@eui/mobile-core 17.4.0-snapshot-1725616755288 → 17.4.0-snapshot-1726653670360

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.
Files changed (31) hide show
  1. package/docs/components/EuiMUserProfileInfosComponent.html +96 -36
  2. package/docs/components/EuimCardComponent.html +1 -1
  3. package/docs/components/EuimCardListComponent.html +93 -32
  4. package/docs/components/EuimChipSelectorComponent.html +25 -1
  5. package/docs/components/EuimSliderInfoScreenComponent.html +124 -46
  6. package/docs/components/EuimUserProfileComponent.html +88 -32
  7. package/docs/dependencies.html +5 -5
  8. package/docs/js/search/search_index.js +2 -2
  9. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
  10. package/esm2022/lib/components/euim-card/euim-card.component.mjs +4 -4
  11. package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +17 -6
  12. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +11 -4
  13. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +2 -2
  14. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +30 -9
  15. package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +2 -2
  16. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +2 -2
  17. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +17 -8
  18. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +15 -7
  19. package/fesm2022/eui-mobile-core.mjs +93 -37
  20. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  21. package/lib/components/euim-card-list/euim-card-list.component.d.ts +4 -2
  22. package/lib/components/euim-card-list/euim-card-list.component.d.ts.map +1 -1
  23. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +4 -2
  24. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  25. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +5 -2
  26. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  27. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +4 -2
  28. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
  29. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +4 -2
  30. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
  31. package/package.json +1 -1
@@ -1,7 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class EuimCardListComponent {
3
- className: string;
3
+ direction: 'column' | '';
4
+ get cssClasses(): string;
5
+ getCssClasses(): string;
4
6
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimCardListComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimCardListComponent, "euim-card-list", never, {}, {}, never, ["*"], false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimCardListComponent, "euim-card-list", never, { "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], false, never>;
6
8
  }
7
9
  //# sourceMappingURL=euim-card-list.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"euim-card-list.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-card-list/euim-card-list.component.ts"],"names":[],"mappings":";AAOA,qBAOa,qBAAqB;IACR,SAAS,SAAoB;yCAD1C,qBAAqB;2CAArB,qBAAqB;CAEjC"}
1
+ {"version":3,"file":"euim-card-list.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-card-list/euim-card-list.component.ts"],"names":[],"mappings":";AAQA,qBAOa,qBAAqB;IACrB,SAAS,EAAE,QAAQ,GAAG,EAAE,CAAM;IACvC,IACI,UAAU,IAAI,MAAM,CAEvB;IAED,aAAa,IAAI,MAAM;yCAPd,qBAAqB;2CAArB,qBAAqB;CAajC"}
@@ -4,11 +4,12 @@ import { EuimChipSelectorItemDirective } from './euim-chip-selector-item/euim-ch
4
4
  import { Subscription } from 'rxjs';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class EuimChipSelectorComponent implements AfterViewInit, AfterContentInit, OnChanges, OnDestroy {
7
- backgroundColor: 'primary' | 'white' | '';
7
+ backgroundColor: 'primary' | 'transparent' | 'white' | '';
8
8
  color: 'default' | 'dark' | 'white' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
9
9
  chipSelectedColor: 'primary' | 'dark' | 'info' | 'success' | 'warning' | 'danger' | 'white';
10
10
  chipFill: 'default' | 'clear' | 'outline' | 'outline-solid' | 'solid';
11
11
  sourceData: FilteredData[];
12
+ hasBoxShadow: BooleanInput;
12
13
  selectedChips: any[];
13
14
  isMultiSelectionMode: BooleanInput;
14
15
  isCustomMode: BooleanInput;
@@ -49,7 +50,8 @@ export declare class EuimChipSelectorComponent implements AfterViewInit, AfterCo
49
50
  private filterByCondition;
50
51
  private filterByMultipleConditions;
51
52
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimChipSelectorComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimChipSelectorComponent, "euim-chip-selector", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "color": { "alias": "color"; "required": false; }; "chipSelectedColor": { "alias": "chipSelectedColor"; "required": false; }; "chipFill": { "alias": "chipFill"; "required": false; }; "sourceData": { "alias": "sourceData"; "required": false; }; "selectedChips": { "alias": "selectedChips"; "required": false; }; "isMultiSelectionMode": { "alias": "isMultiSelectionMode"; "required": false; }; "isCustomMode": { "alias": "isCustomMode"; "required": false; }; "euimKeepSelection": { "alias": "euimKeepSelection"; "required": false; }; "hasSearchbar": { "alias": "hasSearchbar"; "required": false; }; }, { "filterData": "filterData"; "clickItems": "clickItems"; "selectedChipsChange": "selectedChipsChange"; }, ["euimChipSelectorItemComponent"], ["*"], false, never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimChipSelectorComponent, "euim-chip-selector", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "color": { "alias": "color"; "required": false; }; "chipSelectedColor": { "alias": "chipSelectedColor"; "required": false; }; "chipFill": { "alias": "chipFill"; "required": false; }; "sourceData": { "alias": "sourceData"; "required": false; }; "hasBoxShadow": { "alias": "hasBoxShadow"; "required": false; }; "selectedChips": { "alias": "selectedChips"; "required": false; }; "isMultiSelectionMode": { "alias": "isMultiSelectionMode"; "required": false; }; "isCustomMode": { "alias": "isCustomMode"; "required": false; }; "euimKeepSelection": { "alias": "euimKeepSelection"; "required": false; }; "hasSearchbar": { "alias": "hasSearchbar"; "required": false; }; }, { "filterData": "filterData"; "clickItems": "clickItems"; "selectedChipsChange": "selectedChipsChange"; }, ["euimChipSelectorItemComponent"], ["*"], false, never>;
54
+ static ngAcceptInputType_hasBoxShadow: unknown;
53
55
  static ngAcceptInputType_isMultiSelectionMode: unknown;
54
56
  static ngAcceptInputType_isCustomMode: unknown;
55
57
  static ngAcceptInputType_euimKeepSelection: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"euim-chip-selector.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-chip-selector/euim-chip-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,SAAS,EACT,SAAS,EACT,aAAa,EAGb,gBAAgB,EAIhB,aAAa,EAEb,YAAY,EACZ,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,6BAA6B,EAAE,MAAM,6DAA6D,CAAC;AAC5G,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;;AAEpC,qBAQa,yBAA0B,YAAW,aAAa,EAAE,gBAAgB,EAAE,SAAS,EAAE,SAAS;IAE1F,eAAe,EAAE,SAAS,GAAI,OAAO,GAAG,EAAE,CAAa;IACvD,KAAK,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAW;IACtG,iBAAiB,EAAE,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAW;IACtG,QAAQ,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,eAAe,GAAG,OAAO,CAAa;IAClF,UAAU,EAAE,YAAY,EAAE,CAAM;IAChC,aAAa,QAAM;IAE5B,oBAAoB,EAAE,YAAY,CAAS;IAE3C,YAAY,EAAE,YAAY,CAAS;IAEnC,iBAAiB,EAAE,YAAY,CAAS;IAExC,YAAY,EAAE,YAAY,CAAS;IACzB,UAAU,+BAAsC;IAChD,UAAU,yBAAgC;IAC1C,mBAAmB,yBAAgC;IAE7D,IACI,UAAU,IAAI,MAAM,CAEvB;IAGD,6BAA6B,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAExE,YAAY,iBAAwB;IACpC,gBAAgB,QAAK;IACrB,WAAW,SAAM;IACjB,WAAW,UAAQ;IACnB,gCAAgC,EAAE,YAAY,CAAC;IAC/C,iBAAiB,UAAS;IAE1B,eAAe,IAAI,IAAI;IAIvB,kBAAkB,IAAI,IAAI;IAM1B,WAAW,IAAI,IAAI;IAMnB,kBAAkB,IAAI,IAAI;IAY1B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IA2BzC,aAAa,IAAI,MAAM;IAOvB,iBAAiB,IAAI,IAAI;IASzB,iBAAiB,IAAI,MAAM;IAO3B,qBAAqB,IAAI,IAAI;IA6B7B,WAAW,CAAC,eAAe,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,EAAE,wBAAwB,EAAE,MAAM,EAAE,GAAG,IAAI;IAmBzG,wBAAwB,IAAI,IAAI;IAehC,iCAAiC,CAAC,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI;IAgC9D,cAAc,CAAC,eAAe,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,KAAA,GAAG,IAAI;IAY9E,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAe9B,iBAAiB,CAAC,IAAI,KAAA,GAAG,IAAI;IAK7B,oBAAoB,CAAC,IAAI,KAAA,GAAG,IAAI;IAKhC,OAAO,CAAC,wBAAwB;IAoBhC,OAAO,CAAC,yBAAyB;IAejC,OAAO,CAAC,kBAAkB;IAQ1B,OAAO,CAAC,cAAc;IAKtB,OAAO,CAAC,aAAa;IAKrB,OAAO,CAAC,iBAAiB;IAOzB,OAAO,CAAC,0BAA0B;yCAjTzB,yBAAyB;2CAAzB,yBAAyB;mDA4T2+d,OAAQ;2CAAR,OAAQ;gDAAR,OAAQ;2CAAR,OAAQ;CAPxhe;AAED,UAAU,YAAY;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB"}
1
+ {"version":3,"file":"euim-chip-selector.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-chip-selector/euim-chip-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,SAAS,EACT,SAAS,EACT,aAAa,EAGb,gBAAgB,EAIhB,aAAa,EAEb,YAAY,EACZ,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,6BAA6B,EAAE,MAAM,6DAA6D,CAAC;AAC5G,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;;AAEpC,qBAQa,yBAA0B,YAAW,aAAa,EAAE,gBAAgB,EAAE,SAAS,EAAE,SAAS;IAE1F,eAAe,EAAE,SAAS,GAAE,aAAa,GAAI,OAAO,GAAG,EAAE,CAAa;IACtE,KAAK,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAW;IACtG,iBAAiB,EAAE,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAW;IACtG,QAAQ,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,eAAe,GAAG,OAAO,CAAa;IAClF,UAAU,EAAE,YAAY,EAAE,CAAM;IAEzC,YAAY,EAAE,YAAY,CAAS;IAC1B,aAAa,QAAM;IAE5B,oBAAoB,EAAE,YAAY,CAAS;IAE3C,YAAY,EAAE,YAAY,CAAS;IAEnC,iBAAiB,EAAE,YAAY,CAAS;IAExC,YAAY,EAAE,YAAY,CAAS;IACzB,UAAU,+BAAsC;IAChD,UAAU,yBAAgC;IAC1C,mBAAmB,yBAAgC;IAE7D,IACI,UAAU,IAAI,MAAM,CAEvB;IAGD,6BAA6B,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAExE,YAAY,iBAAwB;IACpC,gBAAgB,QAAK;IACrB,WAAW,SAAM;IACjB,WAAW,UAAQ;IACnB,gCAAgC,EAAE,YAAY,CAAC;IAC/C,iBAAiB,UAAS;IAE1B,eAAe,IAAI,IAAI;IAIvB,kBAAkB,IAAI,IAAI;IAM1B,WAAW,IAAI,IAAI;IAMnB,kBAAkB,IAAI,IAAI;IAY1B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IA2BzC,aAAa,IAAI,MAAM;IAOvB,iBAAiB,IAAI,IAAI;IASzB,iBAAiB,IAAI,MAAM;IAU3B,qBAAqB,IAAI,IAAI;IA6B7B,WAAW,CAAC,eAAe,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,EAAE,wBAAwB,EAAE,MAAM,EAAE,GAAG,IAAI;IAmBzG,wBAAwB,IAAI,IAAI;IAehC,iCAAiC,CAAC,WAAW,CAAC,EAAE,OAAO,GAAG,IAAI;IAgC9D,cAAc,CAAC,eAAe,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,KAAA,GAAG,IAAI;IAY9E,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAe9B,iBAAiB,CAAC,IAAI,KAAA,GAAG,IAAI;IAK7B,oBAAoB,CAAC,IAAI,KAAA,GAAG,IAAI;IAKhC,OAAO,CAAC,wBAAwB;IAoBhC,OAAO,CAAC,yBAAyB;IAejC,OAAO,CAAC,kBAAkB;IAQ1B,OAAO,CAAC,cAAc;IAKtB,OAAO,CAAC,aAAa;IAKrB,OAAO,CAAC,iBAAiB;IAOzB,OAAO,CAAC,0BAA0B;yCAtTzB,yBAAyB;2CAAzB,yBAAyB;2CAiUqxd,OAAQ;mDAAR,OAAQ;2CAAR,OAAQ;gDAAR,OAAQ;2CAAR,OAAQ;CAPl0d;AAED,UAAU,YAAY;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB"}
@@ -17,14 +17,15 @@ export declare class EuimSliderInfoScreenComponent implements OnInit, AfterViewI
17
17
  showRightBtn: boolean;
18
18
  isPreviousBtn: boolean;
19
19
  isNextBtn: boolean;
20
+ paginationColor: 'dark' | 'white' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
20
21
  actionBtnNames: ActionBtnsNames;
21
22
  showLeftBtnAsPrevious: BooleanInput;
22
- className: string;
23
23
  slidesArray: any[];
24
24
  currentSlide: number;
25
25
  startX: number;
26
26
  constructor(renderer: Renderer2, gestureCtrl: GestureController, sliderElement: ElementRef, cdr: ChangeDetectorRef);
27
27
  onResize(event: Event): void;
28
+ get cssClasses(): string;
28
29
  ngAfterViewInit(): void;
29
30
  ngOnInit(): void;
30
31
  setSliderStyles(): void;
@@ -37,8 +38,10 @@ export declare class EuimSliderInfoScreenComponent implements OnInit, AfterViewI
37
38
  onRightBtnAction(event: MouseEvent): void;
38
39
  onLastStepAction(event: MouseEvent): void;
39
40
  onLeftBtnAction(event: MouseEvent): void;
41
+ isImageOnly(): boolean;
42
+ getCssClasses(): string;
40
43
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimSliderInfoScreenComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimSliderInfoScreenComponent, "euim-slider-info-screen", never, { "isCarousel": { "alias": "isCarousel"; "required": false; }; "showLeftBtn": { "alias": "showLeftBtn"; "required": false; }; "showRightBtn": { "alias": "showRightBtn"; "required": false; }; "isPreviousBtn": { "alias": "isPreviousBtn"; "required": false; }; "isNextBtn": { "alias": "isNextBtn"; "required": false; }; "actionBtnNames": { "alias": "actionBtnNames"; "required": false; }; }, { "rightActionClicked": "rightActionClicked"; "lastStepActionClicked": "lastStepActionClicked"; "leftActionClicked": "leftActionClicked"; }, never, ["*"], false, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimSliderInfoScreenComponent, "euim-slider-info-screen", never, { "isCarousel": { "alias": "isCarousel"; "required": false; }; "showLeftBtn": { "alias": "showLeftBtn"; "required": false; }; "showRightBtn": { "alias": "showRightBtn"; "required": false; }; "isPreviousBtn": { "alias": "isPreviousBtn"; "required": false; }; "isNextBtn": { "alias": "isNextBtn"; "required": false; }; "paginationColor": { "alias": "paginationColor"; "required": false; }; "actionBtnNames": { "alias": "actionBtnNames"; "required": false; }; }, { "rightActionClicked": "rightActionClicked"; "lastStepActionClicked": "lastStepActionClicked"; "leftActionClicked": "leftActionClicked"; }, never, ["*"], false, never>;
42
45
  static ngAcceptInputType_isCarousel: unknown;
43
46
  static ngAcceptInputType_showLeftBtn: unknown;
44
47
  static ngAcceptInputType_showRightBtn: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"euim-slider-info-screen.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EAEb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAIZ,MAAM,EAEN,SAAS,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBAMa,6BAA8B,YAAW,MAAM,EAAE,aAAa;IAyC3D,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IA3CgB,MAAM,EAAE,UAAU,CAAC;IAEhD,kBAAkB,EAAE,YAAY,CAAC,UAAU,CAAC,CACnB;IACzB,qBAAqB,EAAE,YAAY,CAAC,UAAU,CAAC,CACtB;IACzB,iBAAiB,EAAE,YAAY,CAAC,UAAU,CAAC,CAClB;IAEnC,iBAAiB,EAAE,YAAY,CAAS;IAGxC,UAAU,UAAS;IAGnB,WAAW,UAAS;IAGpB,YAAY,UAAS;IAGrB,aAAa,UAAS;IAGtB,SAAS,UAAS;IAET,cAAc,EAAE,eAAe,CAIvC;IAED,qBAAqB,EAAE,YAAY,CAAS;IAEtB,SAAS,SAA6B;IAE5D,WAAW,QAAM;IACjB,YAAY,SAAK;IACjB,MAAM,SAAK;gBAES,QAAQ,EAAE,SAAS,EACnB,WAAW,EAAE,iBAAiB,EAC9B,aAAa,EAAE,UAAU,EACzB,GAAG,EAAE,iBAAiB;IAI1C,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAI5B,eAAe,IAAI,IAAI;IAIvB,QAAQ,IAAI,IAAI;IAiBhB,eAAe,IAAI,IAAI;IAoBvB,cAAc,CAAC,CAAC,KAAA,GAAG,IAAI;IAmBvB,SAAS,CAAC,KAAK,KAAA,GAAG,IAAI;IAWtB,iBAAiB,IAAI,IAAI;IAazB,aAAa,IAAI,IAAI;IAcrB,uBAAuB,IAAI,IAAI;IAK/B,mBAAmB,IAAI,IAAI;IAK3B,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IASzC,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAIzC,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCA7K/B,6BAA6B;2CAA7B,6BAA6B;yCA4L48rB,OAAQ;0CAAR,OAAQ;2CAAR,OAAQ;4CAAR,OAAQ;wCAAR,OAAQ;CAP7/rB;AAED,MAAM,WAAW,eAAe;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;CACvB"}
1
+ {"version":3,"file":"euim-slider-info-screen.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EAEb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAIZ,MAAM,EAEN,SAAS,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBAMa,6BAA8B,YAAW,MAAM,EAAE,aAAa;IAyC3D,OAAO,CAAC,QAAQ;IACxB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IA3CwB,MAAM,EAAE,UAAU,CAAC;IAEhD,kBAAkB,EAAE,YAAY,CAAC,UAAU,CAAC,CACnB;IACzB,qBAAqB,EAAE,YAAY,CAAC,UAAU,CAAC,CACtB;IACzB,iBAAiB,EAAE,YAAY,CAAC,UAAU,CAAC,CAClB;IAEnC,iBAAiB,EAAE,YAAY,CAAS;IAGxC,UAAU,UAAS;IAGnB,WAAW,UAAS;IAGpB,YAAY,UAAS;IAGrB,aAAa,UAAS;IAGtB,SAAS,UAAS;IAET,eAAe,EAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAE3F,cAAc,EAAE,eAAe,CAItC;IAEF,qBAAqB,EAAE,YAAY,CAAS;IAE5C,WAAW,QAAM;IACjB,YAAY,SAAK;IACjB,MAAM,SAAK;gBAES,QAAQ,EAAE,SAAS,EAC3B,WAAW,EAAE,iBAAiB,EAC9B,aAAa,EAAE,UAAU,EACzB,GAAG,EAAE,iBAAiB;IAGlC,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAG5B,IACI,UAAU,IAAI,MAAM,CAEvB;IAED,eAAe,IAAI,IAAI;IAIvB,QAAQ,IAAI,IAAI;IAiBhB,eAAe,IAAI,IAAI;IAsBvB,cAAc,CAAC,CAAC,KAAA,GAAG,IAAI;IAmBvB,SAAS,CAAC,KAAK,KAAA,GAAG,IAAI;IAUtB,iBAAiB,IAAI,IAAI;IAazB,aAAa,IAAI,IAAI;IAcrB,uBAAuB,IAAI,IAAI;IAK/B,mBAAmB,IAAI,IAAI;IAK3B,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IASzC,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAIzC,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IASxC,WAAW,IAAI,OAAO;IAStB,aAAa,IAAI,MAAM;yCAnMd,6BAA6B;2CAA7B,6BAA6B;yCAoNyqqB,OAAQ;0CAAR,OAAQ;2CAAR,OAAQ;4CAAR,OAAQ;wCAAR,OAAQ;CAP1tqB;AAED,MAAM,WAAW,eAAe;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;CACvB"}
@@ -1,7 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class EuiMUserProfileInfosComponent {
3
- className: string;
3
+ color: 'dark' | 'white' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
4
+ get cssClasses(): string;
5
+ getCssClasses(): string;
4
6
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiMUserProfileInfosComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileInfosComponent, "euim-user-profile-infos", never, {}, {}, never, ["*"], false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileInfosComponent, "euim-user-profile-infos", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
6
8
  }
7
9
  //# sourceMappingURL=euim-user-profile-infos.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"euim-user-profile-infos.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.ts"],"names":[],"mappings":";AACA,qBAKa,6BAA6B;IACvB,SAAS,SAA6B;yCAD5C,6BAA6B;2CAA7B,6BAA6B;CAEzC"}
1
+ {"version":3,"file":"euim-user-profile-infos.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.ts"],"names":[],"mappings":";AACA,qBAOa,6BAA6B;IAC7B,KAAK,EAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAE1F,IACI,UAAU,IAAI,MAAM,CAEvB;IAED,aAAa,IAAI,MAAM;yCARd,6BAA6B;2CAA7B,6BAA6B;CAczC"}
@@ -1,7 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class EuimUserProfileComponent {
3
- className: string;
3
+ color: 'dark' | 'white' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
4
+ get cssClasses(): string;
5
+ getCssClasses(): string;
4
6
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimUserProfileComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimUserProfileComponent, "euim-user-profile", never, {}, {}, never, ["euim-user-profile-avatar", "euim-user-profile-infos", "euim-user-profile-action"], false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimUserProfileComponent, "euim-user-profile", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, ["euim-user-profile-avatar", "euim-user-profile-infos", "euim-user-profile-action"], false, never>;
6
8
  }
7
9
  //# sourceMappingURL=euim-user-profile.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"euim-user-profile.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile.component.ts"],"names":[],"mappings":";AACA,qBAQa,wBAAwB;IACX,SAAS,SAAuB;yCAD7C,wBAAwB;2CAAxB,wBAAwB;CAEpC"}
1
+ {"version":3,"file":"euim-user-profile.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile.component.ts"],"names":[],"mappings":";AACA,qBAQa,wBAAwB;IACxB,KAAK,EAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAE1F,IACI,UAAU,IAAI,MAAM,CAEvB;IAED,aAAa,IAAI,MAAM;yCARd,wBAAwB;2CAAxB,wBAAwB;CAcpC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/mobile-core",
3
- "version": "17.4.0-snapshot-1725616755288",
3
+ "version": "17.4.0-snapshot-1726653670360",
4
4
  "tag": "snapshot",
5
5
  "license": "EUPL-1.1",
6
6
  "dependencies": {