0.0.14 • Published 2 years ago

@bonitasoft/ui-designer-context-binding v0.0.14

Weekly downloads
-
License
GPL-2.0
Repository
github
Last release
2 years ago

@bonitasoft/bonita-ui-designer-context-binding

github release npm

This project contains module to manage binding and communication between https://github.com/bonitasoft/bonita-ui-designer[bonita-ui-designer] variable and bonita widget properties.

A widget property can be bound with one ui-designer variable by one of this binding type:

Binding typegetValuesetValuecomments
constantyesno
interpolationyesnoNeed to interpolate angular pipe for exemple | date, |
expressionyesno
variableyesyessimilar to two way data-binding

Usage

Run npm install @bonitasoft/ui-designer-context-binding

import { Model, Variables } from '@bonitasoft/ui-designer-context-binding';

// Create a model
let model = new Model();

// Fill variable accessor
model.fillVariableAccessors(yourUidVariableAsMap);

// Get variable accessor
model.getVariableAccessors();

Development

Each development must be tested. To run test suite, you can use npm run test.

0.0.13

2 years ago

0.0.14

2 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago