@eui/mobile-core 14.0.0-beta.2 → 14.0.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/classes/EuimMenuItem.html +12 -1
- package/docs/classes/EuimStepperChangeEvent.html +12 -1
- package/docs/components/EuiMUserProfileActionComponent.html +13 -2
- package/docs/components/EuiMUserProfileAvatarComponent.html +13 -2
- package/docs/components/EuiMUserProfileInfosComponent.html +13 -2
- package/docs/components/EuiMUserProfileInfosItemComponent.html +13 -2
- package/docs/components/EuimAppComponent.html +14 -3
- package/docs/components/EuimAppSidebarComponent.html +13 -2
- package/docs/components/EuimAppSidebarFooterComponent.html +13 -2
- package/docs/components/EuimAppSidebarHeaderComponent.html +13 -2
- package/docs/components/EuimAppSidebarMenuComponent.html +13 -2
- package/docs/components/EuimAvatarComponent.html +13 -2
- package/docs/components/EuimControlFeedbackComponent.html +13 -2
- package/docs/components/EuimEmptyListPlaceholderComponent.html +13 -2
- package/docs/components/EuimFieldSetComponent.html +13 -2
- package/docs/components/EuimFieldsetActionsComponent.html +13 -2
- package/docs/components/EuimFieldsetLegendComponent.html +13 -2
- package/docs/components/EuimLabelComponent.html +13 -2
- package/docs/components/EuimLanguageListComponent.html +13 -2
- package/docs/components/EuimLanguageSelectorComponent.html +13 -2
- package/docs/components/EuimMenuComponent.html +14 -3
- package/docs/components/EuimMessageComponent.html +13 -2
- package/docs/components/EuimMessageTitleComponent.html +13 -2
- package/docs/components/EuimStepperComponent.html +13 -2
- package/docs/components/EuimToolbarActionItemsComponent.html +13 -2
- package/docs/components/EuimToolbarComponent.html +13 -2
- package/docs/components/EuimToolbarTitleComponent.html +13 -2
- package/docs/components/EuimUserProfileComponent.html +13 -2
- package/docs/dependencies.html +17 -6
- package/docs/directives/EuimBaseDirective.html +14 -2
- package/docs/directives/EuimListHeaderDirective.html +14 -2
- package/docs/index.html +12 -1
- package/docs/injectables/EuimAppService.html +12 -1
- package/docs/interfaces/UIState.html +12 -1
- package/docs/js/menu-wc.js +50 -45
- package/docs/js/menu-wc_es5.js +4 -4
- package/docs/js/menu.js +62 -6
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +12 -1
- package/docs/miscellaneous/typealiases.html +12 -1
- package/docs/miscellaneous/variables.html +12 -1
- package/docs/modules/EuimAllModule.html +12 -1
- package/docs/modules/EuimAppModule.html +12 -1
- package/docs/modules/EuimAppSidebarModule.html +12 -1
- package/docs/modules/EuimAvatarModule.html +12 -1
- package/docs/modules/EuimControlFeedbackModule.html +12 -1
- package/docs/modules/EuimEmptyListPlaceholderModule.html +12 -1
- package/docs/modules/EuimFieldsetModule.html +12 -1
- package/docs/modules/EuimLabelModule.html +12 -1
- package/docs/modules/EuimLanguageSelectorModule.html +12 -1
- package/docs/modules/EuimListHeaderModule.html +12 -1
- package/docs/modules/EuimMenuModule.html +12 -1
- package/docs/modules/EuimMessageModule.html +12 -1
- package/docs/modules/EuimStepperComponentModule.html +12 -1
- package/docs/modules/EuimToolbarComponentModule.html +12 -1
- package/docs/modules/EuimUserProfileModule.html +12 -1
- package/docs/modules.html +27 -16
- package/docs/properties.html +124 -0
- package/docs/styles/compodoc.css +79 -1
- package/docs/styles/dark.css +37 -33
- package/docs/styles/laravel.css +33 -35
- package/docs/styles/material.css +15 -17
- package/docs/styles/original.css +2 -4
- package/docs/styles/postmark.css +12 -14
- package/docs/styles/readthedocs.css +6 -8
- package/docs/styles/reset.css +115 -34
- package/docs/styles/stripe.css +33 -35
- package/docs/styles/vagrant.css +26 -28
- package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +5 -5
- package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +5 -7
- package/esm2020/lib/components/atoms/euim-label/euim-label.component.mjs +5 -5
- package/esm2020/lib/components/atoms/euim-label/euim-label.module.mjs +5 -7
- package/esm2020/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +3 -3
- package/esm2020/lib/components/directives/euim-list-header/euim-list-header.module.mjs +5 -7
- package/esm2020/lib/components/euim-avatar/euim-avatar.component.mjs +5 -5
- package/esm2020/lib/components/euim-avatar/euim-avatar.module.mjs +5 -7
- package/esm2020/lib/components/euim-base.directive.mjs +3 -3
- package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +7 -7
- package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +6 -8
- package/esm2020/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +3 -3
- package/esm2020/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +3 -3
- package/esm2020/lib/components/euim-fieldset/euim-fieldset.component.mjs +5 -5
- package/esm2020/lib/components/euim-fieldset/euim-fieldset.module.mjs +5 -7
- package/esm2020/lib/components/euim-menu/euim-menu.component.mjs +18 -16
- package/esm2020/lib/components/euim-menu/euim-menu.module.mjs +6 -8
- package/esm2020/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +3 -3
- package/esm2020/lib/components/euim-message/euim-message.component.mjs +5 -5
- package/esm2020/lib/components/euim-message/euim-message.module.mjs +5 -7
- package/esm2020/lib/components/euim-stepper/euim-steper.module.mjs +6 -8
- package/esm2020/lib/components/euim-stepper/euim-stepper.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +5 -5
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +6 -8
- package/esm2020/lib/components/layout/euim-app/euim-app.component.mjs +5 -7
- package/esm2020/lib/components/layout/euim-app/euim-app.module.mjs +7 -9
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +6 -6
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +5 -5
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +9 -11
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +8 -8
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +7 -9
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +5 -5
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +5 -7
- package/esm2020/lib/euim-all.module.mjs +4 -6
- package/esm2020/lib/services/euim-app.service.mjs +3 -3
- package/fesm2015/eui-mobile-core.mjs +258 -287
- package/fesm2015/eui-mobile-core.mjs.map +1 -1
- package/fesm2020/eui-mobile-core.mjs +253 -282
- package/fesm2020/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +1 -1
- package/lib/components/euim-avatar/euim-avatar.component.d.ts +1 -1
- package/lib/components/euim-base.directive.d.ts +1 -1
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +1 -1
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +1 -1
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +1 -1
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +1 -1
- package/lib/components/euim-menu/euim-menu.component.d.ts +1 -1
- package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts +1 -1
- package/lib/components/euim-stepper/euim-stepper.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app.component.d.ts +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +1 -1
- package/package.json +5 -5
- package/eui-mobile-core.d.ts +0 -5
|
@@ -6,13 +6,11 @@ import { IonicModule } from '@ionic/angular';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class EuimMenuModule {
|
|
8
8
|
}
|
|
9
|
-
/** @nocollapse */
|
|
10
|
-
/** @nocollapse */
|
|
11
|
-
/** @nocollapse */
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
IonicModule,
|
|
15
|
-
]] });
|
|
9
|
+
/** @nocollapse */ EuimMenuModule.ɵfac = function EuimMenuModule_Factory(t) { return new (t || EuimMenuModule)(); };
|
|
10
|
+
/** @nocollapse */ EuimMenuModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimMenuModule });
|
|
11
|
+
/** @nocollapse */ EuimMenuModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
12
|
+
RouterModule,
|
|
13
|
+
IonicModule] });
|
|
16
14
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMenuModule, [{
|
|
17
15
|
type: NgModule,
|
|
18
16
|
args: [{
|
|
@@ -32,4 +30,4 @@ export class EuimMenuModule {
|
|
|
32
30
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimMenuModule, { declarations: [EuimMenuComponent], imports: [CommonModule,
|
|
33
31
|
RouterModule,
|
|
34
32
|
IonicModule], exports: [EuimMenuComponent] }); })();
|
|
35
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1tZW51Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9ldWltLW1lbnUvZXVpbS1tZW51Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7QUFDMUQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDOztBQWU3QyxNQUFNLE9BQU8sY0FBYzs7K0ZBQWQsY0FBYzsrRkFBZCxjQUFjO21HQVhuQixZQUFZO1FBQ1osWUFBWTtRQUNaLFdBQVc7dUZBU04sY0FBYztjQWIxQixRQUFRO2VBQUM7Z0JBQ04sT0FBTyxFQUFFO29CQUNMLFlBQVk7b0JBQ1osWUFBWTtvQkFDWixXQUFXO2lCQUNkO2dCQUNELFlBQVksRUFBRTtvQkFDVixpQkFBaUI7aUJBQ3BCO2dCQUNELE9BQU8sRUFBRTtvQkFDTCxpQkFBaUI7aUJBQ3BCO2FBQ0o7O3dGQUNZLGNBQWMsbUJBTm5CLGlCQUFpQixhQUxqQixZQUFZO1FBQ1osWUFBWTtRQUNaLFdBQVcsYUFNWCxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBFdWltTWVudUNvbXBvbmVudCB9IGZyb20gJy4vZXVpbS1tZW51LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBJb25pY01vZHVsZSB9IGZyb20gJ0Bpb25pYy9hbmd1bGFyJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgUm91dGVyTW9kdWxlLFxuICAgICAgICBJb25pY01vZHVsZSxcbiAgICBdLFxuICAgIGRlY2xhcmF0aW9uczogW1xuICAgICAgICBFdWltTWVudUNvbXBvbmVudCxcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgRXVpbU1lbnVDb21wb25lbnQsXG4gICAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpbU1lbnVNb2R1bGUgeyB9XG4iXX0=
|
package/esm2020/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs
CHANGED
|
@@ -8,8 +8,8 @@ export class EuimMessageTitleComponent extends EuimBaseDirective {
|
|
|
8
8
|
this.class = 'euim-message-title';
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
-
/** @nocollapse */
|
|
12
|
-
/** @nocollapse */
|
|
11
|
+
/** @nocollapse */ EuimMessageTitleComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimMessageTitleComponent_BaseFactory; return function EuimMessageTitleComponent_Factory(t) { return (ɵEuimMessageTitleComponent_BaseFactory || (ɵEuimMessageTitleComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimMessageTitleComponent)))(t || EuimMessageTitleComponent); }; }();
|
|
12
|
+
/** @nocollapse */ EuimMessageTitleComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimMessageTitleComponent, selectors: [["euim-message-title"]], hostVars: 2, hostBindings: function EuimMessageTitleComponent_HostBindings(rf, ctx) { if (rf & 2) {
|
|
13
13
|
i0.ɵɵclassMap(ctx.class);
|
|
14
14
|
} }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0, decls: 1, vars: 0, template: function EuimMessageTitleComponent_Template(rf, ctx) { if (rf & 1) {
|
|
15
15
|
i0.ɵɵprojectionDef();
|
|
@@ -21,4 +21,4 @@ export class EuimMessageTitleComponent extends EuimBaseDirective {
|
|
|
21
21
|
}], null, { class: [{
|
|
22
22
|
type: HostBinding
|
|
23
23
|
}] }); })();
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1tZXNzYWdlLXRpdGxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9ldWltLW1lc3NhZ2UvZXVpbS1tZXNzYWdlLXRpdGxlL2V1aW0tbWVzc2FnZS10aXRsZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvZXVpbS1tZXNzYWdlL2V1aW0tbWVzc2FnZS10aXRsZS9ldWltLW1lc3NhZ2UtdGl0bGUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsdUJBQXVCLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbkcsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7OztBQVE5RCxNQUFNLE9BQU8seUJBQTBCLFNBQVEsaUJBQWlCO0lBTmhFOztRQU9tQixVQUFLLEdBQUcsb0JBQW9CLENBQUM7S0FDL0M7O29UQUZZLHlCQUF5QixTQUF6Qix5QkFBeUI7MkdBQXpCLHlCQUF5Qjs7OztRQ1R0QyxrQkFBeUI7O3VGRFNaLHlCQUF5QjtjQU5yQyxTQUFTOzJCQUNJLG9CQUFvQixtQkFFYix1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJO2dCQUd0QixLQUFLO2tCQUFuQixXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBIb3N0QmluZGluZywgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBFdWltQmFzZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2V1aW0tYmFzZS5kaXJlY3RpdmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V1aW0tbWVzc2FnZS10aXRsZScsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2V1aW0tbWVzc2FnZS10aXRsZS5jb21wb25lbnQuaHRtbCcsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpbU1lc3NhZ2VUaXRsZUNvbXBvbmVudCBleHRlbmRzIEV1aW1CYXNlRGlyZWN0aXZlIHtcbiAgICBASG9zdEJpbmRpbmcoKSBjbGFzcyA9ICdldWltLW1lc3NhZ2UtdGl0bGUnO1xufVxuIiwiPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuIl19
|