@eui/mobile-core 17.0.0-next.3 → 17.0.0-next.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/components/EuimAlertMessageComponent.html +4 -4
- package/docs/components/EuimChipSelectorComponent.html +4 -4
- package/docs/components/EuimEmptyListPlaceholderComponent.html +4 -4
- package/docs/components/EuimLabelComponent.html +4 -4
- package/docs/components/EuimLanguageListComponent.html +1 -1
- package/docs/components/EuimMediaHeaderComponent.html +2 -2
- package/docs/components/EuimMenuComponent.html +1 -12
- package/docs/components/EuimMultiselectComponent.html +2 -2
- package/docs/components/EuimMultiselectToolbarComponent.html +2 -2
- package/docs/components/EuimPdfWrapperComponent.html +1 -1
- package/docs/components/EuimSkeletonListComponent.html +1 -1
- package/docs/components/EuimSkeletonListItemComponent.html +6 -6
- package/docs/components/EuimSliderComponent.html +4 -26
- package/docs/components/EuimSliderInfoScreenComponent.html +6 -28
- package/docs/components/EuimStepperComponent.html +2 -2
- package/docs/components/EuimToolbarComponent.html +3 -3
- package/docs/dependencies.html +6 -2
- package/docs/directives/BaseStatesDirective.html +29 -29
- package/docs/directives/EuimChipSelectorItemDirective.html +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +11 -21
- package/esm2022/lib/components/base-states.directive.mjs +61 -121
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +12 -21
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +5 -9
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +12 -21
- package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +12 -21
- package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +2 -2
- package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +6 -11
- package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +7 -13
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.mjs +10 -15
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +7 -12
- package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.mjs +7 -8
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +3 -3
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +15 -28
- package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +12 -26
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +16 -34
- package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +2 -2
- package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +7 -13
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +2 -2
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +6 -7
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +9 -17
- package/fesm2022/eui-mobile-core.mjs +179 -324
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +8 -5
- package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
- package/lib/components/base-states.directive.d.ts +58 -30
- package/lib/components/base-states.directive.d.ts.map +1 -1
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +6 -4
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +2 -2
- package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +6 -3
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +6 -4
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
- package/lib/components/euim-media-header/euim-media-header.component.d.ts +2 -2
- package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
- package/lib/components/euim-menu/euim-menu.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts +2 -2
- package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts +2 -2
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
- package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts +10 -6
- package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
- package/lib/components/euim-slider/euim-slider.component.d.ts +6 -3
- package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -1
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +10 -5
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
- package/lib/components/euim-stepper/euim-stepper.component.d.ts +4 -3
- package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -4
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class EuimToolbarComponent implements OnInit {
|
|
5
|
-
hasBackButton:
|
|
4
|
+
hasBackButton: boolean;
|
|
6
5
|
backButtonDefaultHref: string;
|
|
7
|
-
hasSidebarTrigger:
|
|
8
|
-
hasLanguageSelector:
|
|
6
|
+
hasSidebarTrigger: boolean;
|
|
7
|
+
hasLanguageSelector: boolean;
|
|
9
8
|
backButtonClick: EventEmitter<Event>;
|
|
10
9
|
className: string;
|
|
11
10
|
ngOnInit(): void;
|
|
12
11
|
onBackButtonClick(event: Event): void;
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarComponent, never>;
|
|
14
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarComponent, "euim-toolbar", never, { "hasBackButton": { "alias": "hasBackButton"; "required": false; }; "backButtonDefaultHref": { "alias": "backButtonDefaultHref"; "required": false; }; "hasSidebarTrigger": { "alias": "hasSidebarTrigger"; "required": false; }; "hasLanguageSelector": { "alias": "hasLanguageSelector"; "required": false; }; }, { "backButtonClick": "backButtonClick"; }, never, ["*", "euim-toolbar-title", "euim-toolbar-action-items"], false, never>;
|
|
14
|
+
static ngAcceptInputType_hasBackButton: unknown;
|
|
15
|
+
static ngAcceptInputType_hasSidebarTrigger: unknown;
|
|
16
|
+
static ngAcceptInputType_hasLanguageSelector: unknown;
|
|
15
17
|
}
|
|
16
18
|
//# sourceMappingURL=euim-toolbar.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"euim-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAGZ,MAAM,EAIT,MAAM,eAAe,CAAC;;AAIvB,qBAOa,oBAAqB,YAAW,MAAM;IAG/C,aAAa,UAAQ;IACZ,qBAAqB,SAAO;IAErC,iBAAiB,UAAS;IAE1B,mBAAmB,UAAS;IAElB,eAAe,EAAE,YAAY,CAAC,KAAK,CAAC,CAAsB;IAErD,SAAS,SAAkB;IAE1C,QAAQ,IAAI,IAAI;IAMhB,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCApB5B,oBAAoB;2CAApB,oBAAoB;4CAwBq81B,OAAQ;gDAAR,OAAQ;kDAAR,OAAQ;CAD7+1B"}
|