@scalar/api-reference 0.6.1 → 0.6.3
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/README.md +6 -0
- package/dist/browser/standalone.js +30518 -22149
- package/dist/components/ApiClientModal.vue.d.ts +6 -0
- package/dist/components/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.d.ts +21 -2
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/ClientSelector.vue.d.ts.map +1 -1
- package/dist/components/FindAnythingButton.vue.d.ts.map +1 -1
- package/dist/components/SearchModal.vue.d.ts.map +1 -1
- package/dist/index.js +12387 -10114
- package/dist/stories/Card.stories.d.ts +1 -1
- package/dist/stories/Card.stories.d.ts.map +1 -1
- package/dist/stories/CardContent.stories.d.ts +1 -1
- package/dist/stories/CardContent.stories.d.ts.map +1 -1
- package/dist/types.d.ts +4 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +13 -11
- package/dist/components/FlowModal.vue.d.ts +0 -62
- package/dist/components/FlowModal.vue.d.ts.map +0 -1
|
@@ -14,6 +14,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
14
14
|
activeTab: {
|
|
15
15
|
type: import("vue").PropType<string>;
|
|
16
16
|
};
|
|
17
|
+
proxyUrl: {
|
|
18
|
+
type: import("vue").PropType<string>;
|
|
19
|
+
};
|
|
17
20
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
21
|
spec: {
|
|
19
22
|
type: import("vue").PropType<Spec>;
|
|
@@ -28,6 +31,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
28
31
|
activeTab: {
|
|
29
32
|
type: import("vue").PropType<string>;
|
|
30
33
|
};
|
|
34
|
+
proxyUrl: {
|
|
35
|
+
type: import("vue").PropType<string>;
|
|
36
|
+
};
|
|
31
37
|
}>>, {}, {}>, {
|
|
32
38
|
header?(_: {}): any;
|
|
33
39
|
"active-tab"?(_: {}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiClientModal.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiClientModal.vue.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,UAAU,CAAA;AAKpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA
|
|
1
|
+
{"version":3,"file":"ApiClientModal.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiClientModal.vue.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,UAAU,CAAA;AAKpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAsMzB,GAAG;0BACG,GAAG;;AAtMtC,wBAqN0G;AAG1G,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
import '@scalar/default-theme/scrollbar.css';
|
|
2
|
-
import '@scalar/default-theme/theme.css';
|
|
3
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
4
2
|
spec: {
|
|
5
3
|
type: import("vue").PropType<string>;
|
|
6
4
|
};
|
|
5
|
+
proxyUrl: {
|
|
6
|
+
type: import("vue").PropType<string>;
|
|
7
|
+
};
|
|
8
|
+
theme: {
|
|
9
|
+
type: import("vue").PropType<import("@scalar/themes").ThemeId>;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
7
12
|
isEditable: {
|
|
8
13
|
type: import("vue").PropType<boolean>;
|
|
9
14
|
default: boolean;
|
|
@@ -18,6 +23,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
18
23
|
specUrl: {
|
|
19
24
|
type: import("vue").PropType<string>;
|
|
20
25
|
};
|
|
26
|
+
specResult: {
|
|
27
|
+
type: import("vue").PropType<Record<any, any>>;
|
|
28
|
+
};
|
|
21
29
|
hocuspocusConfiguration: {
|
|
22
30
|
type: import("vue").PropType<import("@scalar/swagger-editor").HocuspocusConfigurationProp>;
|
|
23
31
|
};
|
|
@@ -25,6 +33,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
25
33
|
spec: {
|
|
26
34
|
type: import("vue").PropType<string>;
|
|
27
35
|
};
|
|
36
|
+
proxyUrl: {
|
|
37
|
+
type: import("vue").PropType<string>;
|
|
38
|
+
};
|
|
39
|
+
theme: {
|
|
40
|
+
type: import("vue").PropType<import("@scalar/themes").ThemeId>;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
28
43
|
isEditable: {
|
|
29
44
|
type: import("vue").PropType<boolean>;
|
|
30
45
|
default: boolean;
|
|
@@ -39,10 +54,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
39
54
|
specUrl: {
|
|
40
55
|
type: import("vue").PropType<string>;
|
|
41
56
|
};
|
|
57
|
+
specResult: {
|
|
58
|
+
type: import("vue").PropType<Record<any, any>>;
|
|
59
|
+
};
|
|
42
60
|
hocuspocusConfiguration: {
|
|
43
61
|
type: import("vue").PropType<import("@scalar/swagger-editor").HocuspocusConfigurationProp>;
|
|
44
62
|
};
|
|
45
63
|
}>>, {
|
|
64
|
+
theme: import("@scalar/themes").ThemeId;
|
|
46
65
|
isEditable: boolean;
|
|
47
66
|
showSidebar: boolean;
|
|
48
67
|
}, {}>, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReference.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReference.vue.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ApiReference.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReference.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4bA,wBAA8G;AAU9G,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;;;;;;AAuPvC,wBAAkD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/ClientSelector.vue.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/ClientSelector.vue.ts"],"names":[],"mappings":";AA0bA,wBAAkD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FindAnythingButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/FindAnythingButton.vue.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"FindAnythingButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/FindAnythingButton.vue.ts"],"names":[],"mappings":";AA6HA,wBAAkD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchModal.vue.d.ts","sourceRoot":"","sources":["../../src/components/SearchModal.vue.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SearchModal.vue.d.ts","sourceRoot":"","sources":["../../src/components/SearchModal.vue.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;;;;;;;;;;;;AAkYpC,wBAAkD"}
|