PromucFlow_constructor/app/client/src/components/formControls
Ayush Pahwa 16ad07fa68
feat: 5701 dynamic value fetch for forms (#10324)
* Added new condition type

* Added new variables to cater to enable/disable conditionals

* Adding functionality to disable the drop down control

* Added ability to enable/disable to dynamic input text fields

* Updated input text control to have enabled/disabled feature

* Added enable/disable functionality to FixedKeyInputControl

* Added enable/disable func to switch control and stanrdasied var name

* Added disable functionality for file picker

* Added enable/disable functionality to QUER_DYNAMIC_TEXT

* Added new state and object for evaluating conditionals

* Connected the output to the final source

* Updating loading state on the final component

* Tied fetched data to the options of dropdown component

* Added declaration to make API call

* Added loading state for dropdown

* Updated types in reducer

* Added implementation to extract API calls from the response and setting the output

* Removed extra variables

* Moved all calculation logic to the class component

* Refactors and added comments

* Added flag to store when the value fetch fails

* Reduced usage of spread operators
2022-01-13 13:37:30 +05:30
..
BaseControl.tsx feat: 5701 dynamic value fetch for forms (#10324) 2022-01-13 13:37:30 +05:30
CheckboxControl.tsx feat: adding ads component for UQI (#8777) 2021-12-27 17:34:45 +05:30
DropDownControl.tsx feat: 5701 dynamic value fetch for forms (#10324) 2022-01-13 13:37:30 +05:30
DynamicInputTextControl.test.tsx [Fix] Fix mouse click for the autocomplete at the api pane (#5929) 2021-07-19 17:36:04 +05:30
DynamicInputTextControl.tsx feat: Add enable/disable functionality to form components (#10215) 2022-01-06 20:09:21 +05:30
DynamicTextFieldControl.test.tsx feat: Changing evaluations for UQI from hidden type to js objects (#6792) 2021-08-26 11:07:07 +05:30
DynamicTextFieldControl.tsx feat: Add enable/disable functionality to form components (#10215) 2022-01-06 20:09:21 +05:30
FieldArrayControl.tsx feat: adding ads component for UQI (#8777) 2021-12-27 17:34:45 +05:30
FilePickerControl.tsx feat: Add enable/disable functionality to form components (#10215) 2022-01-06 20:09:21 +05:30
FixedKeyInputControl.tsx feat: Add enable/disable functionality to form components (#10215) 2022-01-06 20:09:21 +05:30
InputNumberControl.tsx - Auto fix sort ddestructured props rule 2021-05-13 14:05:39 +05:30
InputTextControl.tsx feat: adding ads component for UQI (#8777) 2021-12-27 17:34:45 +05:30
KeyValueArrayControl.tsx feat: adding ads component for UQI (#8777) 2021-12-27 17:34:45 +05:30
KeyValueInputControl.tsx feat: adding ads component for UQI (#8777) 2021-12-27 17:34:45 +05:30
PaginationControl.tsx feat: UQI Pagination Component implementation (#9446) 2021-12-14 09:02:06 +01:00
SortingControl.tsx feat: Feat/uqi sorting component (#9775) 2022-01-06 00:29:24 +05:30
StyledControls.tsx feat: Appsmith design system changes (#8125) 2021-10-04 21:04:37 +05:30
SwitchControl.tsx feat: Add enable/disable functionality to form components (#10215) 2022-01-06 20:09:21 +05:30
utils.test.ts Introducing Google Sheets Plugin (#3517) 2021-04-22 09:00:09 +05:30
utils.ts Client side changes for new where clause component 2021-11-10 13:45:47 +00:00
WhereClauseControl.tsx feat: adding ads component for UQI (#8777) 2021-12-27 17:34:45 +05:30