streamlit-nightly 1.38.1.dev20240908__py2.py3-none-any.whl → 1.38.1.dev20240910__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- streamlit/__init__.py +1 -1
- streamlit/cli_util.py +59 -0
- streamlit/commands/experimental_query_params.py +33 -10
- streamlit/commands/page_config.py +6 -3
- streamlit/components/v1/custom_component.py +3 -5
- streamlit/config_option.py +3 -3
- streamlit/delta_generator.py +1 -1
- streamlit/elements/arrow.py +1 -1
- streamlit/elements/deck_gl_json_chart.py +1 -7
- streamlit/elements/form.py +1 -1
- streamlit/elements/lib/built_in_chart_utils.py +1 -2
- streamlit/{color_util.py → elements/lib/color_util.py} +8 -20
- streamlit/elements/lib/options_selector_utils.py +191 -4
- streamlit/elements/lib/policies.py +1 -1
- streamlit/elements/lib/utils.py +11 -168
- streamlit/elements/map.py +7 -7
- streamlit/elements/plotly_chart.py +1 -1
- streamlit/elements/vega_charts.py +2 -2
- streamlit/elements/widgets/button.py +7 -5
- streamlit/elements/widgets/button_group.py +8 -8
- streamlit/elements/widgets/camera_input.py +1 -1
- streamlit/elements/widgets/chat.py +7 -5
- streamlit/elements/widgets/checkbox.py +1 -1
- streamlit/elements/widgets/color_picker.py +1 -1
- streamlit/elements/widgets/data_editor.py +1 -1
- streamlit/elements/widgets/file_uploader.py +1 -1
- streamlit/elements/widgets/multiselect.py +3 -5
- streamlit/elements/widgets/number_input.py +2 -2
- streamlit/elements/widgets/radio.py +3 -6
- streamlit/elements/widgets/select_slider.py +7 -5
- streamlit/elements/widgets/selectbox.py +3 -6
- streamlit/elements/widgets/slider.py +2 -2
- streamlit/elements/widgets/text_widgets.py +1 -1
- streamlit/elements/widgets/time_widgets.py +1 -1
- streamlit/errors.py +22 -0
- streamlit/file_util.py +4 -4
- streamlit/net_util.py +4 -2
- streamlit/proto/DeckGlJsonChart_pb2.pyi +1 -1
- streamlit/runtime/app_session.py +1 -1
- streamlit/runtime/caching/storage/local_disk_cache_storage.py +2 -2
- streamlit/runtime/state/__init__.py +1 -5
- streamlit/runtime/state/common.py +1 -14
- streamlit/runtime/state/query_params.py +9 -2
- streamlit/runtime/state/widgets.py +0 -9
- streamlit/static/asset-manifest.json +20 -20
- streamlit/static/index.html +1 -1
- streamlit/static/static/js/1260.4017a70f.chunk.js +5 -0
- streamlit/static/static/js/{245.532167ed.chunk.js → 245.68a062da.chunk.js} +1 -1
- streamlit/static/static/js/{3156.0542d233.chunk.js → 3156.002c6ee0.chunk.js} +1 -1
- streamlit/static/static/js/3560.ce031236.chunk.js +1 -0
- streamlit/static/static/js/{4103.2a961369.chunk.js → 4103.d863052a.chunk.js} +1 -1
- streamlit/static/static/js/{5180.5e064ef1.chunk.js → 5180.e826dd46.chunk.js} +1 -1
- streamlit/static/static/js/5618.08be9e66.chunk.js +5 -0
- streamlit/static/static/js/{5625.0394ecdc.chunk.js → 5625.3a8dc81f.chunk.js} +1 -1
- streamlit/static/static/js/{5711.28939a95.chunk.js → 5711.2f36e813.chunk.js} +1 -1
- streamlit/static/static/js/6088.c137d543.chunk.js +1 -0
- streamlit/static/static/js/{6360.17e58a87.chunk.js → 6360.6d7cfa35.chunk.js} +1 -1
- streamlit/static/static/js/{7193.bc9bdd04.chunk.js → 7193.2594a18c.chunk.js} +1 -1
- streamlit/static/static/js/7493.95e79b96.chunk.js +1 -0
- streamlit/static/static/js/8166.11abccb8.chunk.js +1 -0
- streamlit/static/static/js/{8237.ed5d881b.chunk.js → 8237.210a5ac4.chunk.js} +1 -1
- streamlit/static/static/js/8815.0284d089.chunk.js +1 -0
- streamlit/static/static/js/9114.1ee3d4dd.chunk.js +1 -0
- streamlit/static/static/js/954.3cc76210.chunk.js +5 -0
- streamlit/static/static/js/{main.abc0ee04.js → main.7b7fe9ac.js} +2 -2
- streamlit/string_util.py +13 -5
- streamlit/time_util.py +3 -14
- streamlit/util.py +1 -127
- streamlit/watcher/local_sources_watcher.py +1 -1
- streamlit/web/bootstrap.py +2 -2
- streamlit/web/cli.py +2 -2
- {streamlit_nightly-1.38.1.dev20240908.dist-info → streamlit_nightly-1.38.1.dev20240910.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.38.1.dev20240908.dist-info → streamlit_nightly-1.38.1.dev20240910.dist-info}/RECORD +82 -85
- streamlit/case_converters.py +0 -91
- streamlit/code_util.py +0 -90
- streamlit/constants.py +0 -19
- streamlit/static/static/js/1260.5ebd5704.chunk.js +0 -5
- streamlit/static/static/js/3560.17463b1c.chunk.js +0 -1
- streamlit/static/static/js/5618.6d42e995.chunk.js +0 -5
- streamlit/static/static/js/6088.00849717.chunk.js +0 -1
- streamlit/static/static/js/6364.7ec8417d.chunk.js +0 -1
- streamlit/static/static/js/8166.0d1971ea.chunk.js +0 -1
- streamlit/static/static/js/8815.0b7dc879.chunk.js +0 -1
- streamlit/static/static/js/9114.c676bef4.chunk.js +0 -1
- streamlit/static/static/js/954.bf90fe19.chunk.js +0 -5
- /streamlit/{echo.py → commands/echo.py} +0 -0
- /streamlit/elements/{form_utils.py → lib/form_utils.py} +0 -0
- /streamlit/{js_number.py → elements/lib/js_number.py} +0 -0
- /streamlit/static/static/js/{main.abc0ee04.js.LICENSE.txt → main.7b7fe9ac.js.LICENSE.txt} +0 -0
- /streamlit/{folder_black_list.py → watcher/folder_black_list.py} +0 -0
- {streamlit_nightly-1.38.1.dev20240908.data → streamlit_nightly-1.38.1.dev20240910.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.38.1.dev20240908.dist-info → streamlit_nightly-1.38.1.dev20240910.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.38.1.dev20240908.dist-info → streamlit_nightly-1.38.1.dev20240910.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.38.1.dev20240908.dist-info → streamlit_nightly-1.38.1.dev20240910.dist-info}/top_level.txt +0 -0
@@ -1,49 +1,43 @@
|
|
1
|
-
streamlit/__init__.py,sha256=
|
1
|
+
streamlit/__init__.py,sha256=G15ufvL0wBVC6fykpfFtv8mZqNjTS8xA03UwTyuesIA,9508
|
2
2
|
streamlit/__main__.py,sha256=8vHowjccJfFMwrA22IEe3ynE9F670mkspbo9rYdM0ks,868
|
3
|
-
streamlit/
|
4
|
-
streamlit/cli_util.py,sha256=P7A6R9D8whD9mytXHAfIax18hrxweUk5Ma8Klb99SeY,1420
|
5
|
-
streamlit/code_util.py,sha256=I-O6OaaG9BJy17jqw68nqfcinWabpbbFiktKGW5rewc,2395
|
6
|
-
streamlit/color_util.py,sha256=bVA9iO4hT710gJEBSiymjqVQ-piHUiom3B5AE48T_Qc,9354
|
3
|
+
streamlit/cli_util.py,sha256=Lz5th7VSp4KILRLEkjfOK_7AVhNnv2JROl_8UF1MDQg,3383
|
7
4
|
streamlit/column_config.py,sha256=6RYqAsPV838B0DSb7nYPFedKfTxNCzVrc_4BmwMa_c4,1414
|
8
5
|
streamlit/config.py,sha256=HUykQ37RP1SOfyu7eXKeNxAnLQIK1VhgfIQnfb7_aTk,40262
|
9
|
-
streamlit/config_option.py,sha256=
|
6
|
+
streamlit/config_option.py,sha256=pGzB3n-PRk-Zc1QgV4-_5PjlARQ0BDi7hx2UzeoyynE,11466
|
10
7
|
streamlit/config_util.py,sha256=-MGb5eBrsZvNmqywmiBmo27ll1F9OmCDX4toGWglv2c,6015
|
11
|
-
streamlit/constants.py,sha256=KhNjCeooky2bbW7QMX3ijOA5enHIOgj6Xo4TBhtTJNE,798
|
12
8
|
streamlit/cursor.py,sha256=SXJcot8mc1htkXx1jnIWmvYRaFPlPpTOhPoYH-LPmos,6026
|
13
9
|
streamlit/dataframe_util.py,sha256=l5BzTc9TBnvmTaOn6Si0OfnhU6hr2Pp3fNXvgRcxRj4,47820
|
14
|
-
streamlit/delta_generator.py,sha256
|
10
|
+
streamlit/delta_generator.py,sha256=_E28J_EEEbNqxwLNfdxpCbKdVkydyDKWQibZXi--SSo,21795
|
15
11
|
streamlit/delta_generator_singletons.py,sha256=auM2-dFoY0oBk74OfMEcgX6EBLi4cuGmVxcEM-N37Q0,7555
|
16
12
|
streamlit/deprecation_util.py,sha256=3JxWWS424v1kQ-qOq-9sQNYPQ8_UERH3QpYtkWxLP74,6516
|
17
13
|
streamlit/development.py,sha256=iO-KQc62Do9uSwoa5vV2tfImqz3QPhJ1Md6DETcnHkc,813
|
18
|
-
streamlit/echo.py,sha256=s0tT_IXxh7BLHOapRS8syE5Tnm4Djm3-oKO0J0MY1wI,4077
|
19
14
|
streamlit/emojis.py,sha256=G1ZHg5TQYCorAZR7ZAlyiapaxYAY6NeY2OdP6F0yVMM,81235
|
20
15
|
streamlit/env_util.py,sha256=fqea8xmj4ifsuqmLv3Pvlq4t5y6WVTBua4qRpVTbs5Y,1791
|
21
16
|
streamlit/error_util.py,sha256=4bO_maDjwylgBLBaVtWawas0vXCVx0KFc4QdOCeflFo,3480
|
22
|
-
streamlit/errors.py,sha256=
|
23
|
-
streamlit/file_util.py,sha256=
|
24
|
-
streamlit/folder_black_list.py,sha256=Ji9UZ4PtrilLxmvb8W57SIEK7AkeLGEqqtqr4y2oscI,2342
|
17
|
+
streamlit/errors.py,sha256=tooLV1ZfAB5jZDIWJRV1USLegPECmP--H1jFzPRxHUU,15559
|
18
|
+
streamlit/file_util.py,sha256=rn01LeY0PDN7krzlOIsyTjWZytfJxBT6cgbSXZsaQ9Q,7146
|
25
19
|
streamlit/git_util.py,sha256=tVRinRwVqJDtJAJOr9d_PuFNbGJKPpo34xpxJTUnfZ0,5261
|
26
|
-
streamlit/js_number.py,sha256=21VdJozG82xyZauYrdR819tb8mNNBxu-YzTXRBmLFgo,3524
|
27
20
|
streamlit/logger.py,sha256=U1jcoGLZ6kN1aeLy26tjGVWEAAl_uOKcW22wKCLgHbk,3987
|
28
21
|
streamlit/material_icon_names.py,sha256=KHdnaLG8SgKSFhvWAzMP9bdDkQMq4HeaESW8jDF1tj0,59205
|
29
|
-
streamlit/net_util.py,sha256=
|
22
|
+
streamlit/net_util.py,sha256=Z8HwlAqqVgVQloy3NmjzwIikVoFfEFp0f0d6WNmQA4E,3271
|
30
23
|
streamlit/platform.py,sha256=JDIExQS5HE8nsQi4HV6evk1weq8VtboQcZmz6kdmAdw,1129
|
31
24
|
streamlit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
32
25
|
streamlit/source_util.py,sha256=UiGRJsbtd5XapIFEIUEw6_0l3-XBFRD0BY3qwcKj43U,5882
|
33
|
-
streamlit/string_util.py,sha256=
|
26
|
+
streamlit/string_util.py,sha256=313fS3FA6ESkSdW3t7jlpU7r18ZtOyOeWOSmEwSreUA,6930
|
34
27
|
streamlit/temporary_directory.py,sha256=eBv5q0CR9GApa-itZBaGtqQKMl248H0HojEVKzkS9cc,1627
|
35
|
-
streamlit/time_util.py,sha256=
|
28
|
+
streamlit/time_util.py,sha256=mVW_47URdmDyiT5qYJry32T3Qb8wFd71MIPt5-vK6xU,2503
|
36
29
|
streamlit/type_util.py,sha256=PPtaxoohNi3Ozsttzxh5Lpt8V1617XOX-N3cFhcCUQ0,11728
|
37
30
|
streamlit/url_util.py,sha256=iU1lpZhzW4ZjhjBhSdw39OzixnThIsxhXpDP-ZIgUT8,3019
|
38
31
|
streamlit/user_info.py,sha256=uagYpNPoNM1IG-WGjHveHOmwVxEBHukAevpZPpwoj_U,3423
|
39
|
-
streamlit/util.py,sha256=
|
32
|
+
streamlit/util.py,sha256=IxkC4fZdc2rU3L7UNqeM4V9d1snMmJRbe5Q_Kqw3fLs,2460
|
40
33
|
streamlit/version.py,sha256=dAqFbNh-ln7p47GRRDVHuqag-JZUYpMe47uqFxVb7Tw,763
|
41
34
|
streamlit/commands/__init__.py,sha256=Vrf1yVMOcTyhUPnYvsfyeL96Vpd5z8KoSV5ZzTcTQgU,616
|
35
|
+
streamlit/commands/echo.py,sha256=s0tT_IXxh7BLHOapRS8syE5Tnm4Djm3-oKO0J0MY1wI,4077
|
42
36
|
streamlit/commands/execution_control.py,sha256=W8w5SXkQExtEBNeKRbMdPdOX0g8JirjDn2FK9w-PxDU,8269
|
43
|
-
streamlit/commands/experimental_query_params.py,sha256=
|
37
|
+
streamlit/commands/experimental_query_params.py,sha256=1_rZ03BeY2mqh6mZr-bPJBaeIB2HyOvXMgdZ98FIU6A,5728
|
44
38
|
streamlit/commands/logo.py,sha256=4CDXThT_mCzq7sYS0v5EfU7T5l_HpE5N8_tYTnhOtXI,6470
|
45
39
|
streamlit/commands/navigation.py,sha256=D59u6d6pPoFbMZFcbcZIM6P9N2wOmPVmk4TOs-QYAic,9540
|
46
|
-
streamlit/commands/page_config.py,sha256=
|
40
|
+
streamlit/commands/page_config.py,sha256=uGYhMj2Lh_eH2h11_amTJTrbGPiUvjzONfYlu_qLer0,12931
|
47
41
|
streamlit/components/__init__.py,sha256=Vrf1yVMOcTyhUPnYvsfyeL96Vpd5z8KoSV5ZzTcTQgU,616
|
48
42
|
streamlit/components/lib/__init__.py,sha256=Vrf1yVMOcTyhUPnYvsfyeL96Vpd5z8KoSV5ZzTcTQgU,616
|
49
43
|
streamlit/components/lib/local_component_registry.py,sha256=xm2pD0lcUzWyQnLaJAl6KQmoU2OSvGilgheMXDoLBeM,3016
|
@@ -54,7 +48,7 @@ streamlit/components/v1/__init__.py,sha256=I7xa1wfGQY84U_nWWsq1i_HO5kCQ7f0BE5_dE
|
|
54
48
|
streamlit/components/v1/component_arrow.py,sha256=1Pm-n6gFn_vRXsT053AWFqYxLfcf2QVQYKWFg3yIpeI,4422
|
55
49
|
streamlit/components/v1/component_registry.py,sha256=msGw_kTGEU_cnFUgpz61WMAmj_lzbOrTFpefWkPXNkU,4817
|
56
50
|
streamlit/components/v1/components.py,sha256=-fyYz9yOIILGHUFqICLipl7HAK-2NUWGcBFcQa4L3Sk,1585
|
57
|
-
streamlit/components/v1/custom_component.py,sha256=
|
51
|
+
streamlit/components/v1/custom_component.py,sha256=DGOJlA6LnblrLNQSFSf_QeI-aVE0a8f8BlJe7NAXkVw,9418
|
58
52
|
streamlit/connections/__init__.py,sha256=WSOEtrwhiNYti89iCk3O7I83rurZl8gXoM8tA2d_E-U,1083
|
59
53
|
streamlit/connections/base_connection.py,sha256=0BRLiQFe1H5j1CqVPgIlbtpXpeEgRLsoZhCIDUtB1P4,7465
|
60
54
|
streamlit/connections/snowflake_connection.py,sha256=0fM-Lpg3GnB4jVVQEhMeJcIQs6GlNy-emgrSlPodUTo,12522
|
@@ -63,17 +57,16 @@ streamlit/connections/sql_connection.py,sha256=ugNIXCQXZZWGjbkcdJ2t4QlQMUb2Ze8Ob
|
|
63
57
|
streamlit/connections/util.py,sha256=3Ryc93a5KstsVwQl6ug5cmb8F-WQoD4c0mBWNPLoFsY,3022
|
64
58
|
streamlit/elements/__init__.py,sha256=Vrf1yVMOcTyhUPnYvsfyeL96Vpd5z8KoSV5ZzTcTQgU,616
|
65
59
|
streamlit/elements/alert.py,sha256=gn1U2KZObOy55ix5gA2g-r5aP7te1X_wLZKfXp8rTcg,7424
|
66
|
-
streamlit/elements/arrow.py,sha256=
|
60
|
+
streamlit/elements/arrow.py,sha256=xopVA4xomJigNUS1-q7EwtcpDlyu3UApRaCalCtjssI,33698
|
67
61
|
streamlit/elements/balloons.py,sha256=QnORgG96Opga1SVg8tUBOm-l3nMpKWmjvy1crcS2XaU,1482
|
68
62
|
streamlit/elements/bokeh_chart.py,sha256=OdeJgmyiWH08QninHYQerxSOCyS1TcEwAqfgTuR0xzo,4196
|
69
63
|
streamlit/elements/code.py,sha256=ZthfR1NdVnBg-L7iWEqN3WxKLiiq9jqt_-E6CRsZo8g,2696
|
70
|
-
streamlit/elements/deck_gl_json_chart.py,sha256=
|
64
|
+
streamlit/elements/deck_gl_json_chart.py,sha256=YuN_Uqtlog72vcdDl-waNx7So1UHNs2lSdztu3oDCuA,6867
|
71
65
|
streamlit/elements/dialog_decorator.py,sha256=12lIbNyinnfk_VvSWB8xauAMCT8PPfdn157aIMtudbg,10052
|
72
66
|
streamlit/elements/doc_string.py,sha256=hJToDyDVMB6AmAUd8tEjpRXzRUptDXXRHiw2V_mYjBg,16172
|
73
67
|
streamlit/elements/empty.py,sha256=SN94_NJJxW0nMZ-w0XDbpN5h0urdAZi8pQFTslgmSAA,3853
|
74
68
|
streamlit/elements/exception.py,sha256=KcaQP2pvpkKzbXRYTb6lNetY8KDpD-74Aqh_1uP3SGM,8948
|
75
|
-
streamlit/elements/form.py,sha256=
|
76
|
-
streamlit/elements/form_utils.py,sha256=JlkvvSOBrolFYOVa3JqcVHzYC73-1D5eVxaN5gnGw-M,2587
|
69
|
+
streamlit/elements/form.py,sha256=iuBYbGd_6pupEPiieMq4gtg5u74leZbmc4r5H9oDPtk,11573
|
77
70
|
streamlit/elements/graphviz_chart.py,sha256=x2CwyP1lqDmIGObs3-Auk-6izCsdctuznKmdcUQqyoY,4937
|
78
71
|
streamlit/elements/heading.py,sha256=xzsf5QFUhlNW1VXjxmsyUHsHDCDzvo4Q6bgVoEBkMec,9893
|
79
72
|
streamlit/elements/html.py,sha256=PN9iw2jaRObDlqGzH2RwuzQr8rr3EInKnI4RelXVYfg,2717
|
@@ -81,50 +74,53 @@ streamlit/elements/iframe.py,sha256=Qfw6VN7dKyr4MLq5T4UbsBpoCaWkzPVZQ_-12Ruul9Y,
|
|
81
74
|
streamlit/elements/image.py,sha256=N0dq2FwHVEoWF_2Z-21wExm1t1BLeLsAvOjaLWm8GlE,20307
|
82
75
|
streamlit/elements/json.py,sha256=md4nazmLeRbPxe6lV0ZDacMUw-bsVLxmjaL5bWKOkBM,4526
|
83
76
|
streamlit/elements/layouts.py,sha256=7EgRPWTqOC97mVwhU8WMDtEJjwTd-5KxQwvn_Mf3MeI,30554
|
84
|
-
streamlit/elements/map.py,sha256=
|
77
|
+
streamlit/elements/map.py,sha256=7oshpoG39u6MisRBaqkznyznBwsd6TzEO-WOJ4aKhmw,16188
|
85
78
|
streamlit/elements/markdown.py,sha256=iWxq9Ssj7o_hnKhf3-W3IKj3HM7XM-eA8aXVwtab8so,10249
|
86
79
|
streamlit/elements/media.py,sha256=Q0DNwgkufNj8dPk1TNHwmNqPmi3hiENCgJ2lUqKFDco,29878
|
87
80
|
streamlit/elements/metric.py,sha256=9zAyS3vmHEl55fxrT-XROC_1-1V7e9HoQldZCWHSzI0,9549
|
88
|
-
streamlit/elements/plotly_chart.py,sha256=
|
81
|
+
streamlit/elements/plotly_chart.py,sha256=h_myBXBBwq39NDEautqbMJbIudukiAlh8cnz3I7D0rs,19526
|
89
82
|
streamlit/elements/progress.py,sha256=eNnmnqAHw-wTO-OQaNl155uh2zcF_vq70ZWe-FOG4d0,5232
|
90
83
|
streamlit/elements/pyplot.py,sha256=YKhugB3O5rTqaLQGI13v0KQdMOiC9QFY6rK5g_qyLQY,6409
|
91
84
|
streamlit/elements/snow.py,sha256=WHqk8zmfOr5iD0R-wLlAdlIkDDbiaayguTVmA4e7V_Q,1439
|
92
85
|
streamlit/elements/spinner.py,sha256=qhA0DZo3ZEYQswFYuNdaXltenvmJR_18mqDQA64bK_Q,2934
|
93
86
|
streamlit/elements/text.py,sha256=_OePOPcWymPrYoey6BFeB6IvjTmnUszFS9W0veUu3LA,1856
|
94
87
|
streamlit/elements/toast.py,sha256=UFh4Is6a9-aWG43SZadknKOEC16_KIvg6AR9QR1tnxk,3711
|
95
|
-
streamlit/elements/vega_charts.py,sha256=
|
88
|
+
streamlit/elements/vega_charts.py,sha256=JmCqpb7ecWCwvnUk4y954QhzUj71InW3TQz20Huk_zM,77140
|
96
89
|
streamlit/elements/write.py,sha256=sVbxT5ihOaL-u5jY1gmwNhWfdGz4Mni_CT09jUp2QyM,21703
|
97
90
|
streamlit/elements/lib/__init__.py,sha256=Vrf1yVMOcTyhUPnYvsfyeL96Vpd5z8KoSV5ZzTcTQgU,616
|
98
|
-
streamlit/elements/lib/built_in_chart_utils.py,sha256=
|
91
|
+
streamlit/elements/lib/built_in_chart_utils.py,sha256=ytQ0IdWiqdWbY4Mi3Giszx-Y9Y9n2dx8w0VYLNyfWIo,37560
|
92
|
+
streamlit/elements/lib/color_util.py,sha256=w8cD0dP43iLpdLsyv1rsb61QE0-s36MkbWOLwbFbVRs,8988
|
99
93
|
streamlit/elements/lib/column_config_utils.py,sha256=QA_jiyqYFB9mGSVu31C5jxFfAyZRDxGgwqA-0MspVJc,16176
|
100
94
|
streamlit/elements/lib/column_types.py,sha256=ckc2JaLaoW7fAwmVUwtJ-mC3cLhfK-PtKvXeUNscelc,51183
|
101
95
|
streamlit/elements/lib/dialog.py,sha256=UUhE1wOHvhV-AYR9lH1tW0mrGwkNvVINAFDyEwByuSU,5355
|
102
96
|
streamlit/elements/lib/dicttools.py,sha256=9zXu6Z5Ky4ul74RBGB8Roi5LDoB_GTo_0vd2GNSnohQ,3827
|
103
97
|
streamlit/elements/lib/event_utils.py,sha256=wJaZxBH-x9icnWmDuO9ukIQhHek9T2rcxlrD7UVzmvk,1496
|
98
|
+
streamlit/elements/lib/form_utils.py,sha256=JlkvvSOBrolFYOVa3JqcVHzYC73-1D5eVxaN5gnGw-M,2587
|
99
|
+
streamlit/elements/lib/js_number.py,sha256=21VdJozG82xyZauYrdR819tb8mNNBxu-YzTXRBmLFgo,3524
|
104
100
|
streamlit/elements/lib/mutable_status_container.py,sha256=qUacv7MzabfioZ-bnF4nR6AV-68sa_gVowyWuV4P1sM,6781
|
105
|
-
streamlit/elements/lib/options_selector_utils.py,sha256=
|
101
|
+
streamlit/elements/lib/options_selector_utils.py,sha256=ME6H_3uvCKLOSk6-N0sYtLPOgO61PY3QIMq_WHu6-Hk,8916
|
106
102
|
streamlit/elements/lib/pandas_styler_utils.py,sha256=VMo1RnsnU5KpiA73heGHCN1qYlRP8IE7a3pqSvvKthk,8121
|
107
|
-
streamlit/elements/lib/policies.py,sha256=
|
103
|
+
streamlit/elements/lib/policies.py,sha256=8P9_YhL5IymSit2n1MFJWMveWci0WkEAfheW49ljUDc,6884
|
108
104
|
streamlit/elements/lib/streamlit_plotly_theme.py,sha256=DgMP_PWTfFO5J__q8bGxoT3ey5z727582wDD_u3UaPU,8307
|
109
105
|
streamlit/elements/lib/subtitle_utils.py,sha256=ciPgQ6Yi3NS7OdFgDH6lGFwDZpv022flEyQKY5lHNiE,6245
|
110
|
-
streamlit/elements/lib/utils.py,sha256=
|
106
|
+
streamlit/elements/lib/utils.py,sha256=PQTNPP-9u2pe3iDniDHju04WaPcf-IhqKBtdVZhdTt4,6130
|
111
107
|
streamlit/elements/widgets/__init__.py,sha256=Vrf1yVMOcTyhUPnYvsfyeL96Vpd5z8KoSV5ZzTcTQgU,616
|
112
|
-
streamlit/elements/widgets/button.py,sha256=
|
113
|
-
streamlit/elements/widgets/button_group.py,sha256=
|
114
|
-
streamlit/elements/widgets/camera_input.py,sha256=
|
115
|
-
streamlit/elements/widgets/chat.py,sha256
|
116
|
-
streamlit/elements/widgets/checkbox.py,sha256=
|
117
|
-
streamlit/elements/widgets/color_picker.py,sha256
|
118
|
-
streamlit/elements/widgets/data_editor.py,sha256=
|
119
|
-
streamlit/elements/widgets/file_uploader.py,sha256=
|
120
|
-
streamlit/elements/widgets/multiselect.py,sha256=
|
121
|
-
streamlit/elements/widgets/number_input.py,sha256=
|
122
|
-
streamlit/elements/widgets/radio.py,sha256
|
123
|
-
streamlit/elements/widgets/select_slider.py,sha256=
|
124
|
-
streamlit/elements/widgets/selectbox.py,sha256=
|
125
|
-
streamlit/elements/widgets/slider.py,sha256=
|
126
|
-
streamlit/elements/widgets/text_widgets.py,sha256=
|
127
|
-
streamlit/elements/widgets/time_widgets.py,sha256=
|
108
|
+
streamlit/elements/widgets/button.py,sha256=giHq5GWZ8TSn6g9EqRugJ0j9xSkzgKFzs8QOQyQzIyo,35124
|
109
|
+
streamlit/elements/widgets/button_group.py,sha256=6eYOkuDK17mFrh6V7u5Hzelif4XXJ9xNRcc3T3kUbcQ,16250
|
110
|
+
streamlit/elements/widgets/camera_input.py,sha256=KcpSimeHG1ccaai9ZneYjLrJqBVGBDpAie1G8MTtSN8,8509
|
111
|
+
streamlit/elements/widgets/chat.py,sha256=-kRUtZlyYgG-ZluyJ891pMYVuvpJHb8ApYja_tMRE98,14317
|
112
|
+
streamlit/elements/widgets/checkbox.py,sha256=9qHHwuiYevsQ2j2KWvSbfq_sr9SaHmIkdQDbym0hA2U,11323
|
113
|
+
streamlit/elements/widgets/color_picker.py,sha256=uoX1YanUm3tExKlnedFFUCpDbgGzUz3oNn9DdueADPU,8528
|
114
|
+
streamlit/elements/widgets/data_editor.py,sha256=B7ux-gSxho6RH59q86SNf0w7e_KGVDnAUzNI41f-Ul0,36097
|
115
|
+
streamlit/elements/widgets/file_uploader.py,sha256=e7TLu7Ss2wDUjKH2UQRC9FoeWFkULRX5yJ8maAG7xmw,17005
|
116
|
+
streamlit/elements/widgets/multiselect.py,sha256=Jn6P43bX1aD023HnyKzNNzRYejcMQm8iLWSVm9yQxTg,11390
|
117
|
+
streamlit/elements/widgets/number_input.py,sha256=B19zCyKML0vRVyOioUHOZLoXK78xfE364YEciIPCq0A,20105
|
118
|
+
streamlit/elements/widgets/radio.py,sha256=KQYfaQI-TkeTutIDdKC_JerrsnICeNMOxSm1ovx6F5c,13640
|
119
|
+
streamlit/elements/widgets/select_slider.py,sha256=0DCJJkeS_OSMLCpHn7h_wEogJtUZ0l0mntSxFGCOtYA,14934
|
120
|
+
streamlit/elements/widgets/selectbox.py,sha256=vg8dtqHAhYuPHONRBq4ARmBopPOyL4-QOon3hD99g4s,12323
|
121
|
+
streamlit/elements/widgets/slider.py,sha256=mUsEW_C2FzpU7PAvsN1xibvKKsnkc97OWBjip5RLXnI,32578
|
122
|
+
streamlit/elements/widgets/text_widgets.py,sha256=IdVQ7VW7HUMpBqu2ibT0fXehtL-XiqFYAG8XrlyejMQ,21165
|
123
|
+
streamlit/elements/widgets/time_widgets.py,sha256=_A24a1mEns7hW_-RRKwhptxQmXuoiO6_Aw32sKJ6RAk,28746
|
128
124
|
streamlit/external/__init__.py,sha256=Vrf1yVMOcTyhUPnYvsfyeL96Vpd5z8KoSV5ZzTcTQgU,616
|
129
125
|
streamlit/external/langchain/__init__.py,sha256=sAzaNf4Cje3cJikPBVvF7pj1sEdEvUfKIEY_Z6Zk8cA,814
|
130
126
|
streamlit/external/langchain/streamlit_callback_handler.py,sha256=vB_J45E1aLEiH6KCCUl5WvQLb8FtMTIg3pv5l2S7Vsw,15427
|
@@ -185,7 +181,7 @@ streamlit/proto/DataFrame_pb2.pyi,sha256=Syo9NCa8973x_ob-MqyV-lnApLM2VS8Ct0hAixD
|
|
185
181
|
streamlit/proto/DateInput_pb2.py,sha256=B6u2R3SclO7GzpEQqO_5CkJvfNYFRtkTEZv9-pVyTVM,1892
|
186
182
|
streamlit/proto/DateInput_pb2.pyi,sha256=VSBDJQSM0Uu9amjTZ3rp1sOY6KP33gLnL8h-HMwLIXE,3328
|
187
183
|
streamlit/proto/DeckGlJsonChart_pb2.py,sha256=50pzyy0ndU1Ko8iXR7Vhcz290uYu5uAzCI_tRgoSFbc,1460
|
188
|
-
streamlit/proto/DeckGlJsonChart_pb2.pyi,sha256=
|
184
|
+
streamlit/proto/DeckGlJsonChart_pb2.pyi,sha256=w_IQhxaCJY13HlaAZB-0KeZO6uofsTdsGLSz5_apbDA,2092
|
189
185
|
streamlit/proto/Delta_pb2.py,sha256=ukKwSkss3tIX96I5j2FT_BiyZW2BRye2izmVCiNjU4c,2012
|
190
186
|
streamlit/proto/Delta_pb2.pyi,sha256=Z09HbPjot0dCVfR8g3eKEcQ_Ck5VaMoH7RjPuEF6iTg,3184
|
191
187
|
streamlit/proto/DocString_pb2.py,sha256=8fEx1J2VxqPTdcio8IXt9wIPIie8O5c7EZ9urt4KD3c,1735
|
@@ -294,7 +290,7 @@ streamlit/proto/__init__.py,sha256=tM42Nl1HAphMoWU8F7noymVPJLj3dEnqqIitEQCr2XE,6
|
|
294
290
|
streamlit/proto/openmetrics_data_model_pb2.py,sha256=dWlhXENjgvIGCMnAumDVQkLA4TQQzP77G5pncI6oP9I,6424
|
295
291
|
streamlit/proto/openmetrics_data_model_pb2.pyi,sha256=dmABrepaNR5S9kA1UPfQGXqY_ARAUuLmQBqG1Xn_HUY,20319
|
296
292
|
streamlit/runtime/__init__.py,sha256=Xx5OVY9Nv8Z6ndbYtJBm3lgR2pn83omEOlDaSl9V2dE,1523
|
297
|
-
streamlit/runtime/app_session.py,sha256=
|
293
|
+
streamlit/runtime/app_session.py,sha256=r-Hhk6G6WNb_G-UgceR92wIqShhpwB4YwEzYc1O81nY,37478
|
298
294
|
streamlit/runtime/connection_factory.py,sha256=20-GrwBjmPz2CnOhWbq3MYHc-Ouyce9EuXBqCHEqsls,12503
|
299
295
|
streamlit/runtime/context.py,sha256=d3pmxQJdVY4RE10mlAVvrzSgokk4Uyr0fWQeAPWT8R4,6595
|
300
296
|
streamlit/runtime/credentials.py,sha256=oMUw4SWHMbk-b4Z7tGWWLQIZBsFF-4xDBjbxzNNJ8x8,11333
|
@@ -329,7 +325,7 @@ streamlit/runtime/caching/storage/__init__.py,sha256=b3JyzTI6Nyc3htcNZAq_f-XP3jM
|
|
329
325
|
streamlit/runtime/caching/storage/cache_storage_protocol.py,sha256=5wf3gRqa1Msjt-qPbcsuV741rKq3lcT1J6Nj4g0aPFI,8921
|
330
326
|
streamlit/runtime/caching/storage/dummy_cache_storage.py,sha256=IVQJs1KH3kkn0dc8YsLs3F7FX9wn2ZzTmyRgCTg7MYo,1945
|
331
327
|
streamlit/runtime/caching/storage/in_memory_cache_storage_wrapper.py,sha256=VT5DysXStpsZiQo2fAkx6TXY_ijoon2ki338HjEIvzI,5389
|
332
|
-
streamlit/runtime/caching/storage/local_disk_cache_storage.py,sha256=
|
328
|
+
streamlit/runtime/caching/storage/local_disk_cache_storage.py,sha256=O8rrHmQyz6AKznX6f0rubYgSMmCo8_5meNmQKIcF3jY,9315
|
333
329
|
streamlit/runtime/scriptrunner/__init__.py,sha256=hyj0No43i0GIXML_m21B5ngKbWu65mgRYScxJpqfdj8,1266
|
334
330
|
streamlit/runtime/scriptrunner/exec_code.py,sha256=tlkfAbIkQZk4B_Vg7XiVgpA7E2AJP5T68Ttl-i6f4tg,4611
|
335
331
|
streamlit/runtime/scriptrunner/magic.py,sha256=1CR_vrIMTaZWVhGHlidSAaP3Gbzp-amXnubKppv3icM,9489
|
@@ -340,63 +336,63 @@ streamlit/runtime/scriptrunner_utils/__init__.py,sha256=3ecJDi5VtnxRDoaDEdgQIJ-U
|
|
340
336
|
streamlit/runtime/scriptrunner_utils/exceptions.py,sha256=FM09ZMEkAGqdNUPSp3SyFxp0O7g77fZtL_6JcqxNMB8,1554
|
341
337
|
streamlit/runtime/scriptrunner_utils/script_requests.py,sha256=_CeahHuCUJL8CL2oEWkKLOPDAw5HssYgTzg9tdtdUWE,12078
|
342
338
|
streamlit/runtime/scriptrunner_utils/script_run_context.py,sha256=eRDPTbO0tlmKD8qQ120MmFYLajq83Qw88DwEw-K7LoQ,9589
|
343
|
-
streamlit/runtime/state/__init__.py,sha256=
|
344
|
-
streamlit/runtime/state/common.py,sha256=
|
345
|
-
streamlit/runtime/state/query_params.py,sha256=
|
339
|
+
streamlit/runtime/state/__init__.py,sha256=rPkmN09FxLMWUDDBbs7Ig2d5MwAKu0GlXQwZSgBHbrY,1433
|
340
|
+
streamlit/runtime/state/common.py,sha256=0yt_5A245enbYCLbWp5NO6inc5SrtISvaEyjoXzp3dY,7950
|
341
|
+
streamlit/runtime/state/query_params.py,sha256=kCNQI99ctEGY7B2q49D9RM1vGGlZn9b4IqTxtMM9BJs,7507
|
346
342
|
streamlit/runtime/state/query_params_proxy.py,sha256=_DJnRsoZmIUpeNXP_9Ixa4GrU4xZ9E1t5ixDyDKJ0fM,7155
|
347
343
|
streamlit/runtime/state/safe_session_state.py,sha256=WLFFyMtP4F19TWWBarKtSP942IepI2eeSBhifwbuFgY,5222
|
348
344
|
streamlit/runtime/state/session_state.py,sha256=7cQWvmHdRVvsYhxzwPrr8mFR729NeGT-sfjRglHKE90,27298
|
349
345
|
streamlit/runtime/state/session_state_proxy.py,sha256=IWF43f6UWL4KyxNWF3aTv1sbykNI2hI5UsPF2UIfpdE,5524
|
350
|
-
streamlit/runtime/state/widgets.py,sha256=
|
351
|
-
streamlit/static/asset-manifest.json,sha256=
|
346
|
+
streamlit/runtime/state/widgets.py,sha256=BS7Xq0kFbu7N2tFEm5zlcDPCpDYhM09grH7Nf7DNvfg,6620
|
347
|
+
streamlit/static/asset-manifest.json,sha256=opOp4PSYsFjGGBTI1XNhqKz8wzBQON4XYNI-tU18aHU,14497
|
352
348
|
streamlit/static/favicon.png,sha256=if5cVgw7azxKOvV5FpGixga7JLn23rfnHcy1CdWI1-E,1019
|
353
|
-
streamlit/static/index.html,sha256=
|
349
|
+
streamlit/static/index.html,sha256=iPqPqjlhLTH4NR3zm4dBDoN9OMtbD0JF-YQaJxjgRHA,891
|
354
350
|
streamlit/static/static/css/3156.93909c7e.chunk.css,sha256=6dVarHz_P5ACNrmcAZkXoNnjV5Z6CfnAXpxLBx-i1aw,12093
|
355
351
|
streamlit/static/static/css/5711.c24b25fa.chunk.css,sha256=oOQFf_CH_DqXNsgcLiXOIk4uuluqNRMkobp8p6uc3y4,2666
|
356
352
|
streamlit/static/static/css/7077.81b3d18f.chunk.css,sha256=7WxsSsC_REs_rrfQTODJt34QZfNePqEv_fc-KFLcOz4,33375
|
357
353
|
streamlit/static/static/css/main.5513bd04.css,sha256=9vuriEsFvHDyAwsI3vtBY9PNL8UOjqGwWZ4lZHsdFzw,29356
|
358
354
|
streamlit/static/static/js/1086.1bb52316.chunk.js,sha256=404_TSvAqf716yHOSw6fShc7PnOFynTQbOAMVniE3Ls,11493
|
359
355
|
streamlit/static/static/js/1101.13462bff.chunk.js,sha256=Iu-ECFDUDJJ14X1UQR4KIqtBHDhW60i15dbuEzx9HT4,3259
|
360
|
-
streamlit/static/static/js/1260.
|
356
|
+
streamlit/static/static/js/1260.4017a70f.chunk.js,sha256=AkG7hNBzqwKZi_lUgdAgGW9_R-Nt7sxC2uJNiz9MHGk,10763
|
361
357
|
streamlit/static/static/js/1674.86aea8e0.chunk.js,sha256=g2RyDOrwFlJImiNgHT8Yo_LVDjfqRV5DHDhXK_IYdQE,9236
|
362
358
|
streamlit/static/static/js/1674.86aea8e0.chunk.js.LICENSE.txt,sha256=426lVBKMW2FKu5BqnSDpZnhms1QqJZ-nDvqwC62w-Z8,479
|
363
359
|
streamlit/static/static/js/2266.48d2ebd0.chunk.js,sha256=WJuwbSw-TnNYHQwho60l_pjKSpaz5nsL_CR6Eug-XIo,913210
|
364
360
|
streamlit/static/static/js/2266.48d2ebd0.chunk.js.LICENSE.txt,sha256=MFVywCe4fCte7HrHaVpL-jnDWhe9ei9zkyRvRUXQU-4,212
|
365
|
-
streamlit/static/static/js/245.
|
361
|
+
streamlit/static/static/js/245.68a062da.chunk.js,sha256=XGCu0HClBgZFU6cM2_My_W2pTpp-2dc8LiQKk2oh6pw,15672
|
366
362
|
streamlit/static/static/js/2627.2462a014.chunk.js,sha256=PdOFzDOJSqybqqZpNdX3C-QzWLq7SuVcMjhY--a7mJA,21253
|
367
|
-
streamlit/static/static/js/3156.
|
363
|
+
streamlit/static/static/js/3156.002c6ee0.chunk.js,sha256=bI50HQVW5dt6DZRbFZgJzBJ9cf1ds3ZfP1PlIQFc2GE,51174
|
368
364
|
streamlit/static/static/js/3389.71902a75.chunk.js,sha256=rmAaytiYyUUn62JwB0cWuq8XlufugjELi3FkHfwri0Y,2263290
|
369
365
|
streamlit/static/static/js/3391.663b9d47.chunk.js,sha256=wnik-Gm3vJGqiTZzA9-EuwH8duSYvtqYdIgqbBIQUF4,2169
|
370
366
|
streamlit/static/static/js/3471.de4b25a2.chunk.js,sha256=v46A9eVjvhxYsBZ6SFG6wRg94XAccGQn6xA3q7sIluE,2698
|
371
|
-
streamlit/static/static/js/3560.
|
367
|
+
streamlit/static/static/js/3560.ce031236.chunk.js,sha256=3KxR6gNZHQGsFYwELNibNWqsC8ceE4_XE3yNxTPyJi4,24850
|
372
368
|
streamlit/static/static/js/3861.0dedcd19.chunk.js,sha256=ir-cpKX6o7asBfLF9ynaZMO3EB7Gv0gTQjamKieBVN8,3111
|
373
369
|
streamlit/static/static/js/3966.e0686958.chunk.js,sha256=zf2wvStW2Hl8p1n7K6ZCZ28xFzRklujcMF1UCLaSbRA,14199
|
374
|
-
streamlit/static/static/js/4103.
|
370
|
+
streamlit/static/static/js/4103.d863052a.chunk.js,sha256=352urf7O8P7oIbl8XzMyqi2jTTkooTlApCKbFUkRqfs,13447
|
375
371
|
streamlit/static/static/js/4297.3afbdd03.chunk.js,sha256=HSpdCypz0k3kIfCZkCNvpiMtT0VO9PnTQcKTcsuMtKY,376269
|
376
372
|
streamlit/static/static/js/4297.3afbdd03.chunk.js.LICENSE.txt,sha256=6s4mSSf8NHGJqUCFAj3VgMXZuNYyAzshKRhvxYZTQoU,281
|
377
373
|
streamlit/static/static/js/4827.f9cb5fa3.chunk.js,sha256=blr_9tALrSaQq1oNJjcmfQNk8rWXd3EmOJ9brB4siz8,2575
|
378
374
|
streamlit/static/static/js/491.c1a2c0b2.chunk.js,sha256=cKEu2fvsW9XU_7euH2HL5Du19xEdCbsi7YVmFvjC8yY,61383
|
379
375
|
streamlit/static/static/js/491.c1a2c0b2.chunk.js.LICENSE.txt,sha256=pyz0N_wsBwaFHPPOlNbn6ryKSY-9op62Mxg5w2rsK6g,14
|
380
376
|
streamlit/static/static/js/4942.e4db7877.chunk.js,sha256=3ccntc6WQ6_-pCJFp4NZHE3QbPQ1TEaifagA-pMYnC4,107578
|
381
|
-
streamlit/static/static/js/5180.
|
377
|
+
streamlit/static/static/js/5180.e826dd46.chunk.js,sha256=teI3S0uk0xNfX40YLSMq9XDCx_-XnIMCE-hruy_WNBc,15070
|
382
378
|
streamlit/static/static/js/5544.2769497c.chunk.js,sha256=i3hJL-txrBM9F9IbWF42kHQHINgh9aa1NcAVtoxRSI0,32764
|
383
|
-
streamlit/static/static/js/5618.
|
384
|
-
streamlit/static/static/js/5625.
|
385
|
-
streamlit/static/static/js/5711.
|
379
|
+
streamlit/static/static/js/5618.08be9e66.chunk.js,sha256=NfED98lq04izjdeKvbZ8GQ-wSD7RFH5LxJvv2Tsl62s,11165
|
380
|
+
streamlit/static/static/js/5625.3a8dc81f.chunk.js,sha256=ctHaemChBpCpIKjDrNErfthS__GZOvgaBZg7XR4WIUA,9172
|
381
|
+
streamlit/static/static/js/5711.2f36e813.chunk.js,sha256=D1vNrNg-H5E559ykW-qjj_flthiP0k24GsV4Dobh6Q8,14727
|
386
382
|
streamlit/static/static/js/5764.5a55e5be.chunk.js,sha256=EXfo-JRIKlOsXU91rI9-4Nu1v-wZqsQF2GTHmSydOZk,32464
|
387
383
|
streamlit/static/static/js/5828.f8572ba4.chunk.js,sha256=KrgzrwMJj70Ou4vPwvpeUEd-E7fKQUKUGK_y6wGkEf8,2272
|
388
384
|
streamlit/static/static/js/583.61ac7fde.chunk.js,sha256=ZNm9WsrrmRUjAJPKbaBwKDxJeXYgp3Prip_YtHMU3Nc,3252
|
389
|
-
streamlit/static/static/js/6088.
|
385
|
+
streamlit/static/static/js/6088.c137d543.chunk.js,sha256=CpOwYPHg-J99JDfnsfMvEqYfjf3QHii0afDTvP5j02I,20757
|
390
386
|
streamlit/static/static/js/6141.43a8fda3.chunk.js,sha256=TdK56YyDxCK2KckGEX-Fr9_e8wQd3QYZFKShMCmFGRs,1026
|
391
387
|
streamlit/static/static/js/6198.956025ac.chunk.js,sha256=M8auCVk5IHkZg39jS43Ix7QyPAx87dv0MyXhEPkAlmc,3660955
|
392
388
|
streamlit/static/static/js/6198.956025ac.chunk.js.LICENSE.txt,sha256=aKN36g4SjyJ9CsqUUElZzz2T54Y9-y_Dz53dBlV7Q1o,2011
|
393
|
-
streamlit/static/static/js/6360.
|
394
|
-
streamlit/static/static/js/6364.7ec8417d.chunk.js,sha256=RvpUIAUeI2p4lJp5TrdgUFUlzybJqbH4iYw9HGkt-74,10192
|
389
|
+
streamlit/static/static/js/6360.6d7cfa35.chunk.js,sha256=UJ5--uYuEu-ag0UHhlO32R2igz6W0aWAz-A4Nu_299E,5273
|
395
390
|
streamlit/static/static/js/6679.265ca09c.chunk.js,sha256=WmwYRnLnqPjmlAXo6meukmcKzMalOQeUCU2spQpWrHw,13574
|
396
391
|
streamlit/static/static/js/6817.6adfea98.chunk.js,sha256=a899OLftoHmnEOJ4LgrzJaPzCe-rwE0wKUNrF7xKpuM,13038
|
397
392
|
streamlit/static/static/js/7077.e21833ae.chunk.js,sha256=w1vy4ArzlfbPdvLtkhauCaLk1r7YVd55tfnigUEV3Ok,3082069
|
398
393
|
streamlit/static/static/js/7077.e21833ae.chunk.js.LICENSE.txt,sha256=eedmllw4KHDop7oVWRkxEA-ZkkV_8zKkzzNxLjPGmXM,1379
|
399
|
-
streamlit/static/static/js/7193.
|
394
|
+
streamlit/static/static/js/7193.2594a18c.chunk.js,sha256=w1wKaTT6fNkXcLs9w672lt4HaBA2DYWA64IALWGD_b0,2395
|
395
|
+
streamlit/static/static/js/7493.95e79b96.chunk.js,sha256=oT192_LR7p73BoMUVvm2SxxJI9tR1hOkcuXM-63nnSQ,9659
|
400
396
|
streamlit/static/static/js/7591.116b650a.chunk.js,sha256=V9qswNixcml8iqpBy-k8Y66NcNgKQtwyfO3XBxH09oc,20793
|
401
397
|
streamlit/static/static/js/7591.116b650a.chunk.js.LICENSE.txt,sha256=KAhbcQ1jd_N8DfV6lLYlQ_EQOalgErOV-Sf87G-Rh2g,188
|
402
398
|
streamlit/static/static/js/766.e3700e32.chunk.js,sha256=VPlOlYxsQ-Nptf1M3pbEqYHbqHrexY9bLDQ0MgMmkjg,12213
|
@@ -406,23 +402,23 @@ streamlit/static/static/js/797.36f1bf7d.chunk.js,sha256=lBSxYn2yOvQ9qigWurVjQBSL
|
|
406
402
|
streamlit/static/static/js/7983.15bb2017.chunk.js,sha256=wNR0QnXubELkrdJ1K1QKVltDS2q4yJ3NoQUZxO5FIDI,3358
|
407
403
|
streamlit/static/static/js/8148.f51df66c.chunk.js,sha256=5ZAmFfHV_g1R_l7S4qScMvSotDUFScVH6r2tkTfcA1s,4631
|
408
404
|
streamlit/static/static/js/8161.9b75f98a.chunk.js,sha256=vWAh7Nhi5kkx3Z330eIRlgh0B4FxgJjmRVaQNDDX_DU,3640
|
409
|
-
streamlit/static/static/js/8166.
|
410
|
-
streamlit/static/static/js/8237.
|
405
|
+
streamlit/static/static/js/8166.11abccb8.chunk.js,sha256=qgPTbAWlMocETOUCTB8hiOaaDMcO4gTZgt1YnQ8K0bU,2627
|
406
|
+
streamlit/static/static/js/8237.210a5ac4.chunk.js,sha256=BDB13f01-l4kINqI7fxd47wraFvxC-9nxiXI32kciq0,15394
|
411
407
|
streamlit/static/static/js/84.414fa87b.chunk.js,sha256=sF7-dsOEXmnl7d-z2d0Fb7F8vyEWlUY2vEK7TQ5RK8k,622
|
412
408
|
streamlit/static/static/js/8642.dfef7dcb.chunk.js,sha256=HYAYIyHmM4rBmIRPJaYKm2ci38tplci4e1sTAC6Jopk,3384696
|
413
409
|
streamlit/static/static/js/8642.dfef7dcb.chunk.js.LICENSE.txt,sha256=eaJYPeiNKQAvVx6lv1DR9gIPG1pFwki2pcDLddtfQHw,5061
|
414
410
|
streamlit/static/static/js/8648.92079acf.chunk.js,sha256=WpZpzt0hkqhjZ5CotTAZcQYz_C61hQD84_KcrDdXCBQ,22115
|
415
411
|
streamlit/static/static/js/8790.0b98f286.chunk.js,sha256=P5TzrizssOnsqzKQLw91uOldd06TpYBnzdJf4QmH3Hg,791
|
416
|
-
streamlit/static/static/js/8815.
|
412
|
+
streamlit/static/static/js/8815.0284d089.chunk.js,sha256=Zo1kx9xKqNHmgTj82GZL2wfGC5iFI3p2GK9qm_ldeO4,5777
|
417
413
|
streamlit/static/static/js/9060.1ec8dc2b.chunk.js,sha256=4eqbVFB_JXytGM3AFtzGHk1fywaaNDZuEsVm1AgPW6Y,686
|
418
414
|
streamlit/static/static/js/9077.e0a8db2a.chunk.js,sha256=vGwtD_Xd3JAHWJJEVQUJKWOvMURInjsN5rLJEZb3ISs,65771
|
419
|
-
streamlit/static/static/js/9114.
|
415
|
+
streamlit/static/static/js/9114.1ee3d4dd.chunk.js,sha256=ZjN7YT6FT2pyyEUVdJu80NGewtVTZegXbLOOXH4xVZM,7362
|
420
416
|
streamlit/static/static/js/9464.7e9a3c0a.chunk.js,sha256=63Fg1-eQ1Sx7Hb6rqtQaTOJ7CTZ8GZdyl7aMZJ-NcI8,1350
|
421
417
|
streamlit/static/static/js/9528.746f7a0e.chunk.js,sha256=KL6FfepG5LOH0P5pH4ieh5-rvx5o4YD77PKVAZIGlPg,1887
|
422
|
-
streamlit/static/static/js/954.
|
418
|
+
streamlit/static/static/js/954.3cc76210.chunk.js,sha256=gf5QZGya0GXfK36QhFP5Qxn3ycsDsuJ5bFpJ5R3ZEUw,8586
|
423
419
|
streamlit/static/static/js/9923.7061d124.chunk.js,sha256=WeDEW7AM0VDnIJzQv9UykMvjG0nbYX6BTRyKV-zBlyE,5951
|
424
|
-
streamlit/static/static/js/main.
|
425
|
-
streamlit/static/static/js/main.
|
420
|
+
streamlit/static/static/js/main.7b7fe9ac.js,sha256=zlfFzUMR96htHFJwKC752lspa24PCv7Kfq1aL_WoM6o,4514416
|
421
|
+
streamlit/static/static/js/main.7b7fe9ac.js.LICENSE.txt,sha256=zBIKKHKi84ZOA6IoZ3tlc9xb3yukNP-rM98cZVvzteg,4398
|
426
422
|
streamlit/static/static/media/KaTeX_AMS-Regular.73ea273a72f4aca30ca5.woff2,sha256=DN04fJWQoan5eUVgAi27WWVKfYbxh6oMgUla1C06cwg,28076
|
427
423
|
streamlit/static/static/media/KaTeX_AMS-Regular.853be92419a6c3766b9a.ttf,sha256=aFNIQLz90r_7bw6N60hoTdAefwTqKBMmdXevuQbeHRM,63632
|
428
424
|
streamlit/static/static/media/KaTeX_AMS-Regular.d562e886c52f12660a41.woff,sha256=MNqR6EyJP4deJSaJ-uvcWQsocRReitx_mp1NvYzgslE,33516
|
@@ -522,14 +518,15 @@ streamlit/vendor/pympler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
522
518
|
streamlit/vendor/pympler/asizeof.py,sha256=noLIqizkYzTkYtA4k8fyvKeiIh8fW9ipW27YP56kQ6o,87925
|
523
519
|
streamlit/watcher/__init__.py,sha256=Tn9E295dBAPIF38TAiWdfIoCsJWXU6rgY1FlxNmLqUU,915
|
524
520
|
streamlit/watcher/event_based_path_watcher.py,sha256=w9CE9s78Wu9jVtCPNZo9rieE8ROQFzIfUPVI_OaJURE,14658
|
525
|
-
streamlit/watcher/
|
521
|
+
streamlit/watcher/folder_black_list.py,sha256=Ji9UZ4PtrilLxmvb8W57SIEK7AkeLGEqqtqr4y2oscI,2342
|
522
|
+
streamlit/watcher/local_sources_watcher.py,sha256=w1Hg7B-C3K4ECrb5C7UaZ8MBANNI78gGE84Z7Xt9_tc,8650
|
526
523
|
streamlit/watcher/path_watcher.py,sha256=-tb8m4PqRCk_4MdjDwC-3QND7pAH5kCqb_bsTO1xotI,5587
|
527
524
|
streamlit/watcher/polling_path_watcher.py,sha256=VwQ06abbvHSIuvR66YpFDx9ANhrzTmoQylKqSjUosFE,3822
|
528
525
|
streamlit/watcher/util.py,sha256=uDsWPxQ8WLNQ4U_MCqWm38H7BEjSrBpPsIZj1ySK8KM,5203
|
529
526
|
streamlit/web/__init__.py,sha256=Vrf1yVMOcTyhUPnYvsfyeL96Vpd5z8KoSV5ZzTcTQgU,616
|
530
|
-
streamlit/web/bootstrap.py,sha256=
|
527
|
+
streamlit/web/bootstrap.py,sha256=H4Yei-wiFQzb7B31GfApMz1fKDQJ9hypbZmBi0gfQ4Q,11853
|
531
528
|
streamlit/web/cache_storage_manager_config.py,sha256=3bBXzQOPfMhBKCtrywwZQi7LuGf9b4Lm-RbhInd5o5k,1215
|
532
|
-
streamlit/web/cli.py,sha256=
|
529
|
+
streamlit/web/cli.py,sha256=A7mpSwuduDrGbNhzMZB8fN4ipCDR93MLMRc7tjTAh6A,11173
|
533
530
|
streamlit/web/server/__init__.py,sha256=w4TFcV0OjM5zx8ej7oThRIyB6gq3kqdt45XBk1zkRWo,1080
|
534
531
|
streamlit/web/server/app_static_file_handler.py,sha256=YnJiu2b28GqhmxjZT8RyyWqH3cpbQMLOObAPRTXLAac,3103
|
535
532
|
streamlit/web/server/browser_websocket_handler.py,sha256=rcOCOfzs1cgkipT-8drKBVdxMsJDwihRccaOea3KYqU,7950
|
@@ -541,9 +538,9 @@ streamlit/web/server/server_util.py,sha256=C3M971XFoEXTMufQLwHbZdtZOE30nWx-2WiXm
|
|
541
538
|
streamlit/web/server/stats_request_handler.py,sha256=e144zIhzLTB1PN4CwTCxElCoWMuo9IsBEPex2exHCQ0,3641
|
542
539
|
streamlit/web/server/upload_file_request_handler.py,sha256=ftyKpARrUjOpRcFETIXuoTyOG_mo-ToOw5NI0y_W4lE,5003
|
543
540
|
streamlit/web/server/websocket_headers.py,sha256=uUxypj04ondEC4ocBiYCndX_N06Zwe1Mt690Vupe08Y,2232
|
544
|
-
streamlit_nightly-1.38.1.
|
545
|
-
streamlit_nightly-1.38.1.
|
546
|
-
streamlit_nightly-1.38.1.
|
547
|
-
streamlit_nightly-1.38.1.
|
548
|
-
streamlit_nightly-1.38.1.
|
549
|
-
streamlit_nightly-1.38.1.
|
541
|
+
streamlit_nightly-1.38.1.dev20240910.data/scripts/streamlit.cmd,sha256=ZEYM3vBJSp-k7vwSJ3ba5NzEk9-qHdSeLvGYAAe1mMw,676
|
542
|
+
streamlit_nightly-1.38.1.dev20240910.dist-info/METADATA,sha256=uAvlpeid85lf9gADEF4aDIqMBctV_kRSpK2n_dwsjE0,8512
|
543
|
+
streamlit_nightly-1.38.1.dev20240910.dist-info/WHEEL,sha256=qUzzGenXXuJTzyjFah76kDVqDvnk-YDzY00svnrl84w,109
|
544
|
+
streamlit_nightly-1.38.1.dev20240910.dist-info/entry_points.txt,sha256=uNJ4DwGNXEhOK0USwSNanjkYyR-Bk7eYQbJFDrWyOgY,53
|
545
|
+
streamlit_nightly-1.38.1.dev20240910.dist-info/top_level.txt,sha256=V3FhKbm7G2LnR0s4SytavrjIPNIhvcsAGXfYHAwtQzw,10
|
546
|
+
streamlit_nightly-1.38.1.dev20240910.dist-info/RECORD,,
|
streamlit/case_converters.py
DELETED
@@ -1,91 +0,0 @@
|
|
1
|
-
# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2024)
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
from __future__ import annotations
|
16
|
-
|
17
|
-
import re
|
18
|
-
from typing import Any, Callable
|
19
|
-
|
20
|
-
|
21
|
-
def to_upper_camel_case(snake_case_str: str) -> str:
|
22
|
-
"""Converts snake_case to UpperCamelCase.
|
23
|
-
|
24
|
-
Example
|
25
|
-
-------
|
26
|
-
foo_bar -> FooBar
|
27
|
-
|
28
|
-
"""
|
29
|
-
return "".join(map(str.title, snake_case_str.split("_")))
|
30
|
-
|
31
|
-
|
32
|
-
def to_lower_camel_case(snake_case_str: str) -> str:
|
33
|
-
"""Converts snake_case to lowerCamelCase.
|
34
|
-
|
35
|
-
Example
|
36
|
-
-------
|
37
|
-
foo_bar -> fooBar
|
38
|
-
fooBar -> foobar
|
39
|
-
|
40
|
-
"""
|
41
|
-
words = snake_case_str.split("_")
|
42
|
-
if len(words) > 1:
|
43
|
-
capitalized = [w.title() for w in words]
|
44
|
-
capitalized[0] = words[0]
|
45
|
-
return "".join(capitalized)
|
46
|
-
else:
|
47
|
-
return snake_case_str
|
48
|
-
|
49
|
-
|
50
|
-
def to_snake_case(camel_case_str: str) -> str:
|
51
|
-
"""Converts UpperCamelCase and lowerCamelCase to snake_case.
|
52
|
-
|
53
|
-
Examples
|
54
|
-
--------
|
55
|
-
fooBar -> foo_bar
|
56
|
-
BazBang -> baz_bang
|
57
|
-
|
58
|
-
"""
|
59
|
-
s1 = re.sub("(.)([A-Z][a-z]+)", r"\1_\2", camel_case_str)
|
60
|
-
return re.sub("([a-z0-9])([A-Z])", r"\1_\2", s1).lower()
|
61
|
-
|
62
|
-
|
63
|
-
def convert_dict_keys(
|
64
|
-
func: Callable[[str], str], in_dict: dict[Any, Any]
|
65
|
-
) -> dict[Any, Any]:
|
66
|
-
"""Apply a conversion function to all keys in a dict.
|
67
|
-
|
68
|
-
Parameters
|
69
|
-
----------
|
70
|
-
func : callable
|
71
|
-
The function to apply. Takes a str and returns a str.
|
72
|
-
in_dict : dict
|
73
|
-
The dictionary to convert. If some value in this dict is itself a dict,
|
74
|
-
it also gets recursively converted.
|
75
|
-
|
76
|
-
Returns
|
77
|
-
-------
|
78
|
-
dict
|
79
|
-
A new dict with all the contents of `in_dict`, but with the keys
|
80
|
-
converted by `func`.
|
81
|
-
|
82
|
-
"""
|
83
|
-
out_dict = {}
|
84
|
-
for k, v in in_dict.items():
|
85
|
-
converted_key = func(k)
|
86
|
-
|
87
|
-
if isinstance(v, dict):
|
88
|
-
out_dict[converted_key] = convert_dict_keys(func, v)
|
89
|
-
else:
|
90
|
-
out_dict[converted_key] = v
|
91
|
-
return out_dict
|
streamlit/code_util.py
DELETED
@@ -1,90 +0,0 @@
|
|
1
|
-
# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2024)
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
"""A bunch of useful code utilities."""
|
16
|
-
|
17
|
-
from __future__ import annotations
|
18
|
-
|
19
|
-
import re
|
20
|
-
from typing import Any
|
21
|
-
|
22
|
-
|
23
|
-
def extract_args(line: str) -> list[str]:
|
24
|
-
"""Parse argument strings from all outer parentheses in a line of code.
|
25
|
-
|
26
|
-
Parameters
|
27
|
-
----------
|
28
|
-
line : str
|
29
|
-
A line of code
|
30
|
-
|
31
|
-
Returns
|
32
|
-
-------
|
33
|
-
list of strings
|
34
|
-
Contents of the outer parentheses
|
35
|
-
|
36
|
-
Example
|
37
|
-
-------
|
38
|
-
>>> line = 'foo(bar, baz), "a", my(func)'
|
39
|
-
>>> extract_args(line)
|
40
|
-
['bar, baz', 'func']
|
41
|
-
|
42
|
-
"""
|
43
|
-
stack = 0
|
44
|
-
startIndex = None
|
45
|
-
results = []
|
46
|
-
|
47
|
-
for i, c in enumerate(line):
|
48
|
-
if c == "(":
|
49
|
-
if stack == 0:
|
50
|
-
startIndex = i + 1
|
51
|
-
stack += 1
|
52
|
-
elif c == ")":
|
53
|
-
stack -= 1
|
54
|
-
if stack == 0:
|
55
|
-
results.append(line[startIndex:i])
|
56
|
-
return results
|
57
|
-
|
58
|
-
|
59
|
-
def get_method_args_from_code(args: list[Any], line: str) -> list[str]:
|
60
|
-
"""Parse arguments from a stringified arguments list inside parentheses
|
61
|
-
|
62
|
-
Parameters
|
63
|
-
----------
|
64
|
-
args : list
|
65
|
-
A list where it's size matches the expected number of parsed arguments
|
66
|
-
line : str
|
67
|
-
Stringified line of code with method arguments inside parentheses
|
68
|
-
|
69
|
-
Returns
|
70
|
-
-------
|
71
|
-
list of strings
|
72
|
-
Parsed arguments
|
73
|
-
|
74
|
-
Example
|
75
|
-
-------
|
76
|
-
>>> line = "foo(bar, baz, my(func, tion))"
|
77
|
-
>>>
|
78
|
-
>>> get_method_args_from_code(range(0, 3), line)
|
79
|
-
['bar', 'baz', 'my(func, tion)']
|
80
|
-
|
81
|
-
"""
|
82
|
-
line_args = extract_args(line)[0]
|
83
|
-
|
84
|
-
# Split arguments, https://stackoverflow.com/a/26634150
|
85
|
-
if len(args) > 1:
|
86
|
-
inputs = re.split(r",\s*(?![^(){}[\]]*\))", line_args)
|
87
|
-
assert len(inputs) == len(args), "Could not split arguments"
|
88
|
-
else:
|
89
|
-
inputs = [line_args]
|
90
|
-
return inputs
|
streamlit/constants.py
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2024)
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
from __future__ import annotations
|
16
|
-
|
17
|
-
EMBED_QUERY_PARAM = "embed"
|
18
|
-
EMBED_OPTIONS_QUERY_PARAM = "embed_options"
|
19
|
-
EMBED_QUERY_PARAMS_KEYS = [EMBED_QUERY_PARAM, EMBED_OPTIONS_QUERY_PARAM]
|
@@ -1,5 +0,0 @@
|
|
1
|
-
(self.webpackChunk_streamlit_app=self.webpackChunk_streamlit_app||[]).push([[1260],{68035:(t,e,r)=>{"use strict";r.d(e,{A:()=>u});r(58878);var n=r(25571),o=r(78286),i=r(89653);const s=r(60667).i7`
|
2
|
-
50% {
|
3
|
-
color: rgba(0, 0, 0, 0);
|
4
|
-
}
|
5
|
-
`,a=(0,i.A)("span",{target:"edlqvik0"})((t=>{let{includeDot:e,shouldBlink:r,theme:n}=t;return{...e?{"&::before":{opacity:1,content:'"\u2022"',animation:"none",color:n.colors.gray,margin:"0 5px"}}:{},...r?{color:n.colors.red,animationName:`${s}`,animationDuration:"0.5s",animationIterationCount:5}:{}}}),"");var l=r(90782);const u=t=>{let{dirty:e,value:r,maxLength:i,className:s,type:u="single",inForm:c}=t;const d=[],p=function(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];d.push((0,l.jsx)(a,{includeDot:d.length>0,shouldBlink:e,children:t},d.length))};if(e){const t=c?"submit form":"apply";if("multiline"===u){p(`Press ${(0,n.u_)()?"\u2318":"Ctrl"}+Enter to ${t}`)}else"single"===u&&p(`Press Enter to ${t}`)}return i&&("chat"!==u||e)&&p(`${r.length}/${i}`,e&&r.length>=i),(0,l.jsx)(o.tp,{"data-testid":"InputInstructions",className:s,children:d})}},34752:(t,e,r)=>{"use strict";r.d(e,{o:()=>o});var n=r(25571);class o{constructor(){this.formClearListener=void 0,this.lastWidgetMgr=void 0,this.lastFormId=void 0}manageFormClearListener(t,e,r){(0,n.se)(this.formClearListener)&&this.lastWidgetMgr===t&&this.lastFormId===e||(this.disconnect(),(0,n._L)(e)&&(this.formClearListener=t.addFormClearedListener(e,r),this.lastWidgetMgr=t,this.lastFormId=e))}disconnect(){var t;null===(t=this.formClearListener)||void 0===t||t.disconnect(),this.formClearListener=void 0,this.lastWidgetMgr=void 0,this.lastFormId=void 0}}},81260:(t,e,r)=>{"use strict";r.r(e),r.d(e,{default:()=>v});var n=r(58878),o=r(32698),i=r.n(o),s=r(59095),a=r(8151),l=r(29669),u=r(34752),c=r(68035),d=r(70474),p=r(78286),h=r(93480),f=r(997),m=r(25571);const y=(0,r(89653).A)("div",{target:"e11y4ecf0"})((t=>{let{width:e}=t;return{position:"relative",width:e}}),"");var b=r(90782);class g extends n.PureComponent{constructor(t){var e;super(t),e=this,this.formClearHelper=new u.o,this.id=void 0,this.state={dirty:!1,value:this.initialValue},this.commitWidgetValue=function(t){let r=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];const{widgetMgr:n,element:o,fragmentId:i}=e.props;n.setStringValue(o,e.state.value,t,i),r&&e.setState({dirty:!1})},this.onFormCleared=()=>{this.setState(((t,e)=>{var r;return{value:null!==(r=e.element.default)&&void 0!==r?r:null}}),(()=>this.commitWidgetValue({fromUi:!0})))},this.onBlur=()=>{this.state.dirty&&this.commitWidgetValue({fromUi:!0})},this.onChange=t=>{const{value:e}=t.target,{element:r}=this.props,{maxChars:n}=r;0!==n&&e.length>n||((0,m.Ml)(this.props.element)?this.setState({dirty:!0,value:e},(()=>{this.commitWidgetValue({fromUi:!0},!1)})):this.setState({dirty:!0,value:e}))},this.onKeyPress=t=>{"Enter"===t.key&&(this.state.dirty&&this.commitWidgetValue({fromUi:!0}),(0,m.Ml)(this.props.element)&&this.props.widgetMgr.submitForm(this.props.element.formId,this.props.fragmentId))},this.id=i()("text_input_")}get initialValue(){var t;const e=this.props.widgetMgr.getStringValue(this.props.element);return null!==(t=null!==e&&void 0!==e?e:this.props.element.default)&&void 0!==t?t:null}componentDidMount(){this.props.element.setValue?this.updateFromProtobuf():this.commitWidgetValue({fromUi:!1})}componentDidUpdate(){this.maybeUpdateFromProtobuf()}componentWillUnmount(){this.formClearHelper.disconnect()}maybeUpdateFromProtobuf(){const{setValue:t}=this.props.element;t&&this.updateFromProtobuf()}updateFromProtobuf(){const{value:t}=this.props.element;this.props.element.setValue=!1,this.setState({value:null!==t&&void 0!==t?t:null},(()=>{this.commitWidgetValue({fromUi:!1})}))}getTypeString(){return this.props.element.type===l.ks.Type.PASSWORD?"password":"text"}render(){var t;const{dirty:e,value:r}=this.state,{element:n,width:o,disabled:i,widgetMgr:a,theme:l}=this.props,{placeholder:u}=n;return this.formClearHelper.manageFormClearListener(a,n.formId,this.onFormCleared),(0,b.jsxs)(y,{className:"stTextInput","data-testid":"stTextInput",width:o,children:[(0,b.jsx)(d.L,{label:n.label,disabled:i,labelVisibility:(0,m.yv)(null===(t=n.labelVisibility)||void 0===t?void 0:t.value),htmlFor:this.id,children:n.help&&(0,b.jsx)(p.j,{children:(0,b.jsx)(h.A,{content:n.help,placement:f.W.TOP_RIGHT})})}),(0,b.jsx)(s.A,{value:null!==r&&void 0!==r?r:"",placeholder:u,onBlur:this.onBlur,onChange:this.onChange,onKeyPress:this.onKeyPress,"aria-label":n.label,disabled:i,id:this.id,type:this.getTypeString(),autoComplete:n.autocomplete,overrides:{Input:{style:{minWidth:0,"::placeholder":{opacity:"0.7"},lineHeight:l.lineHeights.inputWidget,paddingRight:l.spacing.sm,paddingLeft:l.spacing.sm,paddingBottom:l.spacing.sm,paddingTop:l.spacing.sm}},Root:{props:{"data-testid":"stTextInputRootElement"},style:{height:l.sizes.minElementHeight,borderLeftWidth:l.sizes.borderWidth,borderRightWidth:l.sizes.borderWidth,borderTopWidth:l.sizes.borderWidth,borderBottomWidth:l.sizes.borderWidth}}}}),o>l.breakpoints.hideWidgetDetails&&(0,b.jsx)(c.A,{dirty:e,value:null!==r&&void 0!==r?r:"",maxLength:n.maxChars,inForm:(0,m.Ml)({formId:n.formId})})]})}}const v=(0,a.b)(g)},59095:(t,e,r)=>{"use strict";r.d(e,{A:()=>C});var n=r(58878),o=r(35331),i=r(4842),s=r(18648),a=r(81301),l=r(92850);function u(t){return u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},u(t)}var c=["Root","StartEnhancer","EndEnhancer"],d=["startEnhancer","endEnhancer","overrides"];function p(){return p=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t},p.apply(this,arguments)}function h(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!==typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null==r)return;var n,o,i=[],s=!0,a=!1;try{for(r=r.call(t);!(s=(n=r.next()).done)&&(i.push(n.value),!e||i.length!==e);s=!0);}catch(l){a=!0,o=l}finally{try{s||null==r.return||r.return()}finally{if(a)throw o}}return i}(t,e)||function(t,e){if(!t)return;if("string"===typeof t)return f(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return f(t,e)}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function f(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function m(t,e){if(null==t)return{};var r,n,o=function(t,e){if(null==t)return{};var r,n,o={},i=Object.keys(t);for(n=0;n<i.length;n++)r=i[n],e.indexOf(r)>=0||(o[r]=t[r]);return o}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(n=0;n<i.length;n++)r=i[n],e.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(t,r)&&(o[r]=t[r])}return o}function y(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function b(t,e){return b=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},b(t,e)}function g(t){var e=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=O(t);if(e){var o=O(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return function(t,e){if(e&&("object"===u(e)||"function"===typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return v(t)}(this,r)}}function v(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function O(t){return O=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},O(t)}function w(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var j=function(t){!function(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&b(t,e)}(O,t);var e,r,u,f=g(O);function O(){var t;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,O);for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return w(v(t=f.call.apply(f,[this].concat(r))),"state",{isFocused:t.props.autoFocus||!1}),w(v(t),"onFocus",(function(e){t.setState({isFocused:!0}),t.props.onFocus(e)})),w(v(t),"onBlur",(function(e){t.setState({isFocused:!1}),t.props.onBlur(e)})),t}return e=O,(r=[{key:"render",value:function(){var t=this.props,e=t.startEnhancer,r=t.endEnhancer,u=t.overrides,f=u.Root,y=u.StartEnhancer,b=u.EndEnhancer,g=m(u,c),v=m(t,d),O=h((0,o._O)(f,a.bL),2),w=O[0],j=O[1],C=h((0,o._O)(y,a.P2),2),F=C[0],E=C[1],x=h((0,o._O)(b,a.P2),2),W=x[0],I=x[1],_=(0,i.e)(this.props,this.state);return n.createElement(w,p({"data-baseweb":"input"},_,j,{$adjoined:P(e,r),$hasIconTrailing:this.props.clearable||"password"==this.props.type}),S(e)&&n.createElement(F,p({},_,E,{$position:l.vN.start}),"function"===typeof e?e(_):e),n.createElement(s.A,p({},v,{overrides:g,adjoined:P(e,r),onFocus:this.onFocus,onBlur:this.onBlur})),S(r)&&n.createElement(W,p({},_,I,{$position:l.vN.end}),"function"===typeof r?r(_):r))}}])&&y(e.prototype,r),u&&y(e,u),Object.defineProperty(e,"prototype",{writable:!1}),O}(n.Component);function P(t,e){return S(t)&&S(e)?l.fb.both:S(t)?l.fb.left:S(e)?l.fb.right:l.fb.none}function S(t){return Boolean(t||0===t)}w(j,"defaultProps",{autoComplete:"on",autoFocus:!1,disabled:!1,name:"",onBlur:function(){},onFocus:function(){},overrides:{},required:!1,size:l.SK.default,startEnhancer:null,endEnhancer:null,clearable:!1,type:"text",readOnly:!1});const C=j},32698:(t,e,r)=>{var n=r(30136),o=0;t.exports=function(t){var e=++o;return n(t)+e}}}]);
|