@eui/mobile-core 14.0.0-beta.2 → 14.0.0-beta.3

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 (146) hide show
  1. package/docs/classes/EuimMenuItem.html +12 -1
  2. package/docs/classes/EuimStepperChangeEvent.html +12 -1
  3. package/docs/components/EuiMUserProfileActionComponent.html +13 -2
  4. package/docs/components/EuiMUserProfileAvatarComponent.html +13 -2
  5. package/docs/components/EuiMUserProfileInfosComponent.html +13 -2
  6. package/docs/components/EuiMUserProfileInfosItemComponent.html +13 -2
  7. package/docs/components/EuimAppComponent.html +14 -3
  8. package/docs/components/EuimAppSidebarComponent.html +13 -2
  9. package/docs/components/EuimAppSidebarFooterComponent.html +13 -2
  10. package/docs/components/EuimAppSidebarHeaderComponent.html +13 -2
  11. package/docs/components/EuimAppSidebarMenuComponent.html +13 -2
  12. package/docs/components/EuimAvatarComponent.html +13 -2
  13. package/docs/components/EuimControlFeedbackComponent.html +13 -2
  14. package/docs/components/EuimEmptyListPlaceholderComponent.html +13 -2
  15. package/docs/components/EuimFieldSetComponent.html +13 -2
  16. package/docs/components/EuimFieldsetActionsComponent.html +13 -2
  17. package/docs/components/EuimFieldsetLegendComponent.html +13 -2
  18. package/docs/components/EuimLabelComponent.html +13 -2
  19. package/docs/components/EuimLanguageListComponent.html +13 -2
  20. package/docs/components/EuimLanguageSelectorComponent.html +13 -2
  21. package/docs/components/EuimMenuComponent.html +13 -2
  22. package/docs/components/EuimMessageComponent.html +13 -2
  23. package/docs/components/EuimMessageTitleComponent.html +13 -2
  24. package/docs/components/EuimStepperComponent.html +13 -2
  25. package/docs/components/EuimToolbarActionItemsComponent.html +13 -2
  26. package/docs/components/EuimToolbarComponent.html +13 -2
  27. package/docs/components/EuimToolbarTitleComponent.html +13 -2
  28. package/docs/components/EuimUserProfileComponent.html +13 -2
  29. package/docs/dependencies.html +15 -4
  30. package/docs/directives/EuimBaseDirective.html +14 -2
  31. package/docs/directives/EuimListHeaderDirective.html +14 -2
  32. package/docs/index.html +12 -1
  33. package/docs/injectables/EuimAppService.html +12 -1
  34. package/docs/interfaces/UIState.html +12 -1
  35. package/docs/js/menu-wc.js +50 -45
  36. package/docs/js/menu-wc_es5.js +4 -4
  37. package/docs/js/menu.js +62 -6
  38. package/docs/js/search/search_index.js +2 -2
  39. package/docs/license.html +12 -1
  40. package/docs/miscellaneous/typealiases.html +12 -1
  41. package/docs/miscellaneous/variables.html +12 -1
  42. package/docs/modules/EuimAllModule.html +12 -1
  43. package/docs/modules/EuimAppModule.html +12 -1
  44. package/docs/modules/EuimAppSidebarModule.html +12 -1
  45. package/docs/modules/EuimAvatarModule.html +12 -1
  46. package/docs/modules/EuimControlFeedbackModule.html +12 -1
  47. package/docs/modules/EuimEmptyListPlaceholderModule.html +12 -1
  48. package/docs/modules/EuimFieldsetModule.html +12 -1
  49. package/docs/modules/EuimLabelModule.html +12 -1
  50. package/docs/modules/EuimLanguageSelectorModule.html +12 -1
  51. package/docs/modules/EuimListHeaderModule.html +12 -1
  52. package/docs/modules/EuimMenuModule.html +12 -1
  53. package/docs/modules/EuimMessageModule.html +12 -1
  54. package/docs/modules/EuimStepperComponentModule.html +12 -1
  55. package/docs/modules/EuimToolbarComponentModule.html +12 -1
  56. package/docs/modules/EuimUserProfileModule.html +12 -1
  57. package/docs/modules.html +27 -16
  58. package/docs/properties.html +124 -0
  59. package/docs/styles/compodoc.css +79 -1
  60. package/docs/styles/dark.css +37 -33
  61. package/docs/styles/laravel.css +33 -35
  62. package/docs/styles/material.css +15 -17
  63. package/docs/styles/original.css +2 -4
  64. package/docs/styles/postmark.css +12 -14
  65. package/docs/styles/readthedocs.css +6 -8
  66. package/docs/styles/reset.css +115 -34
  67. package/docs/styles/stripe.css +33 -35
  68. package/docs/styles/vagrant.css +26 -28
  69. package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +5 -5
  70. package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +5 -7
  71. package/esm2020/lib/components/atoms/euim-label/euim-label.component.mjs +5 -5
  72. package/esm2020/lib/components/atoms/euim-label/euim-label.module.mjs +5 -7
  73. package/esm2020/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +3 -3
  74. package/esm2020/lib/components/directives/euim-list-header/euim-list-header.module.mjs +5 -7
  75. package/esm2020/lib/components/euim-avatar/euim-avatar.component.mjs +5 -5
  76. package/esm2020/lib/components/euim-avatar/euim-avatar.module.mjs +5 -7
  77. package/esm2020/lib/components/euim-base.directive.mjs +3 -3
  78. package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +7 -7
  79. package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +6 -8
  80. package/esm2020/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +3 -3
  81. package/esm2020/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +3 -3
  82. package/esm2020/lib/components/euim-fieldset/euim-fieldset.component.mjs +5 -5
  83. package/esm2020/lib/components/euim-fieldset/euim-fieldset.module.mjs +5 -7
  84. package/esm2020/lib/components/euim-menu/euim-menu.component.mjs +6 -6
  85. package/esm2020/lib/components/euim-menu/euim-menu.module.mjs +6 -8
  86. package/esm2020/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +3 -3
  87. package/esm2020/lib/components/euim-message/euim-message.component.mjs +5 -5
  88. package/esm2020/lib/components/euim-message/euim-message.module.mjs +5 -7
  89. package/esm2020/lib/components/euim-stepper/euim-steper.module.mjs +6 -8
  90. package/esm2020/lib/components/euim-stepper/euim-stepper.component.mjs +4 -4
  91. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +5 -5
  92. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
  93. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +4 -4
  94. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +4 -4
  95. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +6 -8
  96. package/esm2020/lib/components/layout/euim-app/euim-app.component.mjs +5 -7
  97. package/esm2020/lib/components/layout/euim-app/euim-app.module.mjs +7 -9
  98. package/esm2020/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +6 -6
  99. package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +5 -5
  100. package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +9 -11
  101. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +3 -3
  102. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +3 -3
  103. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +8 -8
  104. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +7 -9
  105. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -4
  106. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +3 -3
  107. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +3 -3
  108. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +3 -3
  109. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +5 -5
  110. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +5 -7
  111. package/esm2020/lib/euim-all.module.mjs +4 -6
  112. package/esm2020/lib/services/euim-app.service.mjs +3 -3
  113. package/fesm2015/eui-mobile-core.mjs +246 -277
  114. package/fesm2015/eui-mobile-core.mjs.map +1 -1
  115. package/fesm2020/eui-mobile-core.mjs +241 -272
  116. package/fesm2020/eui-mobile-core.mjs.map +1 -1
  117. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +1 -1
  118. package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
  119. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +1 -1
  120. package/lib/components/euim-avatar/euim-avatar.component.d.ts +1 -1
  121. package/lib/components/euim-base.directive.d.ts +1 -1
  122. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +1 -1
  123. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +1 -1
  124. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +1 -1
  125. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +1 -1
  126. package/lib/components/euim-menu/euim-menu.component.d.ts +1 -1
  127. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +1 -1
  128. package/lib/components/euim-message/euim-message.component.d.ts +1 -1
  129. package/lib/components/euim-stepper/euim-stepper.component.d.ts +1 -1
  130. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +1 -1
  131. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +1 -1
  132. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +1 -1
  133. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +1 -1
  134. package/lib/components/layout/euim-app/euim-app.component.d.ts +1 -1
  135. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +1 -1
  136. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -1
  137. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +1 -1
  138. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +1 -1
  139. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +1 -1
  140. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +1 -1
  141. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +1 -1
  142. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +1 -1
  143. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +1 -1
  144. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +1 -1
  145. package/package.json +4 -4
  146. package/eui-mobile-core.d.ts +0 -5
@@ -22,5 +22,5 @@ export declare class EuimControlFeedbackComponent extends EuimBaseDirective {
22
22
  get cssClasses(): any;
23
23
  getCssClasses(): any;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimControlFeedbackComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimControlFeedbackComponent, "euim-control-feedback", never, { "euiInfo": "euiInfo"; "euiSuccess": "euiSuccess"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "variant": "variant"; }, {}, never, ["*"]>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimControlFeedbackComponent, "euim-control-feedback", never, { "euiInfo": "euiInfo"; "euiSuccess": "euiSuccess"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "variant": "variant"; }, {}, never, ["*"], false>;
26
26
  }
@@ -13,5 +13,5 @@ export declare class EuimLabelComponent extends EuimBaseDirective {
13
13
  get cssClasses(): any;
14
14
  getCssClasses(): string;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimLabelComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimLabelComponent, "[euimLabel]", never, { "euimLabelTitle": "euimLabelTitle"; "euimLabelSubTitle": "euimLabelSubTitle"; "euimLabelMeta": "euimLabelMeta"; }, {}, never, ["*"]>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimLabelComponent, "[euimLabel]", never, { "euimLabelTitle": "euimLabelTitle"; "euimLabelSubTitle": "euimLabelSubTitle"; "euimLabelMeta": "euimLabelMeta"; }, {}, never, ["*"], false>;
17
17
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class EuimListHeaderDirective {
3
3
  string: string;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimListHeaderDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<EuimListHeaderDirective, "[euimListHeader]", never, {}, {}, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EuimListHeaderDirective, "[euimListHeader]", never, {}, {}, never, never, false>;
6
6
  }
@@ -8,5 +8,5 @@ export declare class EuimAvatarComponent extends EuimBaseDirective {
8
8
  get cssClasses(): any;
9
9
  getCssClasses(): any;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimAvatarComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimAvatarComponent, "euim-avatar-icon", never, { "color": "color"; "size": "size"; "fill": "fill"; "variant": "variant"; }, {}, never, ["*"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimAvatarComponent, "euim-avatar-icon", never, { "color": "color"; "size": "size"; "fill": "fill"; "variant": "variant"; }, {}, never, ["*"], false>;
12
12
  }
@@ -54,5 +54,5 @@ export declare class EuimBaseDirective {
54
54
  _euiSize4XL: boolean;
55
55
  getCssClasses(rootClass: string): string;
56
56
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimBaseDirective, never>;
57
- static ɵdir: i0.ɵɵDirectiveDeclaration<EuimBaseDirective, "[euimBase]", never, { "e2eAttr": "e2eAttr"; "euiPrimary": "euiPrimary"; "euiSecondary": "euiSecondary"; "euiInfo": "euiInfo"; "euiSuccess": "euiSuccess"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "euiAccent": "euiAccent"; "euiInverted": "euiInverted"; "euiSize2XS": "euiSize2XS"; "euiSizeXS": "euiSizeXS"; "euiSizeS": "euiSizeS"; "euiSizeM": "euiSizeM"; "euiSizeL": "euiSizeL"; "euiSizeXL": "euiSizeXL"; "euiSize2XL": "euiSize2XL"; "euiSize3XL": "euiSize3XL"; "euiSize4XL": "euiSize4XL"; }, {}, never>;
57
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EuimBaseDirective, "[euimBase]", never, { "e2eAttr": "e2eAttr"; "euiPrimary": "euiPrimary"; "euiSecondary": "euiSecondary"; "euiInfo": "euiInfo"; "euiSuccess": "euiSuccess"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "euiAccent": "euiAccent"; "euiInverted": "euiInverted"; "euiSize2XS": "euiSize2XS"; "euiSizeXS": "euiSizeXS"; "euiSizeS": "euiSizeS"; "euiSizeM": "euiSizeM"; "euiSizeL": "euiSizeL"; "euiSizeXL": "euiSizeXL"; "euiSize2XL": "euiSize2XL"; "euiSize3XL": "euiSize3XL"; "euiSize4XL": "euiSize4XL"; }, {}, never, never, false>;
58
58
  }
@@ -6,5 +6,5 @@ export declare class EuimEmptyListPlaceholderComponent extends EuimBaseDirective
6
6
  description: string;
7
7
  hasCustomContent(contentElement: HTMLElement): boolean;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimEmptyListPlaceholderComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimEmptyListPlaceholderComponent, "euim-empty-list-placeholder", never, { "message": "message"; "icon": "icon"; "description": "description"; }, {}, never, ["*"]>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimEmptyListPlaceholderComponent, "euim-empty-list-placeholder", never, { "message": "message"; "icon": "icon"; "description": "description"; }, {}, never, ["*"], false>;
10
10
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class EuimFieldsetActionsComponent extends EuimBaseDirective {
4
4
  string: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimFieldsetActionsComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimFieldsetActionsComponent, "euim-fieldset-actions", never, {}, {}, never, ["*"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimFieldsetActionsComponent, "euim-fieldset-actions", never, {}, {}, never, ["*"], false>;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class EuimFieldsetLegendComponent extends EuimBaseDirective {
4
4
  string: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimFieldsetLegendComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimFieldsetLegendComponent, "euim-fieldset-legend", never, {}, {}, never, ["*"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimFieldsetLegendComponent, "euim-fieldset-legend", never, {}, {}, never, ["*"], false>;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class EuimFieldSetComponent extends EuimBaseDirective {
4
4
  string: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimFieldSetComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimFieldSetComponent, "euim-fieldset", never, {}, {}, never, ["euim-fieldset-legend", "euim-fieldset-actions", "*"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimFieldSetComponent, "euim-fieldset", never, {}, {}, never, ["euim-fieldset-legend", "euim-fieldset-actions", "*"], false>;
7
7
  }
@@ -10,5 +10,5 @@ export declare class EuimMenuComponent extends EuimBaseDirective {
10
10
  constructor(navCtrl: NavController);
11
11
  onItemClick(event: Event, url?: string, idx?: number, item?: EuimMenuItem): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimMenuComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimMenuComponent, "euim-menu", never, { "items": "items"; }, { "itemClick": "itemClick"; }, never, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimMenuComponent, "euim-menu", never, { "items": "items"; }, { "itemClick": "itemClick"; }, never, never, false>;
14
14
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class EuimMessageTitleComponent extends EuimBaseDirective {
4
4
  class: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimMessageTitleComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimMessageTitleComponent, "euim-message-title", never, {}, {}, never, ["*"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimMessageTitleComponent, "euim-message-title", never, {}, {}, never, ["*"], false>;
7
7
  }
@@ -25,5 +25,5 @@ export declare class EuimMessageComponent extends EuimBaseDirective implements O
25
25
  get cssClasses(): any;
26
26
  getCssClasses(): any;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimMessageComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimMessageComponent, "euim-message", never, { "euiInfo": "euiInfo"; "euiSuccess": "euiSuccess"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "variant": "variant"; }, {}, never, ["euim-message-title", "*"]>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimMessageComponent, "euim-message", never, { "euiInfo": "euiInfo"; "euiSuccess": "euiSuccess"; "euiWarning": "euiWarning"; "euiDanger": "euiDanger"; "variant": "variant"; }, {}, never, ["euim-message-title", "*"], false>;
29
29
  }
@@ -16,5 +16,5 @@ export declare class EuimStepperComponent extends EuimBaseDirective {
16
16
  onNext(evt: MouseEvent): void;
17
17
  private updateActionsState;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimStepperComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimStepperComponent, "euim-stepper", never, { "currentStep": "currentStep"; "stepsCount": "stepsCount"; "isPreviousDisabled": "isPreviousDisabled"; "isNextDisabled": "isNextDisabled"; }, { "previous": "previous"; "next": "next"; }, never, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimStepperComponent, "euim-stepper", never, { "currentStep": "currentStep"; "stepsCount": "stepsCount"; "isPreviousDisabled": "isPreviousDisabled"; "isNextDisabled": "isNextDisabled"; }, { "previous": "previous"; "next": "next"; }, never, never, false>;
20
20
  }
@@ -5,5 +5,5 @@ export declare class EuimAppSidebarFooterComponent implements OnInit {
5
5
  constructor();
6
6
  ngOnInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimAppSidebarFooterComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimAppSidebarFooterComponent, "euim-app-sidebar-footer", never, {}, {}, never, ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimAppSidebarFooterComponent, "euim-app-sidebar-footer", never, {}, {}, never, ["*"], false>;
9
9
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class EuimAppSidebarHeaderComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimAppSidebarHeaderComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimAppSidebarHeaderComponent, "euim-app-sidebar-header", never, {}, {}, never, ["*"]>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimAppSidebarHeaderComponent, "euim-app-sidebar-header", never, {}, {}, never, ["*"], false>;
5
5
  }
@@ -7,5 +7,5 @@ export declare class EuimAppSidebarMenuComponent {
7
7
  constructor();
8
8
  onItemClick(item: EuimMenuItem): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimAppSidebarMenuComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimAppSidebarMenuComponent, "euim-app-sidebar-menu", never, { "items": "items"; }, { "itemClick": "itemClick"; }, never, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimAppSidebarMenuComponent, "euim-app-sidebar-menu", never, { "items": "items"; }, { "itemClick": "itemClick"; }, never, never, false>;
11
11
  }
@@ -5,5 +5,5 @@ export declare class EuimAppSidebarComponent extends EuimBaseDirective {
5
5
  ionMenuId: string;
6
6
  sidebarItems: EuimMenuItem[];
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimAppSidebarComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimAppSidebarComponent, "euim-app-sidebar", never, { "ionMenuId": "ionMenuId"; "sidebarItems": "sidebarItems"; }, {}, never, ["euim-app-sidebar-header", "euim-app-sidebar-menu", "euim-app-sidebar-footer"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimAppSidebarComponent, "euim-app-sidebar", never, { "ionMenuId": "ionMenuId"; "sidebarItems": "sidebarItems"; }, {}, never, ["euim-app-sidebar-header", "euim-app-sidebar-menu", "euim-app-sidebar-footer"], false>;
9
9
  }
@@ -6,5 +6,5 @@ export declare class EuimAppComponent extends EuimBaseDirective {
6
6
  ionMenuId: string;
7
7
  constructor(asService: EuimAppService);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimAppComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimAppComponent, "euim-app", never, { "ionMenuId": "ionMenuId"; }, {}, never, ["*"]>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimAppComponent, "euim-app", never, { "ionMenuId": "ionMenuId"; }, {}, never, ["*"], false>;
10
10
  }
@@ -21,5 +21,5 @@ export declare class EuimLanguageListComponent extends EuimBaseDirective impleme
21
21
  onLanguageListClose(): void;
22
22
  protected getLanguageLabel(languageCode: string): string;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimLanguageListComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimLanguageListComponent, "euim-language-list", never, {}, { "languageSelected": "languageSelected"; }, never, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimLanguageListComponent, "euim-language-list", never, {}, { "languageSelected": "languageSelected"; }, never, never, false>;
25
25
  }
@@ -24,5 +24,5 @@ export declare class EuimLanguageSelectorComponent extends EuimBaseDirective imp
24
24
  set euimPrimary(value: boolean);
25
25
  get cssClasses(): any;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimLanguageSelectorComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimLanguageSelectorComponent, "euim-language-selector", never, { "euimPrimary": "euimPrimary"; }, {}, never, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimLanguageSelectorComponent, "euim-language-selector", never, { "euimPrimary": "euimPrimary"; }, {}, never, never, false>;
28
28
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class EuimToolbarActionItemsComponent extends EuimBaseDirective {
4
4
  get cssClasses(): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarActionItemsComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarActionItemsComponent, "euim-toolbar-action-items", never, {}, {}, never, ["*"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarActionItemsComponent, "euim-toolbar-action-items", never, {}, {}, never, ["*"], false>;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class EuimToolbarTitleComponent extends EuimBaseDirective {
4
4
  get cssClasses(): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarTitleComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarTitleComponent, "euim-toolbar-title", never, {}, {}, never, ["*"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarTitleComponent, "euim-toolbar-title", never, {}, {}, never, ["*"], false>;
7
7
  }
@@ -11,5 +11,5 @@ export declare class EuimToolbarComponent extends EuimBaseDirective implements O
11
11
  onBackButtonClick(event: Event): void;
12
12
  get cssClasses(): any;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarComponent, "euim-toolbar", never, { "hasBackButton": "hasBackButton"; "backButtonDefaultHref": "backButtonDefaultHref"; "hasSidebarTrigger": "hasSidebarTrigger"; "hasLanguageSelector": "hasLanguageSelector"; }, { "backButtonClick": "backButtonClick"; }, never, ["*", "euim-toolbar-title", "euim-toolbar-action-items"]>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarComponent, "euim-toolbar", never, { "hasBackButton": "hasBackButton"; "backButtonDefaultHref": "backButtonDefaultHref"; "hasSidebarTrigger": "hasSidebarTrigger"; "hasLanguageSelector": "hasLanguageSelector"; }, { "backButtonClick": "backButtonClick"; }, never, ["*", "euim-toolbar-title", "euim-toolbar-action-items"], false>;
15
15
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class EuiMUserProfileActionComponent extends EuimBaseDirective {
4
4
  class: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiMUserProfileActionComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileActionComponent, "euim-user-profile-action", never, {}, {}, never, ["*"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileActionComponent, "euim-user-profile-action", never, {}, {}, never, ["*"], false>;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class EuiMUserProfileAvatarComponent extends EuimBaseDirective {
4
4
  class: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiMUserProfileAvatarComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileAvatarComponent, "euim-user-profile-avatar", never, {}, {}, never, ["*"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileAvatarComponent, "euim-user-profile-avatar", never, {}, {}, never, ["*"], false>;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class EuiMUserProfileInfosComponent extends EuimBaseDirective {
4
4
  class: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiMUserProfileInfosComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileInfosComponent, "euim-user-profile-infos", never, {}, {}, never, ["*"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileInfosComponent, "euim-user-profile-infos", never, {}, {}, never, ["*"], false>;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class EuiMUserProfileInfosItemComponent extends EuimBaseDirective {
4
4
  class: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiMUserProfileInfosItemComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileInfosItemComponent, "euim-user-profile-infos-item", never, {}, {}, never, ["*"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileInfosItemComponent, "euim-user-profile-infos-item", never, {}, {}, never, ["*"], false>;
7
7
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class EuimUserProfileComponent extends EuimBaseDirective {
4
4
  string: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimUserProfileComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimUserProfileComponent, "euim-user-profile", never, {}, {}, never, ["euim-user-profile-avatar", "euim-user-profile-infos", "euim-user-profile-action"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimUserProfileComponent, "euim-user-profile", never, {}, {}, never, ["euim-user-profile-avatar", "euim-user-profile-infos", "euim-user-profile-action"], false>;
7
7
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eui/mobile-core",
3
- "version": "14.0.0-beta.2",
3
+ "version": "14.0.0-beta.3",
4
4
  "tag": "next",
5
5
  "license": "EUPL-1.1",
6
6
  "dependencies": {
7
7
  "@ionic/angular-toolkit": "6.1.0",
8
- "@ionic/angular": "6.1.3",
8
+ "@ionic/angular": "6.1.7-dev.11653587516.10a1f435",
9
9
  "@ionic/storage": "3.0.6",
10
10
  "@ionic/cli": "6.19.0",
11
11
  "tslib": "^2.3.0"
@@ -15,13 +15,13 @@
15
15
  "esm2020": "esm2020/eui-mobile-core.mjs",
16
16
  "fesm2020": "fesm2020/eui-mobile-core.mjs",
17
17
  "fesm2015": "fesm2015/eui-mobile-core.mjs",
18
- "typings": "eui-mobile-core.d.ts",
18
+ "typings": "index.d.ts",
19
19
  "exports": {
20
20
  "./package.json": {
21
21
  "default": "./package.json"
22
22
  },
23
23
  ".": {
24
- "types": "./eui-mobile-core.d.ts",
24
+ "types": "./index.d.ts",
25
25
  "esm2020": "./esm2020/eui-mobile-core.mjs",
26
26
  "es2020": "./fesm2020/eui-mobile-core.mjs",
27
27
  "es2015": "./fesm2015/eui-mobile-core.mjs",
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@eui/mobile-core" />
5
- export * from './index';