@eui/components 17.2.1-snapshot-1708395642178 → 17.2.1-snapshot-1708511616320
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/EuiNotificationItemComponent.html +21 -1
- package/docs/components/EuiTreeListComponent.html +41 -1
- package/docs/components/EuiTreeListToolbarComponent.html +1 -1
- package/docs/dependencies.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-tree-list/eui-tree-list.component.mjs +9 -3
- package/esm2022/eui-tree-list/toolbar/toolbar.component.mjs +3 -3
- package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +6 -3
- package/eui-tree-list/eui-tree-list.component.d.ts +2 -0
- package/eui-tree-list/eui-tree-list.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-tree-list.mjs +10 -4
- package/fesm2022/eui-components-eui-tree-list.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +5 -2
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-notifications/eui-notification-item.component.d.ts +1 -0
- package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
- package/package.json +7 -7
@@ -15,6 +15,7 @@ export declare class EuiNotificationItemComponent {
|
|
15
15
|
private _isShowMarkAsRead;
|
16
16
|
onItemClick(): void;
|
17
17
|
onItemMarkAsRead(event: Event): void;
|
18
|
+
get iconColor(): string;
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationItemComponent, never>;
|
19
20
|
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>;
|
20
21
|
}
|
@@ -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,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAa,YAAY,EAA8B,MAAM,eAAe,CAAC;AACpF,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;IACrB,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,OAAO,CAAC,iBAAiB,CAAQ;IAEjC,WAAW,IAAI,IAAI;IAInB,gBAAgB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;
|
1
|
+
{"version":3,"file":"eui-notification-item.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-notifications/eui-notification-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAa,YAAY,EAA8B,MAAM,eAAe,CAAC;AACpF,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;IACrB,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,OAAO,CAAC,iBAAiB,CAAQ;IAEjC,WAAW,IAAI,IAAI;IAInB,gBAAgB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAQpC,IAAI,SAAS,IAAI,MAAM,CAEtB;yCAjCQ,4BAA4B;2CAA5B,4BAA4B;CAmCxC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eui/components",
|
3
|
-
"version": "17.2.1-snapshot-
|
3
|
+
"version": "17.2.1-snapshot-1708511616320",
|
4
4
|
"tag": "snapshot",
|
5
5
|
"description": "eUI components package",
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
@@ -32,12 +32,6 @@
|
|
32
32
|
"esm": "./esm2022/directives/eui-components-directives.mjs",
|
33
33
|
"default": "./fesm2022/eui-components-directives.mjs"
|
34
34
|
},
|
35
|
-
"./eui-all": {
|
36
|
-
"types": "./eui-all/index.d.ts",
|
37
|
-
"esm2022": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
38
|
-
"esm": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
39
|
-
"default": "./fesm2022/eui-components-eui-all.mjs"
|
40
|
-
},
|
41
35
|
"./eui-alert": {
|
42
36
|
"types": "./eui-alert/index.d.ts",
|
43
37
|
"esm2022": "./esm2022/eui-alert/eui-components-eui-alert.mjs",
|
@@ -56,6 +50,12 @@
|
|
56
50
|
"esm": "./esm2022/eui-avatar/eui-components-eui-avatar.mjs",
|
57
51
|
"default": "./fesm2022/eui-components-eui-avatar.mjs"
|
58
52
|
},
|
53
|
+
"./eui-all": {
|
54
|
+
"types": "./eui-all/index.d.ts",
|
55
|
+
"esm2022": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
56
|
+
"esm": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
57
|
+
"default": "./fesm2022/eui-components-eui-all.mjs"
|
58
|
+
},
|
59
59
|
"./eui-badge": {
|
60
60
|
"types": "./eui-badge/index.d.ts",
|
61
61
|
"esm2022": "./esm2022/eui-badge/eui-components-eui-badge.mjs",
|