npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@gsmlg/ui5-webcomponents-fiori

v1.3.2

Published

UI5 Web Components: webcomponents.fiori

Downloads

2

Readme

UI5 icon

UI5 Web Components - Fiori

Travis CI Build Status npm Package Version

Provides essential building blocks, necessary to implement the Fiori UX concept, such as a common header (ShellBar).

Provided components

| Web Component | Tag name | Module import | |-------------------------------------------|--------------------------------|-----------------------------------------------------------------------| | Bar | ui5-bar | import "@gsmlg/ui5-webcomponents-fiori/dist/Bar.js"; | | Barcode Scanner Dialog | ui5-barcode-scanner-dialog | import "@gsmlg/ui5-webcomponents-fiori/dist/BarcodeScannerDialog.js"; | | Dynamic Side Content | ui5-dynamic-side-content | import "@gsmlg/ui5-webcomponents-fiori/dist/DynamicSideContent.js"; | | Flexible Column Layout | ui5-flexible-column-layout | import "@gsmlg/ui5-webcomponents-fiori/dist/FlexibleColumnLayout.js"; | | Illustrated Message | ui5-illustrated-message | import "@gsmlg/ui5-webcomponents-fiori/dist/IllustratedMessage.js"; | | Media Gallery | ui5-media-gallery | import "@gsmlg/ui5-webcomponents-fiori/dist/MediaGallery.js"; | | Media Gallery Item | ui5-media-gallery-item | comes with ui5-media-gallery | | Notification List Item | ui5-li-notifcation | import "@gsmlg/ui5-webcomponents-fiori/dist/NotifcationListItem.js"; | | Notification Group List Item | ui5-li-notification-group | import "@gsmlg/ui5-webcomponents-fiori/dist/NotifcationListGroupItem.js"; | | Notification Action | ui5-notification-action | import "@gsmlg/ui5-webcomponents-fiori/dist/NotificationAction.js"; | | Page | ui5-page | import "@gsmlg/ui5-webcomponents-fiori/dist/Page.js"; | | Product Switch | ui5-product-switch | import "@gsmlg/ui5-webcomponents-fiori/dist/ProductSwitch.js"; | | Product Switch Item | ui5-product-switch-item | import "@gsmlg/ui5-webcomponents-fiori/dist/ProductSwitchItem.js"; | | Shell Bar | ui5-shellbar | import "@gsmlg/ui5-webcomponents-fiori/dist/ShellBar.js"; | | Shell Bar Item | ui5-shellbar-item | import "@gsmlg/ui5-webcomponents-fiori/dist/ShellBarItem.js"; | | Side Navigation | ui5-side-navigation | import "@gsmlg/ui5-webcomponents-fiori/dist/SideNavigation.js"; | | Side Navigation Item | ui5-side-navigation-item | import "@gsmlg/ui5-webcomponents-fiori/dist/SideNavigationItem.js"; | | Side Navigation Sub Item | ui5-side-navigation-sub-item | import "@gsmlg/ui5-webcomponents-fiori/dist/SideNavigationSubItem.js"; | | Timeline | ui5-timeline | import "@gsmlg/ui5-webcomponents-fiori/dist/Timeline.js"; | | Timeline Item | ui5-timeline-item | comes with ui5-timeline | | Upload Collection | ui5-upload-collection | import "@gsmlg/ui5-webcomponents-fiori/dist/UploadCollection.js"; | | Upload Collection Item | ui5-upload-collection-item | import "@gsmlg/ui5-webcomponents-fiori/dist/UploadCollectionItem.js"; | | View Settings Dialog | ui5-view-settings-dialog | import "@gsmlg/ui5-webcomponents-fiori/dist/ViewSettingsDialog.js"; | | View Settings Dialog - Sort Item | ui5-sort-item | import "@gsmlg/ui5-webcomponents-fiori/dist/SortItem.js"; | | View Settings Dialog - Filter Item | ui5-filter-item | import "@gsmlg/ui5-webcomponents-fiori/dist/FilterItem.js"; | | View Settings Dialog - Filter Item Option | ui5-filter-item-option | import "@gsmlg/ui5-webcomponents-fiori/dist/FilterItemOption.js"; | | Wizard | ui5-wizard | import "@gsmlg/ui5-webcomponents-fiori/dist/Wizard.js"; | | Wizard Step | ui5-wizard-step | comes with ui5-wizard |

Provided assets

import "@gsmlg/ui5-webcomponents-fiori/dist/Assets.js";

| Assets | Module | Notes | |------------------|-------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------| | i18n, themes | @gsmlg/ui5-webcomponents-fiori/dist/Assets.js | Theming parameters and translations for the components Automatically imports also: @gsmlg/ui5-webcomponents/dist/Assets.js |

Provided features

| Affects | Feature Import | Description | |----------------|--------------------------------------------------------------|---------------------------------------------------------------------------------------------------------| | ui5-shellbar | @gsmlg/ui5-webcomponents-fiori/dist/features/CoPilotAnimation.js | Support for a better (but bigger in size) animation for the "co-pilot" button in the shellbar component |

Shellbar CoPilot animation

import "@gsmlg/ui5-webcomponents-fiori/dist/features/CoPilotAnimation.js";

By default, the ui5-shellbar CoPilot button ships with a simple animation for better performance. Importing the module above enables the detailed but more resource-intensive animation instead.

Resources

Support

We welcome all comments, suggestions, questions, and bug reports. Please follow our Support Guidelines on how to report an issue, or chat with us in the #webcomponents channel of the OpenUI5 Community Slack.

Contribute

Please check our Contribution Guidelines.

License

Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the LICENSE file.