streamlit-nightly 1.53.2.dev20260202__py3-none-any.whl → 1.54.1.dev20260204__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/commands/logo.py +6 -10
- streamlit/components/v2/component_path_utils.py +17 -29
- streamlit/config.py +4 -2
- streamlit/elements/arrow.py +66 -26
- streamlit/elements/lib/built_in_chart_utils.py +1 -1
- streamlit/elements/lib/column_config_utils.py +4 -4
- streamlit/elements/lib/options_selector_utils.py +4 -0
- streamlit/elements/lib/pandas_styler_utils.py +22 -22
- streamlit/elements/widgets/button_group.py +221 -86
- streamlit/elements/widgets/data_editor.py +9 -9
- streamlit/elements/widgets/radio.py +8 -4
- streamlit/hello/dataframe_demo.py +1 -1
- streamlit/path_security.py +98 -0
- streamlit/proto/ArrowData_pb2.py +5 -3
- streamlit/proto/ArrowData_pb2.pyi +44 -4
- streamlit/proto/ArrowNamedDataSet_pb2.py +4 -4
- streamlit/proto/ArrowNamedDataSet_pb2.pyi +3 -3
- streamlit/proto/ArrowVegaLiteChart_pb2.py +4 -4
- streamlit/proto/ArrowVegaLiteChart_pb2.pyi +3 -3
- streamlit/proto/ButtonGroup_pb2.py +8 -8
- streamlit/proto/ButtonGroup_pb2.pyi +9 -7
- streamlit/proto/Dataframe_pb2.py +31 -0
- streamlit/proto/{Arrow_pb2.pyi → Dataframe_pb2.pyi} +39 -102
- streamlit/proto/Element_pb2.py +5 -4
- streamlit/proto/Element_pb2.pyi +11 -10
- streamlit/proto/Table_pb2.py +29 -0
- streamlit/proto/Table_pb2.pyi +83 -0
- streamlit/runtime/app_session.py +9 -1
- streamlit/static/index.html +1 -1
- streamlit/static/manifest.json +307 -307
- streamlit/static/static/js/{ErrorOutline.esm.CLuz0rSD.js → ErrorOutline.esm.DWBqsdHn.js} +1 -1
- streamlit/static/static/js/{FileDownload.esm.CO68LcnZ.js → FileDownload.esm.D5koxJhf.js} +1 -1
- streamlit/static/static/js/{FileHelper.DAXgY6Ug.js → FileHelper.kJKftfu4.js} +5 -5
- streamlit/static/static/js/{FormClearHelper.zxJ53Nym.js → FormClearHelper.CyGGPn10.js} +1 -1
- streamlit/static/static/js/{InputInstructions.CCbg8esE.js → InputInstructions.oezYb8Lm.js} +1 -1
- streamlit/static/static/js/{Particles.BJw0A-zv.js → Particles.BIpBmEwi.js} +1 -1
- streamlit/static/static/js/{ProgressBar.BrrHeAEh.js → ProgressBar.BRAS_FJc.js} +1 -1
- streamlit/static/static/js/{StreamlitSyntaxHighlighter.DvPLy3zk.js → StreamlitSyntaxHighlighter.c2qcx-xG.js} +2 -2
- streamlit/static/static/js/{TableChart.esm.BawvAi5p.js → TableChart.esm.BuemQLVW.js} +1 -1
- streamlit/static/static/js/{Toolbar.CbpscbNb.js → Toolbar.mUe2Nmta.js} +1 -1
- streamlit/static/static/js/{WidgetLabelHelpIconInline.DA4S2HFP.js → WidgetLabelHelpIconInline.if89y2mu.js} +1 -1
- streamlit/static/static/js/{base-input.BKKl2eBF.js → base-input.AJ4KxBTh.js} +4 -4
- streamlit/static/static/js/{checkbox.CB43AKV4.js → checkbox.GY4JoJkM.js} +1 -1
- streamlit/static/static/js/{createDownloadLinkElement.jVwF96ey.js → createDownloadLinkElement.BWJh90jh.js} +1 -1
- streamlit/static/static/js/{data-grid-overlay-editor.CxQizSv7.js → data-grid-overlay-editor.C9AINtRf.js} +1 -1
- streamlit/static/static/js/{downloader.CKlIgsy5.js → downloader.BZY8OE4f.js} +1 -1
- streamlit/static/static/js/{embed.BhRb_2n8.js → embed.BjO7Ez0y.js} +1 -1
- streamlit/static/static/js/{es6.DPyfPmWm.js → es6.eb5oR8iN.js} +2 -2
- streamlit/static/static/js/{formatNumber.DtfMnnPx.js → formatNumber.CCeQsvJQ.js} +1 -1
- streamlit/static/static/js/{iconPosition.DkZAlu_k.js → iconPosition.D6eEnKvO.js} +1 -1
- streamlit/static/static/js/{iframeResizer.contentWindow.l5sQWLra.js → iframeResizer.contentWindow.DTsWJRTo.js} +1 -1
- streamlit/static/static/js/{index.rvbQETlC.js → index.B6l4FdUv.js} +1 -1
- streamlit/static/static/js/{index.BUlT_mOL.js → index.B7H2q9vo.js} +2 -2
- streamlit/static/static/js/{index.CsIENsKH.js → index.BDdmrM58.js} +1 -1
- streamlit/static/static/js/{index.e6Ry6-Ft.js → index.BMbQnwRD.js} +1 -1
- streamlit/static/static/js/{index.CL_icBXS.js → index.BQ5MOzHu.js} +1 -1
- streamlit/static/static/js/{index.Ccye_uLl.js → index.BSgo_bkv.js} +1 -1
- streamlit/static/static/js/{index.LjqoQCm5.js → index.BU5M9DsN.js} +1 -1
- streamlit/static/static/js/{index.Bc_FQ4Wb.js → index.BYIxnU34.js} +1 -1
- streamlit/static/static/js/{index.y0h42OXL.js → index.BZL2hIBz.js} +1 -1
- streamlit/static/static/js/{index.Dac9Jib-.js → index.BZVrJlnq.js} +1 -1
- streamlit/static/static/js/{index.BLD3tJ2C.js → index.Bd7QK46M.js} +1 -1
- streamlit/static/static/js/{index.Ck64OQhV.js → index.BfHA_i34.js} +1 -1
- streamlit/static/static/js/{index.BpCj2-sQ.js → index.Bgry-Ek_.js} +1 -1
- streamlit/static/static/js/{index.D83azq2w.js → index.Bi25zaXA.js} +1 -1
- streamlit/static/static/js/{index.Cwg8nWw5.js → index.Bj3M1xBC.js} +1 -1
- streamlit/static/static/js/{index.DmWUXdjc.js → index.Bjrvlqx5.js} +16 -16
- streamlit/static/static/js/index.BnOSeM5K.js +11 -0
- streamlit/static/static/js/index.BoL6J1jK.js +2 -0
- streamlit/static/static/js/{index.yHLCvUGh.js → index.BoORyxOa.js} +1 -1
- streamlit/static/static/js/{index.DiBeetOH.js → index.Bpd7GPeH.js} +1 -1
- streamlit/static/static/js/{index.BzO83wKm.js → index.BpeJX018.js} +1 -1
- streamlit/static/static/js/{index.C_19KWNs.js → index.BriH7JVk.js} +1 -1
- streamlit/static/static/js/{index.DjuMEZ6m.js → index.BwkeObMo.js} +1 -1
- streamlit/static/static/js/{index.CiS4giQ2.js → index.C0o85qmd.js} +1 -1
- streamlit/static/static/js/{index.L9pOjBEn.js → index.C7_wNJTH.js} +2 -2
- streamlit/static/static/js/{index.DzdPUxsx.js → index.CGZP_w9b.js} +1 -1
- streamlit/static/static/js/{index.DKoJr0Se.js → index.CGw52-0-.js} +1 -1
- streamlit/static/static/js/{index.6J1N4is3.js → index.CUvtJj0a.js} +1 -1
- streamlit/static/static/js/{index.CBbYMKZp.js → index.Cfx1ZHWt.js} +1 -1
- streamlit/static/static/js/{index.BAK0CG1Q.js → index.Chl2kALe.js} +1 -1
- streamlit/static/static/js/index.Crlx_wdE.js +1 -0
- streamlit/static/static/js/{index.WIMtx3m0.js → index.D9A-8ebQ.js} +1 -1
- streamlit/static/static/js/{index.y5HxPwg9.js → index.DBIoNOen.js} +21 -21
- streamlit/static/static/js/{index.AZ9T4EqJ.js → index.DMKTAe4F.js} +1 -1
- streamlit/static/static/js/{index.YutgmD9x.js → index.DNrpqKVt.js} +2 -2
- streamlit/static/static/js/{index.Y9wPTZIf.js → index.DSRvF_8e.js} +1 -1
- streamlit/static/static/js/{index.DZOGT9vX.js → index.DhB1m_xG.js} +1 -1
- streamlit/static/static/js/{index.DR6V0uBJ.js → index.DiES30vM.js} +1 -1
- streamlit/static/static/js/{index.CmbqbRMZ.js → index.DlJ4Y1xc.js} +1 -1
- streamlit/static/static/js/{index.FioS1Y9m.js → index.J61yByUR.js} +1 -1
- streamlit/static/static/js/{index.hnu9U-5g.js → index.JxDTXE8N.js} +1 -1
- streamlit/static/static/js/{index.CaU3Uv_L.js → index.KGr28TP8.js} +1 -1
- streamlit/static/static/js/{index.465nmxtO.js → index.Pgm3rRpH.js} +1 -1
- streamlit/static/static/js/{index.DpSc4e1j.js → index.XzcYOc9I.js} +1 -1
- streamlit/static/static/js/{index.OizPL4jg.js → index.Z_u7ZS4h.js} +1 -1
- streamlit/static/static/js/{index.CL7it7tU.js → index.hDg7x0Tp.js} +1 -1
- streamlit/static/static/js/{index.b_f-McZ5.js → index.k7p0hmaU.js} +1 -1
- streamlit/static/static/js/{index.CsEZTo6L.js → index.syoxWolF.js} +1 -1
- streamlit/static/static/js/{index.Q2t_iBn0.js → index.xZ651bTg.js} +1 -1
- streamlit/static/static/js/{input.CAtwSQ27.js → input.C-PwAMG6.js} +1 -1
- streamlit/static/static/js/{main.VeMVx6VI.js → main.fMmyxXOf.js} +1 -1
- streamlit/static/static/js/{memory.CxS_lIUn.js → memory.BG__eDEj.js} +1 -1
- streamlit/static/static/js/{number-overlay-editor.CoqRgZW_.js → number-overlay-editor.C0n-91sR.js} +1 -1
- streamlit/static/static/js/{pandasStylerUtils.DGWgd5sM.js → pandasStylerUtils.BqWaUzvh.js} +1 -1
- streamlit/static/static/js/{sandbox.2mSqEau0.js → sandbox.CHhc-txg.js} +1 -1
- streamlit/static/static/js/{sprintfjs.CsoVVZ9k.js → sprintfjs.BlFBKfMf.js} +1 -1
- streamlit/static/static/js/{styled-components.BShfh7J8.js → styled-components.D5uOQqN2.js} +1 -1
- streamlit/static/static/js/{throttle.Fq1DQK4p.js → throttle.DlZC3xNA.js} +1 -1
- streamlit/static/static/js/{timepicker.DmyY-qtn.js → timepicker._TfRUaDL.js} +4 -4
- streamlit/static/static/js/{toConsumableArray.Dvd9AIqV.js → toConsumableArray.CZW4AmuW.js} +2 -2
- streamlit/static/static/js/uniqueId.CTTDAAaF.js +1 -0
- streamlit/static/static/js/useBasicWidgetState.Bx27912z.js +1 -0
- streamlit/static/static/js/{useIntlLocale.kdIj0ego.js → useIntlLocale.DsOvysl7.js} +1 -1
- streamlit/static/static/js/{useTextInputAutoExpand.DkuG1C1S.js → useTextInputAutoExpand.C9g8px1W.js} +1 -1
- streamlit/static/static/js/{useUpdateUiValue.-UI_JsjT.js → useUpdateUiValue.fF-Cntkp.js} +1 -1
- streamlit/static/static/js/{useWaveformController.C5PTwL6I.js → useWaveformController.C5EtFoJE.js} +1 -1
- streamlit/static/static/js/{withCalculatedWidth.BREyS0pJ.js → withCalculatedWidth.CcvaXQb0.js} +1 -1
- streamlit/static/static/js/{withFullScreenWrapper.DYDiEOrW.js → withFullScreenWrapper.DP61hzLF.js} +1 -1
- streamlit/testing/v1/element_tree.py +20 -15
- streamlit/web/server/app_static_file_handler.py +9 -0
- streamlit/web/server/bidi_component_request_handler.py +4 -4
- streamlit/web/server/component_file_utils.py +14 -6
- streamlit/web/server/component_request_handler.py +2 -2
- streamlit/web/server/routes.py +14 -0
- streamlit/web/server/server.py +4 -0
- streamlit/web/server/starlette/starlette_app.py +7 -1
- streamlit/web/server/starlette/starlette_path_security_middleware.py +97 -0
- streamlit/web/server/starlette/starlette_routes.py +6 -3
- streamlit/web/server/starlette/starlette_static_routes.py +14 -4
- {streamlit_nightly-1.53.2.dev20260202.dist-info → streamlit_nightly-1.54.1.dev20260204.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.53.2.dev20260202.dist-info → streamlit_nightly-1.54.1.dev20260204.dist-info}/RECORD +135 -131
- streamlit/proto/Arrow_pb2.py +0 -34
- streamlit/static/static/js/index.CAoX2tlo.js +0 -2
- streamlit/static/static/js/index.DDr-BLbJ.js +0 -1
- streamlit/static/static/js/index.DL_ywOgf.js +0 -11
- streamlit/static/static/js/uniqueId.CCajdEK8.js +0 -1
- streamlit/static/static/js/useBasicWidgetState.COLQ5AFB.js +0 -1
- {streamlit_nightly-1.53.2.dev20260202.dist-info → streamlit_nightly-1.54.1.dev20260204.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.53.2.dev20260202.dist-info → streamlit_nightly-1.54.1.dev20260204.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.53.2.dev20260202.dist-info → streamlit_nightly-1.54.1.dev20260204.dist-info}/top_level.txt +0 -0
|
@@ -24,6 +24,7 @@ import os
|
|
|
24
24
|
from typing import TYPE_CHECKING, Any, Final
|
|
25
25
|
|
|
26
26
|
from streamlit import file_util
|
|
27
|
+
from streamlit.path_security import is_unsafe_path_pattern
|
|
27
28
|
from streamlit.url_util import make_url_path
|
|
28
29
|
from streamlit.web.server.routes import (
|
|
29
30
|
NO_CACHE_PATTERN,
|
|
@@ -51,7 +52,7 @@ def create_streamlit_static_handler(
|
|
|
51
52
|
- Long-term caching of hashed assets
|
|
52
53
|
- No-cache for HTML/manifest files
|
|
53
54
|
- Trailing slash redirect (301)
|
|
54
|
-
- Double-slash protection (
|
|
55
|
+
- Double-slash protection (400 for protocol-relative URL security)
|
|
55
56
|
"""
|
|
56
57
|
from starlette.exceptions import HTTPException
|
|
57
58
|
from starlette.responses import FileResponse, RedirectResponse, Response
|
|
@@ -74,10 +75,19 @@ def create_streamlit_static_handler(
|
|
|
74
75
|
# Security check: Block paths starting with double slash (protocol-relative
|
|
75
76
|
# URL protection). A path like //example.com could be misinterpreted as a
|
|
76
77
|
# protocol-relative URL if redirected, which is a security risk.
|
|
77
|
-
# This matches Tornado's behavior where such paths would escape the static
|
|
78
|
-
# directory and trigger a 403 Forbidden.
|
|
79
78
|
if path.startswith("//"):
|
|
80
|
-
response = Response(content="
|
|
79
|
+
response = Response(content="Bad Request", status_code=400)
|
|
80
|
+
await response(scope, receive, send)
|
|
81
|
+
return
|
|
82
|
+
|
|
83
|
+
# Security check: Block UNC paths, absolute paths, drive-qualified paths,
|
|
84
|
+
# and path traversal patterns BEFORE any filesystem operations.
|
|
85
|
+
# See is_unsafe_path_pattern() docstring for details.
|
|
86
|
+
# Strip the leading slash since paths come in as "/filename" but we check
|
|
87
|
+
# the relative portion.
|
|
88
|
+
relative_path = path.lstrip("/")
|
|
89
|
+
if relative_path and is_unsafe_path_pattern(relative_path):
|
|
90
|
+
response = Response(content="Bad Request", status_code=400)
|
|
81
91
|
await response(scope, receive, send)
|
|
82
92
|
return
|
|
83
93
|
|
|
@@ -3,7 +3,7 @@ streamlit/__main__.py,sha256=4vltvfI348h2yIOUohsc2DtG-lclcjCAdR1mewGeMck,868
|
|
|
3
3
|
streamlit/auth_util.py,sha256=moJJsStbM3bGlZIrEhUt1Z2WsTYjJAUmbBOKIJTvY3g,20777
|
|
4
4
|
streamlit/cli_util.py,sha256=IZoQ-9rC2_rBDYjmGvbC7LsI1naiF7yvP9LotDjjGrk,3507
|
|
5
5
|
streamlit/column_config.py,sha256=JAiL6KDj9bcS-quoiWK8D2rKzG1LGWnY0b5xwY4lVfs,1497
|
|
6
|
-
streamlit/config.py,sha256=
|
|
6
|
+
streamlit/config.py,sha256=OMQ1Gv0gqtggoGyYe4328SIbFx4am3De7258jkTpkD0,90407
|
|
7
7
|
streamlit/config_option.py,sha256=d8PJubac9JS7G99w1N4_0er8sJ4DzyA_mqoy0n1XrRI,11744
|
|
8
8
|
streamlit/config_util.py,sha256=ZGPw5EhczAN1FW8YOBge0mQmT8ugjRt2rCDB73WCUYo,33070
|
|
9
9
|
streamlit/cursor.py,sha256=M8b92hMFV76FL0A8aa6wfe5NI5gsbldn_VvRQ6J0Is0,9425
|
|
@@ -21,6 +21,7 @@ streamlit/git_util.py,sha256=Lur12kkCJD7gpJBTj8Nco6_PDaAlIfsRKZ_UDkGa36E,6516
|
|
|
21
21
|
streamlit/logger.py,sha256=TnfT07E_0XpAmW1izDr7nBSoia2yFmgBbruQrjO-l5Q,3966
|
|
22
22
|
streamlit/material_icon_names.py,sha256=O6W--COCyXDgfDg6wgU_76Fkb7kshIDYLPooPoSeikM,69543
|
|
23
23
|
streamlit/net_util.py,sha256=woBvAfY7FgIIngkLRw0slax1jm6L-7TzccTuH0LH73g,3307
|
|
24
|
+
streamlit/path_security.py,sha256=Go2jLy-CR1Q3mG4_PGUEYjf-F9D3BGXgRjXm-tdi4Ro,3597
|
|
24
25
|
streamlit/platform.py,sha256=DgIXk4JVoZE06h9HeaKJyAmnqSo50IsTw6rAXlBwG0Q,1119
|
|
25
26
|
streamlit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
27
|
streamlit/source_util.py,sha256=dscsFkGyMt--L7fb0mTUmzZiSYA3QmjeJsVpzSxq7fw,3168
|
|
@@ -36,7 +37,7 @@ streamlit/version.py,sha256=Ume7B4nzDwHGX6gL-F-Xz9tdHMo0YSn96vyNdnHzvVg,763
|
|
|
36
37
|
streamlit/commands/__init__.py,sha256=iZwXNLk8xCKTqIiR1dIs0i-phfx1ipLkhGasCEwkD2Q,616
|
|
37
38
|
streamlit/commands/echo.py,sha256=0z1PLygCl5JMnhwc2fBK2_WxjBj6wUi2YAGpUme1K4c,4246
|
|
38
39
|
streamlit/commands/execution_control.py,sha256=JrS3pk9Imtqd5chsfl5HnJ7vYtfZi89Cewn5U0LTrAU,11332
|
|
39
|
-
streamlit/commands/logo.py,sha256=
|
|
40
|
+
streamlit/commands/logo.py,sha256=n_l-IJn88HhFB27SwSLVIXM3Dmx1q77_uv8fyBvYFE0,9295
|
|
40
41
|
streamlit/commands/navigation.py,sha256=PtE38l8HP1ykwy-bl6LKbRbXoRjpdvxVdUK4e6FrE8k,15931
|
|
41
42
|
streamlit/commands/page_config.py,sha256=ebu5aIAVogisz5AUmqejutK4fgR-MJh5Rl7FSC9Wnng,15037
|
|
42
43
|
streamlit/components/__init__.py,sha256=iZwXNLk8xCKTqIiR1dIs0i-phfx1ipLkhGasCEwkD2Q,616
|
|
@@ -55,7 +56,7 @@ streamlit/components/v2/component_definition_resolver.py,sha256=SLwm6YgqOa1GnMnJ
|
|
|
55
56
|
streamlit/components/v2/component_file_watcher.py,sha256=j1rhtOQsUg5LOkihdTBhZ18OSsFUZtc43DHygrYdKkQ,14653
|
|
56
57
|
streamlit/components/v2/component_manager.py,sha256=o9vp2PkyQeWEAM2WvfSsH_NKdyKZAppBRQJnzPcQl2c,15642
|
|
57
58
|
streamlit/components/v2/component_manifest_handler.py,sha256=O7LFfAWSQYvWSIKQxcjmWJ5xFlhRFzV2PtErgA3uTq0,4187
|
|
58
|
-
streamlit/components/v2/component_path_utils.py,sha256=
|
|
59
|
+
streamlit/components/v2/component_path_utils.py,sha256=G7-z3i8tw9CqCzndk0h2rGb1Y6nxdptWM6bemghybL0,8568
|
|
59
60
|
streamlit/components/v2/component_registry.py,sha256=t0bnA7amm7dtyittpQ4w-4WVfSTf8nFVLxw8eGViOMY,17059
|
|
60
61
|
streamlit/components/v2/get_bidi_component_manager.py,sha256=3fvVy2BCve2-YPXs8pSbEPIKRUUts5R_B6usWnASiGM,1759
|
|
61
62
|
streamlit/components/v2/manifest_scanner.py,sha256=vvPQ63vG-drpTVH2Wxks4pjeKw_HeeaZUZTBdh9zZHU,21185
|
|
@@ -74,7 +75,7 @@ streamlit/connections/sql_connection.py,sha256=7EsBccLfVpcpCfMiN2GRg3l-QS41EZmyn
|
|
|
74
75
|
streamlit/connections/util.py,sha256=QnfxHmGE_z1suuzCumvhUlfrLQPjM_qQjpr1yZ99Kho,3085
|
|
75
76
|
streamlit/elements/__init__.py,sha256=iZwXNLk8xCKTqIiR1dIs0i-phfx1ipLkhGasCEwkD2Q,616
|
|
76
77
|
streamlit/elements/alert.py,sha256=YwH1dPdvsN4hpEka1vBgCJE4Zhcir1Awwycoqvsj4oA,12631
|
|
77
|
-
streamlit/elements/arrow.py,sha256=
|
|
78
|
+
streamlit/elements/arrow.py,sha256=I_U9nrKkN0R4Izcr_z-ipUq5TH9ZW-mqy5JyoM2wS1Q,47793
|
|
78
79
|
streamlit/elements/balloons.py,sha256=H34ivjEm2kR63s8IiMf98YqO-Zp_-t2GA7R8qUfX9jk,1482
|
|
79
80
|
streamlit/elements/bokeh_chart.py,sha256=i7fWnsi4beXEz1FR2Py9LRGrLRPO-hcC8hCEmBm6WRY,2746
|
|
80
81
|
streamlit/elements/code.py,sha256=toZ15FuP3j3FNx2DjiFP0GTCZZTYJVVj9hMgEiS2ri0,6026
|
|
@@ -107,9 +108,9 @@ streamlit/elements/toast.py,sha256=5CIE4IRfAe8MQtFpDP8eqmxf3fDgyQn4iBAZwXNBjdI,6
|
|
|
107
108
|
streamlit/elements/vega_charts.py,sha256=RSpGbzAKA88matD1N02yVrzAp3Jgy0a4Qc6lsQhCraE,104567
|
|
108
109
|
streamlit/elements/write.py,sha256=JEwXofDVRT0_SNT6Y9ddi5d7P-B0m6kt-bNWlK-pji0,23032
|
|
109
110
|
streamlit/elements/lib/__init__.py,sha256=iZwXNLk8xCKTqIiR1dIs0i-phfx1ipLkhGasCEwkD2Q,616
|
|
110
|
-
streamlit/elements/lib/built_in_chart_utils.py,sha256=
|
|
111
|
+
streamlit/elements/lib/built_in_chart_utils.py,sha256=Ia1EpeOuaCMsr_8Uacfvqpuk6cpmBt-b67GP5otaN2M,45192
|
|
111
112
|
streamlit/elements/lib/color_util.py,sha256=pUqTjGixDrLZiV042hUrKRsAwerLO7QPYGnVB-dqIfw,9716
|
|
112
|
-
streamlit/elements/lib/column_config_utils.py,sha256=
|
|
113
|
+
streamlit/elements/lib/column_config_utils.py,sha256=8Un1xUYpJEAoiuBlZ014f1T0_lvh2ufXqOKm5nkKorA,16991
|
|
113
114
|
streamlit/elements/lib/column_types.py,sha256=WAmxAk0IxxVniZ9VbxXYQE1QXf6oHRWNIi5lTyGKDrM,97432
|
|
114
115
|
streamlit/elements/lib/dialog.py,sha256=wjJNw2PXUOG4_pt_qWlT0U_C2cOTrZJvJIDFOSPo7jo,8280
|
|
115
116
|
streamlit/elements/lib/dicttools.py,sha256=KAjDDQnW6pEZBZtTdmk1DfwL6b1c7u4eEzAIvIVxnCM,3894
|
|
@@ -119,8 +120,8 @@ streamlit/elements/lib/image_utils.py,sha256=HNfKUwFKMsdk3nvMObg2_jxPtjwmNKGHb-r
|
|
|
119
120
|
streamlit/elements/lib/js_number.py,sha256=C3tYS0cXhFsavLfnqbuae8ReTuRcZCSRQao3duZrYdY,3532
|
|
120
121
|
streamlit/elements/lib/layout_utils.py,sha256=UeBY1pSboTlRqRIyJaH0ckkrIWY5kzSIre4ByUGls7c,10508
|
|
121
122
|
streamlit/elements/lib/mutable_status_container.py,sha256=jMme2cv808DuN_28dcyaTd1U0xyew2VoUAC1STm2kZw,7101
|
|
122
|
-
streamlit/elements/lib/options_selector_utils.py,sha256=
|
|
123
|
-
streamlit/elements/lib/pandas_styler_utils.py,sha256=
|
|
123
|
+
streamlit/elements/lib/options_selector_utils.py,sha256=j5oHTwd9qKsOzDpGyT8wRSq-7FTvw-GWAqTIMKtOIgw,17415
|
|
124
|
+
streamlit/elements/lib/pandas_styler_utils.py,sha256=ObndCaGQAzuS2MfbikaQBbREZx3xznHWHkmM6fe8NcA,9589
|
|
124
125
|
streamlit/elements/lib/policies.py,sha256=YP8owudl4I9K-bi0VkYhYds-zcIKMupPlb9lHdUrF3U,6877
|
|
125
126
|
streamlit/elements/lib/shortcut_utils.py,sha256=hdS3N-vW2hRgKx5dl1XLMDL5-uKDyQh4ieY3urgq8Hs,4375
|
|
126
127
|
streamlit/elements/lib/streamlit_plotly_theme.py,sha256=hY-Kr0J4QF_-z_BIgiZyTj3lnzj1Gi0vwPIJBqmt2EU,8300
|
|
@@ -129,17 +130,17 @@ streamlit/elements/lib/utils.py,sha256=6HM5YybQLWLVAg8m4NdW_U6pHG2IqnR2mpZHRHCzK
|
|
|
129
130
|
streamlit/elements/widgets/__init__.py,sha256=iZwXNLk8xCKTqIiR1dIs0i-phfx1ipLkhGasCEwkD2Q,616
|
|
130
131
|
streamlit/elements/widgets/audio_input.py,sha256=tuvxq70bSasmAkOaQrumyNEz7Gq9xIO1AatV6_QZSS4,12524
|
|
131
132
|
streamlit/elements/widgets/button.py,sha256=cmh3DTEXqIsBdm3HvjoLprlNF06F6CQIgx0p2AUVKZY,60799
|
|
132
|
-
streamlit/elements/widgets/button_group.py,sha256=
|
|
133
|
+
streamlit/elements/widgets/button_group.py,sha256=9xSoo3yEyn3kqqrIIEWGk26DqbIAU1ZSkLjVMofc9qk,38510
|
|
133
134
|
streamlit/elements/widgets/camera_input.py,sha256=chX-zTLfmJAuqqh5d4igCcBqr-uXHIf4Xu3E6OR6kuU,10194
|
|
134
135
|
streamlit/elements/widgets/chat.py,sha256=O5DBKdW2usUkleju0EifAOWa3qwXPZDL2YS373CQCus,39981
|
|
135
136
|
streamlit/elements/widgets/checkbox.py,sha256=TUVcEOki2Tj-reQPeqLNkZm6z04zZP8rIc7zQatk3is,13996
|
|
136
137
|
streamlit/elements/widgets/color_picker.py,sha256=kBMrJPbMiCamvMKRWQrlr55C8y1LGKlFgmwAPvnDlWw,10028
|
|
137
|
-
streamlit/elements/widgets/data_editor.py,sha256
|
|
138
|
+
streamlit/elements/widgets/data_editor.py,sha256=dApvibOZ6weDUtrdvRyCO8SUM5coF-lwL4EkMWu4pes,45065
|
|
138
139
|
streamlit/elements/widgets/feedback.py,sha256=9PTIFDJmwXb9aX3Aqrfhk4K4dLfC4zc7XNx3b3_iHLk,11246
|
|
139
140
|
streamlit/elements/widgets/file_uploader.py,sha256=Cb7A6PgJeG8ZXkJN67IldVrx__Qe1NJg5UhPzS7dId4,22847
|
|
140
141
|
streamlit/elements/widgets/multiselect.py,sha256=XT1TPPir_T3MHYLnBaWym5xzjVcvx7Pgu6LKyIBVMPw,23047
|
|
141
142
|
streamlit/elements/widgets/number_input.py,sha256=n70HP_WVxg-x2A9GIkFPG6XAYSzxEHugY6xJQhSKj64,25526
|
|
142
|
-
streamlit/elements/widgets/radio.py,sha256=
|
|
143
|
+
streamlit/elements/widgets/radio.py,sha256=1tZnXLA6c423QO2OOhpmQiHELz2qdBodadTuub2rOUo,18952
|
|
143
144
|
streamlit/elements/widgets/select_slider.py,sha256=bVjG2NowtQRYDyRXfCpcEnxpwtxFCq7yHJI1RAqchNA,19773
|
|
144
145
|
streamlit/elements/widgets/selectbox.py,sha256=uDA1zEOeM5hOA-ZRhwrhHrNQ9MFf2QgcF2okK2KRYcU,24656
|
|
145
146
|
streamlit/elements/widgets/slider.py,sha256=sjrpVnRCd1rO7PxVCEjVb-9X2KTArHztl8PoFQTw8do,40133
|
|
@@ -150,7 +151,7 @@ streamlit/external/langchain/__init__.py,sha256=8_dhMjwMNpii6SZiQR8iqIfU6jvchCx4
|
|
|
150
151
|
streamlit/external/langchain/streamlit_callback_handler.py,sha256=I6s0nWUDB6nybJN7-LgpFbTWwQMOwpYpXL6EibvnnEE,15628
|
|
151
152
|
streamlit/hello/__init__.py,sha256=iZwXNLk8xCKTqIiR1dIs0i-phfx1ipLkhGasCEwkD2Q,616
|
|
152
153
|
streamlit/hello/animation_demo.py,sha256=wI_M05ileT3fCu6vI0i2r6hJE0fhIifKTrO6LcNHKzY,3022
|
|
153
|
-
streamlit/hello/dataframe_demo.py,sha256=
|
|
154
|
+
streamlit/hello/dataframe_demo.py,sha256=5dnsCL7hAFlLabejznKAGtIotwc9tcFfkVjzGL_z2eI,2521
|
|
154
155
|
streamlit/hello/hello.py,sha256=zQmHOqRdirL6Kqq3ISs3YtTwlaWjmve2XiDJ72DQCmQ,1875
|
|
155
156
|
streamlit/hello/mapping_demo.py,sha256=glRGVYCL7l2oze86IYnnhvtJWNtsjBi0LDPXRD5hyG0,3744
|
|
156
157
|
streamlit/hello/plotting_demo.py,sha256=7qCFlW1aQxsN1xe7Ud9dh9bvE7y-gkgI0oU4Ks9ZGHk,2053
|
|
@@ -162,14 +163,12 @@ streamlit/proto/Alert_pb2.py,sha256=nlCGRXerMsegN2DXsFYnib1ROBArr8YgPbnxO53hsZw,
|
|
|
162
163
|
streamlit/proto/Alert_pb2.pyi,sha256=A6lXCQHDNWvNrf9eb8-7tjen4pELRkkmBJ6PuJKGBQs,3799
|
|
163
164
|
streamlit/proto/AppPage_pb2.py,sha256=TR98V__fpD-QEHD2C2afBHc-mDdJxkUTODXvi5GSZFw,1270
|
|
164
165
|
streamlit/proto/AppPage_pb2.pyi,sha256=S_b-g2lad_6N0b7UeNOF17BgsjsCVgOzJwArtPXG3pw,2689
|
|
165
|
-
streamlit/proto/ArrowData_pb2.py,sha256=
|
|
166
|
-
streamlit/proto/ArrowData_pb2.pyi,sha256=
|
|
167
|
-
streamlit/proto/ArrowNamedDataSet_pb2.py,sha256=
|
|
168
|
-
streamlit/proto/ArrowNamedDataSet_pb2.pyi,sha256=
|
|
169
|
-
streamlit/proto/ArrowVegaLiteChart_pb2.py,sha256=
|
|
170
|
-
streamlit/proto/ArrowVegaLiteChart_pb2.pyi,sha256=
|
|
171
|
-
streamlit/proto/Arrow_pb2.py,sha256=ZTBTL0e8lXBLIqr5z93y7uI96LBOQqV0IbPTBJLuH4Q,2872
|
|
172
|
-
streamlit/proto/Arrow_pb2.pyi,sha256=lTt7hGX8gx-N_24hqNf2ZET3z5qNApDcp4D5-BWNDAU,10875
|
|
166
|
+
streamlit/proto/ArrowData_pb2.py,sha256=vcqMJxbaj4QRqT7k-3OMhjygMFvKUPOmJAD2FY2AbmM,1449
|
|
167
|
+
streamlit/proto/ArrowData_pb2.pyi,sha256=ufXo1Va5p9-KpC_9RivaB4FOEvz1wBlmzzbemYu3Rk8,3595
|
|
168
|
+
streamlit/proto/ArrowNamedDataSet_pb2.py,sha256=vmyR8H20D3K5oSF9NzIQauOrjL6ebiRKl7jSWA_6cOU,1333
|
|
169
|
+
streamlit/proto/ArrowNamedDataSet_pb2.pyi,sha256=G7so1-f2Ba3ZRf7kUHr-KIbQweN5GWFKwpfJJ9MHJOo,2309
|
|
170
|
+
streamlit/proto/ArrowVegaLiteChart_pb2.py,sha256=0aO0T0pcAiswpxL2W8X-AtvcT-ZadF0rIMKlvYOufUQ,1740
|
|
171
|
+
streamlit/proto/ArrowVegaLiteChart_pb2.pyi,sha256=vGqO8T3vMEKXOHHdmqSdEQKRNw8-JZ6EfQUgjmYMEh8,3949
|
|
173
172
|
streamlit/proto/AudioInput_pb2.py,sha256=_3waG8JGSw0z_RdFfnfjOGe3laQcFrqOw-8U6ENKNWQ,1510
|
|
174
173
|
streamlit/proto/AudioInput_pb2.pyi,sha256=NvIMT57-CGy2rC3SwSyOm_84hV2tvyOmdXY1eejxsDw,3077
|
|
175
174
|
streamlit/proto/Audio_pb2.py,sha256=aRF1EBnF14bxgnmcotNvTwtOxguhRLPbnJdlRQxnAAw,1544
|
|
@@ -186,8 +185,8 @@ streamlit/proto/BidiComponent_pb2.py,sha256=amk8aqPmHnOWQk1-UnHZkW05d7C-NT4a0mNX
|
|
|
186
185
|
streamlit/proto/BidiComponent_pb2.pyi,sha256=heXvbT-vIlPDBXH2L1LNcBFKL7U8iMkJZblto4798jY,9033
|
|
187
186
|
streamlit/proto/Block_pb2.py,sha256=ldLU-fQx38kiU_hpUxNeNzWH_zd3iNn1HhnHYDqUCZ8,7304
|
|
188
187
|
streamlit/proto/Block_pb2.pyi,sha256=J0rX7eETYpZVaKAtNkCLi_rmwJfqzpUyGjD3Sl9oVD8,23330
|
|
189
|
-
streamlit/proto/ButtonGroup_pb2.py,sha256=
|
|
190
|
-
streamlit/proto/ButtonGroup_pb2.pyi,sha256=
|
|
188
|
+
streamlit/proto/ButtonGroup_pb2.py,sha256=qxP7oWRqcehFMJljeFHkseLP0ikiSUV2WahiwEE78ZQ,2549
|
|
189
|
+
streamlit/proto/ButtonGroup_pb2.pyi,sha256=mnzNQeTco8oisAyCqoiFYgM_T9tIotpXsULrJyCL0rU,7005
|
|
191
190
|
streamlit/proto/ButtonLikeIconPosition_pb2.py,sha256=W9fZ0uJULhOHlcjSfG1sgjk2x6DsyQeU_5Pd4BYspmw,1175
|
|
192
191
|
streamlit/proto/ButtonLikeIconPosition_pb2.pyi,sha256=Td_RuXo8Gu8QEi3y196mBpgqv1DuptIjMlVKBUMP1g8,1816
|
|
193
192
|
streamlit/proto/Button_pb2.py,sha256=wl5Ab1huECeAOrxnYDUZcEsBOOe0jkSRZ5OEdQsSOrw,1662
|
|
@@ -208,6 +207,8 @@ streamlit/proto/Common_pb2.py,sha256=SfpqrxNu6BazPh9ZiBgxeobhb1JJx0D5mAj_gXhmWCo
|
|
|
208
207
|
streamlit/proto/Common_pb2.pyi,sha256=spJB8qNXHzHeRo5jPX0iOhTbckrKQnPqWzikJbc7rFU,13151
|
|
209
208
|
streamlit/proto/Components_pb2.py,sha256=_zPT--qrcZ8vEIGGeMaQvi8D166v1I-H9gIFY1MbH3g,2518
|
|
210
209
|
streamlit/proto/Components_pb2.pyi,sha256=iGUDqSYedUX5UO3s8jzIacf5RBzqGWIpBVkLhI5RRag,8144
|
|
210
|
+
streamlit/proto/Dataframe_pb2.py,sha256=UiDmQud9RLSuQJXwN9JBQKCenSpna04OL64fLexvqcE,2355
|
|
211
|
+
streamlit/proto/Dataframe_pb2.pyi,sha256=xdsfuQFatZncyJdEHREPqARZSc52YxAAm7VzKw17aV8,8432
|
|
211
212
|
streamlit/proto/DateInput_pb2.py,sha256=YMW0Vcr8YuEm-Z16qg8SNo7EIL1fbBMesfYes9MmgBw,1681
|
|
212
213
|
streamlit/proto/DateInput_pb2.pyi,sha256=GnogCDa0_-D81rT59QgaysQJy9yKnmmkDITgx_pbhlw,3659
|
|
213
214
|
streamlit/proto/DateTimeInput_pb2.py,sha256=Om8U1-vpP2rhvM8aSOkd0GNRejYEvKAtG6KN0MquvSE,1741
|
|
@@ -220,8 +221,8 @@ streamlit/proto/DocString_pb2.py,sha256=x0fboc9paUWmcwDZXs4jSMjHT2oB5ssJI6uKYcDb
|
|
|
220
221
|
streamlit/proto/DocString_pb2.pyi,sha256=S2zENBJiBjEUmRxftxTUplHRKgUjt7sDnMWV0N9UknE,4008
|
|
221
222
|
streamlit/proto/DownloadButton_pb2.py,sha256=L7lS2OrBkc9gsxEeuoJdh9MR-SI8Z_z5WDg8ozxHZMk,1868
|
|
222
223
|
streamlit/proto/DownloadButton_pb2.pyi,sha256=J1ew5EOqBExX7bhY5GXfRM5MoMV1KkB36ktHE3FxHh8,4079
|
|
223
|
-
streamlit/proto/Element_pb2.py,sha256=
|
|
224
|
-
streamlit/proto/Element_pb2.pyi,sha256=
|
|
224
|
+
streamlit/proto/Element_pb2.py,sha256=4NJB2vlZPY9JzUWUuCGerOonJ3hj13AdvWBZwFThfnE,11563
|
|
225
|
+
streamlit/proto/Element_pb2.pyi,sha256=tIQ5sUlCM9TJrAgsK87PFPDn3iwqmMF_4B8SnK4xIJc,20563
|
|
225
226
|
streamlit/proto/Empty_pb2.py,sha256=vG_denGqk4yUMmB8-pQXT9RWz6NIpn_XoFhcgq4bHg4,1010
|
|
226
227
|
streamlit/proto/Empty_pb2.pyi,sha256=d824DxyRC1fV69xyz2OoJH-olLkHKHXAsU_JkDQ5-rg,1210
|
|
227
228
|
streamlit/proto/Exception_pb2.py,sha256=dvHuKJ70zDtfXZSO1a3xiSt7JtqVAs9MReEaNuiNiG8,1434
|
|
@@ -308,6 +309,8 @@ streamlit/proto/Space_pb2.py,sha256=ppArY4KeReOm-JcCFRR7P-gy59ZHaZDPjHNc1fCmoBM,
|
|
|
308
309
|
streamlit/proto/Space_pb2.pyi,sha256=Z61zajLHgZxuCicZoNydy7C7yT1ycmEULOO5zErHkOk,1582
|
|
309
310
|
streamlit/proto/Spinner_pb2.py,sha256=-Ygly71U02RaXe0MNjW7f3rNmxMyaSN6GU3T8BEytZc,1136
|
|
310
311
|
streamlit/proto/Spinner_pb2.pyi,sha256=WwPWvzi9VSLL_czBUd9MnLlcPSvvsyxZIZXDU9tHu4c,1916
|
|
312
|
+
streamlit/proto/Table_pb2.py,sha256=FZPaQlFVSf2UcFHlUQAMyCUBxd9gOzgEMhF4dSbqOpE,1469
|
|
313
|
+
streamlit/proto/Table_pb2.pyi,sha256=6qlpcRDFH5DJdewkR9A84YbeNOfWl2dvgJTh6kfEIO0,3206
|
|
311
314
|
streamlit/proto/TextAlignmentConfig_pb2.py,sha256=oHqZFUuRIglSpajKLqFbHj2M8c1iNUj4SYFn60EEnEw,1485
|
|
312
315
|
streamlit/proto/TextAlignmentConfig_pb2.pyi,sha256=migW_0l41z7GC7MLz4c-n8PpJuuSZU6qkd801kiO6W8,2736
|
|
313
316
|
streamlit/proto/TextArea_pb2.py,sha256=xw6GGVYupqY627o3I_qPWVB6mxzcCOXyA4PLoC83Nm8,1706
|
|
@@ -332,7 +335,7 @@ streamlit/proto/__init__.py,sha256=mJQrqVfAP9EbwEVIF-vaiE4Xlq6DvXXB5lTYrKWZtnQ,6
|
|
|
332
335
|
streamlit/proto/openmetrics_data_model_pb2.py,sha256=jVXGBRwWB7uum24aLGxcjL3UDyoXGuzrRdozUPyhAl8,6225
|
|
333
336
|
streamlit/proto/openmetrics_data_model_pb2.pyi,sha256=WH3u2JER2txk8fGMIFmxnqGjNd9MdA6ydCEAL4XmjtQ,22919
|
|
334
337
|
streamlit/runtime/__init__.py,sha256=46BxeX53YcUUCZTfEVg0Qv25OXqOeh1YwAxghkkzLOk,1523
|
|
335
|
-
streamlit/runtime/app_session.py,sha256=
|
|
338
|
+
streamlit/runtime/app_session.py,sha256=L9QcNjoet7cYQGGYqp9STGEkawmQhDv2q2nBIpLZ6JE,52189
|
|
336
339
|
streamlit/runtime/connection_factory.py,sha256=0qcTK3KlEK9g5pvL6XgcWihDJb_kc9DR-YySKy0aXOM,17663
|
|
337
340
|
streamlit/runtime/context.py,sha256=e6pxcGhCJhW7ZPOnmMMmSSvX3my61DXhUo__C7vgScY,14801
|
|
338
341
|
streamlit/runtime/context_util.py,sha256=A0qtQEc_QyEPVFhEh917Clkt-Kux0RWkteBWLTTdOlc,1702
|
|
@@ -392,117 +395,117 @@ streamlit/runtime/state/session_state.py,sha256=6_eDHMc6BnwwoYjYSwUHz0pfU5dfNrU9
|
|
|
392
395
|
streamlit/runtime/state/session_state_proxy.py,sha256=RI9QquUlMgK6XyUYF3PmpN1mfP6q-_SBju5pIFTrdRU,5585
|
|
393
396
|
streamlit/runtime/state/widgets.py,sha256=DTSPiZ_du00IV-rUALr2pbyZQHPqoiFKatvftemEpak,7392
|
|
394
397
|
streamlit/static/favicon.png,sha256=if5cVgw7azxKOvV5FpGixga7JLn23rfnHcy1CdWI1-E,1019
|
|
395
|
-
streamlit/static/index.html,sha256=
|
|
396
|
-
streamlit/static/manifest.json,sha256
|
|
398
|
+
streamlit/static/index.html,sha256=DPGz_ewm85rY7Zj34RUKpSUGzPtDAs49wzsh0iODmm0,1522
|
|
399
|
+
streamlit/static/manifest.json,sha256=39dcQopoVR8Gd10ARMN3VBAr3Pe5jt-5-HzZH3iq-Zc,54700
|
|
397
400
|
streamlit/static/static/css/index.BuwrT-ty.css,sha256=Qw-234aemgZdlkzLcmPcc4L5g3WaneJBM0uTqd0L2So,35080
|
|
398
401
|
streamlit/static/static/css/index.C8MrxwGF.css,sha256=4mmbM1A-_JkfjJ3NSfpVbe-k9Bztt0iBg9hmx7ZlVZw,30331
|
|
399
402
|
streamlit/static/static/css/index.DgR7E2CV.css,sha256=XaAj_mKlhpcUTyfDwggG3Sd2DgaiU4U749jeLKb9FBI,12683
|
|
400
|
-
streamlit/static/static/js/ErrorOutline.esm.
|
|
401
|
-
streamlit/static/static/js/FileDownload.esm.
|
|
402
|
-
streamlit/static/static/js/FileHelper.
|
|
403
|
-
streamlit/static/static/js/FormClearHelper.
|
|
403
|
+
streamlit/static/static/js/ErrorOutline.esm.DWBqsdHn.js,sha256=rS28O--GfdjrKlEccOYUjxphOzY_HfXhofL85jFcV4w,499
|
|
404
|
+
streamlit/static/static/js/FileDownload.esm.D5koxJhf.js,sha256=nEfP8b3fWZW10y105CrKzQgbsEgRA0YR7QuixmKnEOo,918
|
|
405
|
+
streamlit/static/static/js/FileHelper.kJKftfu4.js,sha256=xYZle30as1LGBGDCiFWLzrMduWxwG5qb2IOKJHmRBtY,62194
|
|
406
|
+
streamlit/static/static/js/FormClearHelper.CyGGPn10.js,sha256=hTY2_gtnjtODCHWL-9Cg3CXIWXpBzMA6J0_r5lmP9tk,611
|
|
404
407
|
streamlit/static/static/js/IFrameUtil.DefezniK.js,sha256=vHcPNVM2AZouiO3NiM8fcBjO0JE9niGWSdld1T5AQeQ,564
|
|
405
|
-
streamlit/static/static/js/InputInstructions.
|
|
406
|
-
streamlit/static/static/js/Particles.
|
|
407
|
-
streamlit/static/static/js/ProgressBar.
|
|
408
|
-
streamlit/static/static/js/StreamlitSyntaxHighlighter.
|
|
409
|
-
streamlit/static/static/js/TableChart.esm.
|
|
410
|
-
streamlit/static/static/js/Toolbar.
|
|
408
|
+
streamlit/static/static/js/InputInstructions.oezYb8Lm.js,sha256=sCEYe6inSxK3HYxj2_PaF8OruzSx16zMUGq1Jk2Z-nk,919
|
|
409
|
+
streamlit/static/static/js/Particles.BIpBmEwi.js,sha256=Zwa7UrIRY2r55BnUyUdB8xs8g_-yocZK6BKGTPcPxYw,614
|
|
410
|
+
streamlit/static/static/js/ProgressBar.BRAS_FJc.js,sha256=8fpvqXRmioNYR5X1yN8Vt7CYvj6t2NcJ33e2iUHxmWY,13320
|
|
411
|
+
streamlit/static/static/js/StreamlitSyntaxHighlighter.c2qcx-xG.js,sha256=U9fObMZ6BGSDt9xr6loyleQeVQswxEbWNDx8ehgn32M,1620574
|
|
412
|
+
streamlit/static/static/js/TableChart.esm.BuemQLVW.js,sha256=RP3XXamYsS5tfJMNavRMcmMAymQrfeW-qISAa2vjeBg,526
|
|
413
|
+
streamlit/static/static/js/Toolbar.mUe2Nmta.js,sha256=syq1oce_wK8oAguL-r4EMiUrfaU419HGhC2neySHx0k,2897
|
|
411
414
|
streamlit/static/static/js/UploadFileInfo.Dr-zDST7.js,sha256=5a_iq85gVIuXJJ3oRHHpEtx73pm7QA2BwIcrkQUkpiI,175
|
|
412
|
-
streamlit/static/static/js/WidgetLabelHelpIconInline.
|
|
415
|
+
streamlit/static/static/js/WidgetLabelHelpIconInline.if89y2mu.js,sha256=jdNZXhh2pLW1eqYFEG7qe3TpXNEqKWBdbhtHj_nz-gg,348
|
|
413
416
|
streamlit/static/static/js/_arrayIncludes.B19Iyn2B.js,sha256=JP-DCSLwDMyVDLPMC1_99tqHMMNzTx8SwAT1rVKXIAA,127
|
|
414
417
|
streamlit/static/static/js/_baseIndexOf.BTknn6Gb.js,sha256=qpBWPWZljEJmX5vLgn6Tup6ZhVl54fGKj7xVTKZ2Ep0,258
|
|
415
|
-
streamlit/static/static/js/base-input.
|
|
416
|
-
streamlit/static/static/js/checkbox.
|
|
417
|
-
streamlit/static/static/js/createDownloadLinkElement.
|
|
418
|
-
streamlit/static/static/js/data-grid-overlay-editor.
|
|
419
|
-
streamlit/static/static/js/downloader.
|
|
420
|
-
streamlit/static/static/js/embed.
|
|
421
|
-
streamlit/static/static/js/es6.
|
|
418
|
+
streamlit/static/static/js/base-input.AJ4KxBTh.js,sha256=p-Vd_Felp_6sSpC55qZXzZKAPZaKd-MSLJ3TZZjtbik,21773
|
|
419
|
+
streamlit/static/static/js/checkbox.GY4JoJkM.js,sha256=cZc0C7-OKa_SYjYHvKEzUt5GE-LVaiPR9_nvfq566ls,11245
|
|
420
|
+
streamlit/static/static/js/createDownloadLinkElement.BWJh90jh.js,sha256=-h8TbLHwZ58jNvotieUs6A7P1ysN5wrvlGdCm2kjxbM,388
|
|
421
|
+
streamlit/static/static/js/data-grid-overlay-editor.C9AINtRf.js,sha256=H71XbJedvCoppJqTvOdsYCb5jRaLDkBR2h2WZQ-vr3g,4401
|
|
422
|
+
streamlit/static/static/js/downloader.BZY8OE4f.js,sha256=qZ_GV6Bvz_RgINu2nbs_l7Z23A58vqJOfUBm3KBtR7k,2510
|
|
423
|
+
streamlit/static/static/js/embed.BjO7Ez0y.js,sha256=_NwSnYHzVve4o7ZGGhe6j9RkLV3-GOAkbGjdcYR_X-Q,806262
|
|
424
|
+
streamlit/static/static/js/es6.eb5oR8iN.js,sha256=VZZP_GkuYR0JPH8wRx8r-0XO4-FRuCoMTwt9Fjrp484,14634
|
|
422
425
|
streamlit/static/static/js/formatMoment.C6Hwn6X5.js,sha256=lIQHfN3RbfShBuVFfO9t_az4TUNV678ZJJSQYqRuANY,575
|
|
423
|
-
streamlit/static/static/js/formatNumber.
|
|
424
|
-
streamlit/static/static/js/iconPosition.
|
|
425
|
-
streamlit/static/static/js/iframeResizer.contentWindow.
|
|
426
|
-
streamlit/static/static/js/index.465nmxtO.js,sha256=zSCfJHbLjaezAsk9aL-hX20F6_iDsSfzFn_SyafO-Hg,190412
|
|
427
|
-
streamlit/static/static/js/index.6J1N4is3.js,sha256=buHgdgmtEHAtfbGbgyFoKtPh41dl2Wk2OTi5v8Idk2U,1193
|
|
426
|
+
streamlit/static/static/js/formatNumber.CCeQsvJQ.js,sha256=QN8Zs-5ksOmQ52sVh11oodMQcPpBjRgb8h7t-YwXgho,1812
|
|
427
|
+
streamlit/static/static/js/iconPosition.D6eEnKvO.js,sha256=kLxrNXxYcVwdSDo26YJaYd16DNiW_u5OSu4mFFD-SzI,203
|
|
428
|
+
streamlit/static/static/js/iframeResizer.contentWindow.DTsWJRTo.js,sha256=Y96Bya6oXJfeWdVc1NE5Is3pStELLZpQITas4B45ISE,14409
|
|
428
429
|
streamlit/static/static/js/index.8HslT92O.js,sha256=Ahu9KsYwa_TyEGNbQBWydVmpBAsTcDdi0zdwD-Wf8ME,27051
|
|
429
|
-
streamlit/static/static/js/index.
|
|
430
|
-
streamlit/static/static/js/index.
|
|
431
|
-
streamlit/static/static/js/index.
|
|
432
|
-
streamlit/static/static/js/index.
|
|
433
|
-
streamlit/static/static/js/index.
|
|
434
|
-
streamlit/static/static/js/index.
|
|
435
|
-
streamlit/static/static/js/index.
|
|
436
|
-
streamlit/static/static/js/index.
|
|
437
|
-
streamlit/static/static/js/index.
|
|
438
|
-
streamlit/static/static/js/index.
|
|
439
|
-
streamlit/static/static/js/index.
|
|
440
|
-
streamlit/static/static/js/index.
|
|
441
|
-
streamlit/static/static/js/index.
|
|
442
|
-
streamlit/static/static/js/index.
|
|
443
|
-
streamlit/static/static/js/index.
|
|
444
|
-
streamlit/static/static/js/index.
|
|
445
|
-
streamlit/static/static/js/index.
|
|
446
|
-
streamlit/static/static/js/index.
|
|
447
|
-
streamlit/static/static/js/index.
|
|
448
|
-
streamlit/static/static/js/index.
|
|
449
|
-
streamlit/static/static/js/index.
|
|
450
|
-
streamlit/static/static/js/index.
|
|
451
|
-
streamlit/static/static/js/index.
|
|
452
|
-
streamlit/static/static/js/index.
|
|
453
|
-
streamlit/static/static/js/index.
|
|
454
|
-
streamlit/static/static/js/index.
|
|
455
|
-
streamlit/static/static/js/index.
|
|
456
|
-
streamlit/static/static/js/index.
|
|
457
|
-
streamlit/static/static/js/index.
|
|
458
|
-
streamlit/static/static/js/index.
|
|
459
|
-
streamlit/static/static/js/index.
|
|
460
|
-
streamlit/static/static/js/index.
|
|
461
|
-
streamlit/static/static/js/index.
|
|
462
|
-
streamlit/static/static/js/index.
|
|
463
|
-
streamlit/static/static/js/index.
|
|
464
|
-
streamlit/static/static/js/index.
|
|
465
|
-
streamlit/static/static/js/index.
|
|
466
|
-
streamlit/static/static/js/index.
|
|
467
|
-
streamlit/static/static/js/index.
|
|
468
|
-
streamlit/static/static/js/index.
|
|
469
|
-
streamlit/static/static/js/index.
|
|
430
|
+
streamlit/static/static/js/index.B6l4FdUv.js,sha256=ASPdCvGPD53KCuFmKA0ma3acYSeSzR_OuASAyCUZ1y8,6906
|
|
431
|
+
streamlit/static/static/js/index.B7H2q9vo.js,sha256=y-rK8DyusOYqIy4HflPVzq53VFnn70VCOJCoot6fCZc,19203
|
|
432
|
+
streamlit/static/static/js/index.BDdmrM58.js,sha256=EvvxeM3fQUdiBqsy-ShLTKAqw8RLGac7Gh2s_8VF_2A,442
|
|
433
|
+
streamlit/static/static/js/index.BMbQnwRD.js,sha256=CeVvaBfffo_JUunOOn6XarVscCYexqEdWsmG9-3HGzc,4874422
|
|
434
|
+
streamlit/static/static/js/index.BQ5MOzHu.js,sha256=xAQswpITdO0cAWD8Vu2dBJmXRx6iSjnVRKYtBdunLjQ,2671
|
|
435
|
+
streamlit/static/static/js/index.BSgo_bkv.js,sha256=TiTNQC2mdHVN_3buN3SokKUlWW7Q8iOGp4dAilmPoyk,679
|
|
436
|
+
streamlit/static/static/js/index.BU5M9DsN.js,sha256=Hd1SROkl7NoJXLw-45MO1RulAuiXjyYipnsNC4QgMJg,24369
|
|
437
|
+
streamlit/static/static/js/index.BYIxnU34.js,sha256=qBmPiDXbEQ2J8PVkGZbGtXGUKfN9--4T3W7qCN5O3OU,2539
|
|
438
|
+
streamlit/static/static/js/index.BZL2hIBz.js,sha256=2QfLmPB4qTXLTkkZZ8342som5X_WKVLt_qRkfm6zb2M,2824
|
|
439
|
+
streamlit/static/static/js/index.BZVrJlnq.js,sha256=A90_hyLzMsvoO2M9JBYXkvnzpn-pZLhtyhXIeJcXTqw,18035
|
|
440
|
+
streamlit/static/static/js/index.Bd7QK46M.js,sha256=rfrkJK8t1fOkJTzbcBII4HoJCtv6hu6caeb-nl0rIuw,2998
|
|
441
|
+
streamlit/static/static/js/index.BfHA_i34.js,sha256=Fq1QUMhCYx3ikeznCzlzwZ8SE97h23vnBYGXmzLJZ20,1605
|
|
442
|
+
streamlit/static/static/js/index.Bgry-Ek_.js,sha256=4N6fsOY-8r_RnRkpCfCdct0C6-wgzzhAQzYbr5xrxPI,2967
|
|
443
|
+
streamlit/static/static/js/index.Bi25zaXA.js,sha256=nr4q9Eby6NkcuRUIkt8wwcpmayb4CvCbvAYdD2kUryE,4863
|
|
444
|
+
streamlit/static/static/js/index.Bj3M1xBC.js,sha256=AgBkFCZuPXPXcFKHXVJbT9Niblm59ZFclN501drmzgM,1560
|
|
445
|
+
streamlit/static/static/js/index.Bjrvlqx5.js,sha256=vm-aEkK5xFlm2gMGDPi3xuDUfflHApeKYWISxRGSLlI,443815
|
|
446
|
+
streamlit/static/static/js/index.BnOSeM5K.js,sha256=jESAbEbHXBt8rEjueD00yFPPjmY1m8kgYGvOtz6J3pQ,5672
|
|
447
|
+
streamlit/static/static/js/index.BoL6J1jK.js,sha256=EME24mnRhIWLivspE68-1HcraVUkhmH2BuhnPwzL1z0,9062
|
|
448
|
+
streamlit/static/static/js/index.BoORyxOa.js,sha256=OhRn836SYfdER-IlA0Gv63LdQ1b9tpDtHaLzDCrz-DY,13938
|
|
449
|
+
streamlit/static/static/js/index.Bpd7GPeH.js,sha256=nua5p3SyJN5iVNhQTlJRHDjZGR66sffs2OEncRhXSJA,750
|
|
450
|
+
streamlit/static/static/js/index.BpeJX018.js,sha256=inFM3AWwRFeDX1c0BFXfS6Gln2OV9ufCd8GUff389Jo,878
|
|
451
|
+
streamlit/static/static/js/index.BriH7JVk.js,sha256=HBgi3RkuHyyX-hBk-Z2dvvAymLo_Lg44Xi8Xl79nuK4,24096
|
|
452
|
+
streamlit/static/static/js/index.BwkeObMo.js,sha256=ke8eskQDv8Bo2RXaLs39WEl4Do9GTcRGYW-m5P6-TD4,13695
|
|
453
|
+
streamlit/static/static/js/index.C0o85qmd.js,sha256=wFoJakYKbXQhGYiZO6HUdjdpzrJ1-Eo9ye-71Zk0Dbo,1834
|
|
454
|
+
streamlit/static/static/js/index.C7_wNJTH.js,sha256=JtI54VkI17u9NjB0hLukT3Y7NFo1dEuZp4ZRW83R0d4,100087
|
|
455
|
+
streamlit/static/static/js/index.CGZP_w9b.js,sha256=pgEgHIgIMotA6zMpjlG4apNRKDiaZFHil3TovPbRe_E,4163
|
|
456
|
+
streamlit/static/static/js/index.CGw52-0-.js,sha256=kBOMsyYN5KHV_6Dgg7q2i-fEG1hyU665FbrfblyLUUE,28242
|
|
457
|
+
streamlit/static/static/js/index.CUvtJj0a.js,sha256=vkcdaYraYuk3WnkWuaiuyUcxQ6OlTv-jwYM9rATcDNA,1193
|
|
458
|
+
streamlit/static/static/js/index.Cfx1ZHWt.js,sha256=HYN6GW1oipbMiAuniI3Sniqbud4lpwRbU0w5sPTLRp4,3252
|
|
459
|
+
streamlit/static/static/js/index.Chl2kALe.js,sha256=eD4Y0Wu5MPT-XUo2f-P61zgAKCtrttRG_wjrkRlIA-E,2904
|
|
460
|
+
streamlit/static/static/js/index.Crlx_wdE.js,sha256=ALUsVxyC6aDeK8zNrdB9Tm2GxK0mh3BzPKwuB0_oiPY,3916
|
|
461
|
+
streamlit/static/static/js/index.D9A-8ebQ.js,sha256=KU2e0syjg1hs6D8Nh7AsQsNWtFxRwNAI65GEEQdwQ2c,36633
|
|
462
|
+
streamlit/static/static/js/index.DBIoNOen.js,sha256=Zg5cg0yDpSmkAFxrRP24OphdY8-TmNXkV4zviMR_33U,2267291
|
|
463
|
+
streamlit/static/static/js/index.DMKTAe4F.js,sha256=uBj4BunJoiQBRJmwVPYpLCwQ0Pw8jk_9nucWPqm44Og,1398
|
|
464
|
+
streamlit/static/static/js/index.DNrpqKVt.js,sha256=PpUbYxqNmX2e6JtMmxRqP2rbABw-l4oNcpvzzGo1T1Q,13965
|
|
465
|
+
streamlit/static/static/js/index.DSRvF_8e.js,sha256=gijKKcAWL9WxVymstBsKWyzKHEISl8V5YZnHUKJIorc,3512
|
|
466
|
+
streamlit/static/static/js/index.DhB1m_xG.js,sha256=dg1JhjOL9HXly5uKIaC_HW1ujWQHB1LLu6SLzTqQK80,8006
|
|
467
|
+
streamlit/static/static/js/index.DiES30vM.js,sha256=v6iIcAAIevBnurex44xHx6pUCEedG_BMFBpNToQU_9I,3818
|
|
468
|
+
streamlit/static/static/js/index.DlJ4Y1xc.js,sha256=otz4cIlt6oI4Ol6X2f7nJwEX3PUpglPcgutVKnhqt-Y,18346
|
|
469
|
+
streamlit/static/static/js/index.J61yByUR.js,sha256=YPjHKXUgrwBQo7DXb72CjDyYjt7Qd5HRr1y0JKFwIdw,1345
|
|
470
|
+
streamlit/static/static/js/index.JxDTXE8N.js,sha256=VRrq56893VBj4OlBddADTtq9oJizfYUdDCQRH-U-Ko0,7266
|
|
471
|
+
streamlit/static/static/js/index.KGr28TP8.js,sha256=ptZCwi_TjKxTUxughChHiI12YlA2uPU6yWe6ujLJgsI,8989
|
|
472
|
+
streamlit/static/static/js/index.Pgm3rRpH.js,sha256=P4qlvCqaDbueDJ5CS2_SY2z0FeNteCJ-JuuImgcF8f8,190412
|
|
473
|
+
streamlit/static/static/js/index.XzcYOc9I.js,sha256=67pZCk7EeMeA-XOuG455f9HI4_IDR62mUdctxQQmXNo,828401
|
|
474
|
+
streamlit/static/static/js/index.Z_u7ZS4h.js,sha256=_oR1P8fz6TgSXCmSP20RYBLYYlQchdVuaH0seWsca98,2104
|
|
470
475
|
streamlit/static/static/js/index.bsVAaBS1.js,sha256=iWnuL74SwTYzvoX2fcuvoTFm5zB-8g4oiMdjHAZiH0g,252
|
|
471
|
-
streamlit/static/static/js/index.
|
|
472
|
-
streamlit/static/static/js/index.
|
|
473
|
-
streamlit/static/static/js/index.
|
|
476
|
+
streamlit/static/static/js/index.hDg7x0Tp.js,sha256=LY6_qKoiE0YJwi8_6dj6JF876jr3TtKRjwjr6pYia5w,2606182
|
|
477
|
+
streamlit/static/static/js/index.k7p0hmaU.js,sha256=ab4jx-2KV2uXrDjQ5L_dNd0_Qou9x8xgmXIXwkHjt48,226891
|
|
478
|
+
streamlit/static/static/js/index.syoxWolF.js,sha256=_4K-j2h5-KSa7uyt0Q-Fra4YLET_Zdhm3STvLwTVaic,271288
|
|
474
479
|
streamlit/static/static/js/index.w7yKy9fh.js,sha256=zB4CUMiuOW0YaTopW28nT5xXbI7pXQEDLBGjTPBbhmE,36494
|
|
475
|
-
streamlit/static/static/js/index.
|
|
476
|
-
streamlit/static/static/js/
|
|
477
|
-
streamlit/static/static/js/index.yHLCvUGh.js,sha256=dXPUWin0DRO0aqBSrHc--BcRkQ_T19-y4MmXSUhtIUw,13938
|
|
478
|
-
streamlit/static/static/js/input.CAtwSQ27.js,sha256=KddbGomeD-ajHxKpob056gmQe_HC6aGUIWU40teaPVw,5242
|
|
480
|
+
streamlit/static/static/js/index.xZ651bTg.js,sha256=CVJ4OvDiXNmkoAb3W7kjBoEBRxPP1b5lgkOGve4gg40,5820
|
|
481
|
+
streamlit/static/static/js/input.C-PwAMG6.js,sha256=M368TSDSK8iarkaJAuevJJdMcG6aHI6UeUqsyUS2QkY,5242
|
|
479
482
|
streamlit/static/static/js/inputUtils.CptNuJwn.js,sha256=v9SUbdkM8OJ6aT_EfTucTRNZh059kZ9Mut2oyTmv_98,124
|
|
480
|
-
streamlit/static/static/js/main.
|
|
481
|
-
streamlit/static/static/js/memory.
|
|
483
|
+
streamlit/static/static/js/main.fMmyxXOf.js,sha256=A62xrY4l1HirxunyQ9-z00MF-WI-pTdF04Gn3WqbNrk,117541
|
|
484
|
+
streamlit/static/static/js/memory.BG__eDEj.js,sha256=pBpRY-v9xaKika9pOvN0vSYPc4TZ58Do7t1y8M4p8cc,3041
|
|
482
485
|
streamlit/static/static/js/moment.C7qA8nIE.js,sha256=WGJqjUq9SPn-dCBlrSpQZOywPJ4xVg2eYZN-CP7-3X0,60773
|
|
483
|
-
streamlit/static/static/js/number-overlay-editor.
|
|
486
|
+
streamlit/static/static/js/number-overlay-editor.C0n-91sR.js,sha256=aoraplArcJ-8pAk71Zt_qIqoFviVJVYcsX9qn9v7rDc,16654
|
|
484
487
|
streamlit/static/static/js/numbro.B9_PXfzp.js,sha256=JcWnIUWk7g3KL9hw0uuI--Tp_c_VOTPXqigpxrpjzeo,39660
|
|
485
|
-
streamlit/static/static/js/pandasStylerUtils.
|
|
488
|
+
streamlit/static/static/js/pandasStylerUtils.BqWaUzvh.js,sha256=aI_bT9n6zyE8hS3n5_ppsd_N0W-DcUN5lQJZAeD6w4E,739437
|
|
486
489
|
streamlit/static/static/js/record.DytFsBUt.js,sha256=1w_An_VyZRJTSv6lYzs_Sz9SOgdyfRSOG846ygJS4MY,8028
|
|
487
|
-
streamlit/static/static/js/sandbox.
|
|
488
|
-
streamlit/static/static/js/sprintfjs.
|
|
489
|
-
streamlit/static/static/js/styled-components.
|
|
490
|
+
streamlit/static/static/js/sandbox.CHhc-txg.js,sha256=4mflzuQqNUaN6NXAQPILKp_cJxrbgmpLjLv1QZcnvmE,2960
|
|
491
|
+
streamlit/static/static/js/sprintfjs.BlFBKfMf.js,sha256=r8Pcpg0W-XF8q3wvdC0apOaouiefkOOK3MzzHfI7lBs,4058
|
|
492
|
+
streamlit/static/static/js/styled-components.D5uOQqN2.js,sha256=SeZrCwjp5T6rwSD4cWjYUiR3sww4c_fkA4VMRozS3ZA,468
|
|
490
493
|
streamlit/static/static/js/threshold.CUNQbqMA.js,sha256=Q3du4LR3IorexmjW-Ab8y_y_9cO_8M_ddTX6YKht2p8,5698
|
|
491
|
-
streamlit/static/static/js/throttle.
|
|
492
|
-
streamlit/static/static/js/timepicker.
|
|
494
|
+
streamlit/static/static/js/throttle.DlZC3xNA.js,sha256=qZ1ObQI6hym6p4ToNm6G0ktKk1NJ9t7siuR2kGgMphU,1262
|
|
495
|
+
streamlit/static/static/js/timepicker._TfRUaDL.js,sha256=U3JQyBj0-aY2the1MqRrSYllSFyNlEzR2FhedTWb9tQ,89207
|
|
493
496
|
streamlit/static/static/js/timer.BZio6gjG.js,sha256=vRTmDI39QE6fIvFrIvCwyjsG8MNme68-qu_yYiNUaqQ,7410
|
|
494
|
-
streamlit/static/static/js/toConsumableArray.
|
|
495
|
-
streamlit/static/static/js/uniqueId.
|
|
497
|
+
streamlit/static/static/js/toConsumableArray.CZW4AmuW.js,sha256=OhkKFSSq3OE6EGXu1YmAoTAVgM442Kp4HUwFFH7HtY0,877
|
|
498
|
+
streamlit/static/static/js/uniqueId.CTTDAAaF.js,sha256=Zg9QzXRSxmyjx1ChQGFOFYMJzuHiQhOsFgIU3eV9BVw,97
|
|
496
499
|
streamlit/static/static/js/urls.BwSlolu9.js,sha256=oj7KbEdZXmm91zYfQyVjZY6MYvu7aKe2nX2Uzq_T5c4,275
|
|
497
|
-
streamlit/static/static/js/useBasicWidgetState.
|
|
498
|
-
streamlit/static/static/js/useIntlLocale.
|
|
499
|
-
streamlit/static/static/js/useTextInputAutoExpand.
|
|
500
|
-
streamlit/static/static/js/useUpdateUiValue
|
|
501
|
-
streamlit/static/static/js/useWaveformController.
|
|
500
|
+
streamlit/static/static/js/useBasicWidgetState.Bx27912z.js,sha256=o8qudwYU8WD2WalaB3hntg0DdisK873xCGjA6RVbcQw,971
|
|
501
|
+
streamlit/static/static/js/useIntlLocale.DsOvysl7.js,sha256=z8TUyzpqUFyJSD58kMelOjY4I0s4jZrm7ltFhGj1JUA,109692
|
|
502
|
+
streamlit/static/static/js/useTextInputAutoExpand.C9g8px1W.js,sha256=QpINZSBiBWz9cCmrjxLi44OMT02Rj1U6rkcRGoFRVaQ,6643
|
|
503
|
+
streamlit/static/static/js/useUpdateUiValue.fF-Cntkp.js,sha256=7I4h27ZSAb3MRiMOWaXLAOGvzfeC8e5_4-s31vkBgM0,615
|
|
504
|
+
streamlit/static/static/js/useWaveformController.C5EtFoJE.js,sha256=9GXUzwxIhpABc1xUedPqMn_MeSgrpSKWWrp2zX6LHug,12364
|
|
502
505
|
streamlit/static/static/js/value.DaKxGC7O.js,sha256=bicc2v81rJzY9PmrISkaY1Z9A3aJmsRRK5aMj5nGmrc,15044
|
|
503
506
|
streamlit/static/static/js/wavesurfer.esm.D1Sty35j.js,sha256=GYinzhehnkxBppDnKJLH3b87dUJ7gBJxN8F1D3_Hn6E,39578
|
|
504
|
-
streamlit/static/static/js/withCalculatedWidth.
|
|
505
|
-
streamlit/static/static/js/withFullScreenWrapper.
|
|
507
|
+
streamlit/static/static/js/withCalculatedWidth.CcvaXQb0.js,sha256=_MdCoPncuPNOKJA5p-HewGlLT9_fJSh-kvAQCDX7zi4,260
|
|
508
|
+
streamlit/static/static/js/withFullScreenWrapper.DP61hzLF.js,sha256=WTUBotMvHlZ_koBxtNX-Us91d4jy_bPgCFB06GaTz58,1541
|
|
506
509
|
streamlit/static/static/media/KaTeX_AMS-Regular.BQhdFMY1.woff2,sha256=DN04fJWQoan5eUVgAi27WWVKfYbxh6oMgUla1C06cwg,28076
|
|
507
510
|
streamlit/static/static/media/KaTeX_AMS-Regular.DMm9YOAa.woff,sha256=MNqR6EyJP4deJSaJ-uvcWQsocRReitx_mp1NvYzgslE,33516
|
|
508
511
|
streamlit/static/static/media/KaTeX_AMS-Regular.DRggAlZN.ttf,sha256=aFNIQLz90r_7bw6N60hoTdAefwTqKBMmdXevuQbeHRM,63632
|
|
@@ -583,7 +586,7 @@ streamlit/static/static/media/snowflake.JU2jBHL8.svg,sha256=Soe8chkasaXhxMYOakMA
|
|
|
583
586
|
streamlit/testing/__init__.py,sha256=iZwXNLk8xCKTqIiR1dIs0i-phfx1ipLkhGasCEwkD2Q,616
|
|
584
587
|
streamlit/testing/v1/__init__.py,sha256=7o9zKRhwtJvij7ZVSDgjcMSMi8SGHdf0euppPWtcpDo,690
|
|
585
588
|
streamlit/testing/v1/app_test.py,sha256=x0GyeXZCzY9XujHq7Ymzk9aM77B3Rop_fhMjD98wvU8,38956
|
|
586
|
-
streamlit/testing/v1/element_tree.py,sha256
|
|
589
|
+
streamlit/testing/v1/element_tree.py,sha256=-WNSvjloU_Bu-t2EFjVRadObyagDNUZPJ0T0JRRdQZY,69678
|
|
587
590
|
streamlit/testing/v1/local_script_runner.py,sha256=L5RNcY9lQJVBR7KgtoRjMP1cT9rIIDuaskiPcKST04M,6624
|
|
588
591
|
streamlit/testing/v1/util.py,sha256=UgHcOgVoI34pcajImFNS7MBrIM2OTlNFcU1EcnihXzI,1986
|
|
589
592
|
streamlit/vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -602,33 +605,34 @@ streamlit/web/cache_storage_manager_config.py,sha256=kVVggwMktfKGFG_utuA27bPST3Q
|
|
|
602
605
|
streamlit/web/cli.py,sha256=w2-8Gcpz1ZN4XKY5UwPeETC8MobhHBGkVBpSQ4D3G5A,14883
|
|
603
606
|
streamlit/web/server/__init__.py,sha256=Nh1pW3BCaP_h7gHYAKvUpv51O32UB7T3ib5LkjRDm7k,1145
|
|
604
607
|
streamlit/web/server/app_discovery.py,sha256=TJxolb7_4_EniyNw_tqc_JxejzYmIBFv6lm_JV0QFGM,13409
|
|
605
|
-
streamlit/web/server/app_static_file_handler.py,sha256=
|
|
608
|
+
streamlit/web/server/app_static_file_handler.py,sha256=NqkaW3Vt7WJRKOMHkPZcfCb4JeKALHU1w3BqunjTzBg,3654
|
|
606
609
|
streamlit/web/server/authlib_tornado_integration.py,sha256=0uIRIjPA9EmRUI65OW5Am4uKFok0fbSMZ52U5YmCK7o,4432
|
|
607
|
-
streamlit/web/server/bidi_component_request_handler.py,sha256=
|
|
610
|
+
streamlit/web/server/bidi_component_request_handler.py,sha256=BBCdp7P97VQ3r5-OmRsFnZ9sIk3fOMhozRnkZ13vcp8,6931
|
|
608
611
|
streamlit/web/server/browser_websocket_handler.py,sha256=UcyCPjYaNlyhCyFdv1JkTSVPh9XIQpmKG4Ag_9NkYCc,13980
|
|
609
|
-
streamlit/web/server/component_file_utils.py,sha256=
|
|
610
|
-
streamlit/web/server/component_request_handler.py,sha256=
|
|
612
|
+
streamlit/web/server/component_file_utils.py,sha256=WOjGE2ggKerqYSNahG-4AyqEPjJSle-6Jd63q42d03M,3896
|
|
613
|
+
streamlit/web/server/component_request_handler.py,sha256=8KLUEanUckpsM80Gha8o3k3SwL_TYdlJj-4JwkQwh9Y,3720
|
|
611
614
|
streamlit/web/server/media_file_handler.py,sha256=DQqTSVfn1VCormeddtDTKN3tb49z2zCCN-8UBLb6zLo,5562
|
|
612
615
|
streamlit/web/server/oauth_authlib_routes.py,sha256=0TzIkGVlyuFBWoH4XrDrlJlMrYZK-2xuL7divIgz2w0,11896
|
|
613
616
|
streamlit/web/server/oidc_mixin.py,sha256=cC9oFJv2lbIP3F--4isZ-F8s441x9lzcUPR21u9dDZA,5247
|
|
614
|
-
streamlit/web/server/routes.py,sha256=
|
|
615
|
-
streamlit/web/server/server.py,sha256=
|
|
617
|
+
streamlit/web/server/routes.py,sha256=AMf5tewB1q7GCD9JcZMH-FQj1kWkS1t-jsRhPjlDdXU,10262
|
|
618
|
+
streamlit/web/server/server.py,sha256=Z6zXDjckVR4rFFvFltB5nD67UavLnkRID5ntfoYHS2g,20521
|
|
616
619
|
streamlit/web/server/server_util.py,sha256=-GJ5xidAjGM2J77NTq5ZJt1JAoxyxFrmoV0v7jSCRGM,6743
|
|
617
620
|
streamlit/web/server/stats_request_handler.py,sha256=YeGCOW5I_g0RbBtOUaDr20-oBxaU5adYlwKXRA5CjuE,4838
|
|
618
621
|
streamlit/web/server/upload_file_request_handler.py,sha256=ot8byfH7kyXszc8R8-8TyLR8ZMaA6d9PirDibRttFbo,5822
|
|
619
622
|
streamlit/web/server/websocket_headers.py,sha256=dyB6bs_eGcpD6WXCHlsUUZumkZCxHcpSrKa90jCHxEY,2229
|
|
620
623
|
streamlit/web/server/starlette/__init__.py,sha256=mwgSE6TIsl0l_s1eiIBWEk2PBIELBe2qhtXWQpCd7WA,885
|
|
621
|
-
streamlit/web/server/starlette/starlette_app.py,sha256=
|
|
624
|
+
streamlit/web/server/starlette/starlette_app.py,sha256=9Mqgb2jFnW_y76d7B1cDNMaRIsCh5o9eP8lzwYz1gIU,21374
|
|
622
625
|
streamlit/web/server/starlette/starlette_app_utils.py,sha256=6KOkSe4NiJiIjeX8dv-_9Rgu9J1UUBWE9e86iY5Mcqo,9180
|
|
623
626
|
streamlit/web/server/starlette/starlette_auth_routes.py,sha256=RWSmGlf0N95iYCnpjwUJ_Vz7ySBmLIaGOL7M36IkXeE,21770
|
|
624
627
|
streamlit/web/server/starlette/starlette_gzip_middleware.py,sha256=N898m09ZhZKhTc_UBDuxNSB6S642SPeP4CGRiOscylQ,4522
|
|
625
|
-
streamlit/web/server/starlette/
|
|
628
|
+
streamlit/web/server/starlette/starlette_path_security_middleware.py,sha256=M8X7q11l5w1NMRM1oqWR6t9kNJacfQZzR9Jzwa2U1uI,3671
|
|
629
|
+
streamlit/web/server/starlette/starlette_routes.py,sha256=DetV1ITZiegSGfiS5bdRhbI3aOfxSRb4I1q90VPCmfU,31672
|
|
626
630
|
streamlit/web/server/starlette/starlette_server.py,sha256=D3TFu-vzuyOXF3f7qdMbx5TY3RX-7av-qFtteLfU_PU,18422
|
|
627
631
|
streamlit/web/server/starlette/starlette_server_config.py,sha256=_cgub_NiTO-52etLfEMIoe5bWgA3TVianT2mYCVQmqo,2508
|
|
628
|
-
streamlit/web/server/starlette/starlette_static_routes.py,sha256=
|
|
632
|
+
streamlit/web/server/starlette/starlette_static_routes.py,sha256=rEwEpK-pbTAJ2YeqLyR7k-aXwoJlnLn_nkHsj0i_Zc4,8088
|
|
629
633
|
streamlit/web/server/starlette/starlette_websocket.py,sha256=f64fojwihK7XXIfYT4HGNLd1TPZJMT7JEK43h4ScDAg,21338
|
|
630
|
-
streamlit_nightly-1.
|
|
631
|
-
streamlit_nightly-1.
|
|
632
|
-
streamlit_nightly-1.
|
|
633
|
-
streamlit_nightly-1.
|
|
634
|
-
streamlit_nightly-1.
|
|
634
|
+
streamlit_nightly-1.54.1.dev20260204.dist-info/METADATA,sha256=fphlitA4zzrmTFaCBPQ95yr6dsZWK54-62ZyF7ASOhw,9847
|
|
635
|
+
streamlit_nightly-1.54.1.dev20260204.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
636
|
+
streamlit_nightly-1.54.1.dev20260204.dist-info/entry_points.txt,sha256=uNJ4DwGNXEhOK0USwSNanjkYyR-Bk7eYQbJFDrWyOgY,53
|
|
637
|
+
streamlit_nightly-1.54.1.dev20260204.dist-info/top_level.txt,sha256=V3FhKbm7G2LnR0s4SytavrjIPNIhvcsAGXfYHAwtQzw,10
|
|
638
|
+
streamlit_nightly-1.54.1.dev20260204.dist-info/RECORD,,
|
streamlit/proto/Arrow_pb2.py
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# source: streamlit/proto/Arrow.proto
|
|
4
|
-
# Protobuf Python Version: 5.26.1
|
|
5
|
-
"""Generated protocol buffer code."""
|
|
6
|
-
from google.protobuf import descriptor as _descriptor
|
|
7
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
9
|
-
from google.protobuf.internal import builder as _builder
|
|
10
|
-
# @@protoc_insertion_point(imports)
|
|
11
|
-
|
|
12
|
-
_sym_db = _symbol_database.Default()
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bstreamlit/proto/Arrow.proto\"\x88\x05\n\x05\x41rrow\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\x12\x17\n\x06styler\x18\x02 \x01(\x0b\x32\x07.Styler\x12\n\n\x02id\x18\x06 \x01(\t\x12\x0f\n\x07\x63olumns\x18\x07 \x01(\t\x12(\n\x0c\x65\x64iting_mode\x18\x08 \x01(\x0e\x32\x12.Arrow.EditingMode\x12\x10\n\x08\x64isabled\x18\t \x01(\x08\x12\x0f\n\x07\x66orm_id\x18\n \x01(\t\x12\x14\n\x0c\x63olumn_order\x18\x0b \x03(\t\x12,\n\x0eselection_mode\x18\x0c \x03(\x0e\x32\x14.Arrow.SelectionMode\x12\x17\n\nrow_height\x18\r \x01(\rH\x00\x88\x01\x01\x12&\n\x0b\x62order_mode\x18\x0e \x01(\x0e\x32\x11.Arrow.BorderMode\x12\x18\n\x0bplaceholder\x18\x0f \x01(\tH\x01\x88\x01\x01\"S\n\x0b\x45\x64itingMode\x12\r\n\tREAD_ONLY\x10\x00\x12\t\n\x05\x46IXED\x10\x01\x12\x0b\n\x07\x44YNAMIC\x10\x02\x12\x0c\n\x08\x41\x44\x44_ONLY\x10\x03\x12\x0f\n\x0b\x44\x45LETE_ONLY\x10\x04\"t\n\rSelectionMode\x12\x0e\n\nSINGLE_ROW\x10\x00\x12\r\n\tMULTI_ROW\x10\x01\x12\x11\n\rSINGLE_COLUMN\x10\x02\x12\x10\n\x0cMULTI_COLUMN\x10\x03\x12\x0f\n\x0bSINGLE_CELL\x10\x04\x12\x0e\n\nMULTI_CELL\x10\x05\"/\n\nBorderMode\x12\x07\n\x03\x41LL\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x0e\n\nHORIZONTAL\x10\x02\x42\r\n\x0b_row_heightB\x0e\n\x0c_placeholderJ\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06R\x05widthR\x06heightR\x13use_container_width\"O\n\x06Styler\x12\x0c\n\x04uuid\x18\x01 \x01(\t\x12\x0f\n\x07\x63\x61ption\x18\x02 \x01(\t\x12\x0e\n\x06styles\x18\x03 \x01(\t\x12\x16\n\x0e\x64isplay_values\x18\x04 \x01(\x0c\x62\x06proto3')
|
|
18
|
-
|
|
19
|
-
_globals = globals()
|
|
20
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Arrow_pb2', _globals)
|
|
22
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
-
DESCRIPTOR._loaded_options = None
|
|
24
|
-
_globals['_ARROW']._serialized_start=32
|
|
25
|
-
_globals['_ARROW']._serialized_end=680
|
|
26
|
-
_globals['_ARROW_EDITINGMODE']._serialized_start=345
|
|
27
|
-
_globals['_ARROW_EDITINGMODE']._serialized_end=428
|
|
28
|
-
_globals['_ARROW_SELECTIONMODE']._serialized_start=430
|
|
29
|
-
_globals['_ARROW_SELECTIONMODE']._serialized_end=546
|
|
30
|
-
_globals['_ARROW_BORDERMODE']._serialized_start=548
|
|
31
|
-
_globals['_ARROW_BORDERMODE']._serialized_end=595
|
|
32
|
-
_globals['_STYLER']._serialized_start=682
|
|
33
|
-
_globals['_STYLER']._serialized_end=761
|
|
34
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{ao as Z,w as q,r as c,b9 as J,l as Q,a6 as Y,ba as v,j as _,o as ee,p as te,P as re,bb as ne,ae as oe,bc as ie,b as ae,B as U,c as ue,D as le}from"./index.y5HxPwg9.js";import{W as ce}from"./WidgetLabelHelpIconInline.DA4S2HFP.js";import{u as se}from"./useBasicWidgetState.COLQ5AFB.js";import"./FormClearHelper.zxJ53Nym.js";var fe={secondary:"secondary"},G={default:"default"},pe={default:"default"},k=Object.freeze({radio:"radio",checkbox:"checkbox"}),z=Z("div",function(e){var t=e.$shape,r=e.$length,n=e.$theme,o=r===1?void 0:t!==G.default?"-".concat(n.sizing.scale100):"-0.5px";return{display:"flex",marginLeft:o,marginRight:o}});z.displayName="StyledRoot";z.displayName="StyledRoot";function $(e){"@babel/helpers - typeof";return $=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},$(e)}function D(){return D=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},D.apply(this,arguments)}function x(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),r.push.apply(r,n)}return r}function de(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?x(Object(r),!0).forEach(function(n){N(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):x(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function ye(e,t){return ge(e)||he(e,t)||me(e,t)||be()}function be(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
2
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function me(e,t){if(e){if(typeof e=="string")return K(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return K(e,t)}}function K(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function he(e,t){var r=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(r!=null){var n=[],o=!0,i=!1,a,p;try{for(r=r.call(e);!(o=(a=r.next()).done)&&(n.push(a.value),!(t&&n.length===t));o=!0);}catch(s){i=!0,p=s}finally{try{!o&&r.return!=null&&r.return()}finally{if(i)throw p}}return n}}function ge(e){if(Array.isArray(e))return e}function ve(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Se(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Oe(e,t,r){return t&&Se(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function _e(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&M(e,t)}function M(e,t){return M=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,o){return n.__proto__=o,n},M(e,t)}function we(e){var t=Ee();return function(){var n=C(e),o;if(t){var i=C(this).constructor;o=Reflect.construct(n,arguments,i)}else o=n.apply(this,arguments);return Pe(this,o)}}function Pe(e,t){if(t&&($(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return F(e)}function F(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Ee(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function C(e){return C=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},C(e)}function N(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Le(e,t){return!Array.isArray(e)&&typeof e!="number"?!1:Array.isArray(e)?e.includes(t):e===t}var H=(function(e){_e(r,e);var t=we(r);function r(){var n;ve(this,r);for(var o=arguments.length,i=new Array(o),a=0;a<o;a++)i[a]=arguments[a];return n=t.call.apply(t,[this].concat(i)),N(F(n),"childRefs",{}),n}return Oe(r,[{key:"render",value:function(){var o=this,i=this.props,a=i.overrides,p=a===void 0?{}:a,s=i.mode,S=s===void 0?k.checkbox:s,y=i.children,f=i.selected,m=i.disabled,l=i.onClick,j=i.kind,d=i.shape,A=i.size,w=q(p.Root,z),R=ye(w,2),P=R[0],O=R[1],E=this.props["aria-label"]||this.props.ariaLabel,h=S===k.radio,W=c.Children.count(y);return c.createElement(J.Consumer,null,function(X){return c.createElement(P,D({"aria-label":E||X.buttongroup.ariaLabel,"data-baseweb":"button-group",role:h?"radiogroup":"group",$shape:d,$length:y.length},O),c.Children.map(y,function(b,L){if(!c.isValidElement(b))return null;var B=b.props.isSelected?b.props.isSelected:Le(f,L);return h&&(o.childRefs[L]=c.createRef()),c.cloneElement(b,{disabled:m||b.props.disabled,isSelected:B,ref:h?o.childRefs[L]:void 0,tabIndex:!h||B||h&&(!f||f===-1)&&L===0?0:-1,onKeyDown:function(u){if(h){var g=Number(f)?Number(f):0;if(u.key==="ArrowUp"||u.key==="ArrowLeft"){u.preventDefault&&u.preventDefault();var I=g-1<0?W-1:g-1;l&&l(u,I),o.childRefs[I].current&&o.childRefs[I].current.focus()}if(u.key==="ArrowDown"||u.key==="ArrowRight"){u.preventDefault&&u.preventDefault();var T=g+1>W-1?0:g+1;l&&l(u,T),o.childRefs[T].current&&o.childRefs[T].current.focus()}}},kind:j,onClick:function(u){m||(b.props.onClick&&b.props.onClick(u),l&&l(u,L))},shape:d,size:A,overrides:de({BaseButton:{style:function(u){var g=u.$theme;return y.length===1?{}:d!==G.default?{marginLeft:g.sizing.scale100,marginRight:g.sizing.scale100}:{marginLeft:"0.5px",marginRight:"0.5px"}},props:{"aria-checked":B,role:h?"radio":"checkbox"}}},b.props.overrides)})}))})}}]),r})(c.Component);N(H,"defaultProps",{disabled:!1,onClick:function(){},shape:G.default,size:pe.default,kind:fe.secondary});function Re(e,t){return t.includes(e)?t.filter(r=>r!==e):[...t,e]}function ke(e,t,r){return e===v.ClickMode.MULTI_SELECT?Re(t,r??[]):r?.includes(t)?[]:[t]}function Ce(e){return e.length===0?-1:e[0]}function je(e,t,r,n){t.setIntArrayValue(e,r.value,{fromUi:r.fromUi},n)}function Ae(e,t,r){const n=r===v.Style.PILLS?U.PILLS:U.SEGMENTED_CONTROL,o=ue.MEDIUM;return{element:_(le,{icon:t,label:e,iconSize:"base",useSmallerFont:!0}),kind:n,size:o}}function Be(e,t){return e&&(t=`${t}Active`),t}function Ie(e,t,r){const n={flexWrap:"wrap",maxWidth:r?"100%":"fit-content",margin:"0 0"},o=r?"100%":"auto";switch(e){case v.Style.PILLS:return{...n,columnGap:t.twoXS,rowGap:t.twoXS,width:o};case v.Style.SEGMENTED_CONTROL:return{...n,columnGap:t.none,rowGap:t.twoXS,width:o};default:return n}}function Te(e,t,r,n,o){const i=r.includes(t);return c.forwardRef(function(p,s){const{element:S,kind:y,size:f}=Ae(e.content??"",e.contentIcon??void 0,n),m=Be(i,y);return _(ae,{...p,size:f,kind:m,containerWidth:o,children:S})})}function $e(e,t){return e.getIntArrayValue(t)}function De(e){return e.default??[]}function Me(e){return e.value??[]}function Ge(e){const{disabled:t,element:r,fragmentId:n,widgetMgr:o,widthConfig:i}=e,{clickMode:a,options:p,style:s,label:S,labelVisibility:y,help:f}=r,m=Q(),[l,j]=se({getStateFromWidgetMgr:$e,getDefaultStateFromProto:De,getCurrStateFromProto:Me,updateWidgetMgrState:je,element:r,widgetMgr:o,fragmentId:n}),d=Y(i),A=(P,O)=>{const E=ke(a,O,l);j({value:E,fromUi:!0})};let w;a===v.ClickMode.SINGLE_SELECT?w=k.radio:a===v.ClickMode.MULTI_SELECT&&(w=k.checkbox);const R=c.useMemo(()=>p.map((P,O)=>{const E=Te(P,O,l,s,d);return _(E,{},`${P.content}-${O}`)}),[p,s,l,d]);return ee(ie,{className:"stButtonGroup","data-testid":"stButtonGroup",containerWidth:d,children:[_(oe,{label:S,disabled:t,labelVisibility:te(y?.value??ne.LabelVisibilityOptions.COLLAPSED),children:f&&_(ce,{content:f,placement:re.TOP,label:S})}),_(H,{disabled:t,mode:w,onClick:A,selected:a===v.ClickMode.MULTI_SELECT?l:Ce(l),overrides:{Root:{style:c.useCallback(()=>Ie(s,m.spacing,d),[s,m.spacing,d])}},children:R})]})}const Ue=c.memo(Ge);export{Ue as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{z as p,M as o,r as C,N,o as g,j as s,O as u,q as T,Q as m}from"./index.y5HxPwg9.js";import{g as A,a as L,f as w}from"./pandasStylerUtils.DGWgd5sM.js";import"./moment.C7qA8nIE.js";import"./numbro.B9_PXfzp.js";import"./_baseIndexOf.BTknn6Gb.js";const x=p("div",{target:"e10e2fxn0"})(({theme:e})=>({fontSize:e.fontSizes.md,fontFamily:e.genericFonts.bodyFont,lineHeight:e.lineHeights.small,captionSide:"bottom"})),M=p("div",{target:"e10e2fxn1"})(({theme:e})=>({fontFamily:e.genericFonts.bodyFont,fontSize:e.fontSizes.sm,paddingTop:e.spacing.sm,paddingBottom:0,color:e.colors.fadedText60,textAlign:"left",wordWrap:"break-word",display:"inline-block"})),h=p("div",{target:"e10e2fxn2"})(({theme:e,borderMode:t})=>({border:t===o.BorderMode.ALL?`${e.sizes.borderWidth} solid ${e.colors.dataframeBorderColor}`:"none",borderRadius:e.radii.default,overflow:"auto"})),O=p("table",{target:"e10e2fxn3"})(({theme:e})=>({width:e.sizes.full,color:e.colors.bodyText,borderSpacing:0})),S=(e,t=o.BorderMode.ALL)=>({borderBottom:t!==o.BorderMode.NONE?`${e.sizes.borderWidth} solid ${e.colors.dataframeBorderColor}`:"none","tbody tr:last-child &":{borderBottom:t===o.BorderMode.ALL||t===o.BorderMode.HORIZONTAL?"none":void 0},borderRight:t===o.BorderMode.ALL?`${e.sizes.borderWidth} solid ${e.colors.dataframeBorderColor}`:"none","&:last-child":{borderRight:t===o.BorderMode.ALL?"none":void 0,paddingRight:t===o.BorderMode.NONE?"0":e.spacing.xs},verticalAlign:"middle",padding:`${e.spacing.twoXS} ${e.spacing.xs}`,"&:not(:first-of-type)":{paddingLeft:t===o.BorderMode.NONE||t===o.BorderMode.HORIZONTAL?e.spacing.lg:e.spacing.xs},"&:first-of-type":{paddingLeft:t===o.BorderMode.NONE?"0":e.spacing.xs},fontWeight:e.fontWeights.normal}),b=p("td",{target:"e10e2fxn4"})(({theme:e,borderMode:t})=>S(e,t)),B=p("th",{target:"e10e2fxn5"})(({theme:e,borderMode:t})=>({...S(e,t),textAlign:"inherit",color:e.colors.fadedText60,"&:first-of-type":{paddingLeft:t===o.BorderMode.NONE?"0":e.spacing.sm},"&:not(:first-of-type)":{paddingLeft:t===o.BorderMode.NONE||t===o.BorderMode.HORIZONTAL?e.spacing.lg:e.spacing.sm}})),H=p(b,{target:"e10e2fxn6"})(({theme:e})=>({color:e.colors.gray70,fontStyle:"italic",fontSize:e.fontSizes.md,textAlign:"center"}));function R(e){const t=e.data,{cssId:l,cssStyles:r,caption:d}=t.styler??{},{numHeaderRows:f,numDataRows:c,numColumns:a}=t.dimensions,n=N(c),i=e.element.borderMode;return g(x,{className:"stTable","data-testid":"stTable",children:[r&&s("style",{children:r}),s(h,{borderMode:i,children:g(O,{id:l,"data-testid":"stTableStyledTable",children:[f>0&&E(t,i),s("tbody",{children:n.length===0?s("tr",{children:s(H,{"data-testid":"stTableStyledEmptyTableCell",colSpan:a||1,borderMode:i,children:"empty"})}):n.map(y=>z(t,y,a,i))})]})}),d&&s(M,{children:d})]})}function E(e,t){const l=t===o.BorderMode.NONE||t===o.BorderMode.HORIZONTAL;return s("thead",{children:A(e).map((r,d)=>s("tr",{children:r.map((f,c)=>{let a="inherit";if(l&&e.dimensions.numDataRows>0){const{contentType:n}=e.getCell(0,c);a=u(n)?"right":"left"}return s(B,{className:f.cssClass,scope:"col",borderMode:t,style:{textAlign:a},children:s(T,{source:f.name||" ",allowHTML:!1})},c)})},d))})}function z(e,t,l,r){return s("tr",{children:N(l).map(d=>$(e,t,d,r))},t)}function $(e,t,l,r){const{type:d,content:f,contentType:c}=e.getCell(t,l),a=L(e,t,l);let n=a?.displayContent||w(f,c),i=!1;const y={textAlign:u(c)?"right":"left"};switch(n?.endsWith('<span class="pd-t"></span>')&&(n=n.replace(/<span class="pd-t"><\/span>$/,""),i=!0),d){case m.INDEX:return g(B,{scope:"row",id:a?.cssId,className:a?.cssClass,borderMode:r,children:[i&&s("span",{className:"pd-t"}),s(T,{source:n||" ",allowHTML:!1})]},l);case m.DATA:return g(b,{id:a?.cssId,className:a?.cssClass,style:y,borderMode:r,children:[i&&s("span",{className:"pd-t"}),s(T,{source:n||" ",allowHTML:!1})]},l);default:throw new Error(`Cannot parse type "${d}".`)}}const j=C.memo(R);export{j as default};
|