@eui/mobile-core 10.0.0-pre.13 → 10.0.0-pre.17

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 (76) hide show
  1. package/bundles/eui-mobile-core.umd.js +280 -333
  2. package/bundles/eui-mobile-core.umd.js.map +1 -1
  3. package/bundles/eui-mobile-core.umd.min.js +2 -2
  4. package/bundles/eui-mobile-core.umd.min.js.map +1 -1
  5. package/docs/components/EuiMUserProfileActionComponent.html +1 -1
  6. package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
  7. package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
  8. package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
  9. package/docs/components/EuimAppComponent.html +1 -1
  10. package/docs/components/EuimAppSidebarComponent.html +2 -2
  11. package/docs/components/EuimAppSidebarFooterComponent.html +1 -1
  12. package/docs/components/EuimAppSidebarHeaderComponent.html +1 -1
  13. package/docs/components/EuimAppSidebarMenuComponent.html +1 -1
  14. package/docs/components/EuimAvatarComponent.html +1 -1
  15. package/docs/components/EuimControlFeedbackComponent.html +1 -1
  16. package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
  17. package/docs/components/EuimFieldSetComponent.html +1 -1
  18. package/docs/components/EuimFieldsetActionsComponent.html +1 -1
  19. package/docs/components/EuimFieldsetLegendComponent.html +1 -1
  20. package/docs/components/EuimLabelComponent.html +1 -1
  21. package/docs/components/EuimLanguageListComponent.html +1 -1
  22. package/docs/components/EuimLanguageSelectorComponent.html +1 -1
  23. package/docs/components/EuimMenuComponent.html +1 -1
  24. package/docs/components/EuimMessageComponent.html +1 -1
  25. package/docs/components/EuimMessageTitleComponent.html +1 -1
  26. package/docs/components/EuimStepperComponent.html +1 -1
  27. package/docs/components/{EuimPageHeaderTitleComponent.html → EuimToolbarActionItemsComponent.html} +7 -7
  28. package/docs/components/{EuimPageHeaderComponent.html → EuimToolbarComponent.html} +16 -8
  29. package/docs/components/{EuimPageHeaderActionItemsComponent.html → EuimToolbarTitleComponent.html} +7 -7
  30. package/docs/components/EuimUserProfileComponent.html +1 -1
  31. package/docs/dependencies.html +3 -3
  32. package/docs/index.html +1 -1
  33. package/docs/js/menu-wc.js +30 -34
  34. package/docs/js/search/search_index.js +2 -2
  35. package/docs/miscellaneous/variables.html +1 -1
  36. package/docs/modules/EuimAllModule.html +4 -4
  37. package/docs/modules/{EuimPageComponentModule.html → EuimToolbarComponentModule.html} +9 -15
  38. package/docs/modules.html +4 -4
  39. package/esm2015/lib/components/atoms/euim-label/euim-label.component.js +1 -1
  40. package/esm2015/lib/components/directives/euim-list-header/euim-list-header.directive.js +1 -1
  41. package/esm2015/lib/components/euim-message/euim-message-title/euim-message-title.component.js +1 -1
  42. package/esm2015/lib/components/euim-message/euim-message.component.js +1 -1
  43. package/esm2015/lib/components/index.js +2 -2
  44. package/esm2015/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.js +8 -6
  45. package/esm2015/lib/components/layout/euim-language-selector/euim-language-selector.component.js +1 -1
  46. package/esm2015/lib/components/layout/euim-language-selector/euim-language-selector.module.js +1 -1
  47. package/esm2015/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.js +28 -0
  48. package/esm2015/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.js +28 -0
  49. package/esm2015/lib/components/layout/euim-toolbar/euim-toolbar.component.js +95 -0
  50. package/esm2015/lib/components/layout/euim-toolbar/euim-toolbar.module.js +48 -0
  51. package/esm2015/lib/components/layout/euim-toolbar/index.js +5 -0
  52. package/esm2015/lib/euim-all.module.js +6 -6
  53. package/esm2015/lib/services/euim-app.service.js +1 -1
  54. package/fesm2015/eui-mobile-core.js +219 -256
  55. package/fesm2015/eui-mobile-core.js.map +1 -1
  56. package/lib/components/index.d.ts +1 -1
  57. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +7 -0
  58. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +7 -0
  59. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +15 -0
  60. package/lib/components/layout/euim-toolbar/euim-toolbar.module.d.ts +12 -0
  61. package/lib/components/layout/euim-toolbar/index.d.ts +4 -0
  62. package/lib/euim-all.module.d.ts +12 -12
  63. package/package.json +1 -1
  64. package/docs/components/EuimPageComponent.html +0 -256
  65. package/esm2015/lib/components/layout/euim-page/euim-page-header/euim-page-header.component.js +0 -97
  66. package/esm2015/lib/components/layout/euim-page/euim-page-header-action-items/euim-page-header-action-items.component.js +0 -28
  67. package/esm2015/lib/components/layout/euim-page/euim-page-header-title/euim-page-header-title.component.js +0 -28
  68. package/esm2015/lib/components/layout/euim-page/euim-page.component.js +0 -37
  69. package/esm2015/lib/components/layout/euim-page/euim-page.module.js +0 -53
  70. package/esm2015/lib/components/layout/euim-page/index.js +0 -6
  71. package/lib/components/layout/euim-page/euim-page-header/euim-page-header.component.d.ts +0 -15
  72. package/lib/components/layout/euim-page/euim-page-header-action-items/euim-page-header-action-items.component.d.ts +0 -7
  73. package/lib/components/layout/euim-page/euim-page-header-title/euim-page-header-title.component.d.ts +0 -7
  74. package/lib/components/layout/euim-page/euim-page.component.d.ts +0 -7
  75. package/lib/components/layout/euim-page/euim-page.module.d.ts +0 -13
  76. package/lib/components/layout/euim-page/index.d.ts +0 -5
@@ -574,8 +574,8 @@
574
574
  }] });
575
575
  })();
576
576
 
577
- var _c0$l = ["euimLabel", ""];
578
- var _c1$7 = ["*"];
577
+ var _c0$k = ["euimLabel", ""];
578
+ var _c1$6 = ["*"];
579
579
  var EuimLabelComponent = /** @class */ (function (_super) {
580
580
  __extends(EuimLabelComponent, _super);
581
581
  function EuimLabelComponent() {
@@ -625,12 +625,12 @@
625
625
  if (rf & 2) {
626
626
  i0__namespace.ɵɵclassMap(ctx.cssClasses);
627
627
  }
628
- }, inputs: { euimLabelTitle: "euimLabelTitle", euimLabelSubTitle: "euimLabelSubTitle", euimLabelMeta: "euimLabelMeta" }, features: [i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c0$l, ngContentSelectors: _c1$7, decls: 1, vars: 0, template: function EuimLabelComponent_Template(rf, ctx) {
628
+ }, inputs: { euimLabelTitle: "euimLabelTitle", euimLabelSubTitle: "euimLabelSubTitle", euimLabelMeta: "euimLabelMeta" }, features: [i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c0$k, ngContentSelectors: _c1$6, decls: 1, vars: 0, template: function EuimLabelComponent_Template(rf, ctx) {
629
629
  if (rf & 1) {
630
630
  i0__namespace.ɵɵprojectionDef();
631
631
  i0__namespace.ɵɵprojection(0);
632
632
  }
633
- }, styles: [".euim-label{align-items:center;display:flex;margin:0;padding:0}.euim-label__title{color:var(--eui-base-color-text);font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-style:normal;font-weight:700}.euim-label__title ion-icon{height:var(--eui-base-spacing-m);margin-right:var(--eui-base-spacing-2xs);width:var(--eui-base-spacing-m)}.euim-label__meta,.euim-label__sub-title{color:var(--eui-base-color-grey-75);font:normal normal 400 .875rem/1rem Arial,sans-serif}.euim-label__meta ion-icon{color:var(--eui-base-color-grey-75);height:var(--eui-base-spacing-m);margin-right:var(--eui-base-spacing-2xs);width:var(--eui-base-spacing-m)}.euim-label__meta+.euim-label__meta,.euim-label__meta+.euim-label__sub-title,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__title+.euim-label__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-100)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}"], encapsulation: 2 });
633
+ }, styles: [".euim-label{align-items:center;display:flex;margin:0;padding:0}.euim-label__title{color:var(--eui-base-color-text);font:normal normal 400 1rem/1.25rem Arial,sans-serif;font-style:normal;font-weight:700}.euim-label__title ion-icon{height:var(--eui-base-spacing-m);margin-right:var(--eui-base-spacing-2xs);width:var(--eui-base-spacing-m)}.euim-label__meta,.euim-label__sub-title{color:var(--eui-base-color-grey-75);font:normal normal 400 .875rem/1rem Arial,sans-serif}.euim-label__meta ion-icon{height:var(--eui-base-spacing-m);margin-right:var(--eui-base-spacing-2xs);width:var(--eui-base-spacing-m)}.euim-label__meta+.euim-label__meta,.euim-label__meta+.euim-label__sub-title,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__title+.euim-label__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-100)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{color:var(--eui-base-font-size-2xs)}.euim-label--size-xs{color:var(--eui-base-font-size-xs)}.euim-label--size-s{color:var(--eui-base-font-size-s)}.euim-label--size-m{color:var(--eui-base-font-size-m)}.euim-label--size-l{color:var(--eui-base-font-size-l)}.euim-label--size-xl{color:var(--eui-base-font-size-xl)}.euim-label--size-2xl{color:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{color:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{color:var(--eui-base-font-size-4xl)}"], encapsulation: 2 });
634
634
  var ɵEuimLabelComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(EuimLabelComponent);
635
635
  /*@__PURE__*/ (function () {
636
636
  i0__namespace.ɵsetClassMetadata(EuimLabelComponent, [{
@@ -685,7 +685,7 @@
685
685
  }], null, null);
686
686
  })();
687
687
 
688
- var _c0$k = ["*"];
688
+ var _c0$j = ["*"];
689
689
  var EuimControlFeedbackComponent = /** @class */ (function (_super) {
690
690
  __extends(EuimControlFeedbackComponent, _super);
691
691
  function EuimControlFeedbackComponent() {
@@ -791,7 +791,7 @@
791
791
  if (rf & 2) {
792
792
  i0__namespace.ɵɵclassMap(ctx.cssClasses);
793
793
  }
794
- }, inputs: { euiInfo: "euiInfo", euiSuccess: "euiSuccess", euiWarning: "euiWarning", euiDanger: "euiDanger", variant: "variant" }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$k, decls: 2, vars: 0, consts: [[1, "euim-control-feedback"]], template: function EuimControlFeedbackComponent_Template(rf, ctx) {
794
+ }, inputs: { euiInfo: "euiInfo", euiSuccess: "euiSuccess", euiWarning: "euiWarning", euiDanger: "euiDanger", variant: "variant" }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$j, decls: 2, vars: 0, consts: [[1, "euim-control-feedback"]], template: function EuimControlFeedbackComponent_Template(rf, ctx) {
795
795
  if (rf & 1) {
796
796
  i0__namespace.ɵɵprojectionDef();
797
797
  i0__namespace.ɵɵelementStart(0, "div", 0);
@@ -954,8 +954,8 @@
954
954
  }] });
955
955
  })();
956
956
 
957
- var _c0$j = [[["euim-app-sidebar"]]];
958
- var _c1$6 = ["euim-app-sidebar"];
957
+ var _c0$i = [[["euim-app-sidebar"]]];
958
+ var _c1$5 = ["euim-app-sidebar"];
959
959
  var EuimAppComponent = /** @class */ (function (_super) {
960
960
  __extends(EuimAppComponent, _super);
961
961
  function EuimAppComponent(asService) {
@@ -967,9 +967,9 @@
967
967
  return EuimAppComponent;
968
968
  }(EuimBaseDirective));
969
969
  /** @nocollapse */ EuimAppComponent.ɵfac = function EuimAppComponent_Factory(t) { return new (t || EuimAppComponent)(i0__namespace.ɵɵdirectiveInject(EuimAppService)); };
970
- /** @nocollapse */ EuimAppComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimAppComponent, selectors: [["euim-app"]], inputs: { ionMenuId: "ionMenuId" }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$6, decls: 4, vars: 1, consts: [[3, "id"]], template: function EuimAppComponent_Template(rf, ctx) {
970
+ /** @nocollapse */ EuimAppComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimAppComponent, selectors: [["euim-app"]], inputs: { ionMenuId: "ionMenuId" }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$5, decls: 4, vars: 1, consts: [[3, "id"]], template: function EuimAppComponent_Template(rf, ctx) {
971
971
  if (rf & 1) {
972
- i0__namespace.ɵɵprojectionDef(_c0$j);
972
+ i0__namespace.ɵɵprojectionDef(_c0$i);
973
973
  i0__namespace.ɵɵelementStart(0, "ion-app");
974
974
  i0__namespace.ɵɵprojection(1);
975
975
  i0__namespace.ɵɵelement(2, "ion-router-outlet", 0);
@@ -1250,8 +1250,8 @@
1250
1250
  return EuimMenuItem;
1251
1251
  }());
1252
1252
 
1253
- var _c0$i = [[["euim-app-sidebar-header"]], [["euim-app-sidebar-menu"]], [["euim-app-sidebar-footer"]]];
1254
- var _c1$5 = ["euim-app-sidebar-header", "euim-app-sidebar-menu", "euim-app-sidebar-footer"];
1253
+ var _c0$h = [[["euim-app-sidebar-header"]], [["euim-app-sidebar-menu"]], [["euim-app-sidebar-footer"]]];
1254
+ var _c1$4 = ["euim-app-sidebar-header", "euim-app-sidebar-menu", "euim-app-sidebar-footer"];
1255
1255
  var EuimAppSidebarComponent = /** @class */ (function (_super) {
1256
1256
  __extends(EuimAppSidebarComponent, _super);
1257
1257
  function EuimAppSidebarComponent() {
@@ -1262,14 +1262,16 @@
1262
1262
  return EuimAppSidebarComponent;
1263
1263
  }(EuimBaseDirective));
1264
1264
  /** @nocollapse */ EuimAppSidebarComponent.ɵfac = function EuimAppSidebarComponent_Factory(t) { return ɵEuimAppSidebarComponent_BaseFactory(t || EuimAppSidebarComponent); };
1265
- /** @nocollapse */ EuimAppSidebarComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimAppSidebarComponent, selectors: [["euim-app-sidebar"]], inputs: { ionMenuId: "ionMenuId", sidebarItems: "sidebarItems" }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$5, decls: 5, vars: 2, consts: [["side", "start", 3, "contentId", "menuId"]], template: function EuimAppSidebarComponent_Template(rf, ctx) {
1265
+ /** @nocollapse */ EuimAppSidebarComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimAppSidebarComponent, selectors: [["euim-app-sidebar"]], inputs: { ionMenuId: "ionMenuId", sidebarItems: "sidebarItems" }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$4, decls: 6, vars: 2, consts: [["side", "start", 3, "contentId", "menuId"]], template: function EuimAppSidebarComponent_Template(rf, ctx) {
1266
1266
  if (rf & 1) {
1267
- i0__namespace.ɵɵprojectionDef(_c0$i);
1267
+ i0__namespace.ɵɵprojectionDef(_c0$h);
1268
1268
  i0__namespace.ɵɵelementStart(0, "ion-menu", 0);
1269
- i0__namespace.ɵɵelementStart(1, "ion-content");
1269
+ i0__namespace.ɵɵelementStart(1, "ion-toolbar");
1270
1270
  i0__namespace.ɵɵprojection(2);
1271
- i0__namespace.ɵɵprojection(3, 1);
1272
- i0__namespace.ɵɵprojection(4, 2);
1271
+ i0__namespace.ɵɵelementEnd();
1272
+ i0__namespace.ɵɵelementStart(3, "ion-content");
1273
+ i0__namespace.ɵɵprojection(4, 1);
1274
+ i0__namespace.ɵɵprojection(5, 2);
1273
1275
  i0__namespace.ɵɵelementEnd();
1274
1276
  i0__namespace.ɵɵelementEnd();
1275
1277
  }
@@ -1277,7 +1279,7 @@
1277
1279
  i0__namespace.ɵɵpropertyInterpolate("contentId", ctx.ionMenuId);
1278
1280
  i0__namespace.ɵɵpropertyInterpolate("menuId", ctx.ionMenuId);
1279
1281
  }
1280
- }, directives: [i1__namespace$1.IonMenu, i1__namespace$1.IonContent], encapsulation: 2 });
1282
+ }, directives: [i1__namespace$1.IonMenu, i1__namespace$1.IonToolbar, i1__namespace$1.IonContent], encapsulation: 2 });
1281
1283
  var ɵEuimAppSidebarComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(EuimAppSidebarComponent);
1282
1284
  /*@__PURE__*/ (function () {
1283
1285
  i0__namespace.ɵsetClassMetadata(EuimAppSidebarComponent, [{
@@ -1293,14 +1295,14 @@
1293
1295
  }] });
1294
1296
  })();
1295
1297
 
1296
- var _c0$h = ["*"];
1298
+ var _c0$g = ["*"];
1297
1299
  var EuimAppSidebarHeaderComponent = /** @class */ (function () {
1298
1300
  function EuimAppSidebarHeaderComponent() {
1299
1301
  }
1300
1302
  return EuimAppSidebarHeaderComponent;
1301
1303
  }());
1302
1304
  /** @nocollapse */ EuimAppSidebarHeaderComponent.ɵfac = function EuimAppSidebarHeaderComponent_Factory(t) { return new (t || EuimAppSidebarHeaderComponent)(); };
1303
- /** @nocollapse */ EuimAppSidebarHeaderComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimAppSidebarHeaderComponent, selectors: [["euim-app-sidebar-header"]], ngContentSelectors: _c0$h, decls: 1, vars: 0, template: function EuimAppSidebarHeaderComponent_Template(rf, ctx) {
1305
+ /** @nocollapse */ EuimAppSidebarHeaderComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimAppSidebarHeaderComponent, selectors: [["euim-app-sidebar-header"]], ngContentSelectors: _c0$g, decls: 1, vars: 0, template: function EuimAppSidebarHeaderComponent_Template(rf, ctx) {
1304
1306
  if (rf & 1) {
1305
1307
  i0__namespace.ɵɵprojectionDef();
1306
1308
  i0__namespace.ɵɵprojection(0);
@@ -1354,7 +1356,7 @@
1354
1356
  }] });
1355
1357
  })();
1356
1358
 
1357
- var _c0$g = ["*"];
1359
+ var _c0$f = ["*"];
1358
1360
  var EuimAppSidebarFooterComponent = /** @class */ (function () {
1359
1361
  function EuimAppSidebarFooterComponent() {
1360
1362
  }
@@ -1363,7 +1365,7 @@
1363
1365
  return EuimAppSidebarFooterComponent;
1364
1366
  }());
1365
1367
  /** @nocollapse */ EuimAppSidebarFooterComponent.ɵfac = function EuimAppSidebarFooterComponent_Factory(t) { return new (t || EuimAppSidebarFooterComponent)(); };
1366
- /** @nocollapse */ EuimAppSidebarFooterComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimAppSidebarFooterComponent, selectors: [["euim-app-sidebar-footer"]], ngContentSelectors: _c0$g, decls: 1, vars: 0, template: function EuimAppSidebarFooterComponent_Template(rf, ctx) {
1368
+ /** @nocollapse */ EuimAppSidebarFooterComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimAppSidebarFooterComponent, selectors: [["euim-app-sidebar-footer"]], ngContentSelectors: _c0$f, decls: 1, vars: 0, template: function EuimAppSidebarFooterComponent_Template(rf, ctx) {
1367
1369
  if (rf & 1) {
1368
1370
  i0__namespace.ɵɵprojectionDef();
1369
1371
  i0__namespace.ɵɵprojection(0);
@@ -1628,298 +1630,8 @@
1628
1630
  }], null, null);
1629
1631
  })();
1630
1632
 
1631
- var _c0$f = [[["euim-page-header"]], "*"];
1632
- var _c1$4 = ["euim-page-header", "*"];
1633
- var EuimPageComponent = /** @class */ (function (_super) {
1634
- __extends(EuimPageComponent, _super);
1635
- function EuimPageComponent() {
1636
- return _super !== null && _super.apply(this, arguments) || this;
1637
- }
1638
- Object.defineProperty(EuimPageComponent.prototype, "cssClasses", {
1639
- get: function () {
1640
- return _super.prototype.getCssClasses.call(this, 'euim-page');
1641
- },
1642
- enumerable: false,
1643
- configurable: true
1644
- });
1645
- return EuimPageComponent;
1646
- }(EuimBaseDirective));
1647
- /** @nocollapse */ EuimPageComponent.ɵfac = function EuimPageComponent_Factory(t) { return ɵEuimPageComponent_BaseFactory(t || EuimPageComponent); };
1648
- /** @nocollapse */ EuimPageComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimPageComponent, selectors: [["euim-page"]], hostVars: 2, hostBindings: function EuimPageComponent_HostBindings(rf, ctx) {
1649
- if (rf & 2) {
1650
- i0__namespace.ɵɵclassMap(ctx.cssClasses);
1651
- }
1652
- }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$4, decls: 4, vars: 0, consts: [[1, "euim-page__wrapper"], [1, "euim-page__content"]], template: function EuimPageComponent_Template(rf, ctx) {
1653
- if (rf & 1) {
1654
- i0__namespace.ɵɵprojectionDef(_c0$f);
1655
- i0__namespace.ɵɵprojection(0);
1656
- i0__namespace.ɵɵelementStart(1, "ion-content", 0);
1657
- i0__namespace.ɵɵelementStart(2, "div", 1);
1658
- i0__namespace.ɵɵprojection(3, 1);
1659
- i0__namespace.ɵɵelementEnd();
1660
- i0__namespace.ɵɵelementEnd();
1661
- }
1662
- }, directives: [i1__namespace$1.IonContent], styles: [".euim-page{min-height:100%}.euim-page__content{padding:var(--eui-base-spacing-m)}.euim-page__wrapper{position:absolute}"], encapsulation: 2 });
1663
- var ɵEuimPageComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(EuimPageComponent);
1664
- /*@__PURE__*/ (function () {
1665
- i0__namespace.ɵsetClassMetadata(EuimPageComponent, [{
1666
- type: i0.Component,
1667
- args: [{
1668
- selector: 'euim-page',
1669
- templateUrl: 'euim-page.component.html',
1670
- styleUrls: ['./styles/_index.scss'],
1671
- encapsulation: i0.ViewEncapsulation.None,
1672
- }]
1673
- }], null, { cssClasses: [{
1674
- type: i0.HostBinding,
1675
- args: ['class']
1676
- }] });
1677
- })();
1678
-
1679
- function EuimPageHeaderComponent_ion_menu_button_3_Template(rf, ctx) {
1680
- if (rf & 1) {
1681
- i0__namespace.ɵɵelement(0, "ion-menu-button");
1682
- }
1683
- }
1684
- function EuimPageHeaderComponent_ion_back_button_4_Template(rf, ctx) {
1685
- if (rf & 1) {
1686
- var _r4_1 = i0__namespace.ɵɵgetCurrentView();
1687
- i0__namespace.ɵɵelementStart(0, "ion-back-button", 5);
1688
- i0__namespace.ɵɵlistener("pointerdown", function EuimPageHeaderComponent_ion_back_button_4_Template_ion_back_button_pointerdown_0_listener($event) { i0__namespace.ɵɵrestoreView(_r4_1); var ctx_r3 = i0__namespace.ɵɵnextContext(); return ctx_r3.onBackButtonClick($event); });
1689
- i0__namespace.ɵɵelementEnd();
1690
- }
1691
- if (rf & 2) {
1692
- var ctx_r1 = i0__namespace.ɵɵnextContext();
1693
- i0__namespace.ɵɵpropertyInterpolate("defaultHref", ctx_r1.backButtonDefaultHref);
1694
- }
1695
- }
1696
- function EuimPageHeaderComponent_ng_container_10_Template(rf, ctx) {
1697
- if (rf & 1) {
1698
- i0__namespace.ɵɵelementContainerStart(0);
1699
- i0__namespace.ɵɵelement(1, "euim-language-selector");
1700
- i0__namespace.ɵɵelementContainerEnd();
1701
- }
1702
- }
1703
- var _c0$e = ["*", [["euim-page-header-title"]], [["euim-page-header-action-items"]]];
1704
- var _c1$3 = ["*", "euim-page-header-title", "euim-page-header-action-items"];
1705
- var EuimPageHeaderComponent = /** @class */ (function (_super) {
1706
- __extends(EuimPageHeaderComponent, _super);
1707
- function EuimPageHeaderComponent() {
1708
- var _this = _super.apply(this, __spread(arguments)) || this;
1709
- _this.hasBackButton = true;
1710
- _this.backButtonDefaultHref = '/';
1711
- _this.hasSidebarTrigger = false;
1712
- _this.hasLanguageSelector = false;
1713
- _this.backButtonClick = new i0.EventEmitter();
1714
- return _this;
1715
- }
1716
- EuimPageHeaderComponent.prototype.ngOnInit = function () {
1717
- if (this.hasSidebarTrigger) {
1718
- this.hasBackButton = false;
1719
- }
1720
- };
1721
- EuimPageHeaderComponent.prototype.onBackButtonClick = function (event) {
1722
- this.backButtonClick.emit(event);
1723
- };
1724
- Object.defineProperty(EuimPageHeaderComponent.prototype, "cssClasses", {
1725
- get: function () {
1726
- return _super.prototype.getCssClasses.call(this, 'euim-page-header');
1727
- },
1728
- enumerable: false,
1729
- configurable: true
1730
- });
1731
- return EuimPageHeaderComponent;
1732
- }(EuimBaseDirective));
1733
- /** @nocollapse */ EuimPageHeaderComponent.ɵfac = function EuimPageHeaderComponent_Factory(t) { return ɵEuimPageHeaderComponent_BaseFactory(t || EuimPageHeaderComponent); };
1734
- /** @nocollapse */ EuimPageHeaderComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimPageHeaderComponent, selectors: [["euim-page-header"]], hostVars: 2, hostBindings: function EuimPageHeaderComponent_HostBindings(rf, ctx) {
1735
- if (rf & 2) {
1736
- i0__namespace.ɵɵclassMap(ctx.cssClasses);
1737
- }
1738
- }, inputs: { hasBackButton: "hasBackButton", backButtonDefaultHref: "backButtonDefaultHref", hasSidebarTrigger: "hasSidebarTrigger", hasLanguageSelector: "hasLanguageSelector" }, outputs: { backButtonClick: "backButtonClick" }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$3, decls: 11, vars: 3, consts: [["color", "primary"], ["slot", "start"], [4, "ngIf"], [3, "defaultHref", "pointerdown", 4, "ngIf"], ["slot", "primary"], [3, "defaultHref", "pointerdown"]], template: function EuimPageHeaderComponent_Template(rf, ctx) {
1739
- if (rf & 1) {
1740
- i0__namespace.ɵɵprojectionDef(_c0$e);
1741
- i0__namespace.ɵɵelementStart(0, "ion-header");
1742
- i0__namespace.ɵɵelementStart(1, "ion-toolbar", 0);
1743
- i0__namespace.ɵɵelementStart(2, "ion-buttons", 1);
1744
- i0__namespace.ɵɵtemplate(3, EuimPageHeaderComponent_ion_menu_button_3_Template, 1, 0, "ion-menu-button", 2);
1745
- i0__namespace.ɵɵtemplate(4, EuimPageHeaderComponent_ion_back_button_4_Template, 1, 1, "ion-back-button", 3);
1746
- i0__namespace.ɵɵprojection(5);
1747
- i0__namespace.ɵɵelementEnd();
1748
- i0__namespace.ɵɵelementStart(6, "ion-title");
1749
- i0__namespace.ɵɵprojection(7, 1);
1750
- i0__namespace.ɵɵelementEnd();
1751
- i0__namespace.ɵɵelementStart(8, "ion-buttons", 4);
1752
- i0__namespace.ɵɵprojection(9, 2);
1753
- i0__namespace.ɵɵtemplate(10, EuimPageHeaderComponent_ng_container_10_Template, 2, 0, "ng-container", 2);
1754
- i0__namespace.ɵɵelementEnd();
1755
- i0__namespace.ɵɵelementEnd();
1756
- i0__namespace.ɵɵelementEnd();
1757
- }
1758
- if (rf & 2) {
1759
- i0__namespace.ɵɵadvance(3);
1760
- i0__namespace.ɵɵproperty("ngIf", ctx.hasSidebarTrigger);
1761
- i0__namespace.ɵɵadvance(1);
1762
- i0__namespace.ɵɵproperty("ngIf", ctx.hasBackButton);
1763
- i0__namespace.ɵɵadvance(6);
1764
- i0__namespace.ɵɵproperty("ngIf", ctx.hasLanguageSelector);
1765
- }
1766
- }, directives: [i1__namespace$1.IonHeader, i1__namespace$1.IonToolbar, i1__namespace$1.IonButtons, i2__namespace$1.NgIf, i1__namespace$1.IonTitle, i1__namespace$1.IonMenuButton, i1__namespace$1.IonBackButton, i1__namespace$1.IonBackButtonDelegate, EuimLanguageSelectorComponent], encapsulation: 2 });
1767
- var ɵEuimPageHeaderComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(EuimPageHeaderComponent);
1768
- /*@__PURE__*/ (function () {
1769
- i0__namespace.ɵsetClassMetadata(EuimPageHeaderComponent, [{
1770
- type: i0.Component,
1771
- args: [{
1772
- selector: 'euim-page-header',
1773
- templateUrl: 'euim-page-header.component.html',
1774
- }]
1775
- }], null, { hasBackButton: [{
1776
- type: i0.Input
1777
- }], backButtonDefaultHref: [{
1778
- type: i0.Input
1779
- }], hasSidebarTrigger: [{
1780
- type: i0.Input
1781
- }], hasLanguageSelector: [{
1782
- type: i0.Input
1783
- }], backButtonClick: [{
1784
- type: i0.Output
1785
- }], cssClasses: [{
1786
- type: i0.HostBinding,
1787
- args: ['class']
1788
- }] });
1789
- })();
1790
-
1791
- var _c0$d = ["*"];
1792
- var EuimPageHeaderActionItemsComponent = /** @class */ (function (_super) {
1793
- __extends(EuimPageHeaderActionItemsComponent, _super);
1794
- function EuimPageHeaderActionItemsComponent() {
1795
- return _super !== null && _super.apply(this, arguments) || this;
1796
- }
1797
- Object.defineProperty(EuimPageHeaderActionItemsComponent.prototype, "cssClasses", {
1798
- get: function () {
1799
- return _super.prototype.getCssClasses.call(this, 'euim-page-header-action-items');
1800
- },
1801
- enumerable: false,
1802
- configurable: true
1803
- });
1804
- return EuimPageHeaderActionItemsComponent;
1805
- }(EuimBaseDirective));
1806
- /** @nocollapse */ EuimPageHeaderActionItemsComponent.ɵfac = function EuimPageHeaderActionItemsComponent_Factory(t) { return ɵEuimPageHeaderActionItemsComponent_BaseFactory(t || EuimPageHeaderActionItemsComponent); };
1807
- /** @nocollapse */ EuimPageHeaderActionItemsComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimPageHeaderActionItemsComponent, selectors: [["euim-page-header-action-items"]], hostVars: 2, hostBindings: function EuimPageHeaderActionItemsComponent_HostBindings(rf, ctx) {
1808
- if (rf & 2) {
1809
- i0__namespace.ɵɵclassMap(ctx.cssClasses);
1810
- }
1811
- }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$d, decls: 1, vars: 0, template: function EuimPageHeaderActionItemsComponent_Template(rf, ctx) {
1812
- if (rf & 1) {
1813
- i0__namespace.ɵɵprojectionDef();
1814
- i0__namespace.ɵɵprojection(0);
1815
- }
1816
- }, encapsulation: 2 });
1817
- var ɵEuimPageHeaderActionItemsComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(EuimPageHeaderActionItemsComponent);
1818
- /*@__PURE__*/ (function () {
1819
- i0__namespace.ɵsetClassMetadata(EuimPageHeaderActionItemsComponent, [{
1820
- type: i0.Component,
1821
- args: [{
1822
- selector: 'euim-page-header-action-items',
1823
- templateUrl: 'euim-page-header-action-items.component.html',
1824
- }]
1825
- }], null, { cssClasses: [{
1826
- type: i0.HostBinding,
1827
- args: ['class']
1828
- }] });
1829
- })();
1830
-
1831
- var _c0$c = ["*"];
1832
- var EuimPageHeaderTitleComponent = /** @class */ (function (_super) {
1833
- __extends(EuimPageHeaderTitleComponent, _super);
1834
- function EuimPageHeaderTitleComponent() {
1835
- return _super !== null && _super.apply(this, arguments) || this;
1836
- }
1837
- Object.defineProperty(EuimPageHeaderTitleComponent.prototype, "cssClasses", {
1838
- get: function () {
1839
- return _super.prototype.getCssClasses.call(this, 'euim-page-header-title');
1840
- },
1841
- enumerable: false,
1842
- configurable: true
1843
- });
1844
- return EuimPageHeaderTitleComponent;
1845
- }(EuimBaseDirective));
1846
- /** @nocollapse */ EuimPageHeaderTitleComponent.ɵfac = function EuimPageHeaderTitleComponent_Factory(t) { return ɵEuimPageHeaderTitleComponent_BaseFactory(t || EuimPageHeaderTitleComponent); };
1847
- /** @nocollapse */ EuimPageHeaderTitleComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimPageHeaderTitleComponent, selectors: [["euim-page-header-title"]], hostVars: 2, hostBindings: function EuimPageHeaderTitleComponent_HostBindings(rf, ctx) {
1848
- if (rf & 2) {
1849
- i0__namespace.ɵɵclassMap(ctx.cssClasses);
1850
- }
1851
- }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$c, decls: 1, vars: 0, template: function EuimPageHeaderTitleComponent_Template(rf, ctx) {
1852
- if (rf & 1) {
1853
- i0__namespace.ɵɵprojectionDef();
1854
- i0__namespace.ɵɵprojection(0);
1855
- }
1856
- }, encapsulation: 2 });
1857
- var ɵEuimPageHeaderTitleComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(EuimPageHeaderTitleComponent);
1858
- /*@__PURE__*/ (function () {
1859
- i0__namespace.ɵsetClassMetadata(EuimPageHeaderTitleComponent, [{
1860
- type: i0.Component,
1861
- args: [{
1862
- selector: 'euim-page-header-title',
1863
- templateUrl: 'euim-page-header-title.component.html',
1864
- }]
1865
- }], null, { cssClasses: [{
1866
- type: i0.HostBinding,
1867
- args: ['class']
1868
- }] });
1869
- })();
1870
-
1871
- var EuimPageComponentModule = /** @class */ (function () {
1872
- function EuimPageComponentModule() {
1873
- }
1874
- return EuimPageComponentModule;
1875
- }());
1876
- /** @nocollapse */ EuimPageComponentModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: EuimPageComponentModule });
1877
- /** @nocollapse */ EuimPageComponentModule.ɵinj = i0__namespace.ɵɵdefineInjector({ factory: function EuimPageComponentModule_Factory(t) { return new (t || EuimPageComponentModule)(); }, imports: [[
1878
- i2.CommonModule,
1879
- i1.IonicModule,
1880
- i1$1.TranslateModule,
1881
- EuimLanguageSelectorModule,
1882
- ]] });
1883
- (function () {
1884
- (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(EuimPageComponentModule, { declarations: [EuimPageComponent,
1885
- EuimPageHeaderComponent,
1886
- EuimPageHeaderTitleComponent,
1887
- EuimPageHeaderActionItemsComponent], imports: [i2.CommonModule,
1888
- i1.IonicModule,
1889
- i1$1.TranslateModule,
1890
- EuimLanguageSelectorModule], exports: [EuimPageComponent,
1891
- EuimPageHeaderComponent,
1892
- EuimPageHeaderTitleComponent,
1893
- EuimPageHeaderActionItemsComponent] });
1894
- })();
1895
- /*@__PURE__*/ (function () {
1896
- i0__namespace.ɵsetClassMetadata(EuimPageComponentModule, [{
1897
- type: i0.NgModule,
1898
- args: [{
1899
- imports: [
1900
- i2.CommonModule,
1901
- i1.IonicModule,
1902
- i1$1.TranslateModule,
1903
- EuimLanguageSelectorModule,
1904
- ],
1905
- exports: [
1906
- EuimPageComponent,
1907
- EuimPageHeaderComponent,
1908
- EuimPageHeaderTitleComponent,
1909
- EuimPageHeaderActionItemsComponent,
1910
- ],
1911
- declarations: [
1912
- EuimPageComponent,
1913
- EuimPageHeaderComponent,
1914
- EuimPageHeaderTitleComponent,
1915
- EuimPageHeaderActionItemsComponent,
1916
- ],
1917
- }]
1918
- }], null, null);
1919
- })();
1920
-
1921
- var _c0$b = [[["euim-user-profile-avatar"]], [["euim-user-profile-infos"]], [["euim-user-profile-action"]]];
1922
- var _c1$2 = ["euim-user-profile-avatar", "euim-user-profile-infos", "euim-user-profile-action"];
1633
+ var _c0$e = [[["euim-user-profile-avatar"]], [["euim-user-profile-infos"]], [["euim-user-profile-action"]]];
1634
+ var _c1$3 = ["euim-user-profile-avatar", "euim-user-profile-infos", "euim-user-profile-action"];
1923
1635
  var EuimUserProfileComponent = /** @class */ (function (_super) {
1924
1636
  __extends(EuimUserProfileComponent, _super);
1925
1637
  function EuimUserProfileComponent() {
@@ -1934,9 +1646,9 @@
1934
1646
  if (rf & 2) {
1935
1647
  i0__namespace.ɵɵclassMap(ctx.string);
1936
1648
  }
1937
- }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$2, decls: 3, vars: 0, template: function EuimUserProfileComponent_Template(rf, ctx) {
1649
+ }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$3, decls: 3, vars: 0, template: function EuimUserProfileComponent_Template(rf, ctx) {
1938
1650
  if (rf & 1) {
1939
- i0__namespace.ɵɵprojectionDef(_c0$b);
1651
+ i0__namespace.ɵɵprojectionDef(_c0$e);
1940
1652
  i0__namespace.ɵɵprojection(0);
1941
1653
  i0__namespace.ɵɵprojection(1, 1);
1942
1654
  i0__namespace.ɵɵprojection(2, 2);
@@ -1959,7 +1671,7 @@
1959
1671
  }] });
1960
1672
  })();
1961
1673
 
1962
- var _c0$a = ["*"];
1674
+ var _c0$d = ["*"];
1963
1675
  var EuiMUserProfileAvatarComponent = /** @class */ (function (_super) {
1964
1676
  __extends(EuiMUserProfileAvatarComponent, _super);
1965
1677
  function EuiMUserProfileAvatarComponent() {
@@ -1974,7 +1686,7 @@
1974
1686
  if (rf & 2) {
1975
1687
  i0__namespace.ɵɵclassMap(ctx.class);
1976
1688
  }
1977
- }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$a, decls: 1, vars: 0, template: function EuiMUserProfileAvatarComponent_Template(rf, ctx) {
1689
+ }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$d, decls: 1, vars: 0, template: function EuiMUserProfileAvatarComponent_Template(rf, ctx) {
1978
1690
  if (rf & 1) {
1979
1691
  i0__namespace.ɵɵprojectionDef();
1980
1692
  i0__namespace.ɵɵprojection(0);
@@ -1994,7 +1706,7 @@
1994
1706
  }] });
1995
1707
  })();
1996
1708
 
1997
- var _c0$9 = ["*"];
1709
+ var _c0$c = ["*"];
1998
1710
  var EuiMUserProfileInfosComponent = /** @class */ (function (_super) {
1999
1711
  __extends(EuiMUserProfileInfosComponent, _super);
2000
1712
  function EuiMUserProfileInfosComponent() {
@@ -2009,7 +1721,7 @@
2009
1721
  if (rf & 2) {
2010
1722
  i0__namespace.ɵɵclassMap(ctx.class);
2011
1723
  }
2012
- }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$9, decls: 1, vars: 0, template: function EuiMUserProfileInfosComponent_Template(rf, ctx) {
1724
+ }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$c, decls: 1, vars: 0, template: function EuiMUserProfileInfosComponent_Template(rf, ctx) {
2013
1725
  if (rf & 1) {
2014
1726
  i0__namespace.ɵɵprojectionDef();
2015
1727
  i0__namespace.ɵɵprojection(0);
@@ -2029,7 +1741,7 @@
2029
1741
  }] });
2030
1742
  })();
2031
1743
 
2032
- var _c0$8 = ["*"];
1744
+ var _c0$b = ["*"];
2033
1745
  var EuiMUserProfileInfosItemComponent = /** @class */ (function (_super) {
2034
1746
  __extends(EuiMUserProfileInfosItemComponent, _super);
2035
1747
  function EuiMUserProfileInfosItemComponent() {
@@ -2044,7 +1756,7 @@
2044
1756
  if (rf & 2) {
2045
1757
  i0__namespace.ɵɵclassMap(ctx.class);
2046
1758
  }
2047
- }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$8, decls: 1, vars: 0, template: function EuiMUserProfileInfosItemComponent_Template(rf, ctx) {
1759
+ }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$b, decls: 1, vars: 0, template: function EuiMUserProfileInfosItemComponent_Template(rf, ctx) {
2048
1760
  if (rf & 1) {
2049
1761
  i0__namespace.ɵɵprojectionDef();
2050
1762
  i0__namespace.ɵɵprojection(0);
@@ -2065,7 +1777,7 @@
2065
1777
  }] });
2066
1778
  })();
2067
1779
 
2068
- var _c0$7 = ["*"];
1780
+ var _c0$a = ["*"];
2069
1781
  var EuiMUserProfileActionComponent = /** @class */ (function (_super) {
2070
1782
  __extends(EuiMUserProfileActionComponent, _super);
2071
1783
  function EuiMUserProfileActionComponent() {
@@ -2080,7 +1792,7 @@
2080
1792
  if (rf & 2) {
2081
1793
  i0__namespace.ɵɵclassMap(ctx.class);
2082
1794
  }
2083
- }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$7, decls: 2, vars: 0, template: function EuiMUserProfileActionComponent_Template(rf, ctx) {
1795
+ }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$a, decls: 2, vars: 0, template: function EuiMUserProfileActionComponent_Template(rf, ctx) {
2084
1796
  if (rf & 1) {
2085
1797
  i0__namespace.ɵɵprojectionDef();
2086
1798
  i0__namespace.ɵɵelementStart(0, "ion-buttons");
@@ -2145,6 +1857,242 @@
2145
1857
  }], null, null);
2146
1858
  })();
2147
1859
 
1860
+ function EuimToolbarComponent_ion_menu_button_1_Template(rf, ctx) {
1861
+ if (rf & 1) {
1862
+ i0__namespace.ɵɵelement(0, "ion-menu-button");
1863
+ }
1864
+ }
1865
+ function EuimToolbarComponent_ion_back_button_2_Template(rf, ctx) {
1866
+ if (rf & 1) {
1867
+ var _r4_1 = i0__namespace.ɵɵgetCurrentView();
1868
+ i0__namespace.ɵɵelementStart(0, "ion-back-button", 4);
1869
+ i0__namespace.ɵɵlistener("pointerdown", function EuimToolbarComponent_ion_back_button_2_Template_ion_back_button_pointerdown_0_listener($event) { i0__namespace.ɵɵrestoreView(_r4_1); var ctx_r3 = i0__namespace.ɵɵnextContext(); return ctx_r3.onBackButtonClick($event); });
1870
+ i0__namespace.ɵɵelementEnd();
1871
+ }
1872
+ if (rf & 2) {
1873
+ var ctx_r1 = i0__namespace.ɵɵnextContext();
1874
+ i0__namespace.ɵɵpropertyInterpolate("defaultHref", ctx_r1.backButtonDefaultHref);
1875
+ }
1876
+ }
1877
+ function EuimToolbarComponent_ng_container_8_Template(rf, ctx) {
1878
+ if (rf & 1) {
1879
+ i0__namespace.ɵɵelementContainerStart(0);
1880
+ i0__namespace.ɵɵelement(1, "euim-language-selector");
1881
+ i0__namespace.ɵɵelementContainerEnd();
1882
+ }
1883
+ }
1884
+ var _c0$9 = ["*", [["euim-toolbar-title"]], [["euim-toolbar-action-items"]]];
1885
+ var _c1$2 = ["*", "euim-toolbar-title", "euim-toolbar-action-items"];
1886
+ var EuimToolbarComponent = /** @class */ (function (_super) {
1887
+ __extends(EuimToolbarComponent, _super);
1888
+ function EuimToolbarComponent() {
1889
+ var _this = _super.apply(this, __spread(arguments)) || this;
1890
+ _this.hasBackButton = true;
1891
+ _this.backButtonDefaultHref = '/';
1892
+ _this.hasSidebarTrigger = false;
1893
+ _this.hasLanguageSelector = false;
1894
+ _this.backButtonClick = new i0.EventEmitter();
1895
+ return _this;
1896
+ }
1897
+ EuimToolbarComponent.prototype.ngOnInit = function () {
1898
+ if (this.hasSidebarTrigger) {
1899
+ this.hasBackButton = false;
1900
+ }
1901
+ };
1902
+ EuimToolbarComponent.prototype.onBackButtonClick = function (event) {
1903
+ this.backButtonClick.emit(event);
1904
+ };
1905
+ Object.defineProperty(EuimToolbarComponent.prototype, "cssClasses", {
1906
+ get: function () {
1907
+ return _super.prototype.getCssClasses.call(this, 'euim-toolbar');
1908
+ },
1909
+ enumerable: false,
1910
+ configurable: true
1911
+ });
1912
+ return EuimToolbarComponent;
1913
+ }(EuimBaseDirective));
1914
+ /** @nocollapse */ EuimToolbarComponent.ɵfac = function EuimToolbarComponent_Factory(t) { return ɵEuimToolbarComponent_BaseFactory(t || EuimToolbarComponent); };
1915
+ /** @nocollapse */ EuimToolbarComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimToolbarComponent, selectors: [["euim-toolbar"]], hostVars: 2, hostBindings: function EuimToolbarComponent_HostBindings(rf, ctx) {
1916
+ if (rf & 2) {
1917
+ i0__namespace.ɵɵclassMap(ctx.cssClasses);
1918
+ }
1919
+ }, inputs: { hasBackButton: "hasBackButton", backButtonDefaultHref: "backButtonDefaultHref", hasSidebarTrigger: "hasSidebarTrigger", hasLanguageSelector: "hasLanguageSelector" }, outputs: { backButtonClick: "backButtonClick" }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$2, decls: 9, vars: 3, consts: [["slot", "start"], [4, "ngIf"], [3, "defaultHref", "pointerdown", 4, "ngIf"], ["slot", "primary"], [3, "defaultHref", "pointerdown"]], template: function EuimToolbarComponent_Template(rf, ctx) {
1920
+ if (rf & 1) {
1921
+ i0__namespace.ɵɵprojectionDef(_c0$9);
1922
+ i0__namespace.ɵɵelementStart(0, "ion-buttons", 0);
1923
+ i0__namespace.ɵɵtemplate(1, EuimToolbarComponent_ion_menu_button_1_Template, 1, 0, "ion-menu-button", 1);
1924
+ i0__namespace.ɵɵtemplate(2, EuimToolbarComponent_ion_back_button_2_Template, 1, 1, "ion-back-button", 2);
1925
+ i0__namespace.ɵɵprojection(3);
1926
+ i0__namespace.ɵɵelementEnd();
1927
+ i0__namespace.ɵɵelementStart(4, "ion-title");
1928
+ i0__namespace.ɵɵprojection(5, 1);
1929
+ i0__namespace.ɵɵelementEnd();
1930
+ i0__namespace.ɵɵelementStart(6, "ion-buttons", 3);
1931
+ i0__namespace.ɵɵprojection(7, 2);
1932
+ i0__namespace.ɵɵtemplate(8, EuimToolbarComponent_ng_container_8_Template, 2, 0, "ng-container", 1);
1933
+ i0__namespace.ɵɵelementEnd();
1934
+ }
1935
+ if (rf & 2) {
1936
+ i0__namespace.ɵɵadvance(1);
1937
+ i0__namespace.ɵɵproperty("ngIf", ctx.hasSidebarTrigger);
1938
+ i0__namespace.ɵɵadvance(1);
1939
+ i0__namespace.ɵɵproperty("ngIf", ctx.hasBackButton);
1940
+ i0__namespace.ɵɵadvance(6);
1941
+ i0__namespace.ɵɵproperty("ngIf", ctx.hasLanguageSelector);
1942
+ }
1943
+ }, directives: [i1__namespace$1.IonButtons, i2__namespace$1.NgIf, i1__namespace$1.IonTitle, i1__namespace$1.IonMenuButton, i1__namespace$1.IonBackButton, i1__namespace$1.IonBackButtonDelegate, EuimLanguageSelectorComponent], styles: [".euim-toolbar{display:flex}"], encapsulation: 2 });
1944
+ var ɵEuimToolbarComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(EuimToolbarComponent);
1945
+ /*@__PURE__*/ (function () {
1946
+ i0__namespace.ɵsetClassMetadata(EuimToolbarComponent, [{
1947
+ type: i0.Component,
1948
+ args: [{
1949
+ selector: 'euim-toolbar',
1950
+ templateUrl: 'euim-toolbar.component.html',
1951
+ styleUrls: ['./styles/_index.scss'],
1952
+ encapsulation: i0.ViewEncapsulation.None,
1953
+ }]
1954
+ }], null, { hasBackButton: [{
1955
+ type: i0.Input
1956
+ }], backButtonDefaultHref: [{
1957
+ type: i0.Input
1958
+ }], hasSidebarTrigger: [{
1959
+ type: i0.Input
1960
+ }], hasLanguageSelector: [{
1961
+ type: i0.Input
1962
+ }], backButtonClick: [{
1963
+ type: i0.Output
1964
+ }], cssClasses: [{
1965
+ type: i0.HostBinding,
1966
+ args: ['class']
1967
+ }] });
1968
+ })();
1969
+
1970
+ var _c0$8 = ["*"];
1971
+ var EuimToolbarTitleComponent = /** @class */ (function (_super) {
1972
+ __extends(EuimToolbarTitleComponent, _super);
1973
+ function EuimToolbarTitleComponent() {
1974
+ return _super !== null && _super.apply(this, arguments) || this;
1975
+ }
1976
+ Object.defineProperty(EuimToolbarTitleComponent.prototype, "cssClasses", {
1977
+ get: function () {
1978
+ return _super.prototype.getCssClasses.call(this, 'euim-toolbar-title');
1979
+ },
1980
+ enumerable: false,
1981
+ configurable: true
1982
+ });
1983
+ return EuimToolbarTitleComponent;
1984
+ }(EuimBaseDirective));
1985
+ /** @nocollapse */ EuimToolbarTitleComponent.ɵfac = function EuimToolbarTitleComponent_Factory(t) { return ɵEuimToolbarTitleComponent_BaseFactory(t || EuimToolbarTitleComponent); };
1986
+ /** @nocollapse */ EuimToolbarTitleComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimToolbarTitleComponent, selectors: [["euim-toolbar-title"]], hostVars: 2, hostBindings: function EuimToolbarTitleComponent_HostBindings(rf, ctx) {
1987
+ if (rf & 2) {
1988
+ i0__namespace.ɵɵclassMap(ctx.cssClasses);
1989
+ }
1990
+ }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$8, decls: 1, vars: 0, template: function EuimToolbarTitleComponent_Template(rf, ctx) {
1991
+ if (rf & 1) {
1992
+ i0__namespace.ɵɵprojectionDef();
1993
+ i0__namespace.ɵɵprojection(0);
1994
+ }
1995
+ }, encapsulation: 2 });
1996
+ var ɵEuimToolbarTitleComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(EuimToolbarTitleComponent);
1997
+ /*@__PURE__*/ (function () {
1998
+ i0__namespace.ɵsetClassMetadata(EuimToolbarTitleComponent, [{
1999
+ type: i0.Component,
2000
+ args: [{
2001
+ selector: 'euim-toolbar-title',
2002
+ templateUrl: 'euim-toolbar-title.component.html',
2003
+ }]
2004
+ }], null, { cssClasses: [{
2005
+ type: i0.HostBinding,
2006
+ args: ['class']
2007
+ }] });
2008
+ })();
2009
+
2010
+ var _c0$7 = ["*"];
2011
+ var EuimToolbarActionItemsComponent = /** @class */ (function (_super) {
2012
+ __extends(EuimToolbarActionItemsComponent, _super);
2013
+ function EuimToolbarActionItemsComponent() {
2014
+ return _super !== null && _super.apply(this, arguments) || this;
2015
+ }
2016
+ Object.defineProperty(EuimToolbarActionItemsComponent.prototype, "cssClasses", {
2017
+ get: function () {
2018
+ return _super.prototype.getCssClasses.call(this, 'euim-toolbar-action-items');
2019
+ },
2020
+ enumerable: false,
2021
+ configurable: true
2022
+ });
2023
+ return EuimToolbarActionItemsComponent;
2024
+ }(EuimBaseDirective));
2025
+ /** @nocollapse */ EuimToolbarActionItemsComponent.ɵfac = function EuimToolbarActionItemsComponent_Factory(t) { return ɵEuimToolbarActionItemsComponent_BaseFactory(t || EuimToolbarActionItemsComponent); };
2026
+ /** @nocollapse */ EuimToolbarActionItemsComponent.ɵcmp = i0__namespace.ɵɵdefineComponent({ type: EuimToolbarActionItemsComponent, selectors: [["euim-toolbar-action-items"]], hostVars: 2, hostBindings: function EuimToolbarActionItemsComponent_HostBindings(rf, ctx) {
2027
+ if (rf & 2) {
2028
+ i0__namespace.ɵɵclassMap(ctx.cssClasses);
2029
+ }
2030
+ }, features: [i0__namespace.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$7, decls: 1, vars: 0, template: function EuimToolbarActionItemsComponent_Template(rf, ctx) {
2031
+ if (rf & 1) {
2032
+ i0__namespace.ɵɵprojectionDef();
2033
+ i0__namespace.ɵɵprojection(0);
2034
+ }
2035
+ }, encapsulation: 2 });
2036
+ var ɵEuimToolbarActionItemsComponent_BaseFactory = /*@__PURE__*/ i0__namespace.ɵɵgetInheritedFactory(EuimToolbarActionItemsComponent);
2037
+ /*@__PURE__*/ (function () {
2038
+ i0__namespace.ɵsetClassMetadata(EuimToolbarActionItemsComponent, [{
2039
+ type: i0.Component,
2040
+ args: [{
2041
+ selector: 'euim-toolbar-action-items',
2042
+ templateUrl: 'euim-toolbar-action-items.component.html',
2043
+ }]
2044
+ }], null, { cssClasses: [{
2045
+ type: i0.HostBinding,
2046
+ args: ['class']
2047
+ }] });
2048
+ })();
2049
+
2050
+ var EuimToolbarComponentModule = /** @class */ (function () {
2051
+ function EuimToolbarComponentModule() {
2052
+ }
2053
+ return EuimToolbarComponentModule;
2054
+ }());
2055
+ /** @nocollapse */ EuimToolbarComponentModule.ɵmod = i0__namespace.ɵɵdefineNgModule({ type: EuimToolbarComponentModule });
2056
+ /** @nocollapse */ EuimToolbarComponentModule.ɵinj = i0__namespace.ɵɵdefineInjector({ factory: function EuimToolbarComponentModule_Factory(t) { return new (t || EuimToolbarComponentModule)(); }, imports: [[
2057
+ i2.CommonModule,
2058
+ i1.IonicModule,
2059
+ i1$1.TranslateModule,
2060
+ EuimLanguageSelectorModule,
2061
+ ]] });
2062
+ (function () {
2063
+ (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(EuimToolbarComponentModule, { declarations: [EuimToolbarComponent,
2064
+ EuimToolbarTitleComponent,
2065
+ EuimToolbarActionItemsComponent], imports: [i2.CommonModule,
2066
+ i1.IonicModule,
2067
+ i1$1.TranslateModule,
2068
+ EuimLanguageSelectorModule], exports: [EuimToolbarComponent,
2069
+ EuimToolbarTitleComponent,
2070
+ EuimToolbarActionItemsComponent] });
2071
+ })();
2072
+ /*@__PURE__*/ (function () {
2073
+ i0__namespace.ɵsetClassMetadata(EuimToolbarComponentModule, [{
2074
+ type: i0.NgModule,
2075
+ args: [{
2076
+ imports: [
2077
+ i2.CommonModule,
2078
+ i1.IonicModule,
2079
+ i1$1.TranslateModule,
2080
+ EuimLanguageSelectorModule,
2081
+ ],
2082
+ exports: [
2083
+ EuimToolbarComponent,
2084
+ EuimToolbarTitleComponent,
2085
+ EuimToolbarActionItemsComponent,
2086
+ ],
2087
+ declarations: [
2088
+ EuimToolbarComponent,
2089
+ EuimToolbarTitleComponent,
2090
+ EuimToolbarActionItemsComponent,
2091
+ ],
2092
+ }]
2093
+ }], null, null);
2094
+ })();
2095
+
2148
2096
  var _c0$6 = ["*"];
2149
2097
  var EuimAvatarComponent = /** @class */ (function (_super) {
2150
2098
  __extends(EuimAvatarComponent, _super);
@@ -2978,7 +2926,6 @@
2978
2926
  // Layout
2979
2927
  EuimAppModule,
2980
2928
  EuimAppSidebarModule,
2981
- EuimPageComponentModule,
2982
2929
  // Components
2983
2930
  EuimEmptyListPlaceholderModule,
2984
2931
  EuimLanguageSelectorModule,
@@ -2990,6 +2937,7 @@
2990
2937
  EuimMenuModule,
2991
2938
  EuimControlFeedbackModule,
2992
2939
  EuimFieldsetModule,
2940
+ EuimToolbarComponentModule,
2993
2941
  // Directives
2994
2942
  EuimListHeaderModule,
2995
2943
  ];
@@ -3003,7 +2951,6 @@
3003
2951
  // Layout
3004
2952
  EuimAppModule,
3005
2953
  EuimAppSidebarModule,
3006
- EuimPageComponentModule,
3007
2954
  // Components
3008
2955
  EuimEmptyListPlaceholderModule,
3009
2956
  EuimLanguageSelectorModule,
@@ -3015,6 +2962,7 @@
3015
2962
  EuimMenuModule,
3016
2963
  EuimControlFeedbackModule,
3017
2964
  EuimFieldsetModule,
2965
+ EuimToolbarComponentModule,
3018
2966
  // Directives
3019
2967
  EuimListHeaderModule] });
3020
2968
  (function () {
@@ -3022,7 +2970,6 @@
3022
2970
  // Layout
3023
2971
  EuimAppModule,
3024
2972
  EuimAppSidebarModule,
3025
- EuimPageComponentModule,
3026
2973
  // Components
3027
2974
  EuimEmptyListPlaceholderModule,
3028
2975
  EuimLanguageSelectorModule,
@@ -3034,13 +2981,13 @@
3034
2981
  EuimMenuModule,
3035
2982
  EuimControlFeedbackModule,
3036
2983
  EuimFieldsetModule,
2984
+ EuimToolbarComponentModule,
3037
2985
  // Directives
3038
2986
  EuimListHeaderModule
3039
2987
  ], exports: [
3040
2988
  // Layout
3041
2989
  EuimAppModule,
3042
2990
  EuimAppSidebarModule,
3043
- EuimPageComponentModule,
3044
2991
  // Components
3045
2992
  EuimEmptyListPlaceholderModule,
3046
2993
  EuimLanguageSelectorModule,
@@ -3052,6 +2999,7 @@
3052
2999
  EuimMenuModule,
3053
3000
  EuimControlFeedbackModule,
3054
3001
  EuimFieldsetModule,
3002
+ EuimToolbarComponentModule,
3055
3003
  // Directives
3056
3004
  EuimListHeaderModule
3057
3005
  ] });
@@ -3108,14 +3056,13 @@
3108
3056
  exports.EuimMessageComponent = EuimMessageComponent;
3109
3057
  exports.EuimMessageModule = EuimMessageModule;
3110
3058
  exports.EuimMessageTitleComponent = EuimMessageTitleComponent;
3111
- exports.EuimPageComponent = EuimPageComponent;
3112
- exports.EuimPageComponentModule = EuimPageComponentModule;
3113
- exports.EuimPageHeaderActionItemsComponent = EuimPageHeaderActionItemsComponent;
3114
- exports.EuimPageHeaderComponent = EuimPageHeaderComponent;
3115
- exports.EuimPageHeaderTitleComponent = EuimPageHeaderTitleComponent;
3116
3059
  exports.EuimStepperChangeEvent = EuimStepperChangeEvent;
3117
3060
  exports.EuimStepperComponent = EuimStepperComponent;
3118
3061
  exports.EuimStepperComponentModule = EuimStepperComponentModule;
3062
+ exports.EuimToolbarActionItemsComponent = EuimToolbarActionItemsComponent;
3063
+ exports.EuimToolbarComponent = EuimToolbarComponent;
3064
+ exports.EuimToolbarComponentModule = EuimToolbarComponentModule;
3065
+ exports.EuimToolbarTitleComponent = EuimToolbarTitleComponent;
3119
3066
  exports.EuimUserProfileComponent = EuimUserProfileComponent;
3120
3067
  exports.EuimUserProfileModule = EuimUserProfileModule;
3121
3068
  Object.keys(base).forEach(function (k) {