PromucFlow_constructor/app/client/src/widgets
Dhruvik Neharia c77bfeaf03
feat: WDS Switch Integration (#28725)
## Description
Adds WDS Switch Widget.

#### PR fixes following issue(s)
Fixes #28464

#### Media
<video
src="https://github.com/appsmithorg/appsmith/assets/22471214/3b962844-cacd-4276-a9c5-f06da0f41459"></video>

#### Type of change
- New feature (non-breaking change which adds functionality)

## Testing
>
#### How Has This Been Tested?
> Please describe the tests that you ran to verify your changes. Also
list any relevant details for your test configuration.
> Delete anything that is not relevant
- [ ] Manual
- [ ] JUnit
- [ ] Jest
- [ ] 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
- [ ] 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
2023-11-09 15:28:34 +05:30
..
AudioRecorderWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
AudioWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
BaseInputWidget feat: RTL support for input, select and multi-select widget (#28522) 2023-11-03 16:18:13 +05:30
BaseWidgetHOC chore: Layout system wise restructuring of Canvas Widget (#27496) 2023-10-04 17:23:29 +05:30
ButtonGroupWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
ButtonWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
CameraWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
CategorySliderWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
ChartWidget feat: Add IFrame widget for Custom EChart and support for custom functions in property pane (#28513) 2023-11-08 19:25:44 +05:30
CheckboxGroupWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
CheckboxWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
CircularProgressWidget chore: BaseWidget Restructuring (#26562) 2023-09-11 21:25:11 +05:30
CodeScannerWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
components feat: RTL support for input, select and multi-select widget (#28522) 2023-11-03 16:18:13 +05:30
ContainerWidget chore: add mousemove listener to konva and bug fixes. (#28381) 2023-10-27 11:54:26 +05:30
CurrencyInputWidget feat: Table widget currency column (#27819) 2023-11-06 11:05:26 +05:30
DatePickerWidget chore: BaseWidget Restructuring (#26562) 2023-09-11 21:25:11 +05:30
DatePickerWidget2 chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
DividerWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
DocumentViewerWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
DropdownWidget chore: Remove position props from widgets (#26781) 2023-09-13 19:27:42 +05:30
FilepickerWidget chore:add eslint rules (#27878) 2023-10-09 16:54:06 +03:00
FilePickerWidgetV2 chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
FormButtonWidget chore: BaseWidget Restructuring (#26562) 2023-09-11 21:25:11 +05:30
FormWidget chore: CE changes for module input autocomplete (#28221) 2023-10-20 17:02:24 +05:30
IconButtonWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
IconWidget chore: BaseWidget Restructuring (#26562) 2023-09-11 21:25:11 +05:30
IframeWidget feat: branch protection (#28526) 2023-11-03 22:43:36 +05:30
ImageWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
InputWidget chore: update eslint and dependencies then fix revealed errors (#27908) 2023-10-11 10:14:38 +03:00
InputWidgetV2 feat: RTL support for input, select and multi-select widget (#28522) 2023-11-03 16:18:13 +05:30
JSONFormWidget fix: Validation issue in select widget on page reload (#28277) 2023-10-27 18:18:42 +05:30
ListWidget chore: CE changes for module input autocomplete (#28221) 2023-10-20 17:02:24 +05:30
ListWidgetV2 fix: Check for parent widget existence to render drop target (#28275) 2023-10-23 16:41:40 +05:30
MapChartWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
MapWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
MenuButtonWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
ModalWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
MultiSelectTreeWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
MultiSelectWidget chore: update eslint and dependencies then fix revealed errors (#27908) 2023-10-11 10:14:38 +03:00
MultiSelectWidgetV2 feat: RTL support for input, select and multi-select widget (#28522) 2023-11-03 16:18:13 +05:30
NumberSliderWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
PhoneInputWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
ProgressBarWidget chore: Create layout system structure for Anvil and AnvilFlexComponent. (#27178) 2023-10-02 15:41:05 -04:00
ProgressWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
QRGeneratorWidget chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
RadioGroupWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
RangeSliderWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
RateWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
RichTextEditorWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
SelectWidget feat: RTL support for input, select and multi-select widget (#28522) 2023-11-03 16:18:13 +05:30
SingleSelectTreeWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
StatboxWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
SwitchGroupWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
SwitchWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
TableWidget fix: gsheet preview data UI using tabs for preview and configuration (#28318) 2023-11-03 19:15:00 +05:30
TableWidgetV2 feat: Table widget currency column (#27819) 2023-11-06 11:05:26 +05:30
TabsMigrator chore: BaseWidget Restructuring (#26562) 2023-09-11 21:25:11 +05:30
TabsWidget fix: Validation issue in select widget on page reload (#28277) 2023-10-27 18:18:42 +05:30
TextWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
VideoWidget chore: add highlight calculation logic for layouts. (#27980) 2023-10-19 16:27:40 -04:00
wds feat: WDS Switch Integration (#28725) 2023-11-09 15:28:34 +05:30
BaseComponent.tsx
BaseWidget.tsx fix: Validation issue in select widget on page reload (#28277) 2023-10-27 18:18:42 +05:30
CanvasWidget.tsx chore: Layout system wise restructuring of Canvas Widget (#27496) 2023-10-04 17:23:29 +05:30
ConnectDataOverlay.tsx chore: skip signposting discovery test (#27892) 2023-10-17 17:32:05 +05:30
index.ts feat: WDS Switch Integration (#28725) 2023-11-09 15:28:34 +05:30
MetaHOC.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
MetaWidgetContextProvider.tsx
Skeleton.tsx
SkeletonWidget.tsx chore: BaseWidget Restructuring (#26562) 2023-09-11 21:25:11 +05:30
useDropdown.tsx chore: add consistent-type-definitions rule (#27907) 2023-10-11 10:35:24 +03:00
utils.test.ts feat: code scanner widget default camera (#26083) 2023-08-10 12:18:51 +05:30
utils.ts feat: code scanner widget default camera (#26083) 2023-08-10 12:18:51 +05:30
WidgetUtils.test.ts fix: auto label position (#28022) 2023-10-13 12:08:01 +03:00
WidgetUtils.ts fix: calculateHoverColor typo (#28329) 2023-10-30 15:56:14 +05:30
withLazyRender.tsx
withWidgetProps.tsx feat: branch protection (#28526) 2023-11-03 22:43:36 +05:30