streamlit-nightly 1.53.2.dev20260131__py3-none-any.whl → 1.53.2.dev20260203__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- streamlit/commands/execution_control.py +2 -2
- streamlit/commands/logo.py +6 -10
- streamlit/components/v2/component_path_utils.py +17 -29
- streamlit/config.py +4 -2
- streamlit/delta_generator.py +2 -0
- streamlit/elements/lib/column_types.py +6 -2
- streamlit/elements/lib/utils.py +6 -6
- streamlit/elements/markdown.py +0 -1
- streamlit/elements/metric.py +2 -1
- streamlit/elements/widgets/button_group.py +6 -276
- streamlit/elements/widgets/feedback.py +322 -0
- streamlit/elements/widgets/number_input.py +2 -1
- streamlit/elements/widgets/slider.py +2 -1
- streamlit/material_icon_names.py +1 -1
- streamlit/path_security.py +98 -0
- streamlit/proto/AudioInput_pb2.py +4 -4
- streamlit/proto/AudioInput_pb2.pyi +3 -3
- streamlit/proto/Audio_pb2.py +2 -2
- streamlit/proto/BackMsg_pb2.pyi +2 -10
- streamlit/proto/Balloons_pb2.pyi +0 -2
- streamlit/proto/Block_pb2.py +35 -35
- streamlit/proto/ButtonGroup_pb2.py +10 -12
- streamlit/proto/ButtonGroup_pb2.pyi +6 -41
- streamlit/proto/Button_pb2.py +2 -2
- streamlit/proto/CameraInput_pb2.py +4 -4
- streamlit/proto/CameraInput_pb2.pyi +3 -3
- streamlit/proto/ChatInput_pb2.py +2 -2
- streamlit/proto/Checkbox_pb2.py +6 -6
- streamlit/proto/Checkbox_pb2.pyi +3 -3
- streamlit/proto/Code_pb2.py +2 -2
- streamlit/proto/ColorPicker_pb2.py +4 -4
- streamlit/proto/ColorPicker_pb2.pyi +3 -3
- streamlit/proto/Common_pb2.py +6 -6
- streamlit/proto/DateInput_pb2.py +4 -4
- streamlit/proto/DateInput_pb2.pyi +3 -3
- streamlit/proto/DateTimeInput_pb2.py +4 -4
- streamlit/proto/DateTimeInput_pb2.pyi +3 -3
- streamlit/proto/DeckGlJsonChart_pb2.py +2 -2
- streamlit/proto/Delta_pb2.py +2 -2
- streamlit/proto/DocString_pb2.py +1 -1
- streamlit/proto/Element_pb2.py +4 -4
- streamlit/proto/Element_pb2.pyi +9 -9
- streamlit/proto/Feedback_pb2.py +28 -0
- streamlit/proto/Feedback_pb2.pyi +93 -0
- streamlit/proto/FileUploader_pb2.py +4 -4
- streamlit/proto/FileUploader_pb2.pyi +3 -3
- streamlit/proto/ForwardMsg_pb2.py +8 -8
- streamlit/proto/GraphVizChart_pb2.py +2 -2
- streamlit/proto/IFrame_pb2.py +3 -3
- streamlit/proto/Image_pb2.py +4 -4
- streamlit/proto/Image_pb2.pyi +1 -7
- streamlit/proto/{BokehChart_pb2.py → LabelVisibility_pb2.py} +7 -5
- streamlit/proto/{LabelVisibilityMessage_pb2.pyi → LabelVisibility_pb2.pyi} +14 -14
- streamlit/proto/Markdown_pb2.py +4 -4
- streamlit/proto/Markdown_pb2.pyi +1 -5
- streamlit/proto/Metric_pb2.py +10 -10
- streamlit/proto/Metric_pb2.pyi +3 -3
- streamlit/proto/MultiSelect_pb2.py +4 -4
- streamlit/proto/MultiSelect_pb2.pyi +3 -3
- streamlit/proto/NewSession_pb2.py +38 -26
- streamlit/proto/NewSession_pb2.pyi +42 -8
- streamlit/proto/NumberInput_pb2.py +6 -6
- streamlit/proto/NumberInput_pb2.pyi +3 -3
- streamlit/proto/PlotlyChart_pb2.py +2 -2
- streamlit/proto/Radio_pb2.py +4 -4
- streamlit/proto/Radio_pb2.pyi +3 -3
- streamlit/proto/Selectbox_pb2.py +4 -4
- streamlit/proto/Selectbox_pb2.pyi +3 -6
- streamlit/proto/Slider_pb2.py +8 -8
- streamlit/proto/Slider_pb2.pyi +3 -3
- streamlit/proto/Snow_pb2.pyi +0 -2
- streamlit/proto/TextArea_pb2.py +4 -4
- streamlit/proto/TextArea_pb2.pyi +3 -3
- streamlit/proto/TextInput_pb2.py +6 -6
- streamlit/proto/TextInput_pb2.pyi +3 -3
- streamlit/proto/TimeInput_pb2.py +4 -4
- streamlit/proto/TimeInput_pb2.pyi +3 -3
- streamlit/proto/Video_pb2.py +2 -2
- streamlit/runtime/app_session.py +9 -1
- streamlit/static/index.html +2 -2
- streamlit/static/manifest.json +325 -310
- streamlit/static/static/css/{index.BUP6fTcR.css → index.C8MrxwGF.css} +1 -1
- streamlit/static/static/js/{ErrorOutline.esm.DC6KVDKK.js → ErrorOutline.esm.C9uHPmIj.js} +1 -1
- streamlit/static/static/js/{FileDownload.esm.Z9hRQIHi.js → FileDownload.esm.D-YPxF3t.js} +1 -1
- streamlit/static/static/js/{FileHelper.DqvW90pm.js → FileHelper.DQSH0zYW.js} +1 -1
- streamlit/static/static/js/{FormClearHelper.DTFnX0js.js → FormClearHelper.DQoXcOWo.js} +1 -1
- streamlit/static/static/js/{InputInstructions.CdzsN_Va.js → InputInstructions.C7VMyGT7.js} +1 -1
- streamlit/static/static/js/{Particles.12xFSjcn.js → Particles.BdQSRZde.js} +1 -1
- streamlit/static/static/js/{ProgressBar.Dg-oMbWg.js → ProgressBar.DNF_pWKr.js} +2 -2
- streamlit/static/static/js/{StreamlitSyntaxHighlighter.rbzmcipw.js → StreamlitSyntaxHighlighter.Cys9Bt18.js} +2 -2
- streamlit/static/static/js/{TableChart.esm.CzJtGIR-.js → TableChart.esm.B9SMgSK4.js} +1 -1
- streamlit/static/static/js/{Toolbar.COH7NaOE.js → Toolbar.BXfC9Z-W.js} +1 -1
- streamlit/static/static/js/{WidgetLabelHelpIconInline.Dlc8f0Ji.js → WidgetLabelHelpIconInline.gkreC55g.js} +1 -1
- streamlit/static/static/js/{base-input.Q-zJLgRK.js → base-input.iB32RS3w.js} +4 -4
- streamlit/static/static/js/{checkbox.BKgWNdeI.js → checkbox.Bqz68SYq.js} +1 -1
- streamlit/static/static/js/{createDownloadLinkElement.6oO-YlYv.js → createDownloadLinkElement.YxVC9Qur.js} +1 -1
- streamlit/static/static/js/data-grid-overlay-editor.sBsdk5Xg.js +1 -0
- streamlit/static/static/js/{downloader.BBXcXdX1.js → downloader.Bzxqt3AW.js} +1 -1
- streamlit/static/static/js/{embed.CJzOXYBF.js → embed.CDzakah3.js} +1 -1
- streamlit/static/static/js/{es6.CdxPQzwJ.js → es6.CxCc4bfn.js} +2 -2
- streamlit/static/static/js/formatNumber.L8T7D36k.js +1 -0
- streamlit/static/static/js/{iconPosition.BVScIr6G.js → iconPosition.C47DkA-1.js} +1 -1
- streamlit/static/static/js/{iframeResizer.contentWindow.D_QHVqPM.js → iframeResizer.contentWindow.uEFLXEg3.js} +1 -1
- streamlit/static/static/js/{index.CvtybR-u.js → index.B3zULhHv.js} +1 -1
- streamlit/static/static/js/{index.DAyGxxdm.js → index.B60AZFRh.js} +3 -3
- streamlit/static/static/js/{index.BED2_zc7.js → index.BG4RxMOI.js} +1 -1
- streamlit/static/static/js/{index.CPc_uZux.js → index.BHyzKS4e.js} +45 -45
- streamlit/static/static/js/{index.Dud7RRHc.js → index.BVTW_o-a.js} +1 -1
- streamlit/static/static/js/{index.BQnLeHnr.js → index.BV_YgIHe.js} +3 -3
- streamlit/static/static/js/index.B_LfkwqU.js +2 -0
- streamlit/static/static/js/{index.DCe7fo-m.js → index.Ba8L-ulI.js} +1 -1
- streamlit/static/static/js/{index.DAfIQKfP.js → index.Bh5BZaHG.js} +2 -2
- streamlit/static/static/js/{index.DU68jVpM.js → index.Bnwh8oZr.js} +16 -16
- streamlit/static/static/js/index.BrZtYm2A.js +2 -0
- streamlit/static/static/js/index.BsrhCS7f.js +1 -0
- streamlit/static/static/js/{index.CxoREvnF.js → index.BuJPJSD7.js} +2 -2
- streamlit/static/static/js/{index.6DFY6LUF.js → index.BvHsyiyy.js} +1 -1
- streamlit/static/static/js/{index.Biyf9aUg.js → index.BwTkGOAy.js} +2 -2
- streamlit/static/static/js/{index.DNfyKqhQ.js → index.BwvxzVOo.js} +1 -1
- streamlit/static/static/js/{index.iXh5nbLZ.js → index.BzdcdLDK.js} +1 -1
- streamlit/static/static/js/{index.YULCxEtm.js → index.C1d2QjTR.js} +1 -1
- streamlit/static/static/js/index.C1uZrWog.js +1 -0
- streamlit/static/static/js/{index.C5oqIM3a.js → index.C5-TpWis.js} +1 -1
- streamlit/static/static/js/{index.D6OexhdL.js → index.C6dhwBSe.js} +1 -1
- streamlit/static/static/js/{index.y-pa6LIX.js → index.CAbQaUvi.js} +1 -1
- streamlit/static/static/js/{index.BSpYHDvk.js → index.CAbafj7s.js} +1 -1
- streamlit/static/static/js/{index.BDtN2n7T.js → index.CCLteRW6.js} +1 -1
- streamlit/static/static/js/{index.mSdC1FV6.js → index.CQ713nQM.js} +1 -1
- streamlit/static/static/js/index.CcBYyLfq.js +2 -0
- streamlit/static/static/js/{index.CBE2cIbj.js → index.CjBDVb1a.js} +1 -1
- streamlit/static/static/js/{index.BxQxTpWl.js → index.Ck0ZkOfK.js} +1 -1
- streamlit/static/static/js/{index.B80gSxrS.js → index.CzwJzgQs.js} +1 -1
- streamlit/static/static/js/{index.DyfvmNCy.js → index.D-9VyyiA.js} +1 -1
- streamlit/static/static/js/{index.nL1fkE1D.js → index.D2R3Co5f.js} +1 -1
- streamlit/static/static/js/{index.DZmBuE3z.js → index.D7L9gHlE.js} +3 -3
- streamlit/static/static/js/{index.BqxwnMem.js → index.DEKnCsY-.js} +2 -2
- streamlit/static/static/js/{index.D9v2Y8Gk.js → index.DHrByikW.js} +1 -1
- streamlit/static/static/js/index.DN_oudQl.js +1 -0
- streamlit/static/static/js/{index.DrcbvB2t.js → index.DO55kRo5.js} +1 -1
- streamlit/static/static/js/{index.BqbKiDp2.js → index.D_cvtSlg.js} +1 -1
- streamlit/static/static/js/{index.CrY1BsL3.js → index.DgqmsDCJ.js} +1 -1
- streamlit/static/static/js/{index.BtOoVQt7.js → index.DjgdCvlK.js} +1 -1
- streamlit/static/static/js/{index.BxMkW82k.js → index.DqhZqWYB.js} +1 -1
- streamlit/static/static/js/{index.bQJYmJ2T.js → index.Dtbj_oyb.js} +1 -1
- streamlit/static/static/js/{index.CUYi3FrD.js → index.QXukCzoh.js} +1 -1
- streamlit/static/static/js/{index.BiCbrx53.js → index.XJY9qZ6a.js} +1 -1
- streamlit/static/static/js/{index.GieKl4BG.js → index.aZRhdEuX.js} +1 -1
- streamlit/static/static/js/{index._1zqETQ9.js → index.fUsWkW8E.js} +1 -1
- streamlit/static/static/js/index.h2N-W51I.js +11 -0
- streamlit/static/static/js/index.iUHLeAvv.js +1 -0
- streamlit/static/static/js/{index.DRoJNzFX.js → index.kBgXO7Vv.js} +1 -1
- streamlit/static/static/js/{index.BSYebegS.js → index.kEL0HsUR.js} +1 -1
- streamlit/static/static/js/index.w7yKy9fh.js +6 -0
- streamlit/static/static/js/{input.BcC6sPE_.js → input.BCHJn1Cw.js} +1 -1
- streamlit/static/static/js/{main.TU5_aabd.js → main.23ZP6f1E.js} +1 -1
- streamlit/static/static/js/{memory.By_OTlI4.js → memory.D8f8Q4mO.js} +1 -1
- streamlit/static/static/js/number-overlay-editor.ZWvSpjJ5.js +9 -0
- streamlit/static/static/js/{pandasStylerUtils.3IiIKU9-.js → pandasStylerUtils.DlZ2GBs_.js} +1 -1
- streamlit/static/static/js/{sandbox.DnxTbWzV.js → sandbox.BH6D3KL9.js} +1 -1
- streamlit/static/static/js/sprintfjs.CtrdaGLQ.js +1 -0
- streamlit/static/static/js/{styled-components.BeEcZ0vW.js → styled-components.iD1HRMLc.js} +1 -1
- streamlit/static/static/js/{throttle.emUyC44c.js → throttle.DR7d9vp_.js} +1 -1
- streamlit/static/static/js/{timepicker.DZ_ZufYF.js → timepicker.Bd34xjcG.js} +4 -4
- streamlit/static/static/js/{toConsumableArray.DDV1bN1-.js → toConsumableArray.BDTTq1c5.js} +2 -2
- streamlit/static/static/js/uniqueId.Bd_Iuzvc.js +1 -0
- streamlit/static/static/js/useBasicWidgetState.BXKaD8DQ.js +1 -0
- streamlit/static/static/js/{useIntlLocale.BBDLbTq9.js → useIntlLocale.CysOvegI.js} +1 -1
- streamlit/static/static/js/{useTextInputAutoExpand.BIApLJKn.js → useTextInputAutoExpand.CVd5Hf2S.js} +1 -1
- streamlit/static/static/js/{useUpdateUiValue.DQ4RuJNC.js → useUpdateUiValue.CIUgfO8X.js} +1 -1
- streamlit/static/static/js/{useWaveformController.B0olyXLQ.js → useWaveformController.CDLqlnLv.js} +1 -1
- streamlit/static/static/js/{withCalculatedWidth.DYeqePuh.js → withCalculatedWidth.Ce1Zblb2.js} +1 -1
- streamlit/static/static/js/{withFullScreenWrapper.DtkUCO_d.js → withFullScreenWrapper.DBm7N75M.js} +1 -1
- streamlit/static/static/media/MaterialSymbols-Rounded.CnH1S47a.woff2 +0 -0
- streamlit/testing/v1/app_test.py +21 -5
- streamlit/testing/v1/element_tree.py +65 -2
- streamlit/web/server/app_static_file_handler.py +9 -0
- streamlit/web/server/bidi_component_request_handler.py +4 -4
- streamlit/web/server/component_file_utils.py +14 -6
- streamlit/web/server/component_request_handler.py +2 -2
- streamlit/web/server/starlette/starlette_app.py +7 -1
- streamlit/web/server/starlette/starlette_path_security_middleware.py +97 -0
- streamlit/web/server/starlette/starlette_routes.py +6 -3
- streamlit/web/server/starlette/starlette_static_routes.py +14 -4
- {streamlit_nightly-1.53.2.dev20260131.dist-info → streamlit_nightly-1.53.2.dev20260203.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.53.2.dev20260131.dist-info → streamlit_nightly-1.53.2.dev20260203.dist-info}/RECORD +188 -184
- streamlit/proto/BokehChart_pb2.pyi +0 -56
- streamlit/proto/LabelVisibilityMessage_pb2.py +0 -28
- streamlit/static/static/js/data-grid-overlay-editor.CO0xdNiG.js +0 -1
- streamlit/static/static/js/formatNumber.DB5irY8c.js +0 -1
- streamlit/static/static/js/index.BBTKOM0z.js +0 -6
- streamlit/static/static/js/index.CE2WIFD1.js +0 -2
- streamlit/static/static/js/index.Cpu2p5bH.js +0 -1
- streamlit/static/static/js/index.CtbETWQK.js +0 -2
- streamlit/static/static/js/index.DAnczAW2.js +0 -2
- streamlit/static/static/js/index.DhRAGiPR.js +0 -1
- streamlit/static/static/js/index.DyXcT2tD.js +0 -11
- streamlit/static/static/js/index.tuFFlbxa.js +0 -1
- streamlit/static/static/js/number-overlay-editor.FSRaRpbU.js +0 -9
- streamlit/static/static/js/sprintf.DpPCfzXw.js +0 -1
- streamlit/static/static/js/uniqueId.DTwvAE-J.js +0 -1
- streamlit/static/static/js/useBasicWidgetState.DvpdEDYZ.js +0 -1
- streamlit/static/static/media/MaterialSymbols-Rounded.C7IFxh57.woff2 +0 -0
- {streamlit_nightly-1.53.2.dev20260131.dist-info → streamlit_nightly-1.53.2.dev20260203.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.53.2.dev20260131.dist-info → streamlit_nightly-1.53.2.dev20260203.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.53.2.dev20260131.dist-info → streamlit_nightly-1.53.2.dev20260203.dist-info}/top_level.txt +0 -0
streamlit/proto/Common_pb2.py
CHANGED
|
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cstreamlit/proto/Common.proto\"\x1b\n\x0bStringArray\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\t\"\x1b\n\x0b\x44oubleArray\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\x01\"\x1a\n\nInt32Array\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\x05\"\x1a\n\nInt64Array\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\x03\"\x1b\n\x0bSInt64Array\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\x12\"\x1b\n\x0bUInt32Array\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\r\"0\n\x12StringTriggerValue\x12\x11\n\x04\x64\x61ta\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_data\"M\n\x0f\x46ileURLsRequest\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nfile_names\x18\x02 \x03(\t\x12\x12\n\nsession_id\x18\x03 \x01(\t\"C\n\x08\x46ileURLs\x12\x0f\n\x07\x66ile_id\x18\x01 \x01(\t\x12\x12\n\nupload_url\x18\x02 \x01(\t\x12\x12\n\ndelete_url\x18\x03 \x01(\t\"X\n\x10\x46ileURLsResponse\x12\x13\n\x0bresponse_id\x18\x01 \x01(\t\x12\x1c\n\tfile_urls\x18\x02 \x03(\x0b\x32\t.FileURLs\x12\x11\n\terror_msg\x18\x03 \x01(\t\"
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cstreamlit/proto/Common.proto\"\x1b\n\x0bStringArray\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\t\"\x1b\n\x0b\x44oubleArray\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\x01\"\x1a\n\nInt32Array\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\x05\"\x1a\n\nInt64Array\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\x03\"\x1b\n\x0bSInt64Array\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\x12\"\x1b\n\x0bUInt32Array\x12\x0c\n\x04\x64\x61ta\x18\x01 \x03(\r\"0\n\x12StringTriggerValue\x12\x11\n\x04\x64\x61ta\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_data\"M\n\x0f\x46ileURLsRequest\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nfile_names\x18\x02 \x03(\t\x12\x12\n\nsession_id\x18\x03 \x01(\t\"C\n\x08\x46ileURLs\x12\x0f\n\x07\x66ile_id\x18\x01 \x01(\t\x12\x12\n\nupload_url\x18\x02 \x01(\t\x12\x12\n\ndelete_url\x18\x03 \x01(\t\"X\n\x10\x46ileURLsResponse\x12\x13\n\x0bresponse_id\x18\x01 \x01(\t\x12\x1c\n\tfile_urls\x18\x02 \x03(\x0b\x32\t.FileURLs\x12\x11\n\terror_msg\x18\x03 \x01(\t\"c\n\x10UploadedFileInfo\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0c\n\x04size\x18\x03 \x01(\x04\x12\x0f\n\x07\x66ile_id\x18\x04 \x01(\t\x12\x1c\n\tfile_urls\x18\x05 \x01(\x0b\x32\t.FileURLsJ\x04\x08\x01\x10\x02\"H\n\x11\x46ileUploaderState\x12-\n\x12uploaded_file_info\x18\x02 \x03(\x0b\x32\x11.UploadedFileInfoJ\x04\x08\x01\x10\x02\"\xbf\x01\n\x0e\x43hatInputValue\x12\x11\n\x04\x64\x61ta\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x34\n\x13\x66ile_uploader_state\x18\x02 \x01(\x0b\x32\x12.FileUploaderStateH\x01\x88\x01\x01\x12/\n\x0f\x61udio_file_info\x18\x03 \x01(\x0b\x32\x11.UploadedFileInfoH\x02\x88\x01\x01\x42\x07\n\x05_dataB\x16\n\x14_file_uploader_stateB\x12\n\x10_audio_file_infob\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -42,9 +42,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
42
42
|
_globals['_FILEURLSRESPONSE']._serialized_start=402
|
|
43
43
|
_globals['_FILEURLSRESPONSE']._serialized_end=490
|
|
44
44
|
_globals['_UPLOADEDFILEINFO']._serialized_start=492
|
|
45
|
-
_globals['_UPLOADEDFILEINFO']._serialized_end=
|
|
46
|
-
_globals['_FILEUPLOADERSTATE']._serialized_start=
|
|
47
|
-
_globals['_FILEUPLOADERSTATE']._serialized_end=
|
|
48
|
-
_globals['_CHATINPUTVALUE']._serialized_start=
|
|
49
|
-
_globals['_CHATINPUTVALUE']._serialized_end=
|
|
45
|
+
_globals['_UPLOADEDFILEINFO']._serialized_end=591
|
|
46
|
+
_globals['_FILEUPLOADERSTATE']._serialized_start=593
|
|
47
|
+
_globals['_FILEUPLOADERSTATE']._serialized_end=665
|
|
48
|
+
_globals['_CHATINPUTVALUE']._serialized_start=668
|
|
49
|
+
_globals['_CHATINPUTVALUE']._serialized_end=859
|
|
50
50
|
# @@protoc_insertion_point(module_scope)
|
streamlit/proto/DateInput_pb2.py
CHANGED
|
@@ -12,16 +12,16 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_sym_db = _symbol_database.Default()
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
from streamlit.proto import
|
|
15
|
+
from streamlit.proto import LabelVisibility_pb2 as streamlit_dot_proto_dot_LabelVisibility__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fstreamlit/proto/DateInput.proto\x1a
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fstreamlit/proto/DateInput.proto\x1a%streamlit/proto/LabelVisibility.proto\"\xf2\x01\n\tDateInput\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x0f\n\x07\x64\x65\x66\x61ult\x18\x03 \x03(\t\x12\x0b\n\x03min\x18\x04 \x01(\t\x12\x0b\n\x03max\x18\x05 \x01(\t\x12\x10\n\x08is_range\x18\x06 \x01(\x08\x12\x0c\n\x04help\x18\x07 \x01(\t\x12\x0f\n\x07\x66orm_id\x18\x08 \x01(\t\x12\r\n\x05value\x18\t \x03(\t\x12\x11\n\tset_value\x18\n \x01(\x08\x12\x10\n\x08\x64isabled\x18\x0b \x01(\x08\x12*\n\x10label_visibility\x18\x0c \x01(\x0b\x32\x10.LabelVisibility\x12\x0e\n\x06\x66ormat\x18\r \x01(\tb\x06proto3')
|
|
19
19
|
|
|
20
20
|
_globals = globals()
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
22
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.DateInput_pb2', _globals)
|
|
23
23
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
24
24
|
DESCRIPTOR._loaded_options = None
|
|
25
|
-
_globals['_DATEINPUT']._serialized_start=
|
|
26
|
-
_globals['_DATEINPUT']._serialized_end=
|
|
25
|
+
_globals['_DATEINPUT']._serialized_start=75
|
|
26
|
+
_globals['_DATEINPUT']._serialized_end=317
|
|
27
27
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -21,7 +21,7 @@ from collections import abc as _abc
|
|
|
21
21
|
from google.protobuf import descriptor as _descriptor
|
|
22
22
|
from google.protobuf import message as _message
|
|
23
23
|
from google.protobuf.internal import containers as _containers
|
|
24
|
-
from streamlit.proto import
|
|
24
|
+
from streamlit.proto import LabelVisibility_pb2 as _LabelVisibility_pb2
|
|
25
25
|
import builtins as _builtins
|
|
26
26
|
import sys
|
|
27
27
|
import typing as _typing
|
|
@@ -65,7 +65,7 @@ class DateInput(_message.Message):
|
|
|
65
65
|
@_builtins.property
|
|
66
66
|
def value(self) -> _containers.RepeatedScalarFieldContainer[_builtins.str]: ...
|
|
67
67
|
@_builtins.property
|
|
68
|
-
def label_visibility(self) ->
|
|
68
|
+
def label_visibility(self) -> _LabelVisibility_pb2.LabelVisibility: ...
|
|
69
69
|
def __init__(
|
|
70
70
|
self,
|
|
71
71
|
*,
|
|
@@ -80,7 +80,7 @@ class DateInput(_message.Message):
|
|
|
80
80
|
value: _abc.Iterable[_builtins.str] | None = ...,
|
|
81
81
|
set_value: _builtins.bool = ...,
|
|
82
82
|
disabled: _builtins.bool = ...,
|
|
83
|
-
label_visibility:
|
|
83
|
+
label_visibility: _LabelVisibility_pb2.LabelVisibility | None = ...,
|
|
84
84
|
format: _builtins.str = ...,
|
|
85
85
|
) -> None: ...
|
|
86
86
|
_HasFieldArgType: _TypeAlias = _typing.Literal["label_visibility", b"label_visibility"] # noqa: Y015
|
|
@@ -12,16 +12,16 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_sym_db = _symbol_database.Default()
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
from streamlit.proto import
|
|
15
|
+
from streamlit.proto import LabelVisibility_pb2 as streamlit_dot_proto_dot_LabelVisibility__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#streamlit/proto/DateTimeInput.proto\x1a
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#streamlit/proto/DateTimeInput.proto\x1a%streamlit/proto/LabelVisibility.proto\"\x84\x02\n\rDateTimeInput\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x0f\n\x07\x64\x65\x66\x61ult\x18\x03 \x03(\t\x12\x0b\n\x03min\x18\x04 \x01(\t\x12\x0b\n\x03max\x18\x05 \x01(\t\x12\x0c\n\x04help\x18\x06 \x01(\t\x12\x0f\n\x07\x66orm_id\x18\x07 \x01(\t\x12\r\n\x05value\x18\x08 \x03(\t\x12\x11\n\tset_value\x18\t \x01(\x08\x12\x10\n\x08\x64isabled\x18\n \x01(\x08\x12*\n\x10label_visibility\x18\x0b \x01(\x0b\x32\x10.LabelVisibility\x12\x0e\n\x06\x66ormat\x18\x0c \x01(\t\x12\x0c\n\x04step\x18\r \x01(\x03\x12\x10\n\x08is_range\x18\x0e \x01(\x08\x62\x06proto3')
|
|
19
19
|
|
|
20
20
|
_globals = globals()
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
22
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.DateTimeInput_pb2', _globals)
|
|
23
23
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
24
24
|
DESCRIPTOR._loaded_options = None
|
|
25
|
-
_globals['_DATETIMEINPUT']._serialized_start=
|
|
26
|
-
_globals['_DATETIMEINPUT']._serialized_end=
|
|
25
|
+
_globals['_DATETIMEINPUT']._serialized_start=79
|
|
26
|
+
_globals['_DATETIMEINPUT']._serialized_end=339
|
|
27
27
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -21,7 +21,7 @@ from collections import abc as _abc
|
|
|
21
21
|
from google.protobuf import descriptor as _descriptor
|
|
22
22
|
from google.protobuf import message as _message
|
|
23
23
|
from google.protobuf.internal import containers as _containers
|
|
24
|
-
from streamlit.proto import
|
|
24
|
+
from streamlit.proto import LabelVisibility_pb2 as _LabelVisibility_pb2
|
|
25
25
|
import builtins as _builtins
|
|
26
26
|
import sys
|
|
27
27
|
import typing as _typing
|
|
@@ -67,7 +67,7 @@ class DateTimeInput(_message.Message):
|
|
|
67
67
|
@_builtins.property
|
|
68
68
|
def value(self) -> _containers.RepeatedScalarFieldContainer[_builtins.str]: ...
|
|
69
69
|
@_builtins.property
|
|
70
|
-
def label_visibility(self) ->
|
|
70
|
+
def label_visibility(self) -> _LabelVisibility_pb2.LabelVisibility: ...
|
|
71
71
|
def __init__(
|
|
72
72
|
self,
|
|
73
73
|
*,
|
|
@@ -81,7 +81,7 @@ class DateTimeInput(_message.Message):
|
|
|
81
81
|
value: _abc.Iterable[_builtins.str] | None = ...,
|
|
82
82
|
set_value: _builtins.bool = ...,
|
|
83
83
|
disabled: _builtins.bool = ...,
|
|
84
|
-
label_visibility:
|
|
84
|
+
label_visibility: _LabelVisibility_pb2.LabelVisibility | None = ...,
|
|
85
85
|
format: _builtins.str = ...,
|
|
86
86
|
step: _builtins.int = ...,
|
|
87
87
|
is_range: _builtins.bool = ...,
|
|
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%streamlit/proto/DeckGlJsonChart.proto\"\
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%streamlit/proto/DeckGlJsonChart.proto\"\xe3\x01\n\x0f\x44\x65\x63kGlJsonChart\x12\x0c\n\x04json\x18\x01 \x01(\t\x12\x0f\n\x07tooltip\x18\x02 \x01(\t\x12\n\n\x02id\x18\x05 \x01(\t\x12\x14\n\x0cmapbox_token\x18\x06 \x01(\t\x12\x36\n\x0eselection_mode\x18\t \x03(\x0e\x32\x1e.DeckGlJsonChart.SelectionMode\x12\x0f\n\x07\x66orm_id\x18\n \x01(\t\"4\n\rSelectionMode\x12\x11\n\rSINGLE_OBJECT\x10\x00\x12\x10\n\x0cMULTI_OBJECT\x10\x01J\x04\x08\x04\x10\x05J\x04\x08\x07\x10\x08J\x04\x08\x08\x10\tb\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -22,7 +22,7 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.DeckGlJsonC
|
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
23
|
DESCRIPTOR._loaded_options = None
|
|
24
24
|
_globals['_DECKGLJSONCHART']._serialized_start=42
|
|
25
|
-
_globals['_DECKGLJSONCHART']._serialized_end=
|
|
25
|
+
_globals['_DECKGLJSONCHART']._serialized_end=269
|
|
26
26
|
_globals['_DECKGLJSONCHART_SELECTIONMODE']._serialized_start=199
|
|
27
27
|
_globals['_DECKGLJSONCHART_SELECTIONMODE']._serialized_end=251
|
|
28
28
|
# @@protoc_insertion_point(module_scope)
|
streamlit/proto/Delta_pb2.py
CHANGED
|
@@ -18,7 +18,7 @@ from streamlit.proto import ArrowNamedDataSet_pb2 as streamlit_dot_proto_dot_Arr
|
|
|
18
18
|
from streamlit.proto import Transient_pb2 as streamlit_dot_proto_dot_Transient__pb2
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bstreamlit/proto/Delta.proto\x1a\x1bstreamlit/proto/Block.proto\x1a\x1dstreamlit/proto/Element.proto\x1a\'streamlit/proto/ArrowNamedDataSet.proto\x1a\x1fstreamlit/proto/Transient.proto\"\
|
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bstreamlit/proto/Delta.proto\x1a\x1bstreamlit/proto/Block.proto\x1a\x1dstreamlit/proto/Element.proto\x1a\'streamlit/proto/ArrowNamedDataSet.proto\x1a\x1fstreamlit/proto/Transient.proto\"\xbb\x01\n\x05\x44\x65lta\x12\x1f\n\x0bnew_element\x18\x03 \x01(\x0b\x32\x08.ElementH\x00\x12\x1b\n\tadd_block\x18\x06 \x01(\x0b\x32\x06.BlockH\x00\x12#\n\rnew_transient\x18\t \x01(\x0b\x32\n.TransientH\x00\x12,\n\x0e\x61rrow_add_rows\x18\x07 \x01(\x0b\x32\x12.ArrowNamedDataSetH\x00\x12\x13\n\x0b\x66ragment_id\x18\x08 \x01(\tB\x06\n\x04typeJ\x04\x08\x05\x10\x06\x62\x06proto3')
|
|
22
22
|
|
|
23
23
|
_globals = globals()
|
|
24
24
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -26,5 +26,5 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Delta_pb2',
|
|
|
26
26
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
27
27
|
DESCRIPTOR._loaded_options = None
|
|
28
28
|
_globals['_DELTA']._serialized_start=166
|
|
29
|
-
_globals['_DELTA']._serialized_end=
|
|
29
|
+
_globals['_DELTA']._serialized_end=353
|
|
30
30
|
# @@protoc_insertion_point(module_scope)
|
streamlit/proto/DocString_pb2.py
CHANGED
|
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fstreamlit/proto/DocString.proto\"v\n\tDocString\x12\x12\n\ndoc_string\x18\x03 \x01(\t\x12\x0c\n\x04type\x18\x04 \x01(\t\x12\x0c\n\x04name\x18\x06 \x01(\t\x12\r\n\x05value\x18\x07 \x01(\t\x12\x18\n\x07members\x18\x08 \x03(\x0b\x32\x07.MemberJ\x04\x08\
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fstreamlit/proto/DocString.proto\"v\n\tDocString\x12\x12\n\ndoc_string\x18\x03 \x01(\t\x12\x0c\n\x04type\x18\x04 \x01(\t\x12\x0c\n\x04name\x18\x06 \x01(\t\x12\r\n\x05value\x18\x07 \x01(\t\x12\x18\n\x07members\x18\x08 \x03(\x0b\x32\x07.MemberJ\x04\x08\x05\x10\x06J\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\"W\n\x06Member\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x12\x0f\n\x05value\x18\x03 \x01(\tH\x00\x12\x14\n\ndoc_string\x18\x04 \x01(\tH\x00\x42\n\n\x08\x63ontentsb\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
streamlit/proto/Element_pb2.py
CHANGED
|
@@ -18,7 +18,6 @@ from streamlit.proto import Audio_pb2 as streamlit_dot_proto_dot_Audio__pb2
|
|
|
18
18
|
from streamlit.proto import AudioInput_pb2 as streamlit_dot_proto_dot_AudioInput__pb2
|
|
19
19
|
from streamlit.proto import Balloons_pb2 as streamlit_dot_proto_dot_Balloons__pb2
|
|
20
20
|
from streamlit.proto import ArrowVegaLiteChart_pb2 as streamlit_dot_proto_dot_ArrowVegaLiteChart__pb2
|
|
21
|
-
from streamlit.proto import BokehChart_pb2 as streamlit_dot_proto_dot_BokehChart__pb2
|
|
22
21
|
from streamlit.proto import Button_pb2 as streamlit_dot_proto_dot_Button__pb2
|
|
23
22
|
from streamlit.proto import ButtonGroup_pb2 as streamlit_dot_proto_dot_ButtonGroup__pb2
|
|
24
23
|
from streamlit.proto import DownloadButton_pb2 as streamlit_dot_proto_dot_DownloadButton__pb2
|
|
@@ -34,6 +33,7 @@ from streamlit.proto import DocString_pb2 as streamlit_dot_proto_dot_DocString__
|
|
|
34
33
|
from streamlit.proto import Empty_pb2 as streamlit_dot_proto_dot_Empty__pb2
|
|
35
34
|
from streamlit.proto import Exception_pb2 as streamlit_dot_proto_dot_Exception__pb2
|
|
36
35
|
from streamlit.proto import Favicon_pb2 as streamlit_dot_proto_dot_Favicon__pb2
|
|
36
|
+
from streamlit.proto import Feedback_pb2 as streamlit_dot_proto_dot_Feedback__pb2
|
|
37
37
|
from streamlit.proto import FileUploader_pb2 as streamlit_dot_proto_dot_FileUploader__pb2
|
|
38
38
|
from streamlit.proto import GraphVizChart_pb2 as streamlit_dot_proto_dot_GraphVizChart__pb2
|
|
39
39
|
from streamlit.proto import Html_pb2 as streamlit_dot_proto_dot_Html__pb2
|
|
@@ -69,13 +69,13 @@ from streamlit.proto import WidthConfig_pb2 as streamlit_dot_proto_dot_WidthConf
|
|
|
69
69
|
from streamlit.proto import TextAlignmentConfig_pb2 as streamlit_dot_proto_dot_TextAlignmentConfig__pb2
|
|
70
70
|
|
|
71
71
|
|
|
72
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dstreamlit/proto/Element.proto\x1a\x1bstreamlit/proto/Alert.proto\x1a\x1bstreamlit/proto/Arrow.proto\x1a\x1bstreamlit/proto/Audio.proto\x1a streamlit/proto/AudioInput.proto\x1a\x1estreamlit/proto/Balloons.proto\x1a(streamlit/proto/ArrowVegaLiteChart.proto\x1a
|
|
72
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dstreamlit/proto/Element.proto\x1a\x1bstreamlit/proto/Alert.proto\x1a\x1bstreamlit/proto/Arrow.proto\x1a\x1bstreamlit/proto/Audio.proto\x1a streamlit/proto/AudioInput.proto\x1a\x1estreamlit/proto/Balloons.proto\x1a(streamlit/proto/ArrowVegaLiteChart.proto\x1a\x1cstreamlit/proto/Button.proto\x1a!streamlit/proto/ButtonGroup.proto\x1a$streamlit/proto/DownloadButton.proto\x1a!streamlit/proto/CameraInput.proto\x1a\x1fstreamlit/proto/ChatInput.proto\x1a\x1estreamlit/proto/Checkbox.proto\x1a\x1astreamlit/proto/Code.proto\x1a!streamlit/proto/ColorPicker.proto\x1a\x1fstreamlit/proto/DateInput.proto\x1a#streamlit/proto/DateTimeInput.proto\x1a%streamlit/proto/DeckGlJsonChart.proto\x1a\x1fstreamlit/proto/DocString.proto\x1a\x1bstreamlit/proto/Empty.proto\x1a\x1fstreamlit/proto/Exception.proto\x1a\x1dstreamlit/proto/Favicon.proto\x1a\x1estreamlit/proto/Feedback.proto\x1a\"streamlit/proto/FileUploader.proto\x1a#streamlit/proto/GraphVizChart.proto\x1a\x1astreamlit/proto/Html.proto\x1a\x1cstreamlit/proto/IFrame.proto\x1a\x1bstreamlit/proto/Image.proto\x1a\x1astreamlit/proto/Json.proto\x1a streamlit/proto/LinkButton.proto\x1a!streamlit/proto/NumberInput.proto\x1a\x1estreamlit/proto/Markdown.proto\x1a\x1cstreamlit/proto/Metric.proto\x1a!streamlit/proto/MultiSelect.proto\x1a\x1estreamlit/proto/PageLink.proto\x1a!streamlit/proto/PlotlyChart.proto\x1a streamlit/proto/Components.proto\x1a\x1estreamlit/proto/Progress.proto\x1a\x1astreamlit/proto/Snow.proto\x1a\x1dstreamlit/proto/Spinner.proto\x1a\x1bstreamlit/proto/Radio.proto\x1a\x1fstreamlit/proto/Selectbox.proto\x1a\x1estreamlit/proto/Skeleton.proto\x1a\x1cstreamlit/proto/Slider.proto\x1a\x1bstreamlit/proto/Space.proto\x1a\x1astreamlit/proto/Text.proto\x1a\x1estreamlit/proto/TextArea.proto\x1a\x1fstreamlit/proto/TextInput.proto\x1a\x1fstreamlit/proto/TimeInput.proto\x1a\x1bstreamlit/proto/Toast.proto\x1a\x1bstreamlit/proto/Video.proto\x1a\x1dstreamlit/proto/Heading.proto\x1a#streamlit/proto/BidiComponent.proto\x1a\"streamlit/proto/HeightConfig.proto\x1a!streamlit/proto/WidthConfig.proto\x1a)streamlit/proto/TextAlignmentConfig.proto\"\xd8\x0f\n\x07\x45lement\x12\x33\n\rheight_config\x18\x39 \x01(\x0b\x32\x17.streamlit.HeightConfigH\x01\x88\x01\x01\x12\x31\n\x0cwidth_config\x18: \x01(\x0b\x32\x16.streamlit.WidthConfigH\x02\x88\x01\x01\x12\x42\n\x15text_alignment_config\x18= \x01(\x0b\x32\x1e.streamlit.TextAlignmentConfigH\x03\x88\x01\x01\x12\x17\n\x05\x61lert\x18\x1e \x01(\x0b\x32\x06.AlertH\x00\x12\"\n\x10\x61rrow_data_frame\x18( \x01(\x0b\x32\x06.ArrowH\x00\x12\x1d\n\x0b\x61rrow_table\x18\' \x01(\x0b\x32\x06.ArrowH\x00\x12\x34\n\x15\x61rrow_vega_lite_chart\x18) \x01(\x0b\x32\x13.ArrowVegaLiteChartH\x00\x12\x17\n\x05\x61udio\x18\r \x01(\x0b\x32\x06.AudioH\x00\x12\"\n\x0b\x61udio_input\x18\x38 \x01(\x0b\x32\x0b.AudioInputH\x00\x12\x1d\n\x08\x62\x61lloons\x18\x0c \x01(\x0b\x32\t.BalloonsH\x00\x12(\n\x0e\x62idi_component\x18; \x01(\x0b\x32\x0e.BidiComponentH\x00\x12\x19\n\x06\x62utton\x18\x13 \x01(\x0b\x32\x07.ButtonH\x00\x12$\n\x0c\x62utton_group\x18\x37 \x01(\x0b\x32\x0c.ButtonGroupH\x00\x12*\n\x0f\x64ownload_button\x18+ \x01(\x0b\x32\x0f.DownloadButtonH\x00\x12$\n\x0c\x63\x61mera_input\x18- \x01(\x0b\x32\x0c.CameraInputH\x00\x12 \n\nchat_input\x18\x31 \x01(\x0b\x32\n.ChatInputH\x00\x12\x1d\n\x08\x63heckbox\x18\x14 \x01(\x0b\x32\t.CheckboxH\x00\x12$\n\x0c\x63olor_picker\x18# \x01(\x0b\x32\x0c.ColorPickerH\x00\x12\x30\n\x12\x63omponent_instance\x18% \x01(\x0b\x32\x12.ComponentInstanceH\x00\x12 \n\ndate_input\x18\x1b \x01(\x0b\x32\n.DateInputH\x00\x12.\n\x12\x64\x65\x63k_gl_json_chart\x18\" \x01(\x0b\x32\x10.DeckGlJsonChartH\x00\x12 \n\ndoc_string\x18\x07 \x01(\x0b\x32\n.DocStringH\x00\x12\x17\n\x05\x65mpty\x18\x02 \x01(\x0b\x32\x06.EmptyH\x00\x12\x1f\n\texception\x18\x08 \x01(\x0b\x32\n.ExceptionH\x00\x12\x1b\n\x07\x66\x61vicon\x18$ \x01(\x0b\x32\x08.FaviconH\x00\x12\x1d\n\x08\x66\x65\x65\x64\x62\x61\x63k\x18? \x01(\x0b\x32\t.FeedbackH\x00\x12&\n\rfile_uploader\x18! \x01(\x0b\x32\r.FileUploaderH\x00\x12(\n\x0egraphviz_chart\x18\x12 \x01(\x0b\x32\x0e.GraphVizChartH\x00\x12\x15\n\x04html\x18\x36 \x01(\x0b\x32\x05.HtmlH\x00\x12\x19\n\x06iframe\x18& \x01(\x0b\x32\x07.IFrameH\x00\x12\x1a\n\x04imgs\x18\x06 \x01(\x0b\x32\n.ImageListH\x00\x12\x15\n\x04json\x18\x1f \x01(\x0b\x32\x05.JsonH\x00\x12\"\n\x0blink_button\x18\x33 \x01(\x0b\x32\x0b.LinkButtonH\x00\x12\x1d\n\x08markdown\x18\x1d \x01(\x0b\x32\t.MarkdownH\x00\x12\x19\n\x06metric\x18* \x01(\x0b\x32\x07.MetricH\x00\x12#\n\x0bmultiselect\x18\x1c \x01(\x0b\x32\x0c.MultiSelectH\x00\x12$\n\x0cnumber_input\x18 \x01(\x0b\x32\x0c.NumberInputH\x00\x12\x1e\n\tpage_link\x18\x35 \x01(\x0b\x32\t.PageLinkH\x00\x12$\n\x0cplotly_chart\x18\x10 \x01(\x0b\x32\x0c.PlotlyChartH\x00\x12\x1d\n\x08progress\x18\x05 \x01(\x0b\x32\t.ProgressH\x00\x12\x17\n\x05radio\x18\x17 \x01(\x0b\x32\x06.RadioH\x00\x12\x1f\n\tselectbox\x18\x19 \x01(\x0b\x32\n.SelectboxH\x00\x12\x1d\n\x08skeleton\x18\x34 \x01(\x0b\x32\t.SkeletonH\x00\x12\x19\n\x06slider\x18\x15 \x01(\x0b\x32\x07.SliderH\x00\x12\x15\n\x04snow\x18. \x01(\x0b\x32\x05.SnowH\x00\x12\x17\n\x05space\x18< \x01(\x0b\x32\x06.SpaceH\x00\x12\x1b\n\x07spinner\x18, \x01(\x0b\x32\x08.SpinnerH\x00\x12\x15\n\x04text\x18\x01 \x01(\x0b\x32\x05.TextH\x00\x12\x1e\n\ttext_area\x18\x16 \x01(\x0b\x32\t.TextAreaH\x00\x12 \n\ntext_input\x18\x18 \x01(\x0b\x32\n.TextInputH\x00\x12 \n\ntime_input\x18\x1a \x01(\x0b\x32\n.TimeInputH\x00\x12)\n\x0f\x64\x61te_time_input\x18> \x01(\x0b\x32\x0e.DateTimeInputH\x00\x12\x17\n\x05toast\x18\x32 \x01(\x0b\x32\x06.ToastH\x00\x12\x17\n\x05video\x18\x0e \x01(\x0b\x32\x06.VideoH\x00\x12\x1b\n\x07heading\x18/ \x01(\x0b\x32\x08.HeadingH\x00\x12\x15\n\x04\x63ode\x18\x30 \x01(\x0b\x32\x05.CodeH\x00\x42\x06\n\x04typeB\x10\n\x0e_height_configB\x0f\n\r_width_configB\x18\n\x16_text_alignment_configJ\x04\x08\x03\x10\x04J\x04\x08\t\x10\nJ\x04\x08\n\x10\x0bJ\x04\x08\x0b\x10\x0cJ\x04\x08\x11\x10\x12\x62\x06proto3')
|
|
73
73
|
|
|
74
74
|
_globals = globals()
|
|
75
75
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
76
76
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Element_pb2', _globals)
|
|
77
77
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
78
78
|
DESCRIPTOR._loaded_options = None
|
|
79
|
-
_globals['_ELEMENT']._serialized_start=
|
|
80
|
-
_globals['_ELEMENT']._serialized_end=
|
|
79
|
+
_globals['_ELEMENT']._serialized_start=1827
|
|
80
|
+
_globals['_ELEMENT']._serialized_end=3835
|
|
81
81
|
# @@protoc_insertion_point(module_scope)
|
streamlit/proto/Element_pb2.pyi
CHANGED
|
@@ -26,7 +26,6 @@ from streamlit.proto import AudioInput_pb2 as _AudioInput_pb2
|
|
|
26
26
|
from streamlit.proto import Audio_pb2 as _Audio_pb2
|
|
27
27
|
from streamlit.proto import Balloons_pb2 as _Balloons_pb2
|
|
28
28
|
from streamlit.proto import BidiComponent_pb2 as _BidiComponent_pb2
|
|
29
|
-
from streamlit.proto import BokehChart_pb2 as _BokehChart_pb2
|
|
30
29
|
from streamlit.proto import ButtonGroup_pb2 as _ButtonGroup_pb2
|
|
31
30
|
from streamlit.proto import Button_pb2 as _Button_pb2
|
|
32
31
|
from streamlit.proto import CameraInput_pb2 as _CameraInput_pb2
|
|
@@ -43,6 +42,7 @@ from streamlit.proto import DownloadButton_pb2 as _DownloadButton_pb2
|
|
|
43
42
|
from streamlit.proto import Empty_pb2 as _Empty_pb2
|
|
44
43
|
from streamlit.proto import Exception_pb2 as _Exception_pb2
|
|
45
44
|
from streamlit.proto import Favicon_pb2 as _Favicon_pb2
|
|
45
|
+
from streamlit.proto import Feedback_pb2 as _Feedback_pb2
|
|
46
46
|
from streamlit.proto import FileUploader_pb2 as _FileUploader_pb2
|
|
47
47
|
from streamlit.proto import GraphVizChart_pb2 as _GraphVizChart_pb2
|
|
48
48
|
from streamlit.proto import Heading_pb2 as _Heading_pb2
|
|
@@ -102,7 +102,6 @@ class Element(_message.Message):
|
|
|
102
102
|
AUDIO_INPUT_FIELD_NUMBER: _builtins.int
|
|
103
103
|
BALLOONS_FIELD_NUMBER: _builtins.int
|
|
104
104
|
BIDI_COMPONENT_FIELD_NUMBER: _builtins.int
|
|
105
|
-
BOKEH_CHART_FIELD_NUMBER: _builtins.int
|
|
106
105
|
BUTTON_FIELD_NUMBER: _builtins.int
|
|
107
106
|
BUTTON_GROUP_FIELD_NUMBER: _builtins.int
|
|
108
107
|
DOWNLOAD_BUTTON_FIELD_NUMBER: _builtins.int
|
|
@@ -117,6 +116,7 @@ class Element(_message.Message):
|
|
|
117
116
|
EMPTY_FIELD_NUMBER: _builtins.int
|
|
118
117
|
EXCEPTION_FIELD_NUMBER: _builtins.int
|
|
119
118
|
FAVICON_FIELD_NUMBER: _builtins.int
|
|
119
|
+
FEEDBACK_FIELD_NUMBER: _builtins.int
|
|
120
120
|
FILE_UPLOADER_FIELD_NUMBER: _builtins.int
|
|
121
121
|
GRAPHVIZ_CHART_FIELD_NUMBER: _builtins.int
|
|
122
122
|
HTML_FIELD_NUMBER: _builtins.int
|
|
@@ -172,8 +172,6 @@ class Element(_message.Message):
|
|
|
172
172
|
@_builtins.property
|
|
173
173
|
def bidi_component(self) -> _BidiComponent_pb2.BidiComponent: ...
|
|
174
174
|
@_builtins.property
|
|
175
|
-
def bokeh_chart(self) -> _BokehChart_pb2.BokehChart: ...
|
|
176
|
-
@_builtins.property
|
|
177
175
|
def button(self) -> _Button_pb2.Button: ...
|
|
178
176
|
@_builtins.property
|
|
179
177
|
def button_group(self) -> _ButtonGroup_pb2.ButtonGroup: ...
|
|
@@ -202,6 +200,8 @@ class Element(_message.Message):
|
|
|
202
200
|
@_builtins.property
|
|
203
201
|
def favicon(self) -> _Favicon_pb2.Favicon: ...
|
|
204
202
|
@_builtins.property
|
|
203
|
+
def feedback(self) -> _Feedback_pb2.Feedback: ...
|
|
204
|
+
@_builtins.property
|
|
205
205
|
def file_uploader(self) -> _FileUploader_pb2.FileUploader: ...
|
|
206
206
|
@_builtins.property
|
|
207
207
|
def graphviz_chart(self) -> _GraphVizChart_pb2.GraphVizChart: ...
|
|
@@ -261,7 +261,7 @@ class Element(_message.Message):
|
|
|
261
261
|
def heading(self) -> _Heading_pb2.Heading: ...
|
|
262
262
|
@_builtins.property
|
|
263
263
|
def code(self) -> _Code_pb2.Code:
|
|
264
|
-
"""Next ID:
|
|
264
|
+
"""Next ID: 64"""
|
|
265
265
|
|
|
266
266
|
def __init__(
|
|
267
267
|
self,
|
|
@@ -277,7 +277,6 @@ class Element(_message.Message):
|
|
|
277
277
|
audio_input: _AudioInput_pb2.AudioInput | None = ...,
|
|
278
278
|
balloons: _Balloons_pb2.Balloons | None = ...,
|
|
279
279
|
bidi_component: _BidiComponent_pb2.BidiComponent | None = ...,
|
|
280
|
-
bokeh_chart: _BokehChart_pb2.BokehChart | None = ...,
|
|
281
280
|
button: _Button_pb2.Button | None = ...,
|
|
282
281
|
button_group: _ButtonGroup_pb2.ButtonGroup | None = ...,
|
|
283
282
|
download_button: _DownloadButton_pb2.DownloadButton | None = ...,
|
|
@@ -292,6 +291,7 @@ class Element(_message.Message):
|
|
|
292
291
|
empty: _Empty_pb2.Empty | None = ...,
|
|
293
292
|
exception: _Exception_pb2.Exception | None = ...,
|
|
294
293
|
favicon: _Favicon_pb2.Favicon | None = ...,
|
|
294
|
+
feedback: _Feedback_pb2.Feedback | None = ...,
|
|
295
295
|
file_uploader: _FileUploader_pb2.FileUploader | None = ...,
|
|
296
296
|
graphviz_chart: _GraphVizChart_pb2.GraphVizChart | None = ...,
|
|
297
297
|
html: _Html_pb2.Html | None = ...,
|
|
@@ -323,9 +323,9 @@ class Element(_message.Message):
|
|
|
323
323
|
heading: _Heading_pb2.Heading | None = ...,
|
|
324
324
|
code: _Code_pb2.Code | None = ...,
|
|
325
325
|
) -> None: ...
|
|
326
|
-
_HasFieldArgType: _TypeAlias = _typing.Literal["_height_config", b"_height_config", "_text_alignment_config", b"_text_alignment_config", "_width_config", b"_width_config", "alert", b"alert", "arrow_data_frame", b"arrow_data_frame", "arrow_table", b"arrow_table", "arrow_vega_lite_chart", b"arrow_vega_lite_chart", "audio", b"audio", "audio_input", b"audio_input", "balloons", b"balloons", "bidi_component", b"bidi_component", "
|
|
326
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["_height_config", b"_height_config", "_text_alignment_config", b"_text_alignment_config", "_width_config", b"_width_config", "alert", b"alert", "arrow_data_frame", b"arrow_data_frame", "arrow_table", b"arrow_table", "arrow_vega_lite_chart", b"arrow_vega_lite_chart", "audio", b"audio", "audio_input", b"audio_input", "balloons", b"balloons", "bidi_component", b"bidi_component", "button", b"button", "button_group", b"button_group", "camera_input", b"camera_input", "chat_input", b"chat_input", "checkbox", b"checkbox", "code", b"code", "color_picker", b"color_picker", "component_instance", b"component_instance", "date_input", b"date_input", "date_time_input", b"date_time_input", "deck_gl_json_chart", b"deck_gl_json_chart", "doc_string", b"doc_string", "download_button", b"download_button", "empty", b"empty", "exception", b"exception", "favicon", b"favicon", "feedback", b"feedback", "file_uploader", b"file_uploader", "graphviz_chart", b"graphviz_chart", "heading", b"heading", "height_config", b"height_config", "html", b"html", "iframe", b"iframe", "imgs", b"imgs", "json", b"json", "link_button", b"link_button", "markdown", b"markdown", "metric", b"metric", "multiselect", b"multiselect", "number_input", b"number_input", "page_link", b"page_link", "plotly_chart", b"plotly_chart", "progress", b"progress", "radio", b"radio", "selectbox", b"selectbox", "skeleton", b"skeleton", "slider", b"slider", "snow", b"snow", "space", b"space", "spinner", b"spinner", "text", b"text", "text_alignment_config", b"text_alignment_config", "text_area", b"text_area", "text_input", b"text_input", "time_input", b"time_input", "toast", b"toast", "type", b"type", "video", b"video", "width_config", b"width_config"] # noqa: Y015
|
|
327
327
|
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
328
|
-
_ClearFieldArgType: _TypeAlias = _typing.Literal["_height_config", b"_height_config", "_text_alignment_config", b"_text_alignment_config", "_width_config", b"_width_config", "alert", b"alert", "arrow_data_frame", b"arrow_data_frame", "arrow_table", b"arrow_table", "arrow_vega_lite_chart", b"arrow_vega_lite_chart", "audio", b"audio", "audio_input", b"audio_input", "balloons", b"balloons", "bidi_component", b"bidi_component", "
|
|
328
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["_height_config", b"_height_config", "_text_alignment_config", b"_text_alignment_config", "_width_config", b"_width_config", "alert", b"alert", "arrow_data_frame", b"arrow_data_frame", "arrow_table", b"arrow_table", "arrow_vega_lite_chart", b"arrow_vega_lite_chart", "audio", b"audio", "audio_input", b"audio_input", "balloons", b"balloons", "bidi_component", b"bidi_component", "button", b"button", "button_group", b"button_group", "camera_input", b"camera_input", "chat_input", b"chat_input", "checkbox", b"checkbox", "code", b"code", "color_picker", b"color_picker", "component_instance", b"component_instance", "date_input", b"date_input", "date_time_input", b"date_time_input", "deck_gl_json_chart", b"deck_gl_json_chart", "doc_string", b"doc_string", "download_button", b"download_button", "empty", b"empty", "exception", b"exception", "favicon", b"favicon", "feedback", b"feedback", "file_uploader", b"file_uploader", "graphviz_chart", b"graphviz_chart", "heading", b"heading", "height_config", b"height_config", "html", b"html", "iframe", b"iframe", "imgs", b"imgs", "json", b"json", "link_button", b"link_button", "markdown", b"markdown", "metric", b"metric", "multiselect", b"multiselect", "number_input", b"number_input", "page_link", b"page_link", "plotly_chart", b"plotly_chart", "progress", b"progress", "radio", b"radio", "selectbox", b"selectbox", "skeleton", b"skeleton", "slider", b"slider", "snow", b"snow", "space", b"space", "spinner", b"spinner", "text", b"text", "text_alignment_config", b"text_alignment_config", "text_area", b"text_area", "text_input", b"text_input", "time_input", b"time_input", "toast", b"toast", "type", b"type", "video", b"video", "width_config", b"width_config"] # noqa: Y015
|
|
329
329
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
330
330
|
_WhichOneofReturnType__height_config: _TypeAlias = _typing.Literal["height_config"] # noqa: Y015
|
|
331
331
|
_WhichOneofArgType__height_config: _TypeAlias = _typing.Literal["_height_config", b"_height_config"] # noqa: Y015
|
|
@@ -333,7 +333,7 @@ class Element(_message.Message):
|
|
|
333
333
|
_WhichOneofArgType__text_alignment_config: _TypeAlias = _typing.Literal["_text_alignment_config", b"_text_alignment_config"] # noqa: Y015
|
|
334
334
|
_WhichOneofReturnType__width_config: _TypeAlias = _typing.Literal["width_config"] # noqa: Y015
|
|
335
335
|
_WhichOneofArgType__width_config: _TypeAlias = _typing.Literal["_width_config", b"_width_config"] # noqa: Y015
|
|
336
|
-
_WhichOneofReturnType_type: _TypeAlias = _typing.Literal["alert", "arrow_data_frame", "arrow_table", "arrow_vega_lite_chart", "audio", "audio_input", "balloons", "bidi_component", "
|
|
336
|
+
_WhichOneofReturnType_type: _TypeAlias = _typing.Literal["alert", "arrow_data_frame", "arrow_table", "arrow_vega_lite_chart", "audio", "audio_input", "balloons", "bidi_component", "button", "button_group", "download_button", "camera_input", "chat_input", "checkbox", "color_picker", "component_instance", "date_input", "deck_gl_json_chart", "doc_string", "empty", "exception", "favicon", "feedback", "file_uploader", "graphviz_chart", "html", "iframe", "imgs", "json", "link_button", "markdown", "metric", "multiselect", "number_input", "page_link", "plotly_chart", "progress", "radio", "selectbox", "skeleton", "slider", "snow", "space", "spinner", "text", "text_area", "text_input", "time_input", "date_time_input", "toast", "video", "heading", "code"] # noqa: Y015
|
|
337
337
|
_WhichOneofArgType_type: _TypeAlias = _typing.Literal["type", b"type"] # noqa: Y015
|
|
338
338
|
@_typing.overload
|
|
339
339
|
def WhichOneof(self, oneof_group: _WhichOneofArgType__height_config) -> _WhichOneofReturnType__height_config | None: ...
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: streamlit/proto/Feedback.proto
|
|
4
|
+
# Protobuf Python Version: 5.26.1
|
|
5
|
+
"""Generated protocol buffer code."""
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
9
|
+
from google.protobuf.internal import builder as _builder
|
|
10
|
+
# @@protoc_insertion_point(imports)
|
|
11
|
+
|
|
12
|
+
_sym_db = _symbol_database.Default()
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1estreamlit/proto/Feedback.proto\"\xe4\x01\n\x08\x46\x65\x65\x64\x62\x61\x63k\x12\n\n\x02id\x18\x01 \x01(\t\x12$\n\x04type\x18\x02 \x01(\x0e\x32\x16.Feedback.FeedbackType\x12\x14\n\x07\x64\x65\x66\x61ult\x18\x03 \x01(\rH\x00\x88\x01\x01\x12\x10\n\x08\x64isabled\x18\x04 \x01(\x08\x12\x0f\n\x07\x66orm_id\x18\x05 \x01(\t\x12\x12\n\x05value\x18\x06 \x01(\rH\x01\x88\x01\x01\x12\x11\n\tset_value\x18\x07 \x01(\x08\"0\n\x0c\x46\x65\x65\x64\x62\x61\x63kType\x12\n\n\x06THUMBS\x10\x00\x12\t\n\x05\x46\x41\x43\x45S\x10\x01\x12\t\n\x05STARS\x10\x02\x42\n\n\x08_defaultB\x08\n\x06_valueb\x06proto3')
|
|
18
|
+
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Feedback_pb2', _globals)
|
|
22
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
+
DESCRIPTOR._loaded_options = None
|
|
24
|
+
_globals['_FEEDBACK']._serialized_start=35
|
|
25
|
+
_globals['_FEEDBACK']._serialized_end=263
|
|
26
|
+
_globals['_FEEDBACK_FEEDBACKTYPE']._serialized_start=193
|
|
27
|
+
_globals['_FEEDBACK_FEEDBACKTYPE']._serialized_end=241
|
|
28
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
*!
|
|
5
|
+
Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2026)
|
|
6
|
+
|
|
7
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
you may not use this file except in compliance with the License.
|
|
9
|
+
You may obtain a copy of the License at
|
|
10
|
+
|
|
11
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
|
|
13
|
+
Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
See the License for the specific language governing permissions and
|
|
17
|
+
limitations under the License.
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
from google.protobuf import descriptor as _descriptor
|
|
21
|
+
from google.protobuf import message as _message
|
|
22
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
23
|
+
import builtins as _builtins
|
|
24
|
+
import sys
|
|
25
|
+
import typing as _typing
|
|
26
|
+
|
|
27
|
+
if sys.version_info >= (3, 10):
|
|
28
|
+
from typing import TypeAlias as _TypeAlias
|
|
29
|
+
else:
|
|
30
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
31
|
+
|
|
32
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
33
|
+
|
|
34
|
+
@_typing.final
|
|
35
|
+
class Feedback(_message.Message):
|
|
36
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
37
|
+
|
|
38
|
+
class _FeedbackType:
|
|
39
|
+
ValueType = _typing.NewType("ValueType", _builtins.int)
|
|
40
|
+
V: _TypeAlias = ValueType # noqa: Y015
|
|
41
|
+
|
|
42
|
+
class _FeedbackTypeEnumTypeWrapper(_enum_type_wrapper._EnumTypeWrapper[Feedback._FeedbackType.ValueType], _builtins.type):
|
|
43
|
+
DESCRIPTOR: _descriptor.EnumDescriptor
|
|
44
|
+
THUMBS: Feedback._FeedbackType.ValueType # 0
|
|
45
|
+
FACES: Feedback._FeedbackType.ValueType # 1
|
|
46
|
+
STARS: Feedback._FeedbackType.ValueType # 2
|
|
47
|
+
|
|
48
|
+
class FeedbackType(_FeedbackType, metaclass=_FeedbackTypeEnumTypeWrapper): ...
|
|
49
|
+
THUMBS: Feedback.FeedbackType.ValueType # 0
|
|
50
|
+
FACES: Feedback.FeedbackType.ValueType # 1
|
|
51
|
+
STARS: Feedback.FeedbackType.ValueType # 2
|
|
52
|
+
|
|
53
|
+
ID_FIELD_NUMBER: _builtins.int
|
|
54
|
+
TYPE_FIELD_NUMBER: _builtins.int
|
|
55
|
+
DEFAULT_FIELD_NUMBER: _builtins.int
|
|
56
|
+
DISABLED_FIELD_NUMBER: _builtins.int
|
|
57
|
+
FORM_ID_FIELD_NUMBER: _builtins.int
|
|
58
|
+
VALUE_FIELD_NUMBER: _builtins.int
|
|
59
|
+
SET_VALUE_FIELD_NUMBER: _builtins.int
|
|
60
|
+
id: _builtins.str
|
|
61
|
+
type: Global___Feedback.FeedbackType.ValueType
|
|
62
|
+
default: _builtins.int
|
|
63
|
+
"""Default selection index, uses None/null if not set"""
|
|
64
|
+
disabled: _builtins.bool
|
|
65
|
+
form_id: _builtins.str
|
|
66
|
+
value: _builtins.int
|
|
67
|
+
"""Value passed by the backend (selection index)"""
|
|
68
|
+
set_value: _builtins.bool
|
|
69
|
+
def __init__(
|
|
70
|
+
self,
|
|
71
|
+
*,
|
|
72
|
+
id: _builtins.str = ...,
|
|
73
|
+
type: Global___Feedback.FeedbackType.ValueType = ...,
|
|
74
|
+
default: _builtins.int | None = ...,
|
|
75
|
+
disabled: _builtins.bool = ...,
|
|
76
|
+
form_id: _builtins.str = ...,
|
|
77
|
+
value: _builtins.int | None = ...,
|
|
78
|
+
set_value: _builtins.bool = ...,
|
|
79
|
+
) -> None: ...
|
|
80
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["_default", b"_default", "_value", b"_value", "default", b"default", "value", b"value"] # noqa: Y015
|
|
81
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
82
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["_default", b"_default", "_value", b"_value", "default", b"default", "disabled", b"disabled", "form_id", b"form_id", "id", b"id", "set_value", b"set_value", "type", b"type", "value", b"value"] # noqa: Y015
|
|
83
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
84
|
+
_WhichOneofReturnType__default: _TypeAlias = _typing.Literal["default"] # noqa: Y015
|
|
85
|
+
_WhichOneofArgType__default: _TypeAlias = _typing.Literal["_default", b"_default"] # noqa: Y015
|
|
86
|
+
_WhichOneofReturnType__value: _TypeAlias = _typing.Literal["value"] # noqa: Y015
|
|
87
|
+
_WhichOneofArgType__value: _TypeAlias = _typing.Literal["_value", b"_value"] # noqa: Y015
|
|
88
|
+
@_typing.overload
|
|
89
|
+
def WhichOneof(self, oneof_group: _WhichOneofArgType__default) -> _WhichOneofReturnType__default | None: ...
|
|
90
|
+
@_typing.overload
|
|
91
|
+
def WhichOneof(self, oneof_group: _WhichOneofArgType__value) -> _WhichOneofReturnType__value | None: ...
|
|
92
|
+
|
|
93
|
+
Global___Feedback: _TypeAlias = Feedback # noqa: Y015
|
|
@@ -12,16 +12,16 @@ from google.protobuf.internal import builder as _builder
|
|
|
12
12
|
_sym_db = _symbol_database.Default()
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
from streamlit.proto import
|
|
15
|
+
from streamlit.proto import LabelVisibility_pb2 as streamlit_dot_proto_dot_LabelVisibility__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"streamlit/proto/FileUploader.proto\x1a
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"streamlit/proto/FileUploader.proto\x1a%streamlit/proto/LabelVisibility.proto\"\xe8\x01\n\x0c\x46ileUploader\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x0c\n\x04type\x18\x03 \x03(\t\x12\x1a\n\x12max_upload_size_mb\x18\x04 \x01(\x05\x12\x16\n\x0emultiple_files\x18\x06 \x01(\x08\x12\x0c\n\x04help\x18\x07 \x01(\t\x12\x0f\n\x07\x66orm_id\x18\x08 \x01(\t\x12\x10\n\x08\x64isabled\x18\t \x01(\x08\x12*\n\x10label_visibility\x18\n \x01(\x0b\x32\x10.LabelVisibility\x12\x18\n\x10\x61\x63\x63\x65pt_directory\x18\x0b \x01(\x08J\x04\x08\x05\x10\x06\x62\x06proto3')
|
|
19
19
|
|
|
20
20
|
_globals = globals()
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
22
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.FileUploader_pb2', _globals)
|
|
23
23
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
24
24
|
DESCRIPTOR._loaded_options = None
|
|
25
|
-
_globals['_FILEUPLOADER']._serialized_start=
|
|
26
|
-
_globals['_FILEUPLOADER']._serialized_end=
|
|
25
|
+
_globals['_FILEUPLOADER']._serialized_start=78
|
|
26
|
+
_globals['_FILEUPLOADER']._serialized_end=310
|
|
27
27
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -21,7 +21,7 @@ from collections import abc as _abc
|
|
|
21
21
|
from google.protobuf import descriptor as _descriptor
|
|
22
22
|
from google.protobuf import message as _message
|
|
23
23
|
from google.protobuf.internal import containers as _containers
|
|
24
|
-
from streamlit.proto import
|
|
24
|
+
from streamlit.proto import LabelVisibility_pb2 as _LabelVisibility_pb2
|
|
25
25
|
import builtins as _builtins
|
|
26
26
|
import sys
|
|
27
27
|
import typing as _typing
|
|
@@ -67,7 +67,7 @@ class FileUploader(_message.Message):
|
|
|
67
67
|
"""Supported types: For example: ["png","jpg","img"]"""
|
|
68
68
|
|
|
69
69
|
@_builtins.property
|
|
70
|
-
def label_visibility(self) ->
|
|
70
|
+
def label_visibility(self) -> _LabelVisibility_pb2.LabelVisibility: ...
|
|
71
71
|
def __init__(
|
|
72
72
|
self,
|
|
73
73
|
*,
|
|
@@ -79,7 +79,7 @@ class FileUploader(_message.Message):
|
|
|
79
79
|
help: _builtins.str = ...,
|
|
80
80
|
form_id: _builtins.str = ...,
|
|
81
81
|
disabled: _builtins.bool = ...,
|
|
82
|
-
label_visibility:
|
|
82
|
+
label_visibility: _LabelVisibility_pb2.LabelVisibility | None = ...,
|
|
83
83
|
accept_directory: _builtins.bool = ...,
|
|
84
84
|
) -> None: ...
|
|
85
85
|
_HasFieldArgType: _TypeAlias = _typing.Literal["label_visibility", b"label_visibility"] # noqa: Y015
|
|
@@ -29,7 +29,7 @@ from streamlit.proto import SessionStatus_pb2 as streamlit_dot_proto_dot_Session
|
|
|
29
29
|
from streamlit.proto import AuthRedirect_pb2 as streamlit_dot_proto_dot_AuthRedirect__pb2
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n streamlit/proto/ForwardMsg.proto\x1a\x1fstreamlit/proto/AutoRerun.proto\x1a\x1cstreamlit/proto/Common.proto\x1a\x1bstreamlit/proto/Delta.proto\x1a\x1dstreamlit/proto/GitInfo.proto\x1a\x1astreamlit/proto/Logo.proto\x1a streamlit/proto/Navigation.proto\x1a streamlit/proto/NewSession.proto\x1a streamlit/proto/PageConfig.proto\x1a\x1estreamlit/proto/PageInfo.proto\x1a!streamlit/proto/PageProfile.proto\x1a\"streamlit/proto/PageNotFound.proto\x1a#streamlit/proto/ParentMessage.proto\x1a\"streamlit/proto/SessionEvent.proto\x1a#streamlit/proto/SessionStatus.proto\x1a\"streamlit/proto/AuthRedirect.proto\"\
|
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n streamlit/proto/ForwardMsg.proto\x1a\x1fstreamlit/proto/AutoRerun.proto\x1a\x1cstreamlit/proto/Common.proto\x1a\x1bstreamlit/proto/Delta.proto\x1a\x1dstreamlit/proto/GitInfo.proto\x1a\x1astreamlit/proto/Logo.proto\x1a streamlit/proto/Navigation.proto\x1a streamlit/proto/NewSession.proto\x1a streamlit/proto/PageConfig.proto\x1a\x1estreamlit/proto/PageInfo.proto\x1a!streamlit/proto/PageProfile.proto\x1a\"streamlit/proto/PageNotFound.proto\x1a#streamlit/proto/ParentMessage.proto\x1a\"streamlit/proto/SessionEvent.proto\x1a#streamlit/proto/SessionStatus.proto\x1a\"streamlit/proto/AuthRedirect.proto\"\xde\x07\n\nForwardMsg\x12\x0c\n\x04hash\x18\x01 \x01(\t\x12%\n\x08metadata\x18\x02 \x01(\x0b\x32\x13.ForwardMsgMetadata\x12\"\n\x0bnew_session\x18\x04 \x01(\x0b\x32\x0b.NewSessionH\x00\x12\x17\n\x05\x64\x65lta\x18\x05 \x01(\x0b\x32\x06.DeltaH\x00\x12&\n\x11page_info_changed\x18\x0c \x01(\x0b\x32\t.PageInfoH\x00\x12*\n\x13page_config_changed\x18\r \x01(\x0b\x32\x0b.PageConfigH\x00\x12;\n\x0fscript_finished\x18\x06 \x01(\x0e\x32 .ForwardMsg.ScriptFinishedStatusH\x00\x12$\n\x10git_info_changed\x18\x0e \x01(\x0b\x32\x08.GitInfoH\x00\x12$\n\x0cpage_profile\x18\x12 \x01(\x0b\x32\x0c.PageProfileH\x00\x12\x30\n\x16session_status_changed\x18\t \x01(\x0b\x32\x0e.SessionStatusH\x00\x12&\n\rsession_event\x18\n \x01(\x0b\x32\r.SessionEventH\x00\x12!\n\nnavigation\x18\x17 \x01(\x0b\x32\x0b.NavigationH\x00\x12\'\n\x0epage_not_found\x18\x0f \x01(\x0b\x32\r.PageNotFoundH\x00\x12/\n\x12\x66ile_urls_response\x18\x13 \x01(\x0b\x32\x11.FileURLsResponseH\x00\x12 \n\nauto_rerun\x18\x15 \x01(\x0b\x32\n.AutoRerunH\x00\x12\x15\n\x04logo\x18\x16 \x01(\x0b\x32\x05.LogoH\x00\x12&\n\rauth_redirect\x18\x18 \x01(\x0b\x32\r.AuthRedirectH\x00\x12(\n\x0eparent_message\x18\x14 \x01(\x0b\x32\x0e.ParentMessageH\x00\x12\x12\n\x08ref_hash\x18\x0b \x01(\tH\x00\x12\x37\n\x16\x64\x65\x66\x65rred_file_response\x18\x19 \x01(\x0b\x32\x15.DeferredFileResponseH\x00\x12\x1d\n\x15\x64\x65\x62ug_last_backmsg_id\x18\x11 \x01(\t\"\x98\x01\n\x14ScriptFinishedStatus\x12\x19\n\x15\x46INISHED_SUCCESSFULLY\x10\x00\x12\x1f\n\x1b\x46INISHED_WITH_COMPILE_ERROR\x10\x01\x12\x1c\n\x18\x46INISHED_EARLY_FOR_RERUN\x10\x02\x12&\n\"FINISHED_FRAGMENT_RUN_SUCCESSFULLY\x10\x03\x42\x06\n\x04typeJ\x04\x08\x07\x10\x08J\x04\x08\x08\x10\tJ\x04\x08\x10\x10\x11\"G\n\x14\x44\x65\x66\x65rredFileResponse\x12\x0f\n\x07\x66ile_id\x18\x01 \x01(\t\x12\x0b\n\x03url\x18\x02 \x01(\t\x12\x11\n\terror_msg\x18\x03 \x01(\t\"]\n\x12\x46orwardMsgMetadata\x12\x11\n\tcacheable\x18\x01 \x01(\x08\x12\x12\n\ndelta_path\x18\x02 \x03(\r\x12\x1a\n\x12\x61\x63tive_script_hash\x18\x04 \x01(\tJ\x04\x08\x03\x10\x04\"/\n\x0e\x46orwardMsgList\x12\x1d\n\x08messages\x18\x01 \x03(\x0b\x32\x0b.ForwardMsgb\x06proto3')
|
|
33
33
|
|
|
34
34
|
_globals = globals()
|
|
35
35
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -37,13 +37,13 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.ForwardMsg_
|
|
|
37
37
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
38
38
|
DESCRIPTOR._loaded_options = None
|
|
39
39
|
_globals['_FORWARDMSG']._serialized_start=539
|
|
40
|
-
_globals['_FORWARDMSG']._serialized_end=
|
|
40
|
+
_globals['_FORWARDMSG']._serialized_end=1529
|
|
41
41
|
_globals['_FORWARDMSG_SCRIPTFINISHEDSTATUS']._serialized_start=1351
|
|
42
42
|
_globals['_FORWARDMSG_SCRIPTFINISHEDSTATUS']._serialized_end=1503
|
|
43
|
-
_globals['_DEFERREDFILERESPONSE']._serialized_start=
|
|
44
|
-
_globals['_DEFERREDFILERESPONSE']._serialized_end=
|
|
45
|
-
_globals['_FORWARDMSGMETADATA']._serialized_start=
|
|
46
|
-
_globals['_FORWARDMSGMETADATA']._serialized_end=
|
|
47
|
-
_globals['_FORWARDMSGLIST']._serialized_start=
|
|
48
|
-
_globals['_FORWARDMSGLIST']._serialized_end=
|
|
43
|
+
_globals['_DEFERREDFILERESPONSE']._serialized_start=1531
|
|
44
|
+
_globals['_DEFERREDFILERESPONSE']._serialized_end=1602
|
|
45
|
+
_globals['_FORWARDMSGMETADATA']._serialized_start=1604
|
|
46
|
+
_globals['_FORWARDMSGMETADATA']._serialized_end=1697
|
|
47
|
+
_globals['_FORWARDMSGLIST']._serialized_start=1699
|
|
48
|
+
_globals['_FORWARDMSGLIST']._serialized_end=1746
|
|
49
49
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#streamlit/proto/GraphVizChart.proto\"
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#streamlit/proto/GraphVizChart.proto\"S\n\rGraphVizChart\x12\x0c\n\x04spec\x18\x01 \x01(\t\x12\x12\n\nelement_id\x18\x05 \x01(\t\x12\x0e\n\x06\x65ngine\x18\x06 \x01(\tJ\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05\x62\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -22,5 +22,5 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.GraphVizCha
|
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
23
|
DESCRIPTOR._loaded_options = None
|
|
24
24
|
_globals['_GRAPHVIZCHART']._serialized_start=39
|
|
25
|
-
_globals['_GRAPHVIZCHART']._serialized_end=
|
|
25
|
+
_globals['_GRAPHVIZCHART']._serialized_end=122
|
|
26
26
|
# @@protoc_insertion_point(module_scope)
|
streamlit/proto/IFrame_pb2.py
CHANGED
|
@@ -14,13 +14,13 @@ _sym_db = _symbol_database.Default()
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cstreamlit/proto/IFrame.proto\"
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cstreamlit/proto/IFrame.proto\"|\n\x06IFrame\x12\r\n\x03src\x18\x01 \x01(\tH\x00\x12\x10\n\x06srcdoc\x18\x02 \x01(\tH\x00\x12\x11\n\tscrolling\x18\x07 \x01(\x08\x12\x16\n\ttab_index\x18\x08 \x01(\x05H\x01\x88\x01\x01\x42\x06\n\x04typeB\x0c\n\n_tab_indexJ\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06\x62\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.IFrame_pb2', _globals)
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
23
|
DESCRIPTOR._loaded_options = None
|
|
24
|
-
_globals['_IFRAME']._serialized_start=
|
|
25
|
-
_globals['_IFRAME']._serialized_end=
|
|
24
|
+
_globals['_IFRAME']._serialized_start=32
|
|
25
|
+
_globals['_IFRAME']._serialized_end=156
|
|
26
26
|
# @@protoc_insertion_point(module_scope)
|