PromucFlow_constructor/app/client/src/selectors
rahulramesha 8a35e05923
chore: code changes for widget position observer and widget name on canvas (#27367)
## Description
The PR contains non integrated code changes for below new features, The
changes are not integrated to work but only contains the ground work
code changes that can be added to css based layout/ Anvil once that is
available in Release.

- **Widget Position observer-** Since we are moving to css based layout,
the positions of widgets will be unknown. To solve the issue we have
introduced the above feature that stores/updates position of widgets on
Redux state whenever a widget position updates. without manually
triggering any action
- **Widget Name on Canvas-** For the New Layout the existing widget name
is inconsistent as it would cut off or visually not visible. to solve
that the widget name will now be drawn on html canvas than it being a
dom node component

#### PR fixes following issue(s)
Fixes #26945 
Fixes #26948 


#### Type of change
- Chore (housekeeping or task changes that don't impact user perception)


## Testing
#### How Has This Been Tested?
- [ ] Manual
- [ ] JUnit
- [ ] Jest

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


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed

---------

Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2023-10-06 15:37:43 +05:30
..
actionSelectors.tsx chore: query module evaluation (#27660) 2023-09-29 16:12:14 +05:30
analyticsSelectors.tsx chore: Removing feature flag for app level invites (#22650) 2023-04-26 12:48:16 +05:30
apiPaneSelectors.ts feat: Error Navigation (#21753) 2023-04-10 18:29:14 +05:30
appCollabSelectors.tsx chore: Clean up unused and completed feature flags (#23062) 2023-05-25 10:58:41 +05:30
appSettingsPaneSelectors.tsx feat: Improved App Navigation (#19312) 2023-03-23 17:11:58 +05:30
appThemingSelectors.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
appViewSelectors.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
authSelectors.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
autoHeightSelectors.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
autoLayoutSelectors.tsx chore: Create layout system structure for Anvil and AnvilFlexComponent. (#27178) 2023-10-02 15:41:05 -04:00
canvasSelectors.ts feat: added anvil type for app layout (#27633) 2023-10-04 14:24:16 +05:30
crudInfoModalSelectors.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
datasourceSelectors.ts chore: Removing feature flag for app level invites (#22650) 2023-04-26 12:48:16 +05:30
dataTreeSelectors.ts feat: added anvil type for app layout (#27633) 2023-10-04 14:24:16 +05:30
debuggerSelectors.test.ts chore: query module evaluation (#27660) 2023-09-29 16:12:14 +05:30
debuggerSelectors.tsx chore: query module evaluation (#27660) 2023-09-29 16:12:14 +05:30
editorContextSelectors.ts chore: Splitting uiReducers to support modules on EE (#27580) 2023-09-25 10:23:01 +05:30
editorSelectors.tsx feat: added anvil type for app layout (#27633) 2023-10-04 14:24:16 +05:30
errorSelectors.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
explorerSelector.ts chore: Splitting uiReducers to support modules on EE (#27580) 2023-09-25 10:23:01 +05:30
flattenedChildCanvasSelector.ts chore: Layout system wise restructuring of Canvas Widget (#27496) 2023-10-04 17:23:29 +05:30
focusHistorySelectors.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
formSelectors.ts chore: query module evaluation (#27660) 2023-09-29 16:12:14 +05:30
gitSyncSelectors.tsx fix: adding offline error for git failure (#27597) 2023-09-26 16:07:26 +05:30
globalSearchSelectors.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
helpSelectors.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
jsPaneSelectors.ts feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
layoutSystemSelectors.ts feat: added anvil type for app layout (#27633) 2023-10-04 14:24:16 +05:30
lintingSelectors.ts feat: show lint errors in async functions bound to sync fields (#21187) 2023-04-03 16:11:15 +05:30
mainCanvasSelectors.tsx feat: Add widget responsiveness and conversion algorithm (#21386) 2023-04-07 09:51:35 -04:00
navigationSelectors.ts chore: query module evaluation (#27660) 2023-09-29 16:12:14 +05:30
onboardingSelectors.tsx changes in evaluation for EE - split (#27144) 2023-09-12 17:21:39 +05:30
oneClickBindingSelectors.tsx chore: Add analytics event to track telemetry is disabled & update properties for INVITE_USER event (#24042) 2023-06-06 02:57:40 +05:30
pageListSelectors.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
propertyPaneSelectors.tsx feat: added anvil type for app layout (#27633) 2023-10-04 14:24:16 +05:30
queryPaneSelectors.ts feat: Error Navigation (#21753) 2023-04-10 18:29:14 +05:30
settingsSelectors.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
tableFilterSelectors.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
templatesSelectors.tsx changes in evaluation for EE - split (#27144) 2023-09-12 17:21:39 +05:30
themeSelectors.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
tourSelectors.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
ui.tsx chore: code splitting for multiple env feature (#25479) 2023-07-21 12:53:17 +07:00
usersSelectors.tsx feat: added api to return 1 product message (#24704) 2023-07-18 13:03:18 +05:30
websocketSelectors.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
widgetDragSelectors.ts chore: code changes for widget position observer and widget name on canvas (#27367) 2023-10-06 15:37:43 +05:30
widgetEnhancementSelectors.ts chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
widgetReflowSelectors.tsx chore: upgrade to prettier v2 + enforce import types (#21013)Co-authored-by: Satish Gandham <hello@satishgandham.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> 2023-03-16 17:11:47 +05:30
widgetSelectors.test.tsx fix: auto height limits container select (#18546) 2022-11-30 13:02:36 +05:30
widgetSelectors.ts chore: Move the widget config to widget class (#26073) 2023-09-06 17:45:04 +05:30