@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.
- package/CHANGELOG.md +52 -0
- package/dist/browser/standalone.js +8700 -8579
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/ApiReferenceLayout.vue2.js +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.js +1 -1
- package/dist/components/Content/Introduction/Introduction.vue2.js +39 -38
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +6 -0
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +124 -120
- package/dist/components/Content/Schema/helpers/optimizeValueForDisplay.d.ts +1 -3
- package/dist/components/Content/Schema/helpers/optimizeValueForDisplay.d.ts.map +1 -1
- package/dist/features/ApiClientModal/useApiClient.d.ts +194 -114
- package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.js +2 -2
- package/dist/features/ExampleRequest/ExampleRequest.vue2.js +96 -104
- package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts +2 -2
- package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/features/ExampleResponses/ExampleResponses.vue.js +3 -3
- package/dist/features/ExampleResponses/ExampleResponses.vue2.js +86 -91
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +4 -4
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +6 -4
- package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +7 -7
- package/dist/helpers/get-request.d.ts.map +1 -1
- package/dist/hooks/useConfig.d.ts +1 -1
- package/dist/hooks/useConfig.d.ts.map +1 -1
- package/dist/hooks/useConfig.js +1 -1
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +11 -11
- package/dist/features/ExampleRequest/helpers/filter-security-requirements.d.ts +0 -6
- package/dist/features/ExampleRequest/helpers/filter-security-requirements.d.ts.map +0 -1
- package/dist/features/ExampleRequest/helpers/filter-security-requirements.js +0 -17
- package/dist/helpers/convert-to-har-request.d.ts +0 -28
- package/dist/helpers/convert-to-har-request.d.ts.map +0 -1
- package/dist/helpers/convert-to-har-request.js +0 -64
- package/dist/helpers/get-example-code.d.ts +0 -9
- package/dist/helpers/get-example-code.d.ts.map +0 -1
- package/dist/helpers/get-example-code.js +0 -51
|
@@ -1,170 +1,165 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { ScalarIcon as
|
|
3
|
-
import { normalizeMimeTypeObject as
|
|
4
|
-
import { useClipboard as
|
|
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
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
const
|
|
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
|
-
},
|
|
15
|
+
}, Y = ["aria-controls"], Z = { class: "scalar-card-container custom-scroll" }, $ = {
|
|
16
16
|
key: 1,
|
|
17
17
|
class: "response-description"
|
|
18
|
-
},
|
|
18
|
+
}, pe = /* @__PURE__ */ M({
|
|
19
19
|
__name: "ExampleResponses",
|
|
20
20
|
props: {
|
|
21
|
-
|
|
21
|
+
responses: {}
|
|
22
22
|
},
|
|
23
|
-
setup(
|
|
24
|
-
const
|
|
25
|
-
() =>
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
-
(
|
|
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
|
-
}),
|
|
46
|
-
if (
|
|
47
|
-
if (Array.isArray(
|
|
48
|
-
return
|
|
40
|
+
}), j = () => {
|
|
41
|
+
if (k.value) {
|
|
42
|
+
if (Array.isArray(s.value.examples))
|
|
43
|
+
return s.value.examples[0];
|
|
49
44
|
{
|
|
50
|
-
const
|
|
51
|
-
return
|
|
45
|
+
const e = Object.keys(s.value.examples)[0];
|
|
46
|
+
return s.value.examples[e];
|
|
52
47
|
}
|
|
53
|
-
} else return
|
|
54
|
-
},
|
|
55
|
-
...
|
|
56
|
-
example:
|
|
57
|
-
})),
|
|
58
|
-
g.value =
|
|
59
|
-
},
|
|
60
|
-
return (
|
|
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
|
|
57
|
+
var w;
|
|
63
58
|
return [
|
|
64
|
-
|
|
59
|
+
y(l(L), {
|
|
65
60
|
muted: "",
|
|
66
61
|
x: "as",
|
|
67
|
-
onChange:
|
|
62
|
+
onChange: B
|
|
68
63
|
}, {
|
|
69
64
|
actions: u(() => {
|
|
70
|
-
var
|
|
65
|
+
var t, m;
|
|
71
66
|
return [
|
|
72
|
-
(
|
|
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:
|
|
71
|
+
onClick: a[0] || (a[0] = () => {
|
|
77
72
|
var n;
|
|
78
|
-
return
|
|
73
|
+
return l(V)((n = s.value) == null ? void 0 : n.example);
|
|
79
74
|
})
|
|
80
75
|
}, [
|
|
81
|
-
|
|
76
|
+
y(l(D), {
|
|
82
77
|
icon: "Clipboard",
|
|
83
78
|
width: "12px"
|
|
84
79
|
})
|
|
85
|
-
])) :
|
|
86
|
-
(
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"onUpdate:modelValue":
|
|
90
|
-
"aria-controls":
|
|
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,
|
|
94
|
-
[
|
|
88
|
+
}, null, 8, Y), [
|
|
89
|
+
[I, h.value]
|
|
95
90
|
]),
|
|
96
|
-
|
|
97
|
-
])) :
|
|
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
|
-
(
|
|
102
|
-
key:
|
|
103
|
-
"aria-controls":
|
|
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
|
-
|
|
101
|
+
R(A(t), 1)
|
|
107
102
|
]),
|
|
108
103
|
_: 2
|
|
109
104
|
}, 1032, ["aria-controls"]))), 128))
|
|
110
105
|
]),
|
|
111
106
|
_: 1
|
|
112
107
|
}),
|
|
113
|
-
|
|
114
|
-
|
|
108
|
+
E("div", Z, [
|
|
109
|
+
y(l(q), { muted: "" }, {
|
|
115
110
|
default: u(() => {
|
|
116
|
-
var
|
|
111
|
+
var t;
|
|
117
112
|
return [
|
|
118
|
-
(
|
|
119
|
-
|
|
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:
|
|
122
|
-
content:
|
|
116
|
+
id: l(c),
|
|
117
|
+
content: f.value,
|
|
123
118
|
lang: "json"
|
|
124
|
-
}, null, 8, ["id", "content"])) : (
|
|
119
|
+
}, null, 8, ["id", "content"])) : (o(), r(T, {
|
|
125
120
|
key: 1,
|
|
126
|
-
id:
|
|
127
|
-
response:
|
|
121
|
+
id: l(c),
|
|
122
|
+
response: f.value
|
|
128
123
|
}, null, 8, ["id", "response"]))
|
|
129
|
-
], 64)) : (
|
|
124
|
+
], 64)) : (o(), r(T, {
|
|
130
125
|
key: 1,
|
|
131
|
-
id:
|
|
132
|
-
response:
|
|
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
|
-
(
|
|
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
|
|
140
|
+
var t, m;
|
|
146
141
|
return [
|
|
147
|
-
|
|
142
|
+
k.value ? (o(), r(l(Q), {
|
|
148
143
|
key: 0,
|
|
149
144
|
class: "response-example-selector",
|
|
150
|
-
examples: (
|
|
151
|
-
"onUpdate:modelValue":
|
|
152
|
-
}, null, 8, ["examples"])) : (
|
|
153
|
-
|
|
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
|
-
])) :
|
|
152
|
+
])) : x("", !0)
|
|
158
153
|
];
|
|
159
154
|
}),
|
|
160
155
|
_: 1
|
|
161
|
-
})) :
|
|
156
|
+
})) : x("", !0)
|
|
162
157
|
];
|
|
163
158
|
}),
|
|
164
159
|
_: 1
|
|
165
|
-
})) :
|
|
160
|
+
})) : x("", !0);
|
|
166
161
|
}
|
|
167
162
|
});
|
|
168
163
|
export {
|
|
169
|
-
|
|
164
|
+
pe as default
|
|
170
165
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "./ClassicLayout.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-e104650f"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
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
|
|
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
|
-
},
|
|
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:
|
|
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), {
|
|
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
|
|
4
|
+
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0916dd9f"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
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
|
|
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
|
|
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(
|
|
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(
|
|
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(
|
|
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
|
-
|
|
110
|
+
responses: e.operation.responses,
|
|
111
111
|
style: { "margin-top": "12px" }
|
|
112
|
-
}, null, 8, ["
|
|
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;;;;;;;;;;;;;
|
|
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
|
|
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,
|
|
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"}
|
package/dist/hooks/useConfig.js
CHANGED