@scalar/api-reference 1.35.2 → 1.35.4

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 (166) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/browser/standalone.js +9636 -9786
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiReference.vue.d.ts +2 -1
  5. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  6. package/dist/components/ApiReference.vue.js +14 -11
  7. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  8. package/dist/components/ApiReferenceLayout.vue.js +2 -2
  9. package/dist/components/ApiReferenceLayout.vue2.js +70 -72
  10. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts +3 -1
  11. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
  12. package/dist/components/Content/Content.vue.d.ts +0 -2
  13. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  14. package/dist/components/Content/Content.vue.js +80 -80
  15. package/dist/components/Content/Models/ClassicLayout.vue.d.ts +5 -2
  16. package/dist/components/Content/Models/ClassicLayout.vue.d.ts.map +1 -1
  17. package/dist/components/Content/Models/ClassicLayout.vue.js +2 -2
  18. package/dist/components/Content/Models/ClassicLayout.vue2.js +43 -45
  19. package/dist/components/Content/Models/ClassicLayout.vue3.js +2 -2
  20. package/dist/components/Content/Models/Models.vue.d.ts +2 -2
  21. package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
  22. package/dist/components/Content/Models/Models.vue.js +27 -20
  23. package/dist/components/Content/Models/ModernLayout.vue.d.ts +5 -2
  24. package/dist/components/Content/Models/ModernLayout.vue.d.ts.map +1 -1
  25. package/dist/components/Content/Models/ModernLayout.vue.js +2 -2
  26. package/dist/components/Content/Models/ModernLayout.vue2.js +48 -52
  27. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts +3 -2
  28. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
  29. package/dist/components/Content/Operations/TraversedEntry.vue.js +33 -32
  30. package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts +2 -2
  31. package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts.map +1 -1
  32. package/dist/components/Content/Operations/TraversedEntryContainer.vue.js +1 -1
  33. package/dist/components/Content/Schema/Schema.vue.d.ts +10 -22
  34. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  35. package/dist/components/Content/Schema/Schema.vue.js +2 -2
  36. package/dist/components/Content/Schema/Schema.vue2.js +93 -141
  37. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +19 -4
  38. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
  39. package/dist/components/Content/Schema/SchemaComposition.vue.js +83 -138
  40. package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts +2 -13
  41. package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts.map +1 -1
  42. package/dist/components/Content/Schema/SchemaEnumValues.vue.js +2 -2
  43. package/dist/components/Content/Schema/SchemaEnumValues.vue2.js +66 -92
  44. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts +2 -2
  45. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
  46. package/dist/components/Content/Schema/SchemaHeading.vue.js +2 -2
  47. package/dist/components/Content/Schema/SchemaHeading.vue2.js +19 -17
  48. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts +9 -14
  49. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
  50. package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +62 -75
  51. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +8 -13
  52. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  53. package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
  54. package/dist/components/Content/Schema/SchemaProperty.vue2.js +120 -140
  55. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.d.ts +1 -1
  56. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.d.ts.map +1 -1
  57. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.js +2 -2
  58. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +9 -4
  59. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  60. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +2 -2
  61. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +173 -204
  62. package/dist/components/Content/Schema/helpers/get-ref-name.d.ts +11 -0
  63. package/dist/components/Content/Schema/helpers/get-ref-name.d.ts.map +1 -0
  64. package/dist/components/Content/Schema/helpers/get-ref-name.js +11 -0
  65. package/dist/components/Content/Schema/helpers/get-schema-type.d.ts +13 -3
  66. package/dist/components/Content/Schema/helpers/get-schema-type.d.ts.map +1 -1
  67. package/dist/components/Content/Schema/helpers/get-schema-type.js +34 -13
  68. package/dist/components/Content/Schema/helpers/is-type-object.d.ts +4 -2
  69. package/dist/components/Content/Schema/helpers/is-type-object.d.ts.map +1 -1
  70. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts +2 -4
  71. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts.map +1 -1
  72. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.js +130 -84
  73. package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts +5 -5
  74. package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts.map +1 -1
  75. package/dist/components/Content/Schema/helpers/optimize-value-for-display.js +40 -31
  76. package/dist/components/Content/Schema/helpers/schema-composition.d.ts +0 -8
  77. package/dist/components/Content/Schema/helpers/schema-composition.d.ts.map +1 -1
  78. package/dist/components/Content/Schema/helpers/schema-composition.js +2 -6
  79. package/dist/components/Content/Schema/helpers/schema-name.d.ts +8 -17
  80. package/dist/components/Content/Schema/helpers/schema-name.d.ts.map +1 -1
  81. package/dist/components/Content/Schema/helpers/schema-name.js +24 -33
  82. package/dist/features/Operation/Operation.vue.d.ts +3 -4
  83. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  84. package/dist/features/Operation/Operation.vue.js +54 -73
  85. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts +10 -11
  86. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
  87. package/dist/features/Operation/components/ContentTypeSelect.vue.js +35 -43
  88. package/dist/features/Operation/components/{ParameterHeaders.vue.d.ts → Header.vue.d.ts} +4 -5
  89. package/dist/features/Operation/components/Header.vue.d.ts.map +1 -0
  90. package/dist/features/Operation/components/Header.vue.js +23 -0
  91. package/dist/features/Operation/components/Header.vue2.js +4 -0
  92. package/dist/features/Operation/components/Headers.vue.d.ts +8 -0
  93. package/dist/features/Operation/components/Headers.vue.d.ts.map +1 -0
  94. package/dist/features/Operation/components/Headers.vue.js +7 -0
  95. package/dist/features/Operation/components/Headers.vue2.js +61 -0
  96. package/dist/features/Operation/components/OperationParameters.vue.d.ts +4 -10
  97. package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
  98. package/dist/features/Operation/components/OperationParameters.vue.js +23 -33
  99. package/dist/features/Operation/components/OperationResponses.vue.d.ts +3 -6
  100. package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
  101. package/dist/features/Operation/components/OperationResponses.vue.js +22 -19
  102. package/dist/features/Operation/components/ParameterList.vue.d.ts +3 -10
  103. package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -1
  104. package/dist/features/Operation/components/ParameterList.vue.js +35 -5
  105. package/dist/features/Operation/components/ParameterList.vue2.js +2 -38
  106. package/dist/features/Operation/components/ParameterListItem.vue.d.ts +4 -10
  107. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  108. package/dist/features/Operation/components/ParameterListItem.vue.js +1 -1
  109. package/dist/features/Operation/components/ParameterListItem.vue2.js +78 -74
  110. package/dist/features/Operation/components/RequestBody.vue.d.ts +3 -8
  111. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  112. package/dist/features/Operation/components/RequestBody.vue.js +2 -2
  113. package/dist/features/Operation/components/RequestBody.vue2.js +78 -82
  114. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts +0 -4
  115. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
  116. package/dist/features/Operation/components/callbacks/Callback.vue.js +3 -3
  117. package/dist/features/Operation/components/callbacks/Callback.vue2.js +35 -36
  118. package/dist/features/Operation/components/callbacks/Callback.vue3.js +2 -2
  119. package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts +0 -2
  120. package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
  121. package/dist/features/Operation/components/callbacks/Callbacks.vue.js +13 -15
  122. package/dist/features/Operation/helpers/combine-params.d.ts +1 -1
  123. package/dist/features/Operation/helpers/combine-params.d.ts.map +1 -1
  124. package/dist/features/Operation/helpers/combine-params.js +2 -2
  125. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +1 -9
  126. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  127. package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
  128. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +75 -82
  129. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +2 -10
  130. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  131. package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
  132. package/dist/features/Operation/layouts/ModernLayout.vue2.js +96 -103
  133. package/dist/features/api-client-modal/useApiClient.d.ts +90 -90
  134. package/dist/index.js +1 -1
  135. package/dist/libs/openapi.d.ts +1 -13
  136. package/dist/libs/openapi.d.ts.map +1 -1
  137. package/dist/libs/openapi.js +39 -56
  138. package/dist/style.css +1 -1
  139. package/dist/v2/ApiReferenceWorkspace.vue.d.ts +10 -4
  140. package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
  141. package/dist/v2/ApiReferenceWorkspace.vue.js +22 -18
  142. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.d.ts +1 -1
  143. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.d.ts.map +1 -1
  144. package/package.json +13 -13
  145. package/dist/components/Content/Schema/Schema.preview.d.ts +0 -1078
  146. package/dist/components/Content/Schema/Schema.preview.d.ts.map +0 -1
  147. package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts +0 -12
  148. package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +0 -1
  149. package/dist/components/Content/Schema/SchemaDiscriminator.vue.js +0 -49
  150. package/dist/components/Content/Schema/SchemaDiscriminator.vue2.js +0 -4
  151. package/dist/components/Content/Schema/SchemaPropertyDescription.vue.d.ts +0 -13
  152. package/dist/components/Content/Schema/SchemaPropertyDescription.vue.d.ts.map +0 -1
  153. package/dist/features/Operation/components/ParameterHeaders.vue.d.ts.map +0 -1
  154. package/dist/features/Operation/components/ParameterHeaders.vue.js +0 -7
  155. package/dist/features/Operation/components/ParameterHeaders.vue2.js +0 -64
  156. package/dist/features/Operation/components/ParameterList.vue3.js +0 -4
  157. package/dist/features/Operation/hooks/useResponses.d.ts +0 -17
  158. package/dist/features/Operation/hooks/useResponses.d.ts.map +0 -1
  159. package/dist/features/Operation/hooks/useResponses.js +0 -19
  160. package/dist/hooks/useDiscriminator.d.ts +0 -53
  161. package/dist/hooks/useDiscriminator.d.ts.map +0 -1
  162. package/dist/hooks/useDiscriminator.js +0 -149
  163. package/dist/hooks/useOperationDiscriminator.d.ts +0 -8
  164. package/dist/hooks/useOperationDiscriminator.d.ts.map +0 -1
  165. package/dist/hooks/useOperationDiscriminator.js +0 -57
  166. /package/dist/features/Operation/components/{ParameterHeaders.vue3.js → Headers.vue3.js} +0 -0
@@ -4,17 +4,23 @@ type __VLS_Props = {
4
4
  configuration?: AnyApiReferenceConfiguration;
5
5
  store: WorkspaceStore;
6
6
  };
7
- declare var __VLS_13: {}, __VLS_15: {}, __VLS_21: {}, __VLS_23: {};
7
+ declare var __VLS_17: {}, __VLS_19: {}, __VLS_21: {}, __VLS_23: {}, __VLS_25: {};
8
8
  type __VLS_Slots = {} & {
9
- footer?: (props: typeof __VLS_13) => any;
9
+ 'content-start'?: (props: typeof __VLS_17) => any;
10
10
  } & {
11
- footer?: (props: typeof __VLS_15) => any;
11
+ 'content-end'?: (props: typeof __VLS_19) => any;
12
12
  } & {
13
13
  'sidebar-start'?: (props: typeof __VLS_21) => any;
14
14
  } & {
15
15
  'sidebar-end'?: (props: typeof __VLS_23) => any;
16
+ } & {
17
+ footer?: (props: typeof __VLS_25) => any;
16
18
  };
17
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
20
+ updateContent: (content: any) => any;
21
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
22
+ onUpdateContent?: ((content: any) => any) | undefined;
23
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
24
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
25
  export default _default;
20
26
  type __VLS_WithSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"ApiReferenceWorkspace.vue.d.ts","sourceRoot":"","sources":["../../src/v2/ApiReferenceWorkspace.vue"],"names":[],"mappings":"AAsUA,OAAO,KAAK,EACV,4BAA4B,EAE7B,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAyBpE,KAAK,WAAW,GAAG;IACjB,aAAa,CAAC,EAAE,4BAA4B,CAAA;IAC5C,KAAK,EAAE,cAAc,CAAA;CACtB,CAAC;AAiSF,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACzF,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACrD;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA2BtD,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":"ApiReferenceWorkspace.vue.d.ts","sourceRoot":"","sources":["../../src/v2/ApiReferenceWorkspace.vue"],"names":[],"mappings":"AAmUA,OAAO,KAAK,EACV,4BAA4B,EAE7B,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAyBpE,KAAK,WAAW,GAAG;IACjB,aAAa,CAAC,EAAE,4BAA4B,CAAA;IAC5C,KAAK,EAAE,cAAc,CAAA;CACtB,CAAC;AA2SF,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAC9G,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACrD;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACrD;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA4B/C,QAAA,MAAM,eAAe;;;;kFAOnB,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,4 +1,4 @@
1
- import { defineComponent as R, ref as c, toRef as $, provide as N, useTemplateRef as w, onBeforeMount as I, watch as i, computed as L, createElementBlock as V, openBlock as k, createBlock as A, createCommentVNode as B, createVNode as C, unref as s, resolveDynamicComponent as P, withCtx as l, createTextVNode as U, toDisplayString as _, renderSlot as m, isRef as K } from "vue";
1
+ import { defineComponent as $, ref as c, toRef as R, provide as N, useTemplateRef as w, onBeforeMount as I, watch as i, computed as L, createElementBlock as V, openBlock as k, createBlock as A, createCommentVNode as B, createVNode as C, unref as s, resolveDynamicComponent as P, withCtx as l, createTextVNode as U, toDisplayString as _, renderSlot as u, isRef as K } from "vue";
2
2
  import { safeLocalStorage as F, REFERENCE_LS_KEYS as O } from "@scalar/helpers/object/local-storage";
3
3
  import { makeUrlAbsolute as W } from "@scalar/helpers/url/make-url-absolute";
4
4
  import { redirectToProxy as Y } from "@scalar/oas-utils/helpers";
@@ -14,22 +14,23 @@ import { normalizeContent as Q } from "./helpers/normalize-content.js";
14
14
  import { useWorkspaceStoreEvents as X } from "./hooks/use-workspace-store-events.js";
15
15
  import { useMultipleDocuments as Z } from "../features/multiple-documents/useMultipleDocuments.js";
16
16
  import ee from "../features/multiple-documents/DocumentSelector.vue.js";
17
- const Ce = /* @__PURE__ */ R({
17
+ const Ce = /* @__PURE__ */ $({
18
18
  __name: "ApiReferenceWorkspace",
19
19
  props: {
20
20
  configuration: {},
21
21
  store: {}
22
22
  },
23
+ emits: ["updateContent"],
23
24
  setup(E) {
24
25
  const f = E, {
25
26
  availableDocuments: p,
26
27
  selectedConfiguration: o,
27
- selectedDocumentIndex: u,
28
+ selectedDocumentIndex: m,
28
29
  isIntersectionEnabled: d,
29
- hash: x,
30
- hashPrefix: M
30
+ hash: M,
31
+ hashPrefix: x
31
32
  } = Z({
32
- configuration: $(f, "configuration"),
33
+ configuration: R(f, "configuration"),
33
34
  isIntersectionEnabled: c(!1),
34
35
  hash: c(""),
35
36
  hashPrefix: c("")
@@ -37,7 +38,7 @@ const Ce = /* @__PURE__ */ R({
37
38
  Y(o.value.proxyUrl, e.toString()),
38
39
  t
39
40
  );
40
- N(G, { isIntersectionEnabled: d, hash: x, hashPrefix: M });
41
+ N(G, { isIntersectionEnabled: d, hash: M, hashPrefix: x });
41
42
  const v = w("root"), r = f.store;
42
43
  I(() => {
43
44
  const e = F().getItem(
@@ -106,7 +107,7 @@ const Ce = /* @__PURE__ */ R({
106
107
  (e) => r.update("x-scalar-dark-mode", e),
107
108
  { immediate: !0 }
108
109
  ), i(
109
- () => u.value,
110
+ () => m.value,
110
111
  (e) => {
111
112
  var t;
112
113
  return r.update(
@@ -136,24 +137,27 @@ const Ce = /* @__PURE__ */ R({
136
137
  onToggleDarkMode: t[1] || (t[1] = () => s(h)()),
137
138
  onUpdateContent: t[2] || (t[2] = (n) => e.$emit("updateContent", n))
138
139
  }, {
139
- footer: l(() => [
140
- m(e.$slots, "footer")
141
- ]),
142
- "content-end": l(() => [
143
- m(e.$slots, "footer")
144
- ]),
145
140
  "document-selector": l(() => [
146
141
  C(s(ee), {
147
- modelValue: s(u),
148
- "onUpdate:modelValue": t[0] || (t[0] = (n) => K(u) ? u.value = n : null),
142
+ modelValue: s(m),
143
+ "onUpdate:modelValue": t[0] || (t[0] = (n) => K(m) ? m.value = n : null),
149
144
  options: s(p)
150
145
  }, null, 8, ["modelValue", "options"])
151
146
  ]),
147
+ "content-start": l(() => [
148
+ u(e.$slots, "content-start")
149
+ ]),
150
+ "content-end": l(() => [
151
+ u(e.$slots, "content-end")
152
+ ]),
152
153
  "sidebar-start": l(() => [
153
- m(e.$slots, "sidebar-start")
154
+ u(e.$slots, "sidebar-start")
154
155
  ]),
155
156
  "sidebar-end": l(() => [
156
- m(e.$slots, "sidebar-end")
157
+ u(e.$slots, "sidebar-end")
158
+ ]),
159
+ footer: l(() => [
160
+ u(e.$slots, "footer")
157
161
  ]),
158
162
  _: 3
159
163
  }, 8, ["configuration", "isDark", "store"])
@@ -37,8 +37,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
37
37
  onInputBlur?: (() => any) | undefined;
38
38
  onSelectVariable?: ((value: string) => any) | undefined;
39
39
  }>, {
40
- required: boolean;
41
40
  readOnly: boolean;
41
+ required: boolean;
42
42
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
43
43
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
44
44
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"RequestAuthDataTableInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue"],"names":[],"mappings":"AA2EA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AACrE,OAAO,EAAS,KAAK,gBAAgB,EAAE,MAAM,KAAK,CAAA;AAElD;;;;;;GAMG;AACH,MAAM,MAAM,YAAY,GAAG,gBAAgB,CACvC,MAAM,GACN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACvB,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,EAAE,GACpC,KAAK,CACR,CAAA;AAED,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,cAAc,CAAC,EAAE,YAAY,CAAA;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;AAkGJ,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAyB7C,QAAA,MAAM,eAAe;;;;;;;;;;;cApIN,OAAO;cAEP,OAAO;6EA0IpB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"RequestAuthDataTableInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue"],"names":[],"mappings":"AA2EA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AACrE,OAAO,EAAS,KAAK,gBAAgB,EAAE,MAAM,KAAK,CAAA;AAElD;;;;;;GAMG;AACH,MAAM,MAAM,YAAY,GAAG,gBAAgB,CACvC,MAAM,GACN,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACvB,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,EAAE,GACpC,KAAK,CACR,CAAA;AAED,KAAK,WAAW,GAAG;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,cAAc,CAAC,EAAE,YAAY,CAAA;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;AAkGJ,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAyB7C,QAAA,MAAM,eAAe;;;;;;;;;;;cAlIN,OAAO;cAFP,OAAO;6EA4IpB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "vue",
21
21
  "vue3"
22
22
  ],
23
- "version": "1.35.2",
23
+ "version": "1.35.4",
24
24
  "engines": {
25
25
  "node": ">=20"
26
26
  },
@@ -56,22 +56,22 @@
56
56
  "type-fest": "^4.41.0",
57
57
  "vue": "^3.5.17",
58
58
  "zod": "3.24.1",
59
+ "@scalar/api-client": "2.5.31",
59
60
  "@scalar/code-highlight": "0.1.9",
60
- "@scalar/api-client": "2.5.29",
61
- "@scalar/helpers": "0.0.9",
62
- "@scalar/json-magic": "0.4.0",
61
+ "@scalar/components": "0.14.32",
63
62
  "@scalar/icons": "0.4.7",
64
- "@scalar/components": "0.14.30",
65
- "@scalar/oas-utils": "0.4.25",
66
- "@scalar/object-utils": "1.2.5",
67
- "@scalar/openapi-parser": "0.20.3",
63
+ "@scalar/helpers": "0.0.10",
64
+ "@scalar/oas-utils": "0.4.27",
65
+ "@scalar/object-utils": "1.2.6",
66
+ "@scalar/json-magic": "0.4.1",
67
+ "@scalar/openapi-types": "0.3.7",
68
+ "@scalar/openapi-parser": "0.20.4",
68
69
  "@scalar/snippetz": "0.4.9",
69
70
  "@scalar/types": "0.2.15",
70
71
  "@scalar/themes": "0.13.16",
71
- "@scalar/openapi-types": "0.3.7",
72
72
  "@scalar/use-hooks": "0.2.4",
73
73
  "@scalar/use-toasts": "0.8.0",
74
- "@scalar/workspace-store": "0.15.2"
74
+ "@scalar/workspace-store": "0.15.4"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@hono/node-server": "^1.11.0",
@@ -91,10 +91,10 @@
91
91
  "vite-plugin-banner": "^0.7.1",
92
92
  "vite-plugin-css-injected-by-js": "^3.4.0",
93
93
  "vitest": "^3.2.4",
94
- "@scalar/build-tooling": "0.2.6",
95
- "@scalar/core": "0.3.16",
94
+ "@scalar/build-tooling": "0.2.7",
96
95
  "@scalar/galaxy": "0.5.8",
97
- "@scalar/react-renderer": "0.2.1"
96
+ "@scalar/react-renderer": "0.2.1",
97
+ "@scalar/core": "0.3.16"
98
98
  },
99
99
  "scripts": {
100
100
  "build": "pnpm build:default && pnpm build:standalone && pnpm types:build && tsc-alias -p tsconfig.build.json",