PromucFlow_constructor/app/client/src/components/propertyControls
Ayangade Adeoluwa 1e61876f72
feat: Feature/evaluated value window (#19972)
Evaluated value window improvements:

1. Evaluated value window will not show up unless there is a dynamic
binding within the input field or when there's a validation error on the
input field (this edge case happens when user types an incorrect string
in the field for example typing a wrong date format inside the Default
Date field in the DatePickerWidget).
2. Evaluated value window will be draggable anywhere on the DOM. The new
position would also be remembered the next time the user returns to the
input.
3. The UI of the evaluated value window has been changed: Since the
popup will become draggable, it will have the name of the input it is
attached to. The styling of the evaluated value window fields has been
changed as well.

Design Documentation:
https://www.notion.so/appsmith/Improve-the-evaluated-value-window-experience-fbbdead747a5468b8015c2fbbb5843bc

> Add a TL;DR when description is extra long (helps content team)

Fixes #4458 

- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- This change requires a documentation update

> Tests

- Manual
- Cypress

### Test Plan
> Add Testsmith test cases links that relate to this PR

### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)


## Checklist:
### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test

---------

Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2023-02-09 16:39:54 +05:30
..
ActionSelectorControl.tsx fix: Re-selecting dropdown value triggers evaluation cycle (#16201) 2022-09-29 11:25:56 +05:30
BaseControl.tsx feat: Provide currentRow access in the table widget select column typ… (#18180) 2022-12-16 10:05:51 +05:30
BorderRadiusOptionsControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
BoxShadowOptionsControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
ButtonBorderRadiusControl.tsx chore: import common variables from design system (#17600) 2022-10-31 06:54:47 +05:30
ButtonControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
ButtonListControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
ButtonTabControl.test.tsx chore: Adds canDisplayValue to property controls (#13309) 2022-06-03 10:37:02 +05:30
ButtonTabControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
ChartDataControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
CodeEditorControl.tsx fix: Improve CodeMirror rendering performance using idleCallback (#13676) 2022-07-20 14:56:12 +05:30
ColorPickerComponentV2.test.tsx chore: update Styled components to latest version and related cleanup (#19284) 2023-01-13 16:35:59 +05:30
ColorPickerComponentV2.tsx fix: Modal widget background issues (#20446) 2023-02-08 13:31:26 +05:30
ColorPickerControl.test.tsx chore: Adds canDisplayValue to property controls (#13309) 2022-06-03 10:37:02 +05:30
ColorPickerControl.tsx feat: Auto height instant update (#19082) 2023-02-03 11:17:40 +05:30
ColumnActionSelectorControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
ComputeTablePropertyControl.tsx chore: Move constants, types and utils to their own files in Action Creator (#16947) 2022-09-26 10:05:04 +05:30
DatePickerControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
DraggableListCard.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
DraggableListComponent.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
DropDownControl.test.tsx fix: JS toggle issue with Numeric Input & multi select dropdown controls (#14892) 2022-07-07 05:37:50 +00:00
DropDownControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
FieldConfigurationControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
IconSelectControl.test.tsx chore: Fix Jest test Flakiness (#16596) 2022-09-09 10:06:45 +05:30
IconSelectControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
IconTabControl.test.tsx chore: Adds canDisplayValue to property controls (#13309) 2022-06-03 10:37:02 +05:30
IconTabControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
index.ts feat: Dynamic Menu Items - Menu Button Widget (#17652) 2022-12-01 10:25:57 +05:30
InputTextControl.tsx feat: Feature/evaluated value window (#19972) 2023-02-09 16:39:54 +05:30
JSONFormComputeControl.tsx fix: JSONForm input field REGEX validation (#15316) 2022-07-29 09:49:39 +05:30
KeyValueComponent.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
LabelAlignmentOptionsControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
LocationSearchControl.tsx chore: Remove Maps API Key env variable for client (#19486) 2023-02-07 14:53:15 +05:30
MenuButtonDynamicItemsControl.tsx feat: Dynamic Menu Items - Table Widget (#18945) 2022-12-30 16:22:11 +05:30
MenuItemsControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
MultiSwitchControl.tsx Development: Add eslint rules for code consistency (#4083) 2021-04-28 15:58:39 +05:30
NumericInputControl.test.ts fix: JS toggle issue with Numeric Input & multi select dropdown controls (#14892) 2022-07-07 05:37:50 +00:00
NumericInputControl.tsx feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
OpenConfigPanelControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
OptionControl.tsx chore: Adds analytics for Property Pane keyboard navigation (#13703) 2022-07-14 10:30:30 +05:30
PrimaryColumnColorPickerControl.tsx feat: Migrated color picker v2 to property controls (#17362) 2022-10-16 23:53:05 +05:30
PrimaryColumnColorPickerControlV2.tsx feat: Migrated color picker v2 to property controls (#17362) 2022-10-16 23:53:05 +05:30
PrimaryColumnDropdownControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
PrimaryColumnsControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
PrimaryColumnsControlV2.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
SelectDefaultValueControl.tsx feat: Select default value control (#15856) 2022-08-18 08:10:58 +01:00
StepControl.test.tsx feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
StepControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
StyledControls.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
SwitchControl.test.tsx chore: Adds canDisplayValue to property controls (#13309) 2022-06-03 10:37:02 +05:30
SwitchControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
TabControl.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
TableComputeValue.tsx feat: Dynamic Menu Items - Table Widget (#18945) 2022-12-30 16:22:11 +05:30
TableInlineEditValidationControl.tsx feat: Option to add new row in Table widget (#17515) 2022-11-05 15:24:20 +05:30
TableInlineEditValidPropertyControl.tsx feat: Option to add new row in Table widget (#17515) 2022-11-05 15:24:20 +05:30