@scalar/api-reference 1.25.116 → 1.25.118

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 (43) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/dist/browser/standalone.js +8700 -8579
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiReferenceLayout.vue.js +2 -2
  5. package/dist/components/ApiReferenceLayout.vue2.js +1 -1
  6. package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
  7. package/dist/components/Content/Introduction/Introduction.vue.js +1 -1
  8. package/dist/components/Content/Introduction/Introduction.vue2.js +39 -38
  9. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +6 -0
  10. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  11. package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
  12. package/dist/components/Content/Schema/SchemaProperty.vue2.js +124 -120
  13. package/dist/components/Content/Schema/helpers/optimizeValueForDisplay.d.ts +1 -3
  14. package/dist/components/Content/Schema/helpers/optimizeValueForDisplay.d.ts.map +1 -1
  15. package/dist/features/ApiClientModal/useApiClient.d.ts +194 -114
  16. package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
  17. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
  18. package/dist/features/ExampleRequest/ExampleRequest.vue.js +2 -2
  19. package/dist/features/ExampleRequest/ExampleRequest.vue2.js +96 -104
  20. package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts +2 -2
  21. package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
  22. package/dist/features/ExampleResponses/ExampleResponses.vue.js +3 -3
  23. package/dist/features/ExampleResponses/ExampleResponses.vue2.js +86 -91
  24. package/dist/features/Operation/layouts/ClassicLayout.vue.js +4 -4
  25. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +6 -4
  26. package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
  27. package/dist/features/Operation/layouts/ModernLayout.vue2.js +7 -7
  28. package/dist/helpers/get-request.d.ts.map +1 -1
  29. package/dist/hooks/useConfig.d.ts +1 -1
  30. package/dist/hooks/useConfig.d.ts.map +1 -1
  31. package/dist/hooks/useConfig.js +1 -1
  32. package/dist/index.js +1 -1
  33. package/dist/style.css +1 -1
  34. package/package.json +11 -11
  35. package/dist/features/ExampleRequest/helpers/filter-security-requirements.d.ts +0 -6
  36. package/dist/features/ExampleRequest/helpers/filter-security-requirements.d.ts.map +0 -1
  37. package/dist/features/ExampleRequest/helpers/filter-security-requirements.js +0 -17
  38. package/dist/helpers/convert-to-har-request.d.ts +0 -28
  39. package/dist/helpers/convert-to-har-request.d.ts.map +0 -1
  40. package/dist/helpers/convert-to-har-request.js +0 -64
  41. package/dist/helpers/get-example-code.d.ts +0 -9
  42. package/dist/helpers/get-example-code.d.ts.map +0 -1
  43. package/dist/helpers/get-example-code.js +0 -51
@@ -1,170 +1,165 @@
1
- import { defineComponent as N, useId as F, ref as S, computed as v, openBlock as t, createBlock as r, unref as o, withCtx as u, createVNode as h, createElementBlock as x, createCommentVNode as f, createTextVNode as w, withDirectives as I, createElementVNode as _, vModelCheckbox as O, Fragment as R, renderList as A, toDisplayString as D } from "vue";
2
- import { ScalarIcon as P, ScalarCodeBlock as U, ScalarMarkdown as H } from "@scalar/components";
3
- import { normalizeMimeTypeObject as J } from "@scalar/oas-utils/helpers";
4
- import { useClipboard as K } from "@scalar/use-hooks/useClipboard";
1
+ import { defineComponent as M, useId as N, ref as C, computed as d, openBlock as o, createBlock as r, unref as l, withCtx as u, createVNode as y, createElementBlock as v, createCommentVNode as x, createTextVNode as R, withDirectives as F, createElementVNode as E, vModelCheckbox as I, Fragment as _, renderList as O, toDisplayString as A } from "vue";
2
+ import { ScalarIcon as D, ScalarCodeBlock as P, ScalarMarkdown as U } from "@scalar/components";
3
+ import { normalizeMimeTypeObject as H } from "@scalar/oas-utils/helpers";
4
+ import { useClipboard as J } from "@scalar/use-hooks/useClipboard";
5
5
  import T from "./ExampleResponse.vue.js";
6
- import L from "../../components/Card/Card.vue.js";
7
- import W from "../../components/Card/CardTabHeader.vue.js";
8
- import q from "../../components/Card/CardTab.vue.js";
9
- import G from "../../components/Card/CardContent.vue.js";
10
- import Q from "../../components/Card/CardFooter.vue.js";
11
- import X from "../ExampleRequest/ExamplePicker.vue.js";
12
- const Y = {
6
+ import K from "../../components/Card/Card.vue.js";
7
+ import L from "../../components/Card/CardTabHeader.vue.js";
8
+ import W from "../../components/Card/CardTab.vue.js";
9
+ import q from "../../components/Card/CardContent.vue.js";
10
+ import G from "../../components/Card/CardFooter.vue.js";
11
+ import Q from "../ExampleRequest/ExamplePicker.vue.js";
12
+ const X = {
13
13
  key: 1,
14
14
  class: "scalar-card-checkbox"
15
- }, Z = ["aria-controls"], $ = { class: "scalar-card-container custom-scroll" }, z = {
15
+ }, Y = ["aria-controls"], Z = { class: "scalar-card-container custom-scroll" }, $ = {
16
16
  key: 1,
17
17
  class: "response-description"
18
- }, ie = /* @__PURE__ */ N({
18
+ }, pe = /* @__PURE__ */ M({
19
19
  __name: "ExampleResponses",
20
20
  props: {
21
- operation: {}
21
+ responses: {}
22
22
  },
23
- setup(V) {
24
- const k = V, c = F(), { copyToClipboard: j } = K(), p = S(), C = v(
25
- () => {
26
- var a, e;
27
- return Object.keys(((e = (a = k == null ? void 0 : k.operation) == null ? void 0 : a.information) == null ? void 0 : e.responses) ?? {}).sort();
28
- }
29
- ), y = v(
30
- () => !!l.value.examples
31
- ), g = S(0), i = v(() => {
32
- var e, m;
33
- const a = C.value[g.value];
34
- return (m = (e = k.operation.information) == null ? void 0 : e.responses) == null ? void 0 : m[a];
35
- }), l = v(() => {
36
- var e;
37
- const a = J(
38
- (e = i.value) == null ? void 0 : e.content
23
+ setup(S) {
24
+ const c = N(), { copyToClipboard: V } = J(), p = C(), b = d(() => Object.keys(S.responses ?? {}).sort()), k = d(
25
+ () => !!s.value.examples
26
+ ), g = C(0), i = d(() => {
27
+ var a;
28
+ const e = b.value[g.value];
29
+ return (a = S.responses) == null ? void 0 : a[e];
30
+ }), s = d(() => {
31
+ var a;
32
+ const e = H(
33
+ (a = i.value) == null ? void 0 : a.content
39
34
  );
40
35
  return (
41
36
  // OpenAPI 3.x
42
- (a == null ? void 0 : a["application/json"]) ?? (a == null ? void 0 : a["text/plain"]) ?? // Swagger 2.0
37
+ (e == null ? void 0 : e["application/json"]) ?? (e == null ? void 0 : e["application/xml"]) ?? (e == null ? void 0 : e["text/plain"]) ?? (e == null ? void 0 : e["text/html"]) ?? // Swagger 2.0
43
38
  i.value
44
39
  );
45
- }), B = () => {
46
- if (y.value) {
47
- if (Array.isArray(l.value.examples))
48
- return l.value.examples[0];
40
+ }), j = () => {
41
+ if (k.value) {
42
+ if (Array.isArray(s.value.examples))
43
+ return s.value.examples[0];
49
44
  {
50
- const a = Object.keys(l.value.examples)[0];
51
- return l.value.examples[a];
45
+ const e = Object.keys(s.value.examples)[0];
46
+ return s.value.examples[e];
52
47
  }
53
- } else return l.value.example;
54
- }, b = v(() => ({
55
- ...l.value,
56
- example: y.value && p.value ? l.value.examples[p.value].value ?? l.value.examples[p.value] : B()
57
- })), M = (a) => {
58
- g.value = a, p.value = void 0;
59
- }, E = S(!1);
60
- return (a, e) => C.value.length ? (t(), r(o(L), { key: 0 }, {
48
+ } else return s.value.example;
49
+ }, f = d(() => ({
50
+ ...s.value,
51
+ example: k.value && p.value ? s.value.examples[p.value].value ?? s.value.examples[p.value] : j()
52
+ })), B = (e) => {
53
+ g.value = e, p.value = void 0;
54
+ }, h = C(!1);
55
+ return (e, a) => b.value.length ? (o(), r(l(K), { key: 0 }, {
61
56
  default: u(() => {
62
- var m;
57
+ var w;
63
58
  return [
64
- h(o(W), {
59
+ y(l(L), {
65
60
  muted: "",
66
61
  x: "as",
67
- onChange: M
62
+ onChange: B
68
63
  }, {
69
64
  actions: u(() => {
70
- var s, d;
65
+ var t, m;
71
66
  return [
72
- (s = l.value) != null && s.example ? (t(), x("button", {
67
+ (t = s.value) != null && t.example ? (o(), v("button", {
73
68
  key: 0,
74
69
  class: "code-copy",
75
70
  type: "button",
76
- onClick: e[0] || (e[0] = () => {
71
+ onClick: a[0] || (a[0] = () => {
77
72
  var n;
78
- return o(j)((n = l.value) == null ? void 0 : n.example);
73
+ return l(V)((n = s.value) == null ? void 0 : n.example);
79
74
  })
80
75
  }, [
81
- h(o(P), {
76
+ y(l(D), {
82
77
  icon: "Clipboard",
83
78
  width: "12px"
84
79
  })
85
- ])) : f("", !0),
86
- (d = l.value) != null && d.schema ? (t(), x("label", Y, [
87
- e[3] || (e[3] = w(" Show Schema ")),
88
- I(_("input", {
89
- "onUpdate:modelValue": e[1] || (e[1] = (n) => E.value = n),
90
- "aria-controls": o(c),
80
+ ])) : x("", !0),
81
+ (m = s.value) != null && m.schema ? (o(), v("label", X, [
82
+ a[3] || (a[3] = R(" Show Schema ")),
83
+ F(E("input", {
84
+ "onUpdate:modelValue": a[1] || (a[1] = (n) => h.value = n),
85
+ "aria-controls": l(c),
91
86
  class: "scalar-card-checkbox-input",
92
87
  type: "checkbox"
93
- }, null, 8, Z), [
94
- [O, E.value]
88
+ }, null, 8, Y), [
89
+ [I, h.value]
95
90
  ]),
96
- e[4] || (e[4] = _("span", { class: "scalar-card-checkbox-checkmark" }, null, -1))
97
- ])) : f("", !0)
91
+ a[4] || (a[4] = E("span", { class: "scalar-card-checkbox-checkmark" }, null, -1))
92
+ ])) : x("", !0)
98
93
  ];
99
94
  }),
100
95
  default: u(() => [
101
- (t(!0), x(R, null, A(C.value, (s) => (t(), r(o(q), {
102
- key: s,
103
- "aria-controls": o(c)
96
+ (o(!0), v(_, null, O(b.value, (t) => (o(), r(l(W), {
97
+ key: t,
98
+ "aria-controls": l(c)
104
99
  }, {
105
100
  default: u(() => [
106
- w(D(s), 1)
101
+ R(A(t), 1)
107
102
  ]),
108
103
  _: 2
109
104
  }, 1032, ["aria-controls"]))), 128))
110
105
  ]),
111
106
  _: 1
112
107
  }),
113
- _("div", $, [
114
- h(o(G), { muted: "" }, {
108
+ E("div", Z, [
109
+ y(l(q), { muted: "" }, {
115
110
  default: u(() => {
116
- var s;
111
+ var t;
117
112
  return [
118
- (s = l.value) != null && s.schema ? (t(), x(R, { key: 0 }, [
119
- E.value && b.value ? (t(), r(o(U), {
113
+ (t = s.value) != null && t.schema ? (o(), v(_, { key: 0 }, [
114
+ h.value && f.value ? (o(), r(l(P), {
120
115
  key: 0,
121
- id: o(c),
122
- content: b.value,
116
+ id: l(c),
117
+ content: f.value,
123
118
  lang: "json"
124
- }, null, 8, ["id", "content"])) : (t(), r(T, {
119
+ }, null, 8, ["id", "content"])) : (o(), r(T, {
125
120
  key: 1,
126
- id: o(c),
127
- response: b.value
121
+ id: l(c),
122
+ response: f.value
128
123
  }, null, 8, ["id", "response"]))
129
- ], 64)) : (t(), r(T, {
124
+ ], 64)) : (o(), r(T, {
130
125
  key: 1,
131
- id: o(c),
132
- response: b.value
126
+ id: l(c),
127
+ response: f.value
133
128
  }, null, 8, ["id", "response"]))
134
129
  ];
135
130
  }),
136
131
  _: 1
137
132
  })
138
133
  ]),
139
- (m = i.value) != null && m.description || y.value ? (t(), r(o(Q), {
134
+ (w = i.value) != null && w.description || k.value ? (o(), r(l(G), {
140
135
  key: 0,
141
136
  class: "response-card-footer",
142
137
  muted: ""
143
138
  }, {
144
139
  default: u(() => {
145
- var s, d;
140
+ var t, m;
146
141
  return [
147
- y.value ? (t(), r(o(X), {
142
+ k.value ? (o(), r(l(Q), {
148
143
  key: 0,
149
144
  class: "response-example-selector",
150
- examples: (s = l.value) == null ? void 0 : s.examples,
151
- "onUpdate:modelValue": e[2] || (e[2] = (n) => p.value = n)
152
- }, null, 8, ["examples"])) : (d = i.value) != null && d.description ? (t(), x("div", z, [
153
- h(o(H), {
145
+ examples: (t = s.value) == null ? void 0 : t.examples,
146
+ "onUpdate:modelValue": a[2] || (a[2] = (n) => p.value = n)
147
+ }, null, 8, ["examples"])) : (m = i.value) != null && m.description ? (o(), v("div", $, [
148
+ y(l(U), {
154
149
  class: "markdown",
155
150
  value: i.value.description
156
151
  }, null, 8, ["value"])
157
- ])) : f("", !0)
152
+ ])) : x("", !0)
158
153
  ];
159
154
  }),
160
155
  _: 1
161
- })) : f("", !0)
156
+ })) : x("", !0)
162
157
  ];
163
158
  }),
164
159
  _: 1
165
- })) : f("", !0);
160
+ })) : x("", !0);
166
161
  }
167
162
  });
168
163
  export {
169
- ie as default
164
+ pe as default
170
165
  };
@@ -1,7 +1,7 @@
1
- import a from "./ClassicLayout.vue2.js";
1
+ import o from "./ClassicLayout.vue2.js";
2
2
  /* empty css */
3
- import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const c = /* @__PURE__ */ o(a, [["__scopeId", "data-v-ac9aa830"]]);
3
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-e104650f"]]);
5
5
  export {
6
- c as default
6
+ f as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as v, openBlock as a, createBlock as s, unref as e, createSlots as O, withCtx as n, createElementVNode as t, createVNode as r, toDisplayString as m, normalizeClass as y, createTextVNode as _, createCommentVNode as c, withModifiers as C } from "vue";
1
+ import { defineComponent as v, openBlock as a, createBlock as s, unref as e, createSlots as y, withCtx as n, createElementVNode as t, createVNode as r, toDisplayString as m, normalizeClass as O, createTextVNode as _, createCommentVNode as c, withModifiers as C } from "vue";
2
2
  import b from "../../../components/OperationPath.vue.js";
3
3
  import { useConfig as k } from "../../../hooks/useConfig.js";
4
4
  import { ScalarIcon as g, ScalarIconButton as S, ScalarMarkdown as B } from "@scalar/components";
@@ -30,7 +30,7 @@ const L = { class: "operation-title" }, M = { class: "operation-details" }, P =
30
30
  id: o.id,
31
31
  class: "reference-endpoint",
32
32
  transparent: ""
33
- }, O({
33
+ }, y({
34
34
  title: n(() => [
35
35
  t("h3", L, [
36
36
  t("div", M, [
@@ -54,7 +54,7 @@ const L = { class: "operation-title" }, M = { class: "operation-details" }, P =
54
54
  t("div", j, m(o.transformedOperation.name), 1),
55
55
  e(f)(o.transformedOperation) ? (a(), s(e(E), {
56
56
  key: 0,
57
- class: y(e(q)(o.transformedOperation))
57
+ class: O(e(q)(o.transformedOperation))
58
58
  }, {
59
59
  default: n(() => [
60
60
  _(m(e(f)(o.transformedOperation)), 1)
@@ -103,7 +103,9 @@ const L = { class: "operation-title" }, M = { class: "operation-details" }, P =
103
103
  }, null, 8, ["operation"])
104
104
  ])
105
105
  ]),
106
- r(e(A), { operation: o.transformedOperation }, null, 8, ["operation"]),
106
+ r(e(A), {
107
+ responses: o.operation.responses
108
+ }, null, 8, ["responses"]),
107
109
  r(e(D), {
108
110
  collection: o.collection,
109
111
  operation: o.operation,
@@ -1,7 +1,7 @@
1
1
  import o from "./ModernLayout.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-04e2a492"]]);
4
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0916dd9f"]]);
5
5
  export {
6
- m as default
6
+ f as default
7
7
  };
@@ -1,6 +1,6 @@
1
- import { defineComponent as c, openBlock as i, createBlock as l, unref as o, withCtx as t, createVNode as r, normalizeClass as p, createTextVNode as m, toDisplayString as d, createCommentVNode as O, createElementVNode as a } from "vue";
1
+ import { defineComponent as c, openBlock as i, createBlock as l, unref as o, withCtx as t, createVNode as r, normalizeClass as p, createTextVNode as s, toDisplayString as m, createCommentVNode as O, createElementVNode as a } from "vue";
2
2
  import h from "../../../components/OperationPath.vue.js";
3
- import { getOperationStability as s, getOperationStabilityColor as v, isOperationDeprecated as S } from "../../../helpers/operation.js";
3
+ import { getOperationStability as d, getOperationStabilityColor as v, isOperationDeprecated as S } from "../../../helpers/operation.js";
4
4
  import { ScalarMarkdown as C, ScalarErrorBoundary as f } from "@scalar/components";
5
5
  import _ from "../components/OperationParameters.vue.js";
6
6
  import y from "../components/OperationResponses.vue.js";
@@ -31,12 +31,12 @@ const q = { class: "operation-details" }, D = { class: "examples" }, Y = /* @__P
31
31
  default: t(() => [
32
32
  r(o(b), null, {
33
33
  default: t(() => [
34
- o(s)(e.transformedOperation) ? (i(), l(o(k), {
34
+ o(d)(e.transformedOperation) ? (i(), l(o(k), {
35
35
  key: 0,
36
36
  class: p(o(v)(e.transformedOperation))
37
37
  }, {
38
38
  default: t(() => [
39
- m(d(o(s)(e.transformedOperation)), 1)
39
+ s(m(o(d)(e.transformedOperation)), 1)
40
40
  ]),
41
41
  _: 1
42
42
  }, 8, ["class"])) : O("", !0),
@@ -51,7 +51,7 @@ const q = { class: "operation-details" }, D = { class: "examples" }, Y = /* @__P
51
51
  id: e.id ?? ""
52
52
  }, {
53
53
  default: t(() => [
54
- m(d(e.transformedOperation.name), 1)
54
+ s(m(e.transformedOperation.name), 1)
55
55
  ]),
56
56
  _: 1
57
57
  }, 8, ["id"])
@@ -107,9 +107,9 @@ const q = { class: "operation-details" }, D = { class: "examples" }, Y = /* @__P
107
107
  r(o(f), null, {
108
108
  default: t(() => [
109
109
  r(o(R), {
110
- operation: e.transformedOperation,
110
+ responses: e.operation.responses,
111
111
  style: { "margin-top": "12px" }
112
- }, null, 8, ["operation"])
112
+ }, null, 8, ["responses"])
113
113
  ]),
114
114
  _: 1
115
115
  })
@@ -1 +1 @@
1
- {"version":3,"file":"get-request.d.ts","sourceRoot":"","sources":["../../src/helpers/get-request.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AAE9D,6CAA6C;AAC7C,eAAO,MAAM,UAAU,aACX,cAAc,CAAC,UAAU,CAAC,QAC9B,MAAM,UACJ,MAAM;;;;;;;;;;;;;mBAKilT,CAAC;;;;;;;;;;;;;mBAA8f,CAAC;eAAyC,CAAC;cAA6B,CAAC;eAA8B,CAAC;aAA4B,CAAC;gBAA8H,CAAC;iBAAwC,CAAC;mBAAkC,CAAC;;;;;aAD76U,CAAA"}
1
+ {"version":3,"file":"get-request.d.ts","sourceRoot":"","sources":["../../src/helpers/get-request.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AAE9D,6CAA6C;AAC7C,eAAO,MAAM,UAAU,aACX,cAAc,CAAC,UAAU,CAAC,QAC9B,MAAM,UACJ,MAAM;;;;;;;;;;;;;mBAK+uT,CAAC;;;;;;;;;;;;;mBAA8f,CAAC;eAAyC,CAAC;cAA6B,CAAC;eAA8B,CAAC;aAA4B,CAAC;gBAA8H,CAAC;iBAAwC,CAAC;mBAAkC,CAAC;;;;;aAD3kV,CAAA"}
@@ -2,5 +2,5 @@ import type { ReferenceConfiguration } from '../types';
2
2
  import { type InjectionKey } from 'vue';
3
3
  export declare const CONFIGURATION_SYMBOL: InjectionKey<ReferenceConfiguration>;
4
4
  /** Hook for easy access to the reference configuration */
5
- export declare const useConfig: () => ReferenceConfiguration | undefined;
5
+ export declare const useConfig: () => ReferenceConfiguration;
6
6
  //# sourceMappingURL=useConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useConfig.d.ts","sourceRoot":"","sources":["../../src/hooks/useConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AACrD,OAAO,EAAE,KAAK,YAAY,EAAU,MAAM,KAAK,CAAA;AAE/C,eAAO,MAAM,oBAAoB,EACnB,YAAY,CAAC,sBAAsB,CAAC,CAAA;AAElD,0DAA0D;AAC1D,eAAO,MAAM,SAAS,0CAGrB,CAAA"}
1
+ {"version":3,"file":"useConfig.d.ts","sourceRoot":"","sources":["../../src/hooks/useConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AACrD,OAAO,EAAE,KAAK,YAAY,EAAU,MAAM,KAAK,CAAA;AAE/C,eAAO,MAAM,oBAAoB,EACnB,YAAY,CAAC,sBAAsB,CAAC,CAAA;AAElD,0DAA0D;AAC1D,eAAO,MAAM,SAAS,8BAGrB,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { inject as o } from "vue";
2
- const n = Symbol(), i = () => o(n, void 0);
2
+ const n = Symbol(), i = () => o(n, {});
3
3
  export {
4
4
  n as CONFIGURATION_SYMBOL,
5
5
  i as useConfig