@apify/docusaurus-plugin-typedoc-api 4.4.12 → 5.1.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 (280) 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 +90 -0
  199. package/lib/plugin/python/transformation.d.ts.map +1 -0
  200. package/lib/plugin/python/transformation.js +424 -391
  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 +107 -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 +29 -17
  267. package/python-scripts/docspec-gen/google_docstring_processor.py +54 -20
  268. package/src/components/ApiIndex.tsx +1 -1
  269. package/src/index.ts +2 -2
  270. package/src/plugin/data.ts +3 -3
  271. package/src/plugin/python/index.ts +3 -3
  272. package/src/plugin/python/packageVersions.ts +3 -3
  273. package/src/plugin/python/transformation.ts +89 -15
  274. package/src/plugin/python/types.ts +3 -4
  275. package/src/plugin/sidebar.ts +1 -1
  276. package/src/plugin/url.ts +1 -1
  277. package/src/plugin/version.ts +1 -1
  278. package/src/utils/links.ts +1 -12
  279. package/src/utils/removeScopes.ts +10 -0
  280. /package/{assets/styles-8ad572ec.css → lib/components/styles.css} +0 -0
@@ -1,71 +1,42 @@
1
- 'use strict';
2
-
3
- const react = require('react');
4
- const useReflection = require('../hooks/useReflection.js');
5
- const useReflectionMap = require('../hooks/useReflectionMap.js');
6
- const helpers = require('../utils/helpers.js');
7
- const visibility = require('../utils/visibility.js');
8
- const AnchorLink = require('./AnchorLink.js');
9
- const ApiOptionsContext = require('./ApiOptionsContext.js');
10
- const CommentBadges = require('./CommentBadges.js');
11
- const Flags = require('./Flags.js');
12
- const MemberDeclaration = require('./MemberDeclaration.js');
13
- const MemberGetterSetter = require('./MemberGetterSetter.js');
14
- const MemberReference = require('./MemberReference.js');
15
- const MemberSignatures = require('./MemberSignatures.js');
16
- const SourceLink = require('./SourceLink.js');
17
- const jsxRuntime = require('react/jsx-runtime');
18
-
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
19
2
  // https://github.com/TypeStrong/typedoc-default-themes/blob/master/src/default/partials/members.hbs
20
-
21
- function Member({
22
- id
23
- }) {
24
- const reflections = useReflectionMap.useReflectionMap();
25
- const reflection = useReflection.useRequiredReflection(id);
26
- const comment = reflection.comment;
27
- let content = null;
28
- const apiOptions = react.useContext(ApiOptionsContext.ApiOptionsContext);
29
- const shouldHideInherited = reflection.inheritedFrom ? apiOptions.hideInherited : false;
30
- if (reflection.signatures) {
31
- content = /*#__PURE__*/jsxRuntime.jsx(MemberSignatures.MemberSignatures, {
32
- inPanel: true,
33
- sigs: reflection.signatures
34
- });
35
- } else if (reflection.getSignature || reflection.setSignature) {
36
- content = /*#__PURE__*/jsxRuntime.jsx(MemberGetterSetter.MemberGetterSetter, {
37
- inPanel: true,
38
- getter: reflection.getSignature,
39
- setter: reflection.setSignature
40
- });
41
- } else if ('target' in reflection && reflection.target) {
42
- content = /*#__PURE__*/jsxRuntime.jsx(MemberReference.MemberReference, {
43
- reflection: reflection
44
- });
45
- } else {
46
- content = /*#__PURE__*/jsxRuntime.jsx(MemberDeclaration.MemberDeclaration, {
47
- id: id
48
- });
49
- }
50
- return !shouldHideInherited && /*#__PURE__*/jsxRuntime.jsxs("section", {
51
- className: "tsd-panel tsd-member",
52
- children: [/*#__PURE__*/jsxRuntime.jsxs("h3", {
53
- className: "tsd-panel-header",
54
- children: [/*#__PURE__*/jsxRuntime.jsx(AnchorLink.AnchorLink, {
55
- id: reflection.name
56
- }), /*#__PURE__*/jsxRuntime.jsx(SourceLink.SourceLink, {
57
- sources: reflection.sources
58
- }), /*#__PURE__*/jsxRuntime.jsx(Flags.Flags, {
59
- flags: reflection.flags
60
- }), helpers.escapeMdx(reflection.name), CommentBadges.isCommentWithModifiers(comment) && /*#__PURE__*/jsxRuntime.jsx(CommentBadges.CommentBadges, {
61
- comment: comment
62
- })]
63
- }), content, reflection.groups?.map(group => /*#__PURE__*/jsxRuntime.jsx(react.Fragment, {
64
- children: group.children?.map(child => visibility.hasOwnDocument(child, reflections) ? null : /*#__PURE__*/jsxRuntime.jsx(Member, {
65
- id: child
66
- }, child))
67
- }, group.title))]
68
- });
3
+ import { Fragment, useContext } from 'react';
4
+ import { useRequiredReflection } from '../hooks/useReflection';
5
+ import { useReflectionMap } from '../hooks/useReflectionMap';
6
+ import { escapeMdx } from '../utils/helpers';
7
+ import { hasOwnDocument } from '../utils/visibility';
8
+ import { AnchorLink } from './AnchorLink';
9
+ import { ApiOptionsContext } from './ApiOptionsContext';
10
+ import { CommentBadges, isCommentWithModifiers } from './CommentBadges';
11
+ import { Flags } from './Flags';
12
+ import { MemberDeclaration } from './MemberDeclaration';
13
+ import { MemberGetterSetter } from './MemberGetterSetter';
14
+ import { MemberReference } from './MemberReference';
15
+ import { MemberSignatures } from './MemberSignatures';
16
+ import { SourceLink } from './SourceLink';
17
+ export function Member({ id }) {
18
+ var _a;
19
+ const reflections = useReflectionMap();
20
+ const reflection = useRequiredReflection(id);
21
+ const { comment } = reflection;
22
+ let content = null;
23
+ const apiOptions = useContext(ApiOptionsContext);
24
+ const shouldHideInherited = reflection.inheritedFrom ? apiOptions.hideInherited : false;
25
+ if (reflection.signatures) {
26
+ content = _jsx(MemberSignatures, { inPanel: true, sigs: reflection.signatures });
27
+ }
28
+ else if (reflection.getSignature || reflection.setSignature) {
29
+ content = (_jsx(MemberGetterSetter, { inPanel: true, getter: reflection.getSignature, setter: reflection.setSignature }));
30
+ }
31
+ else if ('target' in reflection && reflection.target) {
32
+ content = _jsx(MemberReference, { reflection: reflection });
33
+ }
34
+ else {
35
+ content = _jsx(MemberDeclaration, { id: id });
36
+ }
37
+ return (!shouldHideInherited && (_jsxs("section", { className: "tsd-panel tsd-member", children: [_jsxs("h3", { className: "tsd-panel-header", children: [_jsx(AnchorLink, { id: reflection.name }), _jsx(SourceLink, { sources: reflection.sources }), _jsx(Flags, { flags: reflection.flags }), escapeMdx(reflection.name), isCommentWithModifiers(comment) && _jsx(CommentBadges, { comment: comment })] }), content, (_a = reflection.groups) === null || _a === void 0 ? void 0 : _a.map((group) => {
38
+ var _a;
39
+ return (_jsx(Fragment, { children: (_a = group.children) === null || _a === void 0 ? void 0 : _a.map((child) => hasOwnDocument(child, reflections) ? null : _jsx(Member, { id: child }, child)) }, group.title));
40
+ })] })));
69
41
  }
70
- exports.Member = Member;
71
- //# sourceMappingURL=Member.js.map
42
+ //# sourceMappingURL=Member.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Member.js","sources":["../../src/components/Member.tsx"],"sourcesContent":null,"names":["useReflectionMap","useRequiredReflection","useContext","ApiOptionsContext","_jsx","MemberSignatures","MemberGetterSetter","MemberReference","MemberDeclaration","_jsxs","AnchorLink","SourceLink","Flags","escapeMdx","isCommentWithModifiers","CommentBadges","Fragment","hasOwnDocument"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AACA;AAgBO,SAAS,MAAM,CAAC;AACvB,EAAE,EAAE;AACJ,CAAC,EAAE;AACH,EAAE,MAAM,WAAW,GAAGA,iCAAgB,EAAE,CAAC;AACzC,EAAE,MAAM,UAAU,GAAGC,mCAAqB,CAAC,EAAE,CAAC,CAAC;AAC/C,EAAE,MAAM;AACR,IAAI,OAAO;AACX,GAAG,GAAG,UAAU,CAAC;AACjB,EAAE,IAAI,OAAO,GAAG,IAAI,CAAC;AACrB,EAAE,MAAM,UAAU,GAAGC,gBAAU,CAACC,mCAAiB,CAAC,CAAC;AACnD,EAAE,MAAM,mBAAmB,GAAG,UAAU,CAAC,aAAa,GAAG,UAAU,CAAC,aAAa,GAAG,KAAK,CAAC;AAC1F,EAAE,IAAI,UAAU,CAAC,UAAU,EAAE;AAC7B,IAAI,OAAO,gBAAgBC,cAAI,CAACC,iCAAgB,EAAE;AAClD,MAAM,OAAO,EAAE,IAAI;AACnB,MAAM,IAAI,EAAE,UAAU,CAAC,UAAU;AACjC,KAAK,CAAC,CAAC;AACP,GAAG,MAAM,IAAI,UAAU,CAAC,YAAY,IAAI,UAAU,CAAC,YAAY,EAAE;AACjE,IAAI,OAAO,gBAAgBD,cAAI,CAACE,qCAAkB,EAAE;AACpD,MAAM,OAAO,EAAE,IAAI;AACnB,MAAM,MAAM,EAAE,UAAU,CAAC,YAAY;AACrC,MAAM,MAAM,EAAE,UAAU,CAAC,YAAY;AACrC,KAAK,CAAC,CAAC;AACP,GAAG,MAAM,IAAI,QAAQ,IAAI,UAAU,IAAI,UAAU,CAAC,MAAM,EAAE;AAC1D,IAAI,OAAO,gBAAgBF,cAAI,CAACG,+BAAe,EAAE;AACjD,MAAM,UAAU,EAAE,UAAU;AAC5B,KAAK,CAAC,CAAC;AACP,GAAG,MAAM;AACT,IAAI,OAAO,gBAAgBH,cAAI,CAACI,mCAAiB,EAAE;AACnD,MAAM,EAAE,EAAE,EAAE;AACZ,KAAK,CAAC,CAAC;AACP,GAAG;AACH,EAAE,OAAO,CAAC,mBAAmB,iBAAiBC,eAAK,CAAC,SAAS,EAAE;AAC/D,IAAI,SAAS,EAAE,sBAAsB;AACrC,IAAI,QAAQ,EAAE,cAAcA,eAAK,CAAC,IAAI,EAAE;AACxC,MAAM,SAAS,EAAE,kBAAkB;AACnC,MAAM,QAAQ,EAAE,cAAcL,cAAI,CAACM,qBAAU,EAAE;AAC/C,QAAQ,EAAE,EAAE,UAAU,CAAC,IAAI;AAC3B,OAAO,CAAC,eAAeN,cAAI,CAACO,qBAAU,EAAE;AACxC,QAAQ,OAAO,EAAE,UAAU,CAAC,OAAO;AACnC,OAAO,CAAC,eAAeP,cAAI,CAACQ,WAAK,EAAE;AACnC,QAAQ,KAAK,EAAE,UAAU,CAAC,KAAK;AAC/B,OAAO,CAAC,EAAEC,iBAAS,CAAC,UAAU,CAAC,IAAI,CAAC,EAAEC,oCAAsB,CAAC,OAAO,CAAC,iBAAiBV,cAAI,CAACW,2BAAa,EAAE;AAC1G,QAAQ,OAAO,EAAE,OAAO;AACxB,OAAO,CAAC,CAAC;AACT,KAAK,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,iBAAiBX,cAAI,CAACY,cAAQ,EAAE;AAC7E,MAAM,QAAQ,EAAE,KAAK,CAAC,QAAQ,EAAE,GAAG,CAAC,KAAK,IAAIC,yBAAc,CAAC,KAAK,EAAE,WAAW,CAAC,GAAG,IAAI,gBAAgBb,cAAI,CAAC,MAAM,EAAE;AACnH,QAAQ,EAAE,EAAE,KAAK;AACjB,OAAO,EAAE,KAAK,CAAC,CAAC;AAChB,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;AACrB,GAAG,CAAC,CAAC;AACL;;;;"}
1
+ {"version":3,"file":"Member.js","sourceRoot":"","sources":["../../src/components/Member.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ export interface MemberDeclarationProps {
2
+ id: number;
3
+ }
4
+ export declare function MemberDeclaration({ id }: MemberDeclarationProps): import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=MemberDeclaration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MemberDeclaration.d.ts","sourceRoot":"","sources":["../../src/components/MemberDeclaration.tsx"],"names":[],"mappings":"AAcA,MAAM,WAAW,sBAAsB;IACtC,EAAE,EAAE,MAAM,CAAC;CACX;AAED,wBAAgB,iBAAiB,CAAC,EAAE,EAAE,EAAE,EAAE,sBAAsB,2CAgD/D"}
@@ -1,73 +1,22 @@
1
- 'use strict';
2
-
3
- const useMinimalLayout = require('../hooks/useMinimalLayout.js');
4
- const useReflection = require('../hooks/useReflection.js');
5
- const helpers = require('../utils/helpers.js');
6
- const Comment = require('./Comment.js');
7
- const DefaultValue = require('./DefaultValue.js');
8
- const Icon = require('./Icon.js');
9
- const MemberSources = require('./MemberSources.js');
10
- const Parameter = require('./Parameter.js');
11
- const Type = require('./Type.js');
12
- const TypeParameters = require('./TypeParameters.js');
13
- const TypeParametersGeneric = require('./TypeParametersGeneric.js');
14
- const jsxRuntime = require('react/jsx-runtime');
15
-
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
16
2
  // https://github.com/TypeStrong/typedoc-default-themes/blob/master/src/default/partials/member.declaration.hbs
17
-
18
- function MemberDeclaration({
19
- id
20
- }) {
21
- const reflection = useReflection.useRequiredReflection(id);
22
- const minimal = useMinimalLayout.useMinimalLayout();
23
- const showTypes = reflection.typeParameters && reflection.typeParameters.length > 0;
24
- const showDeclaration = !minimal && Type.extractDeclarationFromType(reflection.type);
25
- return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
26
- children: [/*#__PURE__*/jsxRuntime.jsx("div", {
27
- className: "tsd-panel-content",
28
- children: /*#__PURE__*/jsxRuntime.jsxs("div", {
29
- className: "tsd-signature tsd-kind-icon",
30
- children: [/*#__PURE__*/jsxRuntime.jsx(Icon.Icon, {
31
- reflection: reflection
32
- }), helpers.escapeMdx(reflection.name), /*#__PURE__*/jsxRuntime.jsx(TypeParametersGeneric.TypeParametersGeneric, {
33
- params: reflection.typeParameters
34
- }), /*#__PURE__*/jsxRuntime.jsxs("span", {
35
- className: "tsd-signature-symbol",
36
- children: [reflection.flags?.isOptional && '?', ": "]
37
- }), ' ', /*#__PURE__*/jsxRuntime.jsx(Type.Type, {
38
- type: reflection.type
39
- }), /*#__PURE__*/jsxRuntime.jsx(DefaultValue.DefaultValue, {
40
- comment: reflection.comment,
41
- type: reflection.type,
42
- value: reflection.defaultValue
43
- })]
44
- })
45
- }), /*#__PURE__*/jsxRuntime.jsxs("div", {
46
- className: "tsd-panel-content",
47
- children: [/*#__PURE__*/jsxRuntime.jsx(MemberSources.MemberSources, {
48
- reflection: reflection
49
- }), /*#__PURE__*/jsxRuntime.jsx(Comment.Comment, {
50
- comment: reflection.comment
51
- }), Comment.hasComment(reflection.comment) && (showTypes || showDeclaration) && /*#__PURE__*/jsxRuntime.jsx("hr", {
52
- className: "tsd-divider"
53
- }), showTypes && /*#__PURE__*/jsxRuntime.jsxs("div", {
54
- className: "tds-type-parameters",
55
- children: [/*#__PURE__*/jsxRuntime.jsx("h4", {
56
- className: "tsd-type-parameters-title",
57
- children: "Type parameters"
58
- }), /*#__PURE__*/jsxRuntime.jsx(TypeParameters.TypeParameters, {
59
- params: reflection.typeParameters
60
- })]
61
- }), showDeclaration && /*#__PURE__*/jsxRuntime.jsxs("div", {
62
- className: "tsd-type-declaration",
63
- children: [/*#__PURE__*/jsxRuntime.jsx("h4", {
64
- children: "Type declaration"
65
- }), /*#__PURE__*/jsxRuntime.jsx(Parameter.Parameter, {
66
- param: Type.extractDeclarationFromType(reflection.type)
67
- })]
68
- })]
69
- })]
70
- });
3
+ import { useMinimalLayout } from '../hooks/useMinimalLayout';
4
+ import { useRequiredReflection } from '../hooks/useReflection';
5
+ import { escapeMdx } from '../utils/helpers';
6
+ import { Comment, hasComment } from './Comment';
7
+ import { DefaultValue } from './DefaultValue';
8
+ import { Icon } from './Icon';
9
+ import { MemberSources } from './MemberSources';
10
+ import { Parameter } from './Parameter';
11
+ import { extractDeclarationFromType, Type } from './Type';
12
+ import { TypeParameters } from './TypeParameters';
13
+ import { TypeParametersGeneric } from './TypeParametersGeneric';
14
+ export function MemberDeclaration({ id }) {
15
+ var _a;
16
+ const reflection = useRequiredReflection(id);
17
+ const minimal = useMinimalLayout();
18
+ const showTypes = reflection.typeParameters && reflection.typeParameters.length > 0;
19
+ const showDeclaration = !minimal && extractDeclarationFromType(reflection.type);
20
+ return (_jsxs(_Fragment, { children: [_jsx("div", { className: "tsd-panel-content", children: _jsxs("div", { className: "tsd-signature tsd-kind-icon", children: [_jsx(Icon, { reflection: reflection }), escapeMdx(reflection.name), _jsx(TypeParametersGeneric, { params: reflection.typeParameters }), _jsxs("span", { className: "tsd-signature-symbol", children: [((_a = reflection.flags) === null || _a === void 0 ? void 0 : _a.isOptional) && '?', ": "] }), ' ', _jsx(Type, { type: reflection.type }), _jsx(DefaultValue, { comment: reflection.comment, type: reflection.type, value: reflection.defaultValue })] }) }), _jsxs("div", { className: "tsd-panel-content", children: [_jsx(MemberSources, { reflection: reflection }), _jsx(Comment, { comment: reflection.comment }), hasComment(reflection.comment) && (showTypes || showDeclaration) && (_jsx("hr", { className: "tsd-divider" })), showTypes && (_jsxs("div", { className: "tds-type-parameters", children: [_jsx("h4", { className: "tsd-type-parameters-title", children: "Type parameters" }), _jsx(TypeParameters, { params: reflection.typeParameters })] })), showDeclaration && (_jsxs("div", { className: "tsd-type-declaration", children: [_jsx("h4", { children: "Type declaration" }), _jsx(Parameter, { param: extractDeclarationFromType(reflection.type) })] }))] })] }));
71
21
  }
72
- exports.MemberDeclaration = MemberDeclaration;
73
- //# sourceMappingURL=MemberDeclaration.js.map
22
+ //# sourceMappingURL=MemberDeclaration.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MemberDeclaration.js","sources":["../../src/components/MemberDeclaration.tsx"],"sourcesContent":null,"names":["useRequiredReflection","useMinimalLayout","extractDeclarationFromType","_jsxs","_Fragment","_jsx","Icon","escapeMdx","TypeParametersGeneric","Type","DefaultValue","MemberSources","Comment","hasComment","TypeParameters","Parameter"],"mappings":";;;;;;;;;;;;;;;AAAA;AACA;AAaO,SAAS,iBAAiB,CAAC;AAClC,EAAE,EAAE;AACJ,CAAC,EAAE;AACH,EAAE,MAAM,UAAU,GAAGA,mCAAqB,CAAC,EAAE,CAAC,CAAC;AAC/C,EAAE,MAAM,OAAO,GAAGC,iCAAgB,EAAE,CAAC;AACrC,EAAE,MAAM,SAAS,GAAG,UAAU,CAAC,cAAc,IAAI,UAAU,CAAC,cAAc,CAAC,MAAM,GAAG,CAAC,CAAC;AACtF,EAAE,MAAM,eAAe,GAAG,CAAC,OAAO,IAAIC,+BAA0B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;AAClF,EAAE,oBAAoBC,eAAK,CAACC,mBAAS,EAAE;AACvC,IAAI,QAAQ,EAAE,cAAcC,cAAI,CAAC,KAAK,EAAE;AACxC,MAAM,SAAS,EAAE,mBAAmB;AACpC,MAAM,QAAQ,eAAeF,eAAK,CAAC,KAAK,EAAE;AAC1C,QAAQ,SAAS,EAAE,6BAA6B;AAChD,QAAQ,QAAQ,EAAE,cAAcE,cAAI,CAACC,SAAI,EAAE;AAC3C,UAAU,UAAU,EAAE,UAAU;AAChC,SAAS,CAAC,EAAEC,iBAAS,CAAC,UAAU,CAAC,IAAI,CAAC,eAAeF,cAAI,CAACG,2CAAqB,EAAE;AACjF,UAAU,MAAM,EAAE,UAAU,CAAC,cAAc;AAC3C,SAAS,CAAC,eAAeL,eAAK,CAAC,MAAM,EAAE;AACvC,UAAU,SAAS,EAAE,sBAAsB;AAC3C,UAAU,QAAQ,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,IAAI,GAAG,EAAE,IAAI,CAAC;AAC/D,SAAS,CAAC,EAAE,GAAG,eAAeE,cAAI,CAACI,SAAI,EAAE;AACzC,UAAU,IAAI,EAAE,UAAU,CAAC,IAAI;AAC/B,SAAS,CAAC,eAAeJ,cAAI,CAACK,yBAAY,EAAE;AAC5C,UAAU,OAAO,EAAE,UAAU,CAAC,OAAO;AACrC,UAAU,IAAI,EAAE,UAAU,CAAC,IAAI;AAC/B,UAAU,KAAK,EAAE,UAAU,CAAC,YAAY;AACxC,SAAS,CAAC,CAAC;AACX,OAAO,CAAC;AACR,KAAK,CAAC,eAAeP,eAAK,CAAC,KAAK,EAAE;AAClC,MAAM,SAAS,EAAE,mBAAmB;AACpC,MAAM,QAAQ,EAAE,cAAcE,cAAI,CAACM,2BAAa,EAAE;AAClD,QAAQ,UAAU,EAAE,UAAU;AAC9B,OAAO,CAAC,eAAeN,cAAI,CAACO,eAAO,EAAE;AACrC,QAAQ,OAAO,EAAE,UAAU,CAAC,OAAO;AACnC,OAAO,CAAC,EAAEC,kBAAU,CAAC,UAAU,CAAC,OAAO,CAAC,KAAK,SAAS,IAAI,eAAe,CAAC,iBAAiBR,cAAI,CAAC,IAAI,EAAE;AACtG,QAAQ,SAAS,EAAE,aAAa;AAChC,OAAO,CAAC,EAAE,SAAS,iBAAiBF,eAAK,CAAC,KAAK,EAAE;AACjD,QAAQ,SAAS,EAAE,qBAAqB;AACxC,QAAQ,QAAQ,EAAE,cAAcE,cAAI,CAAC,IAAI,EAAE;AAC3C,UAAU,SAAS,EAAE,2BAA2B;AAChD,UAAU,QAAQ,EAAE,iBAAiB;AACrC,SAAS,CAAC,eAAeA,cAAI,CAACS,6BAAc,EAAE;AAC9C,UAAU,MAAM,EAAE,UAAU,CAAC,cAAc;AAC3C,SAAS,CAAC,CAAC;AACX,OAAO,CAAC,EAAE,eAAe,iBAAiBX,eAAK,CAAC,KAAK,EAAE;AACvD,QAAQ,SAAS,EAAE,sBAAsB;AACzC,QAAQ,QAAQ,EAAE,cAAcE,cAAI,CAAC,IAAI,EAAE;AAC3C,UAAU,QAAQ,EAAE,kBAAkB;AACtC,SAAS,CAAC,eAAeA,cAAI,CAACU,mBAAS,EAAE;AACzC,UAAU,KAAK,EAAEb,+BAA0B,CAAC,UAAU,CAAC,IAAI,CAAC;AAC5D,SAAS,CAAC,CAAC;AACX,OAAO,CAAC,CAAC;AACT,KAAK,CAAC,CAAC;AACP,GAAG,CAAC,CAAC;AACL;;;;"}
1
+ {"version":3,"file":"MemberDeclaration.js","sourceRoot":"","sources":["../../src/components/MemberDeclaration.tsx"],"names":[],"mappings":";AAAA,+GAA+G;AAE/G,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,0BAA0B,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAMhE,MAAM,UAAU,iBAAiB,CAAC,EAAE,EAAE,EAA0B;;IAC/D,MAAM,UAAU,GAAG,qBAAqB,CAAC,EAAE,CAAC,CAAC;IAC7C,MAAM,OAAO,GAAG,gBAAgB,EAAE,CAAC;IACnC,MAAM,SAAS,GAAG,UAAU,CAAC,cAAc,IAAI,UAAU,CAAC,cAAc,CAAC,MAAM,GAAG,CAAC,CAAC;IACpF,MAAM,eAAe,GAAG,CAAC,OAAO,IAAI,0BAA0B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IAEhF,OAAO,CACN,8BACC,cAAK,SAAS,EAAC,mBAAmB,YACjC,eAAK,SAAS,EAAC,6BAA6B,aAC3C,KAAC,IAAI,IAAC,UAAU,EAAE,UAAU,GAAI,EAC/B,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,EAC3B,KAAC,qBAAqB,IAAC,MAAM,EAAE,UAAU,CAAC,cAAc,GAAI,EAC5D,gBAAM,SAAS,EAAC,sBAAsB,aAAE,CAAA,MAAA,UAAU,CAAC,KAAK,0CAAE,UAAU,KAAI,GAAG,UAAU,EAAC,GAAG,EACzF,KAAC,IAAI,IAAC,IAAI,EAAE,UAAU,CAAC,IAAI,GAAI,EAC/B,KAAC,YAAY,IACZ,OAAO,EAAE,UAAU,CAAC,OAAO,EAC3B,IAAI,EAAE,UAAU,CAAC,IAAI,EACrB,KAAK,EAAE,UAAU,CAAC,YAAY,GAC7B,IACG,GACD,EAEN,eAAK,SAAS,EAAC,mBAAmB,aACjC,KAAC,aAAa,IAAC,UAAU,EAAE,UAAU,GAAI,EAEzC,KAAC,OAAO,IAAC,OAAO,EAAE,UAAU,CAAC,OAAO,GAAI,EAEvC,UAAU,CAAC,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,IAAI,eAAe,CAAC,IAAI,CACpE,aAAI,SAAS,EAAC,aAAa,GAAG,CAC9B,EAEA,SAAS,IAAI,CACb,eAAK,SAAS,EAAC,qBAAqB,aACnC,aAAI,SAAS,EAAC,2BAA2B,gCAAqB,EAC9D,KAAC,cAAc,IAAC,MAAM,EAAE,UAAU,CAAC,cAAc,GAAI,IAChD,CACN,EAEA,eAAe,IAAI,CACnB,eAAK,SAAS,EAAC,sBAAsB,aACpC,4CAAyB,EACzB,KAAC,SAAS,IAAC,KAAK,EAAE,0BAA0B,CAAC,UAAU,CAAC,IAAI,CAAC,GAAI,IAC5D,CACN,IACI,IACJ,CACH,CAAC;AACH,CAAC"}
@@ -0,0 +1,8 @@
1
+ import type { TSDDeclarationReflection } from '../types';
2
+ export interface MemberGetterSetterProps {
3
+ inPanel?: boolean;
4
+ getter?: TSDDeclarationReflection['getSignature'];
5
+ setter?: TSDDeclarationReflection['setSignature'];
6
+ }
7
+ export declare function MemberGetterSetter({ inPanel, getter, setter }: MemberGetterSetterProps): import("react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=MemberGetterSetter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MemberGetterSetter.d.ts","sourceRoot":"","sources":["../../src/components/MemberGetterSetter.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAMzD,MAAM,WAAW,uBAAuB;IACvC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,wBAAwB,CAAC,cAAc,CAAC,CAAC;IAClD,MAAM,CAAC,EAAE,wBAAwB,CAAC,cAAc,CAAC,CAAC;CAClD;AAED,wBAAgB,kBAAkB,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,uBAAuB,2CAoDtF"}
@@ -1,70 +1,15 @@
1
- 'use strict';
2
-
3
- const useMinimalLayout = require('../hooks/useMinimalLayout.js');
4
- const helpers = require('../utils/helpers.js');
5
- const Icon = require('./Icon.js');
6
- const MemberSignatureBody = require('./MemberSignatureBody.js');
7
- const MemberSignatureTitle = require('./MemberSignatureTitle.js');
8
- const jsxRuntime = require('react/jsx-runtime');
9
-
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
10
2
  // https://github.com/TypeStrong/typedoc-default-themes/blob/master/src/default/partials/member.getterSetter.hbs
11
-
12
- function MemberGetterSetter({
13
- inPanel,
14
- getter,
15
- setter
16
- }) {
17
- const minimal = useMinimalLayout.useMinimalLayout();
18
- if (!getter && !setter) {
19
- return null;
20
- }
21
- return /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
22
- children: [(getter || setter) && /*#__PURE__*/jsxRuntime.jsx("div", {
23
- className: inPanel ? 'tsd-panel-content' : '',
24
- children: /*#__PURE__*/jsxRuntime.jsxs("ul", {
25
- className: "tsd-signatures",
26
- children: [getter && /*#__PURE__*/jsxRuntime.jsxs("li", {
27
- className: "tsd-signature tsd-kind-icon",
28
- children: [/*#__PURE__*/jsxRuntime.jsx(Icon.Icon, {
29
- reflection: getter
30
- }), /*#__PURE__*/jsxRuntime.jsx("span", {
31
- className: "tsd-signature-symbol",
32
- children: "get "
33
- }), helpers.escapeMdx(getter.name), /*#__PURE__*/jsxRuntime.jsx(MemberSignatureTitle.MemberSignatureTitle, {
34
- hideName: true,
35
- sig: getter
36
- })]
37
- }), setter && /*#__PURE__*/jsxRuntime.jsxs("li", {
38
- className: "tsd-signature tsd-kind-icon",
39
- children: [/*#__PURE__*/jsxRuntime.jsx(Icon.Icon, {
40
- reflection: setter
41
- }), /*#__PURE__*/jsxRuntime.jsx("span", {
42
- className: "tsd-signature-symbol",
43
- children: "set "
44
- }), helpers.escapeMdx(setter.name), /*#__PURE__*/jsxRuntime.jsx(MemberSignatureTitle.MemberSignatureTitle, {
45
- hideName: true,
46
- sig: setter
47
- })]
48
- })]
49
- })
50
- }), (MemberSignatureBody.hasSigBody(getter, minimal) || MemberSignatureBody.hasSigBody(setter, minimal)) && /*#__PURE__*/jsxRuntime.jsx("div", {
51
- className: inPanel ? 'tsd-panel-content' : '',
52
- children: /*#__PURE__*/jsxRuntime.jsxs("ul", {
53
- className: "tsd-descriptions",
54
- children: [getter && /*#__PURE__*/jsxRuntime.jsx("li", {
55
- className: "tsd-description",
56
- children: /*#__PURE__*/jsxRuntime.jsx(MemberSignatureBody.MemberSignatureBody, {
57
- sig: getter
58
- })
59
- }), setter && /*#__PURE__*/jsxRuntime.jsx("li", {
60
- className: "tsd-description",
61
- children: /*#__PURE__*/jsxRuntime.jsx(MemberSignatureBody.MemberSignatureBody, {
62
- sig: setter
63
- })
64
- })]
65
- })
66
- })]
67
- });
3
+ import { useMinimalLayout } from '../hooks/useMinimalLayout';
4
+ import { escapeMdx } from '../utils/helpers';
5
+ import { Icon } from './Icon';
6
+ import { hasSigBody, MemberSignatureBody } from './MemberSignatureBody';
7
+ import { MemberSignatureTitle } from './MemberSignatureTitle';
8
+ export function MemberGetterSetter({ inPanel, getter, setter }) {
9
+ const minimal = useMinimalLayout();
10
+ if (!getter && !setter) {
11
+ return null;
12
+ }
13
+ return (_jsxs(_Fragment, { children: [(getter || setter) && (_jsx("div", { className: inPanel ? 'tsd-panel-content' : '', children: _jsxs("ul", { className: "tsd-signatures", children: [getter && (_jsxs("li", { className: "tsd-signature tsd-kind-icon", children: [_jsx(Icon, { reflection: getter }), _jsx("span", { className: "tsd-signature-symbol", children: "get " }), escapeMdx(getter.name), _jsx(MemberSignatureTitle, { hideName: true, sig: getter })] })), setter && (_jsxs("li", { className: "tsd-signature tsd-kind-icon", children: [_jsx(Icon, { reflection: setter }), _jsx("span", { className: "tsd-signature-symbol", children: "set " }), escapeMdx(setter.name), _jsx(MemberSignatureTitle, { hideName: true, sig: setter })] }))] }) })), (hasSigBody(getter, minimal) || hasSigBody(setter, minimal)) && (_jsx("div", { className: inPanel ? 'tsd-panel-content' : '', children: _jsxs("ul", { className: "tsd-descriptions", children: [getter && (_jsx("li", { className: "tsd-description", children: _jsx(MemberSignatureBody, { sig: getter }) })), setter && (_jsx("li", { className: "tsd-description", children: _jsx(MemberSignatureBody, { sig: setter }) }))] }) }))] }));
68
14
  }
69
- exports.MemberGetterSetter = MemberGetterSetter;
70
- //# sourceMappingURL=MemberGetterSetter.js.map
15
+ //# sourceMappingURL=MemberGetterSetter.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MemberGetterSetter.js","sources":["../../src/components/MemberGetterSetter.tsx"],"sourcesContent":null,"names":["useMinimalLayout","_jsxs","_Fragment","_jsx","Icon","escapeMdx","MemberSignatureTitle","hasSigBody","MemberSignatureBody"],"mappings":";;;;;;;;;AAAA;AACA;AAOO,SAAS,kBAAkB,CAAC;AACnC,EAAE,OAAO;AACT,EAAE,MAAM;AACR,EAAE,MAAM;AACR,CAAC,EAAE;AACH,EAAE,MAAM,OAAO,GAAGA,iCAAgB,EAAE,CAAC;AACrC,EAAE,IAAI,CAAC,MAAM,IAAI,CAAC,MAAM,EAAE;AAC1B,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,oBAAoBC,eAAK,CAACC,mBAAS,EAAE;AACvC,IAAI,QAAQ,EAAE,CAAC,CAAC,MAAM,IAAI,MAAM,kBAAkBC,cAAI,CAAC,KAAK,EAAE;AAC9D,MAAM,SAAS,EAAE,OAAO,GAAG,mBAAmB,GAAG,EAAE;AACnD,MAAM,QAAQ,eAAeF,eAAK,CAAC,IAAI,EAAE;AACzC,QAAQ,SAAS,EAAE,gBAAgB;AACnC,QAAQ,QAAQ,EAAE,CAAC,MAAM,iBAAiBA,eAAK,CAAC,IAAI,EAAE;AACtD,UAAU,SAAS,EAAE,6BAA6B;AAClD,UAAU,QAAQ,EAAE,cAAcE,cAAI,CAACC,SAAI,EAAE;AAC7C,YAAY,UAAU,EAAE,MAAM;AAC9B,WAAW,CAAC,eAAeD,cAAI,CAAC,MAAM,EAAE;AACxC,YAAY,SAAS,EAAE,sBAAsB;AAC7C,YAAY,QAAQ,EAAE,MAAM;AAC5B,WAAW,CAAC,EAAEE,iBAAS,CAAC,MAAM,CAAC,IAAI,CAAC,eAAeF,cAAI,CAACG,yCAAoB,EAAE;AAC9E,YAAY,QAAQ,EAAE,IAAI;AAC1B,YAAY,GAAG,EAAE,MAAM;AACvB,WAAW,CAAC,CAAC;AACb,SAAS,CAAC,EAAE,MAAM,iBAAiBL,eAAK,CAAC,IAAI,EAAE;AAC/C,UAAU,SAAS,EAAE,6BAA6B;AAClD,UAAU,QAAQ,EAAE,cAAcE,cAAI,CAACC,SAAI,EAAE;AAC7C,YAAY,UAAU,EAAE,MAAM;AAC9B,WAAW,CAAC,eAAeD,cAAI,CAAC,MAAM,EAAE;AACxC,YAAY,SAAS,EAAE,sBAAsB;AAC7C,YAAY,QAAQ,EAAE,MAAM;AAC5B,WAAW,CAAC,EAAEE,iBAAS,CAAC,MAAM,CAAC,IAAI,CAAC,eAAeF,cAAI,CAACG,yCAAoB,EAAE;AAC9E,YAAY,QAAQ,EAAE,IAAI;AAC1B,YAAY,GAAG,EAAE,MAAM;AACvB,WAAW,CAAC,CAAC;AACb,SAAS,CAAC,CAAC;AACX,OAAO,CAAC;AACR,KAAK,CAAC,EAAE,CAACC,8BAAU,CAAC,MAAM,EAAE,OAAO,CAAC,IAAIA,8BAAU,CAAC,MAAM,EAAE,OAAO,CAAC,kBAAkBJ,cAAI,CAAC,KAAK,EAAE;AACjG,MAAM,SAAS,EAAE,OAAO,GAAG,mBAAmB,GAAG,EAAE;AACnD,MAAM,QAAQ,eAAeF,eAAK,CAAC,IAAI,EAAE;AACzC,QAAQ,SAAS,EAAE,kBAAkB;AACrC,QAAQ,QAAQ,EAAE,CAAC,MAAM,iBAAiBE,cAAI,CAAC,IAAI,EAAE;AACrD,UAAU,SAAS,EAAE,iBAAiB;AACtC,UAAU,QAAQ,eAAeA,cAAI,CAACK,uCAAmB,EAAE;AAC3D,YAAY,GAAG,EAAE,MAAM;AACvB,WAAW,CAAC;AACZ,SAAS,CAAC,EAAE,MAAM,iBAAiBL,cAAI,CAAC,IAAI,EAAE;AAC9C,UAAU,SAAS,EAAE,iBAAiB;AACtC,UAAU,QAAQ,eAAeA,cAAI,CAACK,uCAAmB,EAAE;AAC3D,YAAY,GAAG,EAAE,MAAM;AACvB,WAAW,CAAC;AACZ,SAAS,CAAC,CAAC;AACX,OAAO,CAAC;AACR,KAAK,CAAC,CAAC;AACP,GAAG,CAAC,CAAC;AACL;;;;"}
1
+ {"version":3,"file":"MemberGetterSetter.js","sourceRoot":"","sources":["../../src/components/MemberGetterSetter.tsx"],"names":[],"mappings":";AAAA,gHAAgH;AAEhH,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAE7D,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACxE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAQ9D,MAAM,UAAU,kBAAkB,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAA2B;IACtF,MAAM,OAAO,GAAG,gBAAgB,EAAE,CAAC;IAEnC,IAAI,CAAC,MAAM,IAAI,CAAC,MAAM,EAAE,CAAC;QACxB,OAAO,IAAI,CAAC;IACb,CAAC;IAED,OAAO,CACN,8BACE,CAAC,MAAM,IAAI,MAAM,CAAC,IAAI,CACtB,cAAK,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,YACjD,cAAI,SAAS,EAAC,gBAAgB,aAC5B,MAAM,IAAI,CACV,cAAI,SAAS,EAAC,6BAA6B,aAC1C,KAAC,IAAI,IAAC,UAAU,EAAE,MAAM,GAAI,EAC5B,eAAM,SAAS,EAAC,sBAAsB,qBAAY,EACjD,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,EACvB,KAAC,oBAAoB,IAAC,QAAQ,QAAC,GAAG,EAAE,MAAM,GAAI,IAC1C,CACL,EAEA,MAAM,IAAI,CACV,cAAI,SAAS,EAAC,6BAA6B,aAC1C,KAAC,IAAI,IAAC,UAAU,EAAE,MAAM,GAAI,EAC5B,eAAM,SAAS,EAAC,sBAAsB,qBAAY,EACjD,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,EACvB,KAAC,oBAAoB,IAAC,QAAQ,QAAC,GAAG,EAAE,MAAM,GAAI,IAC1C,CACL,IACG,GACA,CACN,EAEA,CAAC,UAAU,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,UAAU,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAChE,cAAK,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,YACjD,cAAI,SAAS,EAAC,kBAAkB,aAC9B,MAAM,IAAI,CACV,aAAI,SAAS,EAAC,iBAAiB,YAC9B,KAAC,mBAAmB,IAAC,GAAG,EAAE,MAAM,GAAI,GAChC,CACL,EAEA,MAAM,IAAI,CACV,aAAI,SAAS,EAAC,iBAAiB,YAC9B,KAAC,mBAAmB,IAAC,GAAG,EAAE,MAAM,GAAI,GAChC,CACL,IACG,GACA,CACN,IACC,CACH,CAAC;AACH,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { JSONOutput } from 'typedoc';
2
+ export interface MemberReferenceProps {
3
+ reflection: JSONOutput.ReferenceReflection;
4
+ }
5
+ export declare function MemberReference({ reflection }: MemberReferenceProps): import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=MemberReference.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MemberReference.d.ts","sourceRoot":"","sources":["../../src/components/MemberReference.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAK1C,MAAM,WAAW,oBAAoB;IACpC,UAAU,EAAE,UAAU,CAAC,mBAAmB,CAAC;CAC3C;AAED,wBAAgB,eAAe,CAAC,EAAE,UAAU,EAAE,EAAE,oBAAoB,2CA+BnE"}
@@ -1,49 +1,19 @@
1
- 'use strict';
2
-
3
- const Link = require('@docusaurus/Link');
4
- const useReflection = require('../hooks/useReflection.js');
5
- const helpers = require('../utils/helpers.js');
6
- const jsxRuntime = require('react/jsx-runtime');
7
- const _interopDefault = e => e && e.__esModule ? e : {
8
- default: e
9
- };
10
- const Link__default = /*#__PURE__*/_interopDefault(Link);
11
-
12
- // https://github.com/TypeStrong/typedoc-default-themes/blob/master/src/default/partials/member.reference.hbs
13
-
14
- function MemberReference({
15
- reflection
16
- }) {
17
- const target = useReflection.useReflection(reflection.target);
18
- let content = null;
19
- if (!target) {
20
- content = /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
21
- children: ["Re-exports ", /*#__PURE__*/jsxRuntime.jsx("span", {
22
- className: "tsd-signature-type",
23
- children: helpers.escapeMdx(reflection.name)
24
- })]
25
- });
26
- } else if (reflection.name === target.name) {
27
- content = /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
28
- children: ["Re-exports", ' ', /*#__PURE__*/jsxRuntime.jsx(Link__default.default, {
29
- className: "tsd-signature-type",
30
- to: target.permalink,
31
- children: helpers.escapeMdx(target.name)
32
- })]
33
- });
34
- } else {
35
- content = /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
36
- children: ["Renames and re-exports", ' ', /*#__PURE__*/jsxRuntime.jsx(Link__default.default, {
37
- className: "tsd-signature-type",
38
- to: target.permalink,
39
- children: helpers.escapeMdx(target.name)
40
- })]
41
- });
42
- }
43
- return /*#__PURE__*/jsxRuntime.jsx("div", {
44
- className: "tsd-panel-content",
45
- children: content
46
- });
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import Link from '@docusaurus/Link';
3
+ import { useReflection } from '../hooks/useReflection';
4
+ import { escapeMdx } from '../utils/helpers';
5
+ export function MemberReference({ reflection }) {
6
+ const target = useReflection(reflection.target);
7
+ let content = null;
8
+ if (!target) {
9
+ content = (_jsxs(_Fragment, { children: ["Re-exports ", _jsx("span", { className: "tsd-signature-type", children: escapeMdx(reflection.name) })] }));
10
+ }
11
+ else if (reflection.name === target.name) {
12
+ content = (_jsxs(_Fragment, { children: ["Re-exports", ' ', _jsx(Link, { className: "tsd-signature-type", to: target.permalink, children: escapeMdx(target.name) })] }));
13
+ }
14
+ else {
15
+ content = (_jsxs(_Fragment, { children: ["Renames and re-exports", ' ', _jsx(Link, { className: "tsd-signature-type", to: target.permalink, children: escapeMdx(target.name) })] }));
16
+ }
17
+ return _jsx("div", { className: "tsd-panel-content", children: content });
47
18
  }
48
- exports.MemberReference = MemberReference;
49
- //# sourceMappingURL=MemberReference.js.map
19
+ //# sourceMappingURL=MemberReference.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MemberReference.js","sources":["../../src/components/MemberReference.tsx"],"sourcesContent":null,"names":["useReflection","_jsxs","_Fragment","_jsx","escapeMdx","Link"],"mappings":";;;;;;;;;;;AAAA;AACA;AAKO,SAAS,eAAe,CAAC;AAChC,EAAE,UAAU;AACZ,CAAC,EAAE;AACH,EAAE,MAAM,MAAM,GAAGA,2BAAa,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;AAClD,EAAE,IAAI,OAAO,GAAG,IAAI,CAAC;AACrB,EAAE,IAAI,CAAC,MAAM,EAAE;AACf,IAAI,OAAO,gBAAgBC,eAAK,CAACC,mBAAS,EAAE;AAC5C,MAAM,QAAQ,EAAE,CAAC,aAAa,eAAeC,cAAI,CAAC,MAAM,EAAE;AAC1D,QAAQ,SAAS,EAAE,oBAAoB;AACvC,QAAQ,QAAQ,EAAEC,iBAAS,CAAC,UAAU,CAAC,IAAI,CAAC;AAC5C,OAAO,CAAC,CAAC;AACT,KAAK,CAAC,CAAC;AACP,GAAG,MAAM,IAAI,UAAU,CAAC,IAAI,KAAK,MAAM,CAAC,IAAI,EAAE;AAC9C,IAAI,OAAO,gBAAgBH,eAAK,CAACC,mBAAS,EAAE;AAC5C,MAAM,QAAQ,EAAE,CAAC,YAAY,EAAE,GAAG,eAAeC,cAAI,CAACE,qBAAI,EAAE;AAC5D,QAAQ,SAAS,EAAE,oBAAoB;AACvC,QAAQ,EAAE,EAAE,MAAM,CAAC,SAAS;AAC5B,QAAQ,QAAQ,EAAED,iBAAS,CAAC,MAAM,CAAC,IAAI,CAAC;AACxC,OAAO,CAAC,CAAC;AACT,KAAK,CAAC,CAAC;AACP,GAAG,MAAM;AACT,IAAI,OAAO,gBAAgBH,eAAK,CAACC,mBAAS,EAAE;AAC5C,MAAM,QAAQ,EAAE,CAAC,wBAAwB,EAAE,GAAG,eAAeC,cAAI,CAACE,qBAAI,EAAE;AACxE,QAAQ,SAAS,EAAE,oBAAoB;AACvC,QAAQ,EAAE,EAAE,MAAM,CAAC,SAAS;AAC5B,QAAQ,QAAQ,EAAED,iBAAS,CAAC,MAAM,CAAC,IAAI,CAAC;AACxC,OAAO,CAAC,CAAC;AACT,KAAK,CAAC,CAAC;AACP,GAAG;AACH,EAAE,oBAAoBD,cAAI,CAAC,KAAK,EAAE;AAClC,IAAI,SAAS,EAAE,mBAAmB;AAClC,IAAI,QAAQ,EAAE,OAAO;AACrB,GAAG,CAAC,CAAC;AACL;;;;"}
1
+ {"version":3,"file":"MemberReference.js","sourceRoot":"","sources":["../../src/components/MemberReference.tsx"],"names":[],"mappings":";AAGA,OAAO,IAAI,MAAM,kBAAkB,CAAC;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAM7C,MAAM,UAAU,eAAe,CAAC,EAAE,UAAU,EAAwB;IACnE,MAAM,MAAM,GAAG,aAAa,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;IAChD,IAAI,OAAO,GAAoB,IAAI,CAAC;IAEpC,IAAI,CAAC,MAAM,EAAE,CAAC;QACb,OAAO,GAAG,CACT,6CACY,eAAM,SAAS,EAAC,oBAAoB,YAAE,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,GAAQ,IACjF,CACH,CAAC;IACH,CAAC;SAAM,IAAI,UAAU,CAAC,IAAI,KAAK,MAAM,CAAC,IAAI,EAAE,CAAC;QAC5C,OAAO,GAAG,CACT,4CACY,GAAG,EACd,KAAC,IAAI,IAAC,SAAS,EAAC,oBAAoB,EAAC,EAAE,EAAE,MAAM,CAAC,SAAS,YACvD,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,GACjB,IACL,CACH,CAAC;IACH,CAAC;SAAM,CAAC;QACP,OAAO,GAAG,CACT,wDACwB,GAAG,EAC1B,KAAC,IAAI,IAAC,SAAS,EAAC,oBAAoB,EAAC,EAAE,EAAE,MAAM,CAAC,SAAS,YACvD,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,GACjB,IACL,CACH,CAAC;IACH,CAAC;IAED,OAAO,cAAK,SAAS,EAAC,mBAAmB,YAAE,OAAO,GAAO,CAAC;AAC3D,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { JSONOutput } from 'typedoc';
2
+ import type { TSDSignatureReflection } from '../types';
3
+ export declare function hasSigBody(sig: TSDSignatureReflection | undefined, minimal: boolean, hideSources?: boolean): boolean | JSONOutput.ReferenceType | JSONOutput.LiteralType | JSONOutput.PredicateType | JSONOutput.OptionalType | JSONOutput.ArrayType | JSONOutput.ConditionalType | JSONOutput.IndexedAccessType | JSONOutput.InferredType | JSONOutput.IntersectionType | JSONOutput.IntrinsicType | JSONOutput.MappedType | JSONOutput.QueryType | JSONOutput.ReflectionType | JSONOutput.RestType | JSONOutput.TemplateLiteralType | JSONOutput.TupleType | JSONOutput.NamedTupleMemberType | JSONOutput.TypeOperatorType | JSONOutput.UnionType | JSONOutput.UnknownType;
4
+ export interface MemberSignatureBodyProps {
5
+ hideSources?: boolean;
6
+ sig: TSDSignatureReflection;
7
+ }
8
+ export declare function MemberSignatureBody({ hideSources, sig }: MemberSignatureBodyProps): import("react/jsx-runtime").JSX.Element;
9
+ //# sourceMappingURL=MemberSignatureBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MemberSignatureBody.d.ts","sourceRoot":"","sources":["../../src/components/MemberSignatureBody.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAU,MAAM,SAAS,CAAC;AAIlD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAWvD,wBAAgB,UAAU,CACzB,GAAG,EAAE,sBAAsB,GAAG,SAAS,EACvC,OAAO,EAAE,OAAO,EAChB,WAAW,GAAE,OAAe,miBAa5B;AAED,MAAM,WAAW,wBAAwB;IACxC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,GAAG,EAAE,sBAAsB,CAAC;CAC5B;AAoBD,wBAAgB,mBAAmB,CAAC,EAAE,WAAW,EAAE,GAAG,EAAE,EAAE,wBAAwB,2CA+JjF"}