expression-builder

1.6.1 • Public • Published

expression-builder

Installation

  • emebr install expression-builder

Usage

{{expression-builder options=options operators=operators}}

Passed in

options: {'x': [1], 'y': [2, 3]},
operators: ['OR', 'AND'],

Options

You can specify the components used for various parts.

Provide an action to expressionChanged and it will be invoked with the expresion when it changes.

showExpression=false disables expression-builder from showing the expression. This is useful if you want to show the expression outside of the component.

Contributing

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

Docs

  • npm docs Builds docs

Package Sidebar

Install

npm i expression-builder

Weekly Downloads

38

Version

1.6.1

License

MIT

Unpacked Size

641 kB

Total Files

36

Last publish

Collaborators

  • khornberg