@scalar/api-reference 1.48.0 → 1.48.1
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 +29 -0
- package/dist/browser/standalone.js +3048 -3041
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.js +1 -1
- package/dist/features/developer-tools/DeveloperTools.vue.d.ts.map +1 -1
- package/dist/features/developer-tools/DeveloperTools.vue.js +1 -1
- package/dist/helpers/storage.d.ts +16 -0
- package/dist/helpers/storage.d.ts.map +1 -1
- package/dist/style.css +5 -5
- package/package.json +14 -14
|
@@ -60,7 +60,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
60
60
|
discriminator: __props.discriminator,
|
|
61
61
|
eventBus: __props.eventBus,
|
|
62
62
|
hideHeading: __props.hideHeading,
|
|
63
|
-
level: __props.level,
|
|
63
|
+
level: __props.level + 1,
|
|
64
64
|
name: __props.name,
|
|
65
65
|
noncollapsible: true,
|
|
66
66
|
options: __props.options,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeveloperTools.vue.d.ts","sourceRoot":"","sources":["../../../src/features/developer-tools/DeveloperTools.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAQpE,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,cAAc,CAAA;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAA;CACnD,CAAC;AAuBF,KAAK,gBAAgB,GAAG;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAC;CAChD,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"DeveloperTools.vue.d.ts","sourceRoot":"","sources":["../../../src/features/developer-tools/DeveloperTools.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAQpE,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,cAAc,CAAA;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAA;CACnD,CAAC;AAuBF,KAAK,gBAAgB,GAAG;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAC;CAChD,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAsFxD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -7,7 +7,7 @@ import _sfc_main$3 from "./components/ShareApiReference.vue.js";
|
|
|
7
7
|
const _hoisted_1 = {
|
|
8
8
|
key: 0,
|
|
9
9
|
"aria-label": "Developer Tools",
|
|
10
|
-
class: "api-reference-toolbar bg-b-1 flex h-10 justify-center border-b px-15"
|
|
10
|
+
class: "api-reference-toolbar bg-b-1 relative z-1 flex h-10 justify-center border-b px-15"
|
|
11
11
|
};
|
|
12
12
|
const _hoisted_2 = { class: "-mx-2 flex max-w-(--refs-content-max-width) flex-1 items-center" };
|
|
13
13
|
const _hoisted_3 = { class: "flex flex-1 items-center" };
|
|
@@ -43,6 +43,8 @@ export declare const authStorage: () => {
|
|
|
43
43
|
'x-scalar-secret-client-id': string;
|
|
44
44
|
} & {
|
|
45
45
|
'x-scalar-secret-token': string;
|
|
46
|
+
} & {
|
|
47
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
46
48
|
} & {
|
|
47
49
|
'x-scalar-secret-redirect-uri': string;
|
|
48
50
|
}) | undefined;
|
|
@@ -50,6 +52,8 @@ export declare const authStorage: () => {
|
|
|
50
52
|
'x-scalar-secret-client-id': string;
|
|
51
53
|
} & {
|
|
52
54
|
'x-scalar-secret-token': string;
|
|
55
|
+
} & {
|
|
56
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
53
57
|
} & {
|
|
54
58
|
'x-scalar-secret-username': string;
|
|
55
59
|
'x-scalar-secret-password': string;
|
|
@@ -62,6 +66,8 @@ export declare const authStorage: () => {
|
|
|
62
66
|
'x-scalar-secret-client-id': string;
|
|
63
67
|
} & {
|
|
64
68
|
'x-scalar-secret-token': string;
|
|
69
|
+
} & {
|
|
70
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
65
71
|
} & {
|
|
66
72
|
'x-scalar-secret-client-secret': string;
|
|
67
73
|
} & {
|
|
@@ -71,6 +77,8 @@ export declare const authStorage: () => {
|
|
|
71
77
|
'x-scalar-secret-client-id': string;
|
|
72
78
|
} & {
|
|
73
79
|
'x-scalar-secret-token': string;
|
|
80
|
+
} & {
|
|
81
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
74
82
|
} & {
|
|
75
83
|
'x-scalar-secret-client-secret': string;
|
|
76
84
|
} & {
|
|
@@ -100,6 +108,8 @@ export declare const authStorage: () => {
|
|
|
100
108
|
'x-scalar-secret-client-id': string;
|
|
101
109
|
} & {
|
|
102
110
|
'x-scalar-secret-token': string;
|
|
111
|
+
} & {
|
|
112
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
103
113
|
} & {
|
|
104
114
|
'x-scalar-secret-redirect-uri': string;
|
|
105
115
|
}) | undefined;
|
|
@@ -126,6 +136,8 @@ export declare const authStorage: () => {
|
|
|
126
136
|
'x-scalar-secret-client-id': string;
|
|
127
137
|
} & {
|
|
128
138
|
'x-scalar-secret-token': string;
|
|
139
|
+
} & {
|
|
140
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
129
141
|
} & {
|
|
130
142
|
'x-scalar-secret-username': string;
|
|
131
143
|
'x-scalar-secret-password': string;
|
|
@@ -157,6 +169,8 @@ export declare const authStorage: () => {
|
|
|
157
169
|
'x-scalar-secret-client-id': string;
|
|
158
170
|
} & {
|
|
159
171
|
'x-scalar-secret-token': string;
|
|
172
|
+
} & {
|
|
173
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
160
174
|
} & {
|
|
161
175
|
'x-scalar-secret-client-secret': string;
|
|
162
176
|
} & {
|
|
@@ -188,6 +202,8 @@ export declare const authStorage: () => {
|
|
|
188
202
|
'x-scalar-secret-client-id': string;
|
|
189
203
|
} & {
|
|
190
204
|
'x-scalar-secret-token': string;
|
|
205
|
+
} & {
|
|
206
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
191
207
|
} & {
|
|
192
208
|
'x-scalar-secret-client-secret': string;
|
|
193
209
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../src/helpers/storage.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,uCAAuC,CAAA;AAM7E;;;GAGG;AACH,eAAO,MAAM,aAAa;IAGtB;;OAEG;;IAIH;;;OAGG;iBACU,MAAM;CAItB,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,WAAW;IAMpB;;OAEG;oBACa,MAAM
|
|
1
|
+
{"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../src/helpers/storage.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,uCAAuC,CAAA;AAM7E;;;GAGG;AACH,eAAO,MAAM,aAAa;IAGtB;;OAEG;;IAIH;;;OAGG;iBACU,MAAM;CAItB,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,WAAW;IAMpB;;OAEG;oBACa,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAItB;;;OAGG;oBACa,MAAM,SAAS,IAAI;CAItC,CAAA"}
|
package/dist/style.css
CHANGED
|
@@ -4000,7 +4000,7 @@ body {
|
|
|
4000
4000
|
}
|
|
4001
4001
|
}
|
|
4002
4002
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
4003
|
-
.scalar-app .zoomed
|
|
4003
|
+
.scalar-app .zoomed\:whitespace-normal\! {
|
|
4004
4004
|
white-space: normal !important;
|
|
4005
4005
|
}
|
|
4006
4006
|
}
|
|
@@ -4481,7 +4481,7 @@ to {
|
|
|
4481
4481
|
}
|
|
4482
4482
|
}
|
|
4483
4483
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
4484
|
-
.scalar-app .zoomed
|
|
4484
|
+
.scalar-app .zoomed\:whitespace-normal\! {
|
|
4485
4485
|
white-space: normal !important;
|
|
4486
4486
|
}
|
|
4487
4487
|
}
|
|
@@ -5240,8 +5240,8 @@ to {
|
|
|
5240
5240
|
.scalar-app .h-lh {
|
|
5241
5241
|
height: 1lh;
|
|
5242
5242
|
}
|
|
5243
|
-
.scalar-app .max-h-
|
|
5244
|
-
max-height:
|
|
5243
|
+
.scalar-app .max-h-24 {
|
|
5244
|
+
max-height: 96px;
|
|
5245
5245
|
}
|
|
5246
5246
|
.scalar-app .max-h-\[80svh\] {
|
|
5247
5247
|
max-height: 80svh;
|
|
@@ -5928,7 +5928,7 @@ to {
|
|
|
5928
5928
|
}
|
|
5929
5929
|
}
|
|
5930
5930
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
5931
|
-
.scalar-app .zoomed
|
|
5931
|
+
.scalar-app .zoomed\:whitespace-normal\! {
|
|
5932
5932
|
white-space: normal !important;
|
|
5933
5933
|
}
|
|
5934
5934
|
}
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue",
|
|
21
21
|
"vue3"
|
|
22
22
|
],
|
|
23
|
-
"version": "1.48.
|
|
23
|
+
"version": "1.48.1",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=22"
|
|
26
26
|
},
|
|
@@ -85,22 +85,22 @@
|
|
|
85
85
|
"microdiff": "^1.5.0",
|
|
86
86
|
"nanoid": "^5.1.6",
|
|
87
87
|
"vue": "^3.5.26",
|
|
88
|
-
"@scalar/agent-chat": "0.9.
|
|
88
|
+
"@scalar/agent-chat": "0.9.1",
|
|
89
|
+
"@scalar/api-client": "2.34.0",
|
|
90
|
+
"@scalar/components": "0.20.2",
|
|
89
91
|
"@scalar/code-highlight": "0.3.0",
|
|
90
|
-
"@scalar/api-client": "2.33.0",
|
|
91
|
-
"@scalar/components": "0.20.1",
|
|
92
92
|
"@scalar/helpers": "0.3.0",
|
|
93
93
|
"@scalar/icons": "0.6.0",
|
|
94
|
-
"@scalar/
|
|
95
|
-
"@scalar/
|
|
96
|
-
"@scalar/sidebar": "0.8.1",
|
|
94
|
+
"@scalar/openapi-parser": "0.25.1",
|
|
95
|
+
"@scalar/oas-utils": "0.10.1",
|
|
97
96
|
"@scalar/openapi-types": "0.6.0",
|
|
98
|
-
"@scalar/snippetz": "0.7.0",
|
|
99
97
|
"@scalar/themes": "0.15.0",
|
|
98
|
+
"@scalar/snippetz": "0.7.0",
|
|
100
99
|
"@scalar/types": "0.7.0",
|
|
101
|
-
"@scalar/
|
|
100
|
+
"@scalar/sidebar": "0.8.2",
|
|
102
101
|
"@scalar/use-hooks": "0.4.0",
|
|
103
|
-
"@scalar/
|
|
102
|
+
"@scalar/use-toasts": "0.10.0",
|
|
103
|
+
"@scalar/workspace-store": "0.38.0"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
106
|
"@hono/node-server": "^1.19.7",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
110
110
|
"@vue/server-renderer": "^3.5.26",
|
|
111
111
|
"@vue/test-utils": "2.4.6",
|
|
112
|
-
"hono": "4.
|
|
112
|
+
"hono": "4.12.4",
|
|
113
113
|
"jsdom": "27.4.0",
|
|
114
114
|
"react": "^19.2.3",
|
|
115
115
|
"rollup-plugin-webpack-stats": "^0.2.5",
|
|
@@ -118,10 +118,10 @@
|
|
|
118
118
|
"vite-plugin-banner": "^0.8.1",
|
|
119
119
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
120
120
|
"vitest": "4.0.16",
|
|
121
|
-
"@scalar/
|
|
122
|
-
"@scalar/core": "0.4.0",
|
|
121
|
+
"@scalar/galaxy": "0.6.0",
|
|
123
122
|
"@scalar/react-renderer": "0.4.0",
|
|
124
|
-
"@scalar/
|
|
123
|
+
"@scalar/core": "0.4.0",
|
|
124
|
+
"@scalar/build-tooling": "0.5.0"
|
|
125
125
|
},
|
|
126
126
|
"scripts": {
|
|
127
127
|
"build": "pnpm build:default && pnpm build:standalone && pnpm types:build",
|