@eui/mobile-core 17.0.0-next.4 → 17.0.0-next.6

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 (71) hide show
  1. package/docs/components/EuimAlertMessageComponent.html +3 -3
  2. package/docs/components/EuimBadgeComponent.html +1 -1
  3. package/docs/components/EuimChipSelectorComponent.html +54 -95
  4. package/docs/components/EuimEmptyListPlaceholderComponent.html +3 -3
  5. package/docs/components/EuimLabelComponent.html +4 -4
  6. package/docs/components/EuimMediaHeaderComponent.html +1 -1
  7. package/docs/components/EuimMenuComponent.html +0 -11
  8. package/docs/components/EuimMultiselectComponent.html +1 -1
  9. package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
  10. package/docs/components/EuimSkeletonListItemComponent.html +5 -5
  11. package/docs/components/EuimSliderComponent.html +3 -25
  12. package/docs/components/EuimSliderInfoScreenComponent.html +5 -27
  13. package/docs/components/EuimStepperComponent.html +2 -2
  14. package/docs/components/EuimToolbarComponent.html +3 -3
  15. package/docs/dependencies.html +4 -4
  16. package/docs/directives/BaseStatesDirective.html +29 -29
  17. package/docs/directives/EuimChipSelectorItemDirective.html +1 -1
  18. package/docs/js/search/search_index.js +2 -2
  19. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +11 -21
  20. package/esm2022/lib/components/base-states.directive.mjs +61 -121
  21. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +9 -17
  22. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +2 -2
  23. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +6 -3
  24. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +5 -9
  25. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +66 -82
  26. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +9 -17
  27. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +5 -9
  28. package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +2 -7
  29. package/esm2022/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.mjs +5 -9
  30. package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +5 -9
  31. package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +13 -25
  32. package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +11 -25
  33. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +15 -33
  34. package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +7 -13
  35. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +9 -17
  36. package/fesm2022/eui-mobile-core.mjs +212 -362
  37. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  38. package/lib/components/atoms/euim-label/euim-label.component.d.ts +8 -5
  39. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  40. package/lib/components/base-states.directive.d.ts +58 -30
  41. package/lib/components/base-states.directive.d.ts.map +1 -1
  42. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +6 -4
  43. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  44. package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
  45. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  46. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +2 -2
  47. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
  48. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +11 -5
  49. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  50. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +6 -4
  51. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
  52. package/lib/components/euim-media-header/euim-media-header.component.d.ts +2 -2
  53. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
  54. package/lib/components/euim-menu/euim-menu.component.d.ts.map +1 -1
  55. package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts +2 -2
  56. package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts.map +1 -1
  57. package/lib/components/euim-multiselect/euim-multiselect.component.d.ts +2 -2
  58. package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
  59. package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts +10 -6
  60. package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
  61. package/lib/components/euim-slider/euim-slider.component.d.ts +6 -3
  62. package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -1
  63. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +10 -5
  64. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  65. package/lib/components/euim-stepper/euim-stepper.component.d.ts +4 -3
  66. package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +1 -1
  67. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -1
  68. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  69. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -4
  70. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
  71. package/package.json +1 -1
@@ -1,5 +1,4 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class EuimStepperChangeEvent {
5
4
  currentStep: number;
@@ -8,8 +7,8 @@ export declare class EuimStepperChangeEvent {
8
7
  export declare class EuimStepperComponent {
9
8
  currentStep: number;
10
9
  stepsCount: number;
11
- isPreviousDisabled: BooleanInput;
12
- isNextDisabled: BooleanInput;
10
+ isPreviousDisabled: boolean;
11
+ isNextDisabled: boolean;
13
12
  previous: EventEmitter<EuimStepperChangeEvent>;
14
13
  next: EventEmitter<EuimStepperChangeEvent>;
15
14
  onPrevious(): void;
@@ -17,5 +16,7 @@ export declare class EuimStepperComponent {
17
16
  private updateActionsState;
18
17
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimStepperComponent, never>;
19
18
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimStepperComponent, "euim-stepper", never, { "currentStep": { "alias": "currentStep"; "required": false; }; "stepsCount": { "alias": "stepsCount"; "required": false; }; "isPreviousDisabled": { "alias": "isPreviousDisabled"; "required": false; }; "isNextDisabled": { "alias": "isNextDisabled"; "required": false; }; }, { "previous": "previous"; "next": "next"; }, never, never, false, never>;
19
+ static ngAcceptInputType_isPreviousDisabled: unknown;
20
+ static ngAcceptInputType_isNextDisabled: unknown;
20
21
  }
21
22
  //# sourceMappingURL=euim-stepper.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"euim-stepper.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-stepper/euim-stepper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA0C,MAAM,eAAe,CAAC;AAEhG,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBAAa,sBAAsB;IACZ,WAAW,EAAE,MAAM;gBAAnB,WAAW,EAAE,MAAM;CAEzC;AAED,qBAKa,oBAAoB;IACpB,WAAW,SAAK;IAChB,UAAU,SAAK;IAGxB,kBAAkB,EAAE,YAAY,CAAQ;IAGxC,cAAc,EAAE,YAAY,CAAS;IAE3B,QAAQ,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAsB;IACpE,IAAI,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAsB;IAE1E,UAAU,IAAI,IAAI;IAQlB,MAAM,IAAI,IAAI;IAQd,OAAO,CAAC,kBAAkB;yCA7BjB,oBAAoB;2CAApB,oBAAoB;CAkChC"}
1
+ {"version":3,"file":"euim-stepper.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-stepper/euim-stepper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA4D,MAAM,eAAe,CAAC;;AAIlH,qBAAa,sBAAsB;IACZ,WAAW,EAAE,MAAM;gBAAnB,WAAW,EAAE,MAAM;CAEzC;AAED,qBAKa,oBAAoB;IACpB,WAAW,SAAK;IAChB,UAAU,SAAK;IAExB,kBAAkB,UAAQ;IAE1B,cAAc,UAAS;IAEb,QAAQ,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAsB;IACpE,IAAI,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAsB;IAE1E,UAAU,IAAI,IAAI;IAQlB,MAAM,IAAI,IAAI;IAQd,OAAO,CAAC,kBAAkB;yCA3BjB,oBAAoB;2CAApB,oBAAoB;iDAiCip1B,OAAQ;6CAAR,OAAQ;CADzr1B"}
@@ -13,7 +13,7 @@ export declare class EuimLanguageSelectorComponent implements OnInit, OnDestroy
13
13
  appService: EuimAppService;
14
14
  private modalCtrl;
15
15
  baseStatesDirective: BaseStatesDirective;
16
- _euimPrimary: import("@angular/cdk/coercion").BooleanInput;
16
+ _euimPrimary: boolean;
17
17
  languages: EuiLanguage[];
18
18
  selectedLanguage: EuiLanguage;
19
19
  private destroy$;
@@ -1 +1 @@
1
- {"version":3,"file":"euim-language-selector.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA0D,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AAChJ,OAAO,EAAE,kBAAkB,EAAkB,WAAW,EAAE,MAAM,WAAW,CAAC;AAC5E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,qBAgBa,6BAA8B,YAAW,MAAM,EAAE,SAAS;IAQ/D,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACjB,eAAe,EAAE,kBAAkB;IACnC,UAAU,EAAE,cAAc;IACjC,OAAO,CAAC,SAAS;IACV,mBAAmB,EAAE,mBAAmB;IAXnD,YAAY,+CAAwC;IACpD,SAAS,EAAE,WAAW,EAAE,CAAC;IACzB,gBAAgB,EAAE,WAAW,CAAC;IAC9B,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,EAAE,EAAE,iBAAiB,EACrB,gBAAgB,EAAE,gBAAgB,EACnC,eAAe,EAAE,kBAAkB,EACnC,UAAU,EAAE,cAAc,EACzB,SAAS,EAAE,eAAe,EAC3B,mBAAmB,EAAE,mBAAmB;IAGnD,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,QAAQ,IAAI,IAAI;IAuBhB,WAAW,IAAI,IAAI;IAKb,kBAAkB,IAAG,OAAO,CAAC,IAAI,CAAC;IAOxC,SAAS,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM;yCAxD/C,6BAA6B;2CAA7B,6BAA6B;CAgEzC"}
1
+ {"version":3,"file":"euim-language-selector.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA0D,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AAChJ,OAAO,EAAE,kBAAkB,EAAkB,WAAW,EAAE,MAAM,WAAW,CAAC;AAC5E,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,qBAgBa,6BAA8B,YAAW,MAAM,EAAE,SAAS;IAQ/D,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACjB,eAAe,EAAE,kBAAkB;IACnC,UAAU,EAAE,cAAc;IACjC,OAAO,CAAC,SAAS;IACV,mBAAmB,EAAE,mBAAmB;IAXnD,YAAY,UAAwC;IACpD,SAAS,EAAE,WAAW,EAAE,CAAC;IACzB,gBAAgB,EAAE,WAAW,CAAC;IAC9B,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,EAAE,EAAE,iBAAiB,EACrB,gBAAgB,EAAE,gBAAgB,EACnC,eAAe,EAAE,kBAAkB,EACnC,UAAU,EAAE,cAAc,EACzB,SAAS,EAAE,eAAe,EAC3B,mBAAmB,EAAE,mBAAmB;IAGnD,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,QAAQ,IAAI,IAAI;IAuBhB,WAAW,IAAI,IAAI;IAKb,kBAAkB,IAAG,OAAO,CAAC,IAAI,CAAC;IAOxC,SAAS,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM;yCAxD/C,6BAA6B;2CAA7B,6BAA6B;CAgEzC"}
@@ -1,16 +1,18 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class EuimToolbarComponent implements OnInit {
5
- hasBackButton: BooleanInput;
4
+ hasBackButton: boolean;
6
5
  backButtonDefaultHref: string;
7
- hasSidebarTrigger: BooleanInput;
8
- hasLanguageSelector: BooleanInput;
6
+ hasSidebarTrigger: boolean;
7
+ hasLanguageSelector: boolean;
9
8
  backButtonClick: EventEmitter<Event>;
10
9
  className: string;
11
10
  ngOnInit(): void;
12
11
  onBackButtonClick(event: Event): void;
13
12
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarComponent, never>;
14
13
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarComponent, "euim-toolbar", never, { "hasBackButton": { "alias": "hasBackButton"; "required": false; }; "backButtonDefaultHref": { "alias": "backButtonDefaultHref"; "required": false; }; "hasSidebarTrigger": { "alias": "hasSidebarTrigger"; "required": false; }; "hasLanguageSelector": { "alias": "hasLanguageSelector"; "required": false; }; }, { "backButtonClick": "backButtonClick"; }, never, ["*", "euim-toolbar-title", "euim-toolbar-action-items"], false, never>;
14
+ static ngAcceptInputType_hasBackButton: unknown;
15
+ static ngAcceptInputType_hasSidebarTrigger: unknown;
16
+ static ngAcceptInputType_hasLanguageSelector: unknown;
15
17
  }
16
18
  //# sourceMappingURL=euim-toolbar.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"euim-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,YAAY,EAAsB,MAAM,EAA6B,MAAM,eAAe,CAAC;AAExI,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBAOa,oBAAqB,YAAW,MAAM;IAI/C,aAAa,EAAE,YAAY,CAAQ;IAC1B,qBAAqB,SAAO;IAGrC,iBAAiB,EAAE,YAAY,CAAS;IAGxC,mBAAmB,EAAE,YAAY,CAAS;IAEhC,eAAe,EAAE,YAAY,CAAC,KAAK,CAAC,CAAsB;IAErD,SAAS,SAAkB;IAE1C,QAAQ,IAAI,IAAI;IAMhB,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCAvB5B,oBAAoB;2CAApB,oBAAoB;CA0BhC"}
1
+ {"version":3,"file":"euim-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAGZ,MAAM,EAIT,MAAM,eAAe,CAAC;;AAIvB,qBAOa,oBAAqB,YAAW,MAAM;IAG/C,aAAa,UAAQ;IACZ,qBAAqB,SAAO;IAErC,iBAAiB,UAAS;IAE1B,mBAAmB,UAAS;IAElB,eAAe,EAAE,YAAY,CAAC,KAAK,CAAC,CAAsB;IAErD,SAAS,SAAkB;IAE1C,QAAQ,IAAI,IAAI;IAMhB,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCApB5B,oBAAoB;2CAApB,oBAAoB;4CAwBq81B,OAAQ;gDAAR,OAAQ;kDAAR,OAAQ;CAD7+1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/mobile-core",
3
- "version": "17.0.0-next.4",
3
+ "version": "17.0.0-next.6",
4
4
  "tag": "next",
5
5
  "license": "EUPL-1.1",
6
6
  "dependencies": {