From 5bb0410f8082cd546c8fb4b3956c146835f7c2b4 Mon Sep 17 00:00:00 2001 From: melloware Date: Tue, 22 Oct 2024 16:26:58 -0400 Subject: [PATCH] PF 14.0.6 --- .../data/primefaces/primefaces-14.0.0.json | 38 ++++++++++++------- generator/src/index.ts | 24 +----------- .../data/primefaces/primefaces-14.0.0.json | 38 ++++++++++++------- 3 files changed, 52 insertions(+), 48 deletions(-) diff --git a/generator/src/data/primefaces/primefaces-14.0.0.json b/generator/src/data/primefaces/primefaces-14.0.0.json index 871a7eb..74b95e2 100644 --- a/generator/src/data/primefaces/primefaces-14.0.0.json +++ b/generator/src/data/primefaces/primefaces-14.0.0.json @@ -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" @@ -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", @@ -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", @@ -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" @@ -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" diff --git a/generator/src/index.ts b/generator/src/index.ts index f72284b..7c4b3ce 100644 --- a/generator/src/index.ts +++ b/generator/src/index.ts @@ -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' } ] }, @@ -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' } ] }, @@ -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' } ] }, @@ -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' } ] }, @@ -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' } ] }, @@ -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' } ] }, @@ -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' } ] } diff --git a/src/parse-engines/data/primefaces/primefaces-14.0.0.json b/src/parse-engines/data/primefaces/primefaces-14.0.0.json index 871a7eb..74b95e2 100644 --- a/src/parse-engines/data/primefaces/primefaces-14.0.0.json +++ b/src/parse-engines/data/primefaces/primefaces-14.0.0.json @@ -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" @@ -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", @@ -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", @@ -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" @@ -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"