@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
@@ -22,6 +22,18 @@ import { LocationDataModel } from './locationtype-dm.js';
22
22
  import { AbstractDataModelBase } from '../types.js';
23
23
  import { TableOfContentsDataModel } from './tableofcontentstype-dm.js';
24
24
  // ----------------------------------------------------------------------------
25
+ /**
26
+ * Abstract template class for creating new data model objects.
27
+ *
28
+ * @remarks
29
+ * This template provides a standardised structure for implementing new
30
+ * data model types with common properties and processing patterns. It
31
+ * demonstrates the typical XML parsing approach used throughout the
32
+ * Doxygen data model implementation, including element and attribute
33
+ * processing workflows.
34
+ *
35
+ * @public
36
+ */
25
37
  // Template, to be used for creating new objects.
26
38
  export class AbstractXyzType extends AbstractDataModelBase {
27
39
  // If the object has a text.
@@ -48,6 +60,19 @@ export class AbstractXyzType extends AbstractDataModelBase {
48
60
  attr23;
49
61
  // ------------------------------------------
50
62
  // children: Array<string | ParaDataModel | Sect5DataModel> = []
63
+ /**
64
+ * Constructs a new template data model instance.
65
+ *
66
+ * @remarks
67
+ * Demonstrates the standard XML parsing workflow used throughout the
68
+ * data model implementation. This includes processing inner elements,
69
+ * handling mixed content with ordered children, and extracting attributes
70
+ * with appropriate type conversion and validation.
71
+ *
72
+ * @param xml - The XML parser instance for processing elements
73
+ * @param element - The XML element object to parse
74
+ * @param elementName - The name of the XML element being processed
75
+ */
51
76
  constructor(xml, element, elementName) {
52
77
  super(elementName);
53
78
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
@@ -138,7 +163,28 @@ export class AbstractXyzType extends AbstractDataModelBase {
138
163
  // console.log(util.inspect(this, { compact: false, depth: 999 }))
139
164
  }
140
165
  }
166
+ /**
167
+ * Concrete implementation of the template data model.
168
+ *
169
+ * @remarks
170
+ * Provides a specific implementation of the abstract template class,
171
+ * demonstrating how to create concrete data model objects for particular
172
+ * XML element types. This pattern is used throughout the data model
173
+ * for creating type-specific implementations.
174
+ *
175
+ * @public
176
+ */
141
177
  export class XyzDataModel extends AbstractXyzType {
178
+ /**
179
+ * Constructs a new XyzDataModel instance.
180
+ *
181
+ * @remarks
182
+ * Creates a data model object for 'xyz' XML elements by delegating
183
+ * to the parent constructor with the appropriate element name.
184
+ *
185
+ * @param xml - The XML parser instance for processing elements
186
+ * @param element - The XML element object to parse
187
+ */
142
188
  constructor(xml, element) {
143
189
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
144
190
  super(xml, element, 'xyz');
@@ -210,47 +256,320 @@ export class XyzDataModel extends AbstractXyzType {
210
256
  // </xsd:restriction>
211
257
  // </xsd:simpleType>
212
258
  /**
259
+ * Abstract base class for Doxygen compound definition data models.
260
+ *
261
+ * @remarks
262
+ * Represents the core structure of compound definitions in Doxygen XML output,
263
+ * including classes, structures, files, namespaces, and other compound types.
264
+ * This class handles the complete XML schema for compound definitions with
265
+ * comprehensive element and attribute processing to capture all aspects of
266
+ * the documented code structures.
267
+ *
213
268
  * @public
214
269
  */
215
270
  export class AbstractCompoundDefType extends AbstractDataModelBase {
216
271
  // Mandatory elements.
272
+ /**
273
+ * The name of the compound element.
274
+ *
275
+ * @remarks
276
+ * Contains the fully qualified name of the compound (class, namespace,
277
+ * file, etc.) as extracted from the 'compoundname' XML element. This
278
+ * represents the primary identifier for the compound in the documentation
279
+ * hierarchy and is mandatory for all compound types except namespaces.
280
+ */
217
281
  compoundName = '';
218
282
  // Optional elements.
283
+ /**
284
+ * Optional title for the compound.
285
+ *
286
+ * @remarks
287
+ * Provides a human-readable title for the compound that may differ from
288
+ * the compound name. This is typically used for pages and groups where
289
+ * a descriptive title is more appropriate than the technical identifier.
290
+ */
219
291
  title;
292
+ /**
293
+ * Brief description of the compound.
294
+ *
295
+ * @remarks
296
+ * Contains a concise summary description of the compound extracted from
297
+ * the 'briefdescription' XML element. This provides a short overview
298
+ * suitable for listings and summary views of the documented entity.
299
+ */
220
300
  briefDescription;
301
+ /**
302
+ * Detailed description of the compound.
303
+ *
304
+ * @remarks
305
+ * Contains comprehensive documentation for the compound extracted from
306
+ * the 'detaileddescription' XML element. This includes full description
307
+ * text with formatting, examples, and other detailed documentation
308
+ * content.
309
+ */
221
310
  detailedDescription;
311
+ /**
312
+ * Base compound references for inheritance relationships.
313
+ *
314
+ * @remarks
315
+ * Contains references to base classes or parent compounds from which
316
+ * this compound inherits. This property captures the inheritance
317
+ * hierarchy information extracted from 'basecompoundref' XML elements
318
+ * for object-oriented documentation structures.
319
+ */
222
320
  baseCompoundRefs;
321
+ /**
322
+ * Derived compound references for inheritance relationships.
323
+ *
324
+ * @remarks
325
+ * Contains references to derived classes or child compounds that inherit
326
+ * from this compound. This property captures the inheritance hierarchy
327
+ * information extracted from 'derivedcompoundref' XML elements for
328
+ * complete inheritance documentation.
329
+ */
223
330
  derivedCompoundRefs;
331
+ /**
332
+ * Include file references for this compound.
333
+ *
334
+ * @remarks
335
+ * Contains information about header files or modules that this compound
336
+ * includes or depends upon. This property captures dependency
337
+ * relationships extracted from 'includes' XML elements, providing
338
+ * visibility into the file inclusion structure.
339
+ */
224
340
  includes;
341
+ /**
342
+ * Reverse include file references for this compound.
343
+ *
344
+ * @remarks
345
+ * Contains information about other files or compounds that include this
346
+ * compound. This property captures reverse dependency relationships
347
+ * extracted from 'includedby' XML elements, showing which entities
348
+ * depend on this compound.
349
+ */
225
350
  includedBy;
351
+ /**
352
+ * Template parameter list for templated compounds.
353
+ *
354
+ * @remarks
355
+ * Contains the template parameter definitions for templated classes,
356
+ * functions, or other templated entities. This property captures
357
+ * template information extracted from 'templateparamlist' XML elements,
358
+ * providing details about generic programming constructs.
359
+ */
226
360
  templateParamList;
361
+ /**
362
+ * Section definitions within the compound.
363
+ *
364
+ * @remarks
365
+ * Contains organised sections of members and documentation within the
366
+ * compound. This property captures structured content extracted from
367
+ * 'sectiondef' XML elements, providing hierarchical organisation of
368
+ * compound members by type and visibility.
369
+ */
227
370
  sectionDefs;
371
+ /**
372
+ * Table of contents for the compound documentation.
373
+ *
374
+ * @remarks
375
+ * Contains the navigation structure for complex compound documentation.
376
+ * This property captures hierarchical content organisation extracted
377
+ * from 'tableofcontents' XML elements, providing structured navigation
378
+ * for large documentation entities.
379
+ */
228
380
  tableOfContents;
229
381
  // innerModules
382
+ /**
383
+ * Inner folder references contained within this compound.
384
+ *
385
+ * @remarks
386
+ * Contains references to subdirectories or folders that are logically
387
+ * contained within this compound. This property captures hierarchical
388
+ * folder structure extracted from 'innerdir' XML elements, typically
389
+ * used for directory-based documentation organisation.
390
+ */
230
391
  innerDirs;
392
+ /**
393
+ * Inner file references contained within this compound.
394
+ *
395
+ * @remarks
396
+ * Contains references to files that are logically contained within this
397
+ * compound. This property captures file relationships extracted from
398
+ * 'innerfile' XML elements, providing visibility into compound-to-file
399
+ * associations in the documentation structure.
400
+ */
231
401
  innerFiles;
402
+ /**
403
+ * Inner class references contained within this compound.
404
+ *
405
+ * @remarks
406
+ * Contains references to classes, structures, or other class-like
407
+ * entities that are defined within this compound. This property captures
408
+ * nested type relationships extracted from 'innerclass' XML elements,
409
+ * supporting hierarchical type documentation.
410
+ */
232
411
  innerClasses;
233
412
  // innerConcepts
413
+ /**
414
+ * Inner namespace references contained within this compound.
415
+ *
416
+ * @remarks
417
+ * Contains references to namespaces that are nested within this compound.
418
+ * This property captures namespace hierarchy relationships extracted from
419
+ * 'innernamespace' XML elements, supporting multi-level namespace
420
+ * documentation organisation.
421
+ */
234
422
  innerNamespaces;
423
+ /**
424
+ * Inner page references contained within this compound.
425
+ *
426
+ * @remarks
427
+ * Contains references to documentation pages that are logically
428
+ * associated with this compound. This property captures page
429
+ * relationships extracted from 'innerpage' XML elements, supporting
430
+ * structured documentation navigation.
431
+ */
235
432
  innerPages;
433
+ /**
434
+ * Inner group references contained within this compound.
435
+ *
436
+ * @remarks
437
+ * Contains references to documentation groups that are associated with
438
+ * this compound. This property captures group relationships extracted
439
+ * from 'innergroup' XML elements, supporting thematic organisation of
440
+ * related documentation elements.
441
+ */
236
442
  innerGroups;
443
+ /**
444
+ * Program listing or source code for the compound.
445
+ *
446
+ * @remarks
447
+ * Contains the actual source code implementation or listing for the
448
+ * compound when available. This property captures code content extracted
449
+ * from 'programlisting' XML elements, providing syntax-highlighted
450
+ * source code display in the documentation.
451
+ */
237
452
  programListing;
453
+ /**
454
+ * Location information for the compound definition.
455
+ *
456
+ * @remarks
457
+ * Contains file path, line number, and other location details for where
458
+ * the compound is defined in the source code. This property captures
459
+ * location metadata extracted from 'location' XML elements, enabling
460
+ * source code navigation and reference linking.
461
+ */
238
462
  location;
463
+ /**
464
+ * Complete list of all members contained in the compound.
465
+ *
466
+ * @remarks
467
+ * Contains a comprehensive list of all members (methods, properties,
468
+ * etc.) that belong to this compound, including inherited members.
469
+ * This property captures member information extracted from
470
+ * 'listofallmembers' XML elements for complete API documentation.
471
+ */
239
472
  listOfAllMembers;
240
473
  // Mandatory attributes.
474
+ /**
475
+ * Unique identifier for the compound.
476
+ *
477
+ * @remarks
478
+ * Contains the unique ID assigned to this compound by Doxygen for
479
+ * cross-referencing and linking purposes. This identifier is mandatory
480
+ * and serves as the primary key for compound identification throughout
481
+ * the documentation system.
482
+ */
241
483
  id = '';
484
+ /**
485
+ * The kind or type of compound.
486
+ *
487
+ * @remarks
488
+ * Specifies the compound type using DoxCompoundKind enumeration values
489
+ * such as 'class', 'struct', 'file', 'namespace', 'page', etc. This
490
+ * mandatory attribute determines how the compound should be processed
491
+ * and displayed in the documentation output.
492
+ */
242
493
  kind = ''; // DoxCompoundKind
243
494
  // Optional attributes.
495
+ /**
496
+ * Programming language of the compound.
497
+ *
498
+ * @remarks
499
+ * Specifies the programming language using DoxLanguage enumeration
500
+ * values when the compound is language-specific. This optional attribute
501
+ * enables language-aware processing and appropriate syntax highlighting
502
+ * in the generated documentation.
503
+ */
244
504
  language; // DoxLanguage
245
505
  // WARNING: This attribute is not marked as optional, but is not present.
506
+ /**
507
+ * Protection level of the compound.
508
+ *
509
+ * @remarks
510
+ * Specifies the access protection level (public, private, protected)
511
+ * for the compound using DoxProtectionKind enumeration values. Note
512
+ * that whilst this attribute is not marked as optional in the XML
513
+ * schema, it may not be present in all compound definitions.
514
+ */
246
515
  prot;
516
+ /**
517
+ * Indicates whether the compound is marked as final.
518
+ *
519
+ * @remarks
520
+ * Specifies that the compound cannot be inherited from or extended,
521
+ * typically used in object-oriented programming languages that support
522
+ * final classes or sealed types. This boolean attribute reflects the
523
+ * final modifier in the source code.
524
+ */
247
525
  final;
526
+ /**
527
+ * Indicates whether the compound is inline.
528
+ *
529
+ * @remarks
530
+ * Specifies that the compound is defined inline, typically used for
531
+ * functions, methods, or other constructs that are implemented directly
532
+ * in header files. This boolean attribute reflects inline declarations
533
+ * in the source code.
534
+ */
248
535
  inline;
536
+ /**
537
+ * Indicates whether the compound is sealed.
538
+ *
539
+ * @remarks
540
+ * Specifies that the compound is sealed and cannot be inherited from,
541
+ * similar to final but using different language-specific terminology.
542
+ * This boolean attribute reflects sealed modifiers found in languages
543
+ * like C# or other object-oriented programming environments.
544
+ */
249
545
  sealed;
546
+ /**
547
+ * Indicates whether the compound is abstract.
548
+ *
549
+ * @remarks
550
+ * Specifies that the compound is abstract and cannot be instantiated
551
+ * directly, typically requiring concrete implementations of abstract
552
+ * methods or properties. This boolean attribute reflects abstract
553
+ * modifiers in object-oriented programming languages.
554
+ */
250
555
  abstract;
251
556
  // Not in xsd.
252
557
  // parentId: string = ''
253
558
  // permalink: string = ''
559
+ /**
560
+ * Constructs a new compound definition data model instance.
561
+ *
562
+ * @remarks
563
+ * Parses the complete XML structure for compound definitions, processing
564
+ * all elements and attributes according to the Doxygen XML schema. This
565
+ * includes handling optional and mandatory elements, complex nested
566
+ * structures, and comprehensive attribute validation to ensure data
567
+ * integrity throughout the parsing process.
568
+ *
569
+ * @param xml - The XML parser instance for processing elements
570
+ * @param element - The XML element object to parse
571
+ * @param elementName - The name of the XML element being processed
572
+ */
254
573
  constructor(xml, element, elementName) {
255
574
  super(elementName);
256
575
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
@@ -405,9 +724,29 @@ export class AbstractCompoundDefType extends AbstractDataModelBase {
405
724
  // ----------------------------------------------------------------------------
406
725
  // <xsd:element name="compounddef" type="compounddefType" minOccurs="0" />
407
726
  /**
727
+ * Concrete implementation of compound definition data model.
728
+ *
729
+ * @remarks
730
+ * Provides the primary data model implementation for Doxygen compound
731
+ * definitions, handling all types of compounds including classes, structures,
732
+ * files, namespaces, and pages. This class serves as the main entry point
733
+ * for processing compound definition XML elements in the Doxygen output.
734
+ *
408
735
  * @public
409
736
  */
410
737
  export class CompoundDefDataModel extends AbstractCompoundDefType {
738
+ /**
739
+ * Constructs a new CompoundDefDataModel instance.
740
+ *
741
+ * @remarks
742
+ * Creates a data model object for 'compounddef' XML elements by delegating
743
+ * to the parent constructor with the appropriate element name. This
744
+ * represents the root element for all compound definitions in Doxygen XML
745
+ * output.
746
+ *
747
+ * @param xml - The XML parser instance for processing elements
748
+ * @param element - The XML element object to parse
749
+ */
411
750
  constructor(xml, element) {
412
751
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
413
752
  super(xml, element, 'compounddef');
@@ -421,9 +760,33 @@ export class CompoundDefDataModel extends AbstractCompoundDefType {
421
760
  // </xsd:extension>
422
761
  // </xsd:simpleContent>
423
762
  // </xsd:complexType>
763
+ /**
764
+ * Abstract base class for HTML-only documentation content.
765
+ *
766
+ * @remarks
767
+ * Represents content that should only be rendered in HTML output formats,
768
+ * providing a mechanism for format-specific content inclusion in Doxygen
769
+ * documentation. This class handles the 'docHtmlOnlyType' XML schema
770
+ * structure with text content and optional block attributes.
771
+ *
772
+ * @public
773
+ */
424
774
  export class AbstractDocHtmlOnlyType extends AbstractDataModelBase {
425
775
  text = '';
426
776
  block;
777
+ /**
778
+ * Constructs a new HTML-only content data model instance.
779
+ *
780
+ * @remarks
781
+ * Parses HTML-only content elements from Doxygen XML output, extracting
782
+ * the text content and any optional block attributes. This content is
783
+ * intended for rendering only in HTML-based output formats whilst being
784
+ * excluded from other documentation formats.
785
+ *
786
+ * @param xml - The XML parser instance for processing elements
787
+ * @param element - The XML element object to parse
788
+ * @param elementName - The name of the XML element being processed
789
+ */
427
790
  constructor(xml, element, elementName) {
428
791
  super(elementName);
429
792
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
@@ -451,7 +814,28 @@ export class AbstractDocHtmlOnlyType extends AbstractDataModelBase {
451
814
  }
452
815
  // ----------------------------------------------------------------------------
453
816
  // <xsd:element name="htmlonly" type="docHtmlOnlyType" />
817
+ /**
818
+ * Data model for HTML-only content elements.
819
+ *
820
+ * @remarks
821
+ * Represents content that should only be included in HTML output formats,
822
+ * typically used for web-specific markup or styling that is not appropriate
823
+ * for other documentation formats. This implementation handles the 'htmlonly'
824
+ * XML element from Doxygen output.
825
+ *
826
+ * @public
827
+ */
454
828
  export class HtmlOnlyDataModel extends AbstractDocHtmlOnlyType {
829
+ /**
830
+ * Constructs a new HtmlOnlyDataModel instance.
831
+ *
832
+ * @remarks
833
+ * Creates a data model object for 'htmlonly' XML elements, which contain
834
+ * content specifically intended for HTML output rendering only.
835
+ *
836
+ * @param xml - The XML parser instance for processing elements
837
+ * @param element - The XML element object to parse
838
+ */
455
839
  constructor(xml, element) {
456
840
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
457
841
  super(xml, element, 'htmlonly');
@@ -464,31 +848,132 @@ export class HtmlOnlyDataModel extends AbstractDocHtmlOnlyType {
464
848
  // <xsd:element name="rtfonly" type="xsd:string" />
465
849
  // <xsd:element name="latexonly" type="xsd:string" />
466
850
  // <xsd:element name="docbookonly" type="xsd:string" />
851
+ /**
852
+ * Data model for manual-only content elements.
853
+ *
854
+ * @remarks
855
+ * Represents content that should only be included in manual page output
856
+ * formats. This class handles string content specifically intended for
857
+ * Unix manual page generation whilst excluding it from other documentation
858
+ * formats.
859
+ *
860
+ * @public
861
+ */
467
862
  export class ManOnlyDataModel extends AbstractStringType {
863
+ /**
864
+ * Constructs a new ManOnlyDataModel instance.
865
+ *
866
+ * @remarks
867
+ * Creates a data model object for 'manonly' XML elements containing
868
+ * content specifically intended for manual page output rendering.
869
+ *
870
+ * @param xml - The XML parser instance for processing elements
871
+ * @param element - The XML element object to parse
872
+ */
468
873
  constructor(xml, element) {
469
874
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
470
875
  super(xml, element, 'manonly');
471
876
  }
472
877
  }
878
+ /**
879
+ * Data model for XML-only content elements.
880
+ *
881
+ * @remarks
882
+ * Represents content that should only be included in XML output formats.
883
+ * This class handles string content specifically intended for XML-based
884
+ * documentation generation whilst excluding it from other output formats.
885
+ *
886
+ * @public
887
+ */
473
888
  export class XmlOnlyDataModel extends AbstractStringType {
889
+ /**
890
+ * Constructs a new XmlOnlyDataModel instance.
891
+ *
892
+ * @remarks
893
+ * Creates a data model object for 'xmlonly' XML elements containing
894
+ * content specifically intended for XML output rendering.
895
+ *
896
+ * @param xml - The XML parser instance for processing elements
897
+ * @param element - The XML element object to parse
898
+ */
474
899
  constructor(xml, element) {
475
900
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
476
901
  super(xml, element, 'xmlonly');
477
902
  }
478
903
  }
904
+ /**
905
+ * Data model for RTF-only content elements.
906
+ *
907
+ * @remarks
908
+ * Represents content that should only be included in Rich Text Format (RTF)
909
+ * output. This class handles string content specifically intended for RTF
910
+ * document generation whilst excluding it from other documentation formats.
911
+ *
912
+ * @public
913
+ */
479
914
  export class RtfOnlyDataModel extends AbstractStringType {
915
+ /**
916
+ * Constructs a new RtfOnlyDataModel instance.
917
+ *
918
+ * @remarks
919
+ * Creates a data model object for 'rtfonly' XML elements containing
920
+ * content specifically intended for RTF output rendering.
921
+ *
922
+ * @param xml - The XML parser instance for processing elements
923
+ * @param element - The XML element object to parse
924
+ */
480
925
  constructor(xml, element) {
481
926
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
482
927
  super(xml, element, 'rtfonly');
483
928
  }
484
929
  }
930
+ /**
931
+ * Data model for LaTeX-only content elements.
932
+ *
933
+ * @remarks
934
+ * Represents content that should only be included in LaTeX output formats.
935
+ * This class handles string content specifically intended for LaTeX document
936
+ * generation whilst excluding it from other documentation formats.
937
+ *
938
+ * @public
939
+ */
485
940
  export class LatexOnlyDataModel extends AbstractStringType {
941
+ /**
942
+ * Constructs a new LatexOnlyDataModel instance.
943
+ *
944
+ * @remarks
945
+ * Creates a data model object for 'latexonly' XML elements containing
946
+ * content specifically intended for LaTeX output rendering.
947
+ *
948
+ * @param xml - The XML parser instance for processing elements
949
+ * @param element - The XML element object to parse
950
+ */
486
951
  constructor(xml, element) {
487
952
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
488
953
  super(xml, element, 'latexonly');
489
954
  }
490
955
  }
956
+ /**
957
+ * Data model for DocBook-only content elements.
958
+ *
959
+ * @remarks
960
+ * Represents content that should only be included in DocBook output formats.
961
+ * This class handles string content specifically intended for DocBook XML
962
+ * document generation whilst excluding it from other documentation formats.
963
+ *
964
+ * @public
965
+ */
491
966
  export class DocBookOnlyDataModel extends AbstractStringType {
967
+ /**
968
+ * Constructs a new DocBookOnlyDataModel instance.
969
+ *
970
+ * @remarks
971
+ * Creates a data model object for 'docbookonly' XML elements containing
972
+ * content specifically intended for DocBook output rendering.
973
+ *
974
+ * @param xml - The XML parser instance for processing elements
975
+ * @param element - The XML element object to parse
976
+ */
492
977
  constructor(xml, element) {
493
978
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
494
979
  super(xml, element, 'docbookonly');
@@ -1 +1 @@
1
- {"version":3,"file":"compounddef-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/compounddef-dm.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,+EAA+E;AAE/E,OAAO,KAAK,IAAI,MAAM,WAAW,CAAA;AACjC,OAAO,MAAM,MAAM,aAAa,CAAA;AAEhC,OAAO,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAA;AACxE,OAAO,EACL,wBAAwB,EACxB,2BAA2B,GAC5B,MAAM,yBAAyB,CAAA;AAChC,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAA;AAC1E,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAA;AAC5D,OAAO,EAAE,yBAAyB,EAAE,MAAM,8BAA8B,CAAA;AACxE,OAAO,EACL,kBAAkB,EAClB,yBAAyB,EACzB,4BAA4B,EAC5B,aAAa,EACb,uBAAuB,EACvB,cAAc,GACf,MAAM,yBAAyB,CAAA;AAChC,OAAO,EACL,mBAAmB,EACnB,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,EACnB,uBAAuB,EACvB,kBAAkB,GACnB,MAAM,iBAAiB,CAAA;AACxB,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAEnD,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAA;AAEtE,+EAA+E;AAE/E,iDAAiD;AACjD,MAAM,OAAgB,eAAgB,SAAQ,qBAAqB;IACjE,4BAA4B;IAC5B,IAAI,GAAG,EAAE,CAAA;IAET,sBAAsB;IACtB,YAAY,GAAG,EAAE,CAAA;IACjB,SAAS,GAAG,GAAG,CAAA;IACf,KAAK,GAAG,KAAK,CAAA;IACb,mCAAmC;IAEnC,qBAAqB;IACrB,KAAK,CAAqB;IAC1B,KAAK,CAAsB;IAC3B,KAAK,CAAqB;IAC1B,gBAAgB,CAAuC;IACvD,QAAQ,CAAkC;IAE1C,wBAAwB;IACxB,EAAE,GAAG,EAAE,CAAA;IACP,SAAS,GAAG,GAAG,CAAA;IACf,KAAK,GAAG,KAAK,CAAA;IAEb,uBAAuB;IACvB,QAAQ,CAAqB;IAC7B,KAAK,CAAsB;IAC3B,MAAM,CAAqB;IAC3B,MAAM,CAAuB;IAE7B,6CAA6C;IAE7C,gEAAgE;IAEhE,YAAY,GAAqB,EAAE,OAAe,EAAE,WAAmB;QACrE,KAAK,CAAC,WAAW,CAAC,CAAA;QAElB,kFAAkF;QAElF,2EAA2E;QAC3E,oBAAoB;QAEpB,iCAAiC;QACjC,MAAM,CAAC,GAAG,CAAC,kBAAkB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC,CAAA;QACpD,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,mBAAmB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA;QAEzD,6CAA6C;QAE7C,kCAAkC;QAClC,MAAM,aAAa,GAAG,GAAG,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA;QAChE,MAAM,CAAC,aAAa,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAEhC,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE,CAAC;YACzC,IAAI,GAAG,CAAC,YAAY,CAAC,YAAY,CAAC,EAAE,CAAC;gBACnC,gBAAgB;YAClB,CAAC;iBAAM,IAAI,GAAG,CAAC,kBAAkB,CAAC,YAAY,EAAE,cAAc,CAAC,EAAE,CAAC;gBAChE,IAAI,CAAC,YAAY,GAAG,GAAG,CAAC,mBAAmB,CACzC,YAAY,EACZ,cAAc,CACf,CAAA;YACH,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,kBAAkB,CAAC,EAAE,CAAC;gBACjE,IAAI,CAAC,gBAAgB,GAAG,IAAI,yBAAyB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAA;YAC1E,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,UAAU,CAAC,EAAE,CAAC;gBACzD,kCAAkC;gBAClC,IAAI,CAAC,QAAQ,KAAK,EAAE,CAAA;gBACpB,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,iBAAiB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAC,CAAA;YAC9D,CAAC;iBAAM,CAAC;gBACN,OAAO,CAAC,KAAK,CACX,GAAG,WAAW,WAAW,EACzB,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,EACzB,wBAAwB,EACxB,IAAI,CAAC,WAAW,CAAC,IAAI,CACtB,CAAA;YACH,CAAC;QACH,CAAC;QAED,6CAA6C;QAE7C,sEAAsE;QACtE,mEAAmE;QACnE,mCAAmC;QAEnC,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAA;QAElB,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE,CAAC;YACzC,IAAI,GAAG,CAAC,YAAY,CAAC,YAAY,CAAC,EAAE,CAAC;gBACnC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,YAAY,CAAC,CAAC,CAAA;YACpD,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,MAAM,CAAC,EAAE,CAAC;gBACrD,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,aAAa,CAAC,GAAG,EAAE,YAAY,CAAC,CAAC,CAAA;YAC1D,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,OAAO,CAAC,EAAE,CAAC;gBACtD,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,cAAc,CAAC,GAAG,EAAE,YAAY,CAAC,CAAC,CAAA;YAC3D,CAAC;iBAAM,CAAC;gBACN,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAA;gBACzC,OAAO,CAAC,KAAK,CACX,GAAG,WAAW,WAAW,EACzB,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,EACzB,wBAAwB,EACxB,IAAI,CAAC,WAAW,CAAC,IAAI,CACtB,CAAA;YACH,CAAC;QACH,CAAC;QAED,2EAA2E;QAC3E,sBAAsB;QAEtB,mCAAmC;QACnC,MAAM,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CAAA;QAEnC,6CAA6C;QAE7C,MAAM,CAAC,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CAAA;QAElC,MAAM,eAAe,GAAG,GAAG,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAA;QACvD,+BAA+B;QAC/B,KAAK,MAAM,aAAa,IAAI,eAAe,EAAE,CAAC;YAC5C,6BAA6B;YAC7B,IAAI,aAAa,KAAK,MAAM,EAAE,CAAC;gBAC7B,IAAI,CAAC,EAAE,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,MAAM,CAAC,CAAA;YACxD,CAAC;iBAAM,IAAI,aAAa,KAAK,QAAQ,EAAE,CAAC;gBACtC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAA;gBAC7B,IAAI,CAAC,SAAS,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAA;YACjE,CAAC;iBAAM,IAAI,aAAa,KAAK,SAAS,EAAE,CAAC;gBACvC,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,wBAAwB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAA;YAC/D,CAAC;iBAAM,IAAI,aAAa,KAAK,YAAY,EAAE,CAAC;gBAC1C,IAAI,CAAC,QAAQ,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,YAAY,CAAC,CAAA;YACpE,CAAC;iBAAM,IAAI,aAAa,KAAK,SAAS,EAAE,CAAC;gBACvC,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC,CAAA;YACxE,CAAC;iBAAM,IAAI,aAAa,KAAK,UAAU,EAAE,CAAC;gBACxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC,CAAA;YACxE,CAAC;iBAAM,CAAC;gBACN,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC,CAAC,CAAA;gBACpE,OAAO,CAAC,KAAK,CACX,GAAG,WAAW,aAAa,EAC3B,aAAa,EACb,wBAAwB,EACxB,IAAI,CAAC,WAAW,CAAC,IAAI,CACtB,CAAA;YACH,CAAC;QACH,CAAC;QAED,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAE1B,2EAA2E;QAE3E,kEAAkE;IACpE,CAAC;CACF;AAED,MAAM,OAAO,YAAa,SAAQ,eAAe;IAC/C,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,KAAK,CAAC,CAAA;IAC5B,CAAC;CACF;AAED,+EAA+E;AAE/E,2CAA2C;AAC3C,mBAAmB;AACnB,2DAA2D;AAC3D,mEAAmE;AAEnE,wGAAwG;AACxG,2GAA2G;AAE3G,yFAAyF;AACzF,2FAA2F;AAE3F,wEAAwE;AACxE,2EAA2E;AAE3E,4FAA4F;AAC5F,yFAAyF;AACzF,0FAA0F;AAC1F,2FAA2F;AAC3F,6FAA6F;AAC7F,+FAA+F;AAC/F,0FAA0F;AAC1F,2FAA2F;AAE3F,6FAA6F;AAE7F,0FAA0F;AAC1F,kGAAkG;AAClG,oGAAoG;AACpG,gFAAgF;AAChF,6EAA6E;AAC7E,mFAAmF;AACnF,sFAAsF;AACtF,mFAAmF;AACnF,6EAA6E;AAC7E,+EAA+E;AAC/E,6EAA6E;AAC7E,wEAAwE;AACxE,wFAAwF;AACxF,oBAAoB;AACpB,kDAAkD;AAClD,yDAAyD;AACzD,uEAAuE;AACvE,2DAA2D;AAC3D,gEAAgE;AAChE,iEAAiE;AACjE,iEAAiE;AACjE,mEAAmE;AACnE,qBAAqB;AAErB,0CAA0C;AAC1C,sCAAsC;AACtC,sCAAsC;AACtC,uCAAuC;AACvC,sCAAsC;AACtC,0CAA0C;AAC1C,yCAAyC;AACzC,yCAAyC;AACzC,0CAA0C;AAC1C,wCAAwC;AACxC,0CAA0C;AAC1C,uCAAuC;AACvC,qCAAqC;AACrC,qCAAqC;AACrC,0CAA0C;AAC1C,sCAAsC;AACtC,qCAAqC;AACrC,wCAAwC;AACxC,oCAAoC;AACpC,wCAAwC;AACxC,qBAAqB;AACrB,oBAAoB;AAEpB;;GAEG;AACH,MAAM,OAAgB,uBAAwB,SAAQ,qBAAqB;IACzE,sBAAsB;IACtB,YAAY,GAAG,EAAE,CAAA;IAEjB,qBAAqB;IACrB,KAAK,CAAqB;IAC1B,gBAAgB,CAAwC;IACxD,mBAAmB,CAA2C;IAC9D,gBAAgB,CAAyC;IACzD,mBAAmB,CAA4C;IAC/D,QAAQ,CAAkC;IAC1C,UAAU,CAAoC;IAC9C,iBAAiB,CAAyC;IAC1D,WAAW,CAAoC;IAC/C,eAAe,CAAuC;IACtD,eAAe;IACf,SAAS,CAAkC;IAC3C,UAAU,CAAmC;IAC7C,YAAY,CAAoC;IAChD,gBAAgB;IAChB,eAAe,CAAwC;IACvD,UAAU,CAAmC;IAC7C,WAAW,CAAoC;IAC/C,cAAc,CAAsC;IACpD,QAAQ,CAAgC;IACxC,gBAAgB,CAAwC;IAExD,wBAAwB;IACxB,EAAE,GAAG,EAAE,CAAA;IACP,IAAI,GAAG,EAAE,CAAA,CAAC,kBAAkB;IAE5B,uBAAuB;IACvB,QAAQ,CAAqB,CAAC,cAAc;IAC5C,yEAAyE;IACzE,IAAI,CAAqB;IACzB,KAAK,CAAsB;IAC3B,MAAM,CAAsB;IAC5B,MAAM,CAAsB;IAC5B,QAAQ,CAAsB;IAE9B,cAAc;IACd,wBAAwB;IACxB,yBAAyB;IAEzB,YAAY,GAAqB,EAAE,OAAe,EAAE,WAAmB;QACrE,KAAK,CAAC,WAAW,CAAC,CAAA;QAElB,kFAAkF;QAElF,2EAA2E;QAC3E,oBAAoB;QAEpB,oEAAoE;QACpE,MAAM,aAAa,GAAG,GAAG,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA;QAChE,MAAM,CAAC,aAAa,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAEhC,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE,CAAC;YACzC,IAAI,GAAG,CAAC,YAAY,CAAC,YAAY,CAAC,EAAE,CAAC;gBACnC,gBAAgB;YAClB,CAAC;iBAAM,IAAI,GAAG,CAAC,kBAAkB,CAAC,YAAY,EAAE,cAAc,CAAC,EAAE,CAAC;gBAChE,IAAI,CAAC,YAAY,GAAG,GAAG,CAAC,mBAAmB,CACzC,YAAY,EACZ,cAAc,CACf,CAAA;YACH,CAAC;iBAAM,IAAI,GAAG,CAAC,kBAAkB,CAAC,YAAY,EAAE,OAAO,CAAC,EAAE,CAAC;gBACzD,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,mBAAmB,CAAC,YAAY,EAAE,OAAO,CAAC,CAAA;YAC7D,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,kBAAkB,CAAC,EAAE,CAAC;gBACjE,IAAI,CAAC,gBAAgB,GAAG,IAAI,yBAAyB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAA;YAC1E,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,qBAAqB,CAAC,EAAE,CAAC;gBACpE,IAAI,CAAC,mBAAmB,GAAG,IAAI,4BAA4B,CACzD,GAAG,EACH,YAAY,CACb,CAAA;YACH,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,iBAAiB,CAAC,EAAE,CAAC;gBAChE,IAAI,CAAC,gBAAgB,KAAK,EAAE,CAAA;gBAC5B,IAAI,CAAC,gBAAgB,CAAC,IAAI,CACxB,IAAI,wBAAwB,CAAC,GAAG,EAAE,YAAY,CAAC,CAChD,CAAA;YACH,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,oBAAoB,CAAC,EAAE,CAAC;gBACnE,IAAI,CAAC,mBAAmB,KAAK,EAAE,CAAA;gBAC/B,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAC3B,IAAI,2BAA2B,CAAC,GAAG,EAAE,YAAY,CAAC,CACnD,CAAA;YACH,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,UAAU,CAAC,EAAE,CAAC;gBACzD,kCAAkC;gBAClC,IAAI,CAAC,QAAQ,KAAK,EAAE,CAAA;gBACpB,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,iBAAiB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAC,CAAA;YAC9D,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,YAAY,CAAC,EAAE,CAAC;gBAC3D,kCAAkC;gBAClC,IAAI,CAAC,UAAU,KAAK,EAAE,CAAA;gBACtB,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,mBAAmB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAC,CAAA;YAClE,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,aAAa,CAAC,EAAE,CAAC;gBAC5D,mCAAmC;YACrC,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,gBAAgB,CAAC,EAAE,CAAC;gBAC/D,mCAAmC;YACrC,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,UAAU,CAAC,EAAE,CAAC;gBACzD,IAAI,CAAC,SAAS,KAAK,EAAE,CAAA;gBACrB,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,iBAAiB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAC,CAAA;YAC/D,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,WAAW,CAAC,EAAE,CAAC;gBAC1D,IAAI,CAAC,UAAU,KAAK,EAAE,CAAA;gBACtB,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,kBAAkB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAC,CAAA;YACjE,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,YAAY,CAAC,EAAE,CAAC;gBAC3D,IAAI,CAAC,YAAY,KAAK,EAAE,CAAA;gBACxB,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,mBAAmB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAC,CAAA;YACpE,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,gBAAgB,CAAC,EAAE,CAAC;gBAC/D,IAAI,CAAC,eAAe,KAAK,EAAE,CAAA;gBAC3B,IAAI,CAAC,eAAe,CAAC,IAAI,CACvB,IAAI,uBAAuB,CAAC,GAAG,EAAE,YAAY,CAAC,CAC/C,CAAA;YACH,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,WAAW,CAAC,EAAE,CAAC;gBAC1D,IAAI,CAAC,UAAU,KAAK,EAAE,CAAA;gBACtB,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,kBAAkB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAC,CAAA;YACjE,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,YAAY,CAAC,EAAE,CAAC;gBAC3D,IAAI,CAAC,WAAW,KAAK,EAAE,CAAA;gBACvB,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,mBAAmB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAC,CAAA;YACnE,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,mBAAmB,CAAC,EAAE,CAAC;gBAClE,IAAI,CAAC,iBAAiB,GAAG,IAAI,0BAA0B,CACrD,GAAG,EACH,YAAY,CACb,CAAA;YACH,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,YAAY,CAAC,EAAE,CAAC;gBAC3D,IAAI,CAAC,WAAW,KAAK,EAAE,CAAA;gBACvB,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,mBAAmB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAC,CAAA;YACnE,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,iBAAiB,CAAC,EAAE,CAAC;gBAChE,IAAI,CAAC,eAAe,GAAG,IAAI,wBAAwB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAA;YACxE,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,kBAAkB,CAAC,EAAE,CAAC;gBACjE,mCAAmC;YACrC,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,oBAAoB,CAAC,EAAE,CAAC;gBACnE,mCAAmC;YACrC,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,gBAAgB,CAAC,EAAE,CAAC;gBAC/D,MAAM,CAAC,IAAI,CAAC,cAAc,KAAK,SAAS,CAAC,CAAA;gBACzC,IAAI,CAAC,cAAc,GAAG,IAAI,uBAAuB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAA;YACtE,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,UAAU,CAAC,EAAE,CAAC;gBACzD,IAAI,CAAC,QAAQ,GAAG,IAAI,iBAAiB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAA;YAC1D,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,kBAAkB,CAAC,EAAE,CAAC;gBACjE,IAAI,CAAC,gBAAgB,GAAG,IAAI,yBAAyB,CAAC,GAAG,EAAE,YAAY,CAAC,CAAA;YAC1E,CAAC;iBAAM,CAAC;gBACN,OAAO,CAAC,KAAK,CACX,GAAG,WAAW,WAAW,EACzB,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,EACzB,wBAAwB,EACxB,IAAI,CAAC,WAAW,CAAC,IAAI,CACtB,CAAA;YACH,CAAC;QACH,CAAC;QAED,+BAA+B;QAC/B,uCAAuC;QAEvC,2EAA2E;QAC3E,sBAAsB;QAEtB,MAAM,CAAC,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CAAA;QAElC,MAAM,eAAe,GAAG,GAAG,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAA;QACvD,+BAA+B;QAC/B,KAAK,MAAM,aAAa,IAAI,eAAe,EAAE,CAAC;YAC5C,6BAA6B;YAC7B,IAAI,aAAa,KAAK,MAAM,EAAE,CAAC;gBAC7B,IAAI,CAAC,EAAE,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,MAAM,CAAC,CAAA;YACxD,CAAC;iBAAM,IAAI,aAAa,KAAK,QAAQ,EAAE,CAAC;gBACtC,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAA;YAC5D,CAAC;iBAAM,IAAI,aAAa,KAAK,YAAY,EAAE,CAAC;gBAC1C,IAAI,CAAC,QAAQ,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,YAAY,CAAC,CAAA;YACpE,CAAC;iBAAM,IAAI,aAAa,KAAK,QAAQ,EAAE,CAAC;gBACtC,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAA;YAC5D,CAAC;iBAAM,IAAI,aAAa,KAAK,SAAS,EAAE,CAAC;gBACvC,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC,CAAA;YACxE,CAAC;iBAAM,IAAI,aAAa,KAAK,UAAU,EAAE,CAAC;gBACxC,IAAI,CAAC,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC,CAAA;YAC1E,CAAC;iBAAM,IAAI,aAAa,KAAK,UAAU,EAAE,CAAC;gBACxC,IAAI,CAAC,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC,CAAA;YAC1E,CAAC;iBAAM,IAAI,aAAa,KAAK,YAAY,EAAE,CAAC;gBAC1C,IAAI,CAAC,QAAQ,GAAG,OAAO,CACrB,GAAG,CAAC,wBAAwB,CAAC,OAAO,EAAE,YAAY,CAAC,CACpD,CAAA;YACH,CAAC;iBAAM,CAAC;gBACN,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC,CAAC,CAAA;gBACpE,OAAO,CAAC,KAAK,CACX,GAAG,WAAW,aAAa,EAC3B,aAAa,EACb,wBAAwB,EACxB,IAAI,CAAC,WAAW,CAAC,IAAI,CACtB,CAAA;YACH,CAAC;QACH,CAAC;QAED,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAC1B,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAE5B,wEAAwE;QACxE,+BAA+B;QAE/B,IAAI,IAAI,CAAC,IAAI,KAAK,WAAW,EAAE,CAAC;YAC9B,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QACtC,CAAC;QAED,2EAA2E;QAE3E,kEAAkE;IACpE,CAAC;CACF;AAED,+EAA+E;AAE/E,0EAA0E;AAE1E;;GAEG;AACH,MAAM,OAAO,oBAAqB,SAAQ,uBAAuB;IAC/D,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,aAAa,CAAC,CAAA;IACpC,CAAC;CACF;AAED,+EAA+E;AAE/E,2CAA2C;AAC3C,wBAAwB;AACxB,wCAAwC;AACxC,yDAAyD;AACzD,uBAAuB;AACvB,yBAAyB;AACzB,qBAAqB;AAErB,MAAM,OAAgB,uBAAwB,SAAQ,qBAAqB;IACzE,IAAI,GAAG,EAAE,CAAA;IAET,KAAK,CAAqB;IAE1B,YAAY,GAAqB,EAAE,OAAe,EAAE,WAAmB;QACrE,KAAK,CAAC,WAAW,CAAC,CAAA;QAElB,kFAAkF;QAElF,2EAA2E;QAC3E,oBAAoB;QAEpB,MAAM,CAAC,GAAG,CAAC,kBAAkB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC,CAAA;QACpD,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,mBAAmB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA;QAEzD,2EAA2E;QAC3E,sBAAsB;QAEtB,IAAI,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,EAAE,CAAC;YAC/B,MAAM,eAAe,GAAG,GAAG,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAA;YACvD,KAAK,MAAM,aAAa,IAAI,eAAe,EAAE,CAAC;gBAC5C,IAAI,aAAa,KAAK,SAAS,EAAE,CAAC;oBAChC,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAA;gBAC9D,CAAC;qBAAM,CAAC;oBACN,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC,CAAC,CAAA;oBACpE,OAAO,CAAC,KAAK,CACX,GAAG,WAAW,aAAa,EAC3B,aAAa,EACb,wBAAwB,EACxB,IAAI,CAAC,WAAW,CAAC,IAAI,CACtB,CAAA;gBACH,CAAC;YACH,CAAC;QACH,CAAC;QAED,2EAA2E;QAE3E,kEAAkE;IACpE,CAAC;CACF;AAED,+EAA+E;AAE/E,yDAAyD;AAEzD,MAAM,OAAO,iBAAkB,SAAQ,uBAAuB;IAC5D,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,UAAU,CAAC,CAAA;IACjC,CAAC;CACF;AAED,0EAA0E;AAC1E,cAAc;AACd,mDAAmD;AACnD,mDAAmD;AACnD,mDAAmD;AACnD,qDAAqD;AACrD,uDAAuD;AAEvD,MAAM,OAAO,gBAAiB,SAAQ,kBAAkB;IACtD,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,CAAC,CAAA;IAChC,CAAC;CACF;AAED,MAAM,OAAO,gBAAiB,SAAQ,kBAAkB;IACtD,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,CAAC,CAAA;IAChC,CAAC;CACF;AAED,MAAM,OAAO,gBAAiB,SAAQ,kBAAkB;IACtD,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,SAAS,CAAC,CAAA;IAChC,CAAC;CACF;AAED,MAAM,OAAO,kBAAmB,SAAQ,kBAAkB;IACxD,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,WAAW,CAAC,CAAA;IAClC,CAAC;CACF;AAED,MAAM,OAAO,oBAAqB,SAAQ,kBAAkB;IAC1D,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,aAAa,CAAC,CAAA;IACpC,CAAC;CACF;AAED,+EAA+E"}
1
+ {"version":3,"file":"compounddef-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/compounddef-dm.ts"],"names":[],"mappings":"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"}