@eui/components 18.0.0-rc.27 → 18.0.0-rc.29
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/docs/components/EuiChipComponent.html +1 -1
- package/docs/components/EuiIconStateComponent.html +1 -1
- package/docs/components/EuiMenuItemComponent.html +1 -0
- package/docs/components/EuiNotificationItemComponent.html +3 -3
- package/docs/components/EuiNotificationItemV2Component.html +1 -1
- package/docs/components/EuiNotificationsComponent.html +24 -92
- package/docs/components/EuiPaginatorComponent.html +1 -1
- package/docs/components/EuiTabComponent.html +0 -24
- package/docs/components/EuiTabLabelComponent.html +4 -11
- package/docs/components/EuiTabsComponent.html +1 -1
- package/docs/components/EuiTimelineComponent.html +55 -5
- package/docs/components/EuiTimelineItemComponent.html +0 -10
- package/docs/dependencies.html +1 -1
- package/docs/index.html +1 -1
- package/docs/interfaces/NotificationMetadata.html +546 -0
- package/docs/js/menu-wc.js +3 -0
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/directives/eui-tooltip/container/eui-tooltip-container.component.mjs +3 -3
- package/esm2022/eui-alert/eui-alert.component.mjs +2 -2
- package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +3 -3
- package/esm2022/eui-avatar/eui-avatar.component.mjs +2 -2
- package/esm2022/eui-badge/eui-badge.component.mjs +2 -2
- package/esm2022/eui-button/eui-button.component.mjs +2 -2
- package/esm2022/eui-button-v2/eui-button-v2.component.mjs +2 -2
- package/esm2022/eui-card/eui-card.component.mjs +2 -2
- package/esm2022/eui-chip/eui-chip.component.mjs +3 -3
- package/esm2022/eui-date-range-selector/eui-date-range-selector.component.mjs +2 -2
- package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +2 -2
- package/esm2022/eui-feedback-message/eui-feedback-message.component.mjs +2 -2
- package/esm2022/eui-growl/eui-growl.component.mjs +2 -2
- package/esm2022/eui-icon/eui-icon-svg.component.mjs +2 -2
- package/esm2022/eui-icon-button/eui-icon-button.component.mjs +2 -2
- package/esm2022/eui-icon-state/eui-icon-state.component.mjs +3 -3
- package/esm2022/eui-input-checkbox/eui-input-checkbox.component.mjs +2 -2
- package/esm2022/eui-input-radio/eui-input-radio.component.mjs +2 -2
- package/esm2022/eui-label/eui-label.component.mjs +2 -2
- package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +2 -2
- package/esm2022/eui-list/eui-list.component.mjs +2 -2
- package/esm2022/eui-menu/eui-menu-item.component.mjs +16 -2
- package/esm2022/eui-menu/eui-menu.component.mjs +2 -2
- package/esm2022/eui-menu/models/eui-menu-item.model.mjs +2 -2
- package/esm2022/eui-overlay/eui-overlay.component.mjs +2 -2
- package/esm2022/eui-page/eui-page.component.mjs +2 -2
- package/esm2022/eui-paginator/eui-paginator.component.mjs +3 -3
- package/esm2022/eui-progress-bar/eui-progress-bar.component.mjs +2 -2
- package/esm2022/eui-progress-circle/eui-progress-circle.component.mjs +2 -2
- package/esm2022/eui-slide-toggle/eui-slide-toggle.component.mjs +3 -3
- package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +3 -7
- package/esm2022/eui-tabs/eui-tab-label/eui-tab-label.component.mjs +3 -22
- package/esm2022/eui-tabs/eui-tabs.component.mjs +3 -3
- package/esm2022/eui-textarea/eui-textarea.component.mjs +2 -2
- package/esm2022/eui-timebar/eui-timebar.component.mjs +2 -2
- package/esm2022/eui-timeline/eui-timeline-item.component.mjs +3 -5
- package/esm2022/eui-timeline/eui-timeline.component.mjs +31 -13
- package/esm2022/eui-tree-list/eui-tree-list.component.mjs +2 -2
- package/esm2022/eui-wizard/eui-wizard-step.component.mjs +2 -2
- package/esm2022/eui-wizard/eui-wizard.component.mjs +2 -2
- package/esm2022/externals/eui-editor/eui-editor.component.mjs +3 -3
- package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +2 -2
- package/esm2022/layout/eui-header/header-environment/header-environment.component.mjs +2 -2
- package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +1 -1
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +1 -25
- package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +1 -1
- package/esm2022/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.mjs +2 -2
- package/esm2022/layout/eui-toolbar/toolbar.component.mjs +3 -3
- package/eui-menu/eui-menu-item.component.d.ts +5 -4
- package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
- package/eui-menu/eui-menu.component.d.ts.map +1 -1
- package/eui-tabs/eui-tab/eui-tab.component.d.ts +1 -3
- package/eui-tabs/eui-tab/eui-tab.component.d.ts.map +1 -1
- package/eui-tabs/eui-tab-label/eui-tab-label.component.d.ts +1 -1
- package/eui-tabs/eui-tab-label/eui-tab-label.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline-item.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline.component.d.ts +9 -1
- package/eui-timeline/eui-timeline.component.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +2 -2
- package/fesm2022/eui-components-directives.mjs.map +1 -1
- package/fesm2022/eui-components-eui-alert.mjs +2 -2
- package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
- package/fesm2022/eui-components-eui-autocomplete.mjs +2 -2
- package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
- package/fesm2022/eui-components-eui-avatar.mjs +2 -2
- package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +2 -2
- package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button-v2.mjs +2 -2
- package/fesm2022/eui-components-eui-button-v2.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button.mjs +2 -2
- package/fesm2022/eui-components-eui-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +2 -2
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-chip.mjs +2 -2
- package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +2 -2
- package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-discussion-thread.mjs +2 -2
- package/fesm2022/eui-components-eui-discussion-thread.mjs.map +1 -1
- package/fesm2022/eui-components-eui-feedback-message.mjs +2 -2
- package/fesm2022/eui-components-eui-feedback-message.mjs.map +1 -1
- package/fesm2022/eui-components-eui-growl.mjs +2 -2
- package/fesm2022/eui-components-eui-growl.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon-button.mjs +2 -2
- package/fesm2022/eui-components-eui-icon-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon-state.mjs +2 -2
- package/fesm2022/eui-components-eui-icon-state.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon.mjs +2 -2
- package/fesm2022/eui-components-eui-icon.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-checkbox.mjs +2 -2
- package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-radio.mjs +2 -2
- package/fesm2022/eui-components-eui-input-radio.mjs.map +1 -1
- package/fesm2022/eui-components-eui-label.mjs +2 -2
- package/fesm2022/eui-components-eui-label.mjs.map +1 -1
- package/fesm2022/eui-components-eui-list.mjs +4 -4
- package/fesm2022/eui-components-eui-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +16 -3
- package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-overlay.mjs +2 -2
- package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
- package/fesm2022/eui-components-eui-page.mjs +2 -2
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/fesm2022/eui-components-eui-paginator.mjs +2 -2
- package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
- package/fesm2022/eui-components-eui-progress-bar.mjs +2 -2
- package/fesm2022/eui-components-eui-progress-bar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-progress-circle.mjs +2 -2
- package/fesm2022/eui-components-eui-progress-circle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-slide-toggle.mjs +2 -2
- package/fesm2022/eui-components-eui-slide-toggle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs +6 -29
- package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
- package/fesm2022/eui-components-eui-textarea.mjs +2 -2
- package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timebar.mjs +2 -2
- package/fesm2022/eui-components-eui-timebar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timeline.mjs +32 -16
- package/fesm2022/eui-components-eui-timeline.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree-list.mjs +2 -2
- package/fesm2022/eui-components-eui-tree-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +4 -4
- package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
- package/fesm2022/eui-components-externals-eui-editor.mjs +2 -2
- package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +7 -31
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +1 -1
- package/layout/eui-notifications/eui-notification-item.component.d.ts +12 -3
- package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-notifications/eui-notifications.component.d.ts +16 -14
- package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +2 -1
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.d.ts +1 -1
- package/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.d.ts.map +1 -1
- package/package.json +3 -3
@@ -15,7 +15,7 @@ export declare class EuiAppSidebarMenuComponent implements OnInit, OnChanges, On
|
|
15
15
|
hasScrollToItem: boolean;
|
16
16
|
hasBoldRootLevel: boolean;
|
17
17
|
items: any[];
|
18
|
-
sidebarItemClick: EventEmitter<EuiMenuItem
|
18
|
+
sidebarItemClick: EventEmitter<EuiMenuItem<unknown>>;
|
19
19
|
private subs;
|
20
20
|
constructor(asService: EuiAppShellService);
|
21
21
|
ngOnInit(): void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sidebar-menu.component.d.ts","sourceRoot":"","sources":["../../../../../layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,SAAS,EACT,MAAM,EACN,aAAa,EAEb,YAAY,EACZ,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;;AAGvD,qBAKa,0BAA2B,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAqBxD,SAAS,EAAE,kBAAkB;IApBjC,KAAK,SAA0B;IAEN,SAAS,UAAS;IAClB,QAAQ,UAAS;IACjB,UAAU,UAAQ;IAClB,cAAc,UAAS;IACvB,WAAW,UAAS;IACpB,oBAAoB,UAAS;IAC7B,MAAM,UAAS;IACf,eAAe,UAAS;IACxB,gBAAgB,UAAS;IAIxD,KAAK,EAAE,GAAG,EAAE,CAAC;IAEZ,gBAAgB,
|
1
|
+
{"version":3,"file":"sidebar-menu.component.d.ts","sourceRoot":"","sources":["../../../../../layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,SAAS,EACT,MAAM,EACN,aAAa,EAEb,YAAY,EACZ,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;;AAGvD,qBAKa,0BAA2B,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAqBxD,SAAS,EAAE,kBAAkB;IApBjC,KAAK,SAA0B;IAEN,SAAS,UAAS;IAClB,QAAQ,UAAS;IACjB,UAAU,UAAQ;IAClB,cAAc,UAAS;IACvB,WAAW,UAAS;IACpB,oBAAoB,UAAS;IAC7B,MAAM,UAAS;IACf,eAAe,UAAS;IACxB,gBAAgB,UAAS;IAIxD,KAAK,EAAE,GAAG,EAAE,CAAC;IAEZ,gBAAgB,qCAAmC;IAE7D,OAAO,CAAC,IAAI,CAAe;gBAER,SAAS,EAAE,kBAAkB;IAIhD,QAAQ,IAAI,IAAI;IAUhB,WAAW,IAAI,IAAI;IAInB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IASlC,iBAAiB,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;yCAhDzC,0BAA0B;2CAA1B,0BAA0B;wCA4Dw6yB,OAAQ;uCAAR,OAAQ;yCAAR,OAAQ;6CAAR,OAAQ;0CAAR,OAAQ;mDAAR,OAAQ;qCAAR,OAAQ;8CAAR,OAAQ;+CAAR,OAAQ;CADt9yB"}
|
@@ -1,12 +1,21 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
2
|
import { UxLinkLegacy } from '@eui/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
+
export interface NotificationMetadata {
|
5
|
+
read?: boolean;
|
6
|
+
urlExternal?: string;
|
7
|
+
urlExternalTarget?: string;
|
8
|
+
important?: boolean;
|
9
|
+
new?: boolean;
|
10
|
+
url?: string;
|
11
|
+
date?: Date | string | number;
|
12
|
+
}
|
4
13
|
export declare class EuiNotificationItemComponent {
|
5
14
|
string: string;
|
6
|
-
itemClick: EventEmitter<UxLinkLegacy
|
7
|
-
itemMarkAsRead: EventEmitter<UxLinkLegacy
|
15
|
+
itemClick: EventEmitter<UxLinkLegacy<NotificationMetadata>>;
|
16
|
+
itemMarkAsRead: EventEmitter<UxLinkLegacy<NotificationMetadata>>;
|
8
17
|
markAsReadLabel: string;
|
9
|
-
item:
|
18
|
+
item: UxLinkLegacy<NotificationMetadata>;
|
10
19
|
dateFormat: string;
|
11
20
|
tooltipSize: string;
|
12
21
|
isShowMarkAsRead: boolean;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-notification-item.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications/eui-notification-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,YAAY,EAA8B,MAAM,eAAe,CAAC;AACtG,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;;AAGzC,qBAIa,4BAA4B;IACf,MAAM,SAA2B;IAC7C,SAAS,EAAE,YAAY,CAAC,YAAY,CAAC,
|
1
|
+
{"version":3,"file":"eui-notification-item.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications/eui-notification-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,YAAY,EAA8B,MAAM,eAAe,CAAC;AACtG,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;;AAGzC,MAAM,WAAW,oBAAoB;IACjC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,CAAC;CACjC;AAED,qBAIa,4BAA4B;IACf,MAAM,SAA2B;IAC7C,SAAS,EAAE,YAAY,CAAC,YAAY,CAAC,oBAAoB,CAAC,CAAC,CAA0D;IACrH,cAAc,EAAE,YAAY,CAAC,YAAY,CAAC,oBAAoB,CAAC,CAAC,CAA0D;IAC3H,eAAe,EAAE,MAAM,CAAQ;IAC/B,IAAI,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAC;IACzC,UAAU,SAAgB;IACnC,WAAW,SAAU;IACkB,gBAAgB,UAAQ;IAE/D,WAAW,IAAI,IAAI;IAInB,gBAAgB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAQpC,IAAI,SAAS,IAAI,MAAM,CAEtB;yCAxBQ,4BAA4B;2CAA5B,4BAA4B;+CA2Bii1B,OAAQ;CADjl1B"}
|
@@ -1,14 +1,16 @@
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
2
|
+
import { UxLinkLegacy } from '@eui/base';
|
3
|
+
import { NotificationMetadata } from './eui-notification-item.component';
|
2
4
|
import * as i0 from "@angular/core";
|
3
5
|
export declare class EuiNotificationsComponent implements OnInit, OnChanges {
|
4
|
-
refreshClick: EventEmitter<
|
5
|
-
notificationsClick: EventEmitter<
|
6
|
-
viewAllClick: EventEmitter<
|
7
|
-
settingsClick: EventEmitter<
|
8
|
-
markAllAsReadClick: EventEmitter<
|
9
|
-
noNotificationFoundClick: EventEmitter<
|
10
|
-
itemClick: EventEmitter<
|
11
|
-
itemMarkAsReadClick: EventEmitter<
|
6
|
+
refreshClick: EventEmitter<void>;
|
7
|
+
notificationsClick: EventEmitter<void>;
|
8
|
+
viewAllClick: EventEmitter<void>;
|
9
|
+
settingsClick: EventEmitter<MouseEvent>;
|
10
|
+
markAllAsReadClick: EventEmitter<MouseEvent>;
|
11
|
+
noNotificationFoundClick: EventEmitter<void>;
|
12
|
+
itemClick: EventEmitter<UxLinkLegacy<NotificationMetadata>>;
|
13
|
+
itemMarkAsReadClick: EventEmitter<UxLinkLegacy<NotificationMetadata>>;
|
12
14
|
isOverlayActive: boolean;
|
13
15
|
currentDayNotifications: any[];
|
14
16
|
oldestNotifications: any[];
|
@@ -38,17 +40,17 @@ export declare class EuiNotificationsComponent implements OnInit, OnChanges {
|
|
38
40
|
isShowSettingsButton: boolean;
|
39
41
|
isShowRefreshButton: boolean;
|
40
42
|
onHide(): void;
|
41
|
-
onClicked(event:
|
43
|
+
onClicked(event: MouseEvent | Event): void;
|
42
44
|
ngOnChanges(changes: SimpleChanges): void;
|
43
45
|
ngOnInit(): void;
|
44
46
|
onRefresh(event: Event): void;
|
45
|
-
onItemClick(link:
|
47
|
+
onItemClick(link: UxLinkLegacy<NotificationMetadata>): void;
|
46
48
|
onViewAllClick(event: Event): void;
|
47
49
|
onNoNotificationFoundClick(): void;
|
48
|
-
onItemMarkAsRead(link:
|
49
|
-
onMarkAllAsRead(e:
|
50
|
-
onSettings(e:
|
51
|
-
trackByFn(index: number, item:
|
50
|
+
onItemMarkAsRead(link: UxLinkLegacy<NotificationMetadata>): void;
|
51
|
+
onMarkAllAsRead(e: MouseEvent): void;
|
52
|
+
onSettings(e: MouseEvent): void;
|
53
|
+
protected trackByFn(index: number, item: UxLinkLegacy<NotificationMetadata>): string;
|
52
54
|
private _getUnreadCount;
|
53
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationsComponent, never>;
|
54
56
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiNotificationsComponent, "eui-notifications", never, { "count": { "alias": "count"; "required": false; }; "items": { "alias": "items"; "required": false; }; "unreadLabel": { "alias": "unreadLabel"; "required": false; }; "totalLabel": { "alias": "totalLabel"; "required": false; }; "markAsReadLabel": { "alias": "markAsReadLabel"; "required": false; }; "markAsUnReadLabel": { "alias": "markAsUnReadLabel"; "required": false; }; "markAllAsReadLabel": { "alias": "markAllAsReadLabel"; "required": false; }; "settingsLabel": { "alias": "settingsLabel"; "required": false; }; "refreshLabel": { "alias": "refreshLabel"; "required": false; }; "viewAllNotificationsLabel": { "alias": "viewAllNotificationsLabel"; "required": false; }; "headerTitleLabel": { "alias": "headerTitleLabel"; "required": false; }; "noNotificationFoundLabel": { "alias": "noNotificationFoundLabel"; "required": false; }; "nbUnreadCount": { "alias": "nbUnreadCount"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "noNotificationFoundLink": { "alias": "noNotificationFoundLink"; "required": false; }; "isShowMarkAsRead": { "alias": "isShowMarkAsRead"; "required": false; }; "isShowViewAllAction": { "alias": "isShowViewAllAction"; "required": false; }; "isHidePanelOnViewAllAction": { "alias": "isHidePanelOnViewAllAction"; "required": false; }; "customUnreadCount": { "alias": "customUnreadCount"; "required": false; }; "isShowMarkAllAsReadButton": { "alias": "isShowMarkAllAsReadButton"; "required": false; }; "isShowSettingsButton": { "alias": "isShowSettingsButton"; "required": false; }; "isShowRefreshButton": { "alias": "isShowRefreshButton"; "required": false; }; }, { "refreshClick": "refreshClick"; "notificationsClick": "notificationsClick"; "viewAllClick": "viewAllClick"; "settingsClick": "settingsClick"; "markAllAsReadClick": "markAllAsReadClick"; "noNotificationFoundClick": "noNotificationFoundClick"; "itemClick": "itemClick"; "itemMarkAsReadClick": "itemMarkAsReadClick"; }, never, never, false, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-notifications.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications/eui-notifications.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,YAAY,EAIZ,SAAS,EACT,MAAM,EAEN,aAAa,EAEhB,MAAM,eAAe,CAAC;;
|
1
|
+
{"version":3,"file":"eui-notifications.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications/eui-notifications.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,YAAY,EAIZ,SAAS,EACT,MAAM,EAEN,aAAa,EAEhB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;;AAEzE,qBAOa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IACrD,YAAY,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAC5D,kBAAkB,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAClE,YAAY,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAC5D,aAAa,EAAE,YAAY,CAAC,UAAU,CAAC,CAAkC;IACzE,kBAAkB,EAAE,YAAY,CAAC,UAAU,CAAC,CAAkC;IAC9E,wBAAwB,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IACxE,SAAS,EAAE,YAAY,CAAC,YAAY,CAAC,oBAAoB,CAAC,CAAC,CAA0D;IACrH,mBAAmB,EAAE,YAAY,CAAC,YAAY,CAAC,oBAAoB,CAAC,CAAC,CAA0D;IAEzI,eAAe,UAAS;IACxB,uBAAuB,QAAM;IAC7B,mBAAmB,QAAM;IACzB,mBAAmB,QAAM;IACzB,KAAK,EAAE,IAAI,CAAc;IAEH,MAAM,SAAuB;IAE1C,KAAK,EAAE,MAAM,CAAQ;IACrB,KAAK,QAAM;IACX,WAAW,EAAE,MAAM,CAAQ;IAC3B,UAAU,EAAE,MAAM,CAAQ;IAC1B,eAAe,EAAE,MAAM,CAAQ;IAC/B,iBAAiB,EAAE,MAAM,CAAQ;IACjC,kBAAkB,EAAE,MAAM,CAAQ;IAClC,aAAa,EAAE,MAAM,CAAQ;IAC7B,YAAY,EAAE,MAAM,CAAQ;IAC5B,yBAAyB,EAAE,MAAM,CAAQ;IACzC,gBAAgB,EAAE,MAAM,CAAQ;IAChC,wBAAwB,EAAE,MAAM,CAAQ;IACxC,aAAa,EAAE,MAAM,CAAQ;IAC7B,UAAU,SAAgB;IACK,uBAAuB,UAAS;IAChC,gBAAgB,UAAQ;IACxB,mBAAmB,UAAQ;IAC5B,0BAA0B,UAAQ;IACjC,iBAAiB,UAAS;IAC1B,yBAAyB,UAAQ;IACjC,oBAAoB,UAAQ;IAC5B,mBAAmB,UAAQ;IAGnE,MAAM,IAAI,IAAI;IAId,SAAS,CAAC,KAAK,EAAE,UAAU,GAAG,KAAK,GAAG,IAAI;IAM1C,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IASzC,QAAQ,IAAI,IAAI;IAMhB,SAAS,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAK7B,WAAW,CAAC,IAAI,EAAE,YAAY,CAAC,oBAAoB,CAAC,GAAG,IAAI;IAK3D,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAOlC,0BAA0B,IAAI,IAAI;IAIlC,gBAAgB,CAAC,IAAI,EAAE,YAAY,CAAC,oBAAoB,CAAC,GAAG,IAAI;IAIhE,eAAe,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAKpC,UAAU,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAK/B,SAAS,CAAC,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,CAAC,oBAAoB,CAAC,GAAG,MAAM;IAIpF,OAAO,CAAC,eAAe;yCA1Gd,yBAAyB;2CAAzB,yBAAyB;sDAoHixuB,OAAQ;+CAAR,OAAQ;kDAAR,OAAQ;yDAAR,OAAQ;gDAAR,OAAQ;wDAAR,OAAQ;mDAAR,OAAQ;kDAAR,OAAQ;CAD9zuB"}
|
@@ -1,12 +1,13 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
2
|
import { UxLinkLegacy } from '@eui/core';
|
3
|
+
import { NotificationMetadata } from '../eui-notifications';
|
3
4
|
import * as i0 from "@angular/core";
|
4
5
|
export declare class EuiNotificationItemV2Component {
|
5
6
|
string: string;
|
6
7
|
itemClick: EventEmitter<UxLinkLegacy>;
|
7
8
|
itemMarkAsRead: EventEmitter<UxLinkLegacy>;
|
8
9
|
markAsReadLabel: string;
|
9
|
-
item: UxLinkLegacy
|
10
|
+
item: UxLinkLegacy<NotificationMetadata>;
|
10
11
|
dateFormat: string;
|
11
12
|
tooltipSize: string;
|
12
13
|
isShowMarkAsRead: boolean;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-notification-item.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications-v2/eui-notification-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,YAAY,EAA8B,MAAM,eAAe,CAAC;AACtG,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;;
|
1
|
+
{"version":3,"file":"eui-notification-item.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications-v2/eui-notification-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,YAAY,EAA8B,MAAM,eAAe,CAAC;AACtG,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;;AAE5D,qBAIa,8BAA8B;IACjB,MAAM,SAA2B;IAC7C,SAAS,EAAE,YAAY,CAAC,YAAY,CAAC,CAAoC;IACzE,cAAc,EAAE,YAAY,CAAC,YAAY,CAAC,CAAoC;IAC/E,eAAe,EAAE,MAAM,CAAQ;IAC/B,IAAI,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAC;IACzC,UAAU,SAAgB;IACnC,WAAW,SAAU;IACmB,gBAAgB,UAAQ;IAEhE,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED,WAAW,IAAI,IAAI;IAInB,gBAAgB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCAlB3B,8BAA8B;2CAA9B,8BAA8B;+CA0B+w1B,OAAQ;CADj01B"}
|
@@ -7,7 +7,7 @@ export declare class EuiToolbarMenuComponent implements OnInit, OnDestroy, OnCha
|
|
7
7
|
private cd;
|
8
8
|
get cssClasses(): string;
|
9
9
|
items: any[];
|
10
|
-
menuItemClick: EventEmitter<EuiMenuItem
|
10
|
+
menuItemClick: EventEmitter<EuiMenuItem<unknown>>;
|
11
11
|
isdropdownOpen: boolean;
|
12
12
|
private subs;
|
13
13
|
constructor(asService: EuiAppShellService, cd: ChangeDetectorRef);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"toolbar-menu.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-toolbar/toolbar-menu/toolbar-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,aAAa,EACb,MAAM,EACN,SAAS,EAET,YAAY,EACZ,iBAAiB,EACjB,SAAS,EACZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;;AAOvD,qBAea,uBAAwB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAiB7D,SAAS,EAAE,kBAAkB;IACpC,OAAO,CAAC,EAAE;IAjBd,IACW,UAAU,IAAI,MAAM,CAE9B;IAIQ,KAAK,EAAE,GAAG,EAAE,CAAC;IAEZ,aAAa,
|
1
|
+
{"version":3,"file":"toolbar-menu.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-toolbar/toolbar-menu/toolbar-menu.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,aAAa,EACb,MAAM,EACN,SAAS,EAET,YAAY,EACZ,iBAAiB,EACjB,SAAS,EACZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;;AAOvD,qBAea,uBAAwB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAiB7D,SAAS,EAAE,kBAAkB;IACpC,OAAO,CAAC,EAAE;IAjBd,IACW,UAAU,IAAI,MAAM,CAE9B;IAIQ,KAAK,EAAE,GAAG,EAAE,CAAC;IAEZ,aAAa,qCAAmC;IAE1D,cAAc,UAAS;IAEvB,OAAO,CAAC,IAAI,CAAe;gBAGhB,SAAS,EAAE,kBAAkB,EAC5B,EAAE,EAAE,iBAAiB;IAKjC,QAAQ,IAAI,IAAI;IAUhB,WAAW,IAAI,IAAI;IAQnB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IASzC,WAAW,CAAC,IAAI,EAAE,WAAW,GAAG,IAAI;IAwCpC,SAAS,CAAC,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,WAAW,GAAG,IAAI;yCA1F/C,uBAAuB;2CAAvB,uBAAuB;CAuJnC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eui/components",
|
3
|
-
"version": "18.0.0-rc.
|
3
|
+
"version": "18.0.0-rc.29",
|
4
4
|
"tag": "next",
|
5
5
|
"description": "eUI components package",
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
@@ -10,8 +10,8 @@
|
|
10
10
|
"url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
|
11
11
|
},
|
12
12
|
"peerDependencies": {
|
13
|
-
"@eui/core": "18.0.0-rc.
|
14
|
-
"@eui/base": "18.0.0-rc.
|
13
|
+
"@eui/core": "18.0.0-rc.29",
|
14
|
+
"@eui/base": "18.0.0-rc.29",
|
15
15
|
"@angular/common": "^18.0.0",
|
16
16
|
"@angular/core": "^18.0.0",
|
17
17
|
"@angular/forms": "^18.0.0",
|