@scalar/api-reference 0.6.3 → 0.6.5
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 +531 -0
- package/dist/browser/standalone.js +17231 -1945
- package/dist/components/ApiReference.vue.d.ts +10 -5
- 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/{ReferenceTag.vue.d.ts → EndpointsOverview.vue.d.ts} +1 -1
- package/dist/components/Content/EndpointsOverview.vue.d.ts.map +1 -0
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
- package/dist/index.js +1200 -1195
- package/package.json +14 -13
- package/dist/components/Content/ReferenceTag.vue.d.ts.map +0 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type ThemeId } from '@scalar/themes';
|
|
1
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
3
|
spec: {
|
|
3
4
|
type: import("vue").PropType<string>;
|
|
@@ -6,7 +7,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
6
7
|
type: import("vue").PropType<string>;
|
|
7
8
|
};
|
|
8
9
|
theme: {
|
|
9
|
-
type: import("vue").PropType<
|
|
10
|
+
type: import("vue").PropType<ThemeId>;
|
|
10
11
|
default: string;
|
|
11
12
|
};
|
|
12
13
|
isEditable: {
|
|
@@ -29,7 +30,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
29
30
|
hocuspocusConfiguration: {
|
|
30
31
|
type: import("vue").PropType<import("@scalar/swagger-editor").HocuspocusConfigurationProp>;
|
|
31
32
|
};
|
|
32
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
33
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
|
+
changeTheme: (value: ThemeId) => void;
|
|
35
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
36
|
spec: {
|
|
34
37
|
type: import("vue").PropType<string>;
|
|
35
38
|
};
|
|
@@ -37,7 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
37
40
|
type: import("vue").PropType<string>;
|
|
38
41
|
};
|
|
39
42
|
theme: {
|
|
40
|
-
type: import("vue").PropType<
|
|
43
|
+
type: import("vue").PropType<ThemeId>;
|
|
41
44
|
default: string;
|
|
42
45
|
};
|
|
43
46
|
isEditable: {
|
|
@@ -60,8 +63,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
60
63
|
hocuspocusConfiguration: {
|
|
61
64
|
type: import("vue").PropType<import("@scalar/swagger-editor").HocuspocusConfigurationProp>;
|
|
62
65
|
};
|
|
63
|
-
}
|
|
64
|
-
|
|
66
|
+
}>> & {
|
|
67
|
+
onChangeTheme?: ((value: ThemeId) => any) | undefined;
|
|
68
|
+
}, {
|
|
69
|
+
theme: ThemeId;
|
|
65
70
|
isEditable: boolean;
|
|
66
71
|
showSidebar: boolean;
|
|
67
72
|
}, {}>, {
|
|
@@ -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":"AAGA,OAAO,EAAE,KAAK,OAAO,EAAe,MAAM,gBAAgB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqc1D,wBAA8G;AAuB9G,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;;;;;;;;;;;;;;;;;;;;AA0PvC,wBAAkD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EndpointsOverview.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/EndpointsOverview.vue.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAa,GAAG,EAAE,MAAM,aAAa,CAAA;;;;;;;;;;;;;;;;;;;;AAsRjD,wBAAkD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Introduction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Introduction.vue.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Introduction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Introduction.vue.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;;;;;;;;;;;;;;;;;;;;AA2TlD,wBAAkD"}
|