mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* feat: resolve passed arguments in runjs * feat: added popup form for runs params * fix: fixed issue with close function of popupover with codehinter * feat: added input for runjs args * style: for runjs args * fix: added support for params in custom components * fix: fixed default query param for runjs * fix: remove debuggers * refactor: removed commented code * fix: removed unused code * style: arguments input style in event manager * refactor: Moved argument list to separate component * refactor: moved runjs components to single folder * fix: minor refactorings * fix: renamed arguments to parameters for compoennts * refactor: reanamed argument to parameter in runjs * refactor: removed commented code * fix: added hasPramSupported flag against runjs queries * Update frontend/src/Editor/Inspector/ActionConfigurationPanels/RunjsParamters.jsx Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com> * Update frontend/src/Editor/QueryManager/QueryEditors/Runjs/ParameterForm.jsx Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com> * fix: prevent duplication of name * fix: fixed issue that blocked query params from returning * fix: remove extra params from runjs * fix: updated reference to current satte * fix: updated `query.run()` signature * fix: added duplicate check on param add and update * fix: added additonal null check for params runjs * feat: resolve runjs params default value without currentState * fix: hide defaultvalue of runjs in events form * fix: minor UX experience in runjs params * fix: set runjs default values to events on creation * style: updated the runjs param UI * style: runjs param form minor ux improvement * fix: close modal on add button click again --------- Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| Accordion | ||
| Alert | ||
| AlertDialog | ||
| AppButton | ||
| AppInput | ||
| Avatar | ||
| Breadcrumbs | ||
| Button | ||
| Card | ||
| CheckBox | ||
| Drawer | ||
| Fade | ||
| FolderList | ||
| Header | ||
| HttpHeaders | ||
| Icon | ||
| IndeterminateCheckbox | ||
| Input | ||
| JSONTreeViewer | ||
| Layout | ||
| LeftSidebar | ||
| Mentions | ||
| Multiselect | ||
| OAuth | ||
| OpenAPI | ||
| Pagination | ||
| Popover | ||
| Radio | ||
| Search | ||
| Select | ||
| Spinner | ||
| Textarea | ||
| Toast | ||
| Toggle | ||