@scalar/api-client 2.2.56 → 2.2.57
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 +33 -0
- package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBarHistory.vue.js +2 -2
- package/dist/components/AddressBar/AddressBarHistory.vue2.js +53 -54
- package/dist/components/CodeInput/CodeInput.vue.d.ts +1 -1
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +3 -19
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.js +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue2.js +154 -129
- package/dist/components/DataTable/DataTableInput.vue.d.ts +4 -4
- package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarToggle.vue.js +17 -16
- package/dist/layouts/App/create-api-client-app.d.ts +62 -52
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/Modal/create-api-client-modal.d.ts +120 -100
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Modal/create-api-client-modal.js +1 -2
- package/dist/layouts/Web/create-api-client-web.d.ts +62 -52
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts +64 -58
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/create-client.js +82 -80
- package/dist/libs/extractAttachmentFilename.d.ts.map +1 -1
- package/dist/libs/extractAttachmentFilename.js +8 -7
- package/dist/libs/find-request.d.ts +1 -1
- package/dist/libs/find-request.d.ts.map +1 -1
- package/dist/libs/hot-keys.d.ts +1 -1
- package/dist/libs/hot-keys.d.ts.map +1 -1
- package/dist/libs/hot-keys.js +9 -8
- package/dist/libs/send-request/create-request-operation.test.d.ts +3 -2
- package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
- package/dist/store/active-entities.d.ts +4 -3
- package/dist/store/active-entities.d.ts.map +1 -1
- package/dist/store/import-spec.d.ts +3 -3
- package/dist/store/import-spec.d.ts.map +1 -1
- package/dist/store/import-spec.js +4 -1
- package/dist/store/request-example.d.ts +22 -12
- package/dist/store/request-example.d.ts.map +1 -1
- package/dist/store/requests.d.ts +13 -13
- package/dist/store/requests.d.ts.map +1 -1
- package/dist/store/security-schemes.d.ts +6 -6
- package/dist/store/store.d.ts +92 -67
- package/dist/store/store.d.ts.map +1 -1
- package/dist/store/store.js +12 -12
- package/dist/store/workspace.d.ts +12 -12
- package/dist/store/workspace.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/views/Request/Request.vue.d.ts.map +1 -1
- package/dist/views/Request/Request.vue.js +2 -2
- package/dist/views/Request/RequestRoot.test.d.ts +2 -0
- package/dist/views/Request/RequestRoot.test.d.ts.map +1 -0
- package/dist/views/Request/RequestRoot.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestRoot.vue.js +2 -2
- package/dist/views/Request/RequestRoot.vue2.js +72 -60
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestBody.vue2.js +113 -107
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestSection.vue2.js +37 -37
- package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue2.js +55 -51
- package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebar.vue.js +2 -2
- package/dist/views/Request/RequestSidebar.vue2.js +171 -166
- package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
- package/dist/views/Request/RequestSidebarItem.vue2.js +187 -180
- package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSubpageHeader.vue.js +2 -2
- package/dist/views/Request/RequestSubpageHeader.vue2.js +41 -49
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +2 -2
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +62 -45
- package/package.json +12 -12
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts +0 -15
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +0 -1
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.js +0 -176
- package/dist/components/CommandPalette/CommandPaletteRequest.vue2.js +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @scalar/api-client
|
|
2
2
|
|
|
3
|
+
## 2.2.57
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 89d8b75: feat: new ApiReferenceConfiguration type
|
|
8
|
+
- 8c0e147: feat: updates request creation flow
|
|
9
|
+
- 8a04b8d: fix: mime type transformation issue
|
|
10
|
+
- b93b22f: fix(api-client): improve api client sidebar and address bar a11y
|
|
11
|
+
- 73513d3: fix: handle utf-8 encoded file names for content-disposition header
|
|
12
|
+
- 51b7c5c: fix: updates request table form style and logic"
|
|
13
|
+
- 8a04b8d: fix: adds vendor specific mime type support
|
|
14
|
+
- Updated dependencies [89d8b75]
|
|
15
|
+
- Updated dependencies [8a04b8d]
|
|
16
|
+
- Updated dependencies [1459ce7]
|
|
17
|
+
- Updated dependencies [479a2ef]
|
|
18
|
+
- Updated dependencies [8a04b8d]
|
|
19
|
+
- @scalar/oas-utils@0.2.111
|
|
20
|
+
- @scalar/themes@0.9.72
|
|
21
|
+
- @scalar/types@0.0.37
|
|
22
|
+
- @scalar/components@0.13.29
|
|
23
|
+
- @scalar/import@0.2.31
|
|
24
|
+
- @scalar/postman-to-openapi@0.1.34
|
|
25
|
+
- @scalar/use-codemirror@0.11.74
|
|
26
|
+
- @scalar/use-hooks@0.1.26
|
|
27
|
+
- @scalar/openapi-parser@0.10.9
|
|
28
|
+
- @scalar/draggable@0.1.11
|
|
29
|
+
- @scalar/icons@0.1.3
|
|
30
|
+
- @scalar/object-utils@1.1.13
|
|
31
|
+
- @scalar/openapi-types@0.1.9
|
|
32
|
+
- @scalar/snippetz@0.2.15
|
|
33
|
+
- @scalar/use-toasts@0.7.9
|
|
34
|
+
- @scalar/use-tooltip@1.0.6
|
|
35
|
+
|
|
3
36
|
## 2.2.56
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddressBarHistory.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AddressBar/AddressBarHistory.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AddressBarHistory.vue.d.ts","sourceRoot":"","sources":["../../../src/components/AddressBar/AddressBarHistory.vue"],"names":[],"mappings":"AAmJA,OAAO,KAAK,EAAE,SAAS,EAAgB,MAAM,iCAAiC,CAAA;AAc9E,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,SAAS,CAAA;IACpB,qEAAqE;IACrE,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;;AAiQF,wBAOG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./AddressBarHistory.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-50597ffd"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -1,94 +1,93 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
import { ScalarFloating as
|
|
4
|
-
import { httpStatusCodes as
|
|
1
|
+
import { defineComponent as _, computed as y, openBlock as a, createBlock as i, unref as e, withCtx as o, createVNode as l, createSlots as S, createElementVNode as r, createCommentVNode as h, normalizeStyle as b, createElementBlock as M, Fragment as B, renderList as H, toDisplayString as c, normalizeClass as w } from "vue";
|
|
2
|
+
import { Menu as z, MenuButton as I, MenuItems as E, MenuItem as F } from "@headlessui/vue";
|
|
3
|
+
import { ScalarFloating as N, ScalarIcon as U, ScalarFloatingBackdrop as V } from "@scalar/components";
|
|
4
|
+
import { httpStatusCodes as R } from "@scalar/oas-utils/helpers";
|
|
5
5
|
import { useRouter as W } from "vue-router";
|
|
6
6
|
import { formatMs as A } from "../../libs/formatters.js";
|
|
7
|
-
import { PathId as
|
|
7
|
+
import { PathId as g } from "../../routes.js";
|
|
8
8
|
import D from "../HttpMethod/HttpMethod.vue.js";
|
|
9
|
-
import { getStatusCodeColor as
|
|
10
|
-
import { useWorkspace as
|
|
11
|
-
const
|
|
9
|
+
import { getStatusCodeColor as L } from "./httpStatusCodeColors.js";
|
|
10
|
+
import { useWorkspace as P } from "../../store/store.js";
|
|
11
|
+
const $ = { class: "min-w-0" }, j = { class: "text-c-1 min-w-0 truncate" }, te = /* @__PURE__ */ _({
|
|
12
12
|
__name: "AddressBarHistory",
|
|
13
13
|
props: {
|
|
14
14
|
operation: {},
|
|
15
15
|
target: {}
|
|
16
16
|
},
|
|
17
|
-
setup(
|
|
18
|
-
const { requestHistory:
|
|
19
|
-
() =>
|
|
17
|
+
setup(m) {
|
|
18
|
+
const { requestHistory: k, requestExampleMutators: v } = P(), p = W(), f = y(
|
|
19
|
+
() => k.filter((s) => s.request.requestUid === m.operation.uid).slice().reverse()
|
|
20
20
|
);
|
|
21
|
-
function
|
|
22
|
-
const
|
|
23
|
-
|
|
21
|
+
function x(s) {
|
|
22
|
+
const n = p.currentRoute.value.params.workspace;
|
|
23
|
+
m.operation.uid !== s.request.requestUid && p.push({
|
|
24
24
|
name: "request",
|
|
25
25
|
params: {
|
|
26
|
-
[
|
|
27
|
-
[
|
|
26
|
+
[g.Workspace]: n,
|
|
27
|
+
[g.Request]: s.request.requestUid
|
|
28
28
|
}
|
|
29
|
-
}),
|
|
29
|
+
}), v.set({ ...s.request });
|
|
30
30
|
}
|
|
31
|
-
return (
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}, {
|
|
35
|
-
default: r(({ open: m }) => [
|
|
36
|
-
u(e(M), {
|
|
31
|
+
return (s, n) => (a(), i(e(z), { as: "div" }, {
|
|
32
|
+
default: o(({ open: q }) => [
|
|
33
|
+
l(e(N), {
|
|
37
34
|
offset: 0,
|
|
38
35
|
resize: "",
|
|
39
|
-
target:
|
|
40
|
-
},
|
|
41
|
-
default:
|
|
42
|
-
var
|
|
36
|
+
target: s.target
|
|
37
|
+
}, S({
|
|
38
|
+
default: o(() => {
|
|
39
|
+
var u;
|
|
43
40
|
return [
|
|
44
|
-
(
|
|
41
|
+
(u = f.value) != null && u.length ? (a(), i(e(I), {
|
|
45
42
|
key: 0,
|
|
46
|
-
class: "address-bar-history-button z-context-plus text-c-3 focus:text-c-1 mr-1 rounded-lg p-1.5"
|
|
43
|
+
class: "address-bar-history-button z-context-plus text-c-3 focus:text-c-1 relative mr-1 rounded-lg p-1.5"
|
|
47
44
|
}, {
|
|
48
|
-
default:
|
|
49
|
-
|
|
45
|
+
default: o(() => [
|
|
46
|
+
l(e(U), {
|
|
50
47
|
icon: "History",
|
|
51
48
|
size: "sm",
|
|
52
49
|
thickness: "2.25"
|
|
53
50
|
}),
|
|
54
|
-
|
|
51
|
+
n[0] || (n[0] = r("span", { class: "sr-only" }, "Request History", -1))
|
|
55
52
|
]),
|
|
56
53
|
_: 1
|
|
57
|
-
})) :
|
|
54
|
+
})) : h("", !0)
|
|
58
55
|
];
|
|
59
56
|
}),
|
|
60
57
|
_: 2
|
|
61
58
|
}, [
|
|
62
|
-
|
|
59
|
+
q ? {
|
|
63
60
|
name: "floating",
|
|
64
|
-
fn:
|
|
65
|
-
|
|
61
|
+
fn: o(({ width: u }) => [
|
|
62
|
+
l(e(E), {
|
|
66
63
|
class: "custom-scroll p-0.75 grid max-h-[inherit] grid-cols-[44px,1fr,repeat(3,auto)] items-center border-t",
|
|
67
|
-
|
|
64
|
+
static: "",
|
|
65
|
+
style: b({ width: u })
|
|
68
66
|
}, {
|
|
69
|
-
default:
|
|
70
|
-
(
|
|
67
|
+
default: o(() => [
|
|
68
|
+
(a(!0), M(B, null, H(f.value, (t, C) => (a(), i(e(F), {
|
|
71
69
|
key: t.timestamp,
|
|
70
|
+
as: "button",
|
|
72
71
|
class: "font-code *:ui-active:bg-b-2 text-c-2 contents text-sm font-medium *:flex *:h-8 *:cursor-pointer *:items-center *:rounded-none *:px-1.5 first:*:rounded-l last:*:rounded-r",
|
|
73
72
|
value: C,
|
|
74
|
-
onClick: (
|
|
73
|
+
onClick: (d) => x(t)
|
|
75
74
|
}, {
|
|
76
|
-
default:
|
|
77
|
-
var
|
|
75
|
+
default: o(() => {
|
|
76
|
+
var d;
|
|
78
77
|
return [
|
|
79
|
-
t.response.method ? (
|
|
78
|
+
t.response.method ? (a(), i(D, {
|
|
80
79
|
key: 0,
|
|
81
80
|
class: "text-[11px]",
|
|
82
81
|
method: t.response.method
|
|
83
|
-
}, null, 8, ["method"])) :
|
|
84
|
-
|
|
85
|
-
|
|
82
|
+
}, null, 8, ["method"])) : h("", !0),
|
|
83
|
+
r("div", $, [
|
|
84
|
+
r("div", j, c(t.response.path), 1)
|
|
86
85
|
]),
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
class:
|
|
90
|
-
},
|
|
91
|
-
|
|
86
|
+
r("div", null, c(e(A)(t.response.duration)), 1),
|
|
87
|
+
r("div", {
|
|
88
|
+
class: w([e(L)(t.response.status).color])
|
|
89
|
+
}, c(t.response.status), 3),
|
|
90
|
+
r("div", null, c((d = e(R)[t.response.status]) == null ? void 0 : d.name), 1)
|
|
92
91
|
];
|
|
93
92
|
}),
|
|
94
93
|
_: 2
|
|
@@ -96,16 +95,16 @@ const j = { class: "min-w-0" }, G = { class: "text-c-1 min-w-0 truncate" }, se =
|
|
|
96
95
|
]),
|
|
97
96
|
_: 2
|
|
98
97
|
}, 1032, ["style"]),
|
|
99
|
-
|
|
98
|
+
l(e(V), { class: "-top-[--scalar-address-bar-height] rounded-lg" })
|
|
100
99
|
]),
|
|
101
100
|
key: "0"
|
|
102
101
|
} : void 0
|
|
103
102
|
]), 1032, ["target"])
|
|
104
103
|
]),
|
|
105
104
|
_: 1
|
|
106
|
-
}
|
|
105
|
+
}));
|
|
107
106
|
}
|
|
108
107
|
});
|
|
109
108
|
export {
|
|
110
|
-
|
|
109
|
+
te as default
|
|
111
110
|
};
|
|
@@ -69,8 +69,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
69
69
|
onBlur?: (v: string) => any;
|
|
70
70
|
onCurl?: (v: string) => any;
|
|
71
71
|
}>, {
|
|
72
|
-
disabled: boolean;
|
|
73
72
|
nullable: boolean;
|
|
73
|
+
disabled: boolean;
|
|
74
74
|
colorPicker: boolean;
|
|
75
75
|
emitOnBlur: boolean;
|
|
76
76
|
disableTabIndent: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeInput/CodeInput.vue"],"names":[],"mappings":"AAkfA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AAEzE,OAAO,EAIL,KAAK,kBAAkB,EAExB,MAAM,wBAAwB,CAAA;AAM/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;;kBAYxC,OAAO;eACV,OAAO;gBACN,MAAM,GAAG,MAAM;YACnB,OAAO;iBACF,OAAO;kBACN,OAAO;WACd,OAAO;uBACK,OAAO;eACf,kBAAkB;wBACT,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;kBACzB,MAAM;eACT,OAAO;mBACH,OAAO;2BACC,OAAO;WACvB,MAAM,EAAE;eACJ,MAAM,EAAE;WACZ,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS;eACzB,OAAO;oBACF,OAAO;iBACV,OAAO;iBACP,OAAO;cACV,MAAM,GAAG,MAAM;iBACZ,WAAW;kBACV,WAAW,EAAE;eAChB,SAAS;;;;;;;;;kBAzBN,OAAO;eACV,OAAO;gBACN,MAAM,GAAG,MAAM;YACnB,OAAO;iBACF,OAAO;kBACN,OAAO;WACd,OAAO;uBACK,OAAO;eACf,kBAAkB;wBACT,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;kBACzB,MAAM;eACT,OAAO;mBACH,OAAO;2BACC,OAAO;WACvB,MAAM,EAAE;eACJ,MAAM,EAAE;WACZ,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS;eACzB,OAAO;oBACF,OAAO;iBACV,OAAO;iBACP,OAAO;cACV,MAAM,GAAG,MAAM;iBACZ,WAAW;kBACV,WAAW,EAAE;eAChB,SAAS;;;;;;;
|
|
1
|
+
{"version":3,"file":"CodeInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeInput/CodeInput.vue"],"names":[],"mappings":"AAkfA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AAEzE,OAAO,EAIL,KAAK,kBAAkB,EAExB,MAAM,wBAAwB,CAAA;AAM/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;;kBAYxC,OAAO;eACV,OAAO;gBACN,MAAM,GAAG,MAAM;YACnB,OAAO;iBACF,OAAO;kBACN,OAAO;WACd,OAAO;uBACK,OAAO;eACf,kBAAkB;wBACT,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;kBACzB,MAAM;eACT,OAAO;mBACH,OAAO;2BACC,OAAO;WACvB,MAAM,EAAE;eACJ,MAAM,EAAE;WACZ,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS;eACzB,OAAO;oBACF,OAAO;iBACV,OAAO;iBACP,OAAO;cACV,MAAM,GAAG,MAAM;iBACZ,WAAW;kBACV,WAAW,EAAE;eAChB,SAAS;;;;;;;;;kBAzBN,OAAO;eACV,OAAO;gBACN,MAAM,GAAG,MAAM;YACnB,OAAO;iBACF,OAAO;kBACN,OAAO;WACd,OAAO;uBACK,OAAO;eACf,kBAAkB;wBACT,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;kBACzB,MAAM;eACT,OAAO;mBACH,OAAO;2BACC,OAAO;WACvB,MAAM,EAAE;eACJ,MAAM,EAAE;WACZ,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS;eACzB,OAAO;oBACF,OAAO;iBACV,OAAO;iBACP,OAAO;cACV,MAAM,GAAG,MAAM;iBACZ,WAAW;kBACV,WAAW,EAAE;eAChB,SAAS;;;;;;;cAPT,OAAO;cAjBP,OAAO;iBADJ,OAAO;gBAIR,OAAO;sBAGD,OAAO;kBAMX,OAAO;0BACC,OAAO;mBAKd,OAAO;gBAEV,OAAO;;qBA4dM,GAAG;kBACN,GAAG;;AArf9B,wBAgjBC;AAeD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -13,23 +13,7 @@ export declare const PaletteComponents: {
|
|
|
13
13
|
onClose?: () => any;
|
|
14
14
|
onBack?: (e: KeyboardEvent) => any;
|
|
15
15
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
|
|
16
|
-
readonly 'Create Request':
|
|
17
|
-
metaData?: {
|
|
18
|
-
itemUid: string;
|
|
19
|
-
parentUid: string;
|
|
20
|
-
};
|
|
21
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
22
|
-
close: () => any;
|
|
23
|
-
back: (e: KeyboardEvent) => any;
|
|
24
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
25
|
-
metaData?: {
|
|
26
|
-
itemUid: string;
|
|
27
|
-
parentUid: string;
|
|
28
|
-
};
|
|
29
|
-
}> & Readonly<{
|
|
30
|
-
onClose?: () => any;
|
|
31
|
-
onBack?: (e: KeyboardEvent) => any;
|
|
32
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
16
|
+
readonly 'Create Request': "";
|
|
33
17
|
readonly 'Create Workspace': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
34
18
|
close: () => any;
|
|
35
19
|
back: (e: KeyboardEvent) => any;
|
|
@@ -115,7 +99,7 @@ export declare const PaletteComponents: {
|
|
|
115
99
|
schema?: unknown;
|
|
116
100
|
content?: unknown;
|
|
117
101
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
118
|
-
examples?: Record<string, {
|
|
102
|
+
examples?: unknown[] | Record<string, {
|
|
119
103
|
value?: unknown;
|
|
120
104
|
summary?: string | undefined;
|
|
121
105
|
}> | undefined;
|
|
@@ -163,7 +147,7 @@ export declare const PaletteComponents: {
|
|
|
163
147
|
schema?: unknown;
|
|
164
148
|
content?: unknown;
|
|
165
149
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
166
|
-
examples?: Record<string, {
|
|
150
|
+
examples?: unknown[] | Record<string, {
|
|
167
151
|
value?: unknown;
|
|
168
152
|
summary?: string | undefined;
|
|
169
153
|
}> | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TheCommandPalette.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/TheCommandPalette.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TheCommandPalette.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/TheCommandPalette.vue"],"names":[],"mappings":"AAqcA;;;;GAIG;;AACH,wBA8gBI;AAEJ,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;mBA9iB9B,CAlRqC;qBAkRrC,CAjRY;;;;;;;mBAiRZ,CAlRqC;qBAkRrC,CAjRY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BA6nBL,CAAC;;;;;;;;;;;;;;;2BAWE,CAAC;4BACa,CAAC;+BAA0C,CAAC;8BAAwC,CAAC;0BAAqC,CAAC;2BAC7I,CAAC;yBAAyB,CAAA;4BAA0H,CAAC;6BAIlJ,CAAC;+BAA8B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;+BAjBlC,CAAC;;;;;;;;;;;;;;;2BAWE,CAAC;4BACa,CAAC;+BAA0C,CAAC;8BAAwC,CAAC;0BAAqC,CAAC;2BAC7I,CAAC;yBAAyB,CAAA;4BAA0H,CAAC;6BAIlJ,CAAC;+BAA8B,CAAC;;;;;;;;;;;;;;;CA0L/B,CAAA;AAEV,yCAAyC;AACzC,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,iBAAiB,CAAA;AAEzD,MAAM,MAAM,mBAAmB,GAAG;IAChC,8DAA8D;IAC9D,WAAW,CAAC,EAAE,YAAY,CAAA;IAC1B,iEAAiE;IACjE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B,CACA"}
|
|
@@ -2,7 +2,7 @@ import o from "./TheCommandPalette.vue2.js";
|
|
|
2
2
|
import { PaletteComponents as s } from "./TheCommandPalette.vue2.js";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
5
|
+
const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-8181b4c6"]]);
|
|
6
6
|
export {
|
|
7
7
|
s as PaletteComponents,
|
|
8
8
|
a as default
|