ozone-components-demo
v3.3.2
Published
Ozone-components is a library of polymer and javaScript modules that should facilitate development of web front-end for ozone. Elements available in JavaScript and typeScript.
Downloads
16
Readme
ozone-components
Ozone-components is a library of polymer and javaScript modules that should facilitate development of web front-end for ozone. Elements available in JavaScript and typeScript.
Elements are slit in 5 categories:
- ozone-api: Provide low level interface to ozone server.
- ozone-material: provide paper material design to display specific ozone content. (Based on Polymer)
- ozone-helper: provide generic class helper.
- ozone-logic: provide helper class for ozone operation.
Demo
See demo application demo
Modules
- ozone-helper:
- ozone-type Declaration of ozone type
- ozone-config Expose ozone API configuration. Configuration is loaded from ./conf.ozone.json
- ozone-search-helper Helper for ozone search queries
- taktik-polymer-typescript Module providing development facilities for ozone polymer and typescript modules.
- ozone-api
- ozone-api-type ozone-api-type is low level polymer module to ozone type. It provide read operation on collection type.
- ozone-api-authentication Low level wrapper around ozone login, logout and authentication api
- ozone-api-upload UploadFileRequest is a JavaScrip class that can be use as an XMLHttpRequest to upload media using ozone v2 upload chanel.
- ozone-api-edit-video ES6 module written in typeScript to save selected video chunks.
- ozone-api-item low level es6 module to ozone api. It provide CRUD operation and search in a given collection.
- ozone-logic
- ozone-collection generic polymer web-component to manage collection of ozone items.
- ozone-media-url Helper to convert ozone id to media preview.
- ozone-material
- ozone-video-player WebComponent that play video from Ozone.
- ozone-upload configurable web component to upload files on ozone. Based on vaadin-upload.
Get start
This project contains a set of npm library that can be install individually. There are aime to be build with webpack. See demo project for webpack config example.
contribute
Any contribution and comments are welcome.
Do not hesitate rapport issue and questions in the github issue.
You are also more than welcome to propose fix, via full request.
A Lerna project
ozone-components are centralize in a Lerna repo. Please refers to lerna documentation for generic usage such as project import, dependency installation or project bootstrap.
Set up
$ npm install
$ npm bootstrap
Viewing demo Application
$ npm run demo
Running Tests
$ npm run test
generate documentation
$ npm run doc