You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/showcase/public/llms/components.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"version": "1.0.0",
3
-
"generatedAt": "2026-01-30",
3
+
"generatedAt": "2026-02-03",
4
4
"components": [
5
5
{
6
6
"name": "accordion",
@@ -16926,7 +16926,7 @@
16926
16926
{
16927
16927
"id": "accessibility",
16928
16928
"label": "Accessibility",
16929
-
"description": "Screen Reader InputMask component renders a native input element that implicitly includes any passed prop. Value to describe the component can either be provided via label tag combined with id prop or using ariaLabelledBy , ariaLabel props.",
16929
+
"description": "Screen Reader InputMask directive is used with a native input element that implicitly includes any passed attribute. Value to describe the component can either be provided via label tag combined with id attribute or using aria-labelledby , aria-label attributes.",
Copy file name to clipboardExpand all lines: apps/showcase/public/llms/components/inputmask.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ InputMask component is used to enter input in a certain format such as numeric,
4
4
5
5
## Accessibility
6
6
7
-
Screen Reader InputMask component renders a native input element that implicitly includes any passed prop. Value to describe the component can either be provided via label tag combined with id prop or using ariaLabelledBy , ariaLabel props.
7
+
Screen Reader InputMask directive is used with a native input element that implicitly includes any passed attribute. Value to describe the component can either be provided via label tag combined with id attribute or using aria-labelledby , aria-label attributes.
Copy file name to clipboardExpand all lines: apps/showcase/public/llms/llms-full.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# PrimeNG Documentation
2
2
3
-
Generated: 2026-01-30
3
+
Generated: 2026-02-03
4
4
5
5
---
6
6
@@ -17782,7 +17782,7 @@ InputMask component is used to enter input in a certain format such as numeric,
17782
17782
17783
17783
## Accessibility
17784
17784
17785
-
Screen Reader InputMask component renders a native input element that implicitly includes any passed prop. Value to describe the component can either be provided via label tag combined with id prop or using ariaLabelledBy , ariaLabel props.
17785
+
Screen Reader InputMask directive is used with a native input element that implicitly includes any passed attribute. Value to describe the component can either be provided via label tag combined with id attribute or using aria-labelledby , aria-label attributes.
17786
17786
17787
17787
**Example:**
17788
17788
@@ -26245,7 +26245,7 @@ Panel is a container with the optional content toggle feature.
Copy file name to clipboardExpand all lines: packages/mcp/data/components.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"version": "1.0.0",
3
-
"generatedAt": "2026-01-30",
3
+
"generatedAt": "2026-02-03",
4
4
"components": [
5
5
{
6
6
"name": "accordion",
@@ -16926,7 +16926,7 @@
16926
16926
{
16927
16927
"id": "accessibility",
16928
16928
"label": "Accessibility",
16929
-
"description": "Screen Reader InputMask component renders a native input element that implicitly includes any passed prop. Value to describe the component can either be provided via label tag combined with id prop or using ariaLabelledBy , ariaLabel props.",
16929
+
"description": "Screen Reader InputMask directive is used with a native input element that implicitly includes any passed attribute. Value to describe the component can either be provided via label tag combined with id attribute or using aria-labelledby , aria-label attributes.",
0 commit comments