mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
refactor(listbox): Enable integration of Listbox by providing additional options (#742)
* refactor: support custom selections api * refactor: add update as option and unit tests * test: for listbox * docs: update * fix: user-select none and make example run * fix: prevent conditional hooks calls * refactor: prevent executing unnecessary code
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
"build": "parcel build index.html"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nebula.js/stardust": "latest",
|
||||
"@nebula.js/sn-bar-chart": "latest",
|
||||
"@nebula.js/sn-line-chart": "latest",
|
||||
"@nebula.js/stardust": "latest",
|
||||
"enigma.js": "2.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.12.3",
|
||||
"parcel": "^2.0.0-rc.0"
|
||||
"parcel-bundler": "^1.12.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user