@scalar/api-reference 1.44.9 → 1.44.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 (65) hide show
  1. package/CHANGELOG.md +72 -0
  2. package/dist/browser/standalone.js +13583 -13314
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  5. package/dist/components/ApiReference.vue.js +1 -1
  6. package/dist/components/ApiReference.vue2.js +4 -3
  7. package/dist/components/Content/Auth/Auth.vue.d.ts +2 -0
  8. package/dist/components/Content/Auth/Auth.vue.d.ts.map +1 -1
  9. package/dist/components/Content/Auth/Auth.vue.js +11 -4
  10. package/dist/components/Content/Content.vue.d.ts +2 -0
  11. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  12. package/dist/components/Content/Content.vue.js +10 -5
  13. package/dist/components/Content/Models/components/ClassicLayout.vue.js +1 -1
  14. package/dist/components/Content/Models/components/ClassicLayout.vue2.js +2 -2
  15. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts +3 -0
  16. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
  17. package/dist/components/Content/Operations/TraversedEntry.vue.js +9 -4
  18. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +2 -3
  19. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
  20. package/dist/components/Content/Schema/SchemaComposition.vue.js +3 -3
  21. package/dist/components/Content/Schema/SchemaEnumValues.vue.js +1 -1
  22. package/dist/components/Content/Schema/SchemaEnumValues.vue2.js +2 -2
  23. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
  24. package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +4 -4
  25. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  26. package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
  27. package/dist/components/Content/Schema/SchemaProperty.vue2.js +3 -3
  28. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
  29. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +3 -3
  30. package/dist/components/Content/Schema/helpers/get-compositions-to-render.js +3 -3
  31. package/dist/components/Content/Schema/helpers/get-enum-values.js +2 -2
  32. package/dist/components/Content/Schema/helpers/get-schema-type.d.ts +1 -2
  33. package/dist/components/Content/Schema/helpers/get-schema-type.d.ts.map +1 -1
  34. package/dist/components/Content/Schema/helpers/get-schema-type.js +3 -9
  35. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts.map +1 -1
  36. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.js +15 -14
  37. package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts +1 -5
  38. package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts.map +1 -1
  39. package/dist/components/Content/Schema/helpers/optimize-value-for-display.js +4 -6
  40. package/dist/components/Content/Schema/helpers/schema-name.d.ts +2 -2
  41. package/dist/components/Content/Schema/helpers/schema-name.d.ts.map +1 -1
  42. package/dist/components/Content/Schema/helpers/schema-name.js +4 -4
  43. package/dist/components/Content/Schema/helpers/sort-property-names.js +2 -2
  44. package/dist/features/Operation/Operation.vue.d.ts +6 -0
  45. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  46. package/dist/features/Operation/Operation.vue.js +17 -2
  47. package/dist/features/Operation/helpers/filter-selected-security.d.ts +4 -3
  48. package/dist/features/Operation/helpers/filter-selected-security.d.ts.map +1 -1
  49. package/dist/features/Operation/helpers/filter-selected-security.js +2 -5
  50. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +4 -3
  51. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  52. package/dist/features/Operation/layouts/ClassicLayout.vue.js +1 -1
  53. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +4 -3
  54. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  55. package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
  56. package/dist/helpers/load-from-perssistance.d.ts +3 -23
  57. package/dist/helpers/load-from-perssistance.d.ts.map +1 -1
  58. package/dist/helpers/load-from-perssistance.js +5 -61
  59. package/dist/helpers/storage.d.ts +39 -278
  60. package/dist/helpers/storage.d.ts.map +1 -1
  61. package/dist/helpers/storage.js +9 -28
  62. package/dist/plugins/persistance-plugin.d.ts.map +1 -1
  63. package/dist/plugins/persistance-plugin.js +3 -19
  64. package/dist/style.css +157 -154
  65. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,77 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.44.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8035](https://github.com/scalar/scalar/pull/8035): fix: correctly resolve and validate refs
8
+
9
+ #### Updated Dependencies
10
+
11
+ - **@scalar/workspace-store@0.28.3**
12
+ - [#8035](https://github.com/scalar/scalar/pull/8035): fix: correctly resolve and validate refs
13
+ - [#8034](https://github.com/scalar/scalar/pull/8034): fix: allow setting servers which dont exist in the document (from the config)
14
+
15
+ - **@scalar/api-client@2.23.3**
16
+ - [#8035](https://github.com/scalar/scalar/pull/8035): fix: correctly resolve and validate refs
17
+ - [#8033](https://github.com/scalar/scalar/pull/8033): fix: add failsafe to incorrect array parameter style
18
+ - [#8043](https://github.com/scalar/scalar/pull/8043): fix: :deep selector for bun build
19
+
20
+ - **@scalar/agent-chat@0.5.3**
21
+ - [#8043](https://github.com/scalar/scalar/pull/8043): fix: :deep selector for bun build
22
+
23
+ - **@scalar/oas-utils@0.6.34**
24
+
25
+ - **@scalar/sidebar@0.7.27**
26
+
27
+ - **@scalar/components@0.17.4**
28
+
29
+ ## 1.44.11
30
+
31
+ ### Patch Changes
32
+
33
+ #### Updated Dependencies
34
+
35
+ - **@scalar/agent-chat@0.5.2**
36
+ - [#8027](https://github.com/scalar/scalar/pull/8027): feat(agent): add client side request tool
37
+
38
+ - **@scalar/api-client@2.23.2**
39
+ - [#8027](https://github.com/scalar/scalar/pull/8027): feat(agent): add client side request tool
40
+
41
+ ## 1.44.10
42
+
43
+ ### Patch Changes
44
+
45
+ - [#8016](https://github.com/scalar/scalar/pull/8016): feat: move history and auth into their own store
46
+
47
+ #### Updated Dependencies
48
+
49
+ - **@scalar/workspace-store@0.28.2**
50
+ - [#8016](https://github.com/scalar/scalar/pull/8016): feat: move history and auth into their own store
51
+
52
+ - **@scalar/agent-chat@0.5.1**
53
+ - [#8016](https://github.com/scalar/scalar/pull/8016): feat: move history and auth into their own store
54
+ - [#8028](https://github.com/scalar/scalar/pull/8028): feat(agent-chat): registry upload flow
55
+
56
+ - **@scalar/api-client@2.23.1**
57
+ - [#8016](https://github.com/scalar/scalar/pull/8016): feat: move history and auth into their own store
58
+ - [#7992](https://github.com/scalar/scalar/pull/7992): feat: hide code snippets without clients
59
+
60
+ - **@scalar/helpers@0.2.11**
61
+ - [#8016](https://github.com/scalar/scalar/pull/8016): feat: move history and auth into their own store
62
+
63
+ - **@scalar/oas-utils@0.6.33**
64
+
65
+ - **@scalar/sidebar@0.7.26**
66
+
67
+ - **@scalar/components@0.17.3**
68
+
69
+ - **@scalar/openapi-parser@0.24.7**
70
+
71
+ - **@scalar/types@0.6.2**
72
+
73
+ - **@scalar/snippetz@0.6.11**
74
+
3
75
  ## 1.44.9
4
76
 
5
77
  ### Patch Changes