PromucFlow_constructor/app/client/src/widgets
ankurrsinghal ef397a4dfb
fix: auto height limits one row difference (#19001)
## Description

Issue:-
Currently, the min and max limits handle in Auto Height with Limits move
with each other on collision, while we can change the max when they have
the same values but we cannot change min because the max handle is on
top of it so they move together if we want to decrease the max.

Solution:-
We added a one-row difference between the two. When you increase the min
towards the max, the max will increase but with one row extra,
similarly, the min will decrease with one row extra when the max is
decreased towards the min.

Fixes #19079


Media
> A video or a GIF is preferred. when using Loom, don’t embed because it
looks like it’s a GIF. instead, just link to the video


## Type of change

- New feature (non-breaking change which adds functionality)



## How Has This Been Tested?

- Manual

### 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
- [ ] 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>
2022-12-22 18:18:47 +05:30
..
AudioRecorderWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
AudioWidget fix: resetting audio and video widget (#18126) 2022-12-07 20:40:28 +05:30
BaseInputWidget feat: [APPSMTH-29] make step up/down arrows in input Number and Currency widgets optional (#18764) 2022-12-21 22:37:15 +05:30
ButtonGroupWidget fix: Button Group Menu Item Label Misaligned (#18951) 2022-12-16 12:06:55 +05:30
ButtonWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
CameraWidget feat: Add type inference for redux's useSelector hook (#18257) 2022-11-28 08:13:17 +00:00
CategorySliderWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
ChartWidget feat: Add Series Colour property for default charts (#18229) 2022-12-09 12:47:21 +05:30
CheckboxGroupWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
CheckboxWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
CircularProgressWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
CodeScannerWidget feat: Add type inference for redux's useSelector hook (#18257) 2022-11-28 08:13:17 +00:00
components feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
ContainerWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
CurrencyInputWidget feat: [APPSMTH-29] make step up/down arrows in input Number and Currency widgets optional (#18764) 2022-12-21 22:37:15 +05:30
DatePickerWidget chore: Moved tern server to worker (#18464) 2022-11-27 11:41:01 +05:30
DatePickerWidget2 feat: add tooltip property to select widgets (#18480) 2022-12-13 16:05:08 +05:30
DividerWidget fix: auto height limits container select (#18546) 2022-11-30 13:02:36 +05:30
DocumentViewerWidget chore: Moved tern server to worker (#18464) 2022-11-27 11:41:01 +05:30
DropdownWidget fix: auto height limits container select (#18546) 2022-11-30 13:02:36 +05:30
FilepickerWidget fix: Number validation passthrough behaviour on 0 (#18001) 2022-11-01 18:17:07 +05:30
FilePickerWidgetV2 fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
FormButtonWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
FormWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
IconButtonWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
IconWidget feat: Deprecation warning message update to reference the widget that is replacing it (#14532) 2022-06-23 20:39:00 +05:30
IframeWidget feat: Add type inference for redux's useSelector hook (#18257) 2022-11-28 08:13:17 +00:00
ImageWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
InputWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
InputWidgetV2 feat: [APPSMTH-29] make step up/down arrows in input Number and Currency widgets optional (#18764) 2022-12-21 22:37:15 +05:30
JSONFormWidget fix: All property control renders when JS toggle button is clicked (#18905) 2022-12-19 15:45:50 +05:30
ListWidget chore: update imports for code split (#19085) 2022-12-22 12:04:28 +05:30
MapChartWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
MapWidget chore: update dependencies in the client package (#18254) 2022-11-28 16:22:30 +00:00
MenuButtonWidget feat: Dynamic Menu Items - Menu Button Widget (#17652) 2022-12-01 10:25:57 +05:30
ModalWidget fix: text font size for text widget inside modal & statbox. (#18236) 2022-11-30 11:09:58 +05:30
MultiSelectTreeWidget feat: add tooltip property to select widgets (#18480) 2022-12-13 16:05:08 +05:30
MultiSelectWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
MultiSelectWidgetV2 feat: add tooltip property to select widgets (#18480) 2022-12-13 16:05:08 +05:30
NumberSliderWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
PhoneInputWidget feat: [APPSMTH-22] Execute action on widget focus and blur (#18128) 2022-12-12 12:39:22 +05:30
ProgressBarWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
ProgressWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
QRGeneratorWidget chore: Moved tern server to worker (#18464) 2022-11-27 11:41:01 +05:30
RadioGroupWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
RangeSliderWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
RateWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
RichTextEditorWidget fix: center align select widgets and RTE widget labels. (#18378) 2022-12-03 17:28:02 +05:30
SelectWidget feat: add tooltip property to select widgets (#18480) 2022-12-13 16:05:08 +05:30
SingleSelectTreeWidget feat: add tooltip property to select widgets (#18480) 2022-12-13 16:05:08 +05:30
StatboxWidget fix: text font size for text widget inside modal & statbox. (#18236) 2022-11-30 11:09:58 +05:30
SwitchGroupWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
SwitchWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
TableWidget feat: Dynamic Menu Items - Menu Button Widget (#17652) 2022-12-01 10:25:57 +05:30
TableWidgetV2 feat: Provide currentRow access in the table widget select column typ… (#18180) 2022-12-16 10:05:51 +05:30
TabsMigrator chore: Moved tern server to worker (#18464) 2022-11-27 11:41:01 +05:30
TabsWidget fix: Updating page permissions in view mode to solve error message for updating the page (#18946) 2022-12-14 20:32:13 +05:30
TextWidget fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
VideoWidget fix: resetting audio and video widget (#18126) 2022-12-07 20:40:28 +05:30
BaseComponent.tsx
BaseWidget.tsx fix: auto height limits one row difference (#19001) 2022-12-22 18:18:47 +05:30
CanvasWidget.tsx feat: Automatic height updates for widgets based on contents (Auto Height) (#18341) 2022-11-23 15:18:23 +05:30
constants.ts fix: Theme Stylesheet refactor (#18258) 2022-11-28 10:14:31 +05:30
MetaHOC.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
Skeleton.tsx perf: Widget re-rendering refactor (#14485) 2022-08-19 15:40:36 +05:30
SkeletonWidget.tsx
useDropdown.tsx feat: [APPSMTH-22] Execute action on widget focus and blur (#18128) 2022-12-12 12:39:22 +05:30
WidgetUtils.test.ts fix: Switch to preview mode performance issue (#18457) 2022-11-27 22:42:00 +05:30
WidgetUtils.ts fix: Switch to preview mode performance issue (#18457) 2022-11-27 22:42:00 +05:30
withWidgetProps.tsx fix: Updating page permissions in view mode to solve error message for updating the page (#18946) 2022-12-14 20:32:13 +05:30