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/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
|
|
@@ -35,7 +34,6 @@ from streamlit.proto import Checkbox_pb2 as _Checkbox_pb2
|
|
|
35
34
|
from streamlit.proto import Code_pb2 as _Code_pb2
|
|
36
35
|
from streamlit.proto import ColorPicker_pb2 as _ColorPicker_pb2
|
|
37
36
|
from streamlit.proto import Components_pb2 as _Components_pb2
|
|
38
|
-
from streamlit.proto import DataFrame_pb2 as _DataFrame_pb2
|
|
39
37
|
from streamlit.proto import DateInput_pb2 as _DateInput_pb2
|
|
40
38
|
from streamlit.proto import DateTimeInput_pb2 as _DateTimeInput_pb2
|
|
41
39
|
from streamlit.proto import DeckGlJsonChart_pb2 as _DeckGlJsonChart_pb2
|
|
@@ -44,6 +42,7 @@ from streamlit.proto import DownloadButton_pb2 as _DownloadButton_pb2
|
|
|
44
42
|
from streamlit.proto import Empty_pb2 as _Empty_pb2
|
|
45
43
|
from streamlit.proto import Exception_pb2 as _Exception_pb2
|
|
46
44
|
from streamlit.proto import Favicon_pb2 as _Favicon_pb2
|
|
45
|
+
from streamlit.proto import Feedback_pb2 as _Feedback_pb2
|
|
47
46
|
from streamlit.proto import FileUploader_pb2 as _FileUploader_pb2
|
|
48
47
|
from streamlit.proto import GraphVizChart_pb2 as _GraphVizChart_pb2
|
|
49
48
|
from streamlit.proto import Heading_pb2 as _Heading_pb2
|
|
@@ -73,7 +72,6 @@ from streamlit.proto import TextInput_pb2 as _TextInput_pb2
|
|
|
73
72
|
from streamlit.proto import Text_pb2 as _Text_pb2
|
|
74
73
|
from streamlit.proto import TimeInput_pb2 as _TimeInput_pb2
|
|
75
74
|
from streamlit.proto import Toast_pb2 as _Toast_pb2
|
|
76
|
-
from streamlit.proto import VegaLiteChart_pb2 as _VegaLiteChart_pb2
|
|
77
75
|
from streamlit.proto import Video_pb2 as _Video_pb2
|
|
78
76
|
from streamlit.proto import WidthConfig_pb2 as _WidthConfig_pb2
|
|
79
77
|
import builtins as _builtins
|
|
@@ -104,7 +102,6 @@ class Element(_message.Message):
|
|
|
104
102
|
AUDIO_INPUT_FIELD_NUMBER: _builtins.int
|
|
105
103
|
BALLOONS_FIELD_NUMBER: _builtins.int
|
|
106
104
|
BIDI_COMPONENT_FIELD_NUMBER: _builtins.int
|
|
107
|
-
BOKEH_CHART_FIELD_NUMBER: _builtins.int
|
|
108
105
|
BUTTON_FIELD_NUMBER: _builtins.int
|
|
109
106
|
BUTTON_GROUP_FIELD_NUMBER: _builtins.int
|
|
110
107
|
DOWNLOAD_BUTTON_FIELD_NUMBER: _builtins.int
|
|
@@ -113,14 +110,13 @@ class Element(_message.Message):
|
|
|
113
110
|
CHECKBOX_FIELD_NUMBER: _builtins.int
|
|
114
111
|
COLOR_PICKER_FIELD_NUMBER: _builtins.int
|
|
115
112
|
COMPONENT_INSTANCE_FIELD_NUMBER: _builtins.int
|
|
116
|
-
DATA_FRAME_FIELD_NUMBER: _builtins.int
|
|
117
|
-
TABLE_FIELD_NUMBER: _builtins.int
|
|
118
113
|
DATE_INPUT_FIELD_NUMBER: _builtins.int
|
|
119
114
|
DECK_GL_JSON_CHART_FIELD_NUMBER: _builtins.int
|
|
120
115
|
DOC_STRING_FIELD_NUMBER: _builtins.int
|
|
121
116
|
EMPTY_FIELD_NUMBER: _builtins.int
|
|
122
117
|
EXCEPTION_FIELD_NUMBER: _builtins.int
|
|
123
118
|
FAVICON_FIELD_NUMBER: _builtins.int
|
|
119
|
+
FEEDBACK_FIELD_NUMBER: _builtins.int
|
|
124
120
|
FILE_UPLOADER_FIELD_NUMBER: _builtins.int
|
|
125
121
|
GRAPHVIZ_CHART_FIELD_NUMBER: _builtins.int
|
|
126
122
|
HTML_FIELD_NUMBER: _builtins.int
|
|
@@ -148,7 +144,6 @@ class Element(_message.Message):
|
|
|
148
144
|
TIME_INPUT_FIELD_NUMBER: _builtins.int
|
|
149
145
|
DATE_TIME_INPUT_FIELD_NUMBER: _builtins.int
|
|
150
146
|
TOAST_FIELD_NUMBER: _builtins.int
|
|
151
|
-
VEGA_LITE_CHART_FIELD_NUMBER: _builtins.int
|
|
152
147
|
VIDEO_FIELD_NUMBER: _builtins.int
|
|
153
148
|
HEADING_FIELD_NUMBER: _builtins.int
|
|
154
149
|
CODE_FIELD_NUMBER: _builtins.int
|
|
@@ -177,8 +172,6 @@ class Element(_message.Message):
|
|
|
177
172
|
@_builtins.property
|
|
178
173
|
def bidi_component(self) -> _BidiComponent_pb2.BidiComponent: ...
|
|
179
174
|
@_builtins.property
|
|
180
|
-
def bokeh_chart(self) -> _BokehChart_pb2.BokehChart: ...
|
|
181
|
-
@_builtins.property
|
|
182
175
|
def button(self) -> _Button_pb2.Button: ...
|
|
183
176
|
@_builtins.property
|
|
184
177
|
def button_group(self) -> _ButtonGroup_pb2.ButtonGroup: ...
|
|
@@ -194,14 +187,6 @@ class Element(_message.Message):
|
|
|
194
187
|
def color_picker(self) -> _ColorPicker_pb2.ColorPicker: ...
|
|
195
188
|
@_builtins.property
|
|
196
189
|
def component_instance(self) -> _Components_pb2.ComponentInstance: ...
|
|
197
|
-
@_builtins.property
|
|
198
|
-
def data_frame(self) -> _DataFrame_pb2.DataFrame:
|
|
199
|
-
"""DEPRECATED: This element is deprecated and unused:"""
|
|
200
|
-
|
|
201
|
-
@_builtins.property
|
|
202
|
-
def table(self) -> _DataFrame_pb2.DataFrame:
|
|
203
|
-
"""DEPRECATED: This element is deprecated and unused:"""
|
|
204
|
-
|
|
205
190
|
@_builtins.property
|
|
206
191
|
def date_input(self) -> _DateInput_pb2.DateInput: ...
|
|
207
192
|
@_builtins.property
|
|
@@ -215,6 +200,8 @@ class Element(_message.Message):
|
|
|
215
200
|
@_builtins.property
|
|
216
201
|
def favicon(self) -> _Favicon_pb2.Favicon: ...
|
|
217
202
|
@_builtins.property
|
|
203
|
+
def feedback(self) -> _Feedback_pb2.Feedback: ...
|
|
204
|
+
@_builtins.property
|
|
218
205
|
def file_uploader(self) -> _FileUploader_pb2.FileUploader: ...
|
|
219
206
|
@_builtins.property
|
|
220
207
|
def graphviz_chart(self) -> _GraphVizChart_pb2.GraphVizChart: ...
|
|
@@ -268,17 +255,13 @@ class Element(_message.Message):
|
|
|
268
255
|
def date_time_input(self) -> _DateTimeInput_pb2.DateTimeInput: ...
|
|
269
256
|
@_builtins.property
|
|
270
257
|
def toast(self) -> _Toast_pb2.Toast: ...
|
|
271
|
-
@_builtins.property
|
|
272
|
-
def vega_lite_chart(self) -> _VegaLiteChart_pb2.VegaLiteChart:
|
|
273
|
-
"""DEPRECATED: This element is deprecated and unused:"""
|
|
274
|
-
|
|
275
258
|
@_builtins.property
|
|
276
259
|
def video(self) -> _Video_pb2.Video: ...
|
|
277
260
|
@_builtins.property
|
|
278
261
|
def heading(self) -> _Heading_pb2.Heading: ...
|
|
279
262
|
@_builtins.property
|
|
280
263
|
def code(self) -> _Code_pb2.Code:
|
|
281
|
-
"""Next ID:
|
|
264
|
+
"""Next ID: 64"""
|
|
282
265
|
|
|
283
266
|
def __init__(
|
|
284
267
|
self,
|
|
@@ -294,7 +277,6 @@ class Element(_message.Message):
|
|
|
294
277
|
audio_input: _AudioInput_pb2.AudioInput | None = ...,
|
|
295
278
|
balloons: _Balloons_pb2.Balloons | None = ...,
|
|
296
279
|
bidi_component: _BidiComponent_pb2.BidiComponent | None = ...,
|
|
297
|
-
bokeh_chart: _BokehChart_pb2.BokehChart | None = ...,
|
|
298
280
|
button: _Button_pb2.Button | None = ...,
|
|
299
281
|
button_group: _ButtonGroup_pb2.ButtonGroup | None = ...,
|
|
300
282
|
download_button: _DownloadButton_pb2.DownloadButton | None = ...,
|
|
@@ -303,14 +285,13 @@ class Element(_message.Message):
|
|
|
303
285
|
checkbox: _Checkbox_pb2.Checkbox | None = ...,
|
|
304
286
|
color_picker: _ColorPicker_pb2.ColorPicker | None = ...,
|
|
305
287
|
component_instance: _Components_pb2.ComponentInstance | None = ...,
|
|
306
|
-
data_frame: _DataFrame_pb2.DataFrame | None = ...,
|
|
307
|
-
table: _DataFrame_pb2.DataFrame | None = ...,
|
|
308
288
|
date_input: _DateInput_pb2.DateInput | None = ...,
|
|
309
289
|
deck_gl_json_chart: _DeckGlJsonChart_pb2.DeckGlJsonChart | None = ...,
|
|
310
290
|
doc_string: _DocString_pb2.DocString | None = ...,
|
|
311
291
|
empty: _Empty_pb2.Empty | None = ...,
|
|
312
292
|
exception: _Exception_pb2.Exception | None = ...,
|
|
313
293
|
favicon: _Favicon_pb2.Favicon | None = ...,
|
|
294
|
+
feedback: _Feedback_pb2.Feedback | None = ...,
|
|
314
295
|
file_uploader: _FileUploader_pb2.FileUploader | None = ...,
|
|
315
296
|
graphviz_chart: _GraphVizChart_pb2.GraphVizChart | None = ...,
|
|
316
297
|
html: _Html_pb2.Html | None = ...,
|
|
@@ -338,14 +319,13 @@ class Element(_message.Message):
|
|
|
338
319
|
time_input: _TimeInput_pb2.TimeInput | None = ...,
|
|
339
320
|
date_time_input: _DateTimeInput_pb2.DateTimeInput | None = ...,
|
|
340
321
|
toast: _Toast_pb2.Toast | None = ...,
|
|
341
|
-
vega_lite_chart: _VegaLiteChart_pb2.VegaLiteChart | None = ...,
|
|
342
322
|
video: _Video_pb2.Video | None = ...,
|
|
343
323
|
heading: _Heading_pb2.Heading | None = ...,
|
|
344
324
|
code: _Code_pb2.Code | None = ...,
|
|
345
325
|
) -> None: ...
|
|
346
|
-
_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
|
|
347
327
|
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
348
|
-
_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
|
|
349
329
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
350
330
|
_WhichOneofReturnType__height_config: _TypeAlias = _typing.Literal["height_config"] # noqa: Y015
|
|
351
331
|
_WhichOneofArgType__height_config: _TypeAlias = _typing.Literal["_height_config", b"_height_config"] # noqa: Y015
|
|
@@ -353,7 +333,7 @@ class Element(_message.Message):
|
|
|
353
333
|
_WhichOneofArgType__text_alignment_config: _TypeAlias = _typing.Literal["_text_alignment_config", b"_text_alignment_config"] # noqa: Y015
|
|
354
334
|
_WhichOneofReturnType__width_config: _TypeAlias = _typing.Literal["width_config"] # noqa: Y015
|
|
355
335
|
_WhichOneofArgType__width_config: _TypeAlias = _typing.Literal["_width_config", b"_width_config"] # noqa: Y015
|
|
356
|
-
_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
|
|
357
337
|
_WhichOneofArgType_type: _TypeAlias = _typing.Literal["type", b"type"] # noqa: Y015
|
|
358
338
|
@_typing.overload
|
|
359
339
|
def WhichOneof(self, oneof_group: _WhichOneofArgType__height_config) -> _WhichOneofReturnType__height_config | None: ...
|
streamlit/proto/Empty_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\x1bstreamlit/proto/Empty.proto\"\x07\n\x05\
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bstreamlit/proto/Empty.proto\"\x07\n\x05\x45mptyb\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Empty_pb2', _globals)
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
-
|
|
24
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\nEmptyProto'
|
|
23
|
+
DESCRIPTOR._loaded_options = None
|
|
25
24
|
_globals['_EMPTY']._serialized_start=31
|
|
26
25
|
_globals['_EMPTY']._serialized_end=38
|
|
27
26
|
# @@protoc_insertion_point(module_scope)
|
streamlit/proto/Exception_pb2.py
CHANGED
|
@@ -15,14 +15,13 @@ _sym_db = _symbol_database.Default()
|
|
|
15
15
|
from streamlit.proto import WidthConfig_pb2 as streamlit_dot_proto_dot_WidthConfig__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fstreamlit/proto/Exception.proto\x1a!streamlit/proto/WidthConfig.proto\"\x9e\x01\n\tException\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x0f\n\x07message\x18\x02 \x01(\t\x12\x1b\n\x13message_is_markdown\x18\x04 \x01(\x08\x12\x13\n\x0bstack_trace\x18\x03 \x03(\t\x12\x12\n\nis_warning\x18\x05 \x01(\x08\x12,\n\x0cwidth_config\x18\x06 \x01(\x0b\x32\x16.streamlit.
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fstreamlit/proto/Exception.proto\x1a!streamlit/proto/WidthConfig.proto\"\x9e\x01\n\tException\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x0f\n\x07message\x18\x02 \x01(\t\x12\x1b\n\x13message_is_markdown\x18\x04 \x01(\x08\x12\x13\n\x0bstack_trace\x18\x03 \x03(\t\x12\x12\n\nis_warning\x18\x05 \x01(\x08\x12,\n\x0cwidth_config\x18\x06 \x01(\x0b\x32\x16.streamlit.WidthConfigb\x06proto3')
|
|
19
19
|
|
|
20
20
|
_globals = globals()
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
22
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Exception_pb2', _globals)
|
|
23
23
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
24
|
-
|
|
25
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\016ExceptionProto'
|
|
24
|
+
DESCRIPTOR._loaded_options = None
|
|
26
25
|
_globals['_EXCEPTION']._serialized_start=71
|
|
27
26
|
_globals['_EXCEPTION']._serialized_end=229
|
|
28
27
|
# @@protoc_insertion_point(module_scope)
|
streamlit/proto/Favicon_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\x1dstreamlit/proto/Favicon.proto\"\x16\n\x07\x46\x61vicon\x12\x0b\n\x03url\x18\x01 \x01(\
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dstreamlit/proto/Favicon.proto\"\x16\n\x07\x46\x61vicon\x12\x0b\n\x03url\x18\x01 \x01(\tb\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Favicon_pb2', _globals)
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
-
|
|
24
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\014FaviconProto'
|
|
23
|
+
DESCRIPTOR._loaded_options = None
|
|
25
24
|
_globals['_FAVICON']._serialized_start=33
|
|
26
25
|
_globals['_FAVICON']._serialized_end=55
|
|
27
26
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -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,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/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
|
-
|
|
25
|
-
_globals['
|
|
26
|
-
_globals['_FILEUPLOADER'].
|
|
27
|
-
_globals['_FILEUPLOADER']._serialized_end=324
|
|
24
|
+
DESCRIPTOR._loaded_options = None
|
|
25
|
+
_globals['_FILEUPLOADER']._serialized_start=78
|
|
26
|
+
_globals['_FILEUPLOADER']._serialized_end=310
|
|
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 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
|
|
@@ -23,33 +23,27 @@ from streamlit.proto import PageConfig_pb2 as streamlit_dot_proto_dot_PageConfig
|
|
|
23
23
|
from streamlit.proto import PageInfo_pb2 as streamlit_dot_proto_dot_PageInfo__pb2
|
|
24
24
|
from streamlit.proto import PageProfile_pb2 as streamlit_dot_proto_dot_PageProfile__pb2
|
|
25
25
|
from streamlit.proto import PageNotFound_pb2 as streamlit_dot_proto_dot_PageNotFound__pb2
|
|
26
|
-
from streamlit.proto import PagesChanged_pb2 as streamlit_dot_proto_dot_PagesChanged__pb2
|
|
27
26
|
from streamlit.proto import ParentMessage_pb2 as streamlit_dot_proto_dot_ParentMessage__pb2
|
|
28
27
|
from streamlit.proto import SessionEvent_pb2 as streamlit_dot_proto_dot_SessionEvent__pb2
|
|
29
28
|
from streamlit.proto import SessionStatus_pb2 as streamlit_dot_proto_dot_SessionStatus__pb2
|
|
30
29
|
from streamlit.proto import AuthRedirect_pb2 as streamlit_dot_proto_dot_AuthRedirect__pb2
|
|
31
30
|
|
|
32
31
|
|
|
33
|
-
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
|
|
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')
|
|
34
33
|
|
|
35
34
|
_globals = globals()
|
|
36
35
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
37
36
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.ForwardMsg_pb2', _globals)
|
|
38
37
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
39
|
-
|
|
40
|
-
_globals['
|
|
41
|
-
_globals['_FORWARDMSG'].
|
|
42
|
-
_globals['
|
|
43
|
-
_globals['
|
|
44
|
-
_globals['
|
|
45
|
-
_globals['
|
|
46
|
-
_globals['
|
|
47
|
-
_globals['
|
|
48
|
-
_globals['
|
|
49
|
-
_globals['
|
|
50
|
-
_globals['_FORWARDMSGMETADATA']._serialized_end=1821
|
|
51
|
-
_globals['_ELEMENTDIMENSIONSPEC']._serialized_start=1823
|
|
52
|
-
_globals['_ELEMENTDIMENSIONSPEC']._serialized_end=1876
|
|
53
|
-
_globals['_FORWARDMSGLIST']._serialized_start=1878
|
|
54
|
-
_globals['_FORWARDMSGLIST']._serialized_end=1925
|
|
38
|
+
DESCRIPTOR._loaded_options = None
|
|
39
|
+
_globals['_FORWARDMSG']._serialized_start=539
|
|
40
|
+
_globals['_FORWARDMSG']._serialized_end=1529
|
|
41
|
+
_globals['_FORWARDMSG_SCRIPTFINISHEDSTATUS']._serialized_start=1351
|
|
42
|
+
_globals['_FORWARDMSG_SCRIPTFINISHEDSTATUS']._serialized_end=1503
|
|
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
|
|
55
49
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -34,7 +34,6 @@ from streamlit.proto import PageConfig_pb2 as _PageConfig_pb2
|
|
|
34
34
|
from streamlit.proto import PageInfo_pb2 as _PageInfo_pb2
|
|
35
35
|
from streamlit.proto import PageNotFound_pb2 as _PageNotFound_pb2
|
|
36
36
|
from streamlit.proto import PageProfile_pb2 as _PageProfile_pb2
|
|
37
|
-
from streamlit.proto import PagesChanged_pb2 as _PagesChanged_pb2
|
|
38
37
|
from streamlit.proto import ParentMessage_pb2 as _ParentMessage_pb2
|
|
39
38
|
from streamlit.proto import SessionEvent_pb2 as _SessionEvent_pb2
|
|
40
39
|
from streamlit.proto import SessionStatus_pb2 as _SessionStatus_pb2
|
|
@@ -47,11 +46,6 @@ if sys.version_info >= (3, 10):
|
|
|
47
46
|
else:
|
|
48
47
|
from typing_extensions import TypeAlias as _TypeAlias
|
|
49
48
|
|
|
50
|
-
if sys.version_info >= (3, 13):
|
|
51
|
-
from warnings import deprecated as _deprecated
|
|
52
|
-
else:
|
|
53
|
-
from typing_extensions import deprecated as _deprecated
|
|
54
|
-
|
|
55
49
|
DESCRIPTOR: _descriptor.FileDescriptor
|
|
56
50
|
|
|
57
51
|
@_typing.final
|
|
@@ -100,7 +94,6 @@ class ForwardMsg(_message.Message):
|
|
|
100
94
|
SESSION_EVENT_FIELD_NUMBER: _builtins.int
|
|
101
95
|
NAVIGATION_FIELD_NUMBER: _builtins.int
|
|
102
96
|
PAGE_NOT_FOUND_FIELD_NUMBER: _builtins.int
|
|
103
|
-
PAGES_CHANGED_FIELD_NUMBER: _builtins.int
|
|
104
97
|
FILE_URLS_RESPONSE_FIELD_NUMBER: _builtins.int
|
|
105
98
|
AUTO_RERUN_FIELD_NUMBER: _builtins.int
|
|
106
99
|
LOGO_FIELD_NUMBER: _builtins.int
|
|
@@ -155,9 +148,6 @@ class ForwardMsg(_message.Message):
|
|
|
155
148
|
@_builtins.property
|
|
156
149
|
def page_not_found(self) -> _PageNotFound_pb2.PageNotFound: ...
|
|
157
150
|
@_builtins.property
|
|
158
|
-
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
159
|
-
def pages_changed(self) -> _PagesChanged_pb2.PagesChanged: ...
|
|
160
|
-
@_builtins.property
|
|
161
151
|
def file_urls_response(self) -> _Common_pb2.FileURLsResponse: ...
|
|
162
152
|
@_builtins.property
|
|
163
153
|
def auto_rerun(self) -> _AutoRerun_pb2.AutoRerun: ...
|
|
@@ -193,7 +183,6 @@ class ForwardMsg(_message.Message):
|
|
|
193
183
|
session_event: _SessionEvent_pb2.SessionEvent | None = ...,
|
|
194
184
|
navigation: _Navigation_pb2.Navigation | None = ...,
|
|
195
185
|
page_not_found: _PageNotFound_pb2.PageNotFound | None = ...,
|
|
196
|
-
pages_changed: _PagesChanged_pb2.PagesChanged | None = ...,
|
|
197
186
|
file_urls_response: _Common_pb2.FileURLsResponse | None = ...,
|
|
198
187
|
auto_rerun: _AutoRerun_pb2.AutoRerun | None = ...,
|
|
199
188
|
logo: _Logo_pb2.Logo | None = ...,
|
|
@@ -203,11 +192,11 @@ class ForwardMsg(_message.Message):
|
|
|
203
192
|
deferred_file_response: Global___DeferredFileResponse | None = ...,
|
|
204
193
|
debug_last_backmsg_id: _builtins.str = ...,
|
|
205
194
|
) -> None: ...
|
|
206
|
-
_HasFieldArgType: _TypeAlias = _typing.Literal["auth_redirect", b"auth_redirect", "auto_rerun", b"auto_rerun", "deferred_file_response", b"deferred_file_response", "delta", b"delta", "file_urls_response", b"file_urls_response", "git_info_changed", b"git_info_changed", "logo", b"logo", "metadata", b"metadata", "navigation", b"navigation", "new_session", b"new_session", "page_config_changed", b"page_config_changed", "page_info_changed", b"page_info_changed", "page_not_found", b"page_not_found", "page_profile", b"page_profile", "
|
|
195
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["auth_redirect", b"auth_redirect", "auto_rerun", b"auto_rerun", "deferred_file_response", b"deferred_file_response", "delta", b"delta", "file_urls_response", b"file_urls_response", "git_info_changed", b"git_info_changed", "logo", b"logo", "metadata", b"metadata", "navigation", b"navigation", "new_session", b"new_session", "page_config_changed", b"page_config_changed", "page_info_changed", b"page_info_changed", "page_not_found", b"page_not_found", "page_profile", b"page_profile", "parent_message", b"parent_message", "ref_hash", b"ref_hash", "script_finished", b"script_finished", "session_event", b"session_event", "session_status_changed", b"session_status_changed", "type", b"type"] # noqa: Y015
|
|
207
196
|
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
208
|
-
_ClearFieldArgType: _TypeAlias = _typing.Literal["auth_redirect", b"auth_redirect", "auto_rerun", b"auto_rerun", "debug_last_backmsg_id", b"debug_last_backmsg_id", "deferred_file_response", b"deferred_file_response", "delta", b"delta", "file_urls_response", b"file_urls_response", "git_info_changed", b"git_info_changed", "hash", b"hash", "logo", b"logo", "metadata", b"metadata", "navigation", b"navigation", "new_session", b"new_session", "page_config_changed", b"page_config_changed", "page_info_changed", b"page_info_changed", "page_not_found", b"page_not_found", "page_profile", b"page_profile", "
|
|
197
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["auth_redirect", b"auth_redirect", "auto_rerun", b"auto_rerun", "debug_last_backmsg_id", b"debug_last_backmsg_id", "deferred_file_response", b"deferred_file_response", "delta", b"delta", "file_urls_response", b"file_urls_response", "git_info_changed", b"git_info_changed", "hash", b"hash", "logo", b"logo", "metadata", b"metadata", "navigation", b"navigation", "new_session", b"new_session", "page_config_changed", b"page_config_changed", "page_info_changed", b"page_info_changed", "page_not_found", b"page_not_found", "page_profile", b"page_profile", "parent_message", b"parent_message", "ref_hash", b"ref_hash", "script_finished", b"script_finished", "session_event", b"session_event", "session_status_changed", b"session_status_changed", "type", b"type"] # noqa: Y015
|
|
209
198
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
210
|
-
_WhichOneofReturnType_type: _TypeAlias = _typing.Literal["new_session", "delta", "page_info_changed", "page_config_changed", "script_finished", "git_info_changed", "page_profile", "session_status_changed", "session_event", "navigation", "page_not_found", "
|
|
199
|
+
_WhichOneofReturnType_type: _TypeAlias = _typing.Literal["new_session", "delta", "page_info_changed", "page_config_changed", "script_finished", "git_info_changed", "page_profile", "session_status_changed", "session_event", "navigation", "page_not_found", "file_urls_response", "auto_rerun", "logo", "auth_redirect", "parent_message", "ref_hash", "deferred_file_response"] # noqa: Y015
|
|
211
200
|
_WhichOneofArgType_type: _TypeAlias = _typing.Literal["type", b"type"] # noqa: Y015
|
|
212
201
|
def WhichOneof(self, oneof_group: _WhichOneofArgType_type) -> _WhichOneofReturnType_type | None: ...
|
|
213
202
|
|
|
@@ -248,7 +237,6 @@ class ForwardMsgMetadata(_message.Message):
|
|
|
248
237
|
|
|
249
238
|
CACHEABLE_FIELD_NUMBER: _builtins.int
|
|
250
239
|
DELTA_PATH_FIELD_NUMBER: _builtins.int
|
|
251
|
-
ELEMENT_DIMENSION_SPEC_FIELD_NUMBER: _builtins.int
|
|
252
240
|
ACTIVE_SCRIPT_HASH_FIELD_NUMBER: _builtins.int
|
|
253
241
|
cacheable: _builtins.bool
|
|
254
242
|
"""Marks a message as cacheable for the frontend."""
|
|
@@ -263,50 +251,18 @@ class ForwardMsgMetadata(_message.Message):
|
|
|
263
251
|
Only set for Delta messages.
|
|
264
252
|
"""
|
|
265
253
|
|
|
266
|
-
@_builtins.property
|
|
267
|
-
def element_dimension_spec(self) -> Global___ElementDimensionSpec:
|
|
268
|
-
"""DEPRECATED: This is not used anymore."""
|
|
269
|
-
|
|
270
254
|
def __init__(
|
|
271
255
|
self,
|
|
272
256
|
*,
|
|
273
257
|
cacheable: _builtins.bool = ...,
|
|
274
258
|
delta_path: _abc.Iterable[_builtins.int] | None = ...,
|
|
275
|
-
element_dimension_spec: Global___ElementDimensionSpec | None = ...,
|
|
276
259
|
active_script_hash: _builtins.str = ...,
|
|
277
260
|
) -> None: ...
|
|
278
|
-
|
|
279
|
-
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
280
|
-
_ClearFieldArgType: _TypeAlias = _typing.Literal["active_script_hash", b"active_script_hash", "cacheable", b"cacheable", "delta_path", b"delta_path", "element_dimension_spec", b"element_dimension_spec"] # noqa: Y015
|
|
261
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["active_script_hash", b"active_script_hash", "cacheable", b"cacheable", "delta_path", b"delta_path"] # noqa: Y015
|
|
281
262
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
282
263
|
|
|
283
264
|
Global___ForwardMsgMetadata: _TypeAlias = ForwardMsgMetadata # noqa: Y015
|
|
284
265
|
|
|
285
|
-
@_typing.final
|
|
286
|
-
class ElementDimensionSpec(_message.Message):
|
|
287
|
-
"""DEPRECATED: This is not used anymore.
|
|
288
|
-
Specifies the dimensions for the element
|
|
289
|
-
"""
|
|
290
|
-
|
|
291
|
-
DESCRIPTOR: _descriptor.Descriptor
|
|
292
|
-
|
|
293
|
-
WIDTH_FIELD_NUMBER: _builtins.int
|
|
294
|
-
HEIGHT_FIELD_NUMBER: _builtins.int
|
|
295
|
-
width: _builtins.int
|
|
296
|
-
"""width in pixels"""
|
|
297
|
-
height: _builtins.int
|
|
298
|
-
"""height in pixels"""
|
|
299
|
-
def __init__(
|
|
300
|
-
self,
|
|
301
|
-
*,
|
|
302
|
-
width: _builtins.int = ...,
|
|
303
|
-
height: _builtins.int = ...,
|
|
304
|
-
) -> None: ...
|
|
305
|
-
_ClearFieldArgType: _TypeAlias = _typing.Literal["height", b"height", "width", b"width"] # noqa: Y015
|
|
306
|
-
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
307
|
-
|
|
308
|
-
Global___ElementDimensionSpec: _TypeAlias = ElementDimensionSpec # noqa: Y015
|
|
309
|
-
|
|
310
266
|
@_typing.final
|
|
311
267
|
class ForwardMsgList(_message.Message):
|
|
312
268
|
"""This is a list of ForwardMessages used to have a single protobuf message
|
streamlit/proto/GapSize_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\x1dstreamlit/proto/GapSize.proto\x12\tstreamlit\"?\n\tGapConfig\x12&\n\x08gap_size\x18\x01 \x01(\x0e\x32\x12.streamlit.GapSizeH\x00\x42\n\n\x08gap_spec*z\n\x07GapSize\x12\x11\n\rGAP_UNDEFINED\x10\x00\x12\t\n\x05SMALL\x10\x01\x12\n\n\x06MEDIUM\x10\x02\x12\t\n\x05LARGE\x10\x03\x12\x08\n\x04NONE\x10\x04\x12\x0b\n\x07XXSMALL\x10\x05\x12\n\n\x06XSMALL\x10\x06\x12\n\n\x06XLARGE\x10\x07\x12\x0b\n\x07XXLARGE\x10\x08\
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dstreamlit/proto/GapSize.proto\x12\tstreamlit\"?\n\tGapConfig\x12&\n\x08gap_size\x18\x01 \x01(\x0e\x32\x12.streamlit.GapSizeH\x00\x42\n\n\x08gap_spec*z\n\x07GapSize\x12\x11\n\rGAP_UNDEFINED\x10\x00\x12\t\n\x05SMALL\x10\x01\x12\n\n\x06MEDIUM\x10\x02\x12\t\n\x05LARGE\x10\x03\x12\x08\n\x04NONE\x10\x04\x12\x0b\n\x07XXSMALL\x10\x05\x12\n\n\x06XSMALL\x10\x06\x12\n\n\x06XLARGE\x10\x07\x12\x0b\n\x07XXLARGE\x10\x08\x62\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.GapSize_pb2', _globals)
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
-
|
|
24
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\014GapSizeProto'
|
|
23
|
+
DESCRIPTOR._loaded_options = None
|
|
25
24
|
_globals['_GAPSIZE']._serialized_start=109
|
|
26
25
|
_globals['_GAPSIZE']._serialized_end=231
|
|
27
26
|
_globals['_GAPCONFIG']._serialized_start=44
|