@redocly/openapi-docs 3.0.0-alpha.14.beta.1 → 3.0.0-alpha.14.beta.2
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/bin/cli/assets/redoc-fast-scroll.js +22 -0
- package/bin/cli/assets/template.hbs +24 -0
- package/bin/cli/commands/redocly-docs-cli.min.js +6206 -0
- package/bin/cli/commands/redocly-docs-cli.min.js.LICENSE.txt +358 -0
- package/dist/console.redocly-reference-docs.min.js +83 -83
- package/dist/oauth2-redirect.js +1 -1
- package/dist/redocly-reference-docs.min.js +371 -367
- package/lib/components/common/Dropdown/Dropdown.js +1 -1
- package/lib/components/common/Dropdown/styled.js +4 -4
- package/lib/components/common/form.js +1 -1
- package/lib/components/rightPanel/AuthPanel/AuthPanel.js +1 -1
- package/lib/services/types.d.ts +4 -0
- package/lib/types/index.d.ts +1 -0
- package/lib-esm/components/common/Dropdown/Dropdown.js +1 -1
- package/lib-esm/components/common/Dropdown/styled.js +4 -4
- package/lib-esm/components/common/form.js +1 -1
- package/lib-esm/components/rightPanel/AuthPanel/AuthPanel.js +1 -1
- package/lib-esm/services/types.d.ts +4 -0
- package/lib-esm/types/index.d.ts +1 -0
- package/package.json +3 -2
|
@@ -0,0 +1,358 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*!
|
|
8
|
+
* Redocly Reference Docs CLI
|
|
9
|
+
* (c) Copyright 2018 Redocly LLC, all rights reserved.
|
|
10
|
+
* -------------------------------------------------------------
|
|
11
|
+
* Version: "3.0.0-alpha.14.beta.2"
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
/*!
|
|
15
|
+
* Stickyfill -- `position: sticky` polyfill
|
|
16
|
+
* v. 1.1.1 | https://github.com/wilddeer/stickyfill
|
|
17
|
+
* Copyright Oleg Korsunsky | http://wd.dizaina.net/
|
|
18
|
+
*
|
|
19
|
+
* MIT License
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
/*!
|
|
23
|
+
* cookie
|
|
24
|
+
* Copyright(c) 2012-2014 Roman Shtylman
|
|
25
|
+
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
26
|
+
* MIT Licensed
|
|
27
|
+
*/
|
|
28
|
+
|
|
29
|
+
/*!
|
|
30
|
+
* depd
|
|
31
|
+
* Copyright(c) 2014-2018 Douglas Christopher Wilson
|
|
32
|
+
* MIT Licensed
|
|
33
|
+
*/
|
|
34
|
+
|
|
35
|
+
/*!
|
|
36
|
+
* destroy
|
|
37
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
38
|
+
* Copyright(c) 2015-2022 Douglas Christopher Wilson
|
|
39
|
+
* MIT Licensed
|
|
40
|
+
*/
|
|
41
|
+
|
|
42
|
+
/*!
|
|
43
|
+
* ee-first
|
|
44
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
45
|
+
* MIT Licensed
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
/*!
|
|
49
|
+
* encodeurl
|
|
50
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
51
|
+
* MIT Licensed
|
|
52
|
+
*/
|
|
53
|
+
|
|
54
|
+
/*!
|
|
55
|
+
* escape-html
|
|
56
|
+
* Copyright(c) 2012-2013 TJ Holowaychuk
|
|
57
|
+
* Copyright(c) 2015 Andreas Lubbe
|
|
58
|
+
* Copyright(c) 2015 Tiancheng "Timothy" Gu
|
|
59
|
+
* MIT Licensed
|
|
60
|
+
*/
|
|
61
|
+
|
|
62
|
+
/*!
|
|
63
|
+
* etag
|
|
64
|
+
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
65
|
+
* MIT Licensed
|
|
66
|
+
*/
|
|
67
|
+
|
|
68
|
+
/*!
|
|
69
|
+
* fresh
|
|
70
|
+
* Copyright(c) 2012 TJ Holowaychuk
|
|
71
|
+
* Copyright(c) 2016-2017 Douglas Christopher Wilson
|
|
72
|
+
* MIT Licensed
|
|
73
|
+
*/
|
|
74
|
+
|
|
75
|
+
/*!
|
|
76
|
+
* http-errors
|
|
77
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
78
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
79
|
+
* MIT Licensed
|
|
80
|
+
*/
|
|
81
|
+
|
|
82
|
+
/*!
|
|
83
|
+
* https://github.com/Starcounter-Jack/JSON-Patch
|
|
84
|
+
* (c) 2017-2021 Joachim Wester
|
|
85
|
+
* MIT license
|
|
86
|
+
*/
|
|
87
|
+
|
|
88
|
+
/*!
|
|
89
|
+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
|
90
|
+
*
|
|
91
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
92
|
+
* Released under the MIT License.
|
|
93
|
+
*/
|
|
94
|
+
|
|
95
|
+
/*!
|
|
96
|
+
* lunr.Builder
|
|
97
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
98
|
+
*/
|
|
99
|
+
|
|
100
|
+
/*!
|
|
101
|
+
* lunr.Index
|
|
102
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
103
|
+
*/
|
|
104
|
+
|
|
105
|
+
/*!
|
|
106
|
+
* lunr.Pipeline
|
|
107
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
108
|
+
*/
|
|
109
|
+
|
|
110
|
+
/*!
|
|
111
|
+
* lunr.Set
|
|
112
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
113
|
+
*/
|
|
114
|
+
|
|
115
|
+
/*!
|
|
116
|
+
* lunr.TokenSet
|
|
117
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
118
|
+
*/
|
|
119
|
+
|
|
120
|
+
/*!
|
|
121
|
+
* lunr.Vector
|
|
122
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
123
|
+
*/
|
|
124
|
+
|
|
125
|
+
/*!
|
|
126
|
+
* lunr.stemmer
|
|
127
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
128
|
+
* Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt
|
|
129
|
+
*/
|
|
130
|
+
|
|
131
|
+
/*!
|
|
132
|
+
* lunr.stopWordFilter
|
|
133
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
134
|
+
*/
|
|
135
|
+
|
|
136
|
+
/*!
|
|
137
|
+
* lunr.tokenizer
|
|
138
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
139
|
+
*/
|
|
140
|
+
|
|
141
|
+
/*!
|
|
142
|
+
* lunr.trimmer
|
|
143
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
144
|
+
*/
|
|
145
|
+
|
|
146
|
+
/*!
|
|
147
|
+
* lunr.utils
|
|
148
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
149
|
+
*/
|
|
150
|
+
|
|
151
|
+
/*!
|
|
152
|
+
* on-finished
|
|
153
|
+
* Copyright(c) 2013 Jonathan Ong
|
|
154
|
+
* Copyright(c) 2014 Douglas Christopher Wilson
|
|
155
|
+
* MIT Licensed
|
|
156
|
+
*/
|
|
157
|
+
|
|
158
|
+
/*!
|
|
159
|
+
* parseurl
|
|
160
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
161
|
+
* Copyright(c) 2014-2017 Douglas Christopher Wilson
|
|
162
|
+
* MIT Licensed
|
|
163
|
+
*/
|
|
164
|
+
|
|
165
|
+
/*!
|
|
166
|
+
* perfect-scrollbar v1.5.3
|
|
167
|
+
* Copyright 2021 Hyunje Jun, MDBootstrap and Contributors
|
|
168
|
+
* Licensed under MIT
|
|
169
|
+
*/
|
|
170
|
+
|
|
171
|
+
/*!
|
|
172
|
+
* range-parser
|
|
173
|
+
* Copyright(c) 2012-2014 TJ Holowaychuk
|
|
174
|
+
* Copyright(c) 2015-2016 Douglas Christopher Wilson
|
|
175
|
+
* MIT Licensed
|
|
176
|
+
*/
|
|
177
|
+
|
|
178
|
+
/*!
|
|
179
|
+
* send
|
|
180
|
+
* Copyright(c) 2012 TJ Holowaychuk
|
|
181
|
+
* Copyright(c) 2014-2022 Douglas Christopher Wilson
|
|
182
|
+
* MIT Licensed
|
|
183
|
+
*/
|
|
184
|
+
|
|
185
|
+
/*!
|
|
186
|
+
* serve-static
|
|
187
|
+
* Copyright(c) 2010 Sencha Inc.
|
|
188
|
+
* Copyright(c) 2011 TJ Holowaychuk
|
|
189
|
+
* Copyright(c) 2014-2016 Douglas Christopher Wilson
|
|
190
|
+
* MIT Licensed
|
|
191
|
+
*/
|
|
192
|
+
|
|
193
|
+
/*!
|
|
194
|
+
* statuses
|
|
195
|
+
* Copyright(c) 2014 Jonathan Ong
|
|
196
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
197
|
+
* MIT Licensed
|
|
198
|
+
*/
|
|
199
|
+
|
|
200
|
+
/*!
|
|
201
|
+
* toidentifier
|
|
202
|
+
* Copyright(c) 2016 Douglas Christopher Wilson
|
|
203
|
+
* MIT Licensed
|
|
204
|
+
*/
|
|
205
|
+
|
|
206
|
+
/*! @license DOMPurify 2.4.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.2/LICENSE */
|
|
207
|
+
|
|
208
|
+
/*! Based on fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> & David Frank */
|
|
209
|
+
|
|
210
|
+
/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
|
|
211
|
+
|
|
212
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
213
|
+
|
|
214
|
+
/*!***************************************************
|
|
215
|
+
* mark.js v8.11.1
|
|
216
|
+
* https://markjs.io/
|
|
217
|
+
* Copyright (c) 2014–2018, Julian Kühnel
|
|
218
|
+
* Released under the MIT license https://git.io/vwTVl
|
|
219
|
+
*****************************************************/
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
|
|
223
|
+
* CJS and ESM environments.
|
|
224
|
+
*
|
|
225
|
+
* @license
|
|
226
|
+
* Copyright (c) 2016, Contributors
|
|
227
|
+
* SPDX-License-Identifier: ISC
|
|
228
|
+
*/
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* @license
|
|
232
|
+
* Copyright (c) 2016, Contributors
|
|
233
|
+
* SPDX-License-Identifier: ISC
|
|
234
|
+
*/
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* @license
|
|
238
|
+
* web-streams-polyfill v4.0.0-beta.3
|
|
239
|
+
* Copyright 2021 Mattias Buelens, Diwank Singh Tomer and other contributors.
|
|
240
|
+
* This code is released under the MIT license.
|
|
241
|
+
* SPDX-License-Identifier: MIT
|
|
242
|
+
*/
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* @license React
|
|
246
|
+
* react-is.production.min.js
|
|
247
|
+
*
|
|
248
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
249
|
+
*
|
|
250
|
+
* This source code is licensed under the MIT license found in the
|
|
251
|
+
* LICENSE file in the root directory of this source tree.
|
|
252
|
+
*/
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* @remix-run/router v1.2.1
|
|
256
|
+
*
|
|
257
|
+
* Copyright (c) Remix Software Inc.
|
|
258
|
+
*
|
|
259
|
+
* This source code is licensed under the MIT license found in the
|
|
260
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
261
|
+
*
|
|
262
|
+
* @license MIT
|
|
263
|
+
*/
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
267
|
+
*
|
|
268
|
+
* @license MIT <https://opensource.org/licenses/MIT>
|
|
269
|
+
* @author Lea Verou <https://lea.verou.me>
|
|
270
|
+
* @namespace
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* React Router DOM v6.6.2
|
|
276
|
+
*
|
|
277
|
+
* Copyright (c) Remix Software Inc.
|
|
278
|
+
*
|
|
279
|
+
* This source code is licensed under the MIT license found in the
|
|
280
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
281
|
+
*
|
|
282
|
+
* @license MIT
|
|
283
|
+
*/
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* React Router v6.6.2
|
|
287
|
+
*
|
|
288
|
+
* Copyright (c) Remix Software Inc.
|
|
289
|
+
*
|
|
290
|
+
* This source code is licensed under the MIT license found in the
|
|
291
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
292
|
+
*
|
|
293
|
+
* @license MIT
|
|
294
|
+
*/
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9
|
|
298
|
+
* Copyright (C) 2020 Oliver Nightingale
|
|
299
|
+
* @license MIT
|
|
300
|
+
*/
|
|
301
|
+
|
|
302
|
+
/** @license React v0.20.2
|
|
303
|
+
* scheduler.production.min.js
|
|
304
|
+
*
|
|
305
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
306
|
+
*
|
|
307
|
+
* This source code is licensed under the MIT license found in the
|
|
308
|
+
* LICENSE file in the root directory of this source tree.
|
|
309
|
+
*/
|
|
310
|
+
|
|
311
|
+
/** @license React v16.13.1
|
|
312
|
+
* react-is.production.min.js
|
|
313
|
+
*
|
|
314
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
315
|
+
*
|
|
316
|
+
* This source code is licensed under the MIT license found in the
|
|
317
|
+
* LICENSE file in the root directory of this source tree.
|
|
318
|
+
*/
|
|
319
|
+
|
|
320
|
+
/** @license React v17.0.2
|
|
321
|
+
* react-dom-server.node.production.min.js
|
|
322
|
+
*
|
|
323
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
324
|
+
*
|
|
325
|
+
* This source code is licensed under the MIT license found in the
|
|
326
|
+
* LICENSE file in the root directory of this source tree.
|
|
327
|
+
*/
|
|
328
|
+
|
|
329
|
+
/** @license React v17.0.2
|
|
330
|
+
* react-dom.production.min.js
|
|
331
|
+
*
|
|
332
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
333
|
+
*
|
|
334
|
+
* This source code is licensed under the MIT license found in the
|
|
335
|
+
* LICENSE file in the root directory of this source tree.
|
|
336
|
+
*/
|
|
337
|
+
|
|
338
|
+
/** @license React v17.0.2
|
|
339
|
+
* react.production.min.js
|
|
340
|
+
*
|
|
341
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
342
|
+
*
|
|
343
|
+
* This source code is licensed under the MIT license found in the
|
|
344
|
+
* LICENSE file in the root directory of this source tree.
|
|
345
|
+
*/
|
|
346
|
+
|
|
347
|
+
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
348
|
+
|
|
349
|
+
/**!
|
|
350
|
+
* hotkeys-js v3.10.1
|
|
351
|
+
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
|
|
352
|
+
*
|
|
353
|
+
* Copyright (c) 2022 kenny wong <wowohoo@qq.com>
|
|
354
|
+
* http://jaywcjlove.github.io/hotkeys
|
|
355
|
+
* Licensed under the MIT license
|
|
356
|
+
*/
|
|
357
|
+
|
|
358
|
+
//!this.expectedRemovals[magicValue] &&
|