New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@furo/ui5

Package Overview
Dependencies
Maintainers
2
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furo/ui5

SAP UI5 Web Components data bindings for furo-web

latest
Source
npmnpm
Version
1.18.1
Version published
Maintainers
2
Created
Source

フロー Furo UI5 Web Components

https://ui5.furo.pro/

For seamless integration into the Eclipse Furo Web Stack, the SAP UI5 web components were extended with the Furo data-bind interface.

Compliant to SAP Fiori design language. Rich feature set. Includes all enterprise standards, such as accessibility, i18n, theming, etc

Data Bind Interface (Class FieldNodeAdapter)

The extension of the UI5 components with the data-bind interface makes it possible to work with the UI5 components as usual. As a sugar on top, each Furo UI5 component can be directly bound to a data model with

(imperative JS)
furoUi5Select.bindData(dataModel.field) 

(declarative HTML)
<furo-ui5-select ƒ-bind-data=""></furo-ui5-select>

Basic Usage

<!-- SAP Ui5 input element with Furo extension -->
<furo-ui5-text-input ƒ-bind-data="--dataObject(*.field_name)"></furo-ui5-text-input>
<!-- Furo data model object -->
<furo-data-object type="package.Typename" @-object-ready="--dataObject"></furo-data-object>

Keywords

web-components

FAQs

Package last updated on 04 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts