@eui/components 17.0.3-snapshot-1702889390678 → 17.0.3-snapshot-1703125442865
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/EuiDatepickerComponent.html +416 -1547
- package/docs/components/EuiHeaderUserProfileComponent.html +19 -13
- package/docs/components/EuiNotificationItemV2Component.html +21 -1
- package/docs/components/EuiNotificationsV2Component.html +1 -1
- package/docs/components/EuiSearchComponent.html +28 -4
- package/docs/dependencies.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-datepicker/eui-datepicker.component.mjs +67 -105
- package/esm2022/eui-input-number/eui-input-number.component.mjs +30 -3
- package/esm2022/layout/eui-app/eui-app-breadcrumb/breadcrumb.component.mjs +2 -2
- package/esm2022/layout/eui-breadcrumb/breadcrumb.component.mjs +2 -2
- package/esm2022/layout/eui-breadcrumb/collapsed-breadcrumb/collapsed-breadcrumb.component.mjs +2 -2
- package/esm2022/layout/eui-breadcrumb/item/breadcrumb-item.component.mjs +2 -2
- package/esm2022/layout/eui-header/header-user-profile/header-user-profile.component.mjs +9 -5
- package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +6 -3
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +3 -3
- package/esm2022/layout/eui-search/search.component.mjs +15 -18
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +4 -2
- package/eui-datepicker/eui-datepicker.component.d.ts +28 -36
- package/eui-datepicker/eui-datepicker.component.d.ts.map +1 -1
- package/eui-input-number/eui-input-number.component.d.ts +7 -0
- package/eui-input-number/eui-input-number.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-datepicker.mjs +66 -104
- package/fesm2022/eui-components-eui-datepicker.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-number.mjs +29 -2
- package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +66 -58
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-header/header-user-profile/header-user-profile.component.d.ts +6 -4
- package/layout/eui-header/header-user-profile/header-user-profile.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +1 -0
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-search/search.component.d.ts +9 -5
- package/layout/eui-search/search.component.d.ts.map +1 -1
- package/layout/eui-user-profile/user-profile.component.d.ts.map +1 -1
- package/package.json +7 -7
@@ -1,9 +1,9 @@
|
|
1
|
-
import { QueryList } from '@angular/core';
|
1
|
+
import { QueryList, AfterContentInit } from '@angular/core';
|
2
2
|
import { EuiUserProfileMenuComponent, EuiUserProfileComponent } from '../../eui-user-profile';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
-
export declare class EuiHeaderUserProfileComponent {
|
4
|
+
export declare class EuiHeaderUserProfileComponent implements AfterContentInit {
|
5
5
|
class: string;
|
6
|
-
|
6
|
+
hasMenuContent: QueryList<EuiUserProfileMenuComponent>;
|
7
7
|
userProfile: EuiUserProfileComponent;
|
8
8
|
isShowUserInfos: boolean;
|
9
9
|
hasWelcomeLabel: boolean;
|
@@ -13,9 +13,11 @@ export declare class EuiHeaderUserProfileComponent {
|
|
13
13
|
impersonateLabel: string;
|
14
14
|
avatarUrl: string;
|
15
15
|
subInfos: string;
|
16
|
+
protected hasMenu: boolean;
|
16
17
|
closeUserProfileDropdown(): void;
|
18
|
+
ngAfterContentInit(): void;
|
17
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiHeaderUserProfileComponent, never>;
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiHeaderUserProfileComponent, "eui-header-user-profile", never, { "isShowUserInfos": { "alias": "isShowUserInfos"; "required": false; }; "hasWelcomeLabel": { "alias": "hasWelcomeLabel"; "required": false; }; "isShowAvatarInitials": { "alias": "isShowAvatarInitials"; "required": false; }; "hasTabNavigation": { "alias": "hasTabNavigation"; "required": false; }; "welcomeLabel": { "alias": "welcomeLabel"; "required": false; }; "impersonateLabel": { "alias": "impersonateLabel"; "required": false; }; "avatarUrl": { "alias": "avatarUrl"; "required": false; }; "subInfos": { "alias": "subInfos"; "required": false; }; }, {}, ["
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiHeaderUserProfileComponent, "eui-header-user-profile", never, { "isShowUserInfos": { "alias": "isShowUserInfos"; "required": false; }; "hasWelcomeLabel": { "alias": "hasWelcomeLabel"; "required": false; }; "isShowAvatarInitials": { "alias": "isShowAvatarInitials"; "required": false; }; "hasTabNavigation": { "alias": "hasTabNavigation"; "required": false; }; "welcomeLabel": { "alias": "welcomeLabel"; "required": false; }; "impersonateLabel": { "alias": "impersonateLabel"; "required": false; }; "avatarUrl": { "alias": "avatarUrl"; "required": false; }; "subInfos": { "alias": "subInfos"; "required": false; }; }, {}, ["hasMenuContent"], ["eui-user-profile-menu"], false, never>;
|
19
21
|
static ngAcceptInputType_isShowUserInfos: unknown;
|
20
22
|
static ngAcceptInputType_hasWelcomeLabel: unknown;
|
21
23
|
static ngAcceptInputType_isShowAvatarInitials: unknown;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"header-user-profile.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-header/header-user-profile/header-user-profile.component.ts"],"names":[],"mappings":"AACA,OAAO,EAOH,SAAS,
|
1
|
+
{"version":3,"file":"header-user-profile.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-header/header-user-profile/header-user-profile.component.ts"],"names":[],"mappings":"AACA,OAAO,EAOH,SAAS,EAIT,gBAAgB,EACnB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;;AAE9F,qBAMa,6BAA8B,YAAW,gBAAgB;IACnD,KAAK,SAA6B;IAGjD,cAAc,EAAE,SAAS,CAAC,2BAA2B,CAAC,CAAC;IAE7B,WAAW,EAAE,uBAAuB,CAAC;IAEvB,eAAe,UAAQ;IACvB,eAAe,UAAQ;IACvB,oBAAoB,UAAS;IAC7B,gBAAgB,UAAS;IAExD,YAAY,SAAa;IACzB,gBAAgB,SAAmB;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IAE1B,SAAS,CAAC,OAAO,UAAS;IAEnB,wBAAwB,IAAI,IAAI;IAIvC,kBAAkB,IAAI,IAAI;yCAxBjB,6BAA6B;2CAA7B,6BAA6B;8CA4Bg/zB,OAAQ;8CAAR,OAAQ;mDAAR,OAAQ;+CAAR,OAAQ;CADji0B"}
|
@@ -13,6 +13,7 @@ export declare class EuiNotificationItemV2Component {
|
|
13
13
|
get isShowMarkAsRead(): boolean;
|
14
14
|
set isShowMarkAsRead(value: BooleanInput);
|
15
15
|
private _isShowMarkAsRead;
|
16
|
+
get iconColor(): string;
|
16
17
|
onItemClick(): void;
|
17
18
|
onItemMarkAsRead(event: Event): void;
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiNotificationItemV2Component, never>;
|
@@ -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,EAAyB,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAa,YAAY,EAA8B,MAAM,eAAe,CAAC;AACpF,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;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-v2/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,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;IACrB,IACI,gBAAgB,IAAI,OAAO,CAE9B;IACD,IAAI,gBAAgB,CAAC,KAAK,EAAE,YAAY,EAEvC;IACD,OAAO,CAAC,iBAAiB,CAAQ;IAEjC,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED,WAAW,IAAI,IAAI;IAInB,gBAAgB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCAzB3B,8BAA8B;2CAA9B,8BAA8B;CAgC1C"}
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import { EventEmitter, TemplateRef, AfterViewInit, QueryList, OnInit } from '@angular/core';
|
2
2
|
import { EuiAutoCompleteItem } from '@eui/components/eui-autocomplete';
|
3
3
|
import { EuiTemplateDirective } from '@eui/components/directives';
|
4
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
5
4
|
import * as i0 from "@angular/core";
|
6
5
|
export declare class EuiSearchComponent implements AfterViewInit, OnInit {
|
7
6
|
get cssClasses(): string;
|
@@ -14,9 +13,10 @@ export declare class EuiSearchComponent implements AfterViewInit, OnInit {
|
|
14
13
|
placeholderLabel: string;
|
15
14
|
panelWidth: string;
|
16
15
|
searchResults: EuiAutoCompleteItem[];
|
17
|
-
isAutocomplete:
|
18
|
-
isInputText:
|
19
|
-
hasSearchButton:
|
16
|
+
isAutocomplete: boolean;
|
17
|
+
isInputText: boolean;
|
18
|
+
hasSearchButton: boolean;
|
19
|
+
hasExpandAnimation: boolean;
|
20
20
|
search: EventEmitter<string>;
|
21
21
|
inputFocus: EventEmitter<Event>;
|
22
22
|
inputBlur: EventEmitter<Event>;
|
@@ -29,6 +29,10 @@ export declare class EuiSearchComponent implements AfterViewInit, OnInit {
|
|
29
29
|
onSearchInput(e: KeyboardEvent): void;
|
30
30
|
onSearchClick(): void;
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiSearchComponent, never>;
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiSearchComponent, "eui-search", never, { "placeholderLabel": { "alias": "placeholderLabel"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "searchResults": { "alias": "searchResults"; "required": false; }; "isAutocomplete": { "alias": "isAutocomplete"; "required": false; }; "isInputText": { "alias": "isInputText"; "required": false; }; "hasSearchButton": { "alias": "hasSearchButton"; "required": false; }; }, { "search": "search"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; }, ["templates"], never, false, never>;
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiSearchComponent, "eui-search", never, { "placeholderLabel": { "alias": "placeholderLabel"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "searchResults": { "alias": "searchResults"; "required": false; }; "isAutocomplete": { "alias": "isAutocomplete"; "required": false; }; "isInputText": { "alias": "isInputText"; "required": false; }; "hasSearchButton": { "alias": "hasSearchButton"; "required": false; }; "hasExpandAnimation": { "alias": "hasExpandAnimation"; "required": false; }; }, { "search": "search"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; }, ["templates"], never, false, never>;
|
33
|
+
static ngAcceptInputType_isAutocomplete: unknown;
|
34
|
+
static ngAcceptInputType_isInputText: unknown;
|
35
|
+
static ngAcceptInputType_hasSearchButton: unknown;
|
36
|
+
static ngAcceptInputType_hasExpandAnimation: unknown;
|
33
37
|
}
|
34
38
|
//# sourceMappingURL=search.component.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"search.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-search/search.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsG,YAAY,EAAE,WAAW,EAClI,aAAa,EAAE,SAAS,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"search.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-search/search.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsG,YAAY,EAAE,WAAW,EAClI,aAAa,EAAE,SAAS,EAAE,MAAM,EAAoB,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAGvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;;AAIlE,qBAOa,kBAAmB,YAAW,aAAa,EAAE,MAAM;IAC5D,IACW,UAAU,IAAI,MAAM,CAQ9B;IAED,YAAY,UAAS;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IAEb,kBAAkB,EAAE,WAAW,CAAC;QAAE,SAAS,EAAE,mBAAmB,CAAA;KAAE,CAAC,CAAC;IAElE,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,SAAU;IACpB,aAAa,EAAE,mBAAmB,EAAE,CAAM;IAEX,cAAc,UAAQ;IACtB,WAAW,UAAS;IACpB,eAAe,UAAS;IACxB,kBAAkB,UAAQ;IAExD,MAAM,EAAE,YAAY,CAAC,MAAM,CAAC,CAAsB;IAClD,UAAU,EAAE,YAAY,CAAC,KAAK,CAAC,CAAsB;IACrD,SAAS,EAAE,YAAY,CAAC,KAAK,CAAC,CAAsB;IAEvB,SAAS,EAAE,SAAS,CAAC,oBAAoB,CAAC,CAAC;IAElF,QAAQ,IAAI,IAAI;IAUhB,eAAe,IAAI,IAAI;IAQvB,YAAY,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAKhC,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAK/B,QAAQ,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI;IAKzB,aAAa,CAAC,CAAC,EAAE,aAAa,GAAG,IAAI;IAOrC,aAAa,IAAI,IAAI;yCAzEZ,kBAAkB;2CAAlB,kBAAkB;6CA+EkpxB,OAAQ;0CAAR,OAAQ;8CAAR,OAAQ;iDAAR,OAAQ;CADxrxB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"user-profile.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-user-profile/user-profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,MAAM,EAAa,SAAS,EAAsC,gBAAgB,EAAgB,SAAS,EAAgE,MAAM,eAAe,CAAC;AACrR,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAEpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,2BAA2B,EAAE,MAAM,iDAAiD,CAAC;;;AAE9F,qBAgBa,uBAAwB,YAAW,MAAM,EAAE,SAAS,EAAE,gBAAgB;IAgC3E,OAAO,CAAC,WAAW;IACZ,mBAAmB,EAAE,mBAAmB;IAhCnD,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,UAAQ;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,uBAAuB,CAAC;IAElC,YAAY,SAAa;IACzB,gBAAgB,SAAmB;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IAEc,OAAO,UAAS;IAChB,eAAe,UAAQ;IACvB,eAAe,UAAQ;IACvB,oBAAoB,UAAS;IAC7B,gBAAgB,UAAS;IACzB,SAAS,UAAS;IAClB,SAAS,UAAS;IAEnC,QAAQ,EAAE,oBAAoB,CAAC;IAEtD,cAAc,EAAE,SAAS,CAAC,2BAA2B,CAAC,CAAC;IAEvD,OAAO,CAAC,mBAAmB,CAAgC;gBAGgB,iBAAiB,KAAA,EAChF,WAAW,EAAE,WAAW,EACzB,mBAAmB,EAAE,mBAAmB;IAKnD,QAAQ,IAAI,IAAI;IAchB,kBAAkB,IAAI,IAAI;
|
1
|
+
{"version":3,"file":"user-profile.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-user-profile/user-profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,MAAM,EAAa,SAAS,EAAsC,gBAAgB,EAAgB,SAAS,EAAgE,MAAM,eAAe,CAAC;AACrR,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAEpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,2BAA2B,EAAE,MAAM,iDAAiD,CAAC;;;AAE9F,qBAgBa,uBAAwB,YAAW,MAAM,EAAE,SAAS,EAAE,gBAAgB;IAgC3E,OAAO,CAAC,WAAW;IACZ,mBAAmB,EAAE,mBAAmB;IAhCnD,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,UAAQ;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,uBAAuB,CAAC;IAElC,YAAY,SAAa;IACzB,gBAAgB,SAAmB;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IAEc,OAAO,UAAS;IAChB,eAAe,UAAQ;IACvB,eAAe,UAAQ;IACvB,oBAAoB,UAAS;IAC7B,gBAAgB,UAAS;IACzB,SAAS,UAAS;IAClB,SAAS,UAAS;IAEnC,QAAQ,EAAE,oBAAoB,CAAC;IAEtD,cAAc,EAAE,SAAS,CAAC,2BAA2B,CAAC,CAAC;IAEvD,OAAO,CAAC,mBAAmB,CAAgC;gBAGgB,iBAAiB,KAAA,EAChF,WAAW,EAAE,WAAW,EACzB,mBAAmB,EAAE,mBAAmB;IAKnD,QAAQ,IAAI,IAAI;IAchB,kBAAkB,IAAI,IAAI;IAU1B,WAAW,IAAI,IAAI;IAKnB,aAAa,IAAI,IAAI;IAIrB,OAAO,CAAC,aAAa;yCAvEZ,uBAAuB;2CAAvB,uBAAuB;sCA8E4wvB,OAAQ;8CAAR,OAAQ;8CAAR,OAAQ;mDAAR,OAAQ;+CAAR,OAAQ;wCAAR,OAAQ;wCAAR,OAAQ;CADvzvB"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eui/components",
|
3
|
-
"version": "17.0.3-snapshot-
|
3
|
+
"version": "17.0.3-snapshot-1703125442865",
|
4
4
|
"tag": "snapshot",
|
5
5
|
"description": "eUI components package - next components prior to version 9",
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
@@ -33,12 +33,6 @@
|
|
33
33
|
"esm": "./esm2022/directives/eui-components-directives.mjs",
|
34
34
|
"default": "./fesm2022/eui-components-directives.mjs"
|
35
35
|
},
|
36
|
-
"./eui-all": {
|
37
|
-
"types": "./eui-all/index.d.ts",
|
38
|
-
"esm2022": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
39
|
-
"esm": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
40
|
-
"default": "./fesm2022/eui-components-eui-all.mjs"
|
41
|
-
},
|
42
36
|
"./eui-alert": {
|
43
37
|
"types": "./eui-alert/index.d.ts",
|
44
38
|
"esm2022": "./esm2022/eui-alert/eui-components-eui-alert.mjs",
|
@@ -57,6 +51,12 @@
|
|
57
51
|
"esm": "./esm2022/eui-avatar/eui-components-eui-avatar.mjs",
|
58
52
|
"default": "./fesm2022/eui-components-eui-avatar.mjs"
|
59
53
|
},
|
54
|
+
"./eui-all": {
|
55
|
+
"types": "./eui-all/index.d.ts",
|
56
|
+
"esm2022": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
57
|
+
"esm": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
58
|
+
"default": "./fesm2022/eui-components-eui-all.mjs"
|
59
|
+
},
|
60
60
|
"./eui-badge": {
|
61
61
|
"types": "./eui-badge/index.d.ts",
|
62
62
|
"esm2022": "./esm2022/eui-badge/eui-components-eui-badge.mjs",
|