Tools and components for Qlik integration in Claviz Forms.
For connecting to Qlik Engine you'll need to create a Function called getEnigmaConfig
:
module.exports = async ({ }) => {
return {
certificatesPath: '../cert/',
url: 'wss://qlik.example.com:4747',
userDirectory: 'MYUSERDIRECTORY',
};
}
- ws, @types/ws
- enigma.js, @types/enigma.js
- shortid, @types/shortid
- color-string
- jpflat
- write-excel-file
- Add support for sn-tabbed-container.
- Fix styles for qlik variable input header & select.
- Fix text component.
- Fix table background.
- Add bullet chart.
- Fix table header style not being applied.
- Fix padding of left column in pivot.
- Use chart/table/pivot title for exported XLSX file name.
- Allow exporting to XLSX for charts.
- Fix datepicker excessive refreshes.
- Allow ordering in table by clicking whole header cell.
- Don't apply default filtering when opening viz in full screen.
- Add support for dynamic values in variable input select.
- Make variable input select style to match buttons.
- Add qlik-date-picker support.
- Fix tooltips for sparklines with one point in tables.
- Add ability to show sparklines in tables.
- Fix incorrect pivot grid view when there is pseudo dimension on the left side.
- Apply default selections (you must set filters DefaultFilterField, DefaultFilterValue in the app to make it work).
- Disable Qlik notifications send when user is added by synchronizer.
- Apply selections when clicking outside of vizes.
- Multiple cell edit for table.
- Fixed RGBA colors in pivot grid.
- Fixed not being able to select editable columns in non-edit mode.
- Fix table cell colors.
- XLSX files are now retrieved directly from Qlik.
- Unmerging merged cells in the generated XLSX file now also populates the cells with data.
- Fix cell colors for pivot grid.
- Fix numbers in
# ##0,00
format by converting it to#,##0.00
.
- Fix table edit if ID column is a button (link).
- Fix incorrect XLSX format for numbers/dates in table/pivot grid.
- Add disablePartialReloadOnSave option to table.
- Apply correct format for table numbers in XLSX.
- Fix text-image text.
- Added text-image to container.
- Enable sankey chart.
- Fix empty container being displayed with error.
- Fix pivot grid value encoding.
- Fix incorrect position of tippy in table.
- Update user fetching for cloud Qlik.
- Editable cells in table.
- Editable cells in table initial release.
- Fix list box not loading data if field is expression.
- Load all apps for Qlik cloud.
- Handle URLs and images in table.
- Fix listboxes not showing data on scroll.
- Listboxes now open instantly.
- When making a selection, the color of the line(s) now changes instantly.
- Long text handling in table.
- Added line clamp option to table.
- Table UI header size improvements.
- Table UI improvements.
- Header and menu redesign. Now header elements appear only on hover.
- Welcome message for bookmarks.
- Change font size in filter pane.
- Don't allow to click on Measures pill in pivot grid.
- Remove bookmark filtering in cloud.
- Fix bookmarks not being rendered in cloud.
- Fix palette usage in charts.
- Add 'percentage' to ref line format options.
- Fix KPI colors.
- Fix list box rendering in table.
- Fix title not being updated in chart.
- Make text-image react to changes.
- Support for text-image bullet list.
- Add header rowspan option to table.
- Add ref line option to chart.
- Add support for checkboxes in list box.
- Allow ENTER to search in list box.
- Fix chart redundant updates.
- Save column widths of table to local storage.
- Speed up list boxes of table.
- Table columns can now be resized.
- Re-implemented selections to be similar to Qlik (real-time selections).
- Fixes.
- Fix pivot generation for date values.
- Add copy value to table.
- Add copy value to pivot grid.
- Fix pivot dimension drag and drop.
- Add onClearField for chart.
- Fixes.
- Added gauge chart support.
- Added button support.
- Fixed barchart.
- Added Qlik cloud support.
- Fixed XLSX generation from pivot.
- Added variable input horizontal direction for buttons.
- Fixed hidden tabs in container being shown.
- Inside pivot, dimension/measure labels are now not shown in list boxes when clicking on pills.
- Added "custom title" option for list boxes.
- Added headers for dimensions/measures in pivot table when indent is off.
- Possibly fixed pivot table becoming inactive when making selections in list boxes.
- Fixed totals appearance in header.
- Updated components for the new Claviz version.
- Updated components for the new Claviz version.
- Customizable scrollbar size for pivot.
- Fixed pivot cell background color not working for top rows.
- It is now possilbe to view values of bookmarks in a parsed way.
- Fixed selection bug in table.
- Fixed incorrect tab content in container.
- In pivot, the last dimension is now indented.
- Added treemap for chart.
- Added icon for sortable column in pivot grid.
- Styles of container tabs can be customized.
- Updated container tab styles.
- Fixed listbox search remembering search query.
- Fixed listbox layout.
- Fixed non-working Enter in listbox located inside filter pane.
- Hitting Enter in listbox search selects all search results
- Updated style for accept/cancel selection buttons.
- Search input is now always visible and focused in list box.
- Added
text-image
viz type.
- Fixed not working dimension sorting in container chart.
- Fixed issue when items were not deselected in list box when
ctrl
key is pressed.
- It is now possible to edit pivot/chart settings for container.
- Added support for
theme
option fordrayman-nebula
element.