streamlit-nightly 1.53.2.dev20260128__py3-none-any.whl → 1.53.2.dev20260202__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/config.py +3 -2
- streamlit/config_util.py +63 -8
- streamlit/delta_generator.py +2 -0
- streamlit/elements/deck_gl_json_chart.py +5 -1
- streamlit/elements/lib/built_in_chart_utils.py +24 -4
- streamlit/elements/lib/color_util.py +20 -1
- 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/vega_charts.py +24 -4
- 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/proto/Alert_pb2.py +2 -3
- streamlit/proto/AppPage_pb2.py +2 -3
- streamlit/proto/ArrowData_pb2.py +2 -3
- streamlit/proto/ArrowNamedDataSet_pb2.py +2 -3
- streamlit/proto/ArrowVegaLiteChart_pb2.py +2 -3
- streamlit/proto/Arrow_pb2.py +11 -18
- streamlit/proto/Arrow_pb2.pyi +1 -42
- streamlit/proto/AudioInput_pb2.py +5 -6
- streamlit/proto/AudioInput_pb2.pyi +3 -3
- streamlit/proto/Audio_pb2.py +3 -4
- streamlit/proto/AuthRedirect_pb2.py +2 -3
- streamlit/proto/AutoRerun_pb2.py +2 -3
- streamlit/proto/BackMsg_pb2.py +2 -3
- streamlit/proto/BackMsg_pb2.pyi +2 -10
- streamlit/proto/Balloons_pb2.py +2 -3
- streamlit/proto/Balloons_pb2.pyi +0 -2
- streamlit/proto/BidiComponent_pb2.py +2 -3
- streamlit/proto/Block_pb2.py +36 -43
- streamlit/proto/Block_pb2.pyi +3 -48
- streamlit/proto/ButtonGroup_pb2.py +11 -14
- streamlit/proto/ButtonGroup_pb2.pyi +6 -41
- streamlit/proto/ButtonLikeIconPosition_pb2.py +2 -3
- streamlit/proto/Button_pb2.py +3 -6
- streamlit/proto/Button_pb2.pyi +1 -18
- streamlit/proto/CameraInput_pb2.py +5 -6
- streamlit/proto/CameraInput_pb2.pyi +3 -3
- streamlit/proto/ChatInput_pb2.py +5 -8
- streamlit/proto/ChatInput_pb2.pyi +1 -17
- streamlit/proto/Checkbox_pb2.py +7 -8
- streamlit/proto/Checkbox_pb2.pyi +3 -3
- streamlit/proto/ClientState_pb2.py +2 -3
- streamlit/proto/Code_pb2.py +3 -6
- streamlit/proto/Code_pb2.pyi +1 -18
- streamlit/proto/ColorPicker_pb2.py +5 -6
- streamlit/proto/ColorPicker_pb2.pyi +3 -3
- streamlit/proto/Common_pb2.py +7 -8
- streamlit/proto/Common_pb2.pyi +2 -10
- streamlit/proto/Components_pb2.py +2 -3
- streamlit/proto/DateInput_pb2.py +5 -6
- streamlit/proto/DateInput_pb2.pyi +3 -3
- streamlit/proto/DateTimeInput_pb2.py +5 -6
- streamlit/proto/DateTimeInput_pb2.pyi +3 -3
- streamlit/proto/DeckGlJsonChart_pb2.py +5 -12
- streamlit/proto/DeckGlJsonChart_pb2.pyi +1 -54
- streamlit/proto/Delta_pb2.py +4 -6
- streamlit/proto/Delta_pb2.pyi +5 -14
- streamlit/proto/DocString_pb2.py +2 -3
- streamlit/proto/DownloadButton_pb2.py +2 -3
- streamlit/proto/Element_pb2.py +5 -8
- streamlit/proto/Element_pb2.pyi +9 -29
- streamlit/proto/Empty_pb2.py +2 -3
- streamlit/proto/Exception_pb2.py +2 -3
- streamlit/proto/Favicon_pb2.py +2 -3
- streamlit/proto/Feedback_pb2.py +28 -0
- streamlit/proto/Feedback_pb2.pyi +93 -0
- streamlit/proto/FileUploader_pb2.py +5 -6
- streamlit/proto/FileUploader_pb2.pyi +3 -3
- streamlit/proto/ForwardMsg_pb2.py +12 -18
- streamlit/proto/ForwardMsg_pb2.pyi +4 -48
- streamlit/proto/GapSize_pb2.py +2 -3
- streamlit/proto/GitInfo_pb2.py +2 -3
- streamlit/proto/GraphVizChart_pb2.py +3 -6
- streamlit/proto/GraphVizChart_pb2.pyi +1 -18
- streamlit/proto/Heading_pb2.py +2 -3
- streamlit/proto/HeightConfig_pb2.py +2 -3
- streamlit/proto/Html_pb2.py +2 -3
- streamlit/proto/IFrame_pb2.py +4 -11
- streamlit/proto/IFrame_pb2.pyi +1 -42
- streamlit/proto/Image_pb2.py +5 -8
- streamlit/proto/Image_pb2.pyi +2 -25
- streamlit/proto/Json_pb2.py +2 -3
- streamlit/proto/LabelVisibility_pb2.py +28 -0
- streamlit/proto/{LabelVisibilityMessage_pb2.pyi → LabelVisibility_pb2.pyi} +14 -14
- streamlit/proto/LinkButton_pb2.py +2 -3
- streamlit/proto/Logo_pb2.py +2 -3
- streamlit/proto/Markdown_pb2.py +5 -6
- streamlit/proto/Markdown_pb2.pyi +1 -5
- streamlit/proto/Metric_pb2.py +11 -12
- streamlit/proto/Metric_pb2.pyi +3 -3
- streamlit/proto/MetricsEvent_pb2.py +2 -3
- streamlit/proto/MultiSelect_pb2.py +5 -8
- streamlit/proto/MultiSelect_pb2.pyi +4 -14
- streamlit/proto/Navigation_pb2.py +2 -3
- streamlit/proto/NewSession_pb2.py +39 -28
- streamlit/proto/NewSession_pb2.pyi +44 -20
- streamlit/proto/NumberInput_pb2.py +7 -8
- streamlit/proto/NumberInput_pb2.pyi +3 -3
- streamlit/proto/PageConfig_pb2.py +2 -3
- streamlit/proto/PageInfo_pb2.py +2 -3
- streamlit/proto/PageLink_pb2.py +2 -3
- streamlit/proto/PageNotFound_pb2.py +2 -3
- streamlit/proto/PageProfile_pb2.py +2 -3
- streamlit/proto/ParentMessage_pb2.py +2 -3
- streamlit/proto/PlotlyChart_pb2.py +5 -10
- streamlit/proto/PlotlyChart_pb2.pyi +1 -58
- streamlit/proto/Progress_pb2.py +2 -3
- streamlit/proto/Radio_pb2.py +5 -8
- streamlit/proto/Radio_pb2.pyi +5 -22
- streamlit/proto/RootContainer_pb2.py +2 -3
- streamlit/proto/Selectbox_pb2.py +5 -8
- streamlit/proto/Selectbox_pb2.pyi +5 -25
- streamlit/proto/SessionEvent_pb2.py +2 -3
- streamlit/proto/SessionStatus_pb2.py +2 -3
- streamlit/proto/Skeleton_pb2.py +2 -3
- streamlit/proto/Slider_pb2.py +9 -10
- streamlit/proto/Slider_pb2.pyi +3 -3
- streamlit/proto/Snow_pb2.py +2 -3
- streamlit/proto/Snow_pb2.pyi +0 -2
- streamlit/proto/Space_pb2.py +2 -3
- streamlit/proto/Spinner_pb2.py +2 -3
- streamlit/proto/TextAlignmentConfig_pb2.py +2 -3
- streamlit/proto/TextArea_pb2.py +5 -8
- streamlit/proto/TextArea_pb2.pyi +4 -21
- streamlit/proto/TextInput_pb2.py +7 -8
- streamlit/proto/TextInput_pb2.pyi +3 -3
- streamlit/proto/Text_pb2.py +2 -3
- streamlit/proto/TimeInput_pb2.py +5 -6
- streamlit/proto/TimeInput_pb2.pyi +3 -3
- streamlit/proto/Toast_pb2.py +2 -3
- streamlit/proto/Transient_pb2.py +2 -3
- streamlit/proto/Video_pb2.py +3 -4
- streamlit/proto/WidgetStates_pb2.py +2 -3
- streamlit/proto/WidthConfig_pb2.py +2 -3
- streamlit/proto/openmetrics_data_model_pb2.py +2 -3
- streamlit/runtime/runtime.py +0 -4
- streamlit/static/index.html +2 -2
- streamlit/static/manifest.json +327 -312
- streamlit/static/static/css/{index.BUP6fTcR.css → index.C8MrxwGF.css} +1 -1
- streamlit/static/static/js/{ErrorOutline.esm.D71F8ziR.js → ErrorOutline.esm.CLuz0rSD.js} +1 -1
- streamlit/static/static/js/{FileDownload.esm.yTkppsJy.js → FileDownload.esm.CO68LcnZ.js} +1 -1
- streamlit/static/static/js/{FileHelper.hUOqtbwa.js → FileHelper.DAXgY6Ug.js} +1 -1
- streamlit/static/static/js/{FormClearHelper.DN8D_YXO.js → FormClearHelper.zxJ53Nym.js} +1 -1
- streamlit/static/static/js/{InputInstructions.DbssY6d4.js → InputInstructions.CCbg8esE.js} +1 -1
- streamlit/static/static/js/{Particles.BznyVdfo.js → Particles.BJw0A-zv.js} +1 -1
- streamlit/static/static/js/{ProgressBar.C5uBOtcx.js → ProgressBar.BrrHeAEh.js} +2 -2
- streamlit/static/static/js/{StreamlitSyntaxHighlighter.Nf1895x-.js → StreamlitSyntaxHighlighter.DvPLy3zk.js} +1 -1
- streamlit/static/static/js/{TableChart.esm.DHKzVs3a.js → TableChart.esm.BawvAi5p.js} +1 -1
- streamlit/static/static/js/{Toolbar.CQsWYXer.js → Toolbar.CbpscbNb.js} +1 -1
- streamlit/static/static/js/{WidgetLabelHelpIconInline.6xCU76OE.js → WidgetLabelHelpIconInline.DA4S2HFP.js} +1 -1
- streamlit/static/static/js/{base-input.Cs-E6S71.js → base-input.BKKl2eBF.js} +4 -4
- streamlit/static/static/js/{checkbox.OTGupu18.js → checkbox.CB43AKV4.js} +1 -1
- streamlit/static/static/js/{createDownloadLinkElement.DnBEQQbK.js → createDownloadLinkElement.jVwF96ey.js} +1 -1
- streamlit/static/static/js/data-grid-overlay-editor.CxQizSv7.js +1 -0
- streamlit/static/static/js/{downloader.K0GUNeuj.js → downloader.CKlIgsy5.js} +1 -1
- streamlit/static/static/js/{embed.o8HvK3mH.js → embed.BhRb_2n8.js} +1 -1
- streamlit/static/static/js/{es6.BHy5pqTP.js → es6.DPyfPmWm.js} +2 -2
- streamlit/static/static/js/formatNumber.DtfMnnPx.js +1 -0
- streamlit/static/static/js/{iconPosition.2YynQUxu.js → iconPosition.DkZAlu_k.js} +1 -1
- streamlit/static/static/js/{iframeResizer.contentWindow.D5h3hQuU.js → iframeResizer.contentWindow.l5sQWLra.js} +1 -1
- streamlit/static/static/js/{index.BZ-GJVxB.js → index.465nmxtO.js} +2 -2
- streamlit/static/static/js/{index.BPdmXoYW.js → index.6J1N4is3.js} +1 -1
- streamlit/static/static/js/{index.Bfo1cXfC.js → index.AZ9T4EqJ.js} +1 -1
- streamlit/static/static/js/{index.cfuZ69LI.js → index.BAK0CG1Q.js} +1 -1
- streamlit/static/static/js/{index.5zqfJ-in.js → index.BLD3tJ2C.js} +1 -1
- streamlit/static/static/js/{index.CxWzt6oi.js → index.BUlT_mOL.js} +3 -3
- streamlit/static/static/js/{index.DxGXuhh6.js → index.Bc_FQ4Wb.js} +1 -1
- streamlit/static/static/js/{index.DJfMW0Gy.js → index.BpCj2-sQ.js} +1 -1
- streamlit/static/static/js/{index.DLUSo6de.js → index.BzO83wKm.js} +1 -1
- streamlit/static/static/js/index.CAoX2tlo.js +2 -0
- streamlit/static/static/js/{index.CwtpGPHA.js → index.CBbYMKZp.js} +1 -1
- streamlit/static/static/js/{index.Bgf49D1Z.js → index.CL7it7tU.js} +222 -222
- streamlit/static/static/js/{index.DxfYCrPp.js → index.CL_icBXS.js} +1 -1
- streamlit/static/static/js/index.C_19KWNs.js +2 -0
- streamlit/static/static/js/index.CaU3Uv_L.js +1 -0
- streamlit/static/static/js/{index.Dh3PJIlq.js → index.Ccye_uLl.js} +1 -1
- streamlit/static/static/js/{index.C65jHNhe.js → index.CiS4giQ2.js} +1 -1
- streamlit/static/static/js/{index.hlAfdSqC.js → index.Ck64OQhV.js} +1 -1
- streamlit/static/static/js/{index.HmRK3HyC.js → index.CmbqbRMZ.js} +1 -1
- streamlit/static/static/js/{index.8MlRyIxN.js → index.CsEZTo6L.js} +2 -2
- streamlit/static/static/js/{index.DVRCyxMp.js → index.CsIENsKH.js} +1 -1
- streamlit/static/static/js/{index.Bqmx23jK.js → index.Cwg8nWw5.js} +1 -1
- streamlit/static/static/js/{index.CZf7Go1Z.js → index.D83azq2w.js} +1 -1
- streamlit/static/static/js/{index.CUkhn-vu.js → index.DDr-BLbJ.js} +1 -1
- streamlit/static/static/js/{index.iUV9rb8C.js → index.DKoJr0Se.js} +1 -1
- streamlit/static/static/js/{index.C2EoeVjP.js → index.DL_ywOgf.js} +2 -2
- streamlit/static/static/js/{index.q0ceUXt6.js → index.DR6V0uBJ.js} +1 -1
- streamlit/static/static/js/index.DZOGT9vX.js +1 -0
- streamlit/static/static/js/{index.BtuskCwg.js → index.Dac9Jib-.js} +1 -1
- streamlit/static/static/js/{index.6c-qDsD7.js → index.DiBeetOH.js} +1 -1
- streamlit/static/static/js/{index.DlgcEr0f.js → index.DjuMEZ6m.js} +1 -1
- streamlit/static/static/js/{index.DBPWUJsj.js → index.DmWUXdjc.js} +54 -54
- streamlit/static/static/js/{index.DL_yE83J.js → index.DpSc4e1j.js} +2 -2
- streamlit/static/static/js/{index.CgVv04GM.js → index.DzdPUxsx.js} +2 -2
- streamlit/static/static/js/{index.BtRWcqZV.js → index.FioS1Y9m.js} +1 -1
- streamlit/static/static/js/{index.BfMPq234.js → index.L9pOjBEn.js} +3 -3
- streamlit/static/static/js/{index.TjMWsKSH.js → index.LjqoQCm5.js} +3 -3
- streamlit/static/static/js/index.OizPL4jg.js +1 -0
- streamlit/static/static/js/{index.Cb03y5I8.js → index.Q2t_iBn0.js} +1 -1
- streamlit/static/static/js/index.WIMtx3m0.js +2 -0
- streamlit/static/static/js/index.Y9wPTZIf.js +1 -0
- streamlit/static/static/js/{index.COh5V_89.js → index.YutgmD9x.js} +2 -2
- streamlit/static/static/js/{index.BIqcOZ_u.js → index.b_f-McZ5.js} +1 -1
- streamlit/static/static/js/{index.BzTVI_BY.js → index.e6Ry6-Ft.js} +1 -1
- streamlit/static/static/js/index.hnu9U-5g.js +1 -0
- streamlit/static/static/js/{index.C6wyTXhz.js → index.rvbQETlC.js} +1 -1
- streamlit/static/static/js/index.w7yKy9fh.js +6 -0
- streamlit/static/static/js/{index.C7wst9Tm.js → index.y0h42OXL.js} +1 -1
- streamlit/static/static/js/{index.aCorc3Yt.js → index.y5HxPwg9.js} +48 -48
- streamlit/static/static/js/{index.CX0KdFyR.js → index.yHLCvUGh.js} +1 -1
- streamlit/static/static/js/{input.CXGIJ7D6.js → input.CAtwSQ27.js} +1 -1
- streamlit/static/static/js/{main.CCVkbuxC.js → main.VeMVx6VI.js} +1 -1
- streamlit/static/static/js/{memory.CNbnYs2A.js → memory.CxS_lIUn.js} +1 -1
- streamlit/static/static/js/number-overlay-editor.CoqRgZW_.js +9 -0
- streamlit/static/static/js/{pandasStylerUtils.CFSReOTm.js → pandasStylerUtils.DGWgd5sM.js} +1 -1
- streamlit/static/static/js/{sandbox.Bld0L3us.js → sandbox.2mSqEau0.js} +1 -1
- streamlit/static/static/js/sprintfjs.CsoVVZ9k.js +1 -0
- streamlit/static/static/js/{styled-components.BoUHK6TA.js → styled-components.BShfh7J8.js} +1 -1
- streamlit/static/static/js/{throttle.ByDFm7WV.js → throttle.Fq1DQK4p.js} +1 -1
- streamlit/static/static/js/{timepicker.CN6CUZEL.js → timepicker.DmyY-qtn.js} +1 -1
- streamlit/static/static/js/{toConsumableArray.DwMycSpg.js → toConsumableArray.Dvd9AIqV.js} +1 -1
- streamlit/static/static/js/uniqueId.CCajdEK8.js +1 -0
- streamlit/static/static/js/{useBasicWidgetState.Bg0ZMUt5.js → useBasicWidgetState.COLQ5AFB.js} +1 -1
- streamlit/static/static/js/{useIntlLocale.DgBUDcPA.js → useIntlLocale.kdIj0ego.js} +1 -1
- streamlit/static/static/js/{useTextInputAutoExpand.DDBezxks.js → useTextInputAutoExpand.DkuG1C1S.js} +1 -1
- streamlit/static/static/js/{useUpdateUiValue.Df1h6fXC.js → useUpdateUiValue.-UI_JsjT.js} +1 -1
- streamlit/static/static/js/{useWaveformController.DbWw5MEk.js → useWaveformController.C5PTwL6I.js} +1 -1
- streamlit/static/static/js/{withCalculatedWidth.YaK0HIIP.js → withCalculatedWidth.BREyS0pJ.js} +1 -1
- streamlit/static/static/js/{withFullScreenWrapper.CcWCKoY8.js → withFullScreenWrapper.DYDiEOrW.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 +81 -4
- streamlit/web/server/server.py +0 -1
- streamlit/web/server/starlette/starlette_app.py +0 -1
- {streamlit_nightly-1.53.2.dev20260128.dist-info → streamlit_nightly-1.53.2.dev20260202.dist-info}/METADATA +10 -25
- {streamlit_nightly-1.53.2.dev20260128.dist-info → streamlit_nightly-1.53.2.dev20260202.dist-info}/RECORD +245 -252
- streamlit/proto/BokehChart_pb2.py +0 -27
- streamlit/proto/BokehChart_pb2.pyi +0 -56
- streamlit/proto/DataFrame_pb2.py +0 -56
- streamlit/proto/DataFrame_pb2.pyi +0 -430
- streamlit/proto/LabelVisibilityMessage_pb2.py +0 -29
- streamlit/proto/NamedDataSet_pb2.py +0 -28
- streamlit/proto/NamedDataSet_pb2.pyi +0 -67
- streamlit/proto/PagesChanged_pb2.py +0 -28
- streamlit/proto/PagesChanged_pb2.pyi +0 -55
- streamlit/proto/VegaLiteChart_pb2.py +0 -29
- streamlit/proto/VegaLiteChart_pb2.pyi +0 -79
- streamlit/static/static/js/data-grid-overlay-editor.COiiMi5r.js +0 -1
- streamlit/static/static/js/formatNumber.BK7h0k2z.js +0 -1
- streamlit/static/static/js/index.BBTKOM0z.js +0 -6
- streamlit/static/static/js/index.CSPY26T2.js +0 -1
- streamlit/static/static/js/index.CYhhEdja.js +0 -1
- streamlit/static/static/js/index.CdsyTabv.js +0 -1
- streamlit/static/static/js/index.CjRU8O1O.js +0 -2
- streamlit/static/static/js/index.Dc5-tFdw.js +0 -2
- streamlit/static/static/js/index.DcngUOyD.js +0 -2
- streamlit/static/static/js/index.VwDKazgt.js +0 -1
- streamlit/static/static/js/number-overlay-editor.CvI6wkld.js +0 -9
- streamlit/static/static/js/sprintf.DpPCfzXw.js +0 -1
- streamlit/static/static/js/uniqueId.DcCWa2cf.js +0 -1
- streamlit/static/static/media/MaterialSymbols-Rounded.C7IFxh57.woff2 +0 -0
- streamlit_nightly-1.53.2.dev20260128.data/scripts/streamlit.cmd +0 -16
- {streamlit_nightly-1.53.2.dev20260128.dist-info → streamlit_nightly-1.53.2.dev20260202.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.53.2.dev20260128.dist-info → streamlit_nightly-1.53.2.dev20260202.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.53.2.dev20260128.dist-info → streamlit_nightly-1.53.2.dev20260202.dist-info}/top_level.txt +0 -0
streamlit/proto/Common_pb2.py
CHANGED
|
@@ -14,14 +14,13 @@ _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)
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Common_pb2', _globals)
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
-
|
|
24
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\013CommonProto'
|
|
23
|
+
DESCRIPTOR._loaded_options = None
|
|
25
24
|
_globals['_STRINGARRAY']._serialized_start=32
|
|
26
25
|
_globals['_STRINGARRAY']._serialized_end=59
|
|
27
26
|
_globals['_DOUBLEARRAY']._serialized_start=61
|
|
@@ -43,9 +42,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
43
42
|
_globals['_FILEURLSRESPONSE']._serialized_start=402
|
|
44
43
|
_globals['_FILEURLSRESPONSE']._serialized_end=490
|
|
45
44
|
_globals['_UPLOADEDFILEINFO']._serialized_start=492
|
|
46
|
-
_globals['_UPLOADEDFILEINFO']._serialized_end=
|
|
47
|
-
_globals['_FILEUPLOADERSTATE']._serialized_start=
|
|
48
|
-
_globals['_FILEUPLOADERSTATE']._serialized_end=
|
|
49
|
-
_globals['_CHATINPUTVALUE']._serialized_start=
|
|
50
|
-
_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
|
|
51
50
|
# @@protoc_insertion_point(module_scope)
|
streamlit/proto/Common_pb2.pyi
CHANGED
|
@@ -241,13 +241,10 @@ class UploadedFileInfo(_message.Message):
|
|
|
241
241
|
|
|
242
242
|
DESCRIPTOR: _descriptor.Descriptor
|
|
243
243
|
|
|
244
|
-
ID_FIELD_NUMBER: _builtins.int
|
|
245
244
|
NAME_FIELD_NUMBER: _builtins.int
|
|
246
245
|
SIZE_FIELD_NUMBER: _builtins.int
|
|
247
246
|
FILE_ID_FIELD_NUMBER: _builtins.int
|
|
248
247
|
FILE_URLS_FIELD_NUMBER: _builtins.int
|
|
249
|
-
id: _builtins.int
|
|
250
|
-
"""DEPRECATED."""
|
|
251
248
|
name: _builtins.str
|
|
252
249
|
size: _builtins.int
|
|
253
250
|
"""The size of this file in bytes."""
|
|
@@ -260,7 +257,6 @@ class UploadedFileInfo(_message.Message):
|
|
|
260
257
|
def __init__(
|
|
261
258
|
self,
|
|
262
259
|
*,
|
|
263
|
-
id: _builtins.int = ...,
|
|
264
260
|
name: _builtins.str = ...,
|
|
265
261
|
size: _builtins.int = ...,
|
|
266
262
|
file_id: _builtins.str = ...,
|
|
@@ -268,7 +264,7 @@ class UploadedFileInfo(_message.Message):
|
|
|
268
264
|
) -> None: ...
|
|
269
265
|
_HasFieldArgType: _TypeAlias = _typing.Literal["file_urls", b"file_urls"] # noqa: Y015
|
|
270
266
|
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
271
|
-
_ClearFieldArgType: _TypeAlias = _typing.Literal["file_id", b"file_id", "file_urls", b"file_urls", "
|
|
267
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["file_id", b"file_id", "file_urls", b"file_urls", "name", b"name", "size", b"size"] # noqa: Y015
|
|
272
268
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
273
269
|
|
|
274
270
|
Global___UploadedFileInfo: _TypeAlias = UploadedFileInfo # noqa: Y015
|
|
@@ -277,19 +273,15 @@ Global___UploadedFileInfo: _TypeAlias = UploadedFileInfo # noqa: Y015
|
|
|
277
273
|
class FileUploaderState(_message.Message):
|
|
278
274
|
DESCRIPTOR: _descriptor.Descriptor
|
|
279
275
|
|
|
280
|
-
MAX_FILE_ID_FIELD_NUMBER: _builtins.int
|
|
281
276
|
UPLOADED_FILE_INFO_FIELD_NUMBER: _builtins.int
|
|
282
|
-
max_file_id: _builtins.int
|
|
283
|
-
"""DEPRECATED"""
|
|
284
277
|
@_builtins.property
|
|
285
278
|
def uploaded_file_info(self) -> _containers.RepeatedCompositeFieldContainer[Global___UploadedFileInfo]: ...
|
|
286
279
|
def __init__(
|
|
287
280
|
self,
|
|
288
281
|
*,
|
|
289
|
-
max_file_id: _builtins.int = ...,
|
|
290
282
|
uploaded_file_info: _abc.Iterable[Global___UploadedFileInfo] | None = ...,
|
|
291
283
|
) -> None: ...
|
|
292
|
-
_ClearFieldArgType: _TypeAlias = _typing.Literal["
|
|
284
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["uploaded_file_info", b"uploaded_file_info"] # noqa: Y015
|
|
293
285
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
294
286
|
|
|
295
287
|
Global___FileUploaderState: _TypeAlias = FileUploaderState # noqa: Y015
|
|
@@ -14,14 +14,13 @@ _sym_db = _symbol_database.Default()
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n streamlit/proto/Components.proto\"\xb1\x01\n\x11\x43omponentInstance\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tjson_args\x18\x02 \x01(\t\x12!\n\x0cspecial_args\x18\x03 \x03(\x0b\x32\x0b.SpecialArg\x12\x16\n\x0e\x63omponent_name\x18\x04 \x01(\t\x12\x0b\n\x03url\x18\x05 \x01(\t\x12\x0f\n\x07\x66orm_id\x18\x06 \x01(\t\x12\x16\n\ttab_index\x18\x07 \x01(\x05H\x00\x88\x01\x01\x42\x0c\n\n_tab_index\"_\n\nSpecialArg\x12\x0b\n\x03key\x18\x01 \x01(\t\x12*\n\x0f\x61rrow_dataframe\x18\x02 \x01(\x0b\x32\x0f.ArrowDataframeH\x00\x12\x0f\n\x05\x62ytes\x18\x03 \x01(\x0cH\x00\x42\x07\n\x05value\"J\n\x0e\x41rrowDataframe\x12\x19\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x0b.ArrowTable\x12\x0e\n\x06height\x18\x02 \x01(\r\x12\r\n\x05width\x18\x03 \x01(\r\"]\n\nArrowTable\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\x12\r\n\x05index\x18\x02 \x01(\x0c\x12\x0f\n\x07\x63olumns\x18\x03 \x01(\x0c\x12!\n\x06styler\x18\x05 \x01(\x0b\x32\x11.ArrowTableStyler\"Y\n\x10\x41rrowTableStyler\x12\x0c\n\x04uuid\x18\x01 \x01(\t\x12\x0f\n\x07\x63\x61ption\x18\x02 \x01(\t\x12\x0e\n\x06styles\x18\x03 \x01(\t\x12\x16\n\x0e\x64isplay_values\x18\x04 \x01(\x0c\
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n streamlit/proto/Components.proto\"\xb1\x01\n\x11\x43omponentInstance\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tjson_args\x18\x02 \x01(\t\x12!\n\x0cspecial_args\x18\x03 \x03(\x0b\x32\x0b.SpecialArg\x12\x16\n\x0e\x63omponent_name\x18\x04 \x01(\t\x12\x0b\n\x03url\x18\x05 \x01(\t\x12\x0f\n\x07\x66orm_id\x18\x06 \x01(\t\x12\x16\n\ttab_index\x18\x07 \x01(\x05H\x00\x88\x01\x01\x42\x0c\n\n_tab_index\"_\n\nSpecialArg\x12\x0b\n\x03key\x18\x01 \x01(\t\x12*\n\x0f\x61rrow_dataframe\x18\x02 \x01(\x0b\x32\x0f.ArrowDataframeH\x00\x12\x0f\n\x05\x62ytes\x18\x03 \x01(\x0cH\x00\x42\x07\n\x05value\"J\n\x0e\x41rrowDataframe\x12\x19\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x0b.ArrowTable\x12\x0e\n\x06height\x18\x02 \x01(\r\x12\r\n\x05width\x18\x03 \x01(\r\"]\n\nArrowTable\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\x12\r\n\x05index\x18\x02 \x01(\x0c\x12\x0f\n\x07\x63olumns\x18\x03 \x01(\x0c\x12!\n\x06styler\x18\x05 \x01(\x0b\x32\x11.ArrowTableStyler\"Y\n\x10\x41rrowTableStyler\x12\x0c\n\x04uuid\x18\x01 \x01(\t\x12\x0f\n\x07\x63\x61ption\x18\x02 \x01(\t\x12\x0e\n\x06styles\x18\x03 \x01(\t\x12\x16\n\x0e\x64isplay_values\x18\x04 \x01(\x0c\x62\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Components_pb2', _globals)
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
-
|
|
24
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\017ComponentsProto'
|
|
23
|
+
DESCRIPTOR._loaded_options = None
|
|
25
24
|
_globals['_COMPONENTINSTANCE']._serialized_start=37
|
|
26
25
|
_globals['_COMPONENTINSTANCE']._serialized_end=214
|
|
27
26
|
_globals['_SPECIALARG']._serialized_start=216
|
streamlit/proto/DateInput_pb2.py
CHANGED
|
@@ -12,17 +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
|
-
|
|
25
|
-
_globals['
|
|
26
|
-
_globals['_DATEINPUT'].
|
|
27
|
-
_globals['_DATEINPUT']._serialized_end=331
|
|
24
|
+
DESCRIPTOR._loaded_options = None
|
|
25
|
+
_globals['_DATEINPUT']._serialized_start=75
|
|
26
|
+
_globals['_DATEINPUT']._serialized_end=317
|
|
28
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,17 +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
|
-
|
|
25
|
-
_globals['
|
|
26
|
-
_globals['_DATETIMEINPUT'].
|
|
27
|
-
_globals['_DATETIMEINPUT']._serialized_end=353
|
|
24
|
+
DESCRIPTOR._loaded_options = None
|
|
25
|
+
_globals['_DATETIMEINPUT']._serialized_start=79
|
|
26
|
+
_globals['_DATETIMEINPUT']._serialized_end=339
|
|
28
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,22 +14,15 @@ _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)
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.DeckGlJsonChart_pb2', _globals)
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
-
|
|
24
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\024DeckGlJsonChartProto'
|
|
25
|
-
_globals['_DECKGLJSONCHART'].fields_by_name['use_container_width']._loaded_options = None
|
|
26
|
-
_globals['_DECKGLJSONCHART'].fields_by_name['use_container_width']._serialized_options = b'\030\001'
|
|
27
|
-
_globals['_DECKGLJSONCHART'].fields_by_name['width']._loaded_options = None
|
|
28
|
-
_globals['_DECKGLJSONCHART'].fields_by_name['width']._serialized_options = b'\030\001'
|
|
29
|
-
_globals['_DECKGLJSONCHART'].fields_by_name['height']._loaded_options = None
|
|
30
|
-
_globals['_DECKGLJSONCHART'].fields_by_name['height']._serialized_options = b'\030\001'
|
|
23
|
+
DESCRIPTOR._loaded_options = None
|
|
31
24
|
_globals['_DECKGLJSONCHART']._serialized_start=42
|
|
32
|
-
_globals['_DECKGLJSONCHART']._serialized_end=
|
|
33
|
-
_globals['_DECKGLJSONCHART_SELECTIONMODE']._serialized_start=
|
|
34
|
-
_globals['_DECKGLJSONCHART_SELECTIONMODE']._serialized_end=
|
|
25
|
+
_globals['_DECKGLJSONCHART']._serialized_end=269
|
|
26
|
+
_globals['_DECKGLJSONCHART_SELECTIONMODE']._serialized_start=199
|
|
27
|
+
_globals['_DECKGLJSONCHART_SELECTIONMODE']._serialized_end=251
|
|
35
28
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -31,11 +31,6 @@ if sys.version_info >= (3, 10):
|
|
|
31
31
|
else:
|
|
32
32
|
from typing_extensions import TypeAlias as _TypeAlias
|
|
33
33
|
|
|
34
|
-
if sys.version_info >= (3, 13):
|
|
35
|
-
from warnings import deprecated as _deprecated
|
|
36
|
-
else:
|
|
37
|
-
from typing_extensions import deprecated as _deprecated
|
|
38
|
-
|
|
39
34
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
40
35
|
|
|
41
36
|
@_typing.final
|
|
@@ -63,62 +58,17 @@ class DeckGlJsonChart(_message.Message):
|
|
|
63
58
|
|
|
64
59
|
JSON_FIELD_NUMBER: _builtins.int
|
|
65
60
|
TOOLTIP_FIELD_NUMBER: _builtins.int
|
|
66
|
-
USE_CONTAINER_WIDTH_FIELD_NUMBER: _builtins.int
|
|
67
61
|
ID_FIELD_NUMBER: _builtins.int
|
|
68
62
|
MAPBOX_TOKEN_FIELD_NUMBER: _builtins.int
|
|
69
|
-
WIDTH_FIELD_NUMBER: _builtins.int
|
|
70
|
-
HEIGHT_FIELD_NUMBER: _builtins.int
|
|
71
63
|
SELECTION_MODE_FIELD_NUMBER: _builtins.int
|
|
72
64
|
FORM_ID_FIELD_NUMBER: _builtins.int
|
|
73
65
|
json: _builtins.str
|
|
74
66
|
"""The json of the pydeck object (https://deckgl.readthedocs.io/en/latest/deck.html)"""
|
|
75
67
|
tooltip: _builtins.str
|
|
76
|
-
@_builtins.property
|
|
77
|
-
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
78
|
-
def use_container_width(self) -> _builtins.bool:
|
|
79
|
-
"""DEPRECATED: If True, will overwrite the chart width spec to fit to container.
|
|
80
|
-
Use widthConfig in layout configuration instead.
|
|
81
|
-
"""
|
|
82
|
-
|
|
83
|
-
@use_container_width.setter
|
|
84
|
-
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
85
|
-
def use_container_width(self, value: _builtins.bool) -> None:
|
|
86
|
-
"""DEPRECATED: If True, will overwrite the chart width spec to fit to container.
|
|
87
|
-
Use widthConfig in layout configuration instead.
|
|
88
|
-
"""
|
|
89
|
-
|
|
90
68
|
id: _builtins.str
|
|
91
69
|
"""ID, required for selection events."""
|
|
92
70
|
mapbox_token: _builtins.str
|
|
93
71
|
"""The Mapbox token, if any."""
|
|
94
|
-
@_builtins.property
|
|
95
|
-
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
96
|
-
def width(self) -> _builtins.int:
|
|
97
|
-
"""DEPRECATED: Width in pixels
|
|
98
|
-
Use widthConfig in layout configuration instead.
|
|
99
|
-
"""
|
|
100
|
-
|
|
101
|
-
@width.setter
|
|
102
|
-
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
103
|
-
def width(self, value: _builtins.int) -> None:
|
|
104
|
-
"""DEPRECATED: Width in pixels
|
|
105
|
-
Use widthConfig in layout configuration instead.
|
|
106
|
-
"""
|
|
107
|
-
|
|
108
|
-
@_builtins.property
|
|
109
|
-
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
110
|
-
def height(self) -> _builtins.int:
|
|
111
|
-
"""DEPRECATED: Height in pixels
|
|
112
|
-
Use heightConfig in layout configuration instead.
|
|
113
|
-
"""
|
|
114
|
-
|
|
115
|
-
@height.setter
|
|
116
|
-
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
117
|
-
def height(self, value: _builtins.int) -> None:
|
|
118
|
-
"""DEPRECATED: Height in pixels
|
|
119
|
-
Use heightConfig in layout configuration instead.
|
|
120
|
-
"""
|
|
121
|
-
|
|
122
72
|
form_id: _builtins.str
|
|
123
73
|
"""The form ID of the widget, this is required if the chart has selection events"""
|
|
124
74
|
@_builtins.property
|
|
@@ -130,15 +80,12 @@ class DeckGlJsonChart(_message.Message):
|
|
|
130
80
|
*,
|
|
131
81
|
json: _builtins.str = ...,
|
|
132
82
|
tooltip: _builtins.str = ...,
|
|
133
|
-
use_container_width: _builtins.bool = ...,
|
|
134
83
|
id: _builtins.str = ...,
|
|
135
84
|
mapbox_token: _builtins.str = ...,
|
|
136
|
-
width: _builtins.int = ...,
|
|
137
|
-
height: _builtins.int = ...,
|
|
138
85
|
selection_mode: _abc.Iterable[Global___DeckGlJsonChart.SelectionMode.ValueType] | None = ...,
|
|
139
86
|
form_id: _builtins.str = ...,
|
|
140
87
|
) -> None: ...
|
|
141
|
-
_ClearFieldArgType: _TypeAlias = _typing.Literal["form_id", b"form_id", "
|
|
88
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["form_id", b"form_id", "id", b"id", "json", b"json", "mapbox_token", b"mapbox_token", "selection_mode", b"selection_mode", "tooltip", b"tooltip"] # noqa: Y015
|
|
142
89
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
143
90
|
|
|
144
91
|
Global___DeckGlJsonChart: _TypeAlias = DeckGlJsonChart # noqa: Y015
|
streamlit/proto/Delta_pb2.py
CHANGED
|
@@ -14,19 +14,17 @@ _sym_db = _symbol_database.Default()
|
|
|
14
14
|
|
|
15
15
|
from streamlit.proto import Block_pb2 as streamlit_dot_proto_dot_Block__pb2
|
|
16
16
|
from streamlit.proto import Element_pb2 as streamlit_dot_proto_dot_Element__pb2
|
|
17
|
-
from streamlit.proto import NamedDataSet_pb2 as streamlit_dot_proto_dot_NamedDataSet__pb2
|
|
18
17
|
from streamlit.proto import ArrowNamedDataSet_pb2 as streamlit_dot_proto_dot_ArrowNamedDataSet__pb2
|
|
19
18
|
from streamlit.proto import Transient_pb2 as streamlit_dot_proto_dot_Transient__pb2
|
|
20
19
|
|
|
21
20
|
|
|
22
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bstreamlit/proto/Delta.proto\x1a\x1bstreamlit/proto/Block.proto\x1a\x1dstreamlit/proto/Element.proto\x1a\
|
|
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')
|
|
23
22
|
|
|
24
23
|
_globals = globals()
|
|
25
24
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
26
25
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Delta_pb2', _globals)
|
|
27
26
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
28
|
-
|
|
29
|
-
_globals['
|
|
30
|
-
_globals['_DELTA'].
|
|
31
|
-
_globals['_DELTA']._serialized_end=418
|
|
27
|
+
DESCRIPTOR._loaded_options = None
|
|
28
|
+
_globals['_DELTA']._serialized_start=166
|
|
29
|
+
_globals['_DELTA']._serialized_end=353
|
|
32
30
|
# @@protoc_insertion_point(module_scope)
|
streamlit/proto/Delta_pb2.pyi
CHANGED
|
@@ -22,7 +22,6 @@ from google.protobuf import message as _message
|
|
|
22
22
|
from streamlit.proto import ArrowNamedDataSet_pb2 as _ArrowNamedDataSet_pb2
|
|
23
23
|
from streamlit.proto import Block_pb2 as _Block_pb2
|
|
24
24
|
from streamlit.proto import Element_pb2 as _Element_pb2
|
|
25
|
-
from streamlit.proto import NamedDataSet_pb2 as _NamedDataSet_pb2
|
|
26
25
|
from streamlit.proto import Transient_pb2 as _Transient_pb2
|
|
27
26
|
import builtins as _builtins
|
|
28
27
|
import sys
|
|
@@ -44,7 +43,6 @@ class Delta(_message.Message):
|
|
|
44
43
|
NEW_ELEMENT_FIELD_NUMBER: _builtins.int
|
|
45
44
|
ADD_BLOCK_FIELD_NUMBER: _builtins.int
|
|
46
45
|
NEW_TRANSIENT_FIELD_NUMBER: _builtins.int
|
|
47
|
-
ADD_ROWS_FIELD_NUMBER: _builtins.int
|
|
48
46
|
ARROW_ADD_ROWS_FIELD_NUMBER: _builtins.int
|
|
49
47
|
FRAGMENT_ID_FIELD_NUMBER: _builtins.int
|
|
50
48
|
fragment_id: _builtins.str
|
|
@@ -61,30 +59,23 @@ class Delta(_message.Message):
|
|
|
61
59
|
"""Append a new transient element (e.g. spinner) to the frontend."""
|
|
62
60
|
|
|
63
61
|
@_builtins.property
|
|
64
|
-
def
|
|
65
|
-
"""Append data to a DataFrame
|
|
66
|
-
is identified by the ID field, above. The dataframe is identified either
|
|
67
|
-
by NamedDataSet.name or by setting NamedDataSet.has_name to false.
|
|
68
|
-
All elements that contain a DataFrame should support add_rows.
|
|
69
|
-
"""
|
|
62
|
+
def arrow_add_rows(self) -> _ArrowNamedDataSet_pb2.ArrowNamedDataSet:
|
|
63
|
+
"""Append data to a DataFrame for the current element."""
|
|
70
64
|
|
|
71
|
-
@_builtins.property
|
|
72
|
-
def arrow_add_rows(self) -> _ArrowNamedDataSet_pb2.ArrowNamedDataSet: ...
|
|
73
65
|
def __init__(
|
|
74
66
|
self,
|
|
75
67
|
*,
|
|
76
68
|
new_element: _Element_pb2.Element | None = ...,
|
|
77
69
|
add_block: _Block_pb2.Block | None = ...,
|
|
78
70
|
new_transient: _Transient_pb2.Transient | None = ...,
|
|
79
|
-
add_rows: _NamedDataSet_pb2.NamedDataSet | None = ...,
|
|
80
71
|
arrow_add_rows: _ArrowNamedDataSet_pb2.ArrowNamedDataSet | None = ...,
|
|
81
72
|
fragment_id: _builtins.str = ...,
|
|
82
73
|
) -> None: ...
|
|
83
|
-
_HasFieldArgType: _TypeAlias = _typing.Literal["add_block", b"add_block", "
|
|
74
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["add_block", b"add_block", "arrow_add_rows", b"arrow_add_rows", "new_element", b"new_element", "new_transient", b"new_transient", "type", b"type"] # noqa: Y015
|
|
84
75
|
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
85
|
-
_ClearFieldArgType: _TypeAlias = _typing.Literal["add_block", b"add_block", "
|
|
76
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["add_block", b"add_block", "arrow_add_rows", b"arrow_add_rows", "fragment_id", b"fragment_id", "new_element", b"new_element", "new_transient", b"new_transient", "type", b"type"] # noqa: Y015
|
|
86
77
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
87
|
-
_WhichOneofReturnType_type: _TypeAlias = _typing.Literal["new_element", "add_block", "new_transient", "
|
|
78
|
+
_WhichOneofReturnType_type: _TypeAlias = _typing.Literal["new_element", "add_block", "new_transient", "arrow_add_rows"] # noqa: Y015
|
|
88
79
|
_WhichOneofArgType_type: _TypeAlias = _typing.Literal["type", b"type"] # noqa: Y015
|
|
89
80
|
def WhichOneof(self, oneof_group: _WhichOneofArgType_type) -> _WhichOneofReturnType_type | None: ...
|
|
90
81
|
|
streamlit/proto/DocString_pb2.py
CHANGED
|
@@ -14,14 +14,13 @@ _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)
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.DocString_pb2', _globals)
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
-
|
|
24
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\016DocStringProto'
|
|
23
|
+
DESCRIPTOR._loaded_options = None
|
|
25
24
|
_globals['_DOCSTRING']._serialized_start=35
|
|
26
25
|
_globals['_DOCSTRING']._serialized_end=153
|
|
27
26
|
_globals['_MEMBER']._serialized_start=155
|
|
@@ -15,14 +15,13 @@ _sym_db = _symbol_database.Default()
|
|
|
15
15
|
from streamlit.proto import ButtonLikeIconPosition_pb2 as streamlit_dot_proto_dot_ButtonLikeIconPosition__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$streamlit/proto/DownloadButton.proto\x1a,streamlit/proto/ButtonLikeIconPosition.proto\"\xc9\x02\n\x0e\x44ownloadButton\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 \x01(\x08\x12\x0c\n\x04help\x18\x04 \x01(\t\x12\x0f\n\x07\x66orm_id\x18\x05 \x01(\t\x12\x0b\n\x03url\x18\x06 \x01(\t\x12\x10\n\x08\x64isabled\x18\x07 \x01(\x08\x12\x1b\n\x13use_container_width\x18\x08 \x01(\x08\x12\x0c\n\x04type\x18\t \x01(\t\x12\x0c\n\x04icon\x18\n \x01(\t\x12\x14\n\x0cignore_rerun\x18\x0b \x01(\x08\x12\x1d\n\x10\x64\x65\x66\x65rred_file_id\x18\x0c \x01(\tH\x00\x88\x01\x01\x12\x10\n\x08shortcut\x18\r \x01(\t\x12\x38\n\ricon_position\x18\x0e \x01(\x0e\x32!.streamlit.ButtonLikeIconPositionB\x13\n\
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$streamlit/proto/DownloadButton.proto\x1a,streamlit/proto/ButtonLikeIconPosition.proto\"\xc9\x02\n\x0e\x44ownloadButton\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 \x01(\x08\x12\x0c\n\x04help\x18\x04 \x01(\t\x12\x0f\n\x07\x66orm_id\x18\x05 \x01(\t\x12\x0b\n\x03url\x18\x06 \x01(\t\x12\x10\n\x08\x64isabled\x18\x07 \x01(\x08\x12\x1b\n\x13use_container_width\x18\x08 \x01(\x08\x12\x0c\n\x04type\x18\t \x01(\t\x12\x0c\n\x04icon\x18\n \x01(\t\x12\x14\n\x0cignore_rerun\x18\x0b \x01(\x08\x12\x1d\n\x10\x64\x65\x66\x65rred_file_id\x18\x0c \x01(\tH\x00\x88\x01\x01\x12\x10\n\x08shortcut\x18\r \x01(\t\x12\x38\n\ricon_position\x18\x0e \x01(\x0e\x32!.streamlit.ButtonLikeIconPositionB\x13\n\x11_deferred_file_idb\x06proto3')
|
|
19
19
|
|
|
20
20
|
_globals = globals()
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
22
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.DownloadButton_pb2', _globals)
|
|
23
23
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
24
|
-
|
|
25
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\023DownloadButtonProto'
|
|
24
|
+
DESCRIPTOR._loaded_options = None
|
|
26
25
|
_globals['_DOWNLOADBUTTON']._serialized_start=87
|
|
27
26
|
_globals['_DOWNLOADBUTTON']._serialized_end=416
|
|
28
27
|
# @@protoc_insertion_point(module_scope)
|
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
|
|
@@ -27,7 +26,6 @@ from streamlit.proto import ChatInput_pb2 as streamlit_dot_proto_dot_ChatInput__
|
|
|
27
26
|
from streamlit.proto import Checkbox_pb2 as streamlit_dot_proto_dot_Checkbox__pb2
|
|
28
27
|
from streamlit.proto import Code_pb2 as streamlit_dot_proto_dot_Code__pb2
|
|
29
28
|
from streamlit.proto import ColorPicker_pb2 as streamlit_dot_proto_dot_ColorPicker__pb2
|
|
30
|
-
from streamlit.proto import DataFrame_pb2 as streamlit_dot_proto_dot_DataFrame__pb2
|
|
31
29
|
from streamlit.proto import DateInput_pb2 as streamlit_dot_proto_dot_DateInput__pb2
|
|
32
30
|
from streamlit.proto import DateTimeInput_pb2 as streamlit_dot_proto_dot_DateTimeInput__pb2
|
|
33
31
|
from streamlit.proto import DeckGlJsonChart_pb2 as streamlit_dot_proto_dot_DeckGlJsonChart__pb2
|
|
@@ -35,6 +33,7 @@ from streamlit.proto import DocString_pb2 as streamlit_dot_proto_dot_DocString__
|
|
|
35
33
|
from streamlit.proto import Empty_pb2 as streamlit_dot_proto_dot_Empty__pb2
|
|
36
34
|
from streamlit.proto import Exception_pb2 as streamlit_dot_proto_dot_Exception__pb2
|
|
37
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
|
|
38
37
|
from streamlit.proto import FileUploader_pb2 as streamlit_dot_proto_dot_FileUploader__pb2
|
|
39
38
|
from streamlit.proto import GraphVizChart_pb2 as streamlit_dot_proto_dot_GraphVizChart__pb2
|
|
40
39
|
from streamlit.proto import Html_pb2 as streamlit_dot_proto_dot_Html__pb2
|
|
@@ -62,7 +61,6 @@ from streamlit.proto import TextArea_pb2 as streamlit_dot_proto_dot_TextArea__pb
|
|
|
62
61
|
from streamlit.proto import TextInput_pb2 as streamlit_dot_proto_dot_TextInput__pb2
|
|
63
62
|
from streamlit.proto import TimeInput_pb2 as streamlit_dot_proto_dot_TimeInput__pb2
|
|
64
63
|
from streamlit.proto import Toast_pb2 as streamlit_dot_proto_dot_Toast__pb2
|
|
65
|
-
from streamlit.proto import VegaLiteChart_pb2 as streamlit_dot_proto_dot_VegaLiteChart__pb2
|
|
66
64
|
from streamlit.proto import Video_pb2 as streamlit_dot_proto_dot_Video__pb2
|
|
67
65
|
from streamlit.proto import Heading_pb2 as streamlit_dot_proto_dot_Heading__pb2
|
|
68
66
|
from streamlit.proto import BidiComponent_pb2 as streamlit_dot_proto_dot_BidiComponent__pb2
|
|
@@ -71,14 +69,13 @@ from streamlit.proto import WidthConfig_pb2 as streamlit_dot_proto_dot_WidthConf
|
|
|
71
69
|
from streamlit.proto import TextAlignmentConfig_pb2 as streamlit_dot_proto_dot_TextAlignmentConfig__pb2
|
|
72
70
|
|
|
73
71
|
|
|
74
|
-
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')
|
|
75
73
|
|
|
76
74
|
_globals = globals()
|
|
77
75
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
78
76
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Element_pb2', _globals)
|
|
79
77
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
80
|
-
|
|
81
|
-
_globals['
|
|
82
|
-
_globals['_ELEMENT'].
|
|
83
|
-
_globals['_ELEMENT']._serialized_end=3994
|
|
78
|
+
DESCRIPTOR._loaded_options = None
|
|
79
|
+
_globals['_ELEMENT']._serialized_start=1827
|
|
80
|
+
_globals['_ELEMENT']._serialized_end=3835
|
|
84
81
|
# @@protoc_insertion_point(module_scope)
|