@scalar/api-reference 1.32.8 → 1.32.9
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 +6 -0
- package/dist/blocks/constants.js +6 -0
- package/dist/blocks/helpers/getPointer.js +12 -0
- package/dist/blocks/hooks/useBlockProps.d.ts +31 -0
- package/dist/blocks/hooks/useBlockProps.d.ts.map +1 -0
- package/dist/blocks/hooks/useBlockProps.js +24 -0
- package/dist/browser/standalone.js +14550 -14647
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/ApiReferenceLayout.vue2.js +176 -164
- package/dist/components/Content/Content.vue.js +2 -2
- package/dist/components/Content/Content.vue2.js +5 -5
- package/dist/features/Operation/Operation.vue.d.ts +6 -6
- package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/features/Operation/Operation.vue.js +49 -50
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts +6 -8
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callback.vue.js +3 -3
- package/dist/features/Operation/components/callbacks/Callback.vue2.js +28 -21
- package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts +3 -5
- package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callbacks.vue.js +18 -33
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +12 -11
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +162 -164
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +13 -12
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +117 -111
- package/dist/features/api-client-modal/useApiClient.d.ts +5795 -5795
- package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
- package/dist/features/example-request/ExamplePicker.vue.d.ts +13 -0
- package/dist/features/example-request/ExamplePicker.vue.d.ts.map +1 -0
- package/dist/features/example-request/ExamplePicker.vue.js +7 -0
- package/dist/features/example-request/ExamplePicker.vue2.js +57 -0
- package/dist/features/example-request/ExampleRequest.vue.d.ts +85 -0
- package/dist/features/example-request/ExampleRequest.vue.d.ts.map +1 -0
- package/dist/features/example-request/ExampleRequest.vue.js +7 -0
- package/dist/features/example-request/ExampleRequest.vue2.js +348 -0
- package/dist/features/example-request/TextSelect.vue.d.ts +34 -0
- package/dist/features/example-request/TextSelect.vue.d.ts.map +1 -0
- package/dist/features/example-request/TextSelect.vue.js +48 -0
- package/dist/features/example-request/TextSelect.vue3.js +5 -0
- package/dist/features/example-request/index.d.ts +3 -0
- package/dist/features/example-request/index.d.ts.map +1 -0
- package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/features/example-responses/ExampleResponses.vue.js +1 -1
- package/dist/features/example-responses/ExampleResponses.vue2.js +50 -51
- package/dist/features/test-request-button/TestRequestButton.vue.d.ts +2 -3
- package/dist/features/test-request-button/TestRequestButton.vue.d.ts.map +1 -1
- package/dist/features/test-request-button/TestRequestButton.vue.js +2 -2
- package/dist/features/test-request-button/TestRequestButton.vue2.js +19 -21
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +15 -13
- package/dist/style.css +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts +1 -3
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.js +86 -113
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.js +3 -20
- package/dist/v2/blocks/scalar-request-example-block/index.d.ts +2 -2
- package/dist/v2/events/index.d.ts +1 -1
- package/dist/v2/events/listeners.d.ts +1 -1
- package/package.json +10 -10
- package/dist/helpers/convert-security-scheme.js +0 -23
- package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue.js +0 -4
- package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue2.js +0 -64
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.js +0 -7
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue2.js +0 -212
- package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.js +0 -35
- package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.js +0 -29
- package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.js +0 -10
- package/dist/v2/events/definitions.js +0 -7
- package/dist/v2/hooks/useStore.js +0 -14
|
@@ -1,187 +1,185 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
import { ScalarIconPlay as
|
|
4
|
-
import { isOperationDeprecated as
|
|
5
|
-
import { useClipboard as
|
|
6
|
-
import
|
|
7
|
-
import
|
|
1
|
+
import { defineComponent as S, computed as V, createBlock as l, openBlock as r, unref as o, createSlots as w, withCtx as i, createElementVNode as s, createVNode as t, createElementBlock as I, createCommentVNode as d, withModifiers as T, toDisplayString as f, normalizeClass as R, createTextVNode as y } from "vue";
|
|
2
|
+
import { ScalarIconButton as $, ScalarMarkdown as E } from "@scalar/components";
|
|
3
|
+
import { ScalarIconPlay as N, ScalarIconCopy as O, ScalarIconWebhooksLogo as P } from "@scalar/icons";
|
|
4
|
+
import { isOperationDeprecated as W, getOperationStability as k, getOperationStabilityColor as _ } from "@scalar/oas-utils/helpers";
|
|
5
|
+
import { useClipboard as z } from "@scalar/use-hooks/useClipboard";
|
|
6
|
+
import A from "../../../components/OperationPath.vue.js";
|
|
7
|
+
import D from "../components/callbacks/Callbacks.vue.js";
|
|
8
|
+
import { useConfig as L } from "../../../hooks/useConfig.js";
|
|
8
9
|
import U from "../components/OperationParameters.vue.js";
|
|
9
10
|
import M from "../components/OperationResponses.vue.js";
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
|
|
18
|
-
import y from "../../../components/Badge/Badge.vue.js";
|
|
19
|
-
const X = { class: "operation-title" }, Y = { class: "operation-details" }, Z = { class: "endpoint-label" }, x = { class: "endpoint-label-path" }, ee = { class: "endpoint-label-name" }, oe = { class: "endpoint-content" }, te = { class: "operation-details-card" }, ae = { class: "operation-details-card-item" }, se = { class: "operation-details-card-item" }, re = {
|
|
11
|
+
import j from "../../../components/Section/SectionAccordion.vue.js";
|
|
12
|
+
import F from "../../example-responses/ExampleResponses.vue.js";
|
|
13
|
+
import G from "../../example-request/ExampleRequest.vue.js";
|
|
14
|
+
import H from "../../test-request-button/TestRequestButton.vue.js";
|
|
15
|
+
import J from "../../../components/HttpMethod/HttpMethod.vue.js";
|
|
16
|
+
import K from "../../../components/Anchor/Anchor.vue.js";
|
|
17
|
+
import v from "../../../components/Badge/Badge.vue.js";
|
|
18
|
+
const Q = { class: "operation-title" }, X = { class: "operation-details" }, Y = { class: "endpoint-label" }, Z = { class: "endpoint-label-path" }, x = { class: "endpoint-label-name" }, ee = { class: "endpoint-content" }, oe = { class: "operation-details-card" }, te = { class: "operation-details-card-item" }, se = { class: "operation-details-card-item" }, ae = {
|
|
20
19
|
key: 0,
|
|
21
20
|
class: "operation-details-card-item"
|
|
22
|
-
},
|
|
21
|
+
}, qe = /* @__PURE__ */ S({
|
|
23
22
|
__name: "ClassicLayout",
|
|
24
23
|
props: {
|
|
25
24
|
id: {},
|
|
26
25
|
path: {},
|
|
27
26
|
method: {},
|
|
28
27
|
operation: {},
|
|
29
|
-
oldOperation: {},
|
|
30
28
|
isWebhook: { type: Boolean },
|
|
29
|
+
collection: {},
|
|
31
30
|
server: {},
|
|
32
|
-
|
|
31
|
+
request: {},
|
|
33
32
|
schemas: {}
|
|
34
33
|
},
|
|
35
34
|
emits: ["update:modelValue"],
|
|
36
|
-
setup(
|
|
37
|
-
const
|
|
38
|
-
|
|
35
|
+
setup(m, { emit: b }) {
|
|
36
|
+
const g = V(() => {
|
|
37
|
+
var e;
|
|
38
|
+
return ((e = m.operation) == null ? void 0 : e.summary) || m.path || "";
|
|
39
|
+
}), { copyToClipboard: C } = z(), q = L(), B = b, h = (e) => {
|
|
40
|
+
B("update:modelValue", e);
|
|
39
41
|
};
|
|
40
|
-
return (e,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
o(f)(e.operation) ? (r(), i(o(y), {
|
|
67
|
-
key: 0,
|
|
68
|
-
class: I(o(z)(e.operation))
|
|
69
|
-
}, {
|
|
70
|
-
default: s(() => [
|
|
71
|
-
u(h(o(f)(e.operation)), 1)
|
|
42
|
+
return (e, p) => {
|
|
43
|
+
var u;
|
|
44
|
+
return r(), l(o(j), {
|
|
45
|
+
id: e.id,
|
|
46
|
+
class: "reference-endpoint",
|
|
47
|
+
transparent: ""
|
|
48
|
+
}, w({
|
|
49
|
+
title: i(() => [
|
|
50
|
+
s("div", Q, [
|
|
51
|
+
s("div", X, [
|
|
52
|
+
t(o(J), {
|
|
53
|
+
class: "endpoint-type",
|
|
54
|
+
method: e.method,
|
|
55
|
+
short: ""
|
|
56
|
+
}, null, 8, ["method"]),
|
|
57
|
+
t(o(K), {
|
|
58
|
+
id: e.id,
|
|
59
|
+
class: "endpoint-anchor"
|
|
60
|
+
}, {
|
|
61
|
+
default: i(() => [
|
|
62
|
+
s("h3", Y, [
|
|
63
|
+
s("div", Z, [
|
|
64
|
+
t(A, {
|
|
65
|
+
deprecated: o(W)(e.operation),
|
|
66
|
+
path: e.path
|
|
67
|
+
}, null, 8, ["deprecated", "path"])
|
|
72
68
|
]),
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
]),
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
path: e.path
|
|
100
|
-
}, null, 8, ["method", "path"])) : (c = o(C)) != null && c.hideTestRequestButton ? p("", !0) : (r(), i(o(W), {
|
|
101
|
-
key: 1,
|
|
102
|
-
class: "endpoint-try-hint size-4.5"
|
|
103
|
-
})),
|
|
104
|
-
t(o(E), {
|
|
105
|
-
class: "endpoint-copy p-0.5",
|
|
106
|
-
icon: o($),
|
|
107
|
-
label: "Copy endpoint URL",
|
|
108
|
-
size: "xs",
|
|
109
|
-
variant: "ghost",
|
|
110
|
-
onClick: n[0] || (n[0] = q((ie) => o(v)(e.path), ["stop"]))
|
|
111
|
-
}, null, 8, ["icon"])
|
|
112
|
-
];
|
|
113
|
-
}),
|
|
114
|
-
default: s(() => {
|
|
115
|
-
var l;
|
|
116
|
-
return [
|
|
117
|
-
a("div", oe, [
|
|
118
|
-
a("div", te, [
|
|
119
|
-
a("div", ae, [
|
|
120
|
-
t(U, {
|
|
121
|
-
parameters: e.oldOperation.parameters,
|
|
122
|
-
requestBody: e.oldOperation.requestBody,
|
|
123
|
-
schemas: e.schemas,
|
|
124
|
-
"onUpdate:modelValue": m
|
|
125
|
-
}, null, 8, ["parameters", "requestBody", "schemas"])
|
|
126
|
-
]),
|
|
127
|
-
a("div", se, [
|
|
128
|
-
t(M, {
|
|
129
|
-
collapsableItems: !1,
|
|
130
|
-
responses: e.oldOperation.responses,
|
|
131
|
-
schemas: e.schemas
|
|
132
|
-
}, null, 8, ["responses", "schemas"])
|
|
133
|
-
]),
|
|
134
|
-
(l = e.operation) != null && l.callbacks ? (r(), V("div", re, [
|
|
135
|
-
t(L, {
|
|
136
|
-
method: e.method,
|
|
137
|
-
path: e.path,
|
|
138
|
-
callbacks: e.operation.callbacks,
|
|
139
|
-
schemas: e.schemas
|
|
140
|
-
}, null, 8, ["method", "path", "callbacks", "schemas"])
|
|
141
|
-
])) : p("", !0)
|
|
142
|
-
]),
|
|
143
|
-
t(o(G), {
|
|
144
|
-
class: "operation-example-card",
|
|
145
|
-
responses: e.operation.responses
|
|
146
|
-
}, null, 8, ["responses"]),
|
|
147
|
-
t(o(T), null, {
|
|
148
|
-
default: s(() => [
|
|
149
|
-
t(o(H), {
|
|
150
|
-
class: "operation-example-card",
|
|
151
|
-
method: e.method,
|
|
152
|
-
selectedServer: e.server,
|
|
153
|
-
selectedClient: o(S)["x-scalar-default-client"],
|
|
154
|
-
securitySchemes: e.securitySchemes,
|
|
155
|
-
path: e.path,
|
|
156
|
-
fallback: "",
|
|
157
|
-
operation: e.operation,
|
|
158
|
-
schemas: e.schemas,
|
|
159
|
-
"onUpdate:modelValue": m
|
|
160
|
-
}, null, 8, ["method", "selectedServer", "selectedClient", "securitySchemes", "path", "operation", "schemas"])
|
|
161
|
-
]),
|
|
162
|
-
_: 1
|
|
163
|
-
})
|
|
69
|
+
s("div", x, f(g.value), 1),
|
|
70
|
+
o(k)(e.operation) ? (r(), l(o(v), {
|
|
71
|
+
key: 0,
|
|
72
|
+
class: R(o(_)(e.operation))
|
|
73
|
+
}, {
|
|
74
|
+
default: i(() => [
|
|
75
|
+
y(f(o(k)(e.operation)), 1)
|
|
76
|
+
]),
|
|
77
|
+
_: 1
|
|
78
|
+
}, 8, ["class"])) : d("", !0),
|
|
79
|
+
e.isWebhook ? (r(), l(o(v), {
|
|
80
|
+
key: 1,
|
|
81
|
+
class: "font-code text-green flex w-fit items-center justify-center gap-1"
|
|
82
|
+
}, {
|
|
83
|
+
default: i(() => [
|
|
84
|
+
t(o(P), { weight: "bold" }),
|
|
85
|
+
p[1] || (p[1] = y("Webhook "))
|
|
86
|
+
]),
|
|
87
|
+
_: 1,
|
|
88
|
+
__: [1]
|
|
89
|
+
})) : d("", !0)
|
|
90
|
+
])
|
|
91
|
+
]),
|
|
92
|
+
_: 1
|
|
93
|
+
}, 8, ["id"])
|
|
94
|
+
])
|
|
164
95
|
])
|
|
165
|
-
];
|
|
166
|
-
}),
|
|
167
|
-
_: 2
|
|
168
|
-
}, [
|
|
169
|
-
e.operation.description ? {
|
|
170
|
-
name: "description",
|
|
171
|
-
fn: s(() => [
|
|
172
|
-
t(o(R), {
|
|
173
|
-
value: e.operation.description,
|
|
174
|
-
withImages: "",
|
|
175
|
-
withAnchors: "",
|
|
176
|
-
transformType: "heading",
|
|
177
|
-
anchorPrefix: e.id
|
|
178
|
-
}, null, 8, ["value", "anchorPrefix"])
|
|
179
96
|
]),
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
97
|
+
actions: i(({ active: a }) => {
|
|
98
|
+
var n;
|
|
99
|
+
return [
|
|
100
|
+
a && e.request ? (r(), l(o(H), {
|
|
101
|
+
key: 0,
|
|
102
|
+
operation: e.request
|
|
103
|
+
}, null, 8, ["operation"])) : (n = o(q)) != null && n.hideTestRequestButton ? d("", !0) : (r(), l(o(N), {
|
|
104
|
+
key: 1,
|
|
105
|
+
class: "endpoint-try-hint size-4.5"
|
|
106
|
+
})),
|
|
107
|
+
t(o($), {
|
|
108
|
+
class: "endpoint-copy p-0.5",
|
|
109
|
+
icon: o(O),
|
|
110
|
+
label: "Copy endpoint URL",
|
|
111
|
+
size: "xs",
|
|
112
|
+
variant: "ghost",
|
|
113
|
+
onClick: p[0] || (p[0] = T((c) => o(C)(e.path), ["stop"]))
|
|
114
|
+
}, null, 8, ["icon"])
|
|
115
|
+
];
|
|
116
|
+
}),
|
|
117
|
+
default: i(() => {
|
|
118
|
+
var a, n, c;
|
|
119
|
+
return [
|
|
120
|
+
s("div", ee, [
|
|
121
|
+
s("div", oe, [
|
|
122
|
+
s("div", te, [
|
|
123
|
+
t(U, {
|
|
124
|
+
parameters: (a = e.operation) == null ? void 0 : a.parameters,
|
|
125
|
+
requestBody: (n = e.operation) == null ? void 0 : n.requestBody,
|
|
126
|
+
schemas: e.schemas,
|
|
127
|
+
"onUpdate:modelValue": h
|
|
128
|
+
}, null, 8, ["parameters", "requestBody", "schemas"])
|
|
129
|
+
]),
|
|
130
|
+
s("div", se, [
|
|
131
|
+
t(M, {
|
|
132
|
+
collapsableItems: !1,
|
|
133
|
+
responses: e.operation.responses,
|
|
134
|
+
schemas: e.schemas
|
|
135
|
+
}, null, 8, ["responses", "schemas"])
|
|
136
|
+
]),
|
|
137
|
+
(c = e.operation) != null && c.callbacks ? (r(), I("div", ae, [
|
|
138
|
+
t(D, {
|
|
139
|
+
callbacks: e.operation.callbacks,
|
|
140
|
+
schemas: e.schemas,
|
|
141
|
+
collection: e.collection
|
|
142
|
+
}, null, 8, ["callbacks", "schemas", "collection"])
|
|
143
|
+
])) : d("", !0)
|
|
144
|
+
]),
|
|
145
|
+
t(o(F), {
|
|
146
|
+
class: "operation-example-card",
|
|
147
|
+
responses: e.operation.responses
|
|
148
|
+
}, null, 8, ["responses"]),
|
|
149
|
+
t(o(G), {
|
|
150
|
+
class: "operation-example-card",
|
|
151
|
+
request: e.request,
|
|
152
|
+
method: e.method,
|
|
153
|
+
collection: e.collection,
|
|
154
|
+
operation: e.operation,
|
|
155
|
+
server: e.server,
|
|
156
|
+
"onUpdate:modelValue": h
|
|
157
|
+
}, null, 8, ["request", "method", "collection", "operation", "server"])
|
|
158
|
+
])
|
|
159
|
+
];
|
|
160
|
+
}),
|
|
161
|
+
_: 2
|
|
162
|
+
}, [
|
|
163
|
+
(u = e.operation) != null && u.description ? {
|
|
164
|
+
name: "description",
|
|
165
|
+
fn: i(() => {
|
|
166
|
+
var a;
|
|
167
|
+
return [
|
|
168
|
+
t(o(E), {
|
|
169
|
+
value: (a = e.operation) == null ? void 0 : a.description,
|
|
170
|
+
withImages: "",
|
|
171
|
+
withAnchors: "",
|
|
172
|
+
transformType: "heading",
|
|
173
|
+
anchorPrefix: e.id
|
|
174
|
+
}, null, 8, ["value", "anchorPrefix"])
|
|
175
|
+
];
|
|
176
|
+
}),
|
|
177
|
+
key: "0"
|
|
178
|
+
} : void 0
|
|
179
|
+
]), 1032, ["id"]);
|
|
180
|
+
};
|
|
183
181
|
}
|
|
184
182
|
});
|
|
185
183
|
export {
|
|
186
|
-
|
|
184
|
+
qe as default
|
|
187
185
|
};
|
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { OpenAPIV3_1 } from '@scalar/
|
|
3
|
-
import type {
|
|
4
|
-
import type { SecuritySchemeObject } from '@scalar/workspace-store/schemas/v3.1/strict/security-scheme';
|
|
5
|
-
import type { ServerObject } from '@scalar/workspace-store/schemas/v3.1/strict/server';
|
|
6
|
-
import type { Dereference } from '@scalar/workspace-store/schemas/v3.1/type-guard';
|
|
7
|
-
import type { Schemas } from '../../../features/Operation/types/schemas';
|
|
1
|
+
import type { Collection, Request, Server } from '@scalar/oas-utils/entities/spec';
|
|
2
|
+
import type { OpenAPIV3_1, XScalarStability } from '@scalar/types/legacy';
|
|
3
|
+
import type { Schemas } from '../types/schemas';
|
|
8
4
|
type __VLS_Props = {
|
|
9
5
|
id: string;
|
|
10
6
|
path: string;
|
|
11
|
-
method:
|
|
12
|
-
operation:
|
|
13
|
-
|
|
7
|
+
method: OpenAPIV3_1.HttpMethods;
|
|
8
|
+
operation: OpenAPIV3_1.OperationObject<{
|
|
9
|
+
'x-scalar-stability': XScalarStability;
|
|
10
|
+
}>;
|
|
14
11
|
isWebhook: boolean;
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated Use `document` instead
|
|
14
|
+
*/
|
|
15
|
+
collection: Collection;
|
|
16
|
+
server: Server | undefined;
|
|
17
|
+
request: Request | undefined;
|
|
17
18
|
schemas?: Schemas;
|
|
18
19
|
};
|
|
19
20
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModernLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ModernLayout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ModernLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ModernLayout.vue"],"names":[],"mappings":"AAmMA,OAAO,KAAK,EACV,UAAU,EACV,OAAO,EACP,MAAM,EACP,MAAM,iCAAiC,CAAA;AAMxC,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAsBzE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;AAI/C,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,WAAW,CAAC,WAAW,CAAA;IAC/B,SAAS,EAAE,WAAW,CAAC,eAAe,CAAC;QACrC,oBAAoB,EAAE,gBAAgB,CAAA;KACvC,CAAC,CAAA;IACF,SAAS,EAAE,OAAO,CAAA;IAClB;;OAEG;IACH,UAAU,EAAE,UAAU,CAAA;IACtB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,OAAO,EAAE,OAAO,GAAG,SAAS,CAAA;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;;;;;;AAiUF,wBAQG"}
|
|
@@ -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 p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-1030b20c"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|