@scalar/api-reference 1.17.7 → 1.17.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 +20 -0
- package/dist/browser/standalone.js +7 -17
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Operation/CustomRequestExamples.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/PathResponses/ExampleResponse.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/PathResponses/PathResponses.vue.d.ts.map +1 -1
- package/dist/{index-i-Jh5FW9.js → index-B7LNK1Jz.js} +13613 -12455
- package/dist/{index-DIb1QAG4.js → index-C_DflIwr.js} +35 -35
- package/dist/index.js +21 -21
- package/package.json +6 -8
- package/dist/components/CodeBlock/CodeBlock.vue.d.ts +0 -42
- package/dist/components/CodeBlock/CodeBlock.vue.d.ts.map +0 -1
- package/dist/components/CodeBlock/index.d.ts +0 -2
- package/dist/components/CodeBlock/index.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"vue",
|
|
16
16
|
"vue3"
|
|
17
17
|
],
|
|
18
|
-
"version": "1.17.
|
|
18
|
+
"version": "1.17.9",
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=18"
|
|
21
21
|
},
|
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
"js-yaml": "^4.1.0",
|
|
53
53
|
"openapi-types": "^12.1.3",
|
|
54
54
|
"postcss-nested": "^6.0.1",
|
|
55
|
-
"prismjs": "^1.29.0",
|
|
56
55
|
"rehype-external-links": "^3.0.0",
|
|
57
56
|
"rehype-format": "^5.0.0",
|
|
58
57
|
"rehype-highlight": "^7.0.0",
|
|
@@ -66,13 +65,13 @@
|
|
|
66
65
|
"unhead": "^1.8.3",
|
|
67
66
|
"unified": "^11.0.4",
|
|
68
67
|
"vue-sonner": "^1.0.3",
|
|
69
|
-
"@scalar/
|
|
68
|
+
"@scalar/api-client": "0.12.9",
|
|
69
|
+
"@scalar/components": "0.3.0",
|
|
70
70
|
"@scalar/swagger-parser": "0.5.18",
|
|
71
|
-
"@scalar/
|
|
72
|
-
"@scalar/themes": "0.5.
|
|
73
|
-
"@scalar/use-modal": "0.2.8",
|
|
71
|
+
"@scalar/swagger-editor": "0.10.11",
|
|
72
|
+
"@scalar/themes": "0.5.10",
|
|
74
73
|
"@scalar/use-tooltip": "0.5.11",
|
|
75
|
-
"@scalar/
|
|
74
|
+
"@scalar/use-modal": "0.2.8"
|
|
76
75
|
},
|
|
77
76
|
"devDependencies": {
|
|
78
77
|
"@etchteam/storybook-addon-css-variables-theme": "^1.5.1",
|
|
@@ -84,7 +83,6 @@
|
|
|
84
83
|
"@storybook/vue3": "^7.5.2",
|
|
85
84
|
"@storybook/vue3-vite": "^7.5.2",
|
|
86
85
|
"@types/js-yaml": "^4.0.6",
|
|
87
|
-
"@types/prismjs": "^1.26.3",
|
|
88
86
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
89
87
|
"@vitest/coverage-v8": "^1.2.2",
|
|
90
88
|
"eslint": "^8.56.0",
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import 'prismjs/components/prism-bash';
|
|
2
|
-
import 'prismjs/components/prism-json';
|
|
3
|
-
import 'prismjs/plugins/autoloader/prism-autoloader.js';
|
|
4
|
-
import 'prismjs/plugins/line-numbers/prism-line-numbers.css';
|
|
5
|
-
import 'prismjs/plugins/line-numbers/prism-line-numbers.js';
|
|
6
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
-
content: string | object;
|
|
8
|
-
lang?: string | undefined;
|
|
9
|
-
lineNumbers?: boolean | undefined;
|
|
10
|
-
}>, {
|
|
11
|
-
lang: string;
|
|
12
|
-
lineNumbers: boolean;
|
|
13
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
14
|
-
content: string | object;
|
|
15
|
-
lang?: string | undefined;
|
|
16
|
-
lineNumbers?: boolean | undefined;
|
|
17
|
-
}>, {
|
|
18
|
-
lang: string;
|
|
19
|
-
lineNumbers: boolean;
|
|
20
|
-
}>>>, {
|
|
21
|
-
lang: string;
|
|
22
|
-
lineNumbers: boolean;
|
|
23
|
-
}, {}>;
|
|
24
|
-
export default _default;
|
|
25
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
27
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
-
} : {
|
|
30
|
-
type: import('vue').PropType<T[K]>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
type __VLS_WithDefaults<P, D> = {
|
|
35
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
36
|
-
default: D[K];
|
|
37
|
-
}> : P[K];
|
|
38
|
-
};
|
|
39
|
-
type __VLS_Prettify<T> = {
|
|
40
|
-
[K in keyof T]: T[K];
|
|
41
|
-
} & {};
|
|
42
|
-
//# sourceMappingURL=CodeBlock.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CodeBlock.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeBlock/CodeBlock.vue.ts"],"names":[],"mappings":"AAGA,OAAO,+BAA+B,CAAA;AACtC,OAAO,+BAA+B,CAAA;AACtC,OAAO,gDAAgD,CAAA;AACvD,OAAO,qDAAqD,CAAA;AAC5D,OAAO,oDAAoD,CAAA;;aA6H9C,MAAM,GAAG,MAAM;;;;;;;aAAf,MAAM,GAAG,MAAM;;;;;;;UACjB,MAAM;iBACC,OAAO;;AAJzB,wBAUG;AAGH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CodeBlock/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAA"}
|