GithubHelp home page GithubHelp logo

isabella232 / ui5-flexibility-utils Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sap/ui5-flexibility-utils

0.0 0.0 0.0 894 KB

Utilities to generate the UI5 flexibility changes programmatically

License: Apache License 2.0

JavaScript 33.03% HTML 51.07% CSS 15.90%

ui5-flexibility-utils's Introduction

@ui5/flexibility-utils

npm Package Version REUSE status

Description

This project provides an API to create SAPUI5 flexibility change files outside of a OpenUI5 and SAPUI5 runtime.

This API allows you to create UI5 flexibility changes without a UI5 runtime, and without the need to understand how UI5 works internally.

Requirements

  • Node.js

Installation

npm install @ui5/flexibility-utils

Usage

flexibilityUtils = require("@ui5/flexibility-utils");
let changeDefinitionInCreation = {...}
let stringifiedChange = flexibilityUtils.change.createChangeString(changeDefinitionInCreation, manifest)
let changeDefinition = flexibilityUtils.change.parse(stringifiedChange)
stringifiedChange = flexibilityUtils.change.toString(changeDefinition)

Data Flow

For more details about the functions and types, see the JSDoc.

Known Issues

No issues are currently known.

How to obtain support

In case you need any support, please create a GitHub issue.

License

Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file and all other files in this repository are licensed under the Apache License, v 2.0 except as noted otherwise in the LICENSE file.

ui5-flexibility-utils's People

Contributors

lonwyr avatar randombyte avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.