diff --git a/_data/wet-boew.json b/_data/wet-boew.json
index bd4ce1bd3..08bdaf93d 100644
--- a/_data/wet-boew.json
+++ b/_data/wet-boew.json
@@ -671,6 +671,108 @@
]
}
}
+,{
+ "@context": {
+ "@version": 1.1,
+ "dct": "http://purl.org/dc/terms/",
+ "title": { "@id": "dct:title", "@container": "@language" },
+ "description": { "@id": "dct:description", "@container": "@language" },
+ "modified": "dct:modified"
+ },
+ "title": {
+ "en": "json-fetch",
+ "fr": "json-fetch"
+ },
+ "description": {
+ "en": "Handles JSON data fetching and triggers events for success or failure.",
+ "fr": "Gère la récupération de données JSON et déclenche des événements pour le succès ou l'échec."
+ },
+ "modified": "2024-08-01",
+ "componentName": "json-fetch",
+ "status": "stable",
+ "pages": {
+ "examples": [
+ {
+ "title": "JSON fetch",
+ "language": "en",
+ "path": "./json-fetch-en.html"
+ },
+ {
+ "title": "JSON fetch",
+ "language": "fr",
+ "path": "./json-fetch-fr.html"
+ }
+ ]
+ }
+}
+,{
+ "@context": {
+ "@version": 1.1,
+ "dct": "http://purl.org/dc/terms/",
+ "title": { "@id": "dct:title", "@container": "@language" },
+ "description": { "@id": "dct:description", "@container": "@language" },
+ "modified": "dct:modified"
+ },
+ "title": {
+ "en": "NavCurrent",
+ "fr": "NavCurrent"
+ },
+ "description": {
+ "en": "Identifies URLs in a navigation system that match the current page URL or a URL in the breadcrumb trail.",
+ "fr": "Identifie les URL dans un système de navigation qui correspondent à l'URL de la page actuelle ou à une URL dans le fil d'Ariane."
+ },
+ "modified": "2024-08-01",
+ "componentName": "wb-navcurr",
+ "status": "stable",
+ "pages": {
+ "examples": [
+ {
+ "title": "NavCurrent",
+ "language": "en",
+ "path": "./navcurrent-en.html"
+ },
+ {
+ "title": "NavCurrent",
+ "language": "fr",
+ "path": "./navcurrent-fr.html"
+ }
+ ]
+ }
+}
+,{
+ "@context": {
+ "@version": 1.1,
+ "dct": "http://purl.org/dc/terms/",
+ "title": { "@id": "dct:title", "@container": "@language" },
+ "description": { "@id": "dct:description", "@container": "@language" },
+ "modified": "dct:modified"
+ },
+ "title": {
+ "en": "Resize",
+ "fr": "Resize"
+ },
+ "description": {
+ "en": "Handles text and window resizing events, and triggers events based on changes in text size, window width, and window height.",
+ "fr": "Gère les événements de redimensionnement du texte et de la fenêtre, et déclenche des événements basés sur les changements de taille du texte, de la largeur et de la hauteur de la fenêtre."
+ },
+ "modified": "2024-08-01",
+ "componentName": "wb-rsz",
+ "status": "stable",
+ "pages": {
+ "examples": [
+ {
+ "title": "Resize",
+ "language": "en",
+ "path": "./resize-en.html"
+ },
+ {
+ "title": "Resize",
+ "language": "fr",
+ "path": "./resize-fr.html"
+ }
+ ]
+ }
+}
,{
"@context": {
"@version": 1.1,
@@ -843,6 +945,40 @@
]
}
}
+,{
+ "@context": {
+ "@version": 1.1,
+ "dct": "http://purl.org/dc/terms/",
+ "title": { "@id": "dct:title", "@container": "@language" },
+ "description": { "@id": "dct:description", "@container": "@language" },
+ "modified": "dct:modified"
+ },
+ "title": {
+ "en": "wb-focus",
+ "fr": "wb-focus"
+ },
+ "description": {
+ "en": "A user-agent safe method for assigning focus to an element.",
+ "fr": "Méthode sécurisée pour assigner le focus à un élément."
+ },
+ "modified": "2024-08-01",
+ "componentName": "wb-focus",
+ "status": "stable",
+ "pages": {
+ "examples": [
+ {
+ "title": "wb-focus",
+ "language": "en",
+ "path": "./wb-focus-en.html"
+ },
+ {
+ "title": "wb-focus",
+ "language": "fr",
+ "path": "./wb-focus-fr.html"
+ }
+ ]
+ }
+}
,{
"@context": {
"@version": 1.1,
diff --git a/wet-boew/ajax-fetch/ajax-fetch-en.html b/wet-boew/ajax-fetch/ajax-fetch-en.html
index 51b8d8d10..0624214be 100644
--- a/wet-boew/ajax-fetch/ajax-fetch-en.html
+++ b/wet-boew/ajax-fetch/ajax-fetch-en.html
@@ -8,25 +8,25 @@
}
---
The ajax-fetch component in WET-BOEW handles Ajax requests by triggering an event, processing the request, and triggering custom events for success or failure to facilitate response handling. The component defines the following events:
- - ajax-fetch.wb: Triggered to initiate an Ajax request based on the provided options.
- - ajax-fetched.wb: Triggered when the Ajax request is successfully completed, containing the response data and other relevant information.
- - ajax-failed.wb: Triggered when the Ajax request fails, containing the error information and the status of the failed request.
+ - ajax-fetch.wb: Triggered to initiate an Ajax request based on the provided options.
+ - ajax-fetched.wb: Triggered when the Ajax request is successfully completed, containing the response data and other relevant information.
+ - ajax-failed.wb: Triggered when the Ajax request fails, containing the error information and the status of the failed request.
It is used in the following components:
diff --git a/wet-boew/ajax-fetch/ajax-fetch-fr.html b/wet-boew/ajax-fetch/ajax-fetch-fr.html
index 6d042fc0d..aaaad2f3d 100644
--- a/wet-boew/ajax-fetch/ajax-fetch-fr.html
+++ b/wet-boew/ajax-fetch/ajax-fetch-fr.html
@@ -8,25 +8,25 @@
}
---
Le composant ajax-fetch dans WET-BOEW gère les requêtes Ajax en déclenchant un événement pour initier la requête, en traitant la requête et en déclenchant des événements personnalisés pour le succès ou l'échec afin de faciliter le traitement des réponses. Le composant définit les événements suivants :
- - ajax-fetch.wb : Déclenché pour initier une requête Ajax basée sur les options fournies.
- - ajax-fetched.wb : Déclenché lorsque la requête Ajax est complétée avec succès, contenant les données de réponse et d'autres informations pertinentes.
- - ajax-failed.wb : Déclenché lorsque la requête Ajax échoue, contenant les informations sur l'erreur et le statut de la requête échouée.
+ - ajax-fetch.wb : Déclenché pour initier une requête Ajax basée sur les options fournies.
+ - ajax-fetched.wb : Déclenché lorsque la requête Ajax est complétée avec succès, contenant les données de réponse et d'autres informations pertinentes.
+ - ajax-failed.wb : Déclenché lorsque la requête Ajax échoue, contenant les informations sur l'erreur et le statut de la requête échouée.
Il est utilisé dans les composants suivants :
diff --git a/wet-boew/json-fetch/json-fetch-en.html b/wet-boew/json-fetch/json-fetch-en.html
index 43203364a..9f428974e 100644
--- a/wet-boew/json-fetch/json-fetch-en.html
+++ b/wet-boew/json-fetch/json-fetch-en.html
@@ -8,21 +8,21 @@
}
---
The json-fetch component in WET-BOEW manages JSON data retrieval by triggering events to start the fetch operation, process the data, and handle responses. It defines custom events to signal the success or failure of the fetch operation, and can also handle dataset names via the wb-jsonpatch plugin. The component defines the following events:
- - json-fetch.wb: Triggered to initiate a JSON fetch operation.
- - json-fetched.wb: Triggered when a JSON fetch is successful, providing the fetched response and other related data.
- - json-failed.wb: Triggered when a JSON fetch fails, providing error information and status details.
- - postpone.wb-jsonmanager: Triggered to postpone handling if a dataset name is encountered, allowing the wb-jsonpatch plugin to manage it.
+ - json-fetch.wb: Triggered to initiate a JSON fetch operation.
+ - json-fetched.wb: Triggered when a JSON fetch is successful, providing the fetched response and other related data.
+ - json-failed.wb: Triggered when a JSON fetch fails, providing error information and status details.
+ - postpone.wb-jsonmanager: Triggered to postpone handling if a dataset name is encountered, allowing the wb-jsonpatch plugin to manage it.
It is used in the following components:
diff --git a/wet-boew/json-fetch/json-fetch-fr.html b/wet-boew/json-fetch/json-fetch-fr.html
index 0a99c6265..a327b02c5 100644
--- a/wet-boew/json-fetch/json-fetch-fr.html
+++ b/wet-boew/json-fetch/json-fetch-fr.html
@@ -8,21 +8,21 @@
}
---
Le composant json-fetch dans WET-BOEW gère la récupération des données JSON en déclenchant des événements pour démarrer l'opération de récupération, traiter les données et gérer les réponses. Il définit des événements personnalisés pour signaler le succès ou l'échec de l'opération de récupération, et peut également gérer les noms de jeux de données via le plugin wb-jsonpatch. Le composant définit les événements suivants :
- - json-fetch.wb : Déclenché pour initier une opération de récupération JSON.
- - json-fetched.wb : Déclenché lorsque la récupération JSON est réussie, fournissant la réponse récupérée et d'autres données connexes.
- - json-failed.wb : Déclenché lorsque la récupération JSON échoue, fournissant des informations sur l'erreur et des détails sur le statut.
- - postpone.wb-jsonmanager : Déclenché pour reporter le traitement si un nom de jeu de données est rencontré, permettant au plugin wb-jsonpatch de le gérer.
+ - json-fetch.wb : Déclenché pour initier une opération de récupération JSON.
+ - json-fetched.wb : Déclenché lorsque la récupération JSON est réussie, fournissant la réponse récupérée et d'autres données connexes.
+ - json-failed.wb : Déclenché lorsque la récupération JSON échoue, fournissant des informations sur l'erreur et des détails sur le statut.
+ - postpone.wb-jsonmanager : Déclenché pour reporter le traitement si un nom de jeu de données est rencontré, permettant au plugin wb-jsonpatch de le gérer.
Il est utilisé dans les composants suivants :
diff --git a/wet-boew/navcurrent/index.json-ld b/wet-boew/navcurrent/index.json-ld
new file mode 100644
index 000000000..455d2f324
--- /dev/null
+++ b/wet-boew/navcurrent/index.json-ld
@@ -0,0 +1,34 @@
+{
+ "@context": {
+ "@version": 1.1,
+ "dct": "http://purl.org/dc/terms/",
+ "title": { "@id": "dct:title", "@container": "@language" },
+ "description": { "@id": "dct:description", "@container": "@language" },
+ "modified": "dct:modified"
+ },
+ "title": {
+ "en": "NavCurrent",
+ "fr": "NavCurrent"
+ },
+ "description": {
+ "en": "Identifies URLs in a navigation system that match the current page URL or a URL in the breadcrumb trail.",
+ "fr": "Identifie les URL dans un système de navigation qui correspondent à l'URL de la page actuelle ou à une URL dans le fil d'Ariane."
+ },
+ "modified": "2024-08-01",
+ "componentName": "wb-navcurr",
+ "status": "stable",
+ "pages": {
+ "examples": [
+ {
+ "title": "NavCurrent",
+ "language": "en",
+ "path": "./navcurrent-en.html"
+ },
+ {
+ "title": "NavCurrent",
+ "language": "fr",
+ "path": "./navcurrent-fr.html"
+ }
+ ]
+ }
+}
diff --git a/wet-boew/navcurrent/navcurrent-en.html b/wet-boew/navcurrent/navcurrent-en.html
new file mode 100644
index 000000000..1764b60ed
--- /dev/null
+++ b/wet-boew/navcurrent/navcurrent-en.html
@@ -0,0 +1,25 @@
+---
+{
+ "title": "NavCurrent",
+ "language": "en",
+ "description": "Identifies URLs in a navigation system that match the current page URL or a URL in the breadcrumb trail.",
+ "altLangPage": "wb-navcurr-fr.html",
+ "dateModified": "2024-08-01"
+}
+---
+
+
+
+The wb-navcurr component in WET-BOEW identifies URLs in a navigation system that match the current page URL or a URL in the breadcrumb trail. It triggers a custom event to apply the "current" state to the matching navigation item. The component defines the following events:
+
+
+ - navcurr.wb: Triggered to identify and mark the navigation item that matches the current page URL or breadcrumb trail URL.
+
+
+It is used in the following components:
+
+
diff --git a/wet-boew/navcurrent/navcurrent-fr.html b/wet-boew/navcurrent/navcurrent-fr.html
new file mode 100644
index 000000000..12ce12155
--- /dev/null
+++ b/wet-boew/navcurrent/navcurrent-fr.html
@@ -0,0 +1,25 @@
+---
+{
+ "title": "NavCurrent",
+ "language": "fr",
+ "description": "Identifie les URL dans un système de navigation qui correspondent à l'URL de la page actuelle ou à une URL dans le fil d'Ariane.",
+ "altLangPage": "wb-navcurr-en.html",
+ "dateModified": "2024-08-01"
+}
+---
+
+
+
+Le composant wb-navcurr dans WET-BOEW identifie les URL dans un système de navigation qui correspondent à l'URL de la page actuelle ou à une URL dans le fil d'Ariane. Il déclenche un événement personnalisé pour appliquer l'état "actuel" à l'élément de navigation correspondant. Le composant définit l'événement suivant :
+
+
+ - navcurr.wb : Déclenché pour identifier et marquer l'élément de navigation qui correspond à l'URL de la page actuelle ou à l'URL du fil d'Ariane.
+
+
+Il est utilisé dans les composants suivants :
+
+
diff --git a/wet-boew/resize/index.json-ld b/wet-boew/resize/index.json-ld
new file mode 100644
index 000000000..f1e9df0b2
--- /dev/null
+++ b/wet-boew/resize/index.json-ld
@@ -0,0 +1,34 @@
+{
+ "@context": {
+ "@version": 1.1,
+ "dct": "http://purl.org/dc/terms/",
+ "title": { "@id": "dct:title", "@container": "@language" },
+ "description": { "@id": "dct:description", "@container": "@language" },
+ "modified": "dct:modified"
+ },
+ "title": {
+ "en": "Resize",
+ "fr": "Resize"
+ },
+ "description": {
+ "en": "Handles text and window resizing events, and triggers events based on changes in text size, window width, and window height.",
+ "fr": "Gère les événements de redimensionnement du texte et de la fenêtre, et déclenche des événements basés sur les changements de taille du texte, de la largeur et de la hauteur de la fenêtre."
+ },
+ "modified": "2024-08-01",
+ "componentName": "wb-rsz",
+ "status": "stable",
+ "pages": {
+ "examples": [
+ {
+ "title": "Resize",
+ "language": "en",
+ "path": "./resize-en.html"
+ },
+ {
+ "title": "Resize",
+ "language": "fr",
+ "path": "./resize-fr.html"
+ }
+ ]
+ }
+}
diff --git a/wet-boew/resize/resize-en.html b/wet-boew/resize/resize-en.html
new file mode 100644
index 000000000..7c24f4bff
--- /dev/null
+++ b/wet-boew/resize/resize-en.html
@@ -0,0 +1,31 @@
+---
+{
+ "title": "Resize",
+ "language": "en",
+ "description": "Handles text and window resizing events, and triggers events based on changes in text size, window width, and window height.",
+ "altLangPage": "wb-rsz-fr.html",
+ "dateModified": "2024-08-01"
+}
+---
+
+
+
+The wb-rsz component in WET-BOEW manages text and window resizing events by monitoring changes in text size, window width, and window height. It triggers specific events when changes are detected to facilitate responsive design. The component defines the following events:
+
+
+ - txt-rsz.wb: Triggered when text size changes.
+ - win-rsz-width.wb: Triggered when the window width changes.
+ - win-rsz-height.wb: Triggered when the window height changes.
+
+
+It is used in the following components:
+
+
diff --git a/wet-boew/resize/resize-fr.html b/wet-boew/resize/resize-fr.html
new file mode 100644
index 000000000..cbbf38521
--- /dev/null
+++ b/wet-boew/resize/resize-fr.html
@@ -0,0 +1,31 @@
+---
+{
+ "title": "Resize",
+ "language": "fr",
+ "description": "Gère les événements de redimensionnement du texte et de la fenêtre, et déclenche des événements basés sur les changements de taille du texte, de la largeur et de la hauteur de la fenêtre.",
+ "altLangPage": "wb-rsz-en.html",
+ "dateModified": "2024-08-01"
+}
+---
+
+
+
+Le composant wb-rsz dans WET-BOEW gère les événements de redimensionnement du texte et de la fenêtre en surveillant les changements de taille du texte, de largeur et de hauteur de la fenêtre. Il déclenche des événements spécifiques lorsque des changements sont détectés pour faciliter le design réactif. Le composant définit les événements suivants :
+
+
+ - txt-rsz.wb : Déclenché lorsque la taille du texte change.
+ - win-rsz-width.wb : Déclenché lorsque la largeur de la fenêtre change.
+ - win-rsz-height.wb : Déclenché lorsque la hauteur de la fenêtre change.
+
+
+Il est utilisé dans les composants suivants :
+
+
diff --git a/wet-boew/wb-focus/index.json-ld b/wet-boew/wb-focus/index.json-ld
new file mode 100644
index 000000000..c92748fe6
--- /dev/null
+++ b/wet-boew/wb-focus/index.json-ld
@@ -0,0 +1,34 @@
+{
+ "@context": {
+ "@version": 1.1,
+ "dct": "http://purl.org/dc/terms/",
+ "title": { "@id": "dct:title", "@container": "@language" },
+ "description": { "@id": "dct:description", "@container": "@language" },
+ "modified": "dct:modified"
+ },
+ "title": {
+ "en": "wb-focus",
+ "fr": "wb-focus"
+ },
+ "description": {
+ "en": "A user-agent safe method for assigning focus to an element.",
+ "fr": "Méthode sécurisée pour assigner le focus à un élément."
+ },
+ "modified": "2024-08-01",
+ "componentName": "wb-focus",
+ "status": "stable",
+ "pages": {
+ "examples": [
+ {
+ "title": "wb-focus",
+ "language": "en",
+ "path": "./wb-focus-en.html"
+ },
+ {
+ "title": "wb-focus",
+ "language": "fr",
+ "path": "./wb-focus-fr.html"
+ }
+ ]
+ }
+}
diff --git a/wet-boew/wb-focus/wb-focus-en.html b/wet-boew/wb-focus/wb-focus-en.html
new file mode 100644
index 000000000..bad90cd97
--- /dev/null
+++ b/wet-boew/wb-focus/wb-focus-en.html
@@ -0,0 +1,37 @@
+---
+{
+ "title": "Focus",
+ "language": "en",
+ "description": "A user-agent safe method for assigning focus to an element.",
+ "altLangPage": "wb-focus-fr.html",
+ "dateModified": "2024-08-01"
+}
+---
+
+
+
+The wb-focus component in WET-BOEW provides a user-agent safe method for assigning focus to an element. It handles elements that may be hidden in collapsible panels or tab elements and manages hash changes in the URL to ensure that focus is correctly assigned even after a page load or hash change.
+
+The component defines the following event:
+
+
+ - setfocus.wb: Triggered to assign focus to an element. It opens any closed ancestor elements if necessary and ensures the element is focusable before setting the focus.
+
+
+It is used in the following components:
+
+
diff --git a/wet-boew/wb-focus/wb-focus-fr.html b/wet-boew/wb-focus/wb-focus-fr.html
new file mode 100644
index 000000000..c391850d1
--- /dev/null
+++ b/wet-boew/wb-focus/wb-focus-fr.html
@@ -0,0 +1,37 @@
+---
+{
+ "title": "Focus",
+ "language": "fr",
+ "description": "Méthode sécurisée pour assigner le focus à un élément.",
+ "altLangPage": "wb-focus-en.html",
+ "dateModified": "2024-08-01"
+}
+---
+
+
+
+Le composant wb-focus dans WET-BOEW fournit une méthode sécurisée pour attribuer le focus à un élément. Il prend en charge les éléments qui peuvent être cachés dans des panneaux repliables ou des éléments de tabulation et gère les changements de hash dans l'URL pour s'assurer que le focus est correctement assigné même après un chargement de page ou un changement de hash.
+
+Le composant définit les événements suivants :
+
+
+ - setfocus.wb : Déclenché pour attribuer le focus à un élément. Il ouvre les éléments fermés parents si nécessaire et s'assure que l'élément est focusable avant d'y attribuer le focus.
+
+
+Il est utilisé dans les composants suivants :
+
+