streamlit-nightly 1.36.1.dev20240724__py2.py3-none-any.whl → 1.37.1.dev20240726__py2.py3-none-any.whl
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.
- streamlit/elements/widgets/slider.py +1 -1
- streamlit/elements/widgets/time_widgets.py +3 -1
- streamlit/static/asset-manifest.json +5 -5
- streamlit/static/index.html +1 -1
- streamlit/static/static/css/main.554f96d9.css +1 -0
- streamlit/static/static/js/329.73427504.chunk.js +2 -0
- streamlit/static/static/js/{329.464ed8ec.chunk.js.LICENSE.txt → 329.73427504.chunk.js.LICENSE.txt} +20 -20
- streamlit/static/static/js/{main.94c2fada.js → main.2719a280.js} +2 -2
- {streamlit_nightly-1.36.1.dev20240724.dist-info → streamlit_nightly-1.37.1.dev20240726.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.36.1.dev20240724.dist-info → streamlit_nightly-1.37.1.dev20240726.dist-info}/RECORD +15 -15
- streamlit/static/static/css/main.29bca1b5.css +0 -1
- streamlit/static/static/js/329.464ed8ec.chunk.js +0 -2
- /streamlit/static/static/js/{main.94c2fada.js.LICENSE.txt → main.2719a280.js.LICENSE.txt} +0 -0
- {streamlit_nightly-1.36.1.dev20240724.data → streamlit_nightly-1.37.1.dev20240726.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.36.1.dev20240724.dist-info → streamlit_nightly-1.37.1.dev20240726.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.36.1.dev20240724.dist-info → streamlit_nightly-1.37.1.dev20240726.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.36.1.dev20240724.dist-info → streamlit_nightly-1.37.1.dev20240726.dist-info}/top_level.txt +0 -0
streamlit/static/static/js/{329.464ed8ec.chunk.js.LICENSE.txt → 329.73427504.chunk.js.LICENSE.txt}
RENAMED
@@ -11,32 +11,32 @@
|
|
11
11
|
*/
|
12
12
|
|
13
13
|
/*!
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
14
|
+
* The buffer module from node.js, for the browser.
|
15
|
+
*
|
16
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
17
|
+
* @license MIT
|
18
|
+
*/
|
19
19
|
|
20
20
|
/*!
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
21
|
+
* Determine if an object is a Buffer
|
22
|
+
*
|
23
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
24
|
+
* @license MIT
|
25
|
+
*/
|
26
26
|
|
27
27
|
/*!
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
28
|
+
* pad-left <https://github.com/jonschlinkert/pad-left>
|
29
|
+
*
|
30
|
+
* Copyright (c) 2014-2015, Jon Schlinkert.
|
31
|
+
* Licensed under the MIT license.
|
32
|
+
*/
|
33
33
|
|
34
34
|
/*!
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
35
|
+
* repeat-string <https://github.com/jonschlinkert/repeat-string>
|
36
|
+
*
|
37
|
+
* Copyright (c) 2014-2015, Jon Schlinkert.
|
38
|
+
* Licensed under the MIT License.
|
39
|
+
*/
|
40
40
|
|
41
41
|
/*!
|
42
42
|
* The buffer module from node.js, for the browser.
|