Skip to content

Commit

Permalink
PF 14.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Oct 22, 2024
1 parent 747c1c3 commit 5bb0410
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 48 deletions.
38 changes: 25 additions & 13 deletions generator/src/data/primefaces/primefaces-14.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -17364,31 +17364,31 @@
"type": "java.lang.String"
},
{
"description": "",
"description": "Disables the component when set to true.",
"name": "disabled",
"required": "false",
"type": "java.lang.Boolean"
},
{
"description": "",
"description": "User presentable name of the component.",
"name": "label",
"required": "false",
"type": "java.lang.String"
},
{
"description": "",
"description": "Client side callback to execute when value changes.",
"name": "onchange",
"required": "false",
"type": "java.lang.String"
},
{
"description": "",
"description": "Inline style of the component.",
"name": "style",
"required": "false",
"type": "java.lang.String"
},
{
"description": "",
"description": "Style class of the component.",
"name": "styleClass",
"required": "false",
"type": "java.lang.String"
Expand Down Expand Up @@ -17507,6 +17507,12 @@
"required": "false",
"type": "java.lang.String"
},
{
"description": "Label to be shown in updateLabel mode when one or more items are selected. If not set the label is shown.",
"name": "selectedLabel",
"required": "false",
"type": "java.lang.Boolean"
},
{
"description": "Label to be shown in updateLabel mode when one or more items are selected. If not set the label is shown.",
"name": "multipleLabel",
Expand Down Expand Up @@ -18408,11 +18414,17 @@
"type": "java.lang.String"
},
{
"description": "",
"description": "Flag indicating whether the component should be disabled.",
"name": "disabled",
"required": "false",
"type": "boolean"
},
{
"description": "Flag indicating that this input element will prevent changes by the user.",
"name": "readonly",
"required": "false",
"type": "boolean"
},
{
"description": "Always display the 'label' value instead of the selected item label. Default is false.",
"name": "alwaysDisplayLabel",
Expand All @@ -18432,19 +18444,19 @@
"type": "boolean"
},
{
"description": "",
"description": "Client side callback to execute when the value changes.",
"name": "onchange",
"required": "false",
"type": "java.lang.String"
},
{
"description": "",
"description": "Inline style of the component.",
"name": "style",
"required": "false",
"type": "java.lang.String"
},
{
"description": "",
"description": "Style class of the component.",
"name": "styleClass",
"required": "false",
"type": "java.lang.String"
Expand Down Expand Up @@ -18474,25 +18486,25 @@
"type": "java.lang.String"
},
{
"description": "",
"description": "Position of the element in the tabbing order.",
"name": "tabindex",
"required": "false",
"type": "java.lang.String"
},
{
"description": "",
"description": "When true, allows the user to edit the dropdown value by typing directly into the input field.",
"name": "editable",
"required": "false",
"type": "java.lang.Boolean"
},
{
"description": "",
"description": "Client side callback to execute when a key is pressed down.",
"name": "onkeydown",
"required": "false",
"type": "java.lang.String"
},
{
"description": "",
"description": "Client side callback to execute when a key is released.",
"name": "onkeyup",
"required": "false",
"type": "java.lang.String"
Expand Down
24 changes: 2 additions & 22 deletions generator/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const tagLibsFromXml = [
},
{
version: '14.0.0',
url: 'https://raw.githubusercontent.com/primefaces-extensions/primefaces-extensions/14.0.5/core/src/main/resources/META-INF/primefaces-extensions.taglib.xml'
url: 'https://raw.githubusercontent.com/primefaces-extensions/primefaces-extensions/14.0.6/core/src/main/resources/META-INF/primefaces-extensions.taglib.xml'
}
]
},
Expand Down Expand Up @@ -54,7 +54,7 @@ const tagLibsFromXml = [
},
{
version: '14.0.0',
url: 'https://raw.githubusercontent.com/primefaces/primefaces/14.0.5/primefaces/src/main/resources/META-INF/primefaces.taglib.xml'
url: 'https://raw.githubusercontent.com/primefaces/primefaces/14.0.6/primefaces/src/main/resources/META-INF/primefaces.taglib.xml'
}
]
},
Expand All @@ -79,10 +79,6 @@ const tagLibsFromXml = [
{
version: '4.0',
url: 'https://raw.githubusercontent.com/eclipse-ee4j/mojarra/4.0/impl/src/main/resources/com/sun/faces/metadata/taglib/tags.core.taglib.xml'
},
{
version: '5.0',
url: 'https://raw.githubusercontent.com/eclipse-ee4j/mojarra/master/impl/src/main/resources/com/sun/faces/metadata/taglib/tags.core.taglib.xml'
}
]
},
Expand All @@ -93,10 +89,6 @@ const tagLibsFromXml = [
{
version: '4.0',
url: 'https://raw.githubusercontent.com/eclipse-ee4j/mojarra/4.0/impl/src/main/resources/com/sun/faces/metadata/taglib/faces.core.taglib.xml'
},
{
version: '5.0',
url: 'https://raw.githubusercontent.com/eclipse-ee4j/mojarra/master/impl/src/main/resources/com/sun/faces/metadata/taglib/faces.core.taglib.xml'
}
]
},
Expand All @@ -107,10 +99,6 @@ const tagLibsFromXml = [
{
version: '4.0',
url: 'https://raw.githubusercontent.com/eclipse-ee4j/mojarra/4.0/impl/src/main/resources/com/sun/faces/metadata/taglib/faces.facelets.taglib.xml'
},
{
version: '5.0',
url: 'https://raw.githubusercontent.com/eclipse-ee4j/mojarra/master/impl/src/main/resources/com/sun/faces/metadata/taglib/faces.facelets.taglib.xml'
}
]
},
Expand All @@ -121,10 +109,6 @@ const tagLibsFromXml = [
{
version: '4.0',
url: 'https://raw.githubusercontent.com/eclipse-ee4j/mojarra/4.0/impl/src/main/resources/com/sun/faces/metadata/taglib/faces.composite.taglib.xml'
},
{
version: '5.0',
url: 'https://raw.githubusercontent.com/eclipse-ee4j/mojarra/master/impl/src/main/resources/com/sun/faces/metadata/taglib/faces.composite.taglib.xml'
}
]
},
Expand All @@ -135,10 +119,6 @@ const tagLibsFromXml = [
{
version: '4.0',
url: 'https://raw.githubusercontent.com/eclipse-ee4j/mojarra/4.0/impl/src/main/resources/com/sun/faces/metadata/taglib/faces.html.taglib.xml'
},
{
version: '5.0',
url: 'https://raw.githubusercontent.com/eclipse-ee4j/mojarra/master/impl/src/main/resources/com/sun/faces/metadata/taglib/faces.html.taglib.xml'
}
]
}
Expand Down
38 changes: 25 additions & 13 deletions src/parse-engines/data/primefaces/primefaces-14.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -17364,31 +17364,31 @@
"type": "java.lang.String"
},
{
"description": "",
"description": "Disables the component when set to true.",
"name": "disabled",
"required": "false",
"type": "java.lang.Boolean"
},
{
"description": "",
"description": "User presentable name of the component.",
"name": "label",
"required": "false",
"type": "java.lang.String"
},
{
"description": "",
"description": "Client side callback to execute when value changes.",
"name": "onchange",
"required": "false",
"type": "java.lang.String"
},
{
"description": "",
"description": "Inline style of the component.",
"name": "style",
"required": "false",
"type": "java.lang.String"
},
{
"description": "",
"description": "Style class of the component.",
"name": "styleClass",
"required": "false",
"type": "java.lang.String"
Expand Down Expand Up @@ -17507,6 +17507,12 @@
"required": "false",
"type": "java.lang.String"
},
{
"description": "Label to be shown in updateLabel mode when one or more items are selected. If not set the label is shown.",
"name": "selectedLabel",
"required": "false",
"type": "java.lang.Boolean"
},
{
"description": "Label to be shown in updateLabel mode when one or more items are selected. If not set the label is shown.",
"name": "multipleLabel",
Expand Down Expand Up @@ -18408,11 +18414,17 @@
"type": "java.lang.String"
},
{
"description": "",
"description": "Flag indicating whether the component should be disabled.",
"name": "disabled",
"required": "false",
"type": "boolean"
},
{
"description": "Flag indicating that this input element will prevent changes by the user.",
"name": "readonly",
"required": "false",
"type": "boolean"
},
{
"description": "Always display the 'label' value instead of the selected item label. Default is false.",
"name": "alwaysDisplayLabel",
Expand All @@ -18432,19 +18444,19 @@
"type": "boolean"
},
{
"description": "",
"description": "Client side callback to execute when the value changes.",
"name": "onchange",
"required": "false",
"type": "java.lang.String"
},
{
"description": "",
"description": "Inline style of the component.",
"name": "style",
"required": "false",
"type": "java.lang.String"
},
{
"description": "",
"description": "Style class of the component.",
"name": "styleClass",
"required": "false",
"type": "java.lang.String"
Expand Down Expand Up @@ -18474,25 +18486,25 @@
"type": "java.lang.String"
},
{
"description": "",
"description": "Position of the element in the tabbing order.",
"name": "tabindex",
"required": "false",
"type": "java.lang.String"
},
{
"description": "",
"description": "When true, allows the user to edit the dropdown value by typing directly into the input field.",
"name": "editable",
"required": "false",
"type": "java.lang.Boolean"
},
{
"description": "",
"description": "Client side callback to execute when a key is pressed down.",
"name": "onkeydown",
"required": "false",
"type": "java.lang.String"
},
{
"description": "",
"description": "Client side callback to execute when a key is released.",
"name": "onkeyup",
"required": "false",
"type": "java.lang.String"
Expand Down

0 comments on commit 5bb0410

Please sign in to comment.