@apify/docusaurus-plugin-typedoc-api 4.4.12 → 5.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 (277) hide show
  1. package/README.md +38 -296
  2. package/lib/components/AnchorLink.d.ts +5 -0
  3. package/lib/components/AnchorLink.d.ts.map +1 -0
  4. package/lib/components/AnchorLink.js +7 -26
  5. package/lib/components/AnchorLink.js.map +1 -1
  6. package/lib/components/ApiChangelog.d.ts +6 -0
  7. package/lib/components/ApiChangelog.d.ts.map +1 -0
  8. package/lib/components/ApiChangelog.js +7 -24
  9. package/lib/components/ApiChangelog.js.map +1 -1
  10. package/lib/components/ApiDataContext.d.ts +6 -0
  11. package/lib/components/ApiDataContext.d.ts.map +1 -0
  12. package/lib/components/ApiDataContext.js +12 -15
  13. package/lib/components/ApiDataContext.js.map +1 -1
  14. package/lib/components/ApiIndex.d.ts +14 -0
  15. package/lib/components/ApiIndex.d.ts.map +1 -0
  16. package/lib/components/ApiIndex.js +33 -93
  17. package/lib/components/ApiIndex.js.map +1 -1
  18. package/lib/components/ApiItem.d.ts +6 -0
  19. package/lib/components/ApiItem.d.ts.map +1 -0
  20. package/lib/components/ApiItem.js +131 -191
  21. package/lib/components/ApiItem.js.map +1 -1
  22. package/lib/components/ApiItemLayout.d.ts +14 -0
  23. package/lib/components/ApiItemLayout.d.ts.map +1 -0
  24. package/lib/components/ApiItemLayout.js +21 -97
  25. package/lib/components/ApiItemLayout.js.map +1 -1
  26. package/lib/components/ApiOptionsContext.d.ts +5 -0
  27. package/lib/components/ApiOptionsContext.d.ts.map +1 -0
  28. package/lib/components/ApiOptionsContext.js +5 -9
  29. package/lib/components/ApiOptionsContext.js.map +1 -1
  30. package/lib/components/ApiOptionsLayout.d.ts +4 -0
  31. package/lib/components/ApiOptionsLayout.d.ts.map +1 -0
  32. package/lib/components/ApiOptionsLayout.js +10 -34
  33. package/lib/components/ApiOptionsLayout.js.map +1 -1
  34. package/lib/components/ApiPage.d.ts +11 -0
  35. package/lib/components/ApiPage.d.ts.map +1 -0
  36. package/lib/components/ApiPage.js +50 -63
  37. package/lib/components/ApiPage.js.map +1 -1
  38. package/lib/components/Breadcrumb.d.ts +7 -0
  39. package/lib/components/Breadcrumb.d.ts.map +1 -0
  40. package/lib/components/Breadcrumb.js +17 -49
  41. package/lib/components/Breadcrumb.js.map +1 -1
  42. package/lib/components/Comment.d.ts +10 -0
  43. package/lib/components/Comment.d.ts.map +1 -0
  44. package/lib/components/Comment.js +33 -60
  45. package/lib/components/Comment.js.map +1 -1
  46. package/lib/components/CommentBadges.d.ts +9 -0
  47. package/lib/components/CommentBadges.d.ts.map +1 -0
  48. package/lib/components/CommentBadges.js +16 -28
  49. package/lib/components/CommentBadges.js.map +1 -1
  50. package/lib/components/DefaultValue.d.ts +10 -0
  51. package/lib/components/DefaultValue.d.ts.map +1 -0
  52. package/lib/components/DefaultValue.js +25 -55
  53. package/lib/components/DefaultValue.js.map +1 -1
  54. package/lib/components/Flags.d.ts +6 -0
  55. package/lib/components/Flags.d.ts.map +1 -0
  56. package/lib/components/Flags.js +11 -22
  57. package/lib/components/Flags.js.map +1 -1
  58. package/lib/components/Footer.d.ts +2 -0
  59. package/lib/components/Footer.d.ts.map +1 -0
  60. package/lib/components/Footer.js +4 -16
  61. package/lib/components/Footer.js.map +1 -1
  62. package/lib/components/Hierarchy.d.ts +6 -0
  63. package/lib/components/Hierarchy.d.ts.map +1 -0
  64. package/lib/components/Hierarchy.js +5 -25
  65. package/lib/components/Hierarchy.js.map +1 -1
  66. package/lib/components/Icon.d.ts +6 -0
  67. package/lib/components/Icon.d.ts.map +1 -0
  68. package/lib/components/Icon.js +10 -21
  69. package/lib/components/Icon.js.map +1 -1
  70. package/lib/components/Index.d.ts +9 -0
  71. package/lib/components/Index.d.ts.map +1 -0
  72. package/lib/components/Index.js +30 -113
  73. package/lib/components/Index.js.map +1 -1
  74. package/lib/components/Markdown.d.ts +5 -0
  75. package/lib/components/Markdown.d.ts.map +1 -0
  76. package/lib/components/Markdown.js +138 -202
  77. package/lib/components/Markdown.js.map +1 -1
  78. package/lib/components/Member.d.ts +5 -0
  79. package/lib/components/Member.d.ts.map +1 -0
  80. package/lib/components/Member.js +40 -69
  81. package/lib/components/Member.js.map +1 -1
  82. package/lib/components/MemberDeclaration.d.ts +5 -0
  83. package/lib/components/MemberDeclaration.d.ts.map +1 -0
  84. package/lib/components/MemberDeclaration.js +20 -71
  85. package/lib/components/MemberDeclaration.js.map +1 -1
  86. package/lib/components/MemberGetterSetter.d.ts +8 -0
  87. package/lib/components/MemberGetterSetter.d.ts.map +1 -0
  88. package/lib/components/MemberGetterSetter.js +13 -68
  89. package/lib/components/MemberGetterSetter.js.map +1 -1
  90. package/lib/components/MemberReference.d.ts +6 -0
  91. package/lib/components/MemberReference.d.ts.map +1 -0
  92. package/lib/components/MemberReference.js +18 -48
  93. package/lib/components/MemberReference.js.map +1 -1
  94. package/lib/components/MemberSignatureBody.d.ts +9 -0
  95. package/lib/components/MemberSignatureBody.d.ts.map +1 -0
  96. package/lib/components/MemberSignatureBody.js +85 -182
  97. package/lib/components/MemberSignatureBody.js.map +1 -1
  98. package/lib/components/MemberSignatureTitle.d.ts +11 -0
  99. package/lib/components/MemberSignatureTitle.d.ts.map +1 -0
  100. package/lib/components/MemberSignatureTitle.js +27 -81
  101. package/lib/components/MemberSignatureTitle.js.map +1 -1
  102. package/lib/components/MemberSignatures.d.ts +7 -0
  103. package/lib/components/MemberSignatures.d.ts.map +1 -0
  104. package/lib/components/MemberSignatures.js +18 -66
  105. package/lib/components/MemberSignatures.js.map +1 -1
  106. package/lib/components/MemberSources.d.ts +7 -0
  107. package/lib/components/MemberSources.d.ts.map +1 -0
  108. package/lib/components/MemberSources.js +10 -34
  109. package/lib/components/MemberSources.js.map +1 -1
  110. package/lib/components/Members.d.ts +6 -0
  111. package/lib/components/Members.d.ts.map +1 -0
  112. package/lib/components/Members.js +29 -49
  113. package/lib/components/Members.js.map +1 -1
  114. package/lib/components/MembersGroup.d.ts +6 -0
  115. package/lib/components/MembersGroup.d.ts.map +1 -0
  116. package/lib/components/MembersGroup.js +16 -40
  117. package/lib/components/MembersGroup.js.map +1 -1
  118. package/lib/components/Parameter.d.ts +6 -0
  119. package/lib/components/Parameter.d.ts.map +1 -0
  120. package/lib/components/Parameter.js +35 -171
  121. package/lib/components/Parameter.js.map +1 -1
  122. package/lib/components/Reflection.d.ts +6 -0
  123. package/lib/components/Reflection.d.ts.map +1 -0
  124. package/lib/components/Reflection.js +29 -132
  125. package/lib/components/Reflection.js.map +1 -1
  126. package/lib/components/SourceLink.d.ts +10 -0
  127. package/lib/components/SourceLink.d.ts.map +1 -0
  128. package/lib/components/SourceLink.js +16 -36
  129. package/lib/components/SourceLink.js.map +1 -1
  130. package/lib/components/Type.d.ts +12 -0
  131. package/lib/components/Type.d.ts.map +1 -0
  132. package/lib/components/Type.js +142 -464
  133. package/lib/components/Type.js.map +1 -1
  134. package/lib/components/TypeAndParent.d.ts +6 -0
  135. package/lib/components/TypeAndParent.d.ts.map +1 -0
  136. package/lib/components/TypeAndParent.js +11 -27
  137. package/lib/components/TypeAndParent.js.map +1 -1
  138. package/lib/components/TypeParameters.d.ts +6 -0
  139. package/lib/components/TypeParameters.d.ts.map +1 -0
  140. package/lib/components/TypeParameters.js +10 -38
  141. package/lib/components/TypeParameters.js.map +1 -1
  142. package/lib/components/TypeParametersGeneric.d.ts +6 -0
  143. package/lib/components/TypeParametersGeneric.d.ts.map +1 -0
  144. package/lib/components/TypeParametersGeneric.js +8 -27
  145. package/lib/components/TypeParametersGeneric.js.map +1 -1
  146. package/lib/components/VersionBanner.d.ts +2 -0
  147. package/lib/components/VersionBanner.d.ts.map +1 -0
  148. package/lib/components/VersionBanner.js +18 -49
  149. package/lib/components/VersionBanner.js.map +1 -1
  150. package/lib/hooks/useBreadcrumbs.d.ts +2 -0
  151. package/lib/hooks/useBreadcrumbs.d.ts.map +1 -0
  152. package/lib/hooks/useBreadcrumbs.js +5 -8
  153. package/lib/hooks/useBreadcrumbs.js.map +1 -1
  154. package/lib/hooks/useGitRefName.d.ts +2 -0
  155. package/lib/hooks/useGitRefName.d.ts.map +1 -0
  156. package/lib/hooks/useGitRefName.js +5 -8
  157. package/lib/hooks/useGitRefName.js.map +1 -1
  158. package/lib/hooks/useMinimalLayout.d.ts +2 -0
  159. package/lib/hooks/useMinimalLayout.d.ts.map +1 -0
  160. package/lib/hooks/useMinimalLayout.js +5 -8
  161. package/lib/hooks/useMinimalLayout.js.map +1 -1
  162. package/lib/hooks/useReflection.d.ts +4 -0
  163. package/lib/hooks/useReflection.d.ts.map +1 -0
  164. package/lib/hooks/useReflection.js +15 -21
  165. package/lib/hooks/useReflection.js.map +1 -1
  166. package/lib/hooks/useReflectionMap.d.ts +3 -0
  167. package/lib/hooks/useReflectionMap.d.ts.map +1 -0
  168. package/lib/hooks/useReflectionMap.js +5 -8
  169. package/lib/hooks/useReflectionMap.js.map +1 -1
  170. package/lib/index.d.ts +4 -0
  171. package/lib/index.d.ts.map +1 -0
  172. package/lib/index.js +349 -361
  173. package/lib/index.js.map +1 -1
  174. package/lib/markdownLoader.d.ts +6 -0
  175. package/lib/markdownLoader.d.ts.map +1 -0
  176. package/lib/markdownLoader.js +6 -10
  177. package/lib/markdownLoader.js.map +1 -1
  178. package/lib/plugin/data.d.ts +21 -0
  179. package/lib/plugin/data.d.ts.map +1 -0
  180. package/lib/plugin/data.js +391 -429
  181. package/lib/plugin/data.js.map +1 -1
  182. package/lib/plugin/python/consts.d.ts +35 -0
  183. package/lib/plugin/python/consts.d.ts.map +1 -0
  184. package/lib/plugin/python/consts.js +44 -44
  185. package/lib/plugin/python/consts.js.map +1 -1
  186. package/lib/plugin/python/index.d.ts +12 -0
  187. package/lib/plugin/python/index.d.ts.map +1 -0
  188. package/lib/plugin/python/index.js +25 -36
  189. package/lib/plugin/python/index.js.map +1 -1
  190. package/lib/plugin/python/inheritance.d.ts +42 -0
  191. package/lib/plugin/python/inheritance.d.ts.map +1 -0
  192. package/lib/plugin/python/inheritance.js +148 -153
  193. package/lib/plugin/python/inheritance.js.map +1 -1
  194. package/lib/plugin/python/packageVersions.d.ts +7 -0
  195. package/lib/plugin/python/packageVersions.d.ts.map +1 -0
  196. package/lib/plugin/python/packageVersions.js +30 -38
  197. package/lib/plugin/python/packageVersions.js.map +1 -1
  198. package/lib/plugin/python/transformation.d.ts +80 -0
  199. package/lib/plugin/python/transformation.d.ts.map +1 -0
  200. package/lib/plugin/python/transformation.js +350 -392
  201. package/lib/plugin/python/transformation.js.map +1 -1
  202. package/lib/plugin/python/type-parsing/index.d.ts +34 -0
  203. package/lib/plugin/python/type-parsing/index.d.ts.map +1 -0
  204. package/lib/plugin/python/type-parsing/index.js +78 -85
  205. package/lib/plugin/python/type-parsing/index.js.map +1 -1
  206. package/lib/plugin/python/types.d.ts +112 -0
  207. package/lib/plugin/python/types.d.ts.map +1 -0
  208. package/lib/plugin/python/types.js +2 -2
  209. package/lib/plugin/python/types.js.map +1 -1
  210. package/lib/plugin/python/utils.d.ts +40 -0
  211. package/lib/plugin/python/utils.d.ts.map +1 -0
  212. package/lib/plugin/python/utils.js +74 -73
  213. package/lib/plugin/python/utils.js.map +1 -1
  214. package/lib/plugin/sidebar.d.ts +6 -0
  215. package/lib/plugin/sidebar.d.ts.map +1 -0
  216. package/lib/plugin/sidebar.js +94 -96
  217. package/lib/plugin/sidebar.js.map +1 -1
  218. package/lib/plugin/structure/0.23.d.ts +3 -0
  219. package/lib/plugin/structure/0.23.d.ts.map +1 -0
  220. package/lib/plugin/structure/0.23.js +33 -41
  221. package/lib/plugin/structure/0.23.js.map +1 -1
  222. package/lib/plugin/url.d.ts +6 -0
  223. package/lib/plugin/url.d.ts.map +1 -0
  224. package/lib/plugin/url.js +36 -46
  225. package/lib/plugin/url.js.map +1 -1
  226. package/lib/plugin/version.d.ts +5 -0
  227. package/lib/plugin/version.d.ts.map +1 -0
  228. package/lib/plugin/version.js +73 -78
  229. package/lib/plugin/version.js.map +1 -1
  230. package/lib/types.d.ts +142 -0
  231. package/lib/types.d.ts.map +1 -0
  232. package/lib/types.js +2 -2
  233. package/lib/types.js.map +1 -1
  234. package/lib/utils/helpers.d.ts +2 -0
  235. package/lib/utils/helpers.d.ts.map +1 -0
  236. package/lib/utils/helpers.js +5 -7
  237. package/lib/utils/helpers.js.map +1 -1
  238. package/lib/utils/hierarchy.d.ts +8 -0
  239. package/lib/utils/hierarchy.d.ts.map +1 -0
  240. package/lib/utils/hierarchy.js +31 -33
  241. package/lib/utils/hierarchy.js.map +1 -1
  242. package/lib/utils/icons.d.ts +5 -0
  243. package/lib/utils/icons.d.ts.map +1 -0
  244. package/lib/utils/icons.js +82 -114
  245. package/lib/utils/icons.js.map +1 -1
  246. package/lib/utils/links.d.ts +2 -0
  247. package/lib/utils/links.d.ts.map +1 -0
  248. package/lib/utils/links.js +24 -41
  249. package/lib/utils/links.js.map +1 -1
  250. package/lib/utils/markdown.d.ts +4 -0
  251. package/lib/utils/markdown.d.ts.map +1 -0
  252. package/lib/utils/markdown.js +45 -54
  253. package/lib/utils/markdown.js.map +1 -1
  254. package/lib/utils/reexports.d.ts +5 -0
  255. package/lib/utils/reexports.d.ts.map +1 -0
  256. package/lib/utils/reexports.js +90 -90
  257. package/lib/utils/reexports.js.map +1 -1
  258. package/lib/utils/removeScopes.d.ts +2 -0
  259. package/lib/utils/removeScopes.d.ts.map +1 -0
  260. package/lib/utils/removeScopes.js +7 -0
  261. package/lib/utils/removeScopes.js.map +1 -0
  262. package/lib/utils/visibility.d.ts +6 -0
  263. package/lib/utils/visibility.d.ts.map +1 -0
  264. package/lib/utils/visibility.js +14 -19
  265. package/lib/utils/visibility.js.map +1 -1
  266. package/package.json +24 -17
  267. package/src/components/ApiIndex.tsx +1 -1
  268. package/src/index.ts +2 -2
  269. package/src/plugin/data.ts +3 -3
  270. package/src/plugin/python/index.ts +3 -3
  271. package/src/plugin/python/packageVersions.ts +3 -3
  272. package/src/plugin/sidebar.ts +1 -1
  273. package/src/plugin/url.ts +1 -1
  274. package/src/plugin/version.ts +1 -1
  275. package/src/utils/links.ts +1 -12
  276. package/src/utils/removeScopes.ts +10 -0
  277. /package/{assets/styles-8ad572ec.css → lib/components/styles.css} +0 -0
@@ -1,65 +1,38 @@
1
- 'use strict';
2
-
3
- const react = require('react');
4
- const Markdown = require('./Markdown.js');
5
- const jsxRuntime = require('react/jsx-runtime');
6
-
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
7
2
  // https://github.com/TypeStrong/typedoc-default-themes/blob/master/src/default/partials/comment.hbs
8
- function hasComment(comment) {
9
- if (!comment) {
10
- return false;
11
- }
12
- return Boolean(comment.summary?.some(x => x.kind !== 'text' || x.text !== '') || comment.blockTags && comment.blockTags?.length > 0);
13
- }
14
- function displayPartsToMarkdown(parts) {
15
- return parts.map(part => {
16
- if (part.kind === 'inline-tag') {
17
- return `{${part.tag} ${part.text}}`;
3
+ import { Fragment } from 'react';
4
+ import { Markdown } from './Markdown';
5
+ export function hasComment(comment) {
6
+ var _a, _b;
7
+ if (!comment) {
8
+ return false;
18
9
  }
19
- return part.text;
20
- }).join('');
10
+ return Boolean(((_a = comment.summary) === null || _a === void 0 ? void 0 : _a.some((x) => x.kind !== 'text' || x.text !== '')) ||
11
+ (comment.blockTags && ((_b = comment.blockTags) === null || _b === void 0 ? void 0 : _b.length) > 0));
12
+ }
13
+ export function displayPartsToMarkdown(parts) {
14
+ return parts
15
+ .map((part) => {
16
+ if (part.kind === 'inline-tag') {
17
+ return `{${part.tag} ${part.text}}`;
18
+ }
19
+ return part.text;
20
+ })
21
+ .join('');
21
22
  }
22
- function Comment({
23
- comment,
24
- root,
25
- hideTags = []
26
- }) {
27
- if (!comment || !hasComment(comment)) {
28
- return null;
29
- }
30
-
31
- // Hide custom tags.
32
- hideTags.push('@reference');
33
- const blockTags = comment.blockTags?.filter(tag => {
34
- if (hideTags.includes(tag.tag)) {
35
- return false;
23
+ export function Comment({ comment, root, hideTags = [] }) {
24
+ var _a, _b;
25
+ if (!comment || !hasComment(comment)) {
26
+ return null;
36
27
  }
37
- return tag.tag !== '@default';
38
- }) ?? [];
39
- return /*#__PURE__*/jsxRuntime.jsxs("div", {
40
- className: `tsd-comment tsd-typography ${root ? 'tsd-comment-root' : ''}`,
41
- children: [!!comment.summary && /*#__PURE__*/jsxRuntime.jsx("div", {
42
- className: "lead",
43
- children: /*#__PURE__*/jsxRuntime.jsx(Markdown.Markdown, {
44
- content: displayPartsToMarkdown(comment.summary)
45
- })
46
- }), blockTags.length > 0 && /*#__PURE__*/jsxRuntime.jsx("dl", {
47
- className: "tsd-comment-tags",
48
- children: blockTags.map(tag => /*#__PURE__*/jsxRuntime.jsxs(react.Fragment, {
49
- children: [/*#__PURE__*/jsxRuntime.jsx("dt", {
50
- children: /*#__PURE__*/jsxRuntime.jsx("strong", {
51
- children: tag.tag
52
- })
53
- }), /*#__PURE__*/jsxRuntime.jsx("dd", {
54
- children: /*#__PURE__*/jsxRuntime.jsx(Markdown.Markdown, {
55
- content: displayPartsToMarkdown(tag.content)
56
- })
57
- })]
58
- }, tag.tag))
59
- })]
60
- });
28
+ // Hide custom tags.
29
+ hideTags.push('@reference');
30
+ const blockTags = (_b = (_a = comment.blockTags) === null || _a === void 0 ? void 0 : _a.filter((tag) => {
31
+ if (hideTags.includes(tag.tag)) {
32
+ return false;
33
+ }
34
+ return tag.tag !== '@default';
35
+ })) !== null && _b !== void 0 ? _b : [];
36
+ return (_jsxs("div", { className: `tsd-comment tsd-typography ${root ? 'tsd-comment-root' : ''}`, children: [!!comment.summary && (_jsx("div", { className: "lead", children: _jsx(Markdown, { content: displayPartsToMarkdown(comment.summary) }) })), blockTags.length > 0 && (_jsx("dl", { className: "tsd-comment-tags", children: blockTags.map((tag) => (_jsxs(Fragment, { children: [_jsx("dt", { children: _jsx("strong", { children: tag.tag }) }), _jsx("dd", { children: _jsx(Markdown, { content: displayPartsToMarkdown(tag.content) }) })] }, tag.tag))) }))] }));
61
37
  }
62
- exports.Comment = Comment;
63
- exports.displayPartsToMarkdown = displayPartsToMarkdown;
64
- exports.hasComment = hasComment;
65
- //# sourceMappingURL=Comment.js.map
38
+ //# sourceMappingURL=Comment.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Comment.js","sources":["../../src/components/Comment.tsx"],"sourcesContent":null,"names":["_jsxs","_jsx","Markdown","Fragment"],"mappings":"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"}
1
+ {"version":3,"file":"Comment.js","sourceRoot":"","sources":["../../src/components/Comment.tsx"],"names":[],"mappings":";AAAA,oGAAoG;AACpG,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAQtC,MAAM,UAAU,UAAU,CAAC,OAA4B;;IACtD,IAAI,CAAC,OAAO,EAAE,CAAC;QACd,OAAO,KAAK,CAAC;IACd,CAAC;IAED,OAAO,OAAO,CACb,CAAA,MAAA,OAAO,CAAC,OAAO,0CAAE,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,MAAM,IAAI,CAAC,CAAC,IAAI,KAAK,EAAE,CAAC;QAC/D,CAAC,OAAO,CAAC,SAAS,IAAI,CAAA,MAAA,OAAO,CAAC,SAAS,0CAAE,MAAM,IAAG,CAAC,CAAC,CACrD,CAAC;AACH,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,KAAsC;IAC5E,OAAO,KAAK;SACV,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACb,IAAI,IAAI,CAAC,IAAI,KAAK,YAAY,EAAE,CAAC;YAChC,OAAO,IAAI,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,IAAI,GAAG,CAAC;QACrC,CAAC;QAED,OAAO,IAAI,CAAC,IAAI,CAAC;IAClB,CAAC,CAAC;SACD,IAAI,CAAC,EAAE,CAAC,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,OAAO,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,GAAG,EAAE,EAAgB;;IACrE,IAAI,CAAC,OAAO,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,CAAC;QACtC,OAAO,IAAI,CAAC;IACb,CAAC;IAED,oBAAoB;IACpB,QAAQ,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IAE5B,MAAM,SAAS,GACd,MAAA,MAAA,OAAO,CAAC,SAAS,0CAAE,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE;QACjC,IAAI,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC;YAChC,OAAO,KAAK,CAAC;QACd,CAAC;QAED,OAAO,GAAG,CAAC,GAAG,KAAK,UAAU,CAAC;IAC/B,CAAC,CAAC,mCAAI,EAAE,CAAC;IAEV,OAAO,CACN,eAAK,SAAS,EAAE,8BAA8B,IAAI,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,EAAE,EAAE,aAC5E,CAAC,CAAC,OAAO,CAAC,OAAO,IAAI,CACrB,cAAK,SAAS,EAAC,MAAM,YACpB,KAAC,QAAQ,IAAC,OAAO,EAAE,sBAAsB,CAAC,OAAO,CAAC,OAAO,CAAC,GAAI,GACzD,CACN,EAEA,SAAS,CAAC,MAAM,GAAG,CAAC,IAAI,CACxB,aAAI,SAAS,EAAC,kBAAkB,YAC9B,SAAS,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CACvB,MAAC,QAAQ,eACR,uBACC,2BAAS,GAAG,CAAC,GAAG,GAAU,GACtB,EACL,uBACC,KAAC,QAAQ,IAAC,OAAO,EAAE,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC,GAAI,GACtD,KANS,GAAG,CAAC,GAAG,CAOX,CACX,CAAC,GACE,CACL,IACI,CACN,CAAC;AACH,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { JSONOutput } from 'typedoc';
2
+ export type CommentWithModifiers = Pick<JSONOutput.Comment, 'blockTags' | 'summary'> & Required<Pick<JSONOutput.Comment, 'modifierTags'>>;
3
+ export declare function isCommentWithModifiers(comment?: JSONOutput.Comment): comment is CommentWithModifiers;
4
+ interface CommentBadgesProps {
5
+ comment: CommentWithModifiers;
6
+ }
7
+ export declare function CommentBadges({ comment }: CommentBadgesProps): import("react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=CommentBadges.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentBadges.d.ts","sourceRoot":"","sources":["../../src/components/CommentBadges.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAcrC,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,EAAE,WAAW,GAAG,SAAS,CAAC,GACnF,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC;AAEpD,wBAAgB,sBAAsB,CACrC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,GAC1B,OAAO,IAAI,oBAAoB,CAEjC;AAED,UAAU,kBAAkB;IAC3B,OAAO,EAAE,oBAAoB,CAAC;CAC9B;AAED,wBAAgB,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE,kBAAkB,2CAW5D"}
@@ -1,32 +1,20 @@
1
- 'use strict';
2
-
3
- const jsxRuntime = require('react/jsx-runtime');
1
+ import { jsx as _jsx } from "react/jsx-runtime";
4
2
  function getModifierClassName(tag) {
5
- switch (tag) {
6
- case '@beta':
7
- case '@experimental':
8
- return 'warning';
9
- case '@alpha':
10
- return 'danger';
11
- default:
12
- return 'info';
13
- }
3
+ switch (tag) {
4
+ case '@beta':
5
+ case '@experimental':
6
+ return 'warning';
7
+ case '@alpha':
8
+ return 'danger';
9
+ default:
10
+ return 'info';
11
+ }
14
12
  }
15
- function isCommentWithModifiers(comment) {
16
- return !!comment && !!comment.modifierTags && comment.modifierTags.length > 0;
13
+ export function isCommentWithModifiers(comment) {
14
+ return !!comment && !!comment.modifierTags && comment.modifierTags.length > 0;
17
15
  }
18
- function CommentBadges({
19
- comment
20
- }) {
21
- const modifierTags = comment.modifierTags;
22
- return /*#__PURE__*/jsxRuntime.jsx("div", {
23
- className: "badge-group",
24
- children: modifierTags.map(tag => /*#__PURE__*/jsxRuntime.jsx("span", {
25
- className: `badge badge--${getModifierClassName(tag)}`,
26
- children: tag.slice(1)
27
- }, tag))
28
- });
16
+ export function CommentBadges({ comment }) {
17
+ const { modifierTags } = comment;
18
+ return (_jsx("div", { className: "badge-group", children: modifierTags.map((tag) => (_jsx("span", { className: `badge badge--${getModifierClassName(tag)}`, children: tag.slice(1) }, tag))) }));
29
19
  }
30
- exports.CommentBadges = CommentBadges;
31
- exports.isCommentWithModifiers = isCommentWithModifiers;
32
- //# sourceMappingURL=CommentBadges.js.map
20
+ //# sourceMappingURL=CommentBadges.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CommentBadges.js","sources":["../../src/components/CommentBadges.tsx"],"sourcesContent":null,"names":["_jsx"],"mappings":";;;;AACA,SAAS,oBAAoB,CAAC,GAAG,EAAE;AACnC,EAAE,QAAQ,GAAG;AACb,IAAI,KAAK,OAAO,CAAC;AACjB,IAAI,KAAK,eAAe;AACxB,MAAM,OAAO,SAAS,CAAC;AACvB,IAAI,KAAK,QAAQ;AACjB,MAAM,OAAO,QAAQ,CAAC;AACtB,IAAI;AACJ,MAAM,OAAO,MAAM,CAAC;AACpB,GAAG;AACH,CAAC;AACM,SAAS,sBAAsB,CAAC,OAAO,EAAE;AAChD,EAAE,OAAO,CAAC,CAAC,OAAO,IAAI,CAAC,CAAC,OAAO,CAAC,YAAY,IAAI,OAAO,CAAC,YAAY,CAAC,MAAM,GAAG,CAAC,CAAC;AAChF,CAAC;AACM,SAAS,aAAa,CAAC;AAC9B,EAAE,OAAO;AACT,CAAC,EAAE;AACH,EAAE,MAAM;AACR,IAAI,YAAY;AAChB,GAAG,GAAG,OAAO,CAAC;AACd,EAAE,oBAAoBA,cAAI,CAAC,KAAK,EAAE;AAClC,IAAI,SAAS,EAAE,aAAa;AAC5B,IAAI,QAAQ,EAAE,YAAY,CAAC,GAAG,CAAC,GAAG,iBAAiBA,cAAI,CAAC,MAAM,EAAE;AAChE,MAAM,SAAS,EAAE,CAAC,aAAa,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC,CAAC;AAC5D,MAAM,QAAQ,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC;AAC5B,KAAK,EAAE,GAAG,CAAC,CAAC;AACZ,GAAG,CAAC,CAAC;AACL;;;;;"}
1
+ {"version":3,"file":"CommentBadges.js","sourceRoot":"","sources":["../../src/components/CommentBadges.tsx"],"names":[],"mappings":";AAEA,SAAS,oBAAoB,CAAC,GAAW;IACxC,QAAQ,GAAG,EAAE,CAAC;QACb,KAAK,OAAO,CAAC;QACb,KAAK,eAAe;YACnB,OAAO,SAAS,CAAC;QAClB,KAAK,QAAQ;YACZ,OAAO,QAAQ,CAAC;QACjB;YACC,OAAO,MAAM,CAAC;IAChB,CAAC;AACF,CAAC;AAKD,MAAM,UAAU,sBAAsB,CACrC,OAA4B;IAE5B,OAAO,CAAC,CAAC,OAAO,IAAI,CAAC,CAAC,OAAO,CAAC,YAAY,IAAI,OAAO,CAAC,YAAY,CAAC,MAAM,GAAG,CAAC,CAAC;AAC/E,CAAC;AAMD,MAAM,UAAU,aAAa,CAAC,EAAE,OAAO,EAAsB;IAC5D,MAAM,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC;IACjC,OAAO,CACN,cAAK,SAAS,EAAC,aAAa,YAC1B,YAAY,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAC1B,eAAgB,SAAS,EAAE,gBAAgB,oBAAoB,CAAC,GAAG,CAAC,EAAE,YACpE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,IADH,GAAG,CAEP,CACP,CAAC,GACG,CACN,CAAC;AACH,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { JSONOutput } from 'typedoc';
2
+ export interface DefaultValueProps {
3
+ comment?: JSONOutput.Comment;
4
+ type?: {
5
+ type: string;
6
+ };
7
+ value?: JSONOutput.SomeType | string;
8
+ }
9
+ export declare function DefaultValue({ comment, value, type }: DefaultValueProps): import("react/jsx-runtime").JSX.Element;
10
+ //# sourceMappingURL=DefaultValue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultValue.d.ts","sourceRoot":"","sources":["../../src/components/DefaultValue.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAI1C,MAAM,WAAW,iBAAiB;IACjC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC;IAC7B,IAAI,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IACxB,KAAK,CAAC,EAAE,UAAU,CAAC,QAAQ,GAAG,MAAM,CAAC;CACrC;AAYD,wBAAgB,YAAY,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,iBAAiB,2CA6BvE"}
@@ -1,59 +1,29 @@
1
- 'use strict';
2
-
3
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
- function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
6
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
7
- function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
- const htmlEntities = require('html-entities');
9
- const marked = require('marked');
10
- const Comment = require('./Comment.js');
11
- const Type = require('./Type.js');
12
- const jsxRuntime = require('react/jsx-runtime');
13
-
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
14
2
  /* eslint-disable react-perf/jsx-no-new-object-as-prop */
15
-
3
+ import { decode } from 'html-entities';
4
+ import { marked } from 'marked';
5
+ import { displayPartsToMarkdown } from './Comment';
6
+ import { Type } from './Type';
16
7
  function extractDefaultTag(comment) {
17
- const tag = comment?.blockTags?.find(tag => tag.tag === '@default');
18
- if (!tag) {
19
- return null;
20
- }
21
- return Comment.displayPartsToMarkdown(tag.content);
8
+ var _a;
9
+ const tag = (_a = comment === null || comment === void 0 ? void 0 : comment.blockTags) === null || _a === void 0 ? void 0 : _a.find((tag) => tag.tag === '@default');
10
+ if (!tag) {
11
+ return null;
12
+ }
13
+ return displayPartsToMarkdown(tag.content);
22
14
  }
23
- function DefaultValue({
24
- comment,
25
- value,
26
- type
27
- }) {
28
- if (!comment && !value) {
29
- return null;
30
- }
31
- let defaultTag = extractDefaultTag(comment);
32
- if (typeof defaultTag === 'string') {
33
- marked.marked.use({
34
- renderer: {
35
- code: text => text
36
- }
37
- });
38
- defaultTag = htmlEntities.decode(marked.marked(defaultTag));
39
- }
40
- if (!defaultTag && !value) {
41
- return null;
42
- }
43
- return /*#__PURE__*/jsxRuntime.jsxs("span", {
44
- className: "tsd-signature-symbol tsd-signature-default-value",
45
- children: [' = ', value && /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
46
- children: typeof value === 'string' ? value : /*#__PURE__*/jsxRuntime.jsx(Type.Type, {
47
- type: value
48
- })
49
- }), !value && defaultTag && /*#__PURE__*/jsxRuntime.jsx(Type.Type, {
50
- type: _objectSpread(_objectSpread({
51
- type: 'literal'
52
- }, type?.type === 'intrinsic' ? {} : type), {}, {
53
- value: defaultTag
54
- })
55
- })]
56
- });
15
+ export function DefaultValue({ comment, value, type }) {
16
+ if (!comment && !value) {
17
+ return null;
18
+ }
19
+ let defaultTag = extractDefaultTag(comment);
20
+ if (typeof defaultTag === 'string') {
21
+ marked.use({ renderer: { code: (text) => text } });
22
+ defaultTag = decode(marked(defaultTag));
23
+ }
24
+ if (!defaultTag && !value) {
25
+ return null;
26
+ }
27
+ return (_jsxs("span", { className: "tsd-signature-symbol tsd-signature-default-value", children: [' = ', value && _jsx(_Fragment, { children: typeof value === 'string' ? value : _jsx(Type, { type: value }) }), !value && defaultTag && (_jsx(Type, { type: Object.assign(Object.assign({ type: 'literal' }, ((type === null || type === void 0 ? void 0 : type.type) === 'intrinsic' ? {} : type)), { value: defaultTag }) }))] }));
57
28
  }
58
- exports.DefaultValue = DefaultValue;
59
- //# sourceMappingURL=DefaultValue.js.map
29
+ //# sourceMappingURL=DefaultValue.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DefaultValue.js","sources":["../../src/components/DefaultValue.tsx"],"sourcesContent":null,"names":["displayPartsToMarkdown","marked","decode","_jsxs","_jsx","_Fragment","Type"],"mappings":";;;;;;;;AAAA;AACA;AAMA,SAAS,iBAAiB,CAAC,OAAO,EAAE;AACpC,EAAE,MAAM,GAAG,GAAG,OAAO,EAAE,SAAS,EAAE,IAAI,CAAC,GAAG,IAAI,GAAG,CAAC,GAAG,KAAK,UAAU,CAAC,CAAC;AACtE,EAAE,IAAI,CAAC,GAAG,EAAE;AACZ,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,OAAOA,8BAAsB,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;AAC7C,CAAC;AACM,SAAS,YAAY,CAAC;AAC7B,EAAE,OAAO;AACT,EAAE,KAAK;AACP,EAAE,IAAI;AACN,CAAC,EAAE;AACH,EAAE,IAAI,CAAC,OAAO,IAAI,CAAC,KAAK,EAAE;AAC1B,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,IAAI,UAAU,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;AAC9C,EAAE,IAAI,OAAO,UAAU,KAAK,QAAQ,EAAE;AACtC,IAAIC,aAAM,CAAC,GAAG,CAAC;AACf,MAAM,QAAQ,EAAE;AAChB,QAAQ,IAAI,EAAE,IAAI,IAAI,IAAI;AAC1B,OAAO;AACP,KAAK,CAAC,CAAC;AACP,IAAI,UAAU,GAAGC,mBAAM,CAACD,aAAM,CAAC,UAAU,CAAC,CAAC,CAAC;AAC5C,GAAG;AACH,EAAE,IAAI,CAAC,UAAU,IAAI,CAAC,KAAK,EAAE;AAC7B,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,oBAAoBE,eAAK,CAAC,MAAM,EAAE;AACpC,IAAI,SAAS,EAAE,kDAAkD;AACjE,IAAI,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,iBAAiBC,cAAI,CAACC,mBAAS,EAAE;AAC5D,MAAM,QAAQ,EAAE,OAAO,KAAK,KAAK,QAAQ,GAAG,KAAK,gBAAgBD,cAAI,CAACE,SAAI,EAAE;AAC5E,QAAQ,IAAI,EAAE,KAAK;AACnB,OAAO,CAAC;AACR,KAAK,CAAC,EAAE,CAAC,KAAK,IAAI,UAAU,iBAAiBF,cAAI,CAACE,SAAI,EAAE;AACxD,MAAM,IAAI,EAAE;AACZ,QAAQ,IAAI,EAAE,SAAS;AACvB,QAAQ,IAAI,IAAI,EAAE,IAAI,KAAK,WAAW,GAAG,EAAE,GAAG,IAAI,CAAC;AACnD,QAAQ,KAAK,EAAE,UAAU;AACzB,OAAO;AACP,KAAK,CAAC,CAAC;AACP,GAAG,CAAC,CAAC;AACL;;;;"}
1
+ {"version":3,"file":"DefaultValue.js","sourceRoot":"","sources":["../../src/components/DefaultValue.tsx"],"names":[],"mappings":";AAAA,yDAAyD;AAEzD,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhC,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AACnD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAQ9B,SAAS,iBAAiB,CAAC,OAA4B;;IACtD,MAAM,GAAG,GAAG,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,SAAS,0CAAE,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,GAAG,KAAK,UAAU,CAAC,CAAC;IAEtE,IAAI,CAAC,GAAG,EAAE,CAAC;QACV,OAAO,IAAI,CAAC;IACb,CAAC;IAED,OAAO,sBAAsB,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;AAC5C,CAAC;AAED,MAAM,UAAU,YAAY,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,IAAI,EAAqB;IACvE,IAAI,CAAC,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC;QACxB,OAAO,IAAI,CAAC;IACb,CAAC;IAED,IAAI,UAAU,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAE5C,IAAI,OAAO,UAAU,KAAK,QAAQ,EAAE,CAAC;QACpC,MAAM,CAAC,GAAG,CAAC,EAAE,QAAQ,EAAE,EAAE,IAAI,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACnD,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC;IACzC,CAAC;IAED,IAAI,CAAC,UAAU,IAAI,CAAC,KAAK,EAAE,CAAC;QAC3B,OAAO,IAAI,CAAC;IACb,CAAC;IAED,OAAO,CACN,gBAAM,SAAS,EAAC,kDAAkD,aAChE,KAAK,EAEL,KAAK,IAAI,4BAAG,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAC,IAAI,IAAC,IAAI,EAAE,KAAK,GAAI,GAAI,EAEzE,CAAC,KAAK,IAAI,UAAU,IAAI,CACxB,KAAC,IAAI,IACJ,IAAI,gCAAI,IAAI,EAAE,SAAS,IAAK,CAAC,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAAI,MAAK,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,KAAE,KAAK,EAAE,UAAU,MACtF,CACF,IACK,CACP,CAAC;AACH,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { JSONOutput } from 'typedoc';
2
+ export interface FlagsProps {
3
+ flags?: JSONOutput.ReflectionFlags;
4
+ }
5
+ export declare function Flags({ flags }: FlagsProps): import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=Flags.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Flags.d.ts","sourceRoot":"","sources":["../../src/components/Flags.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAM1C,MAAM,WAAW,UAAU;IAC1B,KAAK,CAAC,EAAE,UAAU,CAAC,eAAe,CAAC;CACnC;AAED,wBAAgB,KAAK,CAAC,EAAE,KAAK,EAAE,EAAE,UAAU,2CAiB1C"}
@@ -1,25 +1,14 @@
1
- 'use strict';
2
-
3
- const jsxRuntime = require('react/jsx-runtime');
4
-
5
- // https://github.com/TypeStrong/typedoc-default-themes/blob/master/src/default/partials/comment.hbs
6
-
1
+ import { jsx as _jsx } from "react/jsx-runtime";
7
2
  function removePrefix(value) {
8
- return value.replace(/^is([A-Z])/, (match, char) => String(char).toLocaleLowerCase());
3
+ return value.replace(/^is([A-Z])/, (match, char) => String(char).toLocaleLowerCase());
9
4
  }
10
- function Flags({
11
- flags
12
- }) {
13
- if (!flags) {
14
- return null;
15
- }
16
- return /*#__PURE__*/jsxRuntime.jsx("span", {
17
- className: "tsd-flag-group",
18
- children: Object.keys(flags).filter(flag => flags[flag]).map(removePrefix).map(flag => /*#__PURE__*/jsxRuntime.jsx("span", {
19
- className: `tsd-flag tsd-flag-${flag}`,
20
- children: flag
21
- }, flag))
22
- });
5
+ export function Flags({ flags }) {
6
+ if (!flags) {
7
+ return null;
8
+ }
9
+ return (_jsx("span", { className: "tsd-flag-group", children: Object.keys(flags)
10
+ .filter((flag) => flags[flag])
11
+ .map(removePrefix)
12
+ .map((flag) => (_jsx("span", { className: `tsd-flag tsd-flag-${flag}`, children: flag }, flag))) }));
23
13
  }
24
- exports.Flags = Flags;
25
- //# sourceMappingURL=Flags.js.map
14
+ //# sourceMappingURL=Flags.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Flags.js","sources":["../../src/components/Flags.tsx"],"sourcesContent":null,"names":["_jsx"],"mappings":";;;;AACA;AACA;AACA,SAAS,YAAY,CAAC,KAAK,EAAE;AAC7B,EAAE,OAAO,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,CAAC,KAAK,EAAE,IAAI,KAAK,MAAM,CAAC,IAAI,CAAC,CAAC,iBAAiB,EAAE,CAAC,CAAC;AACxF,CAAC;AACM,SAAS,KAAK,CAAC;AACtB,EAAE,KAAK;AACP,CAAC,EAAE;AACH,EAAE,IAAI,CAAC,KAAK,EAAE;AACd,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,oBAAoBA,cAAI,CAAC,MAAM,EAAE;AACnC,IAAI,SAAS,EAAE,gBAAgB;AAC/B,IAAI,QAAQ,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC,GAAG,CAAC,IAAI,iBAAiBA,cAAI,CAAC,MAAM,EAAE;AACrH,MAAM,SAAS,EAAE,CAAC,kBAAkB,EAAE,IAAI,CAAC,CAAC;AAC5C,MAAM,QAAQ,EAAE,IAAI;AACpB,KAAK,EAAE,IAAI,CAAC,CAAC;AACb,GAAG,CAAC,CAAC;AACL;;;;"}
1
+ {"version":3,"file":"Flags.js","sourceRoot":"","sources":["../../src/components/Flags.tsx"],"names":[],"mappings":";AAIA,SAAS,YAAY,CAAC,KAAa;IAClC,OAAO,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,iBAAiB,EAAE,CAAC,CAAC;AACvF,CAAC;AAMD,MAAM,UAAU,KAAK,CAAC,EAAE,KAAK,EAAc;IAC1C,IAAI,CAAC,KAAK,EAAE,CAAC;QACZ,OAAO,IAAI,CAAC;IACb,CAAC;IAED,OAAO,CACN,eAAM,SAAS,EAAC,gBAAgB,YAC9B,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC;aACjB,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;aAC7B,GAAG,CAAC,YAAY,CAAC;aACjB,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CACd,eAAiB,SAAS,EAAE,qBAAqB,IAAI,EAAE,YACrD,IAAI,IADK,IAAI,CAER,CACP,CAAC,GACG,CACP,CAAC;AACH,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function Footer(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=Footer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../src/components/Footer.tsx"],"names":[],"mappings":"AAAA,wBAAgB,MAAM,4CAUrB"}
@@ -1,17 +1,5 @@
1
- 'use strict';
2
-
3
- const jsxRuntime = require('react/jsx-runtime');
4
- function Footer() {
5
- return /*#__PURE__*/jsxRuntime.jsxs("footer", {
6
- className: "tsd-footer",
7
- children: ["Powered by", ' ', /*#__PURE__*/jsxRuntime.jsx("a", {
8
- href: "https://github.com/milesj/docusaurus-plugin-typedoc-api",
9
- children: "docusaurus-plugin-typedoc-api"
10
- }), ' ', "and ", /*#__PURE__*/jsxRuntime.jsx("a", {
11
- href: "https://typedoc.org/",
12
- children: "TypeDoc"
13
- })]
14
- });
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function Footer() {
3
+ return (_jsxs("footer", { className: "tsd-footer", children: ["Powered by", ' ', _jsx("a", { href: "https://github.com/milesj/docusaurus-plugin-typedoc-api", children: "docusaurus-plugin-typedoc-api" }), ' ', "and ", _jsx("a", { href: "https://typedoc.org/", children: "TypeDoc" })] }));
15
4
  }
16
- exports.Footer = Footer;
17
- //# sourceMappingURL=Footer.js.map
5
+ //# sourceMappingURL=Footer.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Footer.js","sources":["../../src/components/Footer.tsx"],"sourcesContent":null,"names":["_jsxs","_jsx"],"mappings":";;;;AACO,SAAS,MAAM,GAAG;AACzB,EAAE,oBAAoBA,eAAK,CAAC,QAAQ,EAAE;AACtC,IAAI,SAAS,EAAE,YAAY;AAC3B,IAAI,QAAQ,EAAE,CAAC,YAAY,EAAE,GAAG,eAAeC,cAAI,CAAC,GAAG,EAAE;AACzD,MAAM,IAAI,EAAE,yDAAyD;AACrE,MAAM,QAAQ,EAAE,+BAA+B;AAC/C,KAAK,CAAC,EAAE,GAAG,EAAE,MAAM,eAAeA,cAAI,CAAC,GAAG,EAAE;AAC5C,MAAM,IAAI,EAAE,sBAAsB;AAClC,MAAM,QAAQ,EAAE,SAAS;AACzB,KAAK,CAAC,CAAC;AACP,GAAG,CAAC,CAAC;AACL;;;;"}
1
+ {"version":3,"file":"Footer.js","sourceRoot":"","sources":["../../src/components/Footer.tsx"],"names":[],"mappings":";AAAA,MAAM,UAAU,MAAM;IACrB,OAAO,CACN,kBAAQ,SAAS,EAAC,YAAY,2BAClB,GAAG,EACd,YAAG,IAAI,EAAC,yDAAyD,8CAE7D,EAAC,GAAG,UACJ,YAAG,IAAI,EAAC,sBAAsB,wBAAY,IACtC,CACT,CAAC;AACH,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { HierarchyNode } from '../utils/hierarchy';
2
+ export interface HierarchyProps {
3
+ tree: HierarchyNode;
4
+ }
5
+ export declare function Hierarchy({ tree }: HierarchyProps): import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=Hierarchy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Hierarchy.d.ts","sourceRoot":"","sources":["../../src/components/Hierarchy.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGxD,MAAM,WAAW,cAAc;IAC9B,IAAI,EAAE,aAAa,CAAC;CACpB;AAED,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE,cAAc,2CAgBjD"}
@@ -1,26 +1,6 @@
1
- 'use strict';
2
-
3
- const Type = require('./Type.js');
4
- const jsxRuntime = require('react/jsx-runtime');
5
-
6
- // https://github.com/TypeStrong/typedoc-default-themes/blob/master/src/default/partials/hierarchy.hbs
7
-
8
- function Hierarchy({
9
- tree
10
- }) {
11
- return /*#__PURE__*/jsxRuntime.jsx("ul", {
12
- className: "tsd-hierarchy",
13
- children: tree.types.map((type, i) => /*#__PURE__*/jsxRuntime.jsxs("li", {
14
- children: [tree.isTarget ? /*#__PURE__*/jsxRuntime.jsx("em", {
15
- className: "tsd-target",
16
- children: type.type === 'reference' ? type.name : 'UNKNOWN'
17
- }) : /*#__PURE__*/jsxRuntime.jsx(Type.Type, {
18
- type: type
19
- }), i === tree.types.length - 1 && tree.next && /*#__PURE__*/jsxRuntime.jsx(Hierarchy, {
20
- tree: tree.next
21
- })]
22
- }, type.type + String(i)))
23
- });
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Type } from './Type';
3
+ export function Hierarchy({ tree }) {
4
+ return (_jsx("ul", { className: "tsd-hierarchy", children: tree.types.map((type, i) => (_jsxs("li", { children: [tree.isTarget ? (_jsx("em", { className: "tsd-target", children: type.type === 'reference' ? type.name : 'UNKNOWN' })) : (_jsx(Type, { type: type })), i === tree.types.length - 1 && tree.next && _jsx(Hierarchy, { tree: tree.next })] }, type.type + String(i)))) }));
24
5
  }
25
- exports.Hierarchy = Hierarchy;
26
- //# sourceMappingURL=Hierarchy.js.map
6
+ //# sourceMappingURL=Hierarchy.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Hierarchy.js","sources":["../../src/components/Hierarchy.tsx"],"sourcesContent":null,"names":["_jsx","_jsxs","Type"],"mappings":";;;;;AAAA;AACA;AAGO,SAAS,SAAS,CAAC;AAC1B,EAAE,IAAI;AACN,CAAC,EAAE;AACH,EAAE,oBAAoBA,cAAI,CAAC,IAAI,EAAE;AACjC,IAAI,SAAS,EAAE,eAAe;AAC9B,IAAI,QAAQ,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,kBAAkBC,eAAK,CAAC,IAAI,EAAE;AACnE,MAAM,QAAQ,EAAE,CAAC,IAAI,CAAC,QAAQ,gBAAgBD,cAAI,CAAC,IAAI,EAAE;AACzD,QAAQ,SAAS,EAAE,YAAY;AAC/B,QAAQ,QAAQ,EAAE,IAAI,CAAC,IAAI,KAAK,WAAW,GAAG,IAAI,CAAC,IAAI,GAAG,SAAS;AACnE,OAAO,CAAC,gBAAgBA,cAAI,CAACE,SAAI,EAAE;AACnC,QAAQ,IAAI,EAAE,IAAI;AAClB,OAAO,CAAC,EAAE,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,IAAI,IAAI,CAAC,IAAI,iBAAiBF,cAAI,CAAC,SAAS,EAAE;AACnF,QAAQ,IAAI,EAAE,IAAI,CAAC,IAAI;AACvB,OAAO,CAAC,CAAC;AACT,KAAK,EAAE,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;AAC9B,GAAG,CAAC,CAAC;AACL;;;;"}
1
+ {"version":3,"file":"Hierarchy.js","sourceRoot":"","sources":["../../src/components/Hierarchy.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAM9B,MAAM,UAAU,SAAS,CAAC,EAAE,IAAI,EAAkB;IACjD,OAAO,CACN,aAAI,SAAS,EAAC,eAAe,YAC3B,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,CAC5B,yBACE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAChB,aAAI,SAAS,EAAC,YAAY,YAAE,IAAI,CAAC,IAAI,KAAK,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,GAAM,CACnF,CAAC,CAAC,CAAC,CACH,KAAC,IAAI,IAAC,IAAI,EAAE,IAAI,GAAI,CACpB,EAEA,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,IAAI,IAAI,CAAC,IAAI,IAAI,KAAC,SAAS,IAAC,IAAI,EAAE,IAAI,CAAC,IAAI,GAAI,KAPnE,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,CAAC,CAAC,CAQzB,CACL,CAAC,GACE,CACL,CAAC;AACH,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { TSDDeclarationReflection, TSDSignatureReflection } from '../types';
2
+ export interface IconProps {
3
+ reflection: TSDDeclarationReflection | TSDSignatureReflection;
4
+ }
5
+ export declare function Icon({ reflection }: IconProps): import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=Icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../src/components/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAGjF,MAAM,WAAW,SAAS;IACzB,UAAU,EAAE,wBAAwB,GAAG,sBAAsB,CAAC;CAC9D;AAED,wBAAgB,IAAI,CAAC,EAAE,UAAU,EAAE,EAAE,SAAS,2CAW7C"}
@@ -1,23 +1,12 @@
1
- 'use strict';
2
-
3
- const icons = require('../utils/icons.js');
4
- const jsxRuntime = require('react/jsx-runtime');
5
- function Icon({
6
- reflection
7
- }) {
8
- const icon = icons.getKindIcon(reflection.kind, reflection.name);
9
- if (!icon) {
10
- return null;
11
- }
12
- const color = icons.getKindIconColor(reflection.kind);
13
-
14
- // eslint-disable-next-line react-perf/jsx-no-new-object-as-prop
15
- return /*#__PURE__*/jsxRuntime.jsx("i", {
16
- className: `codicon codicon-${icon}`,
17
- style: {
18
- color
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { getKindIcon, getKindIconColor } from '../utils/icons';
3
+ export function Icon({ reflection }) {
4
+ const icon = getKindIcon(reflection.kind, reflection.name);
5
+ if (!icon) {
6
+ return null;
19
7
  }
20
- });
8
+ const color = getKindIconColor(reflection.kind);
9
+ // eslint-disable-next-line react-perf/jsx-no-new-object-as-prop
10
+ return _jsx("i", { className: `codicon codicon-${icon}`, style: { color } });
21
11
  }
22
- exports.Icon = Icon;
23
- //# sourceMappingURL=Icon.js.map
12
+ //# sourceMappingURL=Icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Icon.js","sources":["../../src/components/Icon.tsx"],"sourcesContent":null,"names":["getKindIcon","getKindIconColor","_jsx"],"mappings":";;;;;AAEO,SAAS,IAAI,CAAC;AACrB,EAAE,UAAU;AACZ,CAAC,EAAE;AACH,EAAE,MAAM,IAAI,GAAGA,iBAAW,CAAC,UAAU,CAAC,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;AAC7D,EAAE,IAAI,CAAC,IAAI,EAAE;AACb,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,MAAM,KAAK,GAAGC,sBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;AAClD;AACA;AACA,EAAE,oBAAoBC,cAAI,CAAC,GAAG,EAAE;AAChC,IAAI,SAAS,EAAE,CAAC,gBAAgB,EAAE,IAAI,CAAC,CAAC;AACxC,IAAI,KAAK,EAAE;AACX,MAAM,KAAK;AACX,KAAK;AACL,GAAG,CAAC,CAAC;AACL;;;;"}
1
+ {"version":3,"file":"Icon.js","sourceRoot":"","sources":["../../src/components/Icon.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAM/D,MAAM,UAAU,IAAI,CAAC,EAAE,UAAU,EAAa;IAC7C,MAAM,IAAI,GAAG,WAAW,CAAC,UAAU,CAAC,IAAI,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IAE3D,IAAI,CAAC,IAAI,EAAE,CAAC;QACX,OAAO,IAAI,CAAC;IACb,CAAC;IAED,MAAM,KAAK,GAAG,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IAEhD,gEAAgE;IAChE,OAAO,YAAG,SAAS,EAAE,mBAAmB,IAAI,EAAE,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,GAAI,CAAC;AACtE,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { TSDDeclarationReflection } from '../types';
2
+ export interface IndexChildProps {
3
+ id: number;
4
+ }
5
+ export interface IndexProps {
6
+ reflection: TSDDeclarationReflection;
7
+ }
8
+ export declare function Index({ reflection }: IndexProps): import("react/jsx-runtime").JSX.Element;
9
+ //# sourceMappingURL=Index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Index.d.ts","sourceRoot":"","sources":["../../src/components/Index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAKzD,MAAM,WAAW,eAAe;IAC/B,EAAE,EAAE,MAAM,CAAC;CACX;AAgBD,MAAM,WAAW,UAAU;IAC1B,UAAU,EAAE,wBAAwB,CAAC;CACrC;AAED,wBAAgB,KAAK,CAAC,EAAE,UAAU,EAAE,EAAE,UAAU,2CA0E/C"}