@scalar/api-reference 1.28.28 → 1.28.30

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.
@@ -1 +1 @@
1
- {"version":3,"file":"SchemaPropertyExamples.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaPropertyExamples.vue"],"names":[],"mappings":"AA2JA,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAClC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAC3B,CAAC;;AA4IF,wBAMG"}
1
+ {"version":3,"file":"SchemaPropertyExamples.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaPropertyExamples.vue"],"names":[],"mappings":"AA4JA,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAClC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAC3B,CAAC;;AA4IF,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./SchemaPropertyExamples.vue2.js";
2
2
  /* empty css */
3
- import e from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ e(o, [["__scopeId", "data-v-d7f5eefa"]]);
3
+ import a from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const p = /* @__PURE__ */ a(o, [["__scopeId", "data-v-0aa48422"]]);
5
5
  export {
6
- m as default
6
+ p as default
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"formatExample.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/Schema/helpers/formatExample.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,wBAAgB,aAAa,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CA0C/D"}
1
+ {"version":3,"file":"formatExample.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/Schema/helpers/formatExample.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,wBAAgB,aAAa,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAkD/D"}
@@ -1,5 +1,5 @@
1
1
  function t(r) {
2
- return Array.isArray(r) ? `[${r.map((n) => typeof n == "string" ? `"${n.toString().trim()}"` : typeof n == "object" ? JSON.stringify(n) : n === void 0 ? "undefined" : n === null ? "null" : n).join(", ")}]` : typeof r == "object" ? JSON.stringify(r) : r === null ? "null" : r === void 0 ? "undefined" : typeof r == "string" ? r.trim() : r.toString().trim();
2
+ return Array.isArray(r) ? `[${r.map((n) => typeof n == "string" ? `"${n.toString().trim()}"` : typeof n == "object" ? JSON.stringify(n) : n === void 0 ? "undefined" : n === null ? "null" : n).join(", ")}]` : r === null ? "null" : typeof r == "object" ? "value" in r ? r.value : "externalValue" in r ? r.externalValue : JSON.stringify(r) : r === void 0 ? "undefined" : typeof r == "string" ? r.trim() : r.toString().trim();
3
3
  }
4
4
  export {
5
5
  t as formatExample
@@ -1,6 +1,6 @@
1
1
  type __VLS_Props = {
2
- active?: boolean;
3
2
  method: string;
3
+ active?: boolean;
4
4
  };
5
5
  declare const _default: 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>;
6
6
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarHttpBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarHttpBadge.vue"],"names":[],"mappings":"AA6CA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;;AAkEF,wBAOG"}
1
+ {"version":3,"file":"SidebarHttpBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarHttpBadge.vue"],"names":[],"mappings":"AAgDA,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;;AA0EF,wBAOG"}
@@ -1,7 +1,7 @@
1
1
  import t from "./SidebarHttpBadge.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ o(t, [["__scopeId", "data-v-f51e2805"]]);
4
+ const e = /* @__PURE__ */ o(t, [["__scopeId", "data-v-4929f40c"]]);
5
5
  export {
6
- p as default
6
+ e as default
7
7
  };
@@ -1,14 +1,18 @@
1
- import { defineComponent as o, openBlock as t, createBlock as a, unref as r, normalizeClass as n } from "vue";
2
- import p from "../HttpMethod/HttpMethod.vue.js";
3
- const d = /* @__PURE__ */ o({
1
+ import { defineComponent as o, openBlock as t, createBlock as a, unref as r, normalizeClass as s } from "vue";
2
+ import n from "../HttpMethod/HttpMethod.vue.js";
3
+ const c = /* @__PURE__ */ o({
4
4
  __name: "SidebarHttpBadge",
5
5
  props: {
6
- active: { type: Boolean },
7
- method: {}
6
+ method: {},
7
+ active: { type: Boolean }
8
8
  },
9
- setup(s) {
10
- return (e, i) => (t(), a(r(p), {
11
- class: n(["sidebar-heading-type", { "sidebar-heading-type-active": e.active }]),
9
+ setup(p) {
10
+ return (e, d) => (t(), a(r(n), {
11
+ class: s([
12
+ "sidebar-heading-type",
13
+ `sidebar-heading-type--${e.method.toLowerCase()}`,
14
+ { "sidebar-heading-type-active": e.active }
15
+ ]),
12
16
  method: e.method,
13
17
  property: "--method-color",
14
18
  short: ""
@@ -16,5 +20,5 @@ const d = /* @__PURE__ */ o({
16
20
  }
17
21
  });
18
22
  export {
19
- d as default
23
+ c as default
20
24
  };