@sme.up/kokos-ketchup-converters
v8.2.4
Published
Converters library for kokos-ketchup
Downloads
19
Keywords
Readme
Kokos Ketchup Converters
Kokos-Ketchup-Converters is a library which includes some functions for the purpose of converting Smeup Data Structures to Ketchup components props.
Installation for using as library
Description
Component converters
- boxListConverter
- buttonListConverter
- calendarConverter
- chartConverter
- dashListConverter
- dataTableConverter
- fbkConverter
- fieldConverter
- imageConverter
- imageListConverter
- inputPanelConverter
- labelConverter
- listConverter
- radioButtonConverter
- textFieldConverter
- treeConverter
Smeup data structures
- SmeupButtonsArray
- SmeupDataStructure
- SmeupFBKData
- SmeupInputPanel
- SmeupObject
- SmeupObjectArray
- SmeupSch
- SmeupTable
- SmeupTreeNode
Use
Development
For develop on local machine, using local version of ketchup package:
execute:
then:
After this, ketchup-kokos-converter will load ketchup from local machine, using the created link. If you modify ketchup, you have to compile first ketchup project (npm run build) and then kokos-ketchup-converter project (npm run build)
Build with tests:
Build without tests:
Clean node_modules for reset and re-install dependencies: