streamlit 1.49.0__py3-none-any.whl → 1.50.0__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/column_config.py +2 -0
- streamlit/commands/navigation.py +3 -1
- streamlit/components/v1/custom_component.py +17 -42
- streamlit/config.py +306 -0
- streamlit/connections/base_connection.py +4 -2
- streamlit/dataframe_util.py +3 -2
- streamlit/delta_generator.py +2 -3
- streamlit/elements/arrow.py +63 -43
- streamlit/elements/deck_gl_json_chart.py +1 -0
- streamlit/elements/form.py +6 -6
- streamlit/elements/graphviz_chart.py +23 -6
- streamlit/elements/iframe.py +0 -2
- streamlit/elements/image.py +10 -9
- streamlit/elements/layouts.py +58 -11
- streamlit/elements/lib/built_in_chart_utils.py +95 -29
- streamlit/elements/lib/column_config_utils.py +5 -0
- streamlit/elements/lib/column_types.py +563 -144
- streamlit/elements/lib/dialog.py +1 -0
- streamlit/elements/lib/layout_utils.py +4 -4
- streamlit/elements/lib/pandas_styler_utils.py +30 -14
- streamlit/elements/lib/utils.py +17 -5
- streamlit/elements/map.py +1 -3
- streamlit/elements/media.py +2 -0
- streamlit/elements/metric.py +10 -32
- streamlit/elements/plotly_chart.py +17 -9
- streamlit/elements/pyplot.py +6 -6
- streamlit/elements/vega_charts.py +110 -44
- streamlit/elements/widgets/audio_input.py +48 -0
- streamlit/elements/widgets/button.py +27 -25
- streamlit/elements/widgets/button_group.py +1 -0
- streamlit/elements/widgets/camera_input.py +1 -0
- streamlit/elements/widgets/chat.py +1 -0
- streamlit/elements/widgets/checkbox.py +1 -0
- streamlit/elements/widgets/color_picker.py +1 -0
- streamlit/elements/widgets/data_editor.py +6 -5
- streamlit/elements/widgets/file_uploader.py +1 -0
- streamlit/elements/widgets/multiselect.py +10 -0
- streamlit/elements/widgets/number_input.py +3 -0
- streamlit/elements/widgets/radio.py +1 -0
- streamlit/elements/widgets/select_slider.py +1 -0
- streamlit/elements/widgets/selectbox.py +4 -0
- streamlit/elements/widgets/slider.py +1 -0
- streamlit/elements/widgets/text_widgets.py +6 -0
- streamlit/elements/widgets/time_widgets.py +9 -0
- streamlit/elements/write.py +1 -17
- streamlit/git_util.py +65 -43
- streamlit/material_icon_names.py +1 -1
- streamlit/proto/Arrow_pb2.py +10 -8
- streamlit/proto/Arrow_pb2.pyi +31 -2
- streamlit/proto/AudioInput_pb2.py +2 -2
- streamlit/proto/AudioInput_pb2.pyi +6 -2
- streamlit/proto/Block_pb2.py +11 -11
- streamlit/proto/Block_pb2.pyi +5 -0
- streamlit/proto/NewSession_pb2.py +18 -16
- streamlit/proto/NewSession_pb2.pyi +135 -2
- streamlit/runtime/app_session.py +18 -5
- streamlit/runtime/theme_util.py +148 -0
- streamlit/static/index.html +2 -2
- streamlit/static/manifest.json +221 -221
- streamlit/static/static/css/index.CHEnSPGk.css +1 -0
- streamlit/static/static/css/{index.C8X8rNzw.css → index.CIiu7Ygf.css} +1 -1
- streamlit/static/static/js/{ErrorOutline.esm.u9XvzxL8.js → ErrorOutline.esm.DUpR0_Ka.js} +1 -1
- streamlit/static/static/js/{FileDownload.esm.CaRyZ-b2.js → FileDownload.esm.CN4j9-1w.js} +1 -1
- streamlit/static/static/js/{FileHelper.Dk2SwIi3.js → FileHelper.CaIUKG91.js} +1 -1
- streamlit/static/static/js/{FormClearHelper.l_UPPvkg.js → FormClearHelper.DTcdrasw.js} +1 -1
- streamlit/static/static/js/{Hooks.BxrVEftw.js → Hooks.BRba_Own.js} +1 -1
- streamlit/static/static/js/InputInstructions.xnSDuYeQ.js +1 -0
- streamlit/static/static/js/{Particles.DkY6FDnc.js → Particles.CElH0XX2.js} +1 -1
- streamlit/static/static/js/{ProgressBar.BPtSM82n.js → ProgressBar.DetlP5aY.js} +2 -2
- streamlit/static/static/js/Toolbar.C77ar7rq.js +1 -0
- streamlit/static/static/js/{base-input.egUI4LjJ.js → base-input.BQft14La.js} +3 -3
- streamlit/static/static/js/{checkbox.ButpszcE.js → checkbox.yZOfXCeX.js} +1 -1
- streamlit/static/static/js/{createSuper.DYJA5xa6.js → createSuper.Dh9w1cs8.js} +1 -1
- streamlit/static/static/js/data-grid-overlay-editor.DcuHuCyW.js +1 -0
- streamlit/static/static/js/{downloader.B3TjsSPZ.js → downloader.MeHtkq8r.js} +1 -1
- streamlit/static/static/js/{es6.BYSNuG4D.js → es6.VpBPGCnM.js} +2 -2
- streamlit/static/static/js/{iframeResizer.contentWindow.CNPHJsF2.js → iframeResizer.contentWindow.yMw_ARIL.js} +1 -1
- streamlit/static/static/js/{index.DgpIMUsr.js → index.64ejlaaT.js} +1 -1
- streamlit/static/static/js/{index.BBnWuh07.js → index.6xX1278W.js} +90 -91
- streamlit/static/static/js/index.B-hiXRzw.js +1 -0
- streamlit/static/static/js/{index.DtwkPJs5.js → index.B0H9IXUJ.js} +47 -47
- streamlit/static/static/js/{index.0tDq1WXk.js → index.B4cAbHP6.js} +1 -1
- streamlit/static/static/js/{index.CFjU0x00.js → index.B4dUQfni.js} +1 -1
- streamlit/static/static/js/{index.BrD9sbpx.js → index.BPQo7BKk.js} +1 -1
- streamlit/static/static/js/index.Baqa90pe.js +2 -0
- streamlit/static/static/js/{index.uInpwWAP.js → index.Bj9JgOEC.js} +1 -1
- streamlit/static/static/js/index.BjCwMzj4.js +3 -0
- streamlit/static/static/js/{index.C3EXAI-u.js → index.Bm3VbPB5.js} +1 -1
- streamlit/static/static/js/{index.DGcW849X.js → index.Bxz2yX3P.js} +1 -1
- streamlit/static/static/js/{index.CeXLlclc.js → index.BycLveZ4.js} +1 -1
- streamlit/static/static/js/{index.CjQnYKID.js → index.C9BdUqTi.js} +1 -1
- streamlit/static/static/js/index.CFMf5_ez.js +197 -0
- streamlit/static/static/js/index.CGYqqs6j.js +1 -0
- streamlit/static/static/js/{index.CFePF7s4.js → index.CH1tqnSs.js} +1 -1
- streamlit/static/static/js/{index.BoJaJReB.js → index.CMItVsFA.js} +1 -1
- streamlit/static/static/js/{index.CuEFSQ-o.js → index.CTBk8Vk2.js} +1 -1
- streamlit/static/static/js/index.CiAQIz1H.js +7 -0
- streamlit/static/static/js/index.Cj7DSzVR.js +73 -0
- streamlit/static/static/js/index.Ck8rQ9OL.js +1 -0
- streamlit/static/static/js/{index.CqSRo6zQ.js → index.ClELlchS.js} +2 -2
- streamlit/static/static/js/{index.DP1rDFP0.js → index.Cnpi3o3E.js} +1 -1
- streamlit/static/static/js/{index.Cl_966eE.js → index.Ctn27_AE.js} +1 -1
- streamlit/static/static/js/{index.D4jR1m1z.js → index.D2QEXQq_.js} +1 -1
- streamlit/static/static/js/index.DH71Ezyj.js +1 -0
- streamlit/static/static/js/{index.CfiZGqj3.js → index.DHh-U0dK.js} +2 -2
- streamlit/static/static/js/{index.Bp1Of6L8.js → index.DK7hD7_w.js} +1 -1
- streamlit/static/static/js/{index.MQLQLR5Z.js → index.DKv_lNO7.js} +1 -1
- streamlit/static/static/js/index.DNLrMXgm.js +12 -0
- streamlit/static/static/js/index.DW0Grddz.js +1 -0
- streamlit/static/static/js/{index.Cb9gN2T2.js → index.Dbe-Q3C-.js} +1 -1
- streamlit/static/static/js/index.DcPNYEUo.js +1 -0
- streamlit/static/static/js/index.DuxqVQpd.js +1 -0
- streamlit/static/static/js/{index.BH79B25f.js → index.FFOzOWzC.js} +1 -1
- streamlit/static/static/js/{index.DWedOrkQ.js → index.GRUzrudl.js} +1 -1
- streamlit/static/static/js/{input.CbP5ZuQ7.js → input.s6pjQ49A.js} +1 -1
- streamlit/static/static/js/{memory.BuacVo2L.js → memory.Cuvsdfrl.js} +1 -1
- streamlit/static/static/js/{number-overlay-editor.BZb9zRl_.js → number-overlay-editor.DdgVR5m3.js} +1 -1
- streamlit/static/static/js/{possibleConstructorReturn.DSM84rOS.js → possibleConstructorReturn.CqidKeei.js} +1 -1
- streamlit/static/static/js/{sandbox.C480llMG.js → sandbox.CCQREcJx.js} +1 -1
- streamlit/static/static/js/{timepicker.BunxCVp7.js → timepicker.mkJF97Bb.js} +4 -4
- streamlit/static/static/js/{toConsumableArray.B4o8rEx1.js → toConsumableArray.De7I7KVR.js} +1 -1
- streamlit/static/static/js/{uniqueId.tii0yosY.js → uniqueId.RI1LJdtz.js} +1 -1
- streamlit/static/static/js/{useBasicWidgetState.Bnm4FD6K.js → useBasicWidgetState.CedkNjUW.js} +1 -1
- streamlit/static/static/js/{useTextInputAutoExpand.Dgtwc1m0.js → useTextInputAutoExpand.Ca7w8dVs.js} +2 -2
- streamlit/static/static/js/{useUpdateUiValue.DjXdMFGw.js → useUpdateUiValue.DeXelfRH.js} +1 -1
- streamlit/static/static/js/withFullScreenWrapper.C3561XxJ.js +1 -0
- streamlit/static/static/media/MaterialSymbols-Rounded.DeCZgS-4.woff2 +0 -0
- streamlit/string_util.py +58 -1
- streamlit/web/bootstrap.py +0 -31
- streamlit/web/server/routes.py +17 -4
- streamlit/web/server/server.py +1 -0
- {streamlit-1.49.0.dist-info → streamlit-1.50.0.dist-info}/METADATA +1 -1
- {streamlit-1.49.0.dist-info → streamlit-1.50.0.dist-info}/RECORD +137 -136
- streamlit/static/static/css/index.COe1010n.css +0 -1
- streamlit/static/static/js/InputInstructions.C254RU9X.js +0 -1
- streamlit/static/static/js/Toolbar.BO_3WBaS.js +0 -1
- streamlit/static/static/js/data-grid-overlay-editor.C9gQLEnU.js +0 -1
- streamlit/static/static/js/index.BDZorv41.js +0 -1
- streamlit/static/static/js/index.BeTC4Yl-.js +0 -197
- streamlit/static/static/js/index.BnOd05Ko.js +0 -2
- streamlit/static/static/js/index.Bpe4-O2W.js +0 -1
- streamlit/static/static/js/index.C1qCS-sd.js +0 -1
- streamlit/static/static/js/index.C77g9sAQ.js +0 -3
- streamlit/static/static/js/index.Ca3y4ztK.js +0 -1
- streamlit/static/static/js/index.CbwuUwu4.js +0 -12
- streamlit/static/static/js/index.DKb-BAE2.js +0 -1
- streamlit/static/static/js/index.DStzYLqM.js +0 -73
- streamlit/static/static/js/index.DVKQKDLu.js +0 -1
- streamlit/static/static/js/index.DYbRPmVF.js +0 -1
- streamlit/static/static/js/index.z992t-BQ.js +0 -7
- streamlit/static/static/js/withFullScreenWrapper.0cy2pVf5.js +0 -1
- streamlit/static/static/media/MaterialSymbols-Rounded.CBxVaFdk.woff2 +0 -0
- {streamlit-1.49.0.data → streamlit-1.50.0.data}/scripts/streamlit.cmd +0 -0
- {streamlit-1.49.0.dist-info → streamlit-1.50.0.dist-info}/WHEEL +0 -0
- {streamlit-1.49.0.dist-info → streamlit-1.50.0.dist-info}/entry_points.txt +0 -0
- {streamlit-1.49.0.dist-info → streamlit-1.50.0.dist-info}/top_level.txt +0 -0
|
@@ -2,13 +2,13 @@ streamlit/__init__.py,sha256=S1zNiVlNF9hzj65ZlATzG24W5Q8FWrGQ9y90HQg9h1c,9633
|
|
|
2
2
|
streamlit/__main__.py,sha256=G3Ka6wgeICpC1gI872L7jGQhY4ukAFo3lgnYIqtoBIo,868
|
|
3
3
|
streamlit/auth_util.py,sha256=C3kylKgnVgAveIcnfKo_yQ842zuh8OaqZ2WDWAZkwPc,8594
|
|
4
4
|
streamlit/cli_util.py,sha256=OeRB5PU17WbuqOW5VZvtM_hZqvZ4oOeB63YT2OiTUxA,3466
|
|
5
|
-
streamlit/column_config.py,sha256=
|
|
6
|
-
streamlit/config.py,sha256=
|
|
5
|
+
streamlit/column_config.py,sha256=97WfOLG4bm8yRV9nunUTHRJT2H2T3-l1-s_H9HgefMU,1497
|
|
6
|
+
streamlit/config.py,sha256=Y8MSliH7T65hDkP0-_7V9YFG4TFOQlOEnWPXOsfVEZM,76061
|
|
7
7
|
streamlit/config_option.py,sha256=J9gY4SWlyPkeeMHT0XXNEuhPcP23Fv78EFBwpBXMi9Q,11679
|
|
8
8
|
streamlit/config_util.py,sha256=yXkELy2CyzBguADHw5zpY3PYmKrvxRaW94y38deuSsg,6251
|
|
9
9
|
streamlit/cursor.py,sha256=ej36w8lrhmHcuSDe-BKJ40TathM7xz1TGiomv9Ov-7M,6062
|
|
10
|
-
streamlit/dataframe_util.py,sha256=
|
|
11
|
-
streamlit/delta_generator.py,sha256=
|
|
10
|
+
streamlit/dataframe_util.py,sha256=M7VqvQKBGrDiaHq2xaQZ-WS3Z-sw14XOCmOKU4cdi3Y,48737
|
|
11
|
+
streamlit/delta_generator.py,sha256=MLRv-1ebSgrsU1e1GrfiG_JMlyhA_CinH8DiWNDbg7c,22080
|
|
12
12
|
streamlit/delta_generator_singletons.py,sha256=pRSLSYpgi2QrqfmwsjTct9CBHnL64OJseME_FV9sFIg,7590
|
|
13
13
|
streamlit/deprecation_util.py,sha256=Xbr2taczs1r93tB8SPhDE83GkkC4ag8Jb62ttK9ONtY,7194
|
|
14
14
|
streamlit/development.py,sha256=onqCGtzmzCOXdlUV0hU9ai_Rq_TWGNif9tC6yEezXho,813
|
|
@@ -17,14 +17,14 @@ streamlit/env_util.py,sha256=QutZX4_wk0_pckYO_S9Jy1C14ilWMA9iFP25kJHY8-M,1767
|
|
|
17
17
|
streamlit/error_util.py,sha256=zQJGx2M_uE3Ib5J0vkN7yHJrHvFtK5V1ngaQdeRPf8w,3576
|
|
18
18
|
streamlit/errors.py,sha256=dk4Mlndfp0RCmSyym0mGiZD_Sj2OXhVqOxbOmmszRXw,18167
|
|
19
19
|
streamlit/file_util.py,sha256=l8aG2bULnaHmC2SrLn89tWc_400XwIhqeqF24fYRAs0,7811
|
|
20
|
-
streamlit/git_util.py,sha256=
|
|
20
|
+
streamlit/git_util.py,sha256=o0t7ikbv42W1R1Wo7iygkpvfxH6WIKcNLd0poDBUT2o,6511
|
|
21
21
|
streamlit/logger.py,sha256=6DsfhwA_SwwRm3OIgDWgkJwhVNzkqWMikCycQTsZOrQ,3966
|
|
22
|
-
streamlit/material_icon_names.py,sha256=
|
|
22
|
+
streamlit/material_icon_names.py,sha256=m9GriwUhUHYGPtpWrLxV09cztKp6p3CGJNcgbrSqfFQ,68116
|
|
23
23
|
streamlit/net_util.py,sha256=i9fkUMgoLdpg08GoVQAtr5ifrxBl8zPgYwSSYWnIcwg,3305
|
|
24
24
|
streamlit/platform.py,sha256=4duqQIzAlyyFQzsEi7oScC0_IAW8gN-ebZNohERk2as,1119
|
|
25
25
|
streamlit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
26
|
streamlit/source_util.py,sha256=VzlOamS1BeYMvF8TKJl_gvj03qvOIeSVjWp38g6TQCs,3168
|
|
27
|
-
streamlit/string_util.py,sha256=
|
|
27
|
+
streamlit/string_util.py,sha256=qfYF77rH5MPSdRsH7q8yiJjT2tCefqJ_MLUmzxXRAOM,7778
|
|
28
28
|
streamlit/temporary_directory.py,sha256=zVCW_CQwVEw66uQdv5HCejpXMP9VEsH5FSP4LEEtPZo,1929
|
|
29
29
|
streamlit/time_util.py,sha256=YgsoqQbFPxRhfeWko2C_ah7XkaWrAAE5wjQewQyS92g,2493
|
|
30
30
|
streamlit/type_util.py,sha256=mI9cNxagGCe_6Eh-igtQdcmfa0mBSoa_Wo9usjiPnM0,13058
|
|
@@ -37,7 +37,7 @@ streamlit/commands/echo.py,sha256=JJVc4SZag3FMA6ZviO4IUU-BG4muTa11z5UkJgMCfp8,42
|
|
|
37
37
|
streamlit/commands/execution_control.py,sha256=yBJcDfY_s1ZSAszQuZguFZ4nf7mygFnJdR3kCIfVl2Q,8848
|
|
38
38
|
streamlit/commands/experimental_query_params.py,sha256=lLWD61IVg8vVkyZoLFosgutWipXuB7wZYpETBtiYHf4,5718
|
|
39
39
|
streamlit/commands/logo.py,sha256=ELbLUSArg7nHh8MaGrgM4Azv3dau0c6TA85zC6e5bVs,7277
|
|
40
|
-
streamlit/commands/navigation.py,sha256=
|
|
40
|
+
streamlit/commands/navigation.py,sha256=R1Pfu9lJT-o1yhNmO8537RMvG3jw5C2cyyhCvBUUl-k,16014
|
|
41
41
|
streamlit/commands/page_config.py,sha256=eaVAjr7Kf7DTiaPWl0MDuxICWiOxP5XFmm15hyvV6TI,14396
|
|
42
42
|
streamlit/components/__init__.py,sha256=M4sIyiinWL04bSC-QUcfYDB8Gr-h0uXGjTmL6o2v8jc,616
|
|
43
43
|
streamlit/components/lib/__init__.py,sha256=M4sIyiinWL04bSC-QUcfYDB8Gr-h0uXGjTmL6o2v8jc,616
|
|
@@ -49,83 +49,83 @@ streamlit/components/v1/__init__.py,sha256=E4OVZRltYa4MdJxvxoirLLgH0biKrCVfIAbuz
|
|
|
49
49
|
streamlit/components/v1/component_arrow.py,sha256=3cgmEbnTqCJhHXe1CeU7upKchLYrO4uZnAf4JGCpksE,4463
|
|
50
50
|
streamlit/components/v1/component_registry.py,sha256=SGK63z0u00vLwOT9EGLNcS16byXLH1s3jnS_3hpNnCM,5741
|
|
51
51
|
streamlit/components/v1/components.py,sha256=t1DXfj9Clf6lPOuyT76Df_m4hTp4YnkV4t3FI9GCkB4,1585
|
|
52
|
-
streamlit/components/v1/custom_component.py,sha256=
|
|
52
|
+
streamlit/components/v1/custom_component.py,sha256=Eb-LfNSJZrtRu6MHLMd8vnB5xYZ1Xqy6HOhIv32bULU,9196
|
|
53
53
|
streamlit/connections/__init__.py,sha256=r5ZPPc8vPbuHXktFVK54clcECQwFeSKEATGEaifk8Ns,1083
|
|
54
|
-
streamlit/connections/base_connection.py,sha256=
|
|
54
|
+
streamlit/connections/base_connection.py,sha256=NZxQq-FqVEJtf-jpjJUpfS0oNcH6djEruKfv5qJc3zE,6842
|
|
55
55
|
streamlit/connections/snowflake_connection.py,sha256=1dmNtl3z_yqo2H1Kx9qcdBtndbK59XqwxI77TIl1C24,22844
|
|
56
56
|
streamlit/connections/snowpark_connection.py,sha256=VWKGseIEM6qVas2Nfn2P0d09ynvX3pyR2MgYXdzcarA,8114
|
|
57
57
|
streamlit/connections/sql_connection.py,sha256=LC7iLpw2ZJP4DvH9OYQsh8G4fmM6qKqa6uHlaMKapnU,16175
|
|
58
58
|
streamlit/connections/util.py,sha256=-GqWu3Iufkw_-eTiQrs8VBE7WKxL-AmYws2n0H-6VqE,3085
|
|
59
59
|
streamlit/elements/__init__.py,sha256=M4sIyiinWL04bSC-QUcfYDB8Gr-h0uXGjTmL6o2v8jc,616
|
|
60
60
|
streamlit/elements/alert.py,sha256=QKTrTTQRY_HeDiiHuDQYq8vuulzqkIjjlNko4g_-IeU,12379
|
|
61
|
-
streamlit/elements/arrow.py,sha256=
|
|
61
|
+
streamlit/elements/arrow.py,sha256=cnQ2OU72ldZ8DStFAAYxoxbx_ZYVMT6CSk-whDnT-GY,43139
|
|
62
62
|
streamlit/elements/balloons.py,sha256=788879T0Zb_sy5XNGtLPY3vgfsmFmEdol5E_yD64b-o,1482
|
|
63
63
|
streamlit/elements/bokeh_chart.py,sha256=42q6yhbRMQWEv-NRRA6kvnrRWRSbEfrryQPtxNgHxaI,5074
|
|
64
64
|
streamlit/elements/code.py,sha256=xs94EodLZk-4QMQtGeu0sa8GrN44kzsEFYCcY2royAI,6028
|
|
65
|
-
streamlit/elements/deck_gl_json_chart.py,sha256=
|
|
65
|
+
streamlit/elements/deck_gl_json_chart.py,sha256=tV7cgIk0ETHQyOKauaDIO5pC27znKe_Hr6Uywa_nTK4,21175
|
|
66
66
|
streamlit/elements/dialog_decorator.py,sha256=1OE-2wwMw-tZ6kCJCboc4YMXfGYvRBfKTteZS2IDTzI,11271
|
|
67
67
|
streamlit/elements/doc_string.py,sha256=JT1JJioIe8fO9t1YuT3LS4TtS89IvF0PvbqbhVpvkKE,17287
|
|
68
68
|
streamlit/elements/empty.py,sha256=pi7Tzv_96pTAjkMR0RuNpdPSwnVE9Bt5-cR4DeG7XzU,4615
|
|
69
69
|
streamlit/elements/exception.py,sha256=TAA3oK0uTgHmo04c0WjJPXq0ri_Q6NyPBTfekznwngE,12298
|
|
70
|
-
streamlit/elements/form.py,sha256=
|
|
71
|
-
streamlit/elements/graphviz_chart.py,sha256=
|
|
70
|
+
streamlit/elements/form.py,sha256=1pTOSw-mtfA4Iq8eXGavp0slOErNG6FBZS0IEK8OGBg,17748
|
|
71
|
+
streamlit/elements/graphviz_chart.py,sha256=1A2sPhRjhYQ84FYJDDICz2pY-C7ertaByVadukXACPs,7971
|
|
72
72
|
streamlit/elements/heading.py,sha256=6H0IJX0Gg34F3gmwi97uYgGf4UCMRHPf1EgYO38IN14,13385
|
|
73
73
|
streamlit/elements/html.py,sha256=0hrK5v4DowZLHZgG1DWdlccXXSurk4hJGgwu3Tywbwc,6946
|
|
74
|
-
streamlit/elements/iframe.py,sha256=
|
|
75
|
-
streamlit/elements/image.py,sha256=
|
|
74
|
+
streamlit/elements/iframe.py,sha256=BKaEMM9cqeTs0aX3dT6DrxngljFEIcK-cDnuCGQQj4M,8437
|
|
75
|
+
streamlit/elements/image.py,sha256=js6vTJ5kIG2HE3yhQzt70k2ZzLg72RWfIP2Le9qAU0E,9667
|
|
76
76
|
streamlit/elements/json.py,sha256=lhK9nVKC3G1gzYn59IzHVuKZywEdX7HmY7keNJSRb5s,5412
|
|
77
|
-
streamlit/elements/layouts.py,sha256=
|
|
78
|
-
streamlit/elements/map.py,sha256=
|
|
77
|
+
streamlit/elements/layouts.py,sha256=TYrTyrqQkJzhxixWNtG1bMOsCV4_rvQjVZGXULQ2MgE,45930
|
|
78
|
+
streamlit/elements/map.py,sha256=nlk4y2c0W4pt-90GlndiAcRDGG9h5tAogNeOCTFB1e8,16535
|
|
79
79
|
streamlit/elements/markdown.py,sha256=VkUOpGZGvICWulM04arTTzz84u-aRnHXKJWr0vXCm-I,19068
|
|
80
|
-
streamlit/elements/media.py,sha256=
|
|
81
|
-
streamlit/elements/metric.py,sha256=
|
|
80
|
+
streamlit/elements/media.py,sha256=7gYNbmotjPVea6axiIZ_8Yz2n4pNtUBNLFOwyZMB6fg,33550
|
|
81
|
+
streamlit/elements/metric.py,sha256=JYhZ5j4USWnwp6wfIQza-fI2C6EZGobwEZEG3JRrMxk,14820
|
|
82
82
|
streamlit/elements/pdf.py,sha256=oQe5AHh-VZAcRP7LlZ3-mRK4GPbuKJVFlxij7lVmspI,7204
|
|
83
|
-
streamlit/elements/plotly_chart.py,sha256=
|
|
83
|
+
streamlit/elements/plotly_chart.py,sha256=6cJF2V_TqXYZRC4c86yIfi6upLK0-d3hrH78R1PD1sY,22105
|
|
84
84
|
streamlit/elements/progress.py,sha256=y56eCIClTzwzeMQIRt_62NYLqn8Qltl6TgQ2TMNINg0,6104
|
|
85
|
-
streamlit/elements/pyplot.py,sha256=
|
|
85
|
+
streamlit/elements/pyplot.py,sha256=tOw_lzub3SoO7ym_sapP6Iho3FDelgSAQvLC1U1FCPA,8438
|
|
86
86
|
streamlit/elements/snow.py,sha256=iP2HHz9Oljf-3s76flzK7C_bU1QdNkOCpYym-LSdQjw,1439
|
|
87
87
|
streamlit/elements/spinner.py,sha256=sNsqoROhqXbvlvaRJC7eqm15Rcd3kn1wyKefQSFS7Dw,4892
|
|
88
88
|
streamlit/elements/text.py,sha256=LXYBQZ-IWw-X8h6Jmx3qHjTGe7aXuFTDcTUvBK16DrY,3405
|
|
89
89
|
streamlit/elements/toast.py,sha256=ukOc3TXk3xDWnNdHmk0HQbRWgr10HzYQ_dQ94gg7SrI,6368
|
|
90
|
-
streamlit/elements/vega_charts.py,sha256=
|
|
91
|
-
streamlit/elements/write.py,sha256=
|
|
90
|
+
streamlit/elements/vega_charts.py,sha256=r6aNA-wXuTMk5RkEaRyWU3pi2pIo7iv2ZejbBPjiRic,89063
|
|
91
|
+
streamlit/elements/write.py,sha256=LdyunbNJYkpBKgQyGtsmPSGJW2LU77FdFpV5WKixrOE,21913
|
|
92
92
|
streamlit/elements/lib/__init__.py,sha256=M4sIyiinWL04bSC-QUcfYDB8Gr-h0uXGjTmL6o2v8jc,616
|
|
93
|
-
streamlit/elements/lib/built_in_chart_utils.py,sha256=
|
|
93
|
+
streamlit/elements/lib/built_in_chart_utils.py,sha256=aaVg-J8oSdzYDa-xgLj89iyWG5a0EChXSxKZHgimPJw,42200
|
|
94
94
|
streamlit/elements/lib/color_util.py,sha256=TIIetPQeTqkg1etYbXZvZHe-bs_KFOHJ_yoA6XTTBAM,8977
|
|
95
|
-
streamlit/elements/lib/column_config_utils.py,sha256=
|
|
96
|
-
streamlit/elements/lib/column_types.py,sha256=
|
|
97
|
-
streamlit/elements/lib/dialog.py,sha256=
|
|
95
|
+
streamlit/elements/lib/column_config_utils.py,sha256=kgcyUSy9e9W-bJS071Pa0JaZU1v0ZK2jxy7mf1BxzcQ,16751
|
|
96
|
+
streamlit/elements/lib/column_types.py,sha256=P9PcdIcvssPis0jCf9N9fBq-8N40uRnEmxQ8PzXf9Gk,95912
|
|
97
|
+
streamlit/elements/lib/dialog.py,sha256=AHlQkxJhwrFAb6HPZQ8jWL69C-cyut-0HN4Lck4ZUy0,7165
|
|
98
98
|
streamlit/elements/lib/dicttools.py,sha256=L_WZK_88z_AfVKxRJaSTTD6B3BBr00zZzoxW0FSBX-w,3887
|
|
99
99
|
streamlit/elements/lib/file_uploader_utils.py,sha256=SqF6jIjFRT1sM-jbr_PyudR8lzRM37MWc26QRVemWPA,3258
|
|
100
100
|
streamlit/elements/lib/form_utils.py,sha256=jAJIUrWEddiGw4HEQZvOh-NH7MMxcCrN5J7p4w1HJMY,2587
|
|
101
101
|
streamlit/elements/lib/image_utils.py,sha256=3Kt8sjsQVjVavzdrpxZYLoyL2T3hKQBajMv216Un9v0,15986
|
|
102
102
|
streamlit/elements/lib/js_number.py,sha256=lBEWML4GY_ZW_W-JCeCJJMxZMzkDAvhz_0dkUnif5IU,3532
|
|
103
|
-
streamlit/elements/lib/layout_utils.py,sha256=
|
|
103
|
+
streamlit/elements/lib/layout_utils.py,sha256=9p51NrihmEqBHldE9u8aJ6zk0fDowI2L_vsp3C-OXWQ,7022
|
|
104
104
|
streamlit/elements/lib/mutable_status_container.py,sha256=l_YDfiOv7a53IxUR2brVGTuWHas7NeQHwn2BbI83iH4,7101
|
|
105
105
|
streamlit/elements/lib/options_selector_utils.py,sha256=wCf5HqxLMTwomPI4jcdeCAdqaUtZDONdFdoYOZBaWzE,10054
|
|
106
|
-
streamlit/elements/lib/pandas_styler_utils.py,sha256=
|
|
106
|
+
streamlit/elements/lib/pandas_styler_utils.py,sha256=iXuTHurG_ase_FG2wjyNwzWjeia9tI3jpnBO63nseus,9081
|
|
107
107
|
streamlit/elements/lib/policies.py,sha256=iwywfWrS4sVJC0kXn55-sOSSYMUzFJNaLWGtowSr-7Y,6877
|
|
108
108
|
streamlit/elements/lib/streamlit_plotly_theme.py,sha256=IhF5l7Ur8TLNVqJaEbdxf5tKuq8PByu1dfkT9ASnFOM,8221
|
|
109
109
|
streamlit/elements/lib/subtitle_utils.py,sha256=aRkbUWinloC9kUu1Lj_1wBuRZF1R_AyXGQ2KGGdq6jA,6216
|
|
110
|
-
streamlit/elements/lib/utils.py,sha256=
|
|
110
|
+
streamlit/elements/lib/utils.py,sha256=qUMhvDAMoGciLOTbVQl8JOY3I-FCDpmFnEffmxilRE4,9741
|
|
111
111
|
streamlit/elements/widgets/__init__.py,sha256=M4sIyiinWL04bSC-QUcfYDB8Gr-h0uXGjTmL6o2v8jc,616
|
|
112
|
-
streamlit/elements/widgets/audio_input.py,sha256=
|
|
113
|
-
streamlit/elements/widgets/button.py,sha256=
|
|
114
|
-
streamlit/elements/widgets/button_group.py,sha256=
|
|
115
|
-
streamlit/elements/widgets/camera_input.py,sha256=
|
|
116
|
-
streamlit/elements/widgets/chat.py,sha256=
|
|
117
|
-
streamlit/elements/widgets/checkbox.py,sha256=
|
|
118
|
-
streamlit/elements/widgets/color_picker.py,sha256=
|
|
119
|
-
streamlit/elements/widgets/data_editor.py,sha256=
|
|
120
|
-
streamlit/elements/widgets/file_uploader.py,sha256=
|
|
121
|
-
streamlit/elements/widgets/multiselect.py,sha256=
|
|
122
|
-
streamlit/elements/widgets/number_input.py,sha256=
|
|
123
|
-
streamlit/elements/widgets/radio.py,sha256=
|
|
124
|
-
streamlit/elements/widgets/select_slider.py,sha256=
|
|
125
|
-
streamlit/elements/widgets/selectbox.py,sha256=
|
|
126
|
-
streamlit/elements/widgets/slider.py,sha256=
|
|
127
|
-
streamlit/elements/widgets/text_widgets.py,sha256=
|
|
128
|
-
streamlit/elements/widgets/time_widgets.py,sha256=
|
|
112
|
+
streamlit/elements/widgets/audio_input.py,sha256=PAuGVFGYsKd1vYUuxLmLOz24iavEYeJ0xWurN4etOXI,12358
|
|
113
|
+
streamlit/elements/widgets/button.py,sha256=IEkIC0z7hcsjkAYNTErucqLWdnafAQYnstLaMNFWv68,48236
|
|
114
|
+
streamlit/elements/widgets/button_group.py,sha256=DWzJ7Op4bkWNQY9NybinZKuKN2gPfkB9DCOxS6jSwNA,41733
|
|
115
|
+
streamlit/elements/widgets/camera_input.py,sha256=R_AWF-UIeqHdG_9rXtWLFQaejxqK0hGBAJM0Ia3RwS8,10237
|
|
116
|
+
streamlit/elements/widgets/chat.py,sha256=dpD8tl5-Zf6OUig3qYi1ZN4p7zGQU0jPpbA7o9iEClU,27387
|
|
117
|
+
streamlit/elements/widgets/checkbox.py,sha256=y-JxK_13taW1NQfWfTycTocpD11Ww8Fd4etHNv9SehQ,13996
|
|
118
|
+
streamlit/elements/widgets/color_picker.py,sha256=ZcJIFpElIGjB5laM4V24NjDMyGI3e6opu6TbWUj7YO8,9741
|
|
119
|
+
streamlit/elements/widgets/data_editor.py,sha256=yiMFh6jZ-JhpO8KKJnNnsZ39_OC4jZaP8EnOW2qVXsU,41644
|
|
120
|
+
streamlit/elements/widgets/file_uploader.py,sha256=wy9GllXVYjVD9pFusJJXpWccz4f44SUspYttH4nAr1U,21026
|
|
121
|
+
streamlit/elements/widgets/multiselect.py,sha256=4ZIIHtCRLd58bQKXZxKU1Q2DCKPNt27Da8IWx7HHpvE,21006
|
|
122
|
+
streamlit/elements/widgets/number_input.py,sha256=bMiRm21Sj6QuXXjHpITj0eTTa3BpZ1yeUXsI0wmsN-0,25177
|
|
123
|
+
streamlit/elements/widgets/radio.py,sha256=9LUZxKGdYezq_uCmcoxdst9XIwAyVkxaLF4YpZYTDIc,15808
|
|
124
|
+
streamlit/elements/widgets/select_slider.py,sha256=DmAcz7ie5trraKh2-GnVIgbQfmf4zrykUEA8oh27pOc,15799
|
|
125
|
+
streamlit/elements/widgets/selectbox.py,sha256=qsc6GMzM9bO4_GoBEeg1lZRrBNzRHXwIly46DK2NcQU,22416
|
|
126
|
+
streamlit/elements/widgets/slider.py,sha256=ijy1Ebnrmjx4S88s0YzFs0WXpm0NUfomproCyF1urSU,38029
|
|
127
|
+
streamlit/elements/widgets/text_widgets.py,sha256=1Cy5XQsPwRYr1xXjstmneyArEVNoe2ZkyQ5uvUrYnig,26610
|
|
128
|
+
streamlit/elements/widgets/time_widgets.py,sha256=qKlc57NoQNJeF1AH_tfZ_ZOyROTYYWACNTqzAsN_dhE,36788
|
|
129
129
|
streamlit/external/__init__.py,sha256=M4sIyiinWL04bSC-QUcfYDB8Gr-h0uXGjTmL6o2v8jc,616
|
|
130
130
|
streamlit/external/langchain/__init__.py,sha256=0Iqs-M7arkKHfwzhNAEey9V1UK6Bhh2LYyq9rlPBXpc,814
|
|
131
131
|
streamlit/external/langchain/streamlit_callback_handler.py,sha256=NIDD3SoiBUxE41WSC3NJWU-KcQfTmbvPf05p76WQZWE,15639
|
|
@@ -147,10 +147,10 @@ streamlit/proto/ArrowNamedDataSet_pb2.py,sha256=fs1L6uHwjjN5QTxzJIYs4dx3stb70zfZ
|
|
|
147
147
|
streamlit/proto/ArrowNamedDataSet_pb2.pyi,sha256=ztorjRqckaL80R-sKyIJN76FVgt2A5ulPePQ3n5dQZI,1942
|
|
148
148
|
streamlit/proto/ArrowVegaLiteChart_pb2.py,sha256=3sta7qqtH2F5YsVOXIO3UqB8H7DItP8y_SPoSf748Zo,1924
|
|
149
149
|
streamlit/proto/ArrowVegaLiteChart_pb2.pyi,sha256=MT0YXrXWxr-kkhNfKUWxfqK2m99FZ9rwXxLLvbFBkYk,3585
|
|
150
|
-
streamlit/proto/Arrow_pb2.py,sha256=
|
|
151
|
-
streamlit/proto/Arrow_pb2.pyi,sha256=
|
|
152
|
-
streamlit/proto/AudioInput_pb2.py,sha256=
|
|
153
|
-
streamlit/proto/AudioInput_pb2.pyi,sha256=
|
|
150
|
+
streamlit/proto/Arrow_pb2.py,sha256=kKs0hOUZzYAZ0hIQJ1S1kh-UEElshUPM1db5ghSE7Mw,3402
|
|
151
|
+
streamlit/proto/Arrow_pb2.pyi,sha256=3HzSOplA6r8L33C0xSFRSRjfDFe3n_uUnV8sn5GzENA,9906
|
|
152
|
+
streamlit/proto/AudioInput_pb2.py,sha256=qR8fMwUS087enemwBkiU7pQMACF-h7bHy05ODwfbeco,1720
|
|
153
|
+
streamlit/proto/AudioInput_pb2.pyi,sha256=TvDBlTXFPNSVlj1Feal48HPQpKHMtJugsb50SYRNDr4,2547
|
|
154
154
|
streamlit/proto/Audio_pb2.py,sha256=ByAGNSulAL5bmprzlAYydocJEZAmevKVVcd7OB65FtY,1732
|
|
155
155
|
streamlit/proto/Audio_pb2.pyi,sha256=L2dj_4WTKwW6hSG1-aDISEyOd7YaiAcXaY6scBNssbQ,2673
|
|
156
156
|
streamlit/proto/AuthRedirect_pb2.py,sha256=Rt9ZeLmxTTeHiAaT8KYJI9pwWYlD_2NAJTy2vZsaris,1266
|
|
@@ -161,8 +161,8 @@ streamlit/proto/BackMsg_pb2.py,sha256=T5alnReu-XqSoUPFhL2-ejUdGBqjCoeHEgzHJagVXS
|
|
|
161
161
|
streamlit/proto/BackMsg_pb2.pyi,sha256=_UGZtXxQORofrE8OtJP2heMWx3TSZryH-ah3jhW6b3w,5121
|
|
162
162
|
streamlit/proto/Balloons_pb2.py,sha256=SdFGy06hEcjhIFgMZNSaj1B6A2kd3L-ON_OZay-cJGI,1277
|
|
163
163
|
streamlit/proto/Balloons_pb2.pyi,sha256=qt1xxJPLTG7jQWYrcIbQPPRx-q6Mrp-oScL5_NamVTA,1302
|
|
164
|
-
streamlit/proto/Block_pb2.py,sha256=
|
|
165
|
-
streamlit/proto/Block_pb2.pyi,sha256=
|
|
164
|
+
streamlit/proto/Block_pb2.py,sha256=XDmvwlOMiVtOYmbG1v0AYn3B8B3aZx-74oNe52oTJIQ,8012
|
|
165
|
+
streamlit/proto/Block_pb2.pyi,sha256=lKdOljSlqs4CTZEqVeqmxZbS9tad2LmvZB7sXoQPDRg,21355
|
|
166
166
|
streamlit/proto/BokehChart_pb2.py,sha256=5bYTs9OyXijfSgXLm42vYBVah0qcpp6dwtHlQO9sAp0,1337
|
|
167
167
|
streamlit/proto/BokehChart_pb2.pyi,sha256=st169UYySdbC2vDI_r5iBKlZE2ZSUX0AdFr7Qt0R9Ig,1731
|
|
168
168
|
streamlit/proto/ButtonGroup_pb2.py,sha256=0SN0oVHTDQfjFsk0vV25zxAbKE-AKCnTBXsxdMoPOWA,3198
|
|
@@ -245,8 +245,8 @@ streamlit/proto/NamedDataSet_pb2.py,sha256=cWRrGJRex35yZSApkPUWtfX31CHh2puULXQuR
|
|
|
245
245
|
streamlit/proto/NamedDataSet_pb2.pyi,sha256=X4Lisad_KlxObyuAZSIOsLfnkA5rQODGKtpPf7du_2s,2013
|
|
246
246
|
streamlit/proto/Navigation_pb2.py,sha256=GJXtZwkMQEzXRckm5-S_J6-66VlPEZxzulnBAtY_-GA,1752
|
|
247
247
|
streamlit/proto/Navigation_pb2.pyi,sha256=BEtYMRGniK0CenGZOs_7Rv1rHB0RdjvfW5ATWv3FDX8,3519
|
|
248
|
-
streamlit/proto/NewSession_pb2.py,sha256=
|
|
249
|
-
streamlit/proto/NewSession_pb2.pyi,sha256=
|
|
248
|
+
streamlit/proto/NewSession_pb2.py,sha256=QlWCum45A7wK0_NY48F5uLCwSZMfmqARgfSeERaOlQE,9746
|
|
249
|
+
streamlit/proto/NewSession_pb2.pyi,sha256=X2tkwK9jDKfDWur9gvwkXaVYoJvrdCDSacpzeSIWwi8,40467
|
|
250
250
|
streamlit/proto/NumberInput_pb2.py,sha256=C-A4tvfVkkpV140QyyOaDFc21aJ91HYJVJR5eFI3FQk,2519
|
|
251
251
|
streamlit/proto/NumberInput_pb2.pyi,sha256=DL29tmWEyD5eGmngfyd5Ecw8G7-qJiE7tpFpx1QPx8k,5227
|
|
252
252
|
streamlit/proto/PageConfig_pb2.py,sha256=WIyNMZAj034JUg0emlhOX_QtVDfM5jyrg0-BEnKfZPc,2407
|
|
@@ -307,7 +307,7 @@ streamlit/proto/__init__.py,sha256=WJu86eq4nAb-pIORVP6xRkKHJwAJQcekPW2dRflPl-c,6
|
|
|
307
307
|
streamlit/proto/openmetrics_data_model_pb2.py,sha256=dWlhXENjgvIGCMnAumDVQkLA4TQQzP77G5pncI6oP9I,6424
|
|
308
308
|
streamlit/proto/openmetrics_data_model_pb2.pyi,sha256=dmABrepaNR5S9kA1UPfQGXqY_ARAUuLmQBqG1Xn_HUY,20319
|
|
309
309
|
streamlit/runtime/__init__.py,sha256=DmWO_2apg01B7DZ2toddxjdVXnAjtn28819TpJlgkbQ,1523
|
|
310
|
-
streamlit/runtime/app_session.py,sha256=
|
|
310
|
+
streamlit/runtime/app_session.py,sha256=UUi97fNfOyfsMd47OKD1QCCfvCcknVCe07tTDAL9Pt0,47689
|
|
311
311
|
streamlit/runtime/connection_factory.py,sha256=VGLPo8dlfa5fJT74XXfl4G0GFz3qjZ9uxTVH_mB-gwo,15670
|
|
312
312
|
streamlit/runtime/context.py,sha256=tG0o6UKh1_x1MroRo4CHpox_ySMwX-na_wkbY6yXo7s,15392
|
|
313
313
|
streamlit/runtime/context_util.py,sha256=14e8xt_0eevyd41CD6y3UVcX4kQk0BFIU5SvBsHrFD8,1702
|
|
@@ -328,6 +328,7 @@ streamlit/runtime/script_data.py,sha256=Suw_A7tgbc-Yu0rffPSvkrY_CHutAx5s-sfldn04
|
|
|
328
328
|
streamlit/runtime/secrets.py,sha256=_VV3CeT5RWx9L8ylm6vd5OzM70vBjuLMxORGODZPKQk,20076
|
|
329
329
|
streamlit/runtime/session_manager.py,sha256=YPQklhNmXnXYJyJqzVWIo5kwCW6mkCx7dqCo83daWi0,13240
|
|
330
330
|
streamlit/runtime/stats.py,sha256=Sbxb8cnYy3PIxTdMFwN4_4GiOmtkcEQLVLgJnXqKT1M,3839
|
|
331
|
+
streamlit/runtime/theme_util.py,sha256=RmwzjH-t2nVQ92W1LjyPnKFVbC5AcCBEA8b2LpYk8PI,5805
|
|
331
332
|
streamlit/runtime/uploaded_file_manager.py,sha256=aB6fVKeMz_UYEAKRuQIBBcTAc60wnCUjCcOyM5AOiJs,4935
|
|
332
333
|
streamlit/runtime/websocket_session_manager.py,sha256=uoSGp8BzgJQWP9FUF_SR9bqWkt5eloijYQd6w7U4bzs,6911
|
|
333
334
|
streamlit/runtime/caching/__init__.py,sha256=442egjTNwjOtFucZB85Wjzvcmcmu3n43i_SBtBka61E,3471
|
|
@@ -363,80 +364,80 @@ streamlit/runtime/state/session_state.py,sha256=EwmIEMLY_pglqBAxWFf8kT7EreZc27fx
|
|
|
363
364
|
streamlit/runtime/state/session_state_proxy.py,sha256=Z_Hw4214J1l7SjrnrFnCwul7p32yaKK2wpFtrghKEAQ,5585
|
|
364
365
|
streamlit/runtime/state/widgets.py,sha256=ofGjJppIwiqFN9DpBtXQakQifNpxZOVYNPCSyvCWo8Y,5319
|
|
365
366
|
streamlit/static/favicon.png,sha256=if5cVgw7azxKOvV5FpGixga7JLn23rfnHcy1CdWI1-E,1019
|
|
366
|
-
streamlit/static/index.html,sha256=
|
|
367
|
-
streamlit/static/manifest.json,sha256=
|
|
368
|
-
streamlit/static/static/css/index.
|
|
369
|
-
streamlit/static/static/css/index.
|
|
367
|
+
streamlit/static/index.html,sha256=JS1rGigjPPTJ0vVguFW9iAd3PmSbKiRn--TOnDQEuyU,1522
|
|
368
|
+
streamlit/static/manifest.json,sha256=AVsgTeOve_Vw_ihd7IA4kHWPIjWWPVpH12F-NabKgDc,43606
|
|
369
|
+
streamlit/static/static/css/index.CHEnSPGk.css,sha256=oDsfps9I0LvfoDLKbzoSTFG4rWzxxGoJ3fpvGqdPGnk,12683
|
|
370
|
+
streamlit/static/static/css/index.CIiu7Ygf.css,sha256=Obc2fVQaRj1SZWf2HKwYj1S5uu1M6aq2NVWFY6-FywM,29951
|
|
370
371
|
streamlit/static/static/css/index.DzuxGC_t.css,sha256=1D1iN9VtJEU7H_zye_YV2guXskYkxI7PXbq1YXw5JOw,35092
|
|
371
|
-
streamlit/static/static/js/ErrorOutline.esm.
|
|
372
|
-
streamlit/static/static/js/FileDownload.esm.
|
|
373
|
-
streamlit/static/static/js/FileHelper.
|
|
374
|
-
streamlit/static/static/js/FormClearHelper.
|
|
375
|
-
streamlit/static/static/js/Hooks.
|
|
376
|
-
streamlit/static/static/js/InputInstructions.
|
|
377
|
-
streamlit/static/static/js/Particles.
|
|
378
|
-
streamlit/static/static/js/ProgressBar.
|
|
379
|
-
streamlit/static/static/js/Toolbar.
|
|
372
|
+
streamlit/static/static/js/ErrorOutline.esm.DUpR0_Ka.js,sha256=vR4MeNaBmfDM20UKR6CcorcrDqXxWR6JjiXHEHcte0M,499
|
|
373
|
+
streamlit/static/static/js/FileDownload.esm.CN4j9-1w.js,sha256=aJHA2BaZLF7oR2-cUt9SFyGrXuNT2qw2p6IU6U9Vuis,918
|
|
374
|
+
streamlit/static/static/js/FileHelper.CaIUKG91.js,sha256=MXce7A3tPeEVWUkywsXsRMAOfp71JN4TG3AK4O-uIRo,61640
|
|
375
|
+
streamlit/static/static/js/FormClearHelper.DTcdrasw.js,sha256=8_x-eFlBT4kuV7j6pLoCucH6Wjw_9z4Ehj6AyP1aIvg,611
|
|
376
|
+
streamlit/static/static/js/Hooks.BRba_Own.js,sha256=BHRonjoKoRaz8Cpfgo5VpLlnAFi1U5SrMPi-3lWzLYU,140
|
|
377
|
+
streamlit/static/static/js/InputInstructions.xnSDuYeQ.js,sha256=anz-_an87Kvq28WHJv-hr42d9J6sO3lHrrtEjQzie7Y,917
|
|
378
|
+
streamlit/static/static/js/Particles.CElH0XX2.js,sha256=VPvKc-YREV7BV8nLeN3Ooc5exdckQL2eNVrzb77TfMM,625
|
|
379
|
+
streamlit/static/static/js/ProgressBar.DetlP5aY.js,sha256=sc24E5W21gWS5oT-uk_1I7F06MO-y2zKqCGoeypsK6M,13316
|
|
380
|
+
streamlit/static/static/js/Toolbar.C77ar7rq.js,sha256=Y6QUC2igMdC1UUnkGNBHKV3Bb-zY9ckoZiieJCrox0Q,2908
|
|
380
381
|
streamlit/static/static/js/UploadFileInfo.C-jY39rj.js,sha256=Z_hcytEoaAX1saJgsfX1UoComwwlMcjCUZ8ldwuQJI8,151
|
|
381
|
-
streamlit/static/static/js/base-input.
|
|
382
|
-
streamlit/static/static/js/checkbox.
|
|
382
|
+
streamlit/static/static/js/base-input.BQft14La.js,sha256=wWjehzXLpKCxgjSwHPjDgQHuSQgouZXILjz1KRf1tvI,21771
|
|
383
|
+
streamlit/static/static/js/checkbox.yZOfXCeX.js,sha256=U2OPfyjxVFH7_TeEVC0oBGpntKTnMyc62WLQN-oLo_c,11243
|
|
383
384
|
streamlit/static/static/js/createDownloadLinkElement.ZaXNnPK4.js,sha256=t3JOyJKeD8uMEytlbOaJ7wXS2j4w1YZZeMk2a2-Tyn8,366
|
|
384
|
-
streamlit/static/static/js/createSuper.
|
|
385
|
-
streamlit/static/static/js/data-grid-overlay-editor.
|
|
386
|
-
streamlit/static/static/js/downloader.
|
|
387
|
-
streamlit/static/static/js/es6.
|
|
388
|
-
streamlit/static/static/js/iframeResizer.contentWindow.
|
|
389
|
-
streamlit/static/static/js/index.
|
|
390
|
-
streamlit/static/static/js/index.
|
|
391
|
-
streamlit/static/static/js/index.
|
|
392
|
-
streamlit/static/static/js/index.
|
|
393
|
-
streamlit/static/static/js/index.
|
|
394
|
-
streamlit/static/static/js/index.
|
|
395
|
-
streamlit/static/static/js/index.
|
|
396
|
-
streamlit/static/static/js/index.
|
|
397
|
-
streamlit/static/static/js/index.
|
|
398
|
-
streamlit/static/static/js/index.
|
|
399
|
-
streamlit/static/static/js/index.
|
|
400
|
-
streamlit/static/static/js/index.
|
|
401
|
-
streamlit/static/static/js/index.
|
|
402
|
-
streamlit/static/static/js/index.
|
|
403
|
-
streamlit/static/static/js/index.
|
|
404
|
-
streamlit/static/static/js/index.
|
|
405
|
-
streamlit/static/static/js/index.
|
|
406
|
-
streamlit/static/static/js/index.
|
|
407
|
-
streamlit/static/static/js/index.
|
|
408
|
-
streamlit/static/static/js/index.
|
|
409
|
-
streamlit/static/static/js/index.
|
|
410
|
-
streamlit/static/static/js/index.
|
|
411
|
-
streamlit/static/static/js/index.
|
|
412
|
-
streamlit/static/static/js/index.
|
|
413
|
-
streamlit/static/static/js/index.
|
|
414
|
-
streamlit/static/static/js/index.
|
|
415
|
-
streamlit/static/static/js/index.
|
|
416
|
-
streamlit/static/static/js/index.
|
|
417
|
-
streamlit/static/static/js/index.
|
|
418
|
-
streamlit/static/static/js/index.
|
|
419
|
-
streamlit/static/static/js/index.
|
|
420
|
-
streamlit/static/static/js/index.
|
|
421
|
-
streamlit/static/static/js/index.
|
|
422
|
-
streamlit/static/static/js/index.
|
|
423
|
-
streamlit/static/static/js/index.
|
|
424
|
-
streamlit/static/static/js/index.
|
|
425
|
-
streamlit/static/static/js/index.
|
|
426
|
-
streamlit/static/static/js/input.
|
|
385
|
+
streamlit/static/static/js/createSuper.Dh9w1cs8.js,sha256=5rp1kUXyCw4CiBDFjRf-TcwHys2LuW0O24d5Rf1UFKw,389
|
|
386
|
+
streamlit/static/static/js/data-grid-overlay-editor.DcuHuCyW.js,sha256=U63F6L1FMYE0KA0kMF4ud4uYguJykD4hDb5cYX7e9x0,4155
|
|
387
|
+
streamlit/static/static/js/downloader.MeHtkq8r.js,sha256=aZj35cWPD_KIaaWAnYGgdAWowWY-woJu_xvW8CZOTBQ,2510
|
|
388
|
+
streamlit/static/static/js/es6.VpBPGCnM.js,sha256=aPIO935IAa2Sx54NOso9Q8w65411KtQnYmadsXWCzJI,14634
|
|
389
|
+
streamlit/static/static/js/iframeResizer.contentWindow.yMw_ARIL.js,sha256=SlPnt0pzyzr-bE8OHfI2nf1igR8Co1vj0JATDNqSI9Y,14407
|
|
390
|
+
streamlit/static/static/js/index.64ejlaaT.js,sha256=3k5UGgZk516PRaccc5VxaEfpcvBJt2z2BI7Vrui7RXw,878
|
|
391
|
+
streamlit/static/static/js/index.6xX1278W.js,sha256=Bmb1CcnwTIwtpyhpt37Egkij5IqVTts0d4kHtJZR5r0,7161548
|
|
392
|
+
streamlit/static/static/js/index.B-hiXRzw.js,sha256=FUHiQogQDzTbB67Fg8dOKIahzgMHzqxrhMzcP2VtNqs,2224
|
|
393
|
+
streamlit/static/static/js/index.B0H9IXUJ.js,sha256=UJsiUdIVeU7Ayz5i6rqVyk7Ky3MCUnCbJyPNxxT1UYY,2702677
|
|
394
|
+
streamlit/static/static/js/index.B4cAbHP6.js,sha256=fybTEWSvZP8Oklciwnh6gREnxMDZJuXp_FEtp8EyRMI,3494
|
|
395
|
+
streamlit/static/static/js/index.B4dUQfni.js,sha256=jzbbWlsc0aDo3VNCoYwP8S3Wl6lDQyCOP9rZA3ac_iY,2800
|
|
396
|
+
streamlit/static/static/js/index.BPQo7BKk.js,sha256=kr58L_M_6kPzPxrB6_SgBJJLxKnVHRaZxd_cZiQdo28,2538
|
|
397
|
+
streamlit/static/static/js/index.Baqa90pe.js,sha256=Bb-MCklU_J-VwmOIcoPWPr9TDNpfvyzsVxGNhezTn7E,35124
|
|
398
|
+
streamlit/static/static/js/index.Bj9JgOEC.js,sha256=kHA4ZlCKIO_r1Hb7CemCElJzCppwn5QhAD9Y1T8i9nc,915
|
|
399
|
+
streamlit/static/static/js/index.BjCwMzj4.js,sha256=s7ZSqZoh8MUg2i9dxlB5DsJ26EmBCoSXYJT5RNoprs4,828371
|
|
400
|
+
streamlit/static/static/js/index.Bm3VbPB5.js,sha256=ZlOnKe86Knh16LPGayS3tOTKKTmdAzzj_nGWWW4GM3U,692
|
|
401
|
+
streamlit/static/static/js/index.Bxz2yX3P.js,sha256=uc0dMJte1Ey3xlkkZn57DUEdyWaydVniBd4k7ohq2B8,3128
|
|
402
|
+
streamlit/static/static/js/index.BycLveZ4.js,sha256=JO6wriody2Qnazl5JoOtCga45S8XdPi49m8pA02X7Nw,19361
|
|
403
|
+
streamlit/static/static/js/index.C9BdUqTi.js,sha256=vX9x9Qd27PUPKMnbtpL6eW5eONo3OqiGru-p8nIC1_4,2893
|
|
404
|
+
streamlit/static/static/js/index.CFMf5_ez.js,sha256=Lgnv3BdYMlt1eiZZLqc8qBka41rNGkXwmDLKcfQ4-P4,450889
|
|
405
|
+
streamlit/static/static/js/index.CGYqqs6j.js,sha256=hLpCWyCJwYrhAnzKWxPXCnWzcsCd4iX3bWvgcj7rdS0,7673
|
|
406
|
+
streamlit/static/static/js/index.CH1tqnSs.js,sha256=6Spr8AmFIYZChBrpvzpQf7JvGbYDWnbW1wKqHU2Tt2w,1603
|
|
407
|
+
streamlit/static/static/js/index.CMItVsFA.js,sha256=BWy6MZncSC5wniCiWta6pzGJ6qua8_5CSKqXprkHT3c,1486
|
|
408
|
+
streamlit/static/static/js/index.CTBk8Vk2.js,sha256=sZc_Fmn4zWNdpCjslU8RgV43hJfKIbn9HORu8BEFauw,2160
|
|
409
|
+
streamlit/static/static/js/index.CiAQIz1H.js,sha256=nA0wKYRwNrmt1l1JuwyOd6iaEJyuRVXuQ9qyyFoTSxQ,1343
|
|
410
|
+
streamlit/static/static/js/index.Cj7DSzVR.js,sha256=ibVqSdkpTlUHCS6nqNJ1oVCIGhKOg1lOKJehSwWoCKg,53203
|
|
411
|
+
streamlit/static/static/js/index.Ck8rQ9OL.js,sha256=zjhKiyf09mgw78Z22B2xtgpOyMSrPgdJ89OAzeL8qWo,1396
|
|
412
|
+
streamlit/static/static/js/index.ClELlchS.js,sha256=balTtkIKkrYioTAdJyjwdxnS-Qr1vF56uS79o52ZXCs,3385181
|
|
413
|
+
streamlit/static/static/js/index.Cnpi3o3E.js,sha256=5C1eMwWF-Dz-KDpkcVZ4QF8P_RQ4tVuXRGeJHJfMtZs,543
|
|
414
|
+
streamlit/static/static/js/index.Ctn27_AE.js,sha256=MVuNUR4r9sj3QdtMNu-4QnlVoQiHaWq75OiiqC_5G4I,4800543
|
|
415
|
+
streamlit/static/static/js/index.D2QEXQq_.js,sha256=FkJ1dyKZ1bkeOtEWvLExN8zNTFFxzxKst0HWa-2JsbI,442
|
|
416
|
+
streamlit/static/static/js/index.DH71Ezyj.js,sha256=k5tOavAVINPvDXLDCHheiCT6scfMvhnYAT7rHY2GxB8,14325
|
|
417
|
+
streamlit/static/static/js/index.DHh-U0dK.js,sha256=lNow0HljSJucCP_8FV5vOWaLS725a1YkcEO606igFKE,24719
|
|
418
|
+
streamlit/static/static/js/index.DK7hD7_w.js,sha256=jbr31nLXQa_GxuhgiKWJO-fk4Vrc-NdxWrTUIr748Gg,2952
|
|
419
|
+
streamlit/static/static/js/index.DKv_lNO7.js,sha256=FLoy6T32I1k7NMJoZCpJm-G5u2rf7PxA5pRhCFazPRk,22623
|
|
420
|
+
streamlit/static/static/js/index.DNLrMXgm.js,sha256=EQA_0tmd4r4pdwEcDvIdc27ip1nStgafuStONZriX8Y,127864
|
|
421
|
+
streamlit/static/static/js/index.DW0Grddz.js,sha256=PMazc1juIvl0XvzGYLxZLRqvrpfD6IeLy1lF6-xyyA8,7850
|
|
422
|
+
streamlit/static/static/js/index.Dbe-Q3C-.js,sha256=OJYriZny3RxP-R9CVyXSXiY4Qs9mo-d0eaKCcTCxyGQ,9175
|
|
423
|
+
streamlit/static/static/js/index.DcPNYEUo.js,sha256=7uTbLEVut1jQTWXZaa6XR6LBhvpzIRM-wUrkNfBV4UA,13455
|
|
424
|
+
streamlit/static/static/js/index.DuxqVQpd.js,sha256=FWl67lVPAOGbXR1aBJt5TiaxkUVHU4sjDRAiYpeSl2M,4072
|
|
425
|
+
streamlit/static/static/js/index.FFOzOWzC.js,sha256=pbsZcMWSx1_4q7Xfhrj395Aev3OxlQs3oYD-i8WxxrA,18997
|
|
426
|
+
streamlit/static/static/js/index.GRUzrudl.js,sha256=w3Nx1EKe-8WEJifVZkygFpZN2j-Iz9itxYcavIk9Wwo,646
|
|
427
|
+
streamlit/static/static/js/input.s6pjQ49A.js,sha256=ppy-FCCC2xV-R0jU-8-2MyIptDDtkSaXEW3iHkTUnNY,5240
|
|
427
428
|
streamlit/static/static/js/inputUtils.CptNuJwn.js,sha256=v9SUbdkM8OJ6aT_EfTucTRNZh059kZ9Mut2oyTmv_98,124
|
|
428
|
-
streamlit/static/static/js/memory.
|
|
429
|
-
streamlit/static/static/js/number-overlay-editor.
|
|
430
|
-
streamlit/static/static/js/possibleConstructorReturn.
|
|
431
|
-
streamlit/static/static/js/sandbox.
|
|
429
|
+
streamlit/static/static/js/memory.Cuvsdfrl.js,sha256=toZfwUmsTK52eVwM2Z_qB2aziGZJhX939ffbUEIoiNY,3041
|
|
430
|
+
streamlit/static/static/js/number-overlay-editor.DdgVR5m3.js,sha256=40Dl0Wn7F3JJd0xEM3rlqi59UfYyABKtVprhYOBcmu0,16408
|
|
431
|
+
streamlit/static/static/js/possibleConstructorReturn.CqidKeei.js,sha256=LoaXexm_lPRwDkQEqBVJn4AcHmf-CxuYNcfA3WKfbMQ,1461
|
|
432
|
+
streamlit/static/static/js/sandbox.CCQREcJx.js,sha256=76H-b7PidB1WKLuJWvR-XDV9GOJndf20z0quMoCZWqU,2960
|
|
432
433
|
streamlit/static/static/js/sprintf.D7DtBTRn.js,sha256=dLZEkTCGwWgkxMOITY-fqjbGVuUO9nFw7MwCANBdisk,3434
|
|
433
|
-
streamlit/static/static/js/timepicker.
|
|
434
|
-
streamlit/static/static/js/toConsumableArray.
|
|
435
|
-
streamlit/static/static/js/uniqueId.
|
|
436
|
-
streamlit/static/static/js/useBasicWidgetState.
|
|
437
|
-
streamlit/static/static/js/useTextInputAutoExpand.
|
|
438
|
-
streamlit/static/static/js/useUpdateUiValue.
|
|
439
|
-
streamlit/static/static/js/withFullScreenWrapper.
|
|
434
|
+
streamlit/static/static/js/timepicker.mkJF97Bb.js,sha256=d0wmbOH12AaA8N5ceotUvcbBfYEmEoVF73EoyzxT1ss,89219
|
|
435
|
+
streamlit/static/static/js/toConsumableArray.De7I7KVR.js,sha256=z28U0kDO2It1oYKgucsnfKuDvTuvQxF5sXxZkaE3j-s,1587
|
|
436
|
+
streamlit/static/static/js/uniqueId.RI1LJdtz.js,sha256=6oblYvSGyHCB19cyw81XgNOU8d59aJyUupps3VHECu0,192
|
|
437
|
+
streamlit/static/static/js/useBasicWidgetState.CedkNjUW.js,sha256=1pbx990CWcdAmPlKDWH38bCB4BO3BaIAe6Lae2knI3g,953
|
|
438
|
+
streamlit/static/static/js/useTextInputAutoExpand.Ca7w8dVs.js,sha256=OnH1EqkrKz3H2hKOc2Z8iQAdXcaWS9fjJCXiFwKd3Kw,6641
|
|
439
|
+
streamlit/static/static/js/useUpdateUiValue.DeXelfRH.js,sha256=7vh-j9wFxC-Sh_5aV962Kyqg1-qDykc9w6bOjgfKdnk,615
|
|
440
|
+
streamlit/static/static/js/withFullScreenWrapper.C3561XxJ.js,sha256=eqMsgSYHRO6GLxDRfLkjBgKUeMJF1MNExvJJnZmSFF0,1543
|
|
440
441
|
streamlit/static/static/media/KaTeX_AMS-Regular.BQhdFMY1.woff2,sha256=DN04fJWQoan5eUVgAi27WWVKfYbxh6oMgUla1C06cwg,28076
|
|
441
442
|
streamlit/static/static/media/KaTeX_AMS-Regular.DMm9YOAa.woff,sha256=MNqR6EyJP4deJSaJ-uvcWQsocRReitx_mp1NvYzgslE,33516
|
|
442
443
|
streamlit/static/static/media/KaTeX_AMS-Regular.DRggAlZN.ttf,sha256=aFNIQLz90r_7bw6N60hoTdAefwTqKBMmdXevuQbeHRM,63632
|
|
@@ -496,7 +497,7 @@ streamlit/static/static/media/KaTeX_Size4-Regular.Dl5lxZxV.woff2,sha256=pK99QURA
|
|
|
496
497
|
streamlit/static/static/media/KaTeX_Typewriter-Regular.C0xS9mPB.woff,sha256=4U_tArGrp86fWv1YRLXQMhsiNR_rxyDg3ouHI1J2Cfc,16028
|
|
497
498
|
streamlit/static/static/media/KaTeX_Typewriter-Regular.CO6r4hn1.woff2,sha256=cdUX1ngneHz6vfGGkUzDNY7aU543kxlB8rL9SiH2jAs,13568
|
|
498
499
|
streamlit/static/static/media/KaTeX_Typewriter-Regular.D3Ib7_Hf.ttf,sha256=8B8-h9nGphwMCBzrV3q9hk6wCmEvesFiDdaRX60u9ao,27556
|
|
499
|
-
streamlit/static/static/media/MaterialSymbols-Rounded.
|
|
500
|
+
streamlit/static/static/media/MaterialSymbols-Rounded.DeCZgS-4.woff2,sha256=bfW2Ed3_J9soCZfVoA-iq3-sOUpgM41UcBeyzBwI3Oo,437536
|
|
500
501
|
streamlit/static/static/media/SourceCodeVF-Italic.ttf.Ba1oaZG1.woff2,sha256=cg5HouVFaNspCL-7MolMHCmP2UjMiUJCaYfC0p9-vZ4,75316
|
|
501
502
|
streamlit/static/static/media/SourceCodeVF-Upright.ttf.BjWn63N-.woff2,sha256=2V3HUbTYIUEln1wAyYOK3ardO06sMN19tKDaSSHXd5I,90124
|
|
502
503
|
streamlit/static/static/media/SourceSansVF-Italic.ttf.Bt9VkdQ3.woff2,sha256=tJWavAVpOS-HxsasYS-Q4_4BBNKDckGJt9i29hrzR9M,137996
|
|
@@ -531,7 +532,7 @@ streamlit/watcher/path_watcher.py,sha256=x9jbF-iUvqINch7ojPJaZ5x7GB8r_gI7YdMwuD2
|
|
|
531
532
|
streamlit/watcher/polling_path_watcher.py,sha256=0H7jNjyoN39KFXRG_SGBk_kvVoVHur9pzpirZyQfkFY,4337
|
|
532
533
|
streamlit/watcher/util.py,sha256=RYhZyLH54BjnBjEuSRDMNPvLe9AZZBvYTEH6yWolLl8,6944
|
|
533
534
|
streamlit/web/__init__.py,sha256=M4sIyiinWL04bSC-QUcfYDB8Gr-h0uXGjTmL6o2v8jc,616
|
|
534
|
-
streamlit/web/bootstrap.py,sha256=
|
|
535
|
+
streamlit/web/bootstrap.py,sha256=q29DvPp-yDA3Pdjz2f19HqwpieLRoRZ1cuFEySuASpA,12113
|
|
535
536
|
streamlit/web/cache_storage_manager_config.py,sha256=rdqrbEX0tRnlUAiqJWOn3i-0ZXrNPejg5e5L_mrr8II,1216
|
|
536
537
|
streamlit/web/cli.py,sha256=E22WLjs6BzTaFXkP4muk4G0uC1x5QRdg4vKPj0UcJY0,13278
|
|
537
538
|
streamlit/web/server/__init__.py,sha256=asjQHAKdEIg-5gtWUUyJOYgo70i8Iul3R2W4XvUmA5g,1145
|
|
@@ -542,15 +543,15 @@ streamlit/web/server/component_request_handler.py,sha256=1ulLJ-_kujQs0VPaxOPsrpi
|
|
|
542
543
|
streamlit/web/server/media_file_handler.py,sha256=qjtzVmb3LNCLQSZUlfL5bzO5i4Ok4BB-xWlD8LQ8dGc,5562
|
|
543
544
|
streamlit/web/server/oauth_authlib_routes.py,sha256=2meaJrHonsAT47f80u6SdJShJOJtdpOxmns_98O090U,7447
|
|
544
545
|
streamlit/web/server/oidc_mixin.py,sha256=upBJB1nqv-kdqT2Xcr2ZlnB0TFHhTa3x8vhUnkazsJk,4609
|
|
545
|
-
streamlit/web/server/routes.py,sha256=
|
|
546
|
-
streamlit/web/server/server.py,sha256=
|
|
546
|
+
streamlit/web/server/routes.py,sha256=1b1tybmBdRpfOxEB9O-nZnWWBX6u80-_W8f3oRdtjko,9799
|
|
547
|
+
streamlit/web/server/server.py,sha256=fqXpWbW-yeFDMV_K2Ie1eU066qB1btr8PMyXWBRBctw,19053
|
|
547
548
|
streamlit/web/server/server_util.py,sha256=NCOxLbtvLVPqDqqwq14aFIdZclBTG3q-el-TPT1zDnY,6062
|
|
548
549
|
streamlit/web/server/stats_request_handler.py,sha256=M1g40mgy78f316gP7_W8I__Q4e9x0NoNjiNLQdH58ds,3848
|
|
549
550
|
streamlit/web/server/upload_file_request_handler.py,sha256=A-wgVOk6TCxf_KU-lQhawygSBKk5fwrD3Zkrz375Yj4,5269
|
|
550
551
|
streamlit/web/server/websocket_headers.py,sha256=2OHv6G9hLJ0UX8oHDG3UJ86_KK4SJJD8FXOCsZjCKek,2229
|
|
551
|
-
streamlit-1.
|
|
552
|
-
streamlit-1.
|
|
553
|
-
streamlit-1.
|
|
554
|
-
streamlit-1.
|
|
555
|
-
streamlit-1.
|
|
556
|
-
streamlit-1.
|
|
552
|
+
streamlit-1.50.0.data/scripts/streamlit.cmd,sha256=k9768SaQCkiYAPaTp7JtkhAHEHflNQfu6fAM4pri6zo,676
|
|
553
|
+
streamlit-1.50.0.dist-info/METADATA,sha256=7vBC4C5cyEKgN89-vaObRfti-jhnVDwt_UG93zINqoM,9536
|
|
554
|
+
streamlit-1.50.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
555
|
+
streamlit-1.50.0.dist-info/entry_points.txt,sha256=uNJ4DwGNXEhOK0USwSNanjkYyR-Bk7eYQbJFDrWyOgY,53
|
|
556
|
+
streamlit-1.50.0.dist-info/top_level.txt,sha256=V3FhKbm7G2LnR0s4SytavrjIPNIhvcsAGXfYHAwtQzw,10
|
|
557
|
+
streamlit-1.50.0.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.gdg-izpuzkl{position:absolute;inset:0;width:100%;height:100%;border-radius:0;resize:none;white-space:pre-wrap;min-width:100%;overflow:hidden;border:0;background-color:transparent;font-size:var(--gdg-editor-font-size);line-height:16px;font-family:var(--gdg-font-family);-webkit-text-fill-color:var(--gdg-text-dark);color:var(--gdg-text-dark);padding:0;margin:0}.gdg-invalid .gdg-izpuzkl{text-decoration:underline;text-decoration-color:#d60606}.gdg-izpuzkl ::-webkit-input-placeholder{color:var(--gdg-text-light)}.gdg-izpuzkl ::-moz-placeholder{color:var(--gdg-text-light)}.gdg-izpuzkl :-ms-input-placeholder{color:var(--gdg-text-light)}.gdg-izpuzkl ::placeholder{color:var(--gdg-text-light)}.gdg-s69h75o{visibility:hidden;white-space:pre-wrap;word-wrap:break-word;width:max-content;max-width:100%;min-width:100%;font-size:var(--gdg-editor-font-size);line-height:16px;font-family:var(--gdg-font-family);color:var(--gdg-text-dark);padding:0 0 2px;margin:0}.gdg-g1y0xocz{position:relative;margin-top:6px}.gdg-wmyidgi{position:relative;min-width:10px;min-height:10px;max-width:100%;max-height:100%;width:var(--wmyidgi-0);height:var(--wmyidgi-1);overflow:hidden;overflow:clip;direction:ltr}.gdg-wmyidgi>:first-child{position:absolute;left:0;top:0;width:100%;height:100%}.gdg-d19meir1{position:absolute;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;--overlay-top:var(--d19meir1-0);left:var(--d19meir1-1);top:var(--d19meir1-0);min-width:var(--d19meir1-2);min-height:var(--d19meir1-3);width:max-content;max-width:400px;max-height:calc(100vh - var(--d19meir1-4));font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size);text-align:start}@-webkit-keyframes glide_fade_in-gdg-d19meir1{0%{opacity:0%}to{opacity:100%}}@keyframes glide_fade_in-gdg-d19meir1{0%{opacity:0%}to{opacity:100%}}.gdg-d19meir1.gdg-style{border-radius:2px;background-color:var(--gdg-bg-cell);box-shadow:0 0 0 1px var(--gdg-accent-color),0 0 1px #3e415666,0 6px 12px #3e415626;animation:glide_fade_in-gdg-d19meir1 60ms 1}.gdg-d19meir1.gdg-pad{padding:var(--d19meir1-5) 8.5px 3px}.gdg-d19meir1 .gdg-clip-region{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;border-radius:2px;flex-grow:1}.gdg-d19meir1 .gdg-clip-region .gdg-growing-entry{height:100%}.gdg-d19meir1 .gdg-clip-region input.gdg-input{width:100%;border:none;border-width:0;outline:none}.gdg-d19meir1 .gdg-clip-region textarea.gdg-input{border:none;border-width:0;outline:none}.gdg-n15fjm3e{display:flex;margin:6px 0 3px;color:var(--gdg-text-dark)}.gdg-n15fjm3e>input{font-size:var(--gdg-editor-font-size);padding:0;font-family:var(--gdg-font-family);color:var(--gdg-text-dark);background-color:var(--gdg-bg-cell)}.gdg-d4zsq0x{display:flex;flex-wrap:wrap}.gdg-d4zsq0x .doe-bubble{display:flex;justify-content:center;align-items:center;padding:0 8px;height:24px;background-color:var(--gdg-bg-cell);color:var(--gdg-text-dark);margin:2px;border-radius:var(--gdg-rounding-radius, 6px);box-shadow:0 0 1px #3e415666,0 1px 3px #3e415666}.gdg-d4zsq0x .doe-bubble img{height:16px;object-fit:contain;margin-right:4px}.gdg-d4zsq0x textarea{position:absolute;top:0;left:0;width:0px;height:0px;opacity:0}.gdg-b1ygi5by{display:flex;flex-wrap:wrap;margin-top:auto;margin-bottom:auto;overflow:auto}.gdg-b1ygi5by .boe-bubble{display:flex;justify-content:center;align-items:center;border-radius:var(--gdg-rounding-radius, calc(var(--gdg-bubble-height) / 2));padding:0 var(--gdg-bubble-padding);height:var(--gdg-bubble-height);background-color:var(--gdg-bg-bubble);color:var(--gdg-text-dark);margin:var(--gdg-bubble-margin);white-space:nowrap}.gdg-b1ygi5by textarea{position:absolute;top:0;left:0;width:0px;height:0px;opacity:0}.gdg-u1rrojo{display:flex;flex-grow:1;align-items:center;min-height:21px}.gdg-u1rrojo .gdg-link-area{flex-grow:1;flex-shrink:1;cursor:pointer;margin-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gdg-link-color);text-decoration:underline!important}.gdg-u1rrojo .gdg-edit-icon{flex-shrink:0;width:32px;color:var(--gdg-accent-color);cursor:pointer;display:flex;justify-content:center;align-items:center}.gdg-u1rrojo .gdg-edit-icon>*{width:24px;height:24px}.gdg-u1rrojo textarea{position:absolute;top:0;left:0;width:0px;height:0px;opacity:0}.gdg-m1pnx84e{min-width:var(--m1pnx84e-0);width:100%;display:flex;align-items:flex-start;justify-content:space-between;position:relative;color:var(--gdg-text-dark)}.gdg-m1pnx84e .gdg-g1y0xocz{flex-shrink:1;min-width:0}.gdg-m1pnx84e .gdg-spacer{flex:1}.gdg-m1pnx84e .gdg-edit-icon{position:relative;cursor:pointer;display:flex;justify-content:center;align-items:center;color:var(--gdg-accent-color);padding:0;height:24px;width:24px;flex-shrink:0;transition:all "0.125s ease";border-radius:6px}.gdg-m1pnx84e .gdg-edit-icon>*{width:16px;height:16px}.gdg-m1pnx84e .gdg-edit-hover :hover{background-color:var(--gdg-accent-light);transition:background-color .15s}.gdg-m1pnx84e .gdg-checkmark-hover :hover{color:#fff;background-color:var(--gdg-accent-color)}.gdg-m1pnx84e .gdg-md-edit-textarea{position:relative;top:0;left:0;width:0px;height:0px;margin-top:25px;opacity:0;padding:0}.gdg-m1pnx84e .gdg-ml-6{margin-left:6px}.gdg-i2iowwq{display:flex;height:100%}.gdg-i2iowwq .gdg-centering-container{display:flex;justify-content:center;align-items:center;height:100%}.gdg-i2iowwq .gdg-centering-container img,.gdg-i2iowwq .gdg-centering-container canvas{max-height:calc(100vh - var(--overlay-top) - 20px);object-fit:contain;-webkit-user-select:none;user-select:none}.gdg-i2iowwq .gdg-centering-container canvas{max-width:380px}.gdg-i2iowwq .gdg-edit-icon{position:absolute;top:12px;right:0;width:48px;height:48px;color:var(--gdg-accent-color);cursor:pointer;display:flex;justify-content:center;align-items:center}.gdg-i2iowwq .gdg-edit-icon>*{width:24px;height:24px}.gdg-i2iowwq textarea{position:absolute;top:0;left:0;width:0px;height:0px;opacity:0}.gdg-s1dgczr6 .dvn-scroller{overflow:var(--s1dgczr6-0);transform:translateZ(0)}.gdg-s1dgczr6 .dvn-hidden{visibility:hidden}.gdg-s1dgczr6 .dvn-scroll-inner{display:flex;pointer-events:none}.gdg-s1dgczr6 .dvn-scroll-inner>*{flex-shrink:0}.gdg-s1dgczr6 .dvn-scroll-inner .dvn-spacer{flex-grow:1}.gdg-s1dgczr6 .dvn-scroll-inner .dvn-stack{display:flex;flex-direction:column}.gdg-s1dgczr6 .dvn-underlay>*{position:absolute;left:0;top:0}.gdg-s1dgczr6 canvas{outline:none}.gdg-s1dgczr6 canvas *{height:0}.gdg-mnuv029{word-break:break-word;-webkit-touch-callout:default;padding-top:6px}.gdg-mnuv029>*{margin:0}.gdg-mnuv029 *:last-child{margin-bottom:0}.gdg-mnuv029 p img{width:100%}.gdg-seveqep{position:absolute;top:4px;right:20px;background-color:var(--gdg-bg-cell);color:var(--gdg-text-dark);padding:8px;border:1px solid var(--gdg-border-color);border-radius:6px;font-size:var(--gdg-editor-font-size);animation:gdg-search-fadein-gdg-seveqep .15s forwards}.gdg-seveqep.out{animation:gdg-search-fadeout-gdg-seveqep .15s forwards}.gdg-seveqep .gdg-search-bar-inner{display:flex}.gdg-seveqep .gdg-search-status{padding-top:4px;font-size:11px}.gdg-seveqep .gdg-search-progress{position:absolute;height:4px;left:0;bottom:0;background-color:var(--gdg-text-light)}.gdg-seveqep input{width:220px;color:var(--gdg-text-dark);background-color:var(--gdg-bg-cell);border:none;border-width:0;outline:none}.gdg-seveqep button{width:24px;height:24px;padding:0;border:none;outline:none;background:none;display:flex;justify-content:center;align-items:center;cursor:pointer;color:var(--gdg-text-medium)}.gdg-seveqep button:hover{color:var(--gdg-text-dark)}.gdg-seveqep button .button-icon{width:16px;height:16px}.gdg-seveqep button:disabled{opacity:.4;pointer-events:none}@-webkit-keyframes gdg-search-fadeout-gdg-seveqep{0%{transform:translate(0)}to{transform:translate(400px)}}@keyframes gdg-search-fadeout-gdg-seveqep{0%{transform:translate(0)}to{transform:translate(400px)}}@-webkit-keyframes gdg-search-fadein-gdg-seveqep{0%{transform:translate(400px)}to{transform:translate(0)}}@keyframes gdg-search-fadein-gdg-seveqep{0%{transform:translate(400px)}to{transform:translate(0)}}.gdg-r17m35ur{flex-grow:1;border:none;outline:none;background-color:var(--gdg-bg-header-has-focus);border-radius:9px;padding:0 8px;box-shadow:0 0 0 1px var(--gdg-border-color);color:var(--gdg-text-group-header);min-height:var(--r17m35ur-0);font:var(--gdg-header-font-style) var(--gdg-font-family)}.gdg-c1tqibwd{padding:0 8px;display:flex;align-items:center;background-color:var(--gdg-bg-header)}.gdg-lw5nakc{display:flex;flex-direction:column;margin:4px 0}.gdg-lw5nakc>button{color:var(--gdg-accent-color);font-weight:600;align-self:flex-end;border:none;outline:none;background-color:transparent;transition:background-color .2s;border-radius:4px;padding:6px 8px;cursor:pointer}.gdg-lw5nakc>button:hover,.gdg-lw5nakc>button:focus-visible{background-color:var(--gdg-accent-light)}.gdg-lw5nakc>button:disabled{opacity:.4;pointer-events:none}.gdg-lw5nakc .gdg-link-title-editor{display:flex;min-width:250px}.gdg-lw5nakc .gdg-link-title-editor>input{outline:none;border:1px solid var(--gdg-border-color);border-radius:4px;box-shadow:none;padding:6px 8px;min-width:0;width:0;flex-grow:1;transition:border .2s}.gdg-lw5nakc .gdg-link-title-editor>input:not(:last-child){margin-right:4px}.gdg-lw5nakc .gdg-link-title-editor>input:focus{border:1px solid var(--gdg-accent-color)}.gdg-lw5nakc .gdg-link-title-editor:not(:last-child){margin-bottom:4px}.gdg-lw5nakc .gdg-link-title-editor>button{border:none;outline:none;border-radius:4px;background-color:transparent;cursor:pointer;transition:background-color .2s,color .2s;color:var(--gdg-text-medium)}.gdg-lw5nakc .gdg-link-title-editor>button:hover,.gdg-lw5nakc .gdg-link-title-editor>button:focus-visible{background-color:var(--gdg-accent-light);color:var(--gdg-text-dark)}.gdg-s1wtovjx{min-height:26px;border:none;outline:none;background-color:transparent;font-size:var(--gdg-editor-font-size);font-family:var(--gdg-font-family);color:var(--gdg-text-dark)}.gdg-s1wtovjx ::-webkit-calendar-picker-indicator{background-color:#fff}.gdg-e1wnlokz{display:flex;flex-direction:column;align-items:stretch;padding-top:6px;color:var(--gdg-text-dark);box-sizing:border-box}.gdg-e1wnlokz *{box-sizing:border-box}.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz label{display:flex;cursor:pointer}.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz label input{cursor:pointer;width:auto}.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz label .gdg-pill{margin-left:8px;margin-right:6px;margin-bottom:6px;border-radius:var(--gdg-rounding-radius, var(--e1wnlokz-0));min-height:var(--e1wnlokz-1);padding:2px var(--e1wnlokz-2);display:flex;align-items:center;font:12px var(--gdg-font-family);background-color:var(--gdg-bg-bubble);transition:box-shadow .15s}.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz label .gdg-pill.gdg-unselected{opacity:.8}.gdg-e1wnlokz label:hover .gdg-pill{box-shadow:0 1px 4px #00000026}.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-readonly label{cursor:default}.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-readonly label .gdg-pill{box-shadow:none!important}.gdg-e1ywxz2x{display:flex;align-items:center;padding:6px 0;color:var(--gdg-text-light)}.gdg-e1ywxz2x .gdg-active{color:var(--gdg-text-dark)}.gdg-e1ywxz2x>*{position:relative;width:16px;height:16px;cursor:pointer;margin-right:2px}.gdg-e1ywxz2x>* svg{width:100%;height:100%}.gdg-wghi2zc{display:flex;flex-direction:column;align-items:stretch}.gdg-wghi2zc .glide-select{font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size)}.gdg-p13nj8j0{font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size);color:var(--gdg-text-dark)}.gdg-p13nj8j0>div{border-radius:4px;border:1px solid var(--gdg-border-color)}.gdg-r6sia3g{display:"flex";margin:auto 8.5px;padding-bottom:3px}.gdg-w1hnqk7o .gdg-footer{display:flex;justify-content:flex-end;padding:20px}.gdg-w1hnqk7o .gdg-footer button{border:none;padding:8px 16px;font-size:14px;font-weight:500;font-family:var(--gdg-font-family);cursor:pointer;border-radius:var(--gdg-rounding-radius, 9px)}.gdg-w1hnqk7o .gdg-save-button{background-color:var(--gdg-accent-color);color:var(--gdg-accent-fg)}.gdg-w1hnqk7o .gdg-close-button{background-color:var(--gdg-bg-header);color:var(--gdg-text-medium);margin-right:8px}.gdg-w1i61rz{display:flex;flex-direction:column;align-items:stretch;margin-top:auto;margin-bottom:auto}.gdg-w1i61rz .gdg-multi-select{font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size)}.gdg-phbadu4{font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size);color:var(--gdg-text-dark)}.gdg-phbadu4>div{border-radius:4px;border:1px solid var(--gdg-border-color)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{v as g,a1 as d,j as l,a2 as p,a3 as f}from"./index.BBnWuh07.js";const I=d("50%{color:rgba(0,0,0,0);}"),$=g("span",{target:"eva3uk20"})(({includeDot:n,shouldBlink:s,theme:t})=>({...n?{"&::before":{opacity:1,content:'"•"',animation:"none",color:t.colors.gray,margin:`0 ${t.spacing.twoXS}`}}:{},...s?{color:t.colors.red,animationName:`${I}`,animationDuration:"0.5s",animationIterationCount:5}:{}})),b=({dirty:n,value:s,inForm:t,maxLength:e,className:m,type:i="single",allowEnterToSubmit:u=!0})=>{const o=[],r=(a,c=!1)=>{o.push(l($,{includeDot:o.length>0,shouldBlink:c,children:a},o.length))};if(u){const a=t?"submit form":"apply";if(i==="multiline"){const c=f()?"⌘":"Ctrl";r(`Press ${c}+Enter to ${a}`)}else i==="single"&&r(`Press Enter to ${a}`)}return e&&(i!=="chat"||n)&&r(`${s.length}/${e}`,n&&s.length>=e),l(p,{"data-testid":"InputInstructions",className:m,children:o})};export{b as I};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,E as p,_ as h,v as d,h as y,j as n,e as u,u as w,an as g,P as x,B as E,ao as b,b as T,S as B}from"./index.BBnWuh07.js";var v=s.forwardRef(function(t,o){var e={fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};return s.createElement(p,h({iconAttrs:e,iconVerticalAlign:"middle",iconViewBox:"0 0 24 24"},t,{ref:o}),s.createElement("path",{fill:"none",d:"M0 0h24v24H0V0z"}),s.createElement("path",{d:"M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"}))});v.displayName="Fullscreen";var f=s.forwardRef(function(t,o){var e={fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};return s.createElement(p,h({iconAttrs:e,iconVerticalAlign:"middle",iconViewBox:"0 0 24 24"},t,{ref:o}),s.createElement("path",{fill:"none",d:"M0 0h24v24H0V0z"}),s.createElement("path",{d:"M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"}))});f.displayName="FullscreenExit";const c="-2.65rem",z=d("div",{target:"e1y9jy7j0"})(({theme:t,locked:o,target:e})=>({padding:`${t.spacing.sm} 0 ${t.spacing.sm} ${t.spacing.sm}`,position:"absolute",top:o?c:"-1rem",right:t.spacing.none,transition:"none",...!o&&{opacity:0,"&:active, &:focus-visible, &:hover":{transition:"opacity 150ms 100ms, top 100ms 100ms",opacity:1,top:c},...e&&{[`${e}:hover &, ${e}:active &, ${e}:focus-visible &`]:{transition:"opacity 150ms 100ms, top 100ms 100ms",opacity:1,top:c}}}})),C=d("div",{target:"e1y9jy7j1"})(({theme:t})=>({color:y(t)?t.colors.fadedText60:t.colors.bodyText,display:"flex",flexDirection:"row",alignItems:"center",justifyContent:"flex-end",boxShadow:"1px 2px 8px rgba(0, 0, 0, 0.08)",borderRadius:t.radii.default,backgroundColor:t.colors.lightenedBg05,width:"fit-content",zIndex:t.zIndices.sidebar+1,padding:t.spacing.twoXS})),S=d("div",{target:"e1y9jy7j2"})(({height:t,useContainerWidth:o,topCentered:e})=>({position:"relative",height:o&&t?t:"fit-content",maxWidth:"100%",width:o?"100%":"fit-content",...e?{display:"flex",justifyContent:"center"}:{}}));function m({label:t,show_label:o,icon:e,onClick:a}){const l=w(),i=o?t:"";return n("div",{"data-testid":"stElementToolbarButton",children:n(g,{content:n(B,{source:t,allowHTML:!1,style:{fontSize:l.fontSizes.sm}}),placement:x.TOP,onMouseEnterDelay:1e3,inline:!0,children:u(T,{onClick:r=>{a&&a(),r.stopPropagation()},kind:E.ELEMENT_TOOLBAR,"aria-label":t,children:[e&&n(b,{content:e,size:"md",testid:"stElementToolbarButtonIcon"}),i&&n("span",{children:i})]})})})}const M=({onExpand:t,onCollapse:o,isFullScreen:e,locked:a,children:l,target:i,disableFullscreenMode:r})=>n(z,{className:"stElementToolbar","data-testid":"stElementToolbar",locked:a||e,target:i,children:u(C,{"data-testid":"stElementToolbarButtonContainer",children:[l,t&&!r&&!e&&n(m,{label:"Fullscreen",icon:v,onClick:()=>t()}),o&&!r&&e&&n(m,{label:"Close fullscreen",icon:f,onClick:()=>o()})]})});export{S,M as T,m as a};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r,aa as J}from"./index.BBnWuh07.js";import{s as Q,i as I,a as U,b as Z,T as ee,C as te,m as re}from"./index.BeTC4Yl-.js";import"./withFullScreenWrapper.0cy2pVf5.js";import"./Toolbar.BO_3WBaS.js";import"./FormClearHelper.l_UPPvkg.js";import"./sprintf.D7DtBTRn.js";import"./checkbox.ButpszcE.js";import"./createDownloadLinkElement.ZaXNnPK4.js";import"./toConsumableArray.B4o8rEx1.js";import"./possibleConstructorReturn.DSM84rOS.js";import"./createSuper.DYJA5xa6.js";import"./FileDownload.esm.CaRyZ-b2.js";const ie=()=>t=>t.targetX,ne=()=>t=>t.targetY,ae=()=>t=>t.targetWidth,se=()=>t=>t.targetHeight,oe=()=>t=>t.targetY+10,le=()=>t=>Math.max(0,(t.targetHeight-28)/2),de=Q("div")({name:"DataGridOverlayEditorStyle",class:"gdg-d19meir1",propsAsIs:!1,vars:{"d19meir1-0":[ne(),"px"],"d19meir1-1":[ie(),"px"],"d19meir1-2":[ae(),"px"],"d19meir1-3":[se(),"px"],"d19meir1-4":[oe(),"px"],"d19meir1-5":[le(),"px"]}});function ce(){const[t,a]=r.useState();return[t??void 0,a]}function ue(){const[t,a]=ce(),[n,h]=r.useState(0),[f,b]=r.useState(!0);r.useLayoutEffect(()=>{if(t===void 0||!("IntersectionObserver"in window))return;const s=new IntersectionObserver(o=>{o.length!==0&&b(o[0].isIntersecting)},{threshold:1});return s.observe(t),()=>s.disconnect()},[t]),r.useEffect(()=>{if(f||t===void 0)return;let s;const o=()=>{const{right:x}=t.getBoundingClientRect();h(m=>Math.min(m+window.innerWidth-x-10,0)),s=requestAnimationFrame(o)};return s=requestAnimationFrame(o),()=>{s!==void 0&&cancelAnimationFrame(s)}},[t,f]);const C=r.useMemo(()=>({transform:`translateX(${n}px)`}),[n]);return{ref:a,style:C}}const Se=t=>{const{target:a,content:n,onFinishEditing:h,forceEditMode:f,initialValue:b,imageEditorOverride:C,markdownDivCreateNode:s,highlight:o,className:x,theme:m,id:W,cell:g,bloom:w,portalElementRef:F,validateCell:p,getCellRenderer:P,provideEditor:T,isOutsideClick:X,customEventTarget:A,activation:O}=t,[l,K]=r.useState(f?n:void 0),S=r.useRef(l??n);S.current=l??n;const[E,k]=r.useState(()=>p===void 0?!0:!(I(n)&&p?.(g,n,S.current)===!1)),c=r.useCallback((e,i)=>{h(E?e:void 0,i)},[E,h]),Y=r.useCallback(e=>{if(p!==void 0&&e!==void 0&&I(e)){const i=p(g,e,S.current);i===!1?k(!1):(typeof i=="object"&&(e=i),k(!0))}K(e)},[g,p]),y=r.useRef(!1),u=r.useRef(void 0),j=r.useCallback(()=>{c(l,[0,0]),y.current=!0},[l,c]),L=r.useCallback((e,i)=>{c(e,i??u.current??[0,0]),y.current=!0},[c]),q=r.useCallback(async e=>{let i=!1;switch(e.key){case"Escape":{e.stopPropagation(),e.preventDefault(),u.current=[0,0];break}case"Enter":{e.stopPropagation(),e.preventDefault(),u.current=[0,e.shiftKey?-1:1],i=!0;break}case"Tab":{e.stopPropagation(),e.preventDefault(),u.current=[e.shiftKey?-1:1,0],i=!0;break}}window.setTimeout(()=>{!y.current&&u.current!==void 0&&(c(i?l:void 0,u.current),y.current=!0)},0)},[c,l]),R=l??n,[d,B]=r.useMemo(()=>{if(U(n))return[];const e={...n,location:g,activation:O},i=T?.(e);return i!==void 0?[i,!1]:[P(n)?.provideEditor?.(e),!1]},[g,n,P,T,O]),{ref:$,style:z}=ue();let M=!0,_,N=!0,v;if(d!==void 0){M=d.disablePadding!==!0,N=d.disableStyling!==!0;const e=Z(d);e&&(v=d.styleOverride);const i=e?d.editor:d;_=r.createElement(i,{portalElementRef:F,isHighlighted:o,activation:O,onChange:Y,value:R,initialValue:b,onFinishedEditing:L,validatedSelection:I(R)?R.selectionRange:void 0,forceEditMode:f,target:a,imageEditorOverride:C,markdownDivCreateNode:s,isValid:E,theme:m})}v={...v,...z};const V=F?.current??document.getElementById("portal");if(V===null)return console.error('Cannot open Data Grid overlay editor, because portal not found. Please, either provide a portalElementRef or add `<div id="portal" />` as the last child of your `<body>`.'),null;let D=N?"gdg-style":"gdg-unstyle";E||(D+=" gdg-invalid"),M&&(D+=" gdg-pad");const G=w?.[0]??1,H=w?.[1]??1;return J.createPortal(r.createElement(ee.Provider,{value:m},r.createElement(te,{style:re(m),className:x,onClickOutside:j,isOutsideClick:X,customEventTarget:A},r.createElement(de,{ref:$,id:W,className:D,style:v,as:B===!0?"label":void 0,targetX:a.x-G,targetY:a.y-H,targetWidth:a.width+G*2,targetHeight:a.height+H*2},r.createElement("div",{className:"gdg-clip-region",onKeyDown:q},_)))),V)};export{Se as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as c,E as j,_ as Y,bm as C,bn as _,v as g,e as D,j as n,P as G,b as q,B as J,ao as T,T as ut,F as Q,u as W,an as gt,ai as ht,bo as ft,h as mt,a6 as yt,as as Ct,bp as bt,m as H,bh as vt,bi as It}from"./index.BBnWuh07.js";import{g as wt,C as xt,I as St,F as $,E as Z,a as Ft,s as Ut,u as Dt,b as Et}from"./FileHelper.Dk2SwIi3.js";import{I as zt}from"./InputInstructions.C254RU9X.js";import{u as Tt,T as Bt}from"./useTextInputAutoExpand.Dgtwc1m0.js";import{i as Rt}from"./inputUtils.CptNuJwn.js";import{E as Lt}from"./ErrorOutline.esm.u9XvzxL8.js";import{U as tt}from"./UploadFileInfo.C-jY39rj.js";import"./base-input.egUI4LjJ.js";var et=c.forwardRef(function(t,e){var o={fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};return c.createElement(j,Y({iconAttrs:o,iconVerticalAlign:"middle",iconViewBox:"0 0 24 24"},t,{ref:e}),c.createElement("path",{fill:"none",d:"M0 0h24v24H0V0z"}),c.createElement("path",{d:"M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5a2.5 2.5 0 015 0v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5a2.5 2.5 0 005 0V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z"}))});et.displayName="AttachFile";var ot=c.forwardRef(function(t,e){var o={fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"};return c.createElement(j,Y({iconAttrs:o,iconVerticalAlign:"middle",iconViewBox:"0 0 24 24"},t,{ref:e}),c.createElement("rect",{width:24,height:24,fill:"none"}),c.createElement("path",{d:"M3 5.51v3.71c0 .46.31.86.76.97L11 12l-7.24 1.81c-.45.11-.76.51-.76.97v3.71c0 .72.73 1.2 1.39.92l15.42-6.49c.82-.34.82-1.5 0-1.84L4.39 4.58C3.73 4.31 3 4.79 3 5.51z"}))});ot.displayName="Send";const nt=(t,e)=>e===C.Directory?{...t,webkitdirectory:"",multiple:!0}:t,Ht=(t,e)=>{if(!e||e.length===0)return!0;const o=t.name.toLowerCase(),i=o.lastIndexOf(".");if(i===-1||i===o.length-1)return e.some(m=>m===""||m===".");const p=o.substring(i),s=o.substring(i+1);return e.some(m=>{const b=m.toLowerCase();return b.startsWith(".")?p===b:s===b})},Vt=(t,e)=>Ht(t,e)?{isValid:!0}:{isValid:!1,errorMessage:`${t.type||"This type of"} files are not allowed.`},rt=t=>{switch(t){case C.None:return"a file";case C.Single:return"a file";case C.Multiple:return"files";case C.Directory:return"a directory";default:return _(t),"a file"}},Mt=g("div",{target:"e15560op0"})(({theme:t,height:e})=>({backgroundColor:t.colors.transparent,position:"absolute",left:0,bottom:0,minHeight:`max(${t.sizes.emptyDropdownHeight}, ${e})`,width:"100%",zIndex:t.zIndices.priority})),$t=g("div",{target:"e15560op1"})(({theme:t,height:e})=>({border:`${t.sizes.borderWidth} solid`,borderColor:t.colors.primary,borderRadius:t.radii.chatInput,backgroundColor:t.colors.secondaryBg,color:t.colors.primary,display:"flex",alignItems:"center",justifyContent:"center",height:e,width:"100%",fontWeight:t.fontWeights.bold})),Wt=g("div",{target:"e15560op2"})(({theme:t,disabled:e})=>({display:"flex",alignItems:"top",height:"100%",marginTop:`-${t.sizes.borderWidth}`,cursor:e?"not-allowed":"auto"})),kt=g("div",{target:"e15560op3"})(({disabled:t})=>({pointerEvents:t?"none":"auto"})),Nt=g("div",{target:"e15560op4"})(({theme:t})=>({marginTop:"0.625em",marginLeft:t.spacing.sm,height:t.spacing.xl,width:t.sizes.borderWidth,backgroundColor:t.colors.fadedText20})),At=g("div",{target:"e15560op5"})(({theme:t})=>({left:0,right:0,lineHeight:t.lineHeights.tight,paddingLeft:t.spacing.sm,paddingRight:t.spacing.sm,overflowX:"auto"})),Pt=g("div",{target:"e15560op6"})({display:"flex"}),Kt=g("div",{target:"e15560op7"})({flex:"0 0 auto"}),Ot=g("div",{target:"e15560op8"})(({theme:t})=>({display:"flex",alignItems:"center",padding:t.spacing.sm,gap:t.spacing.twoXS})),Xt=g("div",{target:"e15560op9"})(({theme:t})=>({color:t.colors.fadedText60})),jt=g("div",{target:"e15560op10"})(({theme:t,fileStatus:e})=>({overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",color:e.type==="uploaded"?t.colors.bodyText:t.colors.fadedText60})),Yt=g("div",{target:"e15560op11"})(({theme:t})=>({marginRight:t.spacing.md,color:t.colors.fadedText60})),_t=g("small",{target:"e15560op12"})(({theme:t})=>({display:"flex",alignItems:"center",maxHeight:t.sizes.smallElementHeight,color:t.colors.fadedText60,"& :hover":{color:t.colors.bodyText}})),Gt=({getRootProps:t,getInputProps:e,acceptFile:o,disabled:i,theme:p})=>{const s=nt(e(),o);return D(Wt,{disabled:i,children:[D(kt,{"data-testid":"stChatInputFileUploadButton",disabled:i,...t(),children:[n("input",{...s}),n(ut,{content:`Upload or drag and drop ${rt(o)}`,placement:G.TOP,onMouseEnterDelay:500,children:n(q,{kind:J.MINIMAL,disabled:i,children:n(T,{content:et,size:"lg",color:i?p.colors.fadedText40:p.colors.fadedText60})})})]}),n(Nt,{})]})},qt=c.memo(Gt),Jt=({getRootProps:t,getInputProps:e,acceptFile:o,inputHeight:i})=>{const p=nt(e(),o);return D(Q,{children:[n(Mt,{height:i,...t(),children:n("input",{...p})}),n($t,{height:i,children:`Drag and drop ${rt(o)} here`})]})},Qt=c.memo(Jt);function Zt({children:t,content:e}){const o=W();return n(gt,{content:e,placement:G.TOP,overrides:{Body:{style:{top:`-${o.sizes.minElementHeight}`}}},children:t})}const te=({fileInfo:t})=>{const e=W(),{type:o}=t.status;switch(o){case"uploading":return n(ht,{"data-testid":"stChatInputFileIconSpinner",size:"lg",margin:"0",padding:"0"});case"error":return n(Zt,{content:t.status.errorMessage,children:n(T,{color:e.colors.red,content:Lt,size:"lg"})});case"uploaded":return n(T,{content:St,size:"lg"});default:return _(o),null}},ee=({fileInfo:t,onDelete:e})=>D(Ot,{className:"stChatInputFile","data-testid":"stChatInputFile",children:[n(Xt,{children:n(te,{fileInfo:t})}),n(jt,{className:"stChatInputFileName","data-testid":"stChatInputFileName",title:t.name,fileStatus:t.status,children:t.name}),n(Yt,{children:wt(t.size,$.Byte)}),n(_t,{"data-testid":"stChatInputDeleteBtn",children:n(q,{onClick:()=>e(t.id),kind:J.MINIMAL,children:n(T,{content:xt,size:"lg"})})})]}),oe=c.memo(ee),ne=({items:t,onDelete:e})=>n(At,{"data-testid":"stChatUploadedFiles",children:n(Pt,{children:t.map(o=>n(Kt,{children:n(oe,{fileInfo:o,onDelete:e})},o.id))})}),re=c.memo(ne),ae=(t,e)=>{const o=[],i=[];return t.forEach(p=>{const s=Vt(p,e.fileType);s.isValid?o.push(p):i.push({file:p,errors:[{code:Z.FileInvalidType,message:s.errorMessage||"File type not allowed."}]})}),{accepted:o,rejected:i}},ie=({acceptMultipleFiles:t,acceptDirectoryFiles:e,maxFileSize:o,uploadClient:i,uploadFile:p,addFiles:s,getNextLocalFileId:m,deleteExistingFiles:b,onUploadComplete:w,element:v})=>(f,h)=>{if(e&&f.length>0){const{accepted:u,rejected:y}=ae(f,v);f=u,h=[...h,...y]}if(!t&&f.length===0&&h.length>1){const u=h.findIndex(y=>y.errors?.[0].code===Z.TooManyFiles);u>=0&&(f.push(h[u].file),h.splice(u,1))}if(!t&&f.length>0&&b(),i.fetchFileURLs(f).then(u=>{ft(u,f).forEach(([y,x])=>{p(y,x)})}).catch(u=>{s(f.map(y=>new tt(y.name,y.size,m(),{type:"error",errorMessage:u})))}),h.length>0){const u=h.map(y=>Ft(y,m(),o));s(u)}w()},se=({getNextLocalFileId:t,addFiles:e,updateFile:o,uploadClient:i,element:p,onUploadProgress:s,onUploadComplete:m})=>(b,w)=>{const v=w.webkitRelativePath||w.name,f=new AbortController,h=new tt(v,w.size,t(),{type:"uploading",abortController:f,progress:1});e([h]),i.uploadFile({formId:"",...p},b.uploadUrl,w,u=>s(u,h.id),f.signal).then(()=>m(h.id,b)).catch(u=>{u instanceof DOMException&&u.name==="AbortError"||o(h.id,h.setStatus({type:"error",errorMessage:u?u.toString():"Unknown error"}))})},le=g("div",{target:"e1togvvn0"})("border:none;position:relative;display:flex;"),de=g("div",{target:"e1togvvn1"})(({theme:t,extended:e})=>({border:`${t.sizes.borderWidth} solid`,borderColor:t.colors.widgetBorderColor??t.colors.transparent,borderRadius:t.radii.chatInput,backgroundColor:t.colors.secondaryBg,position:"relative",flexGrow:1,display:"flex",alignItems:"center",paddingLeft:t.spacing.lg,maxHeight:e?"none":t.sizes.minElementHeight,gap:t.spacing.sm,overflow:"hidden",":focus-within":{borderColor:t.colors.primary}})),ce=g("button",{target:"e1togvvn2"})(({theme:t,disabled:e,extended:o})=>{const i=mt(t),[p,s]=i?[t.colors.gray60,t.colors.gray80]:[t.colors.gray80,t.colors.gray40];return{border:"none",backgroundColor:t.colors.transparent,borderTopRightRadius:o?"0":t.radii.chatInput,borderTopLeftRadius:o?t.radii.default:"0",borderBottomRightRadius:t.radii.chatInput,display:"inline-flex",alignItems:"center",justifyContent:"center",lineHeight:t.lineHeights.none,margin:t.spacing.none,padding:t.spacing.sm,color:e?p:s,pointerEvents:"auto","&:focus":{outline:"none"},":focus":{outline:"none"},"&:focus-visible":{backgroundColor:i?t.colors.gray10:t.colors.gray90},"&:hover":{color:t.colors.primary},"&:disabled, &:disabled:hover, &:disabled:active":{backgroundColor:t.colors.transparent,borderColor:t.colors.transparent,color:t.colors.gray,cursor:"not-allowed"}}}),pe=g("div",{target:"e1togvvn3"})(({theme:t})=>({display:"flex",alignItems:"flex-end",height:"100%",position:"absolute",right:0,marginBottom:`-${t.sizes.borderWidth}`,pointerEvents:"none"})),ue=g("div",{target:"e1togvvn4"})(({theme:t})=>({position:"absolute",bottom:"0px",right:`calc(${t.iconSizes.xl} + 2 * ${t.spacing.sm} + ${t.spacing.sm})`})),V=(t,e,o)=>o.map(i=>i.id===t?e:i),M=(t,e)=>e.find(o=>o.id===t);function ge({disabled:t,element:e,widgetMgr:o,fragmentId:i,uploadClient:p}){const s=W(),{placeholder:m,maxChars:b}=e,w=c.useRef(0),v=c.useRef(null),{width:f,elementRef:h}=yt(),{innerWidth:u,innerHeight:y}=Ct(),[x,B]=c.useState(e.default),[F,U]=c.useState([]),[E,R]=c.useState(!1),S=Tt({textareaRef:v,dependencies:[m]}),L=c.useMemo(()=>F.some(r=>r.status.type==="uploading")?!1:x!==""||F.length>0,[F,x]),I=bt(e.acceptFile),k=Ut(e.maxUploadSizeMb,$.Megabyte,$.Byte),N=c.useCallback(r=>U(l=>[...l,...r]),[]),A=c.useCallback(r=>{U(l=>{const d=M(r,l);return H(d)?l:(d.status.type==="uploading"&&d.status.abortController.abort(),d.status.type==="uploaded"&&d.status.fileUrls.deleteUrl&&p.deleteFile(d.status.fileUrls.deleteUrl),l.filter(a=>a.id!==r))})},[p]),at=()=>{const r=F.filter(l=>l.status.type==="uploaded").map(l=>{const{name:d,size:a,status:z}=l,{fileId:ct,fileUrls:pt}=z;return new vt({fileId:ct,fileUrls:pt,name:d,size:a})});return new It({uploadedFileInfo:r})},P=()=>w.current++,it=ie({acceptMultipleFiles:I===C.Multiple||I===C.Directory,acceptDirectoryFiles:I===C.Directory,maxFileSize:k,uploadClient:p,uploadFile:se({getNextLocalFileId:P,addFiles:N,updateFile:(r,l)=>{U(d=>V(r,l,d))},uploadClient:p,element:e,onUploadProgress:(r,l)=>{U(d=>{const a=M(l,d);if(H(a)||a.status.type!=="uploading")return d;const z=Math.round(r.loaded*100/r.total);return a.status.progress===z?d:V(l,a.setStatus({type:"uploading",abortController:a.status.abortController,progress:z}),d)})},onUploadComplete:(r,l)=>{U(d=>{const a=M(r,d);return H(a)||a.status.type!=="uploading"?d:V(a.id,a.setStatus({type:"uploaded",fileId:l.fileId,fileUrls:l}),d)})}}),addFiles:N,getNextLocalFileId:P,deleteExistingFiles:()=>F.forEach(r=>A(r.id)),onUploadComplete:()=>{v.current&&v.current.focus()},element:e}),{getRootProps:K,getInputProps:O}=Dt({onDrop:it,multiple:I===C.Multiple||I===C.Directory,accept:Et(e.fileType),maxSize:k}),X=()=>{if(v.current&&v.current.focus(),!L||t)return;const r={data:x,fileUploaderState:at()};o.setChatInputValue(e,r,{fromUi:!0},i),U([]),B(""),S.clearScrollHeight()},st=r=>{const{metaKey:l,ctrlKey:d,shiftKey:a}=r;Rt(r)&&!a&&!d&&!l&&(r.preventDefault(),X())},lt=r=>{const{value:l}=r.target;b!==0&&l.length>b||(B(l),S.updateScrollHeight())};c.useEffect(()=>{if(e.setValue){e.setValue=!1;const r=e.value||"";B(r)}},[e]),c.useEffect(()=>{const r=a=>{a.preventDefault(),a.stopPropagation(),!E&&a.dataTransfer?.types.includes("Files")&&R(!0)},l=a=>{a.preventDefault(),a.stopPropagation(),E&&(a.clientX<=0&&a.clientY<=0||a.clientX>=u&&a.clientY>=y)&&R(!1)},d=a=>{a.preventDefault(),a.stopPropagation(),E&&R(!1)};return window.addEventListener("dragover",r),window.addEventListener("drop",d),window.addEventListener("dragleave",l),()=>{window.removeEventListener("dragover",r),window.removeEventListener("drop",d),window.removeEventListener("dragleave",l)}},[E,u,y]);const dt=I!==C.None&&E;return D(Q,{children:[I===C.None?null:n(re,{items:[...F],onDelete:A}),n(le,{className:"stChatInput","data-testid":"stChatInput",ref:h,children:dt?n(Qt,{getRootProps:K,getInputProps:O,acceptFile:I,inputHeight:S.height}):D(de,{extended:S.isExtended,children:[I===C.None?null:n(qt,{getRootProps:K,getInputProps:O,acceptFile:I,disabled:t,theme:s}),n(Bt,{inputRef:v,value:x,placeholder:m,onChange:lt,onKeyDown:st,"aria-label":m,disabled:t,rows:1,overrides:{Root:{style:{minHeight:s.sizes.minElementHeight,outline:"none",borderLeftWidth:"0",borderRightWidth:"0",borderTopWidth:"0",borderBottomWidth:"0",borderTopLeftRadius:"0",borderTopRightRadius:"0",borderBottomRightRadius:"0",borderBottomLeftRadius:"0"}},Input:{props:{"data-testid":"stChatInputTextArea"},style:{fontWeight:s.fontWeights.normal,lineHeight:s.lineHeights.inputWidget,"::placeholder":{color:s.colors.fadedText60},height:S.height,maxHeight:S.maxHeight,paddingLeft:s.spacing.none,paddingBottom:s.spacing.sm,paddingTop:s.spacing.sm,paddingRight:`calc(${s.iconSizes.xl} + 2 * ${s.spacing.sm} + ${s.spacing.sm})`}}}}),f>s.breakpoints.hideWidgetDetails&&n(ue,{children:n(zt,{dirty:L,value:x,maxLength:b,type:"chat",inForm:!1})}),n(pe,{children:n(ce,{onClick:X,disabled:!L||t,extended:S.isExtended,"data-testid":"stChatInputSubmitButton",children:n(T,{content:ot,size:"xl",color:"inherit"})})})]})})]})}const we=c.memo(ge);export{we as default};
|