PromucFlow_constructor/app/client/src/pages/Editor
Hetu Nandu 1a60eaaf89
fix: Reduce cycle deps by removing wrong exports (#39268)
## Description

Remove specific cycle dependencies created because a file was both
importing and exporting items it does not modify.

By reducing cycle dependencies here, I am buying credits that allow
adding cycle dependencies in another PR but very hard to avoid

This PR reduces the deps by 4

EE PR: https://github.com/appsmithorg/appsmith-ee/pull/6214

PR which adds the cycle deps:
https://github.com/appsmithorg/appsmith/pull/39100


## Automation

/ok-to-test tags="@tag.Sanity"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/13324385763>
> Commit: 34a0f459b27963531adf851f198903cf0831b719
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=13324385763&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Sanity`
> Spec:
> <hr>Fri, 14 Feb 2025 07:54:00 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced a “Show More” option in the code editor’s command palette
for additional suggestions.
- Enabled default expansion for table widget panels to improve content
visibility.

- **Refactor**
- Consolidated entity and type management for a more consistent and
maintainable platform.

- **Improvements**
- Enhanced widget behavior with dynamic updates in dropdowns, file
pickers, and map styling for a smoother user experience.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-02-14 18:26:31 +05:30
..
__tests__ fix: Separate Plugin Entity from Action (#38582) 2025-01-15 11:29:32 +05:30
AppPluginActionEditor chore: Replace entities in entity explorer with new ADS templates (#38750) 2025-01-24 16:21:50 +05:30
AppSettingsPane chore: git mod - integration with applications (#38439) 2025-01-05 11:21:23 +01:00
CanvasLayoutConversion chore: Move entities/IDE/constants (#39064) 2025-02-07 16:45:55 +05:30
CanvasPropertyPane chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
commons chore: Updating data side pane component to get datasource usage map via props (#39066) 2025-02-06 17:59:30 +05:30
CommunityTemplates/Modals chore:delete unused files (#36368) 2024-09-19 16:01:03 +03:00
CurlImport chore: Updating generate page interaction to show it in a modal following the IDE 2.0 interaction pattern (#37414) 2024-11-19 12:05:10 +05:30
CustomWidgetBuilder chore: Refactoring usage of editorType to ideType to remove code duplication (#38778) 2025-01-21 15:24:06 +05:30
DataSourceEditor chore: Move entities/IDE/constants (#39064) 2025-02-07 16:45:55 +05:30
DatasourceInfo chore: Replacing entity item component in schema tables with the new List item component in ADS (#38987) 2025-02-04 14:52:06 +05:30
EditorName chore: Move IDE header to ADS/Templates (#37764) 2024-11-27 07:05:20 +00:00
EntityNavigation fix: Separate Plugin Entity from Action (#38582) 2025-01-15 11:29:32 +05:30
Explorer fix: Reduce cycle deps by removing wrong exports (#39268) 2025-02-14 18:26:31 +05:30
FirstTimeUserOnboarding chore: Removing unused files & components (#38832) 2025-01-27 11:43:46 +05:30
GeneratePage fix: Separate Plugin Entity from Action (#38582) 2025-01-15 11:29:32 +05:30
gitSync chore: Remove deprecated organization from code (#38878) 2025-01-29 12:16:51 +05:30
GlobalHotKeys chore: git mod - test fixes (#38357) 2025-01-07 12:30:42 +01:00
IDE chore: Move entities/IDE/constants (#39064) 2025-02-07 16:45:55 +05:30
IntegrationEditor chore: Move entities/IDE/constants (#39064) 2025-02-07 16:45:55 +05:30
JSEditor chore: Replace entities in entity explorer with new ADS templates (#38750) 2025-01-24 16:21:50 +05:30
MultiSelectPropertyPane chore: rename ADS package (#35583) 2024-08-09 17:20:29 +03:00
NavigationSettings chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
PropertyPane fix: Revert "Revert "feat: Added focus ring for focus visible (#37700)" (#… (#38655) 2025-02-03 11:12:29 +05:30
QueryEditor chore: Move entities/IDE/constants (#39064) 2025-02-07 16:45:55 +05:30
SaaSEditor fix: Separate Plugin Entity from Action (#38582) 2025-01-15 11:29:32 +05:30
ThemePropertyPane chore: update select component (#38954) 2025-02-06 13:10:25 +05:30
WDSThemePropertyPane chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
WidgetsEditor chore: Move entities/IDE/constants (#39064) 2025-02-07 16:45:55 +05:30
widgetSidebar chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
AppsmithLink.tsx fix: App card routing (#38798) 2025-01-29 13:52:20 +05:30
Canvas.tsx chore: Update mixpanel masking classname (#38661) 2025-01-15 16:03:07 +05:30
EditorSaveIndicator.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
EditorShareButton.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
EntityNotFoundPane.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
FormConfig.tsx fix: adjust spacing for filter/sort/pagination form controls (#37221) 2024-11-06 17:29:58 +03:00
FormControl.tsx chore: integrate file association query API for Appsmith API (#39098) 2025-02-07 09:35:36 +05:30
HelpButton.tsx chore: ce changes decoupled mixpannel chunk (#36979) 2024-10-20 09:16:25 +05:30
index.tsx chore: git mod - integration with applications (#38439) 2025-01-05 11:21:23 +01:00
loader.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
MainContainerWidthToggles.test.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
MainContainerWidthToggles.tsx chore: rename ADS package (#35583) 2024-08-09 17:20:29 +03:00
Popper.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
RequestConfirmationModal.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
ToggleModeButton.tsx chore: rename ADS package (#35583) 2024-08-09 17:20:29 +03:00
utils.tsx chore: Move entities/IDE/constants (#39064) 2025-02-07 16:45:55 +05:30