fix(docs): hide API tab when apiDocs are not available#8463
Closed
Coderxrohan wants to merge 348 commits intoprimefaces:v11from
Closed
fix(docs): hide API tab when apiDocs are not available#8463Coderxrohan wants to merge 348 commits intoprimefaces:v11from
Coderxrohan wants to merge 348 commits intoprimefaces:v11from
Conversation
…s#7767) * fix: onValueChange to return latest sorted data * rename: change sort function name * fix: using field parameter in sortSingle method
… when renderActiveOnly={false} is set.
Bumps [canvg](https://github.com/canvg/canvg) from 3.0.10 to 3.0.11. - [Release notes](https://github.com/canvg/canvg/releases) - [Changelog](https://github.com/canvg/canvg/blob/v3.0.11/CHANGELOG.md) - [Commits](https://github.com/canvg/canvg/commits/v3.0.11) --- updated-dependencies: - dependency-name: canvg dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ta in API, the filter text bugs if the results is empty (primefaces#7812) Co-authored-by: ANTONA09 <Akshay.Antony@nyulangone.org>
…ext when moving out from the draggable zone (primefaces#7814)
* Fix:primefaces#7817(Autocomplete type issue): Fixed AutoCompleteSelectEvent (and AutoCompleteUnselectEvent in extension) has value attribute typed as explicit any instead of being inferred from AutoComplete's value * Fix: primefaces#7817: Fixed the issues in taking generic type from autocomplete props * Fix: primefaces#7817: added types for the autocomplete suggessions * Fix:primefaces#7817(Autocomplete type issue): Fixed multi-select and value prop issues --------- Co-authored-by: sarathkumarsasi <sarathkumarps@outlook.com>
…nent Example primefaces#7825 (primefaces#7827) * Fix:primefaces#7817(Autocomplete type issue): Fixed AutoCompleteSelectEvent (and AutoCompleteUnselectEvent in extension) has value attribute typed as explicit any instead of being inferred from AutoComplete's value * Fix: primefaces#7817: Fixed the issues in taking generic type from autocomplete props * Fix: primefaces#7817: added types for the autocomplete suggessions * Fix:primefaces#7817(Autocomplete type issue): Fixed multi-select and value prop issues * Doc Fix:primefaces#7825 TypeScript Type Issues in AutoComplete Component Example --------- Co-authored-by: sarathkumarsasi <sarathkumarps@outlook.com>
…itting the form, not with the numpad enter key. (primefaces#7832) Fixes primefaces#7831 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/primefaces/primereact/issues/7831?shareId=XXXX-XXXX-XXXX-XXXX).
…#8448) * Fix: [Splitter] Nested SplitterPanel detection logic Current logic incorrectly identifies any nested Prime Component as a nested SplitterPanel causing incorrect behaviour. This change fixes that to identify SplitterPanel component only for such purpose. * fix formatting * fix formatting
…aces#8454) * Docs: clarify locale precedence when using PrimeReactProvider * Docs: format locale setup documentation * Fix OrganizationChart connector layout for large child counts * style: format OrganizationChartNode with Prettier * style: fix ESLint padding rules in OrganizationChartNode
…rimefaces#8457) * Fix Calendar showing value when controlled state is not updated * Fix lint issues in Calendar controlled value sync * Fix unstable updateInputfield dependency via ref * Fix: stabilize updateInputfield ref to satisfy hooks lint * Refactor useEffect for input field update --------- Co-authored-by: Melloware <mellowaredev@gmail.com>
* Fix Calendar showing value when controlled state is not updated * Fix lint issues in Calendar controlled value sync * Fix unstable updateInputfield dependency via ref * Fix: stabilize updateInputfield ref to satisfy hooks lint * Fix Calendar mask not firing onInput event * Fix lint: add padding line in Calendar updateValueOnInput * Fix lint: add padding line in Calendar updateValueOnInput * Refactor useEffect for value updates in Calendar.js * Remove unnecessary line in Calendar.js --------- Co-authored-by: Melloware <mellowaredev@gmail.com>
…es#8459) * docs(Calendar): fix first-click issue with SSR-safe appendTo * style(docs): format calendar basic demo with Prettier
…primefaces#8409) Co-authored-by: Roland THIOLLIERE <rthiolliere@medelpharm.com>
Contributor
Author
Member
|
someting looks wrong with this PR. |
Contributor
Author
Closing this PR — the branch was incorrectly based. |
Contributor
Author
I checked the v11 branch and the DocComponent used on master no longer exists there. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #8462 to the v11 branch.