@questdb/web-console 1.1.4 → 1.1.6
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 +50 -120
- package/dist/assets/grid-bg.webp +0 -0
- package/dist/assets/index-CZXjkkTB.css +45 -0
- package/dist/assets/index-Uvv9G_kP.js +4256 -0
- package/dist/assets/login-background.svg +1 -0
- package/dist/assets/plugs.svg +3 -0
- package/dist/assets/questdb-logo-3d.png +0 -0
- package/dist/assets/questdb.svg +25 -0
- package/dist/assets/vendor-KYbEfC3b.js +78 -0
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.de.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.es.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.fr.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.it.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ja.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ko.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ru.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.zh-cn.js +8 -2
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.zh-tw.js +8 -2
- package/dist/assets/vs/base/worker/workerMain.js +27 -2
- package/dist/assets/vs/editor/editor.main.js +745 -2
- package/dist/assets/vs/editor/editor.main.nls.js +29 -2
- package/dist/assets/vs/loader.js +11 -2
- package/dist/assets/whoops.svg +8 -0
- package/dist/fonts/PPFormula-SemiExtendedBold.otf +0 -0
- package/dist/fonts/PPFormula-SemiExtendedBold.ttf +0 -0
- package/dist/fonts/PPFormula-SemiExtendedBold.woff +0 -0
- package/dist/fonts/PPFormula-SemiExtendedBold.woff2 +0 -0
- package/dist/index.html +8 -4
- package/package.json +70 -76
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.de.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.es.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.fr.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.it.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ja.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ko.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.ru.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.zh-cn.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/common/worker/simpleWorker.nls.zh-tw.js.LICENSE.txt +0 -6
- package/dist/assets/vs/base/worker/workerMain.js.LICENSE.txt +0 -6
- package/dist/assets/vs/editor/editor.main.js.LICENSE.txt +0 -15
- package/dist/assets/vs/editor/editor.main.nls.js.LICENSE.txt +0 -6
- package/dist/assets/vs/loader.js.LICENSE.txt +0 -6
- package/dist/qdb.e248c.css +0 -222
- package/dist/qdb.e248c.js +0 -1
- package/dist/vendor.7241c.css +0 -874
- package/dist/vendor.7241c.js +0 -2
- package/dist/vendor.7241c.js.LICENSE.txt +0 -169
- /package/dist/{d0b483ce9717b92b4bf815d5d4db597a.woff → assets/open-sans-v13-latin-300-DFA0ym50.woff} +0 -0
- /package/dist/{573e9313e05d89f4acb5d005476c61bb.woff → assets/open-sans-v13-latin-600-C1Kmc7KT.woff} +0 -0
- /package/dist/{6437d5f4c14e01aaf4801aef3909151b.woff → assets/open-sans-v13-latin-700-k6xx1mZI.woff} +0 -0
- /package/dist/{7dafb1a4bab4938a38b2d68d9c4575a9.woff → assets/open-sans-v13-latin-regular-BKF8bpuc.woff} +0 -0
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*
|
|
8
|
-
object-assign
|
|
9
|
-
(c) Sindre Sorhus
|
|
10
|
-
@license MIT
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/*!
|
|
14
|
-
Copyright (c) 2018 Jed Watson.
|
|
15
|
-
Licensed under the MIT License (MIT), see
|
|
16
|
-
http://jedwatson.github.io/classnames
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
/*!
|
|
20
|
-
* Determine if an object is a Buffer
|
|
21
|
-
*
|
|
22
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
23
|
-
* @license MIT
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/*!
|
|
27
|
-
* Draggabilly v3.0.0
|
|
28
|
-
* Make that shiz draggable
|
|
29
|
-
* https://draggabilly.desandro.com
|
|
30
|
-
* MIT license
|
|
31
|
-
*/
|
|
32
|
-
|
|
33
|
-
/*!
|
|
34
|
-
* Infinite Scroll v2.0.4
|
|
35
|
-
* measure size of elements
|
|
36
|
-
* MIT license
|
|
37
|
-
*/
|
|
38
|
-
|
|
39
|
-
/*!
|
|
40
|
-
* Sizzle CSS Selector Engine v2.3.5
|
|
41
|
-
* https://sizzlejs.com/
|
|
42
|
-
*
|
|
43
|
-
* Copyright JS Foundation and other contributors
|
|
44
|
-
* Released under the MIT license
|
|
45
|
-
* https://js.foundation/
|
|
46
|
-
*
|
|
47
|
-
* Date: 2020-03-14
|
|
48
|
-
*/
|
|
49
|
-
|
|
50
|
-
/*!
|
|
51
|
-
* Unidragger v3.0.1
|
|
52
|
-
* Draggable base class
|
|
53
|
-
* MIT license
|
|
54
|
-
*/
|
|
55
|
-
|
|
56
|
-
/*!
|
|
57
|
-
* jQuery JavaScript Library v3.5.1
|
|
58
|
-
* https://jquery.com/
|
|
59
|
-
*
|
|
60
|
-
* Includes Sizzle.js
|
|
61
|
-
* https://sizzlejs.com/
|
|
62
|
-
*
|
|
63
|
-
* Copyright JS Foundation and other contributors
|
|
64
|
-
* Released under the MIT license
|
|
65
|
-
* https://jquery.org/license
|
|
66
|
-
*
|
|
67
|
-
* Date: 2020-05-04T22:49Z
|
|
68
|
-
*/
|
|
69
|
-
|
|
70
|
-
/*! *****************************************************************************
|
|
71
|
-
Copyright (c) Microsoft Corporation.
|
|
72
|
-
|
|
73
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
74
|
-
purpose with or without fee is hereby granted.
|
|
75
|
-
|
|
76
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
77
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
78
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
79
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
80
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
81
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
82
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
83
|
-
***************************************************************************** */
|
|
84
|
-
|
|
85
|
-
/*! react */
|
|
86
|
-
|
|
87
|
-
/*! uplot */
|
|
88
|
-
|
|
89
|
-
/*! uplot-wrappers-common */
|
|
90
|
-
|
|
91
|
-
/*!*************************!*\
|
|
92
|
-
!*** ./common/index.ts ***!
|
|
93
|
-
\*************************/
|
|
94
|
-
|
|
95
|
-
/*!*******************************!*\
|
|
96
|
-
!*** ./react/uplot-react.tsx ***!
|
|
97
|
-
\*******************************/
|
|
98
|
-
|
|
99
|
-
/*!**************************************************************************************!*\
|
|
100
|
-
!*** external {"amd":"react","commonjs":"react","commonjs2":"react","root":"React"} ***!
|
|
101
|
-
\**************************************************************************************/
|
|
102
|
-
|
|
103
|
-
/*!**************************************************************************************!*\
|
|
104
|
-
!*** external {"amd":"uplot","commonjs":"uplot","commonjs2":"uplot","root":"uPlot"} ***!
|
|
105
|
-
\**************************************************************************************/
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
* @license React
|
|
109
|
-
* react-is.production.min.js
|
|
110
|
-
*
|
|
111
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
112
|
-
*
|
|
113
|
-
* This source code is licensed under the MIT license found in the
|
|
114
|
-
* LICENSE file in the root directory of this source tree.
|
|
115
|
-
*/
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* [js-sha256]{@link https://github.com/emn178/js-sha256}
|
|
119
|
-
*
|
|
120
|
-
* @version 0.11.0
|
|
121
|
-
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
122
|
-
* @copyright Chen, Yi-Cyuan 2014-2024
|
|
123
|
-
* @license MIT
|
|
124
|
-
*/
|
|
125
|
-
|
|
126
|
-
/** @license React v0.20.2
|
|
127
|
-
* scheduler.production.min.js
|
|
128
|
-
*
|
|
129
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
130
|
-
*
|
|
131
|
-
* This source code is licensed under the MIT license found in the
|
|
132
|
-
* LICENSE file in the root directory of this source tree.
|
|
133
|
-
*/
|
|
134
|
-
|
|
135
|
-
/** @license React v16.13.1
|
|
136
|
-
* react-is.production.min.js
|
|
137
|
-
*
|
|
138
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
139
|
-
*
|
|
140
|
-
* This source code is licensed under the MIT license found in the
|
|
141
|
-
* LICENSE file in the root directory of this source tree.
|
|
142
|
-
*/
|
|
143
|
-
|
|
144
|
-
/** @license React v17.0.2
|
|
145
|
-
* react-dom.production.min.js
|
|
146
|
-
*
|
|
147
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
148
|
-
*
|
|
149
|
-
* This source code is licensed under the MIT license found in the
|
|
150
|
-
* LICENSE file in the root directory of this source tree.
|
|
151
|
-
*/
|
|
152
|
-
|
|
153
|
-
/** @license React v17.0.2
|
|
154
|
-
* react-jsx-runtime.production.min.js
|
|
155
|
-
*
|
|
156
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
157
|
-
*
|
|
158
|
-
* This source code is licensed under the MIT license found in the
|
|
159
|
-
* LICENSE file in the root directory of this source tree.
|
|
160
|
-
*/
|
|
161
|
-
|
|
162
|
-
/** @license React v17.0.2
|
|
163
|
-
* react.production.min.js
|
|
164
|
-
*
|
|
165
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
166
|
-
*
|
|
167
|
-
* This source code is licensed under the MIT license found in the
|
|
168
|
-
* LICENSE file in the root directory of this source tree.
|
|
169
|
-
*/
|
/package/dist/{d0b483ce9717b92b4bf815d5d4db597a.woff → assets/open-sans-v13-latin-300-DFA0ym50.woff}
RENAMED
|
File without changes
|
/package/dist/{573e9313e05d89f4acb5d005476c61bb.woff → assets/open-sans-v13-latin-600-C1Kmc7KT.woff}
RENAMED
|
File without changes
|
/package/dist/{6437d5f4c14e01aaf4801aef3909151b.woff → assets/open-sans-v13-latin-700-k6xx1mZI.woff}
RENAMED
|
File without changes
|
|
File without changes
|