-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Adapt JSDocs for new CЕM and Remove Redundancies #7829
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- accessibilityAttributes => Button.ts- default value is missing
- value => CalendarDate.ts- default value is missing
- value => ColorPaletteItem.ts- default value is missing
- defaultColor => ColorPalettePopover.ts - default value is missing
- showAt => ColorPalettePopover.ts - missing return type
- openPopover => ColorPalettePopover.ts - missing return type
- color => ColorPicker.ts- default value is missing
- primaryCalendarType => DateComponentBase.ts- default value is missing
- closePicker => DatePicker.ts - missing return type
- dateValue => DatePicker.ts- default value is missing
- dateValue => DateRangePicker.ts- default value is missing
- dateValueUTC => DateRangePicker.ts- default value is missing
- startDateValue => DateRangePicker.ts- default value is missing
- endDateValue => DateRangePicker.ts- default value is missing
- openPicker => DateTimePicker.ts - missing return type
- selectedDates => DayPicker.ts- default value is missing
- files => FileUploader.ts- default value is missing
- accessibilityAttributes => Link.ts- default value is missing
- showAt => Menu.ts - missing return type
- close => Menu.ts - missing return type
- additionalText => MenuItem.ts- default value is missing
- selectedDates => MonthPicker.ts- default value is missing
- selectedItem => SegmentedButton.ts- default value is missing
- selectedItems => SegmentedButton.ts- default value is missing
- min => StepInput.ts- default value is missing
- max => StepInput.ts- default value is missing
- accessibleName => StepInput.ts- default value is missing
- dateValue => TimePicker.ts- default value is missing
- hideHours => TimeSelection.ts- default value is missing
- hideMinutes => TimeSelection.ts- default value is missing
- hideSeconds => TimeSelection.ts- default value is missing
- maxHours => TimeSelection.ts- default value is missing
- maxMinutes => TimeSelection.ts- default value is missing
- maxSeconds => TimeSelection.ts- default value is missing
- selectedDates => YearPicker.ts- default value is missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything else looks okay. Need to revise interfaces and some of the changes with @tsanislavgatev and we can proceed with merge
* fix(ui5-textarea): improve documentation * docs(ui5-textarea): reflect comments
* fix(ui5-slider, ui5-range-slider): enhance documentation * docs(ui5-slider, ui5-range-slider): reflect review comments
* docs: new cem for Topic-P components - Toolbar Issue: #7610 * docs: new cem for Topic-P components - Toolbar -refactored toolbar related files docs * docs: new cem for Topic-P components - Toolbar - removed unnecessary tag rom ToolbarSeparator docs * docs: new cem for Topic-P components - Toolbar -fixed review comments * docs: new cem for Topic-P components - Toolbar - fixed review comments * docs: new cem for Topic-P components - Toolbar - fixed review comments * docs: new cem for Topic-P components - Toolbar - fixed review comments * docs: new cem for Topic-P components - Toolbar - fixed review comments * docs: new cem for Topic-P components - Toolbar - fixed review comments
* docs: new cem for Topic-P components - List Issue: #7610 * docs: new cem for Topic-P components - List - fixed review comments * docs: new cem for Topic-P components - List - fixed review comments * docs: new cem for Topic-P components - List - fixed review comments * docs: new cem for Topic-P components - List - fixed review comments
Will continue work in #7922 |
Adapt JSDocs for new CЕM and Remove Redundancies
Related to: #7610