@scalar/api-reference 1.11.0 → 1.12.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 (46) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/browser/standalone.js +7 -7
  3. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  4. package/dist/components/Card/CardContent.vue.d.ts.map +1 -1
  5. package/dist/components/Card/CardHeader.vue.d.ts.map +1 -1
  6. package/dist/components/Content/Authentication/Authentication.stories.d.ts +1 -1
  7. package/dist/components/Content/Authentication/Authentication.stories.d.ts.map +1 -1
  8. package/dist/components/Content/Authentication/Authentication.vue.d.ts.map +1 -1
  9. package/dist/components/Content/Authentication/CardForm.vue.d.ts +10 -0
  10. package/dist/components/Content/Authentication/CardForm.vue.d.ts.map +1 -0
  11. package/dist/components/Content/Authentication/CardFormButton.vue.d.ts +12 -0
  12. package/dist/components/Content/Authentication/CardFormButton.vue.d.ts.map +1 -0
  13. package/dist/components/Content/Authentication/CardFormGroup.vue.d.ts +10 -0
  14. package/dist/components/Content/Authentication/CardFormGroup.vue.d.ts.map +1 -0
  15. package/dist/components/Content/{ReferenceEndpoint/RequestBodyProperties.vue.d.ts → Authentication/CardFormTextInput.vue.d.ts} +14 -8
  16. package/dist/components/Content/Authentication/CardFormTextInput.vue.d.ts.map +1 -0
  17. package/dist/components/Content/Authentication/SecurityScheme.vue.d.ts +3 -2
  18. package/dist/components/Content/Authentication/SecurityScheme.vue.d.ts.map +1 -1
  19. package/dist/components/Content/Authentication/SecuritySchemeScopes.vue.d.ts +26 -0
  20. package/dist/components/Content/Authentication/SecuritySchemeScopes.vue.d.ts.map +1 -0
  21. package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
  22. package/dist/components/Content/MarkdownRenderer.vue.d.ts.map +1 -1
  23. package/dist/components/Content/ReferenceEndpoint/EndpointDetails.vue.d.ts.map +1 -1
  24. package/dist/components/Content/ReferenceEndpoint/ParameterItem.vue.d.ts.map +1 -1
  25. package/dist/components/Content/ReferenceEndpoint/Parameters.vue.d.ts.map +1 -1
  26. package/dist/components/Content/ReferenceEndpoint/ReferenceEndpointAccordion.vue.d.ts.map +1 -1
  27. package/dist/components/Content/ReferenceEndpoint/RequestBody.vue.d.ts.map +1 -1
  28. package/dist/components/Content/Schema.vue.d.ts +23 -0
  29. package/dist/components/Content/Schema.vue.d.ts.map +1 -1
  30. package/dist/components/Content/SchemaProperty.vue.d.ts +10 -0
  31. package/dist/components/Content/SchemaProperty.vue.d.ts.map +1 -1
  32. package/dist/components/Section/SectionAccordion.vue.d.ts +2 -0
  33. package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
  34. package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
  35. package/dist/hooks/useParser.d.ts +1 -1
  36. package/dist/{index-9a8d3e56.js → index-6d56309f.js} +30 -29
  37. package/dist/{index-5f573421.js → index-fe900f1b.js} +8851 -8582
  38. package/dist/index.d.ts +2 -0
  39. package/dist/index.d.ts.map +1 -1
  40. package/dist/index.js +52 -19
  41. package/dist/stores/globalStore.d.ts +5 -1
  42. package/dist/stores/globalStore.d.ts.map +1 -1
  43. package/dist/types.d.ts +7 -2
  44. package/dist/types.d.ts.map +1 -1
  45. package/package.json +4 -3
  46. package/dist/components/Content/ReferenceEndpoint/RequestBodyProperties.vue.d.ts.map +0 -1
package/dist/index.d.ts CHANGED
@@ -8,5 +8,7 @@ export { default as DarkModeToggle } from './components/DarkModeToggle.vue';
8
8
  export { default as SearchModal } from './components/SearchModal.vue';
9
9
  export { default as SearchButton } from './components/SearchButton.vue';
10
10
  export * from './components/Card';
11
+ export * from './stores';
12
+ export * from './helpers';
11
13
  export * from './types';
12
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,IAAI,cAAc,EACzB,iBAAiB,GAClB,MAAM,iCAAiC,CAAA;AACxC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+BAA+B,CAAA;AACvE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,qCAAqC,CAAA;AACnF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAC/E,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,0BAA0B,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAA;AAC/E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAC3E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,8BAA8B,CAAA;AACrE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+BAA+B,CAAA;AAEvE,cAAc,mBAAmB,CAAA;AAEjC,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,IAAI,cAAc,EACzB,iBAAiB,GAClB,MAAM,iCAAiC,CAAA;AACxC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+BAA+B,CAAA;AACvE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,qCAAqC,CAAA;AACnF,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAC/E,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,0BAA0B,CAAA;AAC7D,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAA;AAC/E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAC3E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,8BAA8B,CAAA;AACrE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,+BAA+B,CAAA;AAEvE,cAAc,mBAAmB,CAAA;AAEjC,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA"}