@eui/components 17.3.15-snapshot-1737712756562 → 17.3.16-snapshot-1738920116838
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/EuiUserProfileCardComponent.html +18 -4
- package/docs/components/EuiUserProfileComponent.html +34 -3
- package/docs/dependencies.html +3 -3
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/layout/eui-user-profile/user-profile-card/user-profile-card.component.mjs +34 -27
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +31 -17
- package/fesm2022/eui-components-directives.mjs +2 -2
- package/fesm2022/eui-components-eui-alert.mjs +1 -1
- package/fesm2022/eui-components-eui-autocomplete.mjs +2 -2
- package/fesm2022/eui-components-eui-avatar.mjs +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +1 -1
- package/fesm2022/eui-components-eui-block-content.mjs +1 -1
- package/fesm2022/eui-components-eui-block-document.mjs +1 -1
- package/fesm2022/eui-components-eui-button-group.mjs +1 -1
- package/fesm2022/eui-components-eui-button.mjs +1 -1
- package/fesm2022/eui-components-eui-buttons.mjs +1 -1
- package/fesm2022/eui-components-eui-card.mjs +1 -1
- package/fesm2022/eui-components-eui-chip-list.mjs +1 -1
- package/fesm2022/eui-components-eui-chip.mjs +1 -1
- package/fesm2022/eui-components-eui-dashboard-button.mjs +1 -1
- package/fesm2022/eui-components-eui-dashboard-card.mjs +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +1 -1
- package/fesm2022/eui-components-eui-datepicker.mjs +1 -1
- package/fesm2022/eui-components-eui-dialog.mjs +1 -1
- package/fesm2022/eui-components-eui-dimmer.mjs +1 -1
- package/fesm2022/eui-components-eui-disable-content.mjs +1 -1
- package/fesm2022/eui-components-eui-discussion-thread.mjs +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +2 -2
- package/fesm2022/eui-components-eui-feedback-message.mjs +1 -1
- package/fesm2022/eui-components-eui-fieldset.mjs +1 -1
- package/fesm2022/eui-components-eui-file-upload.mjs +1 -1
- package/fesm2022/eui-components-eui-growl.mjs +1 -1
- package/fesm2022/eui-components-eui-icon-toggle.mjs +1 -1
- package/fesm2022/eui-components-eui-icon.mjs +1 -1
- package/fesm2022/eui-components-eui-input-checkbox.mjs +1 -1
- package/fesm2022/eui-components-eui-input-group.mjs +1 -1
- package/fesm2022/eui-components-eui-input-number.mjs +1 -1
- package/fesm2022/eui-components-eui-input-radio.mjs +1 -1
- package/fesm2022/eui-components-eui-input-text.mjs +1 -1
- package/fesm2022/eui-components-eui-label.mjs +1 -1
- package/fesm2022/eui-components-eui-list.mjs +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +1 -1
- package/fesm2022/eui-components-eui-message-box.mjs +1 -1
- package/fesm2022/eui-components-eui-overlay.mjs +1 -1
- package/fesm2022/eui-components-eui-page.mjs +1 -1
- package/fesm2022/eui-components-eui-paginator.mjs +1 -1
- package/fesm2022/eui-components-eui-popover.mjs +1 -1
- package/fesm2022/eui-components-eui-progress-bar.mjs +1 -1
- package/fesm2022/eui-components-eui-progress-circle.mjs +1 -1
- package/fesm2022/eui-components-eui-select.mjs +1 -1
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +1 -1
- package/fesm2022/eui-components-eui-skeleton.mjs +1 -1
- package/fesm2022/eui-components-eui-slide-toggle.mjs +2 -2
- package/fesm2022/eui-components-eui-table.mjs +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs +1 -1
- package/fesm2022/eui-components-eui-textarea.mjs +1 -1
- package/fesm2022/eui-components-eui-timebar.mjs +1 -1
- package/fesm2022/eui-components-eui-timeline.mjs +1 -1
- package/fesm2022/eui-components-eui-timepicker.mjs +1 -1
- package/fesm2022/eui-components-eui-tree-list.mjs +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +1 -1
- package/fesm2022/eui-components-externals-charts.mjs +1 -1
- package/fesm2022/eui-components-externals-eui-editor.mjs +1 -1
- package/fesm2022/eui-components-externals-quill.mjs +1 -1
- package/fesm2022/eui-components-layout.mjs +61 -39
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/fesm2022/eui-components-shared-base.mjs +1 -1
- package/fesm2022/eui-components-shared.mjs +1 -1
- package/layout/eui-user-profile/user-profile-card/user-profile-card.component.d.ts +10 -7
- package/layout/eui-user-profile/user-profile-card/user-profile-card.component.d.ts.map +1 -1
- package/layout/eui-user-profile/user-profile.component.d.ts +13 -4
- package/layout/eui-user-profile/user-profile.component.d.ts.map +1 -1
- package/package.json +9 -9
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
|
-
import {
|
2
|
+
import { Input, HostBinding, Directive } from '@angular/core';
|
3
3
|
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
4
4
|
import { __decorate } from 'tslib';
|
5
5
|
import { coerceBoolean } from '@eui/base';
|
@@ -2,7 +2,7 @@ import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
|
2
2
|
import * as i1 from '@angular/common';
|
3
3
|
import { CommonModule } from '@angular/common';
|
4
4
|
import * as i0 from '@angular/core';
|
5
|
-
import { EventEmitter,
|
5
|
+
import { EventEmitter, Output, Input, HostBinding, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule, forwardRef, ContentChild, Directive, ViewContainerRef } from '@angular/core';
|
6
6
|
import * as i2 from '@eui/components/eui-icon';
|
7
7
|
import { EuiIconModule } from '@eui/components/eui-icon';
|
8
8
|
import * as i1$1 from '@eui/components/directives';
|
@@ -1,18 +1,18 @@
|
|
1
|
-
import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
|
1
|
+
import { OnInit, EventEmitter, OnDestroy, Signal, SimpleChanges, OnChanges } from '@angular/core';
|
2
2
|
import { BooleanInput } from '@angular/cdk/coercion';
|
3
|
-
import {
|
3
|
+
import { UserProfile } from '../user-profile.component';
|
4
4
|
import * as i0 from "@angular/core";
|
5
|
-
export declare class EuiUserProfileCardComponent implements OnInit, OnDestroy {
|
5
|
+
export declare class EuiUserProfileCardComponent implements OnInit, OnDestroy, OnChanges {
|
6
6
|
get cssClasses(): string;
|
7
|
-
avatarInitials: string
|
8
|
-
userState: UserState;
|
7
|
+
avatarInitials: Signal<string>;
|
9
8
|
/**
|
10
9
|
* Holds the full name of the user and the impersonated user
|
11
10
|
*/
|
12
|
-
fullName: {
|
11
|
+
fullName: Signal<{
|
13
12
|
user: string;
|
14
13
|
impersonated: string;
|
15
|
-
}
|
14
|
+
}>;
|
15
|
+
userState: Signal<UserProfile>;
|
16
16
|
/**
|
17
17
|
* If true, the user is online
|
18
18
|
* @deprecated This property is not used anymore
|
@@ -30,6 +30,9 @@ export declare class EuiUserProfileCardComponent implements OnInit, OnDestroy {
|
|
30
30
|
closeProfileMenu: EventEmitter<void>;
|
31
31
|
private unsubscribeSubject$;
|
32
32
|
private userService;
|
33
|
+
private orderSignal;
|
34
|
+
constructor();
|
35
|
+
ngOnChanges(changes: SimpleChanges): void;
|
33
36
|
ngOnInit(): void;
|
34
37
|
ngOnDestroy(): void;
|
35
38
|
onShowInfoClick(): void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"user-profile-card.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-user-profile/user-profile-card/user-profile-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"user-profile-card.component.d.ts","sourceRoot":"","sources":["../../../../layout/eui-user-profile/user-profile-card/user-profile-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAOH,MAAM,EACN,YAAY,EAEZ,SAAS,EACT,MAAM,EAGN,aAAa,EACb,SAAS,EACZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;;AAKxD,qBAMa,2BAA4B,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAC5E,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,cAAc,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC;IAC/B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACzD,SAAS,EAAE,MAAM,CAAC,WAAW,CAAC,CAAC;IAC/B;;;OAGG;IACH,QAAQ,UAAQ;IAEP,gBAAgB,SAAmB;IACnC,gBAAgB,SAA0B;IAC1C,SAAS,EAAE,MAAM,CAAC;IAG3B,oBAAoB,EAAE,YAAY,CAAS;IAC3C;;OAEG;IACM,gBAAgB,UAAS;IAExB,eAAe,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;IACzD,gBAAgB,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;IAEpE,OAAO,CAAC,mBAAmB,CAAgC;IAC3D,OAAO,CAAC,WAAW,CAAiD;IACpE,OAAO,CAAC,WAAW,CAAiB;;IAMpC,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC,QAAQ,IAAI,IAAI;IAwBhB,WAAW,IAAI,IAAI;IAKnB,eAAe,IAAI,IAAI;IAIvB,OAAO,IAAI,IAAI;yCA/EN,2BAA2B;2CAA3B,2BAA2B;CAkFvC"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { OnInit, OnDestroy, AfterContentInit, QueryList } from '@angular/core';
|
1
|
+
import { OnInit, OnDestroy, AfterContentInit, QueryList, Signal, SimpleChanges, OnChanges } from '@angular/core';
|
2
2
|
import { UserService, UserState } from '@eui/core';
|
3
3
|
import { EuiDropdownComponent } from '@eui/components/eui-dropdown';
|
4
4
|
import { BaseStatesDirective } from '@eui/components/shared';
|
@@ -25,13 +25,20 @@ export interface UserProfile extends UserState {
|
|
25
25
|
code: string;
|
26
26
|
};
|
27
27
|
}
|
28
|
-
export declare class EuiUserProfileComponent implements OnInit, OnDestroy, AfterContentInit {
|
28
|
+
export declare class EuiUserProfileComponent implements OnInit, OnDestroy, AfterContentInit, OnChanges {
|
29
29
|
private userService;
|
30
30
|
baseStatesDirective: BaseStatesDirective;
|
31
31
|
get cssClasses(): string;
|
32
|
-
userState: UserProfile;
|
33
32
|
isOnline: boolean;
|
34
|
-
|
33
|
+
userState: Signal<UserProfile>;
|
34
|
+
avatarInitials: Signal<string>;
|
35
|
+
/**
|
36
|
+
* Holds the full name of the user and the impersonated user
|
37
|
+
*/
|
38
|
+
fullName: Signal<{
|
39
|
+
user: string;
|
40
|
+
impersonated: string;
|
41
|
+
}>;
|
35
42
|
toolbarItemParent: EuiToolbarItemComponent;
|
36
43
|
welcomeLabel: string;
|
37
44
|
impersonateLabel: string;
|
@@ -51,8 +58,10 @@ export declare class EuiUserProfileComponent implements OnInit, OnDestroy, After
|
|
51
58
|
reverseNameOrder: boolean;
|
52
59
|
dropdown: EuiDropdownComponent;
|
53
60
|
hasMenuContent: QueryList<EuiUserProfileMenuComponent>;
|
61
|
+
private orderSignal;
|
54
62
|
private unsubscribeSubject$;
|
55
63
|
constructor(toolbarItemParent: any, userService: UserService, baseStatesDirective: BaseStatesDirective);
|
64
|
+
ngOnChanges(changes: SimpleChanges): void;
|
56
65
|
ngOnInit(): void;
|
57
66
|
ngAfterContentInit(): void;
|
58
67
|
ngOnDestroy(): void;
|
@@ -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,
|
1
|
+
{"version":3,"file":"user-profile.component.d.ts","sourceRoot":"","sources":["../../../layout/eui-user-profile/user-profile.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,MAAM,EAEN,SAAS,EAKT,gBAAgB,EAChB,SAAS,EAIT,MAAM,EAEN,aAAa,EACb,SAAS,EACZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAe,WAAW,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAChE,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;;;AAG9F;;;;;;;GAOG;AACH,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC1C,oEAAoE;IACpE,iBAAiB,CAAC,EAAE,WAAW,CAAC;IAChC,oDAAoD;IACpD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,wDAAwD;IACxD,YAAY,CAAC,EAAE;QACX,mDAAmD;QACnD,IAAI,EAAE,MAAM,CAAA;KACf,CAAA;CACJ;AAED,qBAgBa,uBAAwB,YAAW,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,SAAS;IA0CtF,OAAO,CAAC,WAAW;IACZ,mBAAmB,EAAE,mBAAmB;IA1CnD,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,QAAQ,UAAQ;IAChB,SAAS,EAAE,MAAM,CAAC,WAAW,CAAC,CAAC;IAC/B,cAAc,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC;IAC/B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACzD,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;IAClB,mBAAmB,UAAS;IACpE;;OAEG;IACM,gBAAgB,UAAS;IAEX,QAAQ,EAAE,oBAAoB,CAAC;IAEtD,cAAc,EAAE,SAAS,CAAC,2BAA2B,CAAC,CAAC;IAEvD,OAAO,CAAC,WAAW,CAAiB;IACpC,OAAO,CAAC,mBAAmB,CAAgC;gBAGgB,iBAAiB,KAAA,EAChF,WAAW,EAAE,WAAW,EACzB,mBAAmB,EAAE,mBAAmB;IAMnD,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC,QAAQ,IAAI,IAAI;IAwBhB,kBAAkB,IAAI,IAAI;IAU1B,WAAW,IAAI,IAAI;IAKnB,aAAa,IAAI,IAAI;IAIrB,OAAO,CAAC,aAAa;yCAlGZ,uBAAuB;2CAAvB,uBAAuB;sCAyG82sB,OAAQ;8CAAR,OAAQ;8CAAR,OAAQ;mDAAR,OAAQ;+CAAR,OAAQ;wCAAR,OAAQ;wCAAR,OAAQ;kDAAR,OAAQ;CADz5sB"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eui/components",
|
3
|
-
"version": "17.3.
|
3
|
+
"version": "17.3.16-snapshot-1738920116838",
|
4
4
|
"tag": "snapshot",
|
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": "17.3.
|
14
|
-
"@eui/base": "17.3.
|
13
|
+
"@eui/core": "17.3.16-snapshot-1738920116838",
|
14
|
+
"@eui/base": "17.3.16-snapshot-1738920116838",
|
15
15
|
"@angular/common": "^17.1.0",
|
16
16
|
"@angular/core": "^17.1.0",
|
17
17
|
"@angular/forms": "^17.1.0",
|
@@ -48,18 +48,18 @@
|
|
48
48
|
"esm": "./esm2022/directives/eui-components-directives.mjs",
|
49
49
|
"default": "./fesm2022/eui-components-directives.mjs"
|
50
50
|
},
|
51
|
-
"./eui-all": {
|
52
|
-
"types": "./eui-all/index.d.ts",
|
53
|
-
"esm2022": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
54
|
-
"esm": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
55
|
-
"default": "./fesm2022/eui-components-eui-all.mjs"
|
56
|
-
},
|
57
51
|
"./eui-alert": {
|
58
52
|
"types": "./eui-alert/index.d.ts",
|
59
53
|
"esm2022": "./esm2022/eui-alert/eui-components-eui-alert.mjs",
|
60
54
|
"esm": "./esm2022/eui-alert/eui-components-eui-alert.mjs",
|
61
55
|
"default": "./fesm2022/eui-components-eui-alert.mjs"
|
62
56
|
},
|
57
|
+
"./eui-all": {
|
58
|
+
"types": "./eui-all/index.d.ts",
|
59
|
+
"esm2022": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
60
|
+
"esm": "./esm2022/eui-all/eui-components-eui-all.mjs",
|
61
|
+
"default": "./fesm2022/eui-components-eui-all.mjs"
|
62
|
+
},
|
63
63
|
"./eui-autocomplete": {
|
64
64
|
"types": "./eui-autocomplete/index.d.ts",
|
65
65
|
"esm2022": "./esm2022/eui-autocomplete/eui-components-eui-autocomplete.mjs",
|