@xpack/doxygen2docusaurus 1.0.2 → 2.0.0

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.
Files changed (267) hide show
  1. package/README.md +3 -4
  2. package/dist/cli/main.d.ts +6 -0
  3. package/dist/cli/main.d.ts.map +1 -1
  4. package/dist/cli/main.js +29 -2
  5. package/dist/cli/main.js.map +1 -1
  6. package/dist/docusaurus/cli-options.d.ts +268 -39
  7. package/dist/docusaurus/cli-options.d.ts.map +1 -1
  8. package/dist/docusaurus/cli-options.js +267 -53
  9. package/dist/docusaurus/cli-options.js.map +1 -1
  10. package/dist/docusaurus/generator.d.ts +179 -4
  11. package/dist/docusaurus/generator.d.ts.map +1 -1
  12. package/dist/docusaurus/generator.js +215 -45
  13. package/dist/docusaurus/generator.js.map +1 -1
  14. package/dist/docusaurus/renderers/descriptiontype.d.ts +417 -0
  15. package/dist/docusaurus/renderers/descriptiontype.d.ts.map +1 -1
  16. package/dist/docusaurus/renderers/descriptiontype.js +417 -0
  17. package/dist/docusaurus/renderers/descriptiontype.js.map +1 -1
  18. package/dist/docusaurus/renderers/docinternalstype.d.ts +132 -0
  19. package/dist/docusaurus/renderers/docinternalstype.d.ts.map +1 -1
  20. package/dist/docusaurus/renderers/docinternalstype.js +132 -0
  21. package/dist/docusaurus/renderers/docinternalstype.js.map +1 -1
  22. package/dist/docusaurus/renderers/doclisttype.d.ts +22 -0
  23. package/dist/docusaurus/renderers/doclisttype.d.ts.map +1 -1
  24. package/dist/docusaurus/renderers/doclisttype.js +22 -2
  25. package/dist/docusaurus/renderers/doclisttype.js.map +1 -1
  26. package/dist/docusaurus/renderers/doctabletype.d.ts +88 -0
  27. package/dist/docusaurus/renderers/doctabletype.d.ts.map +1 -1
  28. package/dist/docusaurus/renderers/doctabletype.js +88 -0
  29. package/dist/docusaurus/renderers/doctabletype.js.map +1 -1
  30. package/dist/docusaurus/renderers/doctitletype.d.ts +22 -0
  31. package/dist/docusaurus/renderers/doctitletype.d.ts.map +1 -1
  32. package/dist/docusaurus/renderers/doctitletype.js +22 -0
  33. package/dist/docusaurus/renderers/doctitletype.js.map +1 -1
  34. package/dist/docusaurus/renderers/docvariablelisttype.d.ts +44 -0
  35. package/dist/docusaurus/renderers/docvariablelisttype.d.ts.map +1 -1
  36. package/dist/docusaurus/renderers/docvariablelisttype.js +44 -0
  37. package/dist/docusaurus/renderers/docvariablelisttype.js.map +1 -1
  38. package/dist/docusaurus/renderers/docxrefsecttype.d.ts +22 -0
  39. package/dist/docusaurus/renderers/docxrefsecttype.d.ts.map +1 -1
  40. package/dist/docusaurus/renderers/docxrefsecttype.js +22 -0
  41. package/dist/docusaurus/renderers/docxrefsecttype.js.map +1 -1
  42. package/dist/docusaurus/renderers/element-renderer-base.d.ts +74 -0
  43. package/dist/docusaurus/renderers/element-renderer-base.d.ts.map +1 -1
  44. package/dist/docusaurus/renderers/element-renderer-base.js +52 -0
  45. package/dist/docusaurus/renderers/element-renderer-base.js.map +1 -1
  46. package/dist/docusaurus/renderers/inctype.d.ts +23 -0
  47. package/dist/docusaurus/renderers/inctype.d.ts.map +1 -1
  48. package/dist/docusaurus/renderers/inctype.js +23 -0
  49. package/dist/docusaurus/renderers/inctype.js.map +1 -1
  50. package/dist/docusaurus/renderers/linkedtexttype.d.ts +22 -0
  51. package/dist/docusaurus/renderers/linkedtexttype.d.ts.map +1 -1
  52. package/dist/docusaurus/renderers/linkedtexttype.js +22 -0
  53. package/dist/docusaurus/renderers/linkedtexttype.js.map +1 -1
  54. package/dist/docusaurus/renderers/listingtype.d.ts +52 -0
  55. package/dist/docusaurus/renderers/listingtype.d.ts.map +1 -1
  56. package/dist/docusaurus/renderers/listingtype.js +66 -2
  57. package/dist/docusaurus/renderers/listingtype.js.map +1 -1
  58. package/dist/docusaurus/renderers/paramtype.d.ts +22 -0
  59. package/dist/docusaurus/renderers/paramtype.d.ts.map +1 -1
  60. package/dist/docusaurus/renderers/paramtype.js +22 -0
  61. package/dist/docusaurus/renderers/paramtype.js.map +1 -1
  62. package/dist/docusaurus/renderers/referencetype.d.ts +23 -0
  63. package/dist/docusaurus/renderers/referencetype.d.ts.map +1 -1
  64. package/dist/docusaurus/renderers/referencetype.js +23 -2
  65. package/dist/docusaurus/renderers/referencetype.js.map +1 -1
  66. package/dist/docusaurus/renderers/reftexttype.d.ts +22 -0
  67. package/dist/docusaurus/renderers/reftexttype.d.ts.map +1 -1
  68. package/dist/docusaurus/renderers/reftexttype.js +22 -0
  69. package/dist/docusaurus/renderers/reftexttype.js.map +1 -1
  70. package/dist/docusaurus/renderers/reftype.d.ts +22 -0
  71. package/dist/docusaurus/renderers/reftype.d.ts.map +1 -1
  72. package/dist/docusaurus/renderers/reftype.js +22 -0
  73. package/dist/docusaurus/renderers/reftype.js.map +1 -1
  74. package/dist/docusaurus/renderers/renderers.d.ts +151 -0
  75. package/dist/docusaurus/renderers/renderers.d.ts.map +1 -1
  76. package/dist/docusaurus/renderers/renderers.js +151 -0
  77. package/dist/docusaurus/renderers/renderers.js.map +1 -1
  78. package/dist/docusaurus/renderers/substringtype.d.ts +22 -0
  79. package/dist/docusaurus/renderers/substringtype.d.ts.map +1 -1
  80. package/dist/docusaurus/renderers/substringtype.js +22 -0
  81. package/dist/docusaurus/renderers/substringtype.js.map +1 -1
  82. package/dist/docusaurus/renderers/tableofcontentstype.d.ts +22 -0
  83. package/dist/docusaurus/renderers/tableofcontentstype.d.ts.map +1 -1
  84. package/dist/docusaurus/renderers/tableofcontentstype.js +22 -0
  85. package/dist/docusaurus/renderers/tableofcontentstype.js.map +1 -1
  86. package/dist/docusaurus/types.d.ts +114 -8
  87. package/dist/docusaurus/types.d.ts.map +1 -1
  88. package/dist/docusaurus/types.js.map +1 -1
  89. package/dist/docusaurus/utils.d.ts +214 -0
  90. package/dist/docusaurus/utils.d.ts.map +1 -1
  91. package/dist/docusaurus/utils.js +214 -0
  92. package/dist/docusaurus/utils.js.map +1 -1
  93. package/dist/docusaurus/view-model/classes-vm.d.ts +139 -2
  94. package/dist/docusaurus/view-model/classes-vm.d.ts.map +1 -1
  95. package/dist/docusaurus/view-model/classes-vm.js +147 -6
  96. package/dist/docusaurus/view-model/classes-vm.js.map +1 -1
  97. package/dist/docusaurus/view-model/collection-base.d.ts +122 -2
  98. package/dist/docusaurus/view-model/collection-base.d.ts.map +1 -1
  99. package/dist/docusaurus/view-model/collection-base.js +78 -0
  100. package/dist/docusaurus/view-model/collection-base.js.map +1 -1
  101. package/dist/docusaurus/view-model/compound-base-vm.d.ts +134 -19
  102. package/dist/docusaurus/view-model/compound-base-vm.d.ts.map +1 -1
  103. package/dist/docusaurus/view-model/compound-base-vm.js +122 -26
  104. package/dist/docusaurus/view-model/compound-base-vm.js.map +1 -1
  105. package/dist/docusaurus/view-model/description-anchors.d.ts +58 -0
  106. package/dist/docusaurus/view-model/description-anchors.d.ts.map +1 -1
  107. package/dist/docusaurus/view-model/description-anchors.js +58 -0
  108. package/dist/docusaurus/view-model/description-anchors.js.map +1 -1
  109. package/dist/docusaurus/view-model/files-and-folders-vm.d.ts +249 -2
  110. package/dist/docusaurus/view-model/files-and-folders-vm.d.ts.map +1 -1
  111. package/dist/docusaurus/view-model/files-and-folders-vm.js +250 -4
  112. package/dist/docusaurus/view-model/files-and-folders-vm.js.map +1 -1
  113. package/dist/docusaurus/view-model/groups-vm.d.ts +150 -2
  114. package/dist/docusaurus/view-model/groups-vm.d.ts.map +1 -1
  115. package/dist/docusaurus/view-model/groups-vm.js +153 -5
  116. package/dist/docusaurus/view-model/groups-vm.js.map +1 -1
  117. package/dist/docusaurus/view-model/members-vm.d.ts +552 -0
  118. package/dist/docusaurus/view-model/members-vm.d.ts.map +1 -1
  119. package/dist/docusaurus/view-model/members-vm.js +552 -4
  120. package/dist/docusaurus/view-model/members-vm.js.map +1 -1
  121. package/dist/docusaurus/view-model/namespaces-vm.d.ts +201 -2
  122. package/dist/docusaurus/view-model/namespaces-vm.d.ts.map +1 -1
  123. package/dist/docusaurus/view-model/namespaces-vm.js +202 -4
  124. package/dist/docusaurus/view-model/namespaces-vm.js.map +1 -1
  125. package/dist/docusaurus/view-model/options.d.ts +43 -0
  126. package/dist/docusaurus/view-model/options.d.ts.map +1 -1
  127. package/dist/docusaurus/view-model/options.js +43 -0
  128. package/dist/docusaurus/view-model/options.js.map +1 -1
  129. package/dist/docusaurus/view-model/pages-vm.d.ts +117 -2
  130. package/dist/docusaurus/view-model/pages-vm.d.ts.map +1 -1
  131. package/dist/docusaurus/view-model/pages-vm.js +119 -4
  132. package/dist/docusaurus/view-model/pages-vm.js.map +1 -1
  133. package/dist/docusaurus/view-model/tree-entries-vm.d.ts +135 -15
  134. package/dist/docusaurus/view-model/tree-entries-vm.d.ts.map +1 -1
  135. package/dist/docusaurus/view-model/tree-entries-vm.js +136 -16
  136. package/dist/docusaurus/view-model/tree-entries-vm.js.map +1 -1
  137. package/dist/docusaurus/view-model/view-model.d.ts +119 -0
  138. package/dist/docusaurus/view-model/view-model.d.ts.map +1 -1
  139. package/dist/docusaurus/view-model/view-model.js +119 -0
  140. package/dist/docusaurus/view-model/view-model.js.map +1 -1
  141. package/dist/docusaurus/workspace.d.ts +106 -0
  142. package/dist/docusaurus/workspace.d.ts.map +1 -1
  143. package/dist/docusaurus/workspace.js +107 -1
  144. package/dist/docusaurus/workspace.js.map +1 -1
  145. package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts +485 -0
  146. package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts.map +1 -1
  147. package/dist/doxygen/data-model/compounds/compounddef-dm.js +485 -0
  148. package/dist/doxygen/data-model/compounds/compounddef-dm.js.map +1 -1
  149. package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts +120 -0
  150. package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts.map +1 -1
  151. package/dist/doxygen/data-model/compounds/compoundreftype-dm.js +98 -0
  152. package/dist/doxygen/data-model/compounds/compoundreftype-dm.js.map +1 -1
  153. package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts +2705 -0
  154. package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts.map +1 -1
  155. package/dist/doxygen/data-model/compounds/descriptiontype-dm.js +2677 -47
  156. package/dist/doxygen/data-model/compounds/descriptiontype-dm.js.map +1 -1
  157. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts +165 -0
  158. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts.map +1 -1
  159. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js +165 -0
  160. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js.map +1 -1
  161. package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts +70 -0
  162. package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts.map +1 -1
  163. package/dist/doxygen/data-model/compounds/doxygentype-dm.js +70 -0
  164. package/dist/doxygen/data-model/compounds/doxygentype-dm.js.map +1 -1
  165. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts +78 -0
  166. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts.map +1 -1
  167. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js +78 -0
  168. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js.map +1 -1
  169. package/dist/doxygen/data-model/compounds/inctype-dm.d.ts +107 -0
  170. package/dist/doxygen/data-model/compounds/inctype-dm.d.ts.map +1 -1
  171. package/dist/doxygen/data-model/compounds/inctype-dm.js +107 -0
  172. package/dist/doxygen/data-model/compounds/inctype-dm.js.map +1 -1
  173. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts +123 -0
  174. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts.map +1 -1
  175. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js +123 -0
  176. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js.map +1 -1
  177. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts +70 -0
  178. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts.map +1 -1
  179. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js +70 -1
  180. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js.map +1 -1
  181. package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts +156 -0
  182. package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts.map +1 -1
  183. package/dist/doxygen/data-model/compounds/locationtype-dm.js +156 -5
  184. package/dist/doxygen/data-model/compounds/locationtype-dm.js.map +1 -1
  185. package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts +433 -0
  186. package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts.map +1 -1
  187. package/dist/doxygen/data-model/compounds/memberdeftype-dm.js +417 -6
  188. package/dist/doxygen/data-model/compounds/memberdeftype-dm.js.map +1 -1
  189. package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts +135 -0
  190. package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts.map +1 -1
  191. package/dist/doxygen/data-model/compounds/memberreftype-dm.js +136 -4
  192. package/dist/doxygen/data-model/compounds/memberreftype-dm.js.map +1 -1
  193. package/dist/doxygen/data-model/compounds/membertype-dm.d.ts +95 -0
  194. package/dist/doxygen/data-model/compounds/membertype-dm.d.ts.map +1 -1
  195. package/dist/doxygen/data-model/compounds/membertype-dm.js +76 -4
  196. package/dist/doxygen/data-model/compounds/membertype-dm.js.map +1 -1
  197. package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts +158 -0
  198. package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts.map +1 -1
  199. package/dist/doxygen/data-model/compounds/paramtype-dm.js +158 -1
  200. package/dist/doxygen/data-model/compounds/paramtype-dm.js.map +1 -1
  201. package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts +130 -0
  202. package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts.map +1 -1
  203. package/dist/doxygen/data-model/compounds/referencetype-dm.js +130 -2
  204. package/dist/doxygen/data-model/compounds/referencetype-dm.js.map +1 -1
  205. package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts +120 -0
  206. package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts.map +1 -1
  207. package/dist/doxygen/data-model/compounds/reftexttype-dm.js +106 -3
  208. package/dist/doxygen/data-model/compounds/reftexttype-dm.js.map +1 -1
  209. package/dist/doxygen/data-model/compounds/reftype-dm.d.ts +247 -0
  210. package/dist/doxygen/data-model/compounds/reftype-dm.d.ts.map +1 -1
  211. package/dist/doxygen/data-model/compounds/reftype-dm.js +247 -3
  212. package/dist/doxygen/data-model/compounds/reftype-dm.js.map +1 -1
  213. package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts +99 -0
  214. package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts.map +1 -1
  215. package/dist/doxygen/data-model/compounds/reimplementtype-dm.js +99 -2
  216. package/dist/doxygen/data-model/compounds/reimplementtype-dm.js.map +1 -1
  217. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts +159 -0
  218. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts.map +1 -1
  219. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js +159 -3
  220. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js.map +1 -1
  221. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts +255 -0
  222. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts.map +1 -1
  223. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js +255 -6
  224. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js.map +1 -1
  225. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts +60 -0
  226. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts.map +1 -1
  227. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js +60 -1
  228. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js.map +1 -1
  229. package/dist/doxygen/data-model/data-model.d.ts +86 -2
  230. package/dist/doxygen/data-model/data-model.d.ts.map +1 -1
  231. package/dist/doxygen/data-model/data-model.js +86 -4
  232. package/dist/doxygen/data-model/data-model.js.map +1 -1
  233. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts +109 -0
  234. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts.map +1 -1
  235. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js +84 -2
  236. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js.map +1 -1
  237. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts +81 -0
  238. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts.map +1 -1
  239. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js +81 -3
  240. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js.map +1 -1
  241. package/dist/doxygen/data-model/doxygen-xml-parser.d.ts +24 -7
  242. package/dist/doxygen/data-model/doxygen-xml-parser.d.ts.map +1 -1
  243. package/dist/doxygen/data-model/doxygen-xml-parser.js +24 -22
  244. package/dist/doxygen/data-model/doxygen-xml-parser.js.map +1 -1
  245. package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts +92 -0
  246. package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts.map +1 -1
  247. package/dist/doxygen/data-model/index/indexcompoundtype-dm.js +79 -2
  248. package/dist/doxygen/data-model/index/indexcompoundtype-dm.js.map +1 -1
  249. package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts +76 -0
  250. package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts.map +1 -1
  251. package/dist/doxygen/data-model/index/indexdoxygentype-dm.js +76 -3
  252. package/dist/doxygen/data-model/index/indexdoxygentype-dm.js.map +1 -1
  253. package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts +79 -0
  254. package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts.map +1 -1
  255. package/dist/doxygen/data-model/index/indexmembertype-dm.js +66 -2
  256. package/dist/doxygen/data-model/index/indexmembertype-dm.js.map +1 -1
  257. package/dist/doxygen/data-model/types.d.ts +96 -1
  258. package/dist/doxygen/data-model/types.d.ts.map +1 -1
  259. package/dist/doxygen/data-model/types.js +37 -0
  260. package/dist/doxygen/data-model/types.js.map +1 -1
  261. package/dist/doxygen2docusaurus.d.ts +4774 -0
  262. package/dist/tsdoc-metadata.json +11 -0
  263. package/package.json +11 -7
  264. /package/{template → templates}/css/custom.css +0 -0
  265. /package/{template → templates}/img/README.md +0 -0
  266. /package/{template → templates}/img/document-svgrepo-com.svg +0 -0
  267. /package/{template → templates}/img/folder-svgrepo-com.svg +0 -0
@@ -2,62 +2,479 @@ import { ElementLinesRendererBase, ElementStringRendererBase } from './element-r
2
2
  import { AbstractDocAnchorType, type AbstractDocBlockQuoteType, AbstractDocEmptyType, AbstractDocFormulaType, type AbstractDocHeadingType, AbstractDocImageType, AbstractDocMarkupType, type AbstractDocParamListType, type AbstractDocParaType, AbstractDocRefTextType, type AbstractDocSimpleSectType, AbstractDocURLLink, AbstractEmojiType, type AbstractPreformattedType, type AbstractSpType, type AbstractVerbatimType, type AbstractDescriptionType } from '../../doxygen/data-model/compounds/descriptiontype-dm.js';
3
3
  import { AbstractDocHtmlOnlyType } from '../../doxygen/data-model/compounds/compounddef-dm.js';
4
4
  import { AbstractDataModelBase } from '../../doxygen/data-model/types.js';
5
+ /**
6
+ * Primary renderer for description type elements in documentation.
7
+ *
8
+ * @remarks
9
+ * Handles the rendering of Doxygen description elements that contain
10
+ * formatted text, converting them into appropriate output lines for
11
+ * documentation generation. Supports both brief and detailed descriptions.
12
+ *
13
+ * @public
14
+ */
5
15
  export declare class DescriptionTypeLinesRenderer extends ElementLinesRendererBase {
6
16
  renderToLines(element: AbstractDescriptionType, type: string): string[];
7
17
  }
18
+ /**
19
+ * Renderer for Doxygen paragraph elements in documentation.
20
+ *
21
+ * @remarks
22
+ * Handles the complex rendering of paragraph elements that can contain
23
+ * mixed content including text, markup, links, and block-level elements.
24
+ * Manages paragraph boundaries and applies appropriate HTML wrapping.
25
+ *
26
+ * @public
27
+ */
8
28
  export declare class DocParaTypeLinesRenderer extends ElementLinesRendererBase {
29
+ /**
30
+ * Renders a paragraph element to formatted output lines.
31
+ *
32
+ * @remarks
33
+ * Processes child elements to determine paragraph boundaries and applies
34
+ * appropriate HTML paragraph tags when enabled. Handles mixed content
35
+ * including inline elements and block-level elements with proper spacing.
36
+ *
37
+ * @param element - The paragraph element to render
38
+ * @param type - The rendering context type
39
+ * @returns Array of formatted output lines with paragraph structure
40
+ */
9
41
  renderToLines(element: AbstractDocParaType, type: string): string[];
42
+ /**
43
+ * Determines if an element should be rendered within a paragraph context.
44
+ *
45
+ * @remarks
46
+ * Classifies documentation elements as either inline (paragraph content)
47
+ * or block-level elements. This classification controls whether elements
48
+ * are wrapped in paragraph tags or rendered as standalone blocks.
49
+ *
50
+ * @param element - The element to classify
51
+ * @returns True if the element should be rendered within a paragraph
52
+ */
10
53
  isParagraph(element: string | AbstractDataModelBase): boolean;
11
54
  }
55
+ /**
56
+ * Renderer for URL link elements in documentation.
57
+ *
58
+ * @remarks
59
+ * Converts Doxygen URL link elements to HTML anchor tags with proper
60
+ * href attributes. Processes child elements to generate the link text
61
+ * content while preserving formatting.
62
+ *
63
+ * @public
64
+ */
12
65
  export declare class DocURLLinkStringRenderer extends ElementStringRendererBase {
66
+ /**
67
+ * Renders a URL link element to a formatted HTML anchor string.
68
+ *
69
+ * @remarks
70
+ * Creates an HTML anchor element with the specified URL and renders
71
+ * child elements as the link text content. Maintains proper link
72
+ * structure for external and internal references.
73
+ *
74
+ * @param element - The URL link element to render
75
+ * @param type - The rendering context type
76
+ * @returns The formatted HTML anchor string
77
+ */
13
78
  renderToString(element: AbstractDocURLLink, type: string): string;
14
79
  }
80
+ /**
81
+ * Renderer for text markup elements in documentation.
82
+ *
83
+ * @remarks
84
+ * Handles common text formatting elements such as bold, emphasis, underline,
85
+ * subscript, and superscript. Maps Doxygen markup types to appropriate
86
+ * HTML elements for consistent text formatting.
87
+ *
88
+ * @public
89
+ */
15
90
  export declare class DocMarkupTypeStringRenderer extends ElementStringRendererBase {
91
+ /**
92
+ * Renders a markup element to a formatted HTML string.
93
+ *
94
+ * @remarks
95
+ * Converts Doxygen markup elements to their corresponding HTML tags
96
+ * and processes child content. Supports standard formatting elements
97
+ * with error handling for unrecognised markup types.
98
+ *
99
+ * @param element - The markup element to render
100
+ * @param type - The rendering context type
101
+ * @returns The formatted HTML string with markup tags
102
+ */
16
103
  renderToString(element: AbstractDocMarkupType, type: string): string;
17
104
  }
105
+ /**
106
+ * Renderer for computer output or code text elements.
107
+ *
108
+ * @remarks
109
+ * Formats text as computer output using CSS styling rather than code blocks.
110
+ * Handles inline code formatting that may contain HTML elements while
111
+ * maintaining compatibility with Docusaurus rendering.
112
+ *
113
+ * @public
114
+ */
18
115
  export declare class ComputerOutputDataModelStringRenderer extends ElementStringRendererBase {
116
+ /**
117
+ * Renders computer output text to a formatted HTML string.
118
+ *
119
+ * @remarks
120
+ * Wraps content in a styled span element for computer output formatting.
121
+ * Uses CSS classes instead of code blocks to handle mixed content
122
+ * including HTML elements like anchors.
123
+ *
124
+ * @param element - The computer output element to render
125
+ * @param type - The rendering context type
126
+ * @returns The formatted HTML string with computer output styling
127
+ */
19
128
  renderToString(element: AbstractDocMarkupType, type: string): string;
20
129
  }
130
+ /**
131
+ * Renderer for reference text elements within descriptions.
132
+ *
133
+ * @remarks
134
+ * Handles cross-references to other documentation elements by generating
135
+ * appropriate links when permalinks are available. Provides fallback
136
+ * text rendering for unresolved references.
137
+ *
138
+ * @public
139
+ */
21
140
  export declare class DocRefTextTypeStringRenderer extends ElementStringRendererBase {
141
+ /**
142
+ * Renders a reference text element to a formatted string with linking.
143
+ *
144
+ * @remarks
145
+ * Creates HTML anchor tags for valid references with permalinks,
146
+ * otherwise renders as plain text. Logs warnings for unsupported
147
+ * external references that are not yet implemented.
148
+ *
149
+ * @param element - The reference text element to render
150
+ * @param type - The rendering context type
151
+ * @returns The formatted string with optional link
152
+ */
22
153
  renderToString(element: AbstractDocRefTextType, type: string): string;
23
154
  }
155
+ /**
156
+ * Renderer for simple section elements in documentation.
157
+ *
158
+ * @remarks
159
+ * Handles various types of documentation sections including returns,
160
+ * authors, notes, warnings, and custom sections. Maps section types
161
+ * to appropriate HTML structures and Docusaurus admonitions.
162
+ *
163
+ * @public
164
+ */
24
165
  export declare class DocSimpleSectTypeLinesRenderer extends ElementLinesRendererBase {
166
+ /**
167
+ * Renders a simple section element to formatted output lines.
168
+ *
169
+ * @remarks
170
+ * Converts Doxygen simple sections to HTML definition lists or
171
+ * Docusaurus admonitions based on section type. Supports standard
172
+ * sections like returns and notes, plus custom paragraph sections.
173
+ *
174
+ * @param element - The simple section element to render
175
+ * @param type - The rendering context type
176
+ * @returns Array of formatted output lines for the section
177
+ */
25
178
  renderToLines(element: AbstractDocSimpleSectType, type: string): string[];
26
179
  }
180
+ /**
181
+ * Renderer for space elements in documentation.
182
+ *
183
+ * @remarks
184
+ * Handles spacing elements that insert a specified number of space
185
+ * characters into the output. Supports both single spaces and
186
+ * multiple space sequences for formatting control.
187
+ *
188
+ * @public
189
+ */
27
190
  export declare class SpTypeStringRenderer extends ElementStringRendererBase {
191
+ /**
192
+ * Renders a space element to a string of space characters.
193
+ *
194
+ * @remarks
195
+ * Generates the specified number of space characters based on the
196
+ * element's value attribute. Defaults to a single space if no
197
+ * value is specified.
198
+ *
199
+ * @param element - The space element to render
200
+ * @param type - The rendering context type (unused in implementation)
201
+ * @returns String containing the specified number of spaces
202
+ */
28
203
  renderToString(element: AbstractSpType, type: string): string;
29
204
  }
205
+ /**
206
+ * Renderer for empty or structural elements in documentation.
207
+ *
208
+ * @remarks
209
+ * Handles various empty elements that provide structural formatting
210
+ * including horizontal rules, line breaks, and non-breakable spaces.
211
+ * Maps element types to appropriate HTML equivalents.
212
+ *
213
+ * @public
214
+ */
30
215
  export declare class DocEmptyTypeStringRenderer extends ElementStringRendererBase {
216
+ /**
217
+ * Renders an empty element to its HTML equivalent.
218
+ *
219
+ * @remarks
220
+ * Converts structural elements like horizontal rules and line breaks
221
+ * to their corresponding HTML tags. Provides error handling for
222
+ * unrecognised empty element types.
223
+ *
224
+ * @param element - The empty element to render
225
+ * @param type - The rendering context type (unused in implementation)
226
+ * @returns The formatted HTML string for the structural element
227
+ */
31
228
  renderToString(element: AbstractDocEmptyType, type: string): string;
32
229
  }
230
+ /**
231
+ * Renderer for parameter list elements in documentation.
232
+ *
233
+ * @remarks
234
+ * Handles complex parameter documentation including template parameters,
235
+ * function parameters, return values, and exceptions. Generates structured
236
+ * HTML tables for organised parameter presentation.
237
+ *
238
+ * @public
239
+ */
33
240
  export declare class DocParamListTypeLinesRenderer extends ElementLinesRendererBase {
241
+ /**
242
+ * Renders a parameter list element to formatted output lines.
243
+ *
244
+ * @remarks
245
+ * Creates HTML definition lists and tables for parameter documentation.
246
+ * Processes parameter names, types, directions, and descriptions to
247
+ * generate comprehensive parameter documentation with proper formatting.
248
+ *
249
+ * @param element - The parameter list element to render
250
+ * @param type - The rendering context type
251
+ * @returns Array of HTML strings forming the parameter documentation
252
+ */
34
253
  renderToLines(element: AbstractDocParamListType, type: string): string[];
35
254
  }
255
+ /**
256
+ * Renderer for anchor elements in documentation.
257
+ *
258
+ * @remarks
259
+ * Creates HTML anchor elements for cross-referencing within documents.
260
+ * Generates sanitised anchor IDs that can be used for permalink
261
+ * navigation and internal linking.
262
+ *
263
+ * @public
264
+ */
36
265
  export declare class DocAnchorTypeLinesRenderer extends ElementLinesRendererBase {
266
+ /**
267
+ * Renders an anchor element to formatted output lines.
268
+ *
269
+ * @remarks
270
+ * Creates an HTML anchor element with a sanitised ID attribute
271
+ * for use in permalink generation and cross-referencing within
272
+ * the documentation.
273
+ *
274
+ * @param element - The anchor element to render
275
+ * @param type - The rendering context type (unused in implementation)
276
+ * @returns Array containing the HTML anchor element
277
+ */
37
278
  renderToLines(element: AbstractDocAnchorType, type: string): string[];
38
279
  }
280
+ /**
281
+ * Renderer for verbatim text elements in documentation.
282
+ *
283
+ * @remarks
284
+ * Handles verbatim text blocks that should be displayed exactly as
285
+ * written without interpretation. Generates HTML pre and code elements
286
+ * with proper formatting for code snippets and literal text.
287
+ *
288
+ * @public
289
+ */
39
290
  export declare class VerbatimStringRenderer extends ElementStringRendererBase {
291
+ /**
292
+ * Renders a verbatim element to formatted HTML code block.
293
+ *
294
+ * @remarks
295
+ * Creates HTML pre and code elements for literal text display.
296
+ * Strips leading and trailing newlines while preserving internal
297
+ * formatting and enables copy functionality through Docusaurus.
298
+ *
299
+ * @param element - The verbatim element to render
300
+ * @param type - The rendering context type
301
+ * @returns The formatted HTML code block string
302
+ */
40
303
  renderToString(element: AbstractVerbatimType, type: string): string;
41
304
  }
305
+ /**
306
+ * Renderer for preformatted text elements in documentation.
307
+ *
308
+ * @remarks
309
+ * Similar to verbatim rendering but specifically for preformatted content.
310
+ * Maintains exact spacing and formatting while providing HTML code block
311
+ * structure compatible with Docusaurus features.
312
+ *
313
+ * @public
314
+ */
42
315
  export declare class PreformattedStringRenderer extends ElementStringRendererBase {
316
+ /**
317
+ * Renders a preformatted element to formatted HTML code block.
318
+ *
319
+ * @remarks
320
+ * Creates HTML pre and code elements for preformatted text display.
321
+ * Preserves exact formatting while stripping unnecessary newlines
322
+ * and enabling Docusaurus copy button functionality.
323
+ *
324
+ * @param element - The preformatted element to render
325
+ * @param type - The rendering context type
326
+ * @returns The formatted HTML code block string
327
+ */
43
328
  renderToString(element: AbstractPreformattedType, type: string): string;
44
329
  }
330
+ /**
331
+ * Renderer for mathematical formula elements in documentation.
332
+ *
333
+ * @remarks
334
+ * Handles LaTeX mathematical formulae by converting them to HTML code
335
+ * elements. Provides warnings for limited formula rendering capabilities
336
+ * and maintains formula content for basic display.
337
+ *
338
+ * @public
339
+ */
45
340
  export declare class FormulaStringRenderer extends ElementStringRendererBase {
341
+ /**
342
+ * Renders a formula element to formatted HTML code.
343
+ *
344
+ * @remarks
345
+ * Converts LaTeX formulae to HTML code elements with basic formatting.
346
+ * Logs warnings about limited rendering capabilities and ignores
347
+ * formula IDs while preserving mathematical content.
348
+ *
349
+ * @param element - The formula element to render
350
+ * @param type - The rendering context type
351
+ * @returns The formatted HTML code string containing the formula
352
+ */
46
353
  renderToString(element: AbstractDocFormulaType, type: string): string;
47
354
  }
355
+ /**
356
+ * Renderer for image elements in documentation.
357
+ *
358
+ * @remarks
359
+ * Handles image rendering with support for various attributes including
360
+ * dimensions, captions, and source URLs. Generates HTML figure elements
361
+ * with proper image handling for both local and remote sources.
362
+ *
363
+ * @public
364
+ */
48
365
  export declare class ImageStringRenderer extends ElementStringRendererBase {
366
+ /**
367
+ * Renders an image element to formatted HTML figure.
368
+ *
369
+ * @remarks
370
+ * Creates HTML figure and img elements with support for width, height,
371
+ * alt text, captions, and inline styling. Handles both URL and local
372
+ * image sources while skipping LaTeX-specific images.
373
+ *
374
+ * @param element - The image element to render
375
+ * @param type - The rendering context type (unused in implementation)
376
+ * @returns The formatted HTML figure string
377
+ */
49
378
  renderToString(element: AbstractDocImageType, type: string): string;
50
379
  }
380
+ /**
381
+ * Renderer for HTML-only content elements in documentation.
382
+ *
383
+ * @remarks
384
+ * Handles content that should only appear in HTML output formats.
385
+ * Processes HTML-specific markup while converting it to appropriate
386
+ * text format for cross-platform compatibility.
387
+ *
388
+ * @public
389
+ */
51
390
  export declare class HtmlOnlyStringRenderer extends ElementStringRendererBase {
391
+ /**
392
+ * Renders an HTML-only element to formatted text.
393
+ *
394
+ * @remarks
395
+ * Converts HTML-only content to plain text format for broader
396
+ * compatibility. Processes the element's text content through
397
+ * the workspace renderer with text formatting.
398
+ *
399
+ * @param element - The HTML-only element to render
400
+ * @param type - The rendering context type (unused in implementation)
401
+ * @returns The formatted text string
402
+ */
52
403
  renderToString(element: AbstractDocHtmlOnlyType, type: string): string;
53
404
  }
405
+ /**
406
+ * Renderer for heading elements in documentation.
407
+ *
408
+ * @remarks
409
+ * Converts Doxygen heading elements to Markdown heading syntax.
410
+ * Supports multiple heading levels while providing warnings for
411
+ * potentially problematic heading configurations.
412
+ *
413
+ * @public
414
+ */
54
415
  export declare class HeadingLinesRenderer extends ElementLinesRendererBase {
416
+ /**
417
+ * Renders a heading element to formatted Markdown heading lines.
418
+ *
419
+ * @remarks
420
+ * Creates Markdown-style headings with appropriate hash symbols
421
+ * based on the heading level. Warns about level 1 headings that
422
+ * may interfere with Docusaurus page structure.
423
+ *
424
+ * @param element - The heading element to render
425
+ * @param type - The rendering context type
426
+ * @returns Array containing the formatted Markdown heading
427
+ */
55
428
  renderToLines(element: AbstractDocHeadingType, type: string): string[];
56
429
  }
430
+ /**
431
+ * Renderer for emoji elements in documentation.
432
+ *
433
+ * @remarks
434
+ * Handles Unicode emoji characters by wrapping them in appropriate
435
+ * HTML span elements with CSS styling. Provides consistent emoji
436
+ * display across different platforms and browsers.
437
+ *
438
+ * @public
439
+ */
57
440
  export declare class EmojiStringRenderer extends ElementStringRendererBase {
441
+ /**
442
+ * Renders an emoji element to formatted HTML span.
443
+ *
444
+ * @remarks
445
+ * Creates an HTML span element with CSS class for emoji styling
446
+ * and includes the Unicode emoji character. Ensures consistent
447
+ * emoji presentation in documentation output.
448
+ *
449
+ * @param element - The emoji element to render
450
+ * @param type - The rendering context type (unused in implementation)
451
+ * @returns The formatted HTML span string with emoji
452
+ */
58
453
  renderToString(element: AbstractEmojiType, type: string): string;
59
454
  }
455
+ /**
456
+ * Renderer for blockquote elements in documentation.
457
+ *
458
+ * @remarks
459
+ * Handles blockquote formatting by wrapping content in HTML blockquote
460
+ * elements with appropriate CSS styling. Processes child elements to
461
+ * maintain proper content structure within quotes.
462
+ *
463
+ * @public
464
+ */
60
465
  export declare class BlockquoteLinesRenderer extends ElementLinesRendererBase {
466
+ /**
467
+ * Renders a blockquote element to formatted output lines.
468
+ *
469
+ * @remarks
470
+ * Creates HTML blockquote elements with CSS styling and processes
471
+ * child elements to generate properly formatted quoted content
472
+ * with appropriate indentation and styling.
473
+ *
474
+ * @param element - The blockquote element to render
475
+ * @param type - The rendering context type
476
+ * @returns Array of HTML strings forming the blockquote structure
477
+ */
61
478
  renderToLines(element: AbstractDocBlockQuoteType, type: string): string[];
62
479
  }
63
480
  //# sourceMappingURL=descriptiontype.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"descriptiontype.d.ts","sourceRoot":"","sources":["../../../src/docusaurus/renderers/descriptiontype.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"descriptiontype.d.ts","sourceRoot":"","sources":["../../../src/docusaurus/renderers/descriptiontype.ts"],"names":[],"mappings":"AAiBA,OAAO,EACL,wBAAwB,EACxB,yBAAyB,EAC1B,MAAM,4BAA4B,CAAA;AACnC,OAAO,EACL,qBAAqB,EACrB,KAAK,yBAAyB,EAC9B,oBAAoB,EACpB,sBAAsB,EACtB,KAAK,sBAAsB,EAC3B,oBAAoB,EACpB,qBAAqB,EACrB,KAAK,wBAAwB,EAC7B,KAAK,mBAAmB,EACxB,sBAAsB,EACtB,KAAK,yBAAyB,EAC9B,kBAAkB,EAClB,iBAAiB,EACjB,KAAK,wBAAwB,EAC7B,KAAK,cAAc,EACnB,KAAK,oBAAoB,EAGzB,KAAK,uBAAuB,EAE7B,MAAM,0DAA0D,CAAA;AAOjE,OAAO,EACL,uBAAuB,EAKxB,MAAM,sDAAsD,CAAA;AAE7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAA;AAIzE;;;;;;;;;GASG;AACH,qBAAa,4BAA6B,SAAQ,wBAAwB;IACxE,aAAa,CAAC,OAAO,EAAE,uBAAuB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE;CAcxE;AAID;;;;;;;;;GASG;AACH,qBAAa,wBAAyB,SAAQ,wBAAwB;IACpE;;;;;;;;;;;OAWG;IACH,aAAa,CAAC,OAAO,EAAE,mBAAmB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE;IA4DnE;;;;;;;;;;OAUG;IACH,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,qBAAqB,GAAG,OAAO;CA0C9D;AAID;;;;;;;;;GASG;AACH,qBAAa,wBAAyB,SAAQ,yBAAyB;IACrE;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,OAAO,EAAE,kBAAkB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM;CAUlE;AAYD;;;;;;;;;GASG;AACH,qBAAa,2BAA4B,SAAQ,yBAAyB;IACxE;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,OAAO,EAAE,qBAAqB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM;CAuBrE;AAED;;;;;;;;;GASG;AACH,qBAAa,qCAAsC,SAAQ,yBAAyB;IAClF;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,OAAO,EAAE,qBAAqB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM;CAgBrE;AAID;;;;;;;;;GASG;AACH,qBAAa,4BAA6B,SAAQ,yBAAyB;IACzE;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,OAAO,EAAE,sBAAsB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM;CA4BtE;AA2BD;;;;;;;;;GASG;AACH,qBAAa,8BAA+B,SAAQ,wBAAwB;IAC1E;;;;;;;;;;;OAWG;IACH,aAAa,CAAC,OAAO,EAAE,yBAAyB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE;CA0I1E;AAID;;;;;;;;;GASG;AACH,qBAAa,oBAAqB,SAAQ,yBAAyB;IACjE;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,OAAO,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM;CAgB9D;AAID;;;;;;;;;GASG;AACH,qBAAa,0BAA2B,SAAQ,yBAAyB;IACvE;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM;CAgCpE;AAID;;;;;;;;;GASG;AACH,qBAAa,6BAA8B,SAAQ,wBAAwB;IACzE;;;;;;;;;;;OAWG;IACH,aAAa,CAAC,OAAO,EAAE,wBAAwB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE;CA6HzE;AAID;;;;;;;;;GASG;AACH,qBAAa,0BAA2B,SAAQ,wBAAwB;IACtE;;;;;;;;;;;OAWG;IACH,aAAa,CAAC,OAAO,EAAE,qBAAqB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE;CAUtE;AAID;;;;;;;;;GASG;AACH,qBAAa,sBAAuB,SAAQ,yBAAyB;IACnE;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM;CAqBpE;AAED;;;;;;;;;GASG;AACH,qBAAa,0BAA2B,SAAQ,yBAAyB;IACvE;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,OAAO,EAAE,wBAAwB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM;CAqBxE;AAID;;;;;;;;;GASG;AACH,qBAAa,qBAAsB,SAAQ,yBAAyB;IAClE;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,OAAO,EAAE,sBAAsB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM;CAgBtE;AAID;;;;;;;;;GASG;AACH,qBAAa,mBAAoB,SAAQ,yBAAyB;IAChE;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM;CAgEpE;AAID;;;;;;;;;GASG;AACH,qBAAa,sBAAuB,SAAQ,yBAAyB;IACnE;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,OAAO,EAAE,uBAAuB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM;CAQvE;AAID;;;;;;;;;GASG;AACH,qBAAa,oBAAqB,SAAQ,wBAAwB;IAChE;;;;;;;;;;;OAWG;IACH,aAAa,CAAC,OAAO,EAAE,sBAAsB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE;CAuBvE;AAID;;;;;;;;;GASG;AACH,qBAAa,mBAAoB,SAAQ,yBAAyB;IAChE;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,OAAO,EAAE,iBAAiB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM;CASjE;AAID;;;;;;;;;GASG;AACH,qBAAa,uBAAwB,SAAQ,wBAAwB;IACnE;;;;;;;;;;;OAWG;IACH,aAAa,CAAC,OAAO,EAAE,yBAAyB,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE;CAY1E"}