typedoc 0.28.18 → 0.28.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -13
- package/dist/browser-locales/fr.d.ts +2 -0
- package/dist/browser-locales/fr.js +62 -0
- package/dist/lib/converter/comments/discovery.js +4 -0
- package/dist/lib/internationalization/locales/fr.cjs +347 -0
- package/dist/lib/internationalization/locales/fr.d.cts +346 -0
- package/dist/lib/models/Comment.js +4 -4
- package/dist/lib/models/FileRegistry.d.ts +1 -1
- package/dist/lib/output/plugins/IconsPlugin.js +5 -1
- package/dist/lib/output/router.d.ts +1 -0
- package/dist/lib/output/router.js +13 -11
- package/dist/lib/utils/options/declaration.d.ts +1 -0
- package/dist/lib/utils/options/declaration.js +1 -0
- package/dist/lib/utils-common/jsx.elements.d.ts +16 -0
- package/package.json +9 -9
- package/static/main.js +3 -3
- package/typedoc-config.schema.json +1 -0
|
@@ -0,0 +1,346 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
loaded_multiple_times_0: "TypeDoc a été chargé plusieurs fois. Cela est généralement dû à des plugins qui ont leur propre installation de TypeDoc. Les chemins chargés sont :\n\t{0}";
|
|
3
|
+
unsupported_ts_version_0: "Vous utilisez une version de TypeScript non supportée ! Si TypeDoc plante, c'est probablement pour cette raison. TypeDoc supporte {0}";
|
|
4
|
+
no_compiler_options_set: string;
|
|
5
|
+
loaded_plugin_0: "Plugin chargé {0}";
|
|
6
|
+
solution_not_supported_in_watch_mode: string;
|
|
7
|
+
strategy_not_supported_in_watch_mode: string;
|
|
8
|
+
file_0_changed_restarting: "Le fichier de configuration {0} a changé : redémarrage complet requis...";
|
|
9
|
+
file_0_changed_rebuilding: "Le fichier {0} a changé : reconstruction de la sortie...";
|
|
10
|
+
found_0_errors_and_1_warnings: "{0} erreurs et {1} avertissements trouvés";
|
|
11
|
+
output_0_could_not_be_generated: "La sortie {0} n'a pas pu être générée à cause des erreurs ci-dessus";
|
|
12
|
+
output_0_generated_at_1: "{0} généré à {1}";
|
|
13
|
+
no_entry_points_for_packages: string;
|
|
14
|
+
failed_to_find_packages: string;
|
|
15
|
+
nested_packages_unsupported_0: "Le projet à {0} a entryPointStrategy défini sur packages, mais les packages imbriqués ne sont pas supportés";
|
|
16
|
+
package_option_0_should_be_specified_at_root: "L'option packageOptions définit l'option {0}, qui n'a d'effet qu'au niveau racine";
|
|
17
|
+
previous_error_occurred_when_reading_options_for_0: "L'erreur précédente s'est produite lors de la lecture des options pour le package à {0}";
|
|
18
|
+
converting_project_at_0: "Conversion du projet à {0}";
|
|
19
|
+
failed_to_convert_packages: string;
|
|
20
|
+
merging_converted_projects: string;
|
|
21
|
+
no_entry_points_to_merge: string;
|
|
22
|
+
entrypoint_did_not_match_files_0: "Le glob de point d'entrée {0} ne correspond à aucun fichier";
|
|
23
|
+
failed_to_parse_json_0: "Échec de l'analyse du fichier à {0} en tant que json";
|
|
24
|
+
failed_to_read_0_when_processing_document_tag_in_1: "Échec de la lecture du fichier {0} lors du traitement de la balise @document pour le commentaire dans {1}";
|
|
25
|
+
failed_to_read_0_when_processing_project_document: "Échec de la lecture du fichier {0} lors de l'ajout du document de projet";
|
|
26
|
+
failed_to_read_0_when_processing_document_child_in_1: "Échec de la lecture du fichier {0} lors du traitement des enfants du document dans {1}";
|
|
27
|
+
frontmatter_children_0_should_be_an_array_of_strings_or_object_with_string_values: "Les enfants frontmatter dans {0} doivent être un tableau de chaînes ou un objet avec des valeurs de chaîne";
|
|
28
|
+
converting_union_as_interface: string;
|
|
29
|
+
converting_0_as_class_requires_value_declaration: "La conversion de {0} en tant que classe nécessite une déclaration qui représente une valeur non-type";
|
|
30
|
+
converting_0_as_class_without_construct_signatures: "{0} est converti en tant que classe, mais n'a aucune signature de construction";
|
|
31
|
+
comment_for_0_should_not_contain_block_or_modifier_tags: "Le commentaire pour {0} ne devrait contenir aucune balise de bloc ou de modificateur";
|
|
32
|
+
symbol_0_has_multiple_declarations_with_comment: "{0} a plusieurs déclarations avec un commentaire. Un commentaire arbitraire sera utilisé";
|
|
33
|
+
comments_for_0_are_declared_at_1: "Les commentaires pour {0} sont déclarés à :\n\t{1}";
|
|
34
|
+
multiple_type_parameters_on_template_tag_unsupported: string;
|
|
35
|
+
failed_to_find_jsdoc_tag_for_name_0: "Échec de la recherche de la balise JSDoc pour {0} après l'analyse du commentaire, veuillez signaler un bug";
|
|
36
|
+
relative_path_0_is_not_a_file_and_will_not_be_copied_to_output: "Le chemin relatif {0} n'est pas un fichier et ne sera pas copié dans le répertoire de sortie";
|
|
37
|
+
inline_inheritdoc_should_not_appear_in_block_tag_in_comment_at_0: "Une balise @inheritDoc en ligne ne devrait pas apparaître dans une balise de bloc car elle ne sera pas traitée dans le commentaire à {0}";
|
|
38
|
+
at_most_one_remarks_tag_expected_in_comment_at_0: "Au plus une balise @remarks est attendue dans un commentaire, ignorance de toutes sauf la première dans le commentaire à {0}";
|
|
39
|
+
at_most_one_returns_tag_expected_in_comment_at_0: "Au plus une balise @returns est attendue dans un commentaire, ignorance de toutes sauf la première dans le commentaire à {0}";
|
|
40
|
+
at_most_one_inheritdoc_tag_expected_in_comment_at_0: "Au plus une balise @inheritDoc est attendue dans un commentaire, ignorance de toutes sauf la première dans le commentaire à {0}";
|
|
41
|
+
content_in_summary_overwritten_by_inheritdoc_in_comment_at_0: "Le contenu de la section résumé sera écrasé par la balise @inheritDoc dans le commentaire à {0}";
|
|
42
|
+
content_in_remarks_block_overwritten_by_inheritdoc_in_comment_at_0: "Le contenu du bloc @remarks sera écrasé par la balise @inheritDoc dans le commentaire à {0}";
|
|
43
|
+
example_tag_literal_name: string;
|
|
44
|
+
inheritdoc_tag_properly_capitalized: string;
|
|
45
|
+
treating_unrecognized_tag_0_as_modifier: "Traitement de la balise non reconnue {0} comme une balise de modificateur";
|
|
46
|
+
unmatched_closing_brace: string;
|
|
47
|
+
unescaped_open_brace_without_inline_tag: string;
|
|
48
|
+
unknown_block_tag_0: "Balise de bloc inconnue {0} rencontrée";
|
|
49
|
+
unknown_inline_tag_0: "Balise en ligne inconnue {0} rencontrée";
|
|
50
|
+
open_brace_within_inline_tag: string;
|
|
51
|
+
inline_tag_not_closed: string;
|
|
52
|
+
failed_to_resolve_link_to_0_in_comment_for_1: "Échec de la résolution du lien vers \"{0}\" dans le commentaire pour {1}";
|
|
53
|
+
failed_to_resolve_link_to_0_in_comment_for_1_may_have_meant_2: "Échec de la résolution du lien vers \"{0}\" dans le commentaire pour {1}. Vous vouliez peut-être \"{2}\"";
|
|
54
|
+
failed_to_resolve_link_to_0_in_readme_for_1: "Échec de la résolution du lien vers \"{0}\" dans le lisez-moi pour {1}";
|
|
55
|
+
failed_to_resolve_link_to_0_in_readme_for_1_may_have_meant_2: "Échec de la résolution du lien vers \"{0}\" dans le lisez-moi pour {1}. Vous vouliez peut-être \"{2}\"";
|
|
56
|
+
failed_to_resolve_link_to_0_in_document_1: "Échec de la résolution du lien vers \"{0}\" dans le document {1}";
|
|
57
|
+
failed_to_resolve_link_to_0_in_document_1_may_have_meant_2: "Échec de la résolution du lien vers \"{0}\" dans le document {1}. Vous vouliez peut-être \"{2}\"";
|
|
58
|
+
type_0_defined_in_1_is_referenced_by_2_but_not_included_in_docs: "{0}, défini dans {1}, est référencé par {2} mais n'est pas inclus dans la documentation";
|
|
59
|
+
reflection_0_kind_1_defined_in_2_does_not_have_any_documentation: "{0} ({1}), défini dans {2}, n'a aucune documentation";
|
|
60
|
+
invalid_intentionally_not_documented_names_0: "Les noms de réflexion qualifiés suivants ont été marqués comme intentionnellement non documentés, mais n'ont pas été référencés dans la documentation, ou ont été documentés :\n\t{0}";
|
|
61
|
+
invalid_intentionally_not_exported_symbols_0: "Les symboles suivants ont été marqués comme intentionnellement non exportés, mais n'ont pas été référencés dans la documentation, ou ont été exportés :\n\t{0}";
|
|
62
|
+
reflection_0_has_unused_mergeModuleWith_tag: "{0} a une balise @mergeModuleWith qui n'a pas pu être résolue";
|
|
63
|
+
reflection_0_links_to_1_with_text_2_but_resolved_to_3: "\"{0}\" lie vers \"{1}\" avec le texte \"{2}\" qui existe mais n'a pas de lien dans la documentation, liera vers \"{3}\" à la place.";
|
|
64
|
+
not_all_search_category_boosts_used_0: "Toutes les catégories spécifiées dans searchCategoryBoosts n'ont pas été utilisées dans la documentation. Les catégories inutilisées sont :\n\t{0}";
|
|
65
|
+
not_all_search_group_boosts_used_0: "Tous les groupes spécifiés dans searchGroupBoosts n'ont pas été utilisés dans la documentation. Les groupes inutilisés sont :\n\t{0}";
|
|
66
|
+
comment_for_0_includes_categoryDescription_for_1_but_no_child_in_group: "Le commentaire pour {0} inclut @categoryDescription pour \"{1}\", mais aucun enfant n'est placé dans cette catégorie";
|
|
67
|
+
comment_for_0_includes_groupDescription_for_1_but_no_child_in_group: "Le commentaire pour {0} inclut @groupDescription pour \"{1}\", mais aucun enfant n'est placé dans ce groupe";
|
|
68
|
+
label_0_for_1_cannot_be_referenced: "Le label \"{0}\" pour {1} ne peut pas être référencé avec une référence de déclaration. Les labels ne peuvent contenir que A-Z, 0-9 et _, et ne peuvent pas commencer par un nombre";
|
|
69
|
+
modifier_tag_0_is_mutually_exclusive_with_1_in_comment_for_2: "La balise de modificateur {0} est mutuellement exclusive avec {1} dans le commentaire pour {2}";
|
|
70
|
+
signature_0_has_unused_param_with_name_1: "La signature {0} a un @param avec le nom \"{1}\", qui n'est pas utilisé";
|
|
71
|
+
declaration_reference_in_inheritdoc_for_0_not_fully_parsed: "La référence de déclaration dans @inheritDoc pour {0} n'a pas été entièrement analysée et peut se résoudre incorrectement";
|
|
72
|
+
failed_to_find_0_to_inherit_comment_from_in_1: "Échec de la recherche de \"{0}\" pour hériter du commentaire dans le commentaire pour {1}";
|
|
73
|
+
reflection_0_tried_to_copy_comment_from_1_but_source_had_no_comment: "{0} a essayé de copier un commentaire de {1} avec @inheritDoc, mais la source n'a aucun commentaire associé";
|
|
74
|
+
inheritdoc_circular_inheritance_chain_0: "@inheritDoc spécifie une chaîne d'héritage circulaire : {0}";
|
|
75
|
+
provided_readme_at_0_could_not_be_read: "Le chemin README fourni, {0}, n'a pas pu être lu";
|
|
76
|
+
defaulting_project_name: string;
|
|
77
|
+
disable_git_set_but_not_source_link_template: string;
|
|
78
|
+
disable_git_set_and_git_revision_used: string;
|
|
79
|
+
git_remote_0_not_valid: "Le dépôt distant git fourni \"{0}\" n'est pas valide. Les liens sources seront cassés";
|
|
80
|
+
reflection_0_tried_to_merge_into_child_1: "La réflexion {0} a essayé d'utiliser @mergeModuleWith pour fusionner dans l'un de ses enfants : {1}";
|
|
81
|
+
custom_css_file_0_does_not_exist: "Le fichier CSS personnalisé à {0} n'existe pas";
|
|
82
|
+
custom_js_file_0_does_not_exist: "Le fichier JavaScript personnalisé à {0} n'existe pas";
|
|
83
|
+
unsupported_highlight_language_0_not_highlighted_in_comment_for_1: "La langue de coloration syntaxique non supportée {0} ne sera pas colorée dans le commentaire pour {1}";
|
|
84
|
+
unloaded_language_0_not_highlighted_in_comment_for_1: "Le bloc de code avec la langue {0} ne sera pas coloré dans le commentaire pour {1} car il n'est pas inclus dans l'option highlightLanguages";
|
|
85
|
+
yaml_frontmatter_not_an_object: string;
|
|
86
|
+
could_not_write_0: "Impossible d'écrire {0}";
|
|
87
|
+
could_not_empty_output_directory_0: "Impossible de vider le répertoire de sortie {0}";
|
|
88
|
+
could_not_create_output_directory_0: "Impossible de créer le répertoire de sortie {0}";
|
|
89
|
+
theme_0_is_not_defined_available_are_1: "Le thème '{0}' n'est pas défini. Les thèmes disponibles sont : {1}";
|
|
90
|
+
router_0_is_not_defined_available_are_1: "Le routeur '{0}' n'est pas défini. Les routeurs disponibles sont : {1}";
|
|
91
|
+
reflection_0_links_to_1_but_anchor_does_not_exist_try_2: "{0} lie vers {1}, mais l'ancre n'existe pas. Vous vouliez peut-être :\n\t{2}";
|
|
92
|
+
no_entry_points_provided: string;
|
|
93
|
+
unable_to_find_any_entry_points: string;
|
|
94
|
+
watch_does_not_support_packages_mode: string;
|
|
95
|
+
watch_does_not_support_merge_mode: string;
|
|
96
|
+
entry_point_0_not_in_program: "Le point d'entrée {0} n'est pas référencé par l'option 'files' ou 'include' dans votre tsconfig";
|
|
97
|
+
failed_to_resolve_0_to_ts_path: "Échec de la résolution du chemin du point d'entrée {0} depuis package.json vers un fichier source TypeScript";
|
|
98
|
+
use_expand_or_glob_for_files_in_dir: string;
|
|
99
|
+
glob_0_did_not_match_any_files: "Le glob {0} n'a correspondu à aucun fichier";
|
|
100
|
+
entry_point_0_did_not_match_any_files_after_exclude: "Le glob {0} n'a correspondu à aucun fichier après application des motifs d'exclusion";
|
|
101
|
+
entry_point_0_did_not_exist: "Le point d'entrée fourni {0} n'existe pas";
|
|
102
|
+
entry_point_0_did_not_match_any_packages: "Le glob de point d'entrée {0} n'a correspondu à aucun répertoire contenant un package.json";
|
|
103
|
+
file_0_not_an_object: "Le fichier {0} n'est pas un objet";
|
|
104
|
+
serialized_project_referenced_0_not_part_of_project: "Le projet sérialisé référence la réflexion {0}, qui ne fait pas partie du projet";
|
|
105
|
+
saved_relative_path_0_resolved_from_1_does_not_exist: "Le projet sérialisé référence {0}, qui n'existe pas par rapport à {1}";
|
|
106
|
+
circular_reference_extends_0: "Référence circulaire rencontrée pour le champ \"extends\" de {0}";
|
|
107
|
+
failed_resolve_0_to_file_in_1: "Échec de la résolution de {0} vers un fichier dans {1}";
|
|
108
|
+
glob_0_should_use_posix_slash: "Le glob \"{0}\" échappe un caractère non spécial. Les entrées glob pour TypeDoc ne peuvent pas utiliser les séparateurs de chemin Windows (\\), essayez de les remplacer par des séparateurs de chemin posix (/)";
|
|
109
|
+
option_0_can_only_be_specified_by_config_file: "L'option '{0}' ne peut être spécifiée que via un fichier de configuration";
|
|
110
|
+
option_0_expected_a_value_but_none_provided: "--{0} attendait une valeur, mais aucune n'a été fournie en argument";
|
|
111
|
+
unknown_option_0_may_have_meant_1: "Option inconnue : {0}, vous vouliez peut-être :\n\t{1}";
|
|
112
|
+
typedoc_key_in_0_ignored: "La clé 'typedoc' dans {0} était utilisée par l'entryPointStrategy legacy-packages et sera ignorée";
|
|
113
|
+
typedoc_options_must_be_object_in_0: "Échec de l'analyse du champ \"typedocOptions\" dans {0}, assurez-vous qu'il existe et contient un objet";
|
|
114
|
+
tsconfig_file_0_does_not_exist: "Le fichier tsconfig {0} n'existe pas";
|
|
115
|
+
tsconfig_file_specifies_options_file: string;
|
|
116
|
+
tsconfig_file_specifies_tsconfig_file: string;
|
|
117
|
+
tags_0_defined_in_typedoc_json_overwritten_by_tsdoc_json: "Les {0} définis dans typedoc.json seront écrasés par la configuration dans tsdoc.json";
|
|
118
|
+
failed_read_tsdoc_json_0: "Échec de la lecture du fichier tsdoc.json à {0}";
|
|
119
|
+
invalid_tsdoc_json_0: "Le fichier {0} n'est pas un fichier tsdoc.json valide";
|
|
120
|
+
options_file_0_does_not_exist: "Le fichier d'options {0} n'existe pas";
|
|
121
|
+
failed_read_options_file_0: "Échec de l'analyse de {0}, assurez-vous qu'il existe et exporte un objet";
|
|
122
|
+
invalid_plugin_0_missing_load_function: "Structure invalide dans le plugin {0}, aucune fonction load trouvée";
|
|
123
|
+
plugin_0_could_not_be_loaded: "Le plugin {0} n'a pas pu être chargé";
|
|
124
|
+
help_options: string;
|
|
125
|
+
help_tsconfig: string;
|
|
126
|
+
help_compilerOptions: string;
|
|
127
|
+
help_lang: string;
|
|
128
|
+
help_locales: string;
|
|
129
|
+
help_packageOptions: string;
|
|
130
|
+
help_entryPoints: string;
|
|
131
|
+
help_entryPointStrategy: string;
|
|
132
|
+
help_alwaysCreateEntryPointModule: string;
|
|
133
|
+
help_projectDocuments: string;
|
|
134
|
+
help_exclude: string;
|
|
135
|
+
help_externalPattern: string;
|
|
136
|
+
help_excludeExternals: string;
|
|
137
|
+
help_excludeNotDocumented: string;
|
|
138
|
+
help_excludeNotDocumentedKinds: string;
|
|
139
|
+
help_excludeInternal: string;
|
|
140
|
+
help_excludeCategories: string;
|
|
141
|
+
help_excludeProtected: string;
|
|
142
|
+
help_excludeReferences: string;
|
|
143
|
+
help_externalSymbolLinkMappings: string;
|
|
144
|
+
help_out: string;
|
|
145
|
+
help_html: string;
|
|
146
|
+
help_json: string;
|
|
147
|
+
help_pretty: string;
|
|
148
|
+
help_emit: string;
|
|
149
|
+
help_theme: string;
|
|
150
|
+
help_router: string;
|
|
151
|
+
help_lightHighlightTheme: string;
|
|
152
|
+
help_darkHighlightTheme: string;
|
|
153
|
+
help_highlightLanguages: string;
|
|
154
|
+
help_ignoredHighlightLanguages: string;
|
|
155
|
+
help_typePrintWidth: string;
|
|
156
|
+
help_customCss: string;
|
|
157
|
+
help_customJs: string;
|
|
158
|
+
help_markdownItOptions: string;
|
|
159
|
+
help_markdownItLoader: string;
|
|
160
|
+
help_maxTypeConversionDepth: string;
|
|
161
|
+
help_name: string;
|
|
162
|
+
help_includeVersion: string;
|
|
163
|
+
help_disableSources: string;
|
|
164
|
+
help_sourceLinkTemplate: string;
|
|
165
|
+
help_gitRevision: string;
|
|
166
|
+
help_gitRemote: string;
|
|
167
|
+
help_disableGit: string;
|
|
168
|
+
help_basePath: string;
|
|
169
|
+
help_excludeTags: string;
|
|
170
|
+
help_notRenderedTags: string;
|
|
171
|
+
help_cascadedModifierTags: string;
|
|
172
|
+
help_readme: string;
|
|
173
|
+
help_cname: string;
|
|
174
|
+
help_favicon: string;
|
|
175
|
+
help_sourceLinkExternal: string;
|
|
176
|
+
help_markdownLinkExternal: string;
|
|
177
|
+
help_githubPages: string;
|
|
178
|
+
help_hostedBaseUrl: string;
|
|
179
|
+
help_useHostedBaseUrlForAbsoluteLinks: string;
|
|
180
|
+
help_hideGenerator: string;
|
|
181
|
+
help_customFooterHtml: string;
|
|
182
|
+
help_customFooterHtmlDisableWrapper: string;
|
|
183
|
+
help_cacheBust: string;
|
|
184
|
+
help_searchInComments: string;
|
|
185
|
+
help_searchInDocuments: string;
|
|
186
|
+
help_cleanOutputDir: string;
|
|
187
|
+
help_titleLink: string;
|
|
188
|
+
help_navigationLinks: string;
|
|
189
|
+
help_sidebarLinks: string;
|
|
190
|
+
help_navigationLeaves: string;
|
|
191
|
+
help_navigation: string;
|
|
192
|
+
help_visibilityFilters: string;
|
|
193
|
+
help_searchCategoryBoosts: string;
|
|
194
|
+
help_searchGroupBoosts: string;
|
|
195
|
+
help_jsDocCompatibility: string;
|
|
196
|
+
help_commentStyle: string;
|
|
197
|
+
help_useTsLinkResolution: string;
|
|
198
|
+
help_preserveLinkText: string;
|
|
199
|
+
help_blockTags: string;
|
|
200
|
+
help_inlineTags: string;
|
|
201
|
+
help_modifierTags: string;
|
|
202
|
+
help_categorizeByGroup: string;
|
|
203
|
+
help_defaultCategory: string;
|
|
204
|
+
help_categoryOrder: string;
|
|
205
|
+
help_groupOrder: string;
|
|
206
|
+
help_sort: string;
|
|
207
|
+
help_sortEntryPoints: string;
|
|
208
|
+
help_kindSortOrder: string;
|
|
209
|
+
help_watch: string;
|
|
210
|
+
help_preserveWatchOutput: string;
|
|
211
|
+
help_skipErrorChecking: string;
|
|
212
|
+
help_help: string;
|
|
213
|
+
help_version: string;
|
|
214
|
+
help_showConfig: string;
|
|
215
|
+
help_plugin: string;
|
|
216
|
+
help_logLevel: string;
|
|
217
|
+
help_treatWarningsAsErrors: string;
|
|
218
|
+
help_treatValidationWarningsAsErrors: string;
|
|
219
|
+
help_intentionallyNotExported: string;
|
|
220
|
+
help_requiredToBeDocumented: string;
|
|
221
|
+
help_validation: string;
|
|
222
|
+
unknown_option_0_you_may_have_meant_1: "Option inconnue '{0}'. Vous vouliez peut-être :\n\t{1}";
|
|
223
|
+
option_0_must_be_between_1_and_2: "{0} doit être entre {1} et {2}";
|
|
224
|
+
option_0_must_be_equal_to_or_greater_than_1: "{0} doit être supérieur ou égal à {1}";
|
|
225
|
+
option_0_must_be_less_than_or_equal_to_1: "{0} doit être inférieur ou égal à {1}";
|
|
226
|
+
option_0_must_be_one_of_1: "{0} doit être l'un de {1}";
|
|
227
|
+
flag_0_is_not_valid_for_1_expected_2: "Le drapeau '{0}' n'est pas valide pour {1}, attendu l'un de {2}";
|
|
228
|
+
expected_object_with_flag_values_for_0: "Attendu un objet avec des valeurs de drapeaux pour {0} ou true/false";
|
|
229
|
+
flag_values_for_0_must_be_booleans: "Les valeurs de drapeaux pour {0} doivent être des booléens";
|
|
230
|
+
locales_must_be_an_object: string;
|
|
231
|
+
exclude_not_documented_specified_0_valid_values_are_1: "excludeNotDocumentedKinds ne peut spécifier que des valeurs connues, et des valeurs invalides ont été fournies ({0}). Les types valides sont :\n{1}";
|
|
232
|
+
external_symbol_link_mappings_must_be_object: string;
|
|
233
|
+
highlight_theme_0_must_be_one_of_1: "{0} doit être l'un des suivants : {1}";
|
|
234
|
+
highlightLanguages_contains_invalid_languages_0: "highlightLanguages contient des langues invalides : {0}, lancez typedoc --help pour une liste des langues supportées";
|
|
235
|
+
hostedBaseUrl_must_start_with_http: string;
|
|
236
|
+
useHostedBaseUrlForAbsoluteLinks_requires_hostedBaseUrl: string;
|
|
237
|
+
favicon_must_have_one_of_the_following_extensions_0: "Le favicon doit avoir l'une des extensions suivantes : {0}";
|
|
238
|
+
option_0_must_be_an_object: "L'option '{0}' doit être un objet non-tableau";
|
|
239
|
+
option_0_must_be_a_function: "L'option '{0}' doit être une fonction";
|
|
240
|
+
option_0_must_be_object_with_urls: "{0} doit être un objet avec des labels de chaîne comme clés et des URLs comme valeurs";
|
|
241
|
+
visibility_filters_only_include_0: "visibilityFilters ne peut inclure que les clés suivantes sans @ : {0}";
|
|
242
|
+
visibility_filters_must_be_booleans: string;
|
|
243
|
+
option_0_values_must_be_numbers: "Toutes les valeurs de {0} doivent être des nombres";
|
|
244
|
+
option_0_values_must_be_array_of_tags: "{0} doit être un tableau de noms de balises valides";
|
|
245
|
+
option_0_specified_1_but_only_2_is_valid: "{0} ne peut spécifier que des valeurs connues, et des valeurs invalides ont été fournies ({1}). Les stratégies de tri valides sont :\n{2}";
|
|
246
|
+
alert_note: string;
|
|
247
|
+
alert_tip: string;
|
|
248
|
+
alert_important: string;
|
|
249
|
+
alert_warning: string;
|
|
250
|
+
alert_caution: string;
|
|
251
|
+
kind_project: string;
|
|
252
|
+
kind_module: string;
|
|
253
|
+
kind_namespace: string;
|
|
254
|
+
kind_enum: string;
|
|
255
|
+
kind_enum_member: string;
|
|
256
|
+
kind_variable: string;
|
|
257
|
+
kind_function: string;
|
|
258
|
+
kind_class: string;
|
|
259
|
+
kind_interface: string;
|
|
260
|
+
kind_constructor: string;
|
|
261
|
+
kind_property: string;
|
|
262
|
+
kind_method: string;
|
|
263
|
+
kind_call_signature: string;
|
|
264
|
+
kind_index_signature: string;
|
|
265
|
+
kind_constructor_signature: string;
|
|
266
|
+
kind_parameter: string;
|
|
267
|
+
kind_type_literal: string;
|
|
268
|
+
kind_type_parameter: string;
|
|
269
|
+
kind_accessor: string;
|
|
270
|
+
kind_get_signature: string;
|
|
271
|
+
kind_set_signature: string;
|
|
272
|
+
kind_type_alias: string;
|
|
273
|
+
kind_reference: string;
|
|
274
|
+
kind_document: string;
|
|
275
|
+
kind_plural_project: string;
|
|
276
|
+
kind_plural_module: string;
|
|
277
|
+
kind_plural_namespace: string;
|
|
278
|
+
kind_plural_enum: string;
|
|
279
|
+
kind_plural_enum_member: string;
|
|
280
|
+
kind_plural_variable: string;
|
|
281
|
+
kind_plural_function: string;
|
|
282
|
+
kind_plural_class: string;
|
|
283
|
+
kind_plural_interface: string;
|
|
284
|
+
kind_plural_constructor: string;
|
|
285
|
+
kind_plural_property: string;
|
|
286
|
+
kind_plural_method: string;
|
|
287
|
+
kind_plural_call_signature: string;
|
|
288
|
+
kind_plural_index_signature: string;
|
|
289
|
+
kind_plural_constructor_signature: string;
|
|
290
|
+
kind_plural_parameter: string;
|
|
291
|
+
kind_plural_type_literal: string;
|
|
292
|
+
kind_plural_type_parameter: string;
|
|
293
|
+
kind_plural_accessor: string;
|
|
294
|
+
kind_plural_get_signature: string;
|
|
295
|
+
kind_plural_set_signature: string;
|
|
296
|
+
kind_plural_type_alias: string;
|
|
297
|
+
kind_plural_reference: string;
|
|
298
|
+
kind_plural_document: string;
|
|
299
|
+
flag_private: string;
|
|
300
|
+
flag_protected: string;
|
|
301
|
+
flag_public: string;
|
|
302
|
+
flag_static: string;
|
|
303
|
+
flag_external: string;
|
|
304
|
+
flag_optional: string;
|
|
305
|
+
flag_rest: string;
|
|
306
|
+
flag_abstract: string;
|
|
307
|
+
flag_const: string;
|
|
308
|
+
flag_readonly: string;
|
|
309
|
+
flag_inherited: string;
|
|
310
|
+
theme_implements: string;
|
|
311
|
+
theme_indexable: string;
|
|
312
|
+
theme_type_declaration: string;
|
|
313
|
+
theme_index: string;
|
|
314
|
+
theme_hierarchy: string;
|
|
315
|
+
theme_hierarchy_summary: string;
|
|
316
|
+
theme_hierarchy_view_summary: string;
|
|
317
|
+
theme_implemented_by: string;
|
|
318
|
+
theme_defined_in: string;
|
|
319
|
+
theme_implementation_of: string;
|
|
320
|
+
theme_inherited_from: string;
|
|
321
|
+
theme_overrides: string;
|
|
322
|
+
theme_returns: string;
|
|
323
|
+
theme_generated_using_typedoc: string;
|
|
324
|
+
theme_preparing_search_index: string;
|
|
325
|
+
theme_loading: string;
|
|
326
|
+
theme_settings: string;
|
|
327
|
+
theme_member_visibility: string;
|
|
328
|
+
theme_theme: string;
|
|
329
|
+
theme_os: string;
|
|
330
|
+
theme_light: string;
|
|
331
|
+
theme_dark: string;
|
|
332
|
+
theme_on_this_page: string;
|
|
333
|
+
theme_search: string;
|
|
334
|
+
theme_menu: string;
|
|
335
|
+
theme_permalink: string;
|
|
336
|
+
theme_folder: string;
|
|
337
|
+
theme_copy: string;
|
|
338
|
+
theme_copied: string;
|
|
339
|
+
theme_normally_hidden: string;
|
|
340
|
+
theme_hierarchy_expand: string;
|
|
341
|
+
theme_hierarchy_collapse: string;
|
|
342
|
+
theme_search_index_not_available: string;
|
|
343
|
+
theme_search_no_results_found_for_0: "Aucun résultat trouvé pour {0}";
|
|
344
|
+
theme_search_placeholder: string;
|
|
345
|
+
};
|
|
346
|
+
export = _default;
|
|
@@ -381,7 +381,7 @@ let Comment = (() => {
|
|
|
381
381
|
let partsEnd = this.summary.findIndex((part) => {
|
|
382
382
|
switch (part.kind) {
|
|
383
383
|
case "text":
|
|
384
|
-
return part.text
|
|
384
|
+
return /\r?\n\r?\n/.test(part.text);
|
|
385
385
|
case "code":
|
|
386
386
|
return part.text.includes("\n");
|
|
387
387
|
case "inline-tag":
|
|
@@ -398,11 +398,11 @@ let Comment = (() => {
|
|
|
398
398
|
const summaryParts = this.summary.slice(0, partsEnd);
|
|
399
399
|
if (partsEnd !== -1) {
|
|
400
400
|
const text = this.summary[partsEnd].text;
|
|
401
|
-
const paragraphEnd = text.
|
|
402
|
-
if (paragraphEnd
|
|
401
|
+
const paragraphEnd = text.match(/\r?\n\r?\n/);
|
|
402
|
+
if (paragraphEnd) {
|
|
403
403
|
summaryParts.push({
|
|
404
404
|
...this.summary[partsEnd],
|
|
405
|
-
text: text.slice(0, paragraphEnd),
|
|
405
|
+
text: text.slice(0, paragraphEnd.index),
|
|
406
406
|
});
|
|
407
407
|
}
|
|
408
408
|
else if (!foundEnd) {
|
|
@@ -26,7 +26,7 @@ export declare class FileRegistry {
|
|
|
26
26
|
* reflection. A reflection *may* be associated with multiple paths.
|
|
27
27
|
*/
|
|
28
28
|
registerReflectionPath(absolute: NormalizedPath, reflection: Reflection): void;
|
|
29
|
-
getReflectionPath(reflection: Reflection):
|
|
29
|
+
getReflectionPath(reflection: Reflection): NormalizedPath | undefined;
|
|
30
30
|
register(sourcePath: NormalizedPath, relativePath: NormalizedPath): {
|
|
31
31
|
target: FileId;
|
|
32
32
|
anchor: string | undefined;
|
|
@@ -43,7 +43,11 @@ export class IconsPlugin extends RendererComponent {
|
|
|
43
43
|
const children = [];
|
|
44
44
|
const icons = this.owner.theme.icons;
|
|
45
45
|
for (const [name, icon] of Object.entries(icons)) {
|
|
46
|
-
|
|
46
|
+
const svg = icon.call(icons);
|
|
47
|
+
const className = svg.props && "class" in svg.props
|
|
48
|
+
? String(svg.props.class) + " tsd-no-select"
|
|
49
|
+
: "tsd-no-select";
|
|
50
|
+
children.push(JSX.createElement("symbol", { ...(svg.props || {}), id: `icon-${name}`, class: className }, svg.children));
|
|
47
51
|
}
|
|
48
52
|
const svg = JSX.renderElement(JSX.createElement("svg", { xmlns: "http://www.w3.org/2000/svg" }, children));
|
|
49
53
|
const js = ICONS_JS.replace("SVG_HTML", JSX.renderElement(JSX.createElement(JSX.Fragment, null, children)).replaceAll("`", "\\`"));
|
|
@@ -125,6 +125,7 @@ export declare abstract class BaseRouter implements Router {
|
|
|
125
125
|
*/
|
|
126
126
|
protected getPageKind(target: RouterTarget): PageKind | undefined;
|
|
127
127
|
protected buildChildPages(target: RouterTarget, outPages: PageDefinition[]): void;
|
|
128
|
+
protected createAnchor(target: Reflection, pageTarget: RouterTarget): string;
|
|
128
129
|
protected buildAnchors(target: RouterTarget, pageTarget: RouterTarget): void;
|
|
129
130
|
/** Strip non-url safe characters from the specified string. */
|
|
130
131
|
protected getUrlSafeName(name: string): string;
|
|
@@ -276,6 +276,18 @@ let BaseRouter = (() => {
|
|
|
276
276
|
this.buildAnchors(target, target.parent);
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
|
+
createAnchor(target, pageTarget) {
|
|
280
|
+
const parts = [target.name];
|
|
281
|
+
while (target.parent && target.parent !== pageTarget) {
|
|
282
|
+
target = target.parent;
|
|
283
|
+
// Avoid duplicate names for signatures and useless __type in anchors
|
|
284
|
+
if (!target.kindOf(ReflectionKind.TypeLiteral |
|
|
285
|
+
ReflectionKind.FunctionOrMethod)) {
|
|
286
|
+
parts.unshift(target.name);
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
return this.getSlugger(pageTarget).slug(parts.join("."));
|
|
290
|
+
}
|
|
279
291
|
buildAnchors(target, pageTarget) {
|
|
280
292
|
if (!(target instanceof Reflection) || !(pageTarget instanceof Reflection)) {
|
|
281
293
|
return;
|
|
@@ -297,17 +309,7 @@ let BaseRouter = (() => {
|
|
|
297
309
|
return;
|
|
298
310
|
}
|
|
299
311
|
if (!target.kindOf(ReflectionKind.TypeLiteral)) {
|
|
300
|
-
|
|
301
|
-
const parts = [refl.name];
|
|
302
|
-
while (refl.parent && refl.parent !== pageTarget) {
|
|
303
|
-
refl = refl.parent;
|
|
304
|
-
// Avoid duplicate names for signatures and useless __type in anchors
|
|
305
|
-
if (!refl.kindOf(ReflectionKind.TypeLiteral |
|
|
306
|
-
ReflectionKind.FunctionOrMethod)) {
|
|
307
|
-
parts.unshift(refl.name);
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
const anchor = this.getSlugger(pageTarget).slug(parts.join("."));
|
|
312
|
+
const anchor = this.createAnchor(target, pageTarget);
|
|
311
313
|
this.fullUrls.set(target, this.fullUrls.get(pageTarget) + "#" + anchor);
|
|
312
314
|
this.anchors.set(target, anchor);
|
|
313
315
|
}
|
|
@@ -21,6 +21,7 @@ export declare const CommentStyle: {
|
|
|
21
21
|
readonly JSDoc: "jsdoc";
|
|
22
22
|
readonly Block: "block";
|
|
23
23
|
readonly Line: "line";
|
|
24
|
+
readonly TripleSlash: "triple-slash";
|
|
24
25
|
readonly All: "all";
|
|
25
26
|
};
|
|
26
27
|
export type CommentStyle = (typeof CommentStyle)[keyof typeof CommentStyle];
|
|
@@ -123,6 +123,7 @@ export interface IntrinsicElements {
|
|
|
123
123
|
use: JsxUseElementProps;
|
|
124
124
|
text: JsxTextElementProps;
|
|
125
125
|
image: JsxImageElementProps;
|
|
126
|
+
symbol: JsxSymbolElementProps;
|
|
126
127
|
}
|
|
127
128
|
export declare function JsxFragment(): never;
|
|
128
129
|
export type JsxComponent<P> = (props: P) => JsxElement | null | undefined;
|
|
@@ -947,3 +948,18 @@ export interface JsxImageElementProps extends JsxSvgCoreProps {
|
|
|
947
948
|
crossorigin?: "anonymous" | "use-credentials";
|
|
948
949
|
decoding?: "async" | "sync" | "auto";
|
|
949
950
|
}
|
|
951
|
+
/**
|
|
952
|
+
* Properties permitted on the `<symbol>` element.
|
|
953
|
+
*
|
|
954
|
+
* Reference: https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/symbol
|
|
955
|
+
*/
|
|
956
|
+
export interface JsxSymbolElementProps extends JsxSvgCoreProps, JsxHtmlGlobalProps {
|
|
957
|
+
x?: string;
|
|
958
|
+
y?: string;
|
|
959
|
+
width?: string | number;
|
|
960
|
+
height?: string | number;
|
|
961
|
+
preserveAspectRatio?: string;
|
|
962
|
+
refX?: string;
|
|
963
|
+
refY?: string;
|
|
964
|
+
viewBox?: string;
|
|
965
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typedoc",
|
|
3
3
|
"description": "Create api documentation for TypeScript projects.",
|
|
4
|
-
"version": "0.28.
|
|
4
|
+
"version": "0.28.19",
|
|
5
5
|
"homepage": "https://typedoc.org",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@gerrit0/mini-shiki": "^3.23.0",
|
|
36
36
|
"lunr": "^2.3.9",
|
|
37
37
|
"markdown-it": "^14.1.1",
|
|
38
|
-
"minimatch": "^10.2.
|
|
39
|
-
"yaml": "^2.8.
|
|
38
|
+
"minimatch": "^10.2.5",
|
|
39
|
+
"yaml": "^2.8.3"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x || 5.9.x || 6.0.x"
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
"@types/node": "18",
|
|
50
50
|
"@typestrong/fs-fixture-builder": "github:TypeStrong/fs-fixture-builder#34113409e3a171e68ce5e2b55461ef5c35591cfe",
|
|
51
51
|
"c8": "^11.0.0",
|
|
52
|
-
"dprint": "^0.
|
|
53
|
-
"esbuild": "^0.
|
|
54
|
-
"eslint": "^10.0
|
|
52
|
+
"dprint": "^0.53.2",
|
|
53
|
+
"esbuild": "^0.28.0",
|
|
54
|
+
"eslint": "^10.2.0",
|
|
55
55
|
"mocha": "^11.7.5",
|
|
56
|
-
"puppeteer": "^24.
|
|
56
|
+
"puppeteer": "^24.40.0",
|
|
57
57
|
"semver": "^7.7.4",
|
|
58
58
|
"tsx": "4.21.0",
|
|
59
|
-
"typescript": "6.0.
|
|
60
|
-
"typescript-eslint": "^8.
|
|
59
|
+
"typescript": "6.0.2",
|
|
60
|
+
"typescript-eslint": "^8.58.0"
|
|
61
61
|
},
|
|
62
62
|
"files": [
|
|
63
63
|
"/bin",
|