Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lblod/ember-toezicht-form-fields
Ember addon providing fields used in the forms of Loket/Toezicht
https://github.com/lblod/ember-toezicht-form-fields
Last synced: 22 days ago
JSON representation
Ember addon providing fields used in the forms of Loket/Toezicht
- Host: GitHub
- URL: https://github.com/lblod/ember-toezicht-form-fields
- Owner: lblod
- License: mit
- Created: 2019-04-17T07:36:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T15:23:27.000Z (over 4 years ago)
- Last Synced: 2024-04-26T20:04:38.194Z (8 months ago)
- Language: JavaScript
- Size: 466 KB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
toezicht-form-fields
==============================================================================This addon provides input-field components such as checkbox, date, ... and is primarily made to be used in the toezicht app and the loket app. This addon also serves toezicht specific component like url-box and url-line.
Compatibility
------------------------------------------------------------------------------* Ember.js v2.18 or above
* Ember CLI v2.13 or aboveInstallation
------------------------------------------------------------------------------```
ember install @lblod/ember-toezicht-form-fields
```Prerequisites
------------------------------------------------------------------------------
This addon consumes two external services in some of its components:
- toezicht/form-version-tracker
This service is utilized by the loket app and is defined at service/toezicht/form-version-tracker
- current-session
This service is utilized by the toezicht app and is defined at services/current-session.Usage
------------------------------------------------------------------------------This addon provides this set of components
- input-fields
A bunch of these components are extensions of the same components in the @lblod/ember-mu-dynamic-forms addon. So, you may refer to the usage instructions of that addon.
- checkbox
- date
- dynamic-select
- input
- taxrates
- text
- toezicht-besluit-type-select
- toezicht-bestuursorgaan-select
- year
- toezicht
- url-box
Used like {{toezicht/url-box urls=fileAddresses disabled=isSent onDelete=(action "deleteFileAddress")}} where fileAddresses is an array of FileAddress objects.
- url-lineContributing
------------------------------------------------------------------------------See the [Contributing](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------This project is licensed under the [MIT License](LICENSE.md).