Closed James-9696 closed 2 weeks ago
The pull request introduces modifications to the dialog-box
component's API and related demo files. Key changes include updating the pcDemo
property for the max-height
attribute and enhancing descriptions for the lock-scroll
prop. Additionally, the dialog-width-composition-api.vue
file has been updated to include new radio button components and a maximum height setting. Test cases have been adjusted to reflect these changes, and demo descriptions have been refined for clarity. Overall, the changes focus on improving the API specifications and demo clarity without altering the existing functionality.
File Path | Change Summary |
---|---|
examples/sites/demos/apis/dialog-box.js | Updated pcDemo for max-height from 'form-in-dialog' to 'dialog-width' ; clarified lock-scroll prop description. |
examples/sites/demos/pc/app/dialog-box/dialog-width-composition-api.vue | Button text updated; added max-height to tiny-dialog-box ; included new tiny-radio-group components; added scoped CSS. |
examples/sites/demos/pc/app/dialog-box/dialog-width.spec.ts | Test name updated to reflect width and max height; added assertion for max height of 200 pixels. |
examples/sites/demos/pc/app/dialog-box/dialog-width.vue | Updated button text; added max-height to tiny-dialog-box ; included new TinyRadio and TinyRadioGroup components; added scoped CSS. |
examples/sites/demos/pc/app/dialog-box/webdoc/dialog-box.js | Updated demo descriptions for dialog-width and form-in-dialog to clarify width and max-height properties. |
dialog-box
component's API specifications, which relate to updates made in the form-in-dialog
demo regarding max-height
and required
attributes.dialog-box
component's demo.dialog-box
component.🐰 In the meadow, changes bloom,
Dialogs dance, dispelling gloom.
With width and height, they now align,
New buttons and radios, oh so fine!
A hop, a skip, let’s celebrate,
In our code, we innovate! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
max-height
property and enhanced descriptions for better clarity.Bug Fixes
Tests
max-height
functionality in the dialog box.