@eui/components 18.0.0-rc.25 → 18.0.0-rc.26
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/ChartComponent.html +10 -124
- package/docs/components/EuiEditorCountersComponent.html +15 -202
- package/docs/components/EuiNotificationItemComponent.html +5 -62
- package/docs/components/EuiNotificationItemV2Component.html +5 -62
- package/docs/components/EuiNotificationsComponent.html +40 -512
- package/docs/components/EuiNotificationsV2Component.html +40 -507
- package/docs/components/EuiPaginatorComponent.html +15 -209
- package/docs/components/EuiSelectComponent.html +0 -62
- package/docs/components/EuiTreeComponent.html +45 -558
- package/docs/components/EuiWizardComponent.html +15 -202
- package/docs/components/EuiWizardStepComponent.html +30 -388
- package/docs/components/QuillEditorComponent.html +20 -326
- package/docs/dependencies.html +1 -1
- package/docs/directives/AutoResizeDirective.html +5 -62
- package/docs/directives/EuiNgSelectOptionDirective.html +0 -62
- package/docs/js/menu-wc.js +3 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-paginator/eui-paginator.component.mjs +12 -28
- package/esm2022/eui-select/eui-select-option.directive.mjs +6 -12
- package/esm2022/eui-select/eui-select.component.mjs +5 -10
- package/esm2022/eui-textarea/auto-resize.directive.mjs +7 -12
- package/esm2022/eui-tree/eui-tree.component.mjs +31 -78
- package/esm2022/eui-wizard/eui-wizard-step.component.mjs +21 -52
- package/esm2022/eui-wizard/eui-wizard.component.mjs +12 -28
- package/esm2022/externals/charts/chart/chart.component.mjs +9 -12
- package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +12 -28
- package/esm2022/externals/quill/quill-editor.component.mjs +17 -43
- package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +6 -12
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +27 -68
- package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +6 -12
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +30 -77
- package/eui-paginator/eui-paginator.component.d.ts +6 -10
- package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
- package/eui-select/eui-select-option.directive.d.ts +2 -4
- package/eui-select/eui-select-option.directive.d.ts.map +1 -1
- package/eui-select/eui-select.component.d.ts +2 -3
- package/eui-select/eui-select.component.d.ts.map +1 -1
- package/eui-textarea/auto-resize.directive.d.ts +3 -5
- package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
- package/eui-tree/eui-tree.component.d.ts +18 -28
- package/eui-tree/eui-tree.component.d.ts.map +1 -1
- package/eui-wizard/eui-wizard-step.component.d.ts +12 -19
- package/eui-wizard/eui-wizard-step.component.d.ts.map +1 -1
- package/eui-wizard/eui-wizard.component.d.ts +6 -10
- package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
- package/externals/charts/chart/chart.component.d.ts +4 -7
- package/externals/charts/chart/chart.component.d.ts.map +1 -1
- package/externals/eui-editor/counters/eui-editor-counters.component.d.ts +6 -10
- package/externals/eui-editor/counters/eui-editor-counters.component.d.ts.map +1 -1
- package/externals/quill/quill-editor.component.d.ts +10 -16
- package/externals/quill/quill-editor.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-paginator.mjs +11 -27
- package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
- package/fesm2022/eui-components-eui-select.mjs +8 -18
- package/fesm2022/eui-components-eui-select.mjs.map +1 -1
- package/fesm2022/eui-components-eui-textarea.mjs +4 -9
- package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +30 -77
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +30 -76
- package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
- package/fesm2022/eui-components-externals-charts.mjs +8 -11
- package/fesm2022/eui-components-externals-charts.mjs.map +1 -1
- package/fesm2022/eui-components-externals-eui-editor.mjs +11 -26
- package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
- package/fesm2022/eui-components-externals-quill.mjs +16 -42
- package/fesm2022/eui-components-externals-quill.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +61 -157
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-notifications/eui-notification-item.component.d.ts +2 -4
- package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-notifications/eui-notifications.component.d.ts +16 -25
- package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +2 -4
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notifications.component.d.ts +16 -25
- package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -1
- package/package.json +3 -3
@@ -1,4 +1,3 @@
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
2
1
|
import { EventEmitter } from '@angular/core';
|
3
2
|
import { UxLinkLegacy } from '@eui/core';
|
4
3
|
import * as i0 from "@angular/core";
|
@@ -10,13 +9,12 @@ export declare class EuiNotificationItemComponent {
|
|
10
9
|
item: any;
|
11
10
|
dateFormat: string;
|
12
11
|
tooltipSize: string;
|
13
|
-
|
14
|
-
set isShowMarkAsRead(value: BooleanInput);
|
15
|
-
private _isShowMarkAsRead;
|
12
|
+
isShowMarkAsRead: boolean;
|
16
13
|
onItemClick(): void;
|
17
14
|
onItemMarkAsRead(event: Event): void;
|
18
15
|
get iconColor(): string;
|
19
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationItemComponent, never>;
|
20
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiNotificationItemComponent, "eui-notification-item", never, { "markAsReadLabel": { "alias": "markAsReadLabel"; "required": false; }; "item": { "alias": "item"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "isShowMarkAsRead": { "alias": "isShowMarkAsRead"; "required": false; }; }, { "itemClick": "itemClick"; "itemMarkAsRead": "itemMarkAsRead"; }, never, never, false, never>;
|
18
|
+
static ngAcceptInputType_isShowMarkAsRead: unknown;
|
21
19
|
}
|
22
20
|
//# sourceMappingURL=eui-notification-item.component.d.ts.map
|
@@ -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,
|
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,CAAoC;IACzE,cAAc,EAAE,YAAY,CAAC,YAAY,CAAC,CAAoC;IAC/E,eAAe,EAAE,MAAM,CAAQ;IAG/B,IAAI,EAAE,GAAG,CAAC;IACV,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;yCA1BQ,4BAA4B;2CAA5B,4BAA4B;+CA6Bur1B,OAAQ;CADvu1B"}
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
3
2
|
import * as i0 from "@angular/core";
|
4
3
|
export declare class EuiNotificationsComponent implements OnInit, OnChanges {
|
5
4
|
refreshClick: EventEmitter<any>;
|
@@ -30,30 +29,14 @@ export declare class EuiNotificationsComponent implements OnInit, OnChanges {
|
|
30
29
|
noNotificationFoundLabel: string;
|
31
30
|
nbUnreadCount: number;
|
32
31
|
dateFormat: string;
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
private _isShowViewAllAction;
|
42
|
-
get isHidePanelOnViewAllAction(): boolean;
|
43
|
-
set isHidePanelOnViewAllAction(value: BooleanInput);
|
44
|
-
private _isHidePanelOnViewAllAction;
|
45
|
-
get customUnreadCount(): boolean;
|
46
|
-
set customUnreadCount(value: BooleanInput);
|
47
|
-
private _customUnreadCount;
|
48
|
-
get isShowMarkAllAsReadButton(): boolean;
|
49
|
-
set isShowMarkAllAsReadButton(value: BooleanInput);
|
50
|
-
private _isShowMarkAllAsReadButton;
|
51
|
-
get isShowSettingsButton(): boolean;
|
52
|
-
set isShowSettingsButton(value: BooleanInput);
|
53
|
-
private _isShowSettingsButton;
|
54
|
-
get isShowRefreshButton(): boolean;
|
55
|
-
set isShowRefreshButton(value: BooleanInput);
|
56
|
-
private _isShowRefreshButton;
|
32
|
+
noNotificationFoundLink: boolean;
|
33
|
+
isShowMarkAsRead: boolean;
|
34
|
+
isShowViewAllAction: boolean;
|
35
|
+
isHidePanelOnViewAllAction: boolean;
|
36
|
+
customUnreadCount: boolean;
|
37
|
+
isShowMarkAllAsReadButton: boolean;
|
38
|
+
isShowSettingsButton: boolean;
|
39
|
+
isShowRefreshButton: boolean;
|
57
40
|
onHide(): void;
|
58
41
|
onClicked(event: any): void;
|
59
42
|
ngOnChanges(changes: SimpleChanges): void;
|
@@ -69,5 +52,13 @@ export declare class EuiNotificationsComponent implements OnInit, OnChanges {
|
|
69
52
|
private _getUnreadCount;
|
70
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationsComponent, never>;
|
71
54
|
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>;
|
55
|
+
static ngAcceptInputType_noNotificationFoundLink: unknown;
|
56
|
+
static ngAcceptInputType_isShowMarkAsRead: unknown;
|
57
|
+
static ngAcceptInputType_isShowViewAllAction: unknown;
|
58
|
+
static ngAcceptInputType_isHidePanelOnViewAllAction: unknown;
|
59
|
+
static ngAcceptInputType_customUnreadCount: unknown;
|
60
|
+
static ngAcceptInputType_isShowMarkAllAsReadButton: unknown;
|
61
|
+
static ngAcceptInputType_isShowSettingsButton: unknown;
|
62
|
+
static ngAcceptInputType_isShowRefreshButton: unknown;
|
72
63
|
}
|
73
64
|
//# sourceMappingURL=eui-notifications.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-notifications.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications/eui-notifications.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
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;;AAGvB,qBAOa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAGrD,YAAY,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAG1D,kBAAkB,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAGhE,YAAY,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAG1D,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAG3D,kBAAkB,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAGhE,wBAAwB,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAGtE,SAAS,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAGvD,mBAAmB,EAAE,YAAY,CAAC,GAAG,CAAC,CAA2B;IAE3E,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;IAMd,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAM3B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IASzC,QAAQ,IAAI,IAAI;IAMhB,SAAS,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAO7B,WAAW,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAK5B,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAOlC,0BAA0B,IAAI,IAAI;IAMlC,gBAAgB,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI;IAIjC,eAAe,CAAC,CAAC,KAAA,GAAG,IAAI;IAKxB,UAAU,CAAC,CAAC,KAAA,GAAG,IAAI;IAOnB,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,GAAG,IAAI;IAIzC,OAAO,CAAC,eAAe;yCAlId,yBAAyB;2CAAzB,yBAAyB;sDA4Ii/qB,OAAQ;+CAAR,OAAQ;kDAAR,OAAQ;yDAAR,OAAQ;gDAAR,OAAQ;wDAAR,OAAQ;mDAAR,OAAQ;kDAAR,OAAQ;CAD9hrB"}
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
2
1
|
import { EventEmitter } from '@angular/core';
|
3
2
|
import { UxLinkLegacy } from '@eui/core';
|
4
3
|
import * as i0 from "@angular/core";
|
@@ -10,13 +9,12 @@ export declare class EuiNotificationItemV2Component {
|
|
10
9
|
item: UxLinkLegacy;
|
11
10
|
dateFormat: string;
|
12
11
|
tooltipSize: string;
|
13
|
-
|
14
|
-
set isShowMarkAsRead(value: BooleanInput);
|
15
|
-
private _isShowMarkAsRead;
|
12
|
+
isShowMarkAsRead: boolean;
|
16
13
|
get iconColor(): string;
|
17
14
|
onItemClick(): void;
|
18
15
|
onItemMarkAsRead(event: Event): void;
|
19
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationItemV2Component, never>;
|
20
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiNotificationItemV2Component, "eui-notification-item-v2", never, { "markAsReadLabel": { "alias": "markAsReadLabel"; "required": false; }; "item": { "alias": "item"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "isShowMarkAsRead": { "alias": "isShowMarkAsRead"; "required": false; }; }, { "itemClick": "itemClick"; "itemMarkAsRead": "itemMarkAsRead"; }, never, never, false, never>;
|
18
|
+
static ngAcceptInputType_isShowMarkAsRead: unknown;
|
21
19
|
}
|
22
20
|
//# sourceMappingURL=eui-notification-item.component.d.ts.map
|
@@ -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,
|
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;;AAGzC,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;IACnB,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;+CA0Bk21B,OAAQ;CADp51B"}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
2
|
import { UxLinkLegacy } from '@eui/core';
|
3
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class EuiNotificationsV2Component {
|
6
5
|
refreshClick: EventEmitter<Event>;
|
@@ -34,33 +33,17 @@ export declare class EuiNotificationsV2Component {
|
|
34
33
|
headerUnreadCountLabel: string;
|
35
34
|
noNotificationFoundLabel: string;
|
36
35
|
dateFormat: string;
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
set isShowMarkAsRead(value: BooleanInput);
|
42
|
-
private _isShowMarkAsRead;
|
43
|
-
get isShowViewAllAction(): boolean;
|
44
|
-
set isShowViewAllAction(value: BooleanInput);
|
45
|
-
private _isShowViewAllAction;
|
46
|
-
get isHidePanelOnViewAllAction(): boolean;
|
47
|
-
set isHidePanelOnViewAllAction(value: BooleanInput);
|
48
|
-
private _isHidePanelOnViewAllAction;
|
36
|
+
noNotificationFoundLink: boolean;
|
37
|
+
isShowMarkAsRead: boolean;
|
38
|
+
isShowViewAllAction: boolean;
|
39
|
+
isHidePanelOnViewAllAction: boolean;
|
49
40
|
/**
|
50
41
|
* @deprecated customUnreadCount is DEPRECATED, it is not used in the view. To be removed in eUI 18.
|
51
42
|
*/
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
set isShowMarkAllAsReadButton(value: BooleanInput);
|
57
|
-
private _isShowMarkAllAsReadButton;
|
58
|
-
get isShowSettingsButton(): boolean;
|
59
|
-
set isShowSettingsButton(value: BooleanInput);
|
60
|
-
private _isShowSettingsButton;
|
61
|
-
get isShowRefreshButton(): boolean;
|
62
|
-
set isShowRefreshButton(value: BooleanInput);
|
63
|
-
private _isShowRefreshButton;
|
43
|
+
customUnreadCount: boolean;
|
44
|
+
isShowMarkAllAsReadButton: boolean;
|
45
|
+
isShowSettingsButton: boolean;
|
46
|
+
isShowRefreshButton: boolean;
|
64
47
|
get isShowUnreadSinceLastCheckCount(): boolean;
|
65
48
|
onHide(): void;
|
66
49
|
onClicked(event: Event): void;
|
@@ -73,5 +56,13 @@ export declare class EuiNotificationsV2Component {
|
|
73
56
|
trackByFn(index: number, item: any): void;
|
74
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationsV2Component, never>;
|
75
58
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiNotificationsV2Component, "eui-notifications-v2", never, { "count": { "alias": "count"; "required": false; }; "unreadCount": { "alias": "unreadCount"; "required": false; }; "unreadSinceLastCheckCount": { "alias": "unreadSinceLastCheckCount"; "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; }; "headerHideLabel": { "alias": "headerHideLabel"; "required": false; }; "headerUnreadSinceLastCheckCountLabel": { "alias": "headerUnreadSinceLastCheckCountLabel"; "required": false; }; "headerUnreadCountLabel": { "alias": "headerUnreadCountLabel"; "required": false; }; "noNotificationFoundLabel": { "alias": "noNotificationFoundLabel"; "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"; "markAllAsReadClick": "markAllAsReadClick"; "noNotificationFoundClick": "noNotificationFoundClick"; "itemClick": "itemClick"; "itemMarkAsReadClick": "itemMarkAsReadClick"; }, never, never, false, never>;
|
59
|
+
static ngAcceptInputType_noNotificationFoundLink: unknown;
|
60
|
+
static ngAcceptInputType_isShowMarkAsRead: unknown;
|
61
|
+
static ngAcceptInputType_isShowViewAllAction: unknown;
|
62
|
+
static ngAcceptInputType_isHidePanelOnViewAllAction: unknown;
|
63
|
+
static ngAcceptInputType_customUnreadCount: unknown;
|
64
|
+
static ngAcceptInputType_isShowMarkAllAsReadButton: unknown;
|
65
|
+
static ngAcceptInputType_isShowSettingsButton: unknown;
|
66
|
+
static ngAcceptInputType_isShowRefreshButton: unknown;
|
76
67
|
}
|
77
68
|
//# sourceMappingURL=eui-notifications.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-notifications.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications-v2/eui-notifications.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"eui-notifications.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications-v2/eui-notifications.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,YAAY,EAKf,MAAM,eAAe,CAAC;AACvB,OAAO,EAAgB,YAAY,EAAE,MAAM,WAAW,CAAC;;AAEvD,qBAOa,2BAA2B;IAC1B,YAAY,EAAE,YAAY,CAAC,KAAK,CAAC,CAA6B;IAC9D,kBAAkB,EAAE,YAAY,CAAC,aAAa,GAAG,UAAU,CAAC,CAAkD;IAC9G,YAAY,EAAE,YAAY,CAAC,KAAK,CAAC,CAA6B;IAE9D,kBAAkB,EAAE,YAAY,CAAC,UAAU,CAAC,CAAkC;IAC9E,wBAAwB,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IACxE,SAAS,EAAE,YAAY,CAAC,YAAY,CAAC,CAAoC;IACzE,mBAAmB,EAAE,YAAY,CAAC,YAAY,CAAC,CAAoC;IAE7F,eAAe,UAAS;IACxB,uBAAuB,QAAM;IAC7B,mBAAmB,QAAM;IACzB,mBAAmB,QAAM;IACzB,KAAK,EAAE,IAAI,CAAc;IAEH,MAAM,SAA0B;IAE7C,KAAK,EAAE,MAAM,CAAQ;IACrB,WAAW,EAAE,MAAM,CAAQ;IAC3B,yBAAyB,EAAE,MAAM,CAAQ;IACzC,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,eAAe,EAAE,MAAM,CAAQ;IAC/B,oCAAoC,EAAE,MAAM,CAAQ;IACpD,sBAAsB,EAAE,MAAM,CAAQ;IACtC,wBAAwB,EAAE,MAAM,CAAQ;IACxC,UAAU,SAAgB;IACK,uBAAuB,UAAS;IAChC,gBAAgB,UAAQ;IACxB,mBAAmB,UAAQ;IAC3B,0BAA0B,UAAQ;IAE1E;;OAEG;IACqC,iBAAiB,UAAS;IAC1B,yBAAyB,UAAQ;IACjC,oBAAoB,UAAQ;IAC5B,mBAAmB,UAAQ;IAEnE,IAAI,+BAA+B,IAAI,OAAO,CAE7C;IAED,MAAM,IAAI,IAAI;IAId,SAAS,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAM7B,SAAS,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAK7B,WAAW,CAAC,IAAI,EAAE,YAAY,GAAG,IAAI;IAKrC,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAOlC,0BAA0B,IAAI,IAAI;IAIlC,gBAAgB,CAAC,IAAI,EAAE,YAAY,GAAG,IAAI;IAI1C,eAAe,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;IAOpC,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,GAAG,IAAI;yCA/FhC,2BAA2B;2CAA3B,2BAA2B;sDAmGmyvB,OAAQ;+CAAR,OAAQ;kDAAR,OAAQ;yDAAR,OAAQ;gDAAR,OAAQ;wDAAR,OAAQ;mDAAR,OAAQ;kDAAR,OAAQ;CADl1vB"}
|
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.26",
|
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.26",
|
14
|
+
"@eui/base": "18.0.0-rc.26",
|
15
15
|
"@angular/common": "^18.0.0",
|
16
16
|
"@angular/core": "^18.0.0",
|
17
17
|
"@angular/forms": "^18.0.0",
|