@scalar/api-reference 1.43.10 → 1.43.12

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 (54) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue.d.ts.map +1 -1
  3. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.d.ts.map +1 -1
  4. package/dist/blocks/scalar-info-block/components/IntroductionCard.vue.d.ts.map +1 -1
  5. package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.d.ts.map +1 -1
  6. package/dist/browser/standalone.js +14284 -14496
  7. package/dist/browser/webpack-stats.json +1 -1
  8. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  9. package/dist/components/ApiReference.vue.js +1 -1
  10. package/dist/components/ApiReference.vue2.js +19 -23
  11. package/dist/components/Content/Auth/Auth.vue.d.ts.map +1 -1
  12. package/dist/components/Content/Auth/Auth.vue.js +0 -1
  13. package/dist/components/Content/Content.vue.d.ts +1 -3
  14. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  15. package/dist/components/Content/Content.vue.js +16 -5
  16. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  17. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
  18. package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts.map +1 -1
  19. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  20. package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts.map +1 -1
  21. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  22. package/dist/components/GettingStarted.vue.d.ts.map +1 -1
  23. package/dist/components/LinkList/LinkList.vue.d.ts.map +1 -1
  24. package/dist/components/LoadingSkeleton.vue.d.ts.map +1 -1
  25. package/dist/components/OperationPath.vue.d.ts.map +1 -1
  26. package/dist/components/OperationsList/OperationsListItem.vue.d.ts.map +1 -1
  27. package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
  28. package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
  29. package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
  30. package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
  31. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
  32. package/dist/features/Operation/components/Headers.vue.d.ts.map +1 -1
  33. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  34. package/dist/features/Search/components/SearchResult.vue.d.ts.map +1 -1
  35. package/dist/features/example-responses/ExampleResponseTab.vue.d.ts.map +1 -1
  36. package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
  37. package/dist/features/example-responses/ExampleResponses.vue.js +1 -1
  38. package/dist/features/example-responses/ExampleResponses.vue2.js +19 -4
  39. package/dist/features/example-responses/has-response-content.d.ts +7 -0
  40. package/dist/features/example-responses/has-response-content.d.ts.map +1 -0
  41. package/dist/features/example-responses/has-response-content.js +19 -0
  42. package/dist/features/toolbar/ApiReferenceToolbarConfigTheme.vue.d.ts.map +1 -1
  43. package/dist/features/toolbar/ApiReferenceToolbarPopover.vue.d.ts.map +1 -1
  44. package/dist/helpers/index.d.ts +0 -1
  45. package/dist/helpers/index.d.ts.map +1 -1
  46. package/dist/helpers/index.js +0 -2
  47. package/dist/style.css +55 -55
  48. package/package.json +12 -12
  49. package/dist/helpers/map-configuration.d.ts +0 -67
  50. package/dist/helpers/map-configuration.d.ts.map +0 -1
  51. package/dist/helpers/map-configuration.js +0 -54
  52. package/dist/helpers/map-hidden-clients-config.d.ts +0 -8
  53. package/dist/helpers/map-hidden-clients-config.d.ts.map +0 -1
  54. package/dist/helpers/map-hidden-clients-config.js +0 -47
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.43.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7850](https://github.com/scalar/scalar/pull/7850): fix: remove unused workspace config
8
+ - [#7819](https://github.com/scalar/scalar/pull/7819): feat: hide responses without content
9
+
10
+ #### Updated Dependencies
11
+
12
+ - **@scalar/workspace-store@0.25.3**
13
+ - [#7850](https://github.com/scalar/scalar/pull/7850): fix: remove unused workspace config
14
+ - [#7868](https://github.com/scalar/scalar/pull/7868): fix: updating path with a variable in it
15
+
16
+ - **@scalar/api-client@2.19.3**
17
+ - [#7850](https://github.com/scalar/scalar/pull/7850): fix: remove unused workspace config
18
+ - [#7865](https://github.com/scalar/scalar/pull/7865): fix: added contentType serialization support for params
19
+
20
+ - **@scalar/oas-utils@0.6.24**
21
+
22
+ - **@scalar/sidebar@0.7.17**
23
+
24
+ - **@scalar/components@0.16.27**
25
+
26
+ ## 1.43.11
27
+
28
+ ### Patch Changes
29
+
30
+ #### Updated Dependencies
31
+
32
+ - **@scalar/api-client@2.19.2**
33
+ - [#7848](https://github.com/scalar/scalar/pull/7848): fix: allow multiple security requirements with different scopes
34
+ - [#7852](https://github.com/scalar/scalar/pull/7852): fix: enable form rows by default
35
+
36
+ - **@scalar/snippetz@0.6.6**
37
+ - [#7859](https://github.com/scalar/scalar/pull/7859): fix the use of httpx.AsyncClient async context manager
38
+
39
+ - **@scalar/components@0.16.26**
40
+ - [#7846](https://github.com/scalar/scalar/pull/7846): Fix dev dep issue
41
+
42
+ - **@scalar/workspace-store@0.25.2**
43
+
44
+ - **@scalar/openapi-parser@0.24.3**
45
+
46
+ - **@scalar/sidebar@0.7.16**
47
+
48
+ - **@scalar/oas-utils@0.6.23**
49
+
3
50
  ## 1.43.10
4
51
 
5
52
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"ClientDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-client-selector-block/components/ClientDropdown.vue"],"names":[],"mappings":"AAwPA,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,iBAAiB,EAEvB,MAAM,oDAAoD,CAAA;AAG3D,OAAO,KAAK,EAAE,gBAAgB,EAAY,MAAM,wBAAwB,CAAA;AACxE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAKvE,KAAK,WAAW,GAAG;IACf,qBAAqB;IACrB,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,yCAAyC;IACzC,cAAc,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;IACzC,+BAA+B;IAC/B,eAAe,EAAE,YAAY,EAAE,CAAA;IAC/B,gBAAgB;IAChB,QAAQ,EAAE,iBAAiB,CAAA;CAC5B,CAAC;;AA+OJ,wBAMG"}
1
+ {"version":3,"file":"ClientDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-client-selector-block/components/ClientDropdown.vue"],"names":[],"mappings":"AAwPA,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,iBAAiB,EAEvB,MAAM,oDAAoD,CAAA;AAG3D,OAAO,KAAK,EAAE,gBAAgB,EAAY,MAAM,wBAAwB,CAAA;AACxE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAKvE,KAAK,WAAW,GAAG;IACf,qBAAqB;IACrB,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,yCAAyC;IACzC,cAAc,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;IACzC,+BAA+B;IAC/B,eAAe,EAAE,YAAY,EAAE,CAAA;IAC/B,gBAAgB;IAChB,QAAQ,EAAE,iBAAiB,CAAA;CAC5B,CAAC;;AA6OJ,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"DownloadLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/DownloadLink.vue"],"names":[],"mappings":"AA6LA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAIvE,KAAK,WAAW,GAAG;IACjB,kCAAkC;IAClC,oBAAoB,EAAE,yBAAyB,CAAC,sBAAsB,CAAC,CAAA;IACvE,iDAAiD;IACjD,QAAQ,EAAE,iBAAiB,CAAA;CAC5B,CAAC;;AAiIF,wBAMG"}
1
+ {"version":3,"file":"DownloadLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/DownloadLink.vue"],"names":[],"mappings":"AA6LA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAIvE,KAAK,WAAW,GAAG;IACjB,kCAAkC;IAClC,oBAAoB,EAAE,yBAAyB,CAAC,sBAAsB,CAAC,CAAA;IACvE,iDAAiD;IACjD,QAAQ,EAAE,iBAAiB,CAAA;CAC5B,CAAC;;AAgIF,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"IntroductionCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/IntroductionCard.vue"],"names":[],"mappings":"AAsEA,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,OAAO,CAAA;CACd,CAAC;AA2CF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAmB/C,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"IntroductionCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/IntroductionCard.vue"],"names":[],"mappings":"AAsEA,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,OAAO,CAAA;CACd,CAAC;AA0CF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAmB/C,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ServerSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-server-selector-block/components/ServerSelector.vue"],"names":[],"mappings":"AA4FA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8DAA8D,CAAA;AAMhG,KAAK,aAAa,GAAG;IACnB,+CAA+C;IAC/C,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,2BAA2B;IAC3B,cAAc,EAAE,YAAY,GAAG,IAAI,CAAA;IACnC,wBAAwB;IACxB,OAAO,EAAE,YAAY,EAAE,CAAA;CACxB,CAAA;AAED;;;;;;;;GAQG;;AACH,wBAuJC"}
1
+ {"version":3,"file":"ServerSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-server-selector-block/components/ServerSelector.vue"],"names":[],"mappings":"AA4FA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8DAA8D,CAAA;AAMhG,KAAK,aAAa,GAAG;IACnB,+CAA+C;IAC/C,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,2BAA2B;IAC3B,cAAc,EAAE,YAAY,GAAG,IAAI,CAAA;IACnC,wBAAwB;IACxB,OAAO,EAAE,YAAY,EAAE,CAAA;CACxB,CAAA;AAED;;;;;;;;GAQG;;AACH,wBAsJC"}