UNPKG

fundamental-ngx

Version:

SAP Fiori Fundamentals, implemented in Angular

28 lines 2.08 kB
/** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ import { Component } from '@angular/core'; /** * The action bar mobile component. This component should wrap all other action bar components, including the <fd-action-bar>. * * ```html * <fd-action-bar-mobile> * <fd-action-bar> * </fd-action-bar> * <fd-action-bar-mobile> * ``` */ var ActionBarMobileComponent = /** @class */ (function () { function ActionBarMobileComponent() { } ActionBarMobileComponent.decorators = [ { type: Component, args: [{ selector: 'fd-action-bar-mobile', template: "<div style=\"width:319px\">\n <ng-content></ng-content>\n</div>" }] } ]; return ActionBarMobileComponent; }()); export { ActionBarMobileComponent }; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9uLWJhci1tb2JpbGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6Im5nOi8vZnVuZGFtZW50YWwtbmd4LyIsInNvdXJjZXMiOlsibGliL2FjdGlvbi1iYXIvYWN0aW9uLWJhci1tb2JpbGUuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7Ozs7Ozs7OztBQVkxQztJQUFBO0lBSXVDLENBQUM7O2dCQUp2QyxTQUFTLFNBQUM7b0JBQ1AsUUFBUSxFQUFFLHNCQUFzQjtvQkFDaEMsOEVBQWlEO2lCQUNwRDs7SUFDc0MsK0JBQUM7Q0FBQSxBQUp4QyxJQUl3QztTQUEzQix3QkFBd0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuLyoqXG4gKiBUaGUgYWN0aW9uIGJhciBtb2JpbGUgY29tcG9uZW50LiBUaGlzIGNvbXBvbmVudCBzaG91bGQgd3JhcCBhbGwgb3RoZXIgYWN0aW9uIGJhciBjb21wb25lbnRzLCBpbmNsdWRpbmcgdGhlIDxmZC1hY3Rpb24tYmFyPi5cbiAqXG4gKiBgYGBodG1sXG4gKiA8ZmQtYWN0aW9uLWJhci1tb2JpbGU+XG4gKiAgICAgPGZkLWFjdGlvbi1iYXI+XG4gKiAgICAgPC9mZC1hY3Rpb24tYmFyPlxuICogPGZkLWFjdGlvbi1iYXItbW9iaWxlPlxuICogYGBgXG4gKi9cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZmQtYWN0aW9uLWJhci1tb2JpbGUnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9hY3Rpb24tYmFyLW1vYmlsZS5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgQWN0aW9uQmFyTW9iaWxlQ29tcG9uZW50IHt9XG4iXX0=