@scalar/api-reference 1.31.17 → 1.32.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 (223) hide show
  1. package/CHANGELOG.md +62 -0
  2. package/dist/blocks/helpers/getPointer.d.ts +1 -1
  3. package/dist/blocks/helpers/getPointer.d.ts.map +1 -1
  4. package/dist/blocks/hooks/useBlockProps.js +10 -10
  5. package/dist/browser/standalone.js +15959 -15866
  6. package/dist/browser/webpack-stats.json +1 -1
  7. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  8. package/dist/components/ApiReferenceLayout.vue.js +1 -1
  9. package/dist/components/ApiReferenceLayout.vue2.js +124 -126
  10. package/dist/components/ClassicHeader.vue.d.ts.map +1 -1
  11. package/dist/components/ClassicHeader.vue.js +11 -9
  12. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  13. package/dist/components/Content/Content.vue.js +2 -2
  14. package/dist/components/Content/Content.vue2.js +93 -92
  15. package/dist/components/Content/Introduction/Introduction.vue.js +1 -1
  16. package/dist/components/Content/Introduction/Introduction.vue2.js +3 -3
  17. package/dist/components/Content/Lazy/Loading.vue.d.ts +3 -0
  18. package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
  19. package/dist/components/Content/Lazy/Loading.vue.js +93 -93
  20. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  21. package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
  22. package/dist/components/Content/Schema/SchemaProperty.vue2.js +1 -1
  23. package/dist/components/Content/Tag/Tag.vue.js +1 -1
  24. package/dist/components/Content/Tag/TagList.vue.d.ts +7 -1
  25. package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
  26. package/dist/components/Content/Tag/TagList.vue.js +41 -38
  27. package/dist/features/Operation/Operation.vue.d.ts +8 -3
  28. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  29. package/dist/features/Operation/Operation.vue.js +67 -51
  30. package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
  31. package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
  32. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
  33. package/dist/features/Operation/components/callbacks/Callback.vue.js +2 -2
  34. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +9 -2
  35. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  36. package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
  37. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +92 -84
  38. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +10 -3
  39. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  40. package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
  41. package/dist/features/Operation/layouts/ModernLayout.vue2.js +132 -117
  42. package/dist/features/Search/SearchButton.vue.d.ts +1 -3
  43. package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
  44. package/dist/features/Search/SearchButton.vue.js +17 -16
  45. package/dist/features/Search/SearchModal.vue.js +2 -2
  46. package/dist/features/Search/SearchModal.vue2.js +4 -4
  47. package/dist/features/Search/useSearchIndex.d.ts.map +1 -1
  48. package/dist/features/Search/useSearchIndex.js +15 -15
  49. package/dist/features/api-client-modal/ApiClientModal.vue.d.ts.map +1 -0
  50. package/dist/features/api-client-modal/index.d.ts.map +1 -0
  51. package/dist/features/{ApiClientModal → api-client-modal}/useApiClient.d.ts +118 -118
  52. package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -0
  53. package/dist/features/base-url/BaseUrl.vue.d.ts.map +1 -0
  54. package/dist/features/base-url/index.d.ts.map +1 -0
  55. package/dist/features/document-source/hooks/useDocumentFetcher.d.ts.map +1 -0
  56. package/dist/features/document-source/hooks/useDocumentSource.d.ts.map +1 -0
  57. package/dist/features/document-source/hooks/useDocumentSource.js +71 -0
  58. package/dist/features/document-source/index.d.ts.map +1 -0
  59. package/dist/features/download-link/DownloadLink.vue.d.ts.map +1 -0
  60. package/dist/features/{DownloadLink → download-link}/DownloadLink.vue.js +2 -2
  61. package/dist/features/download-link/DownloadLink.vue2.js +59 -0
  62. package/dist/features/download-link/index.d.ts.map +1 -0
  63. package/dist/features/download-link/openapi-version-symbol.d.ts.map +1 -0
  64. package/dist/features/example-request/ExamplePicker.vue.d.ts +13 -0
  65. package/dist/features/example-request/ExamplePicker.vue.d.ts.map +1 -0
  66. package/dist/features/example-request/ExamplePicker.vue.js +7 -0
  67. package/dist/features/example-request/ExamplePicker.vue2.js +56 -0
  68. package/dist/features/example-request/ExampleRequest.vue.d.ts.map +1 -0
  69. package/dist/features/{ExampleRequest → example-request}/ExampleRequest.vue.js +2 -2
  70. package/dist/features/{ExampleRequest → example-request}/ExampleRequest.vue2.js +93 -93
  71. package/dist/features/example-request/TextSelect.vue.d.ts.map +1 -0
  72. package/dist/features/example-request/index.d.ts.map +1 -0
  73. package/dist/features/example-responses/ExampleResponse.vue.d.ts.map +1 -0
  74. package/dist/features/example-responses/ExampleResponse.vue.js +7 -0
  75. package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -0
  76. package/dist/features/example-responses/ExampleResponses.vue.js +7 -0
  77. package/dist/features/{ExampleResponses → example-responses}/ExampleResponses.vue2.js +1 -1
  78. package/dist/features/example-responses/index.d.ts.map +1 -0
  79. package/dist/{components/DocumentSelector → features/multiple-documents}/DocumentSelector.vue.d.ts.map +1 -1
  80. package/dist/{components/DocumentSelector → features/multiple-documents}/DocumentSelector.vue.js +15 -15
  81. package/dist/features/multiple-documents/index.d.ts +3 -0
  82. package/dist/features/multiple-documents/index.d.ts.map +1 -0
  83. package/dist/{hooks → features/multiple-documents}/useMultipleDocuments.d.ts +1 -1
  84. package/dist/features/multiple-documents/useMultipleDocuments.d.ts.map +1 -0
  85. package/dist/features/sidebar/components/Sidebar.vue.d.ts.map +1 -0
  86. package/dist/features/sidebar/components/Sidebar.vue.js +7 -0
  87. package/dist/{components/Sidebar → features/sidebar/components}/Sidebar.vue2.js +2 -2
  88. package/dist/{components/Sidebar → features/sidebar/components}/SidebarElement.vue.d.ts +1 -1
  89. package/dist/features/sidebar/components/SidebarElement.vue.d.ts.map +1 -0
  90. package/dist/features/sidebar/components/SidebarElement.vue.js +7 -0
  91. package/dist/{components/Sidebar → features/sidebar/components}/SidebarElement.vue2.js +2 -2
  92. package/dist/features/sidebar/components/SidebarGroup.vue.d.ts.map +1 -0
  93. package/dist/features/sidebar/components/SidebarGroup.vue.js +7 -0
  94. package/dist/features/sidebar/components/SidebarHttpBadge.vue.d.ts.map +1 -0
  95. package/dist/features/sidebar/components/SidebarHttpBadge.vue.js +7 -0
  96. package/dist/{components/Sidebar → features/sidebar/components}/SidebarHttpBadge.vue2.js +1 -1
  97. package/dist/features/sidebar/helpers/create-sidebar.d.ts.map +1 -1
  98. package/dist/features/sidebar/helpers/create-sidebar.js +8 -8
  99. package/dist/features/sidebar/index.d.ts +1 -0
  100. package/dist/features/sidebar/index.d.ts.map +1 -1
  101. package/dist/features/specification-extension/SpecificationExtension.vue.d.ts.map +1 -0
  102. package/dist/features/specification-extension/index.d.ts.map +1 -0
  103. package/dist/features/test-request-button/TestRequestButton.vue.d.ts.map +1 -0
  104. package/dist/features/{TestRequestButton → test-request-button}/TestRequestButton.vue.js +2 -2
  105. package/dist/features/{TestRequestButton → test-request-button}/TestRequestButton.vue2.js +1 -1
  106. package/dist/features/test-request-button/index.d.ts.map +1 -0
  107. package/dist/features/traverse-schema/helpers/traverse-paths.d.ts.map +1 -1
  108. package/dist/features/traverse-schema/helpers/traverse-paths.js +21 -20
  109. package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts.map +1 -1
  110. package/dist/features/traverse-schema/helpers/traverse-schemas.js +14 -14
  111. package/dist/helpers/parse.js +7 -7
  112. package/dist/hooks/useOperationDiscriminator.d.ts +2 -2
  113. package/dist/hooks/useOperationDiscriminator.d.ts.map +1 -1
  114. package/dist/hooks/useOperationDiscriminator.js +28 -28
  115. package/dist/index.d.ts +1 -2
  116. package/dist/index.d.ts.map +1 -1
  117. package/dist/index.js +5 -5
  118. package/dist/libs/openapi.d.ts +5 -6
  119. package/dist/libs/openapi.d.ts.map +1 -1
  120. package/dist/libs/openapi.js +44 -46
  121. package/dist/style.css +1 -1
  122. package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
  123. package/dist/v2/ApiReferenceWorkspace.vue.js +110 -65
  124. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts +141 -0
  125. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -0
  126. package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.d.ts +38 -0
  127. package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.d.ts.map +1 -0
  128. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.d.ts +21 -0
  129. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.d.ts.map +1 -0
  130. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.d.ts +20 -0
  131. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.d.ts.map +1 -0
  132. package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.d.ts +4 -0
  133. package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.d.ts.map +1 -0
  134. package/dist/v2/blocks/scalar-request-example-block/index.d.ts +2 -0
  135. package/dist/v2/blocks/scalar-request-example-block/index.d.ts.map +1 -0
  136. package/dist/v2/blocks/scalar-request-example-block/types.d.ts +21 -0
  137. package/dist/v2/blocks/scalar-request-example-block/types.d.ts.map +1 -0
  138. package/package.json +14 -14
  139. package/dist/components/DocumentSelector/index.d.ts +0 -2
  140. package/dist/components/DocumentSelector/index.d.ts.map +0 -1
  141. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +0 -1
  142. package/dist/components/Sidebar/Sidebar.vue.js +0 -7
  143. package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +0 -1
  144. package/dist/components/Sidebar/SidebarElement.vue.js +0 -7
  145. package/dist/components/Sidebar/SidebarGroup.vue.d.ts.map +0 -1
  146. package/dist/components/Sidebar/SidebarGroup.vue.js +0 -7
  147. package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts.map +0 -1
  148. package/dist/components/Sidebar/SidebarHttpBadge.vue.js +0 -7
  149. package/dist/components/Sidebar/index.d.ts +0 -2
  150. package/dist/components/Sidebar/index.d.ts.map +0 -1
  151. package/dist/components/SpecificationExtension/SpecificationExtension.vue.d.ts.map +0 -1
  152. package/dist/components/SpecificationExtension/index.d.ts.map +0 -1
  153. package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +0 -1
  154. package/dist/features/ApiClientModal/index.d.ts.map +0 -1
  155. package/dist/features/ApiClientModal/useApiClient.d.ts.map +0 -1
  156. package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +0 -1
  157. package/dist/features/BaseUrl/index.d.ts.map +0 -1
  158. package/dist/features/DocumentSource/hooks/useDocumentFetcher.d.ts.map +0 -1
  159. package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts.map +0 -1
  160. package/dist/features/DocumentSource/hooks/useDocumentSource.js +0 -67
  161. package/dist/features/DocumentSource/index.d.ts.map +0 -1
  162. package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +0 -1
  163. package/dist/features/DownloadLink/DownloadLink.vue2.js +0 -55
  164. package/dist/features/DownloadLink/index.d.ts.map +0 -1
  165. package/dist/features/DownloadLink/openapi-version-symbol.d.ts.map +0 -1
  166. package/dist/features/ExampleRequest/ExamplePicker.vue.d.ts +0 -10
  167. package/dist/features/ExampleRequest/ExamplePicker.vue.d.ts.map +0 -1
  168. package/dist/features/ExampleRequest/ExamplePicker.vue.js +0 -7
  169. package/dist/features/ExampleRequest/ExamplePicker.vue2.js +0 -59
  170. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +0 -1
  171. package/dist/features/ExampleRequest/TextSelect.vue.d.ts.map +0 -1
  172. package/dist/features/ExampleRequest/index.d.ts.map +0 -1
  173. package/dist/features/ExampleResponses/ExampleResponse.vue.d.ts.map +0 -1
  174. package/dist/features/ExampleResponses/ExampleResponse.vue.js +0 -7
  175. package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts.map +0 -1
  176. package/dist/features/ExampleResponses/ExampleResponses.vue.js +0 -7
  177. package/dist/features/ExampleResponses/index.d.ts.map +0 -1
  178. package/dist/features/TestRequestButton/TestRequestButton.vue.d.ts.map +0 -1
  179. package/dist/features/TestRequestButton/index.d.ts.map +0 -1
  180. package/dist/hooks/useMultipleDocuments.d.ts.map +0 -1
  181. package/dist/legacy/fixtures/httpRequestMethods.d.ts +0 -10
  182. package/dist/legacy/fixtures/httpRequestMethods.d.ts.map +0 -1
  183. package/dist/legacy/fixtures/index.d.ts +0 -2
  184. package/dist/legacy/fixtures/index.d.ts.map +0 -1
  185. /package/dist/features/{ApiClientModal → api-client-modal}/ApiClientModal.vue.d.ts +0 -0
  186. /package/dist/features/{ApiClientModal → api-client-modal}/ApiClientModal.vue.js +0 -0
  187. /package/dist/features/{ApiClientModal → api-client-modal}/ApiClientModal.vue2.js +0 -0
  188. /package/dist/features/{ApiClientModal → api-client-modal}/index.d.ts +0 -0
  189. /package/dist/features/{ApiClientModal → api-client-modal}/useApiClient.js +0 -0
  190. /package/dist/features/{BaseUrl → base-url}/BaseUrl.vue.d.ts +0 -0
  191. /package/dist/features/{BaseUrl → base-url}/BaseUrl.vue.js +0 -0
  192. /package/dist/features/{BaseUrl → base-url}/BaseUrl.vue2.js +0 -0
  193. /package/dist/features/{BaseUrl → base-url}/index.d.ts +0 -0
  194. /package/dist/features/{DocumentSource → document-source}/hooks/useDocumentFetcher.d.ts +0 -0
  195. /package/dist/features/{DocumentSource → document-source}/hooks/useDocumentFetcher.js +0 -0
  196. /package/dist/features/{DocumentSource → document-source}/hooks/useDocumentSource.d.ts +0 -0
  197. /package/dist/features/{DocumentSource → document-source}/index.d.ts +0 -0
  198. /package/dist/features/{DownloadLink → download-link}/DownloadLink.vue.d.ts +0 -0
  199. /package/dist/features/{DownloadLink → download-link}/index.d.ts +0 -0
  200. /package/dist/features/{DownloadLink → download-link}/openapi-version-symbol.d.ts +0 -0
  201. /package/dist/features/{DownloadLink → download-link}/openapi-version-symbol.js +0 -0
  202. /package/dist/features/{ExampleRequest → example-request}/ExampleRequest.vue.d.ts +0 -0
  203. /package/dist/features/{ExampleRequest → example-request}/TextSelect.vue.d.ts +0 -0
  204. /package/dist/features/{ExampleRequest → example-request}/TextSelect.vue.js +0 -0
  205. /package/dist/features/{ExampleRequest → example-request}/TextSelect.vue3.js +0 -0
  206. /package/dist/features/{ExampleRequest → example-request}/index.d.ts +0 -0
  207. /package/dist/features/{ExampleResponses → example-responses}/ExampleResponse.vue.d.ts +0 -0
  208. /package/dist/features/{ExampleResponses → example-responses}/ExampleResponse.vue2.js +0 -0
  209. /package/dist/features/{ExampleResponses → example-responses}/ExampleResponses.vue.d.ts +0 -0
  210. /package/dist/features/{ExampleResponses → example-responses}/index.d.ts +0 -0
  211. /package/dist/{components/DocumentSelector → features/multiple-documents}/DocumentSelector.vue.d.ts +0 -0
  212. /package/dist/{components/DocumentSelector → features/multiple-documents}/DocumentSelector.vue2.js +0 -0
  213. /package/dist/{hooks → features/multiple-documents}/useMultipleDocuments.js +0 -0
  214. /package/dist/{components/Sidebar → features/sidebar/components}/Sidebar.vue.d.ts +0 -0
  215. /package/dist/{components/Sidebar → features/sidebar/components}/SidebarGroup.vue.d.ts +0 -0
  216. /package/dist/{components/Sidebar → features/sidebar/components}/SidebarGroup.vue2.js +0 -0
  217. /package/dist/{components/Sidebar → features/sidebar/components}/SidebarHttpBadge.vue.d.ts +0 -0
  218. /package/dist/{components/SpecificationExtension → features/specification-extension}/SpecificationExtension.vue.d.ts +0 -0
  219. /package/dist/{components/SpecificationExtension → features/specification-extension}/SpecificationExtension.vue.js +0 -0
  220. /package/dist/{components/SpecificationExtension → features/specification-extension}/SpecificationExtension.vue2.js +0 -0
  221. /package/dist/{components/SpecificationExtension → features/specification-extension}/index.d.ts +0 -0
  222. /package/dist/features/{TestRequestButton → test-request-button}/TestRequestButton.vue.d.ts +0 -0
  223. /package/dist/features/{TestRequestButton → test-request-button}/index.d.ts +0 -0
@@ -0,0 +1,7 @@
1
+ import t from "./SidebarHttpBadge.vue2.js";
2
+ /* empty css */
3
+ import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const p = /* @__PURE__ */ o(t, [["__scopeId", "data-v-e9cc6741"]]);
5
+ export {
6
+ p as default
7
+ };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as t, createBlock as o, openBlock as a, unref as r, normalizeClass as s, withCtx as d, renderSlot as i } from "vue";
2
- import n from "../HttpMethod/HttpMethod.vue.js";
2
+ import n from "../../../components/HttpMethod/HttpMethod.vue.js";
3
3
  const h = /* @__PURE__ */ t({
4
4
  __name: "SidebarHttpBadge",
5
5
  props: {
@@ -1 +1 @@
1
- {"version":3,"file":"create-sidebar.d.ts","sourceRoot":"","sources":["../../../../src/features/sidebar/helpers/create-sidebar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAExD,OAAO,EAA2B,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AAGvD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AAKrE,2CAA2C;AAC3C,KAAK,qBAAqB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AAEpD,qCAAqC;AACrC,MAAM,MAAM,cAAc,GAAG,mBAAmB,CAAA;AAEhD;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa,yBAA0B,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,WAAW,cAAc;;;;;;;qCAa5D,MAAM,UAAU,OAAO;mCARzB,MAAM,SAAS,OAAO;sCADnB,MAAM;CAgDhD,CAAA"}
1
+ {"version":3,"file":"create-sidebar.d.ts","sourceRoot":"","sources":["../../../../src/features/sidebar/helpers/create-sidebar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAGxD,OAAO,EAAE,KAAK,GAAG,EAA2B,MAAM,KAAK,CAAA;AAEvD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AAKrE,2CAA2C;AAC3C,KAAK,qBAAqB,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AAEpD,qCAAqC;AACrC,MAAM,MAAM,cAAc,GAAG,mBAAmB,CAAA;AAEhD;;;;;;;GAOG;AACH,eAAO,MAAM,aAAa,yBAA0B,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,WAAW,cAAc;;;;;;;qCAa5D,MAAM,UAAU,OAAO;mCARzB,MAAM,SAAS,OAAO;sCADnB,MAAM;CAgDhD,CAAA"}
@@ -1,22 +1,22 @@
1
- import { reactive as b, ref as p, computed as S } from "vue";
2
- import { lazyBus as g } from "../../../components/Content/Lazy/lazyBus.js";
1
+ import { lazyBus as b } from "../../../components/Content/Lazy/lazyBus.js";
2
+ import { reactive as p, ref as S, computed as g } from "vue";
3
3
  import { scrollToId as l } from "@scalar/helpers/dom/scroll-to-id";
4
4
  import { measure as v } from "@scalar/helpers/testing/measure";
5
5
  import { traverseDocument as O } from "../../traverse-schema/helpers/traverse-document.js";
6
- const x = (i, o) => {
7
- const r = b({}), m = p(!1), a = (e) => r[e] = !r[e], c = (e, t) => r[e] = t, n = (e, t) => {
6
+ const z = (i, o) => {
7
+ const r = p({}), m = S(!1), a = (e) => r[e] = !r[e], c = (e, t) => r[e] = t, n = (e, t) => {
8
8
  const s = o.getSectionId(e);
9
9
  if (s && s !== e)
10
10
  if (r[s])
11
11
  l(e, t);
12
12
  else {
13
- const f = g.on((d) => {
13
+ const f = b.on((d) => {
14
14
  d.id === e && (l(e, t), f());
15
15
  });
16
16
  c(s, !0);
17
17
  }
18
- }, u = S(() => {
19
- const e = v("traverseDocument", () => O(i.value, o));
18
+ }, u = g(() => {
19
+ const e = v("traverse-document", () => O(i.value, o));
20
20
  return o.config.value.defaultOpenAllTags && e.entries.forEach((t) => c(t.id, !0)), e;
21
21
  });
22
22
  return {
@@ -29,5 +29,5 @@ const x = (i, o) => {
29
29
  };
30
30
  };
31
31
  export {
32
- x as createSidebar
32
+ z as createSidebar
33
33
  };
@@ -1,3 +1,4 @@
1
+ export { default as Sidebar } from './components/Sidebar.vue.js';
1
2
  export { useSidebar, SIDEBAR_SYMBOL } from './hooks/useSidebar.js';
2
3
  export { createSidebar, type SidebarOptions } from './helpers/create-sidebar.js';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,KAAK,cAAc,EAAE,MAAM,0BAA0B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,0BAA0B,CAAA;AAE7D,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAC/D,OAAO,EAAE,aAAa,EAAE,KAAK,cAAc,EAAE,MAAM,0BAA0B,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SpecificationExtension.vue.d.ts","sourceRoot":"","sources":["../../../src/features/specification-extension/SpecificationExtension.vue"],"names":[],"mappings":"AAkFA,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,CAAA;CAC3C,CAAC;;AAyHF,wBAMG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/specification-extension/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,8BAA8B,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TestRequestButton.vue.d.ts","sourceRoot":"","sources":["../../../src/features/test-request-button/TestRequestButton.vue"],"names":[],"mappings":"AAmFA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAS/E,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC,aAAa,EAAE,QAAQ,GAAG,MAAM,GAAG,KAAK,CAAC,CAAA;CAC3D,CAAC;;AAsGF,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import t from "./TestRequestButton.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../_virtual/_plugin-vue_export-helper.js";
4
- const a = /* @__PURE__ */ o(t, [["__scopeId", "data-v-4263a1c2"]]);
4
+ const s = /* @__PURE__ */ o(t, [["__scopeId", "data-v-8d7a5a1d"]]);
5
5
  export {
6
- a as default
6
+ s as default
7
7
  };
@@ -2,7 +2,7 @@ import { defineComponent as d, computed as c, createElementBlock as i, openBlock
2
2
  import { ScalarIcon as B } from "@scalar/components";
3
3
  import b from "../../components/ScreenReader.vue.js";
4
4
  import { useConfig as g } from "../../hooks/useConfig.js";
5
- import { useApiClient as q } from "../ApiClientModal/useApiClient.js";
5
+ import { useApiClient as q } from "../api-client-modal/useApiClient.js";
6
6
  const v = ["method"], S = /* @__PURE__ */ d({
7
7
  __name: "TestRequestButton",
8
8
  props: {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/test-request-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"traverse-paths.d.ts","sourceRoot":"","sources":["../../../../src/features/traverse-schema/helpers/traverse-paths.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAExD,OAAO,KAAK,EAAE,cAAc,EAAsB,MAAM,kCAAkC,CAAA;AAC1F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AAwBtD;;;;GAIG;AACH,eAAO,MAAM,aAAa,YACf,WAAW,CAAC,QAAQ,WAEpB,GAAG,CAAC,MAAM,EAAE;IAAE,GAAG,EAAE,WAAW,CAAC,SAAS,CAAC;IAAC,OAAO,EAAE,cAAc,EAAE,CAAA;CAAE,CAAC,aAEpE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,kBACd,WAAW,CAAC,gBAAgB,CAAC,SA+B9C,CAAA"}
1
+ {"version":3,"file":"traverse-paths.d.ts","sourceRoot":"","sources":["../../../../src/features/traverse-schema/helpers/traverse-paths.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAExD,OAAO,KAAK,EAAE,cAAc,EAAsB,MAAM,kCAAkC,CAAA;AAC1F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AA0BtD;;;;GAIG;AACH,eAAO,MAAM,aAAa,YACf,WAAW,CAAC,QAAQ,WAEpB,GAAG,CAAC,MAAM,EAAE;IAAE,GAAG,EAAE,WAAW,CAAC,SAAS,CAAC;IAAC,OAAO,EAAE,cAAc,EAAE,CAAA;CAAE,CAAC,aAEpE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,kBACd,WAAW,CAAC,gBAAgB,CAAC,SA+B9C,CAAA"}
@@ -1,32 +1,33 @@
1
+ import { httpMethods as a } from "@scalar/helpers/http/http-methods";
1
2
  import { getTag as m } from "./get-tag.js";
2
- import { httpMethods as b } from "@scalar/helpers/http/http-methods";
3
- const x = (r, s, t = "Unknown", n, c, u) => {
4
- const h = u({ ...r, method: s, path: t }, n);
5
- return c.set(h, r.summary ?? t), {
6
- id: h,
7
- title: r.summary ?? t,
8
- path: t,
3
+ const x = (r, s, e = "Unknown", c, f, h) => {
4
+ var t;
5
+ const i = h({ ...r, method: s, path: e }, c), n = (t = r.summary) != null && t.trim() ? r.summary : e;
6
+ return f.set(i, n), {
7
+ id: i,
8
+ title: n,
9
+ path: e,
9
10
  method: s,
10
11
  operation: r
11
12
  };
12
- }, a = (r, s, t, n) => {
13
- Object.entries(r.paths ?? {}).forEach(([c, u]) => {
14
- Object.entries(u ?? {}).forEach(([l, e]) => {
15
- var E, g;
16
- if (!(e["x-internal"] || e["x-scalar-ignore"] || !b.has(l)))
17
- if ((E = e.tags) != null && E.length)
18
- e.tags.forEach((f) => {
19
- var i;
20
- const { tag: y } = m(s, f);
21
- (i = s.get(f)) == null || i.entries.push(x(e, l, c, y, t, n));
13
+ }, O = (r, s, e, c) => {
14
+ Object.entries(r.paths ?? {}).forEach(([f, h]) => {
15
+ Object.entries(h ?? {}).forEach(([n, t]) => {
16
+ var l, E;
17
+ if (!(t["x-internal"] || t["x-scalar-ignore"] || !a.has(n)))
18
+ if ((l = t.tags) != null && l.length)
19
+ t.tags.forEach((u) => {
20
+ var g;
21
+ const { tag: y } = m(s, u);
22
+ (g = s.get(u)) == null || g.entries.push(x(t, n, f, y, e, c));
22
23
  });
23
24
  else {
24
- const { tag: f } = m(s, "default");
25
- (g = s.get("default")) == null || g.entries.push(x(e, l, c, f, t, n));
25
+ const { tag: u } = m(s, "default");
26
+ (E = s.get("default")) == null || E.entries.push(x(t, n, f, u, e, c));
26
27
  }
27
28
  });
28
29
  });
29
30
  };
30
31
  export {
31
- a as traversePaths
32
+ O as traversePaths
32
33
  };
@@ -1 +1 @@
1
- {"version":3,"file":"traverse-schemas.d.ts","sourceRoot":"","sources":["../../../../src/features/traverse-schema/helpers/traverse-schemas.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAA;AAChF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAqBxD,+DAA+D;AAC/D,eAAO,MAAM,eAAe,YACjB,WAAW,CAAC,QAAQ,WACpB,OAAO,aAEL,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,cAClB,WAAW,CAAC,YAAY,CAAC,KACpC,eAAe,EAuBjB,CAAA"}
1
+ {"version":3,"file":"traverse-schemas.d.ts","sourceRoot":"","sources":["../../../../src/features/traverse-schema/helpers/traverse-schemas.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAA;AAChF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AA0BxD,+DAA+D;AAC/D,eAAO,MAAM,eAAe,YACjB,WAAW,CAAC,QAAQ,WACpB,OAAO,aAEL,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,cAClB,WAAW,CAAC,YAAY,CAAC,KACpC,eAAe,EAuBjB,CAAA"}
@@ -1,22 +1,22 @@
1
1
  import { getTag as x } from "./get-tag.js";
2
- const u = (c, s = "Unkown", o, r, t) => {
3
- const e = r({ name: s }, t);
4
- return o.set(e, s), {
5
- id: e,
6
- title: s,
7
- name: s,
8
- schema: c
2
+ const u = (o, e = "Unkown", r, i, t) => {
3
+ const s = i({ name: e }, t), c = o.title ?? e;
4
+ return r.set(s, c), {
5
+ id: s,
6
+ title: c,
7
+ name: e,
8
+ schema: o
9
9
  };
10
- }, m = (c, s, o, r) => {
11
- var i, a;
12
- const t = ((i = c.components) == null ? void 0 : i.schemas) ?? {}, e = [];
10
+ }, m = (o, e, r, i) => {
11
+ var c, a;
12
+ const t = ((c = o.components) == null ? void 0 : c.schemas) ?? {}, s = [];
13
13
  for (const n in t)
14
14
  t[n]["x-internal"] || t[n]["x-scalar-ignore"] || !Object.hasOwn(t, n) || ((a = t[n]["x-tags"]) != null && a.length ? t[n]["x-tags"].forEach((h) => {
15
15
  var g;
16
- const { tag: f } = x(s, h);
17
- (g = s.get(h)) == null || g.entries.push(u(t[n], n, o, r, f));
18
- }) : e.push(u(t[n], n, o, r)));
19
- return e;
16
+ const { tag: f } = x(e, h);
17
+ (g = e.get(h)) == null || g.entries.push(u(t[n], n, r, i, f));
18
+ }) : s.push(u(t[n], n, r, i)));
19
+ return s;
20
20
  };
21
21
  export {
22
22
  m as traverseSchemas
@@ -1,6 +1,6 @@
1
1
  import { createEmptySpecification as w } from "../libs/openapi.js";
2
2
  import { normalizeHttpMethod as m } from "@scalar/helpers/http/normalize-http-method";
3
- const I = (s, i) => new Promise((e, b) => {
3
+ const P = (s, i) => new Promise((e, b) => {
4
4
  try {
5
5
  return e(s ? k(s, i) : k(w()));
6
6
  } catch (p) {
@@ -13,12 +13,12 @@ const I = (s, i) => new Promise((e, b) => {
13
13
  const b = [], p = (o) => {
14
14
  var h;
15
15
  !("children" in o) || !((h = o.children) != null && h.length) || o.children.forEach((a) => {
16
- var f, u, t, n, g;
17
- let r = (f = e.tags) == null ? void 0 : f.findIndex((d) => "tag" in o && d.name === o.tag.name);
16
+ var f, u, t, n, g, d;
17
+ let r = (f = e.tags) == null ? void 0 : f.findIndex((y) => "tag" in o && y.name === o.tag.name);
18
18
  r === -1 && "tag" in o && (e.tags.push({
19
19
  name: o.tag.name,
20
20
  operations: []
21
- }), r = e.tags.length - 1), e.tags[r].operations ||= [], "tag" in a ? p(a) : "operation" in a ? e.tags[r].operations.push({
21
+ }), r = e.tags.length - 1), (u = e.tags[r]).operations || (u.operations = []), "tag" in a ? p(a) : "operation" in a ? e.tags[r].operations.push({
22
22
  id: a.id,
23
23
  httpVerb: m(a.method),
24
24
  path: a.path,
@@ -26,7 +26,7 @@ const I = (s, i) => new Promise((e, b) => {
26
26
  description: a.operation.description || "",
27
27
  isWebhook: !1,
28
28
  information: a.operation,
29
- pathParameters: (t = (u = e.paths) == null ? void 0 : u[a.path ?? ""]) == null ? void 0 : t.parameters
29
+ pathParameters: (n = (t = e.paths) == null ? void 0 : t[a.path ?? ""]) == null ? void 0 : n.parameters
30
30
  }) : "webhook" in a && e.tags[r].operations.push({
31
31
  id: a.id,
32
32
  httpVerb: m(a.method),
@@ -35,7 +35,7 @@ const I = (s, i) => new Promise((e, b) => {
35
35
  description: a.webhook.description || "",
36
36
  isWebhook: !0,
37
37
  information: a.webhook,
38
- pathParameters: (g = (n = e.webhooks) == null ? void 0 : n[a.name ?? ""]) == null ? void 0 : g.parameters
38
+ pathParameters: (d = (g = e.webhooks) == null ? void 0 : g[a.name ?? ""]) == null ? void 0 : d.parameters
39
39
  });
40
40
  });
41
41
  };
@@ -77,5 +77,5 @@ const I = (s, i) => new Promise((e, b) => {
77
77
  };
78
78
  };
79
79
  export {
80
- I as parse
80
+ P as parse
81
81
  };
@@ -1,7 +1,7 @@
1
- import type { TransformedOperation } from '@scalar/types/legacy';
1
+ import type { OpenAPIV3_1 } from '@scalar/openapi-types';
2
2
  import type { Schemas } from '../features/Operation/types/schemas';
3
3
  /** Handling discriminator logic in operations */
4
- export declare function useOperationDiscriminator(transformedOperation: TransformedOperation, schemas?: Schemas): {
4
+ export declare function useOperationDiscriminator(operation?: OpenAPIV3_1.OperationObject, schemas?: Schemas): {
5
5
  hasSchemaDiscriminator: import("vue").ComputedRef<boolean>;
6
6
  handleDiscriminatorChange: (type: string) => void;
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useOperationDiscriminator.d.ts","sourceRoot":"","sources":["../../src/hooks/useOperationDiscriminator.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAGhE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAsBjE,iDAAiD;AACjD,wBAAgB,yBAAyB,CAAC,oBAAoB,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,OAAO;;sCA6D5D,MAAM;EAahD"}
1
+ {"version":3,"file":"useOperationDiscriminator.d.ts","sourceRoot":"","sources":["../../src/hooks/useOperationDiscriminator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAGxD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAsBjE,iDAAiD;AACjD,wBAAgB,yBAAyB,CAAC,SAAS,CAAC,EAAE,WAAW,CAAC,eAAe,EAAE,OAAO,CAAC,EAAE,OAAO;;sCA6DzD,MAAM;EAahD"}
@@ -1,57 +1,57 @@
1
- import { computed as i, ref as E, provide as t } from "vue";
2
- import { useDiscriminator as N, DISCRIMINATOR_CONTEXT as f, EXAMPLE_CONTEXT as h } from "./useDiscriminator.js";
3
- function x(e) {
1
+ import { computed as i, ref as T, provide as t } from "vue";
2
+ import { useDiscriminator as C, DISCRIMINATOR_CONTEXT as d, EXAMPLE_CONTEXT as p } from "./useDiscriminator.js";
3
+ function E(e) {
4
4
  return e ? !!(e.discriminator || e.type === "array" && e.items && typeof e.items == "object" && "discriminator" in e.items) : !1;
5
5
  }
6
- function B(e, y) {
7
- var s, c, m, u;
8
- const n = (u = (m = (c = (s = e.information) == null ? void 0 : s.requestBody) == null ? void 0 : c.content) == null ? void 0 : m["application/json"]) == null ? void 0 : u.schema, a = i(() => x(n)), g = a.value ? N({
6
+ function j(e, f) {
7
+ var c, m, o;
8
+ const n = (o = (m = (c = e == null ? void 0 : e.requestBody) == null ? void 0 : c.content) == null ? void 0 : m["application/json"]) == null ? void 0 : o.schema, a = i(() => E(n)), h = a.value ? C({
9
9
  schema: n,
10
- schemas: y,
10
+ schemas: f,
11
11
  onSchemaChange: (r) => {
12
- var l, p, d;
13
- (d = (p = (l = e.information) == null ? void 0 : l.requestBody) == null ? void 0 : p.content) != null && d["application/json"] && (e.information.requestBody.content["application/json"].schema = r);
12
+ var u, l;
13
+ (l = (u = e == null ? void 0 : e.requestBody) == null ? void 0 : u.content) != null && l["application/json"] && (e.requestBody.content["application/json"].schema = r);
14
14
  }
15
15
  }) : {
16
- selectedType: E(""),
16
+ selectedType: T(""),
17
17
  discriminatorMapping: i(() => ({})),
18
18
  discriminatorPropertyName: i(() => ""),
19
19
  hasDiscriminator: i(() => !1),
20
20
  mergedSchema: i(() => n),
21
21
  generateExampleValue: () => ({})
22
22
  }, {
23
- selectedType: o,
24
- discriminatorMapping: v,
25
- discriminatorPropertyName: D,
26
- hasDiscriminator: S,
27
- mergedSchema: T,
28
- generateExampleValue: C
29
- } = g;
23
+ selectedType: s,
24
+ discriminatorMapping: y,
25
+ discriminatorPropertyName: g,
26
+ hasDiscriminator: v,
27
+ mergedSchema: D,
28
+ generateExampleValue: S
29
+ } = h;
30
30
  if (a.value) {
31
31
  const r = i(() => ({
32
- selectedType: o.value || void 0,
33
- discriminatorMapping: v.value || {},
34
- discriminatorPropertyName: D.value || "",
35
- hasDiscriminator: S.value,
36
- mergedSchema: T.value
32
+ selectedType: s.value || void 0,
33
+ discriminatorMapping: y.value || {},
34
+ discriminatorPropertyName: g.value || "",
35
+ hasDiscriminator: v.value,
36
+ mergedSchema: D.value
37
37
  }));
38
- t(f, r), t(h, {
39
- generateExampleValue: C
38
+ t(d, r), t(p, {
39
+ generateExampleValue: S
40
40
  });
41
41
  } else
42
42
  t(
43
- f,
43
+ d,
44
44
  i(() => null)
45
- ), t(h, {
45
+ ), t(p, {
46
46
  generateExampleValue: () => ({})
47
47
  });
48
48
  return {
49
49
  hasSchemaDiscriminator: a,
50
50
  handleDiscriminatorChange: (r) => {
51
- a.value && (o.value = r);
51
+ a.value && (s.value = r);
52
52
  }
53
53
  };
54
54
  }
55
55
  export {
56
- B as useOperationDiscriminator
56
+ j as useOperationDiscriminator
57
57
  };
package/dist/index.d.ts CHANGED
@@ -3,8 +3,7 @@ export { default as ApiReferenceLayout } from './components/ApiReferenceLayout.v
3
3
  export { SearchButton, SearchModal } from './features/Search';
4
4
  export { default as GettingStarted } from './components/GettingStarted.vue.js';
5
5
  export { createApiReference } from './standalone/lib/html-api.js';
6
- export { Sidebar } from './components/Sidebar';
7
- export { useSidebar } from './features/sidebar';
6
+ export { useSidebar, Sidebar } from './features/sidebar';
8
7
  export { Card, CardHeader, CardContent, CardFooter, CardTabHeader, CardTab } from './components/Card';
9
8
  export { parse } from './helpers/parse.js';
10
9
  export { createEmptySpecification } from './libs/openapi.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+BAA+B,CAAA;AACvE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,qCAAqC,CAAA;AACnF,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAE7D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAE3E,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAE9D,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAE/C,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,aAAa,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAGrG,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAA;AACvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAA;AAChE,YAAY,EACV,yBAAyB,EACzB,cAAc,GACf,MAAM,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+BAA+B,CAAA;AACvE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,qCAAqC,CAAA;AACnF,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAE7D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAE3E,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAE9D,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AAExD,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,aAAa,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAGrG,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAA;AACvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAA;AAChE,YAAY,EACV,yBAAyB,EACzB,cAAc,GACf,MAAM,SAAS,CAAA"}