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
|
@@ -12,19 +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/MultiSelect.proto\x1a
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!streamlit/proto/MultiSelect.proto\x1a%streamlit/proto/LabelVisibility.proto\"\xb9\x02\n\x0bMultiSelect\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(\x05\x12\x0f\n\x07options\x18\x04 \x03(\t\x12\x0c\n\x04help\x18\x05 \x01(\t\x12\x0f\n\x07\x66orm_id\x18\x06 \x01(\t\x12\x12\n\nraw_values\x18\x0e \x03(\t\x12\x11\n\tset_value\x18\x08 \x01(\x08\x12\x10\n\x08\x64isabled\x18\t \x01(\x08\x12*\n\x10label_visibility\x18\n \x01(\x0b\x32\x10.LabelVisibility\x12\x16\n\x0emax_selections\x18\x0b \x01(\x05\x12\x13\n\x0bplaceholder\x18\x0c \x01(\t\x12\x1f\n\x12\x61\x63\x63\x65pt_new_options\x18\r \x01(\x08H\x00\x88\x01\x01\x42\x15\n\x13_accept_new_optionsJ\x04\x08\x07\x10\x08\x62\x06proto3')
|
|
19
19
|
|
|
20
20
|
_globals = globals()
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
22
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.MultiSelect_pb2', _globals)
|
|
23
23
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
24
|
-
|
|
25
|
-
_globals['
|
|
26
|
-
_globals['_MULTISELECT'].
|
|
27
|
-
_globals['_MULTISELECT'].fields_by_name['value']._serialized_options = b'\030\001'
|
|
28
|
-
_globals['_MULTISELECT']._serialized_start=84
|
|
29
|
-
_globals['_MULTISELECT']._serialized_end=417
|
|
24
|
+
DESCRIPTOR._loaded_options = None
|
|
25
|
+
_globals['_MULTISELECT']._serialized_start=77
|
|
26
|
+
_globals['_MULTISELECT']._serialized_end=390
|
|
30
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
|
|
@@ -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
|
|
@@ -48,7 +43,6 @@ class MultiSelect(_message.Message):
|
|
|
48
43
|
OPTIONS_FIELD_NUMBER: _builtins.int
|
|
49
44
|
HELP_FIELD_NUMBER: _builtins.int
|
|
50
45
|
FORM_ID_FIELD_NUMBER: _builtins.int
|
|
51
|
-
VALUE_FIELD_NUMBER: _builtins.int
|
|
52
46
|
RAW_VALUES_FIELD_NUMBER: _builtins.int
|
|
53
47
|
SET_VALUE_FIELD_NUMBER: _builtins.int
|
|
54
48
|
DISABLED_FIELD_NUMBER: _builtins.int
|
|
@@ -70,16 +64,13 @@ class MultiSelect(_message.Message):
|
|
|
70
64
|
@_builtins.property
|
|
71
65
|
def options(self) -> _containers.RepeatedScalarFieldContainer[_builtins.str]: ...
|
|
72
66
|
@_builtins.property
|
|
73
|
-
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
74
|
-
def value(self) -> _containers.RepeatedScalarFieldContainer[_builtins.int]: ...
|
|
75
|
-
@_builtins.property
|
|
76
67
|
def raw_values(self) -> _containers.RepeatedScalarFieldContainer[_builtins.str]:
|
|
77
68
|
"""after we introduced accept_new_options, we send the option as a string
|
|
78
69
|
instead of an index to keep it simple.
|
|
79
70
|
"""
|
|
80
71
|
|
|
81
72
|
@_builtins.property
|
|
82
|
-
def label_visibility(self) ->
|
|
73
|
+
def label_visibility(self) -> _LabelVisibility_pb2.LabelVisibility: ...
|
|
83
74
|
def __init__(
|
|
84
75
|
self,
|
|
85
76
|
*,
|
|
@@ -89,18 +80,17 @@ class MultiSelect(_message.Message):
|
|
|
89
80
|
options: _abc.Iterable[_builtins.str] | None = ...,
|
|
90
81
|
help: _builtins.str = ...,
|
|
91
82
|
form_id: _builtins.str = ...,
|
|
92
|
-
value: _abc.Iterable[_builtins.int] | None = ...,
|
|
93
83
|
raw_values: _abc.Iterable[_builtins.str] | None = ...,
|
|
94
84
|
set_value: _builtins.bool = ...,
|
|
95
85
|
disabled: _builtins.bool = ...,
|
|
96
|
-
label_visibility:
|
|
86
|
+
label_visibility: _LabelVisibility_pb2.LabelVisibility | None = ...,
|
|
97
87
|
max_selections: _builtins.int = ...,
|
|
98
88
|
placeholder: _builtins.str = ...,
|
|
99
89
|
accept_new_options: _builtins.bool | None = ...,
|
|
100
90
|
) -> None: ...
|
|
101
91
|
_HasFieldArgType: _TypeAlias = _typing.Literal["_accept_new_options", b"_accept_new_options", "accept_new_options", b"accept_new_options", "label_visibility", b"label_visibility"] # noqa: Y015
|
|
102
92
|
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
103
|
-
_ClearFieldArgType: _TypeAlias = _typing.Literal["_accept_new_options", b"_accept_new_options", "accept_new_options", b"accept_new_options", "default", b"default", "disabled", b"disabled", "form_id", b"form_id", "help", b"help", "id", b"id", "label", b"label", "label_visibility", b"label_visibility", "max_selections", b"max_selections", "options", b"options", "placeholder", b"placeholder", "raw_values", b"raw_values", "set_value", b"set_value"
|
|
93
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["_accept_new_options", b"_accept_new_options", "accept_new_options", b"accept_new_options", "default", b"default", "disabled", b"disabled", "form_id", b"form_id", "help", b"help", "id", b"id", "label", b"label", "label_visibility", b"label_visibility", "max_selections", b"max_selections", "options", b"options", "placeholder", b"placeholder", "raw_values", b"raw_values", "set_value", b"set_value"] # noqa: Y015
|
|
104
94
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
105
95
|
_WhichOneofReturnType__accept_new_options: _TypeAlias = _typing.Literal["accept_new_options"] # noqa: Y015
|
|
106
96
|
_WhichOneofArgType__accept_new_options: _TypeAlias = _typing.Literal["_accept_new_options", b"_accept_new_options"] # noqa: Y015
|
|
@@ -15,14 +15,13 @@ _sym_db = _symbol_database.Default()
|
|
|
15
15
|
from streamlit.proto import AppPage_pb2 as streamlit_dot_proto_dot_AppPage__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n streamlit/proto/Navigation.proto\x1a\x1dstreamlit/proto/AppPage.proto\"\xbd\x01\n\nNavigation\x12\x10\n\x08sections\x18\x01 \x03(\t\x12\x1b\n\tapp_pages\x18\x02 \x03(\x0b\x32\x08.AppPage\x12&\n\x08position\x18\x03 \x01(\x0e\x32\x14.Navigation.Position\x12\x18\n\x10page_script_hash\x18\x04 \x01(\t\x12\x10\n\x08\x65xpanded\x18\x05 \x01(\x08\",\n\x08Position\x12\n\n\x06HIDDEN\x10\x00\x12\x0b\n\x07SIDEBAR\x10\x01\x12\x07\n\x03TOP\x10\x02\
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n streamlit/proto/Navigation.proto\x1a\x1dstreamlit/proto/AppPage.proto\"\xbd\x01\n\nNavigation\x12\x10\n\x08sections\x18\x01 \x03(\t\x12\x1b\n\tapp_pages\x18\x02 \x03(\x0b\x32\x08.AppPage\x12&\n\x08position\x18\x03 \x01(\x0e\x32\x14.Navigation.Position\x12\x18\n\x10page_script_hash\x18\x04 \x01(\t\x12\x10\n\x08\x65xpanded\x18\x05 \x01(\x08\",\n\x08Position\x12\n\n\x06HIDDEN\x10\x00\x12\x0b\n\x07SIDEBAR\x10\x01\x12\x07\n\x03TOP\x10\x02\x62\x06proto3')
|
|
19
19
|
|
|
20
20
|
_globals = globals()
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
22
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Navigation_pb2', _globals)
|
|
23
23
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
24
|
-
|
|
25
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlit'
|
|
24
|
+
DESCRIPTOR._loaded_options = None
|
|
26
25
|
_globals['_NAVIGATION']._serialized_start=68
|
|
27
26
|
_globals['_NAVIGATION']._serialized_end=257
|
|
28
27
|
_globals['_NAVIGATION_POSITION']._serialized_start=213
|
|
@@ -16,42 +16,53 @@ from streamlit.proto import AppPage_pb2 as streamlit_dot_proto_dot_AppPage__pb2
|
|
|
16
16
|
from streamlit.proto import SessionStatus_pb2 as streamlit_dot_proto_dot_SessionStatus__pb2
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n streamlit/proto/NewSession.proto\x1a\x1dstreamlit/proto/AppPage.proto\x1a#streamlit/proto/SessionStatus.proto\"\xa5\x02\n\nNewSession\x12\x1f\n\ninitialize\x18\x01 \x01(\x0b\x32\x0b.Initialize\x12\x15\n\rscript_run_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x18\n\x10main_script_path\x18\x04 \x01(\t\x12\x17\n\x06\x63onfig\x18\x06 \x01(\x0b\x32\x07.Config\x12(\n\x0c\x63ustom_theme\x18\x07 \x01(\x0b\x32\x12.CustomThemeConfig\x12\x1b\n\tapp_pages\x18\x08 \x03(\x0b\x32\x08.AppPage\x12\x18\n\x10page_script_hash\x18\t \x01(\t\x12\x1d\n\x15\x66ragment_ids_this_run\x18\n \x03(\t\x12\x18\n\x10main_script_hash\x18\x0b \x01(\tJ\x04\x08\x05\x10\x06\"\
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n streamlit/proto/NewSession.proto\x1a\x1dstreamlit/proto/AppPage.proto\x1a#streamlit/proto/SessionStatus.proto\"\xa5\x02\n\nNewSession\x12\x1f\n\ninitialize\x18\x01 \x01(\x0b\x32\x0b.Initialize\x12\x15\n\rscript_run_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x18\n\x10main_script_path\x18\x04 \x01(\t\x12\x17\n\x06\x63onfig\x18\x06 \x01(\x0b\x32\x07.Config\x12(\n\x0c\x63ustom_theme\x18\x07 \x01(\x0b\x32\x12.CustomThemeConfig\x12\x1b\n\tapp_pages\x18\x08 \x03(\x0b\x32\x08.AppPage\x12\x18\n\x10page_script_hash\x18\t \x01(\t\x12\x1d\n\x15\x66ragment_ids_this_run\x18\n \x03(\t\x12\x18\n\x10main_script_hash\x18\x0b \x01(\tJ\x04\x08\x05\x10\x06\"\xaa\x01\n\nInitialize\x12\x1c\n\tuser_info\x18\x01 \x01(\x0b\x32\t.UserInfo\x12*\n\x10\x65nvironment_info\x18\x03 \x01(\x0b\x32\x10.EnvironmentInfo\x12&\n\x0esession_status\x18\x04 \x01(\x0b\x32\x0e.SessionStatus\x12\x12\n\nsession_id\x18\x06 \x01(\t\x12\x10\n\x08is_hello\x18\x07 \x01(\x08J\x04\x08\x05\x10\x06\"\xc0\x03\n\x06\x43onfig\x12\x1a\n\x12gather_usage_stats\x18\x02 \x01(\x08\x12\x1e\n\x16max_cached_message_age\x18\x03 \x01(\x05\x12\x19\n\x11\x61llow_run_on_save\x18\x05 \x01(\x08\x12\x14\n\x0chide_top_bar\x18\x06 \x01(\x08\x12\x18\n\x10hide_sidebar_nav\x18\x07 \x01(\x08\x12)\n\x0ctoolbar_mode\x18\x08 \x01(\x0e\x32\x13.Config.ToolbarMode\x12\x30\n\x10show_error_links\x18\t \x01(\x0e\x32\x16.Config.ShowErrorLinks\"?\n\x0bToolbarMode\x12\x08\n\x04\x41UTO\x10\x00\x12\r\n\tDEVELOPER\x10\x01\x12\n\n\x06VIEWER\x10\x02\x12\x0b\n\x07MINIMAL\x10\x03\"\x84\x01\n\x0eShowErrorLinks\x12 \n\x1cSHOW_ERROR_LINKS_UNSPECIFIED\x10\x00\x12\x19\n\x15SHOW_ERROR_LINKS_AUTO\x10\x01\x12\x19\n\x15SHOW_ERROR_LINKS_TRUE\x10\x02\x12\x1a\n\x16SHOW_ERROR_LINKS_FALSE\x10\x03J\x04\x08\x01\x10\x02J\x04\x08\x04\x10\x05\"\xfa\x15\n\x11\x43ustomThemeConfig\x12\x15\n\rprimary_color\x18\x01 \x01(\t\x12\"\n\x1asecondary_background_color\x18\x02 \x01(\t\x12\x18\n\x10\x62\x61\x63kground_color\x18\x03 \x01(\t\x12\x12\n\ntext_color\x18\x04 \x01(\t\x12/\n\x04\x66ont\x18\x05 \x01(\x0e\x32\x1d.CustomThemeConfig.FontFamilyB\x02\x18\x01\x12*\n\x04\x62\x61se\x18\x06 \x01(\x0e\x32\x1c.CustomThemeConfig.BaseTheme\x12#\n\x17widget_background_color\x18\x07 \x01(\tB\x02\x18\x01\x12\x1f\n\x13widget_border_color\x18\x08 \x01(\tB\x02\x18\x01\x12\x19\n\x05radii\x18\t \x01(\x0b\x32\x06.RadiiB\x02\x18\x01\x12\x14\n\x0cheading_font\x18\x0c \x01(\t\x12\x11\n\tbody_font\x18\r \x01(\t\x12\x11\n\tcode_font\x18\x0e \x01(\t\x12\x1d\n\nfont_faces\x18\x0f \x03(\x0b\x32\t.FontFace\x12!\n\x0c\x66ont_sources\x18% \x03(\x0b\x32\x0b.FontSource\x12\"\n\nfont_sizes\x18\x10 \x01(\x0b\x32\n.FontSizesB\x02\x18\x01\x12%\n\x19skeleton_background_color\x18\x11 \x01(\tB\x02\x18\x01\x12\x18\n\x0b\x62\x61se_radius\x18\x12 \x01(\tH\x00\x88\x01\x01\x12\x1a\n\rbutton_radius\x18\x1a \x01(\tH\x01\x88\x01\x01\x12\x19\n\x0c\x62order_color\x18\x13 \x01(\tH\x02\x88\x01\x01\x12#\n\x16\x64\x61taframe_border_color\x18\x1b \x01(\tH\x03\x88\x01\x01\x12\x1f\n\x12show_widget_border\x18\x14 \x01(\x08H\x04\x88\x01\x01\x12\x17\n\nlink_color\x18\x15 \x01(\tH\x05\x88\x01\x01\x12\x1b\n\x0elink_underline\x18\x1d \x01(\x08H\x06\x88\x01\x01\x12\x1b\n\x0e\x62\x61se_font_size\x18\x16 \x01(\x05H\x07\x88\x01\x01\x12\x1d\n\x10\x62\x61se_font_weight\x18\x1e \x01(\x05H\x08\x88\x01\x01\x12\x1d\n\x10\x63ode_font_weight\x18 \x01(\x05H\t\x88\x01\x01\x12\x1b\n\x0e\x63ode_font_size\x18\x1c \x01(\tH\n\x88\x01\x01\x12\x1a\n\x12heading_font_sizes\x18# \x03(\t\x12\x1c\n\x14heading_font_weights\x18\" \x03(\x05\x12 \n\x13show_sidebar_border\x18\x17 \x01(\x08H\x0b\x88\x01\x01\x12\x1c\n\x0f\x63ode_text_color\x18; \x01(\tH\x0c\x88\x01\x01\x12\"\n\x15\x63ode_background_color\x18\x19 \x01(\tH\r\x88\x01\x01\x12.\n!dataframe_header_background_color\x18\x1f \x01(\tH\x0e\x88\x01\x01\x12 \n\x18\x63hart_categorical_colors\x18! \x03(\t\x12\x1f\n\x17\x63hart_sequential_colors\x18$ \x03(\t\x12\x1e\n\x16\x63hart_diverging_colors\x18> \x03(\t\x12\x16\n\tred_color\x18& \x01(\tH\x0f\x88\x01\x01\x12\x19\n\x0corange_color\x18\' \x01(\tH\x10\x88\x01\x01\x12\x19\n\x0cyellow_color\x18( \x01(\tH\x11\x88\x01\x01\x12\x17\n\nblue_color\x18) \x01(\tH\x12\x88\x01\x01\x12\x18\n\x0bgreen_color\x18* \x01(\tH\x13\x88\x01\x01\x12\x19\n\x0cviolet_color\x18+ \x01(\tH\x14\x88\x01\x01\x12\x17\n\ngray_color\x18, \x01(\tH\x15\x88\x01\x01\x12!\n\x14red_background_color\x18- \x01(\tH\x16\x88\x01\x01\x12$\n\x17orange_background_color\x18. \x01(\tH\x17\x88\x01\x01\x12$\n\x17yellow_background_color\x18/ \x01(\tH\x18\x88\x01\x01\x12\"\n\x15\x62lue_background_color\x18\x30 \x01(\tH\x19\x88\x01\x01\x12#\n\x16green_background_color\x18\x31 \x01(\tH\x1a\x88\x01\x01\x12$\n\x17violet_background_color\x18\x32 \x01(\tH\x1b\x88\x01\x01\x12\"\n\x15gray_background_color\x18\x33 \x01(\tH\x1c\x88\x01\x01\x12\x1b\n\x0ered_text_color\x18\x34 \x01(\tH\x1d\x88\x01\x01\x12\x1e\n\x11orange_text_color\x18\x35 \x01(\tH\x1e\x88\x01\x01\x12\x1e\n\x11yellow_text_color\x18\x36 \x01(\tH\x1f\x88\x01\x01\x12\x1c\n\x0f\x62lue_text_color\x18\x37 \x01(\tH \x88\x01\x01\x12\x1d\n\x10green_text_color\x18\x38 \x01(\tH!\x88\x01\x01\x12\x1e\n\x11violet_text_color\x18\x39 \x01(\tH\"\x88\x01\x01\x12\x1c\n\x0fgray_text_color\x18: \x01(\tH#\x88\x01\x01\x12(\n\x07sidebar\x18\x18 \x01(\x0b\x32\x12.CustomThemeConfigH$\x88\x01\x01\x12&\n\x05light\x18< \x01(\x0b\x32\x12.CustomThemeConfigH%\x88\x01\x01\x12%\n\x04\x64\x61rk\x18= \x01(\x0b\x32\x12.CustomThemeConfigH&\x88\x01\x01\" \n\tBaseTheme\x12\t\n\x05LIGHT\x10\x00\x12\x08\n\x04\x44\x41RK\x10\x01\"6\n\nFontFamily\x12\x0e\n\nSANS_SERIF\x10\x00\x12\t\n\x05SERIF\x10\x01\x12\r\n\tMONOSPACE\x10\x02\x42\x0e\n\x0c_base_radiusB\x10\n\x0e_button_radiusB\x0f\n\r_border_colorB\x19\n\x17_dataframe_border_colorB\x15\n\x13_show_widget_borderB\r\n\x0b_link_colorB\x11\n\x0f_link_underlineB\x11\n\x0f_base_font_sizeB\x13\n\x11_base_font_weightB\x13\n\x11_code_font_weightB\x11\n\x0f_code_font_sizeB\x16\n\x14_show_sidebar_borderB\x12\n\x10_code_text_colorB\x18\n\x16_code_background_colorB$\n\"_dataframe_header_background_colorB\x0c\n\n_red_colorB\x0f\n\r_orange_colorB\x0f\n\r_yellow_colorB\r\n\x0b_blue_colorB\x0e\n\x0c_green_colorB\x0f\n\r_violet_colorB\r\n\x0b_gray_colorB\x17\n\x15_red_background_colorB\x1a\n\x18_orange_background_colorB\x1a\n\x18_yellow_background_colorB\x18\n\x16_blue_background_colorB\x19\n\x17_green_background_colorB\x1a\n\x18_violet_background_colorB\x18\n\x16_gray_background_colorB\x11\n\x0f_red_text_colorB\x14\n\x12_orange_text_colorB\x14\n\x12_yellow_text_colorB\x12\n\x10_blue_text_colorB\x13\n\x11_green_text_colorB\x14\n\x12_violet_text_colorB\x12\n\x10_gray_text_colorB\n\n\x08_sidebarB\x08\n\x06_lightB\x07\n\x05_dark\"w\n\x08\x46ontFace\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x0e\n\x06\x66\x61mily\x18\x02 \x01(\t\x12\x12\n\x06weight\x18\x03 \x01(\x05\x42\x02\x18\x01\x12\x14\n\x0cweight_range\x18\x05 \x01(\t\x12\r\n\x05style\x18\x04 \x01(\t\x12\x15\n\runicode_range\x18\x06 \x01(\t\"5\n\nFontSource\x12\x13\n\x0b\x63onfig_name\x18\x01 \x01(\t\x12\x12\n\nsource_url\x18\x02 \x01(\t\"<\n\x05Radii\x12\x1a\n\x12\x62\x61se_widget_radius\x18\x01 \x01(\x05\x12\x17\n\x0f\x63heckbox_radius\x18\x02 \x01(\x05\"T\n\tFontSizes\x12\x16\n\x0etiny_font_size\x18\x01 \x01(\x05\x12\x17\n\x0fsmall_font_size\x18\x02 \x01(\x05\x12\x16\n\x0e\x62\x61se_font_size\x18\x03 \x01(\x05\"a\n\x08UserInfo\x12\x17\n\x0finstallation_id\x18\x01 \x01(\t\x12\x1a\n\x12installation_id_v3\x18\x05 \x01(\t\x12\x1a\n\x12installation_id_v4\x18\x06 \x01(\tJ\x04\x08\x02\x10\x03\"l\n\x0f\x45nvironmentInfo\x12\x19\n\x11streamlit_version\x18\x01 \x01(\t\x12\x16\n\x0epython_version\x18\x02 \x01(\t\x12\x11\n\tserver_os\x18\x03 \x01(\t\x12\x13\n\x0bhas_display\x18\x04 \x01(\x08\x62\x06proto3')
|
|
20
20
|
|
|
21
21
|
_globals = globals()
|
|
22
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
23
23
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.NewSession_pb2', _globals)
|
|
24
24
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
25
|
-
|
|
26
|
-
_globals['
|
|
25
|
+
DESCRIPTOR._loaded_options = None
|
|
26
|
+
_globals['_CUSTOMTHEMECONFIG'].fields_by_name['font']._loaded_options = None
|
|
27
|
+
_globals['_CUSTOMTHEMECONFIG'].fields_by_name['font']._serialized_options = b'\030\001'
|
|
28
|
+
_globals['_CUSTOMTHEMECONFIG'].fields_by_name['widget_background_color']._loaded_options = None
|
|
29
|
+
_globals['_CUSTOMTHEMECONFIG'].fields_by_name['widget_background_color']._serialized_options = b'\030\001'
|
|
30
|
+
_globals['_CUSTOMTHEMECONFIG'].fields_by_name['widget_border_color']._loaded_options = None
|
|
31
|
+
_globals['_CUSTOMTHEMECONFIG'].fields_by_name['widget_border_color']._serialized_options = b'\030\001'
|
|
32
|
+
_globals['_CUSTOMTHEMECONFIG'].fields_by_name['radii']._loaded_options = None
|
|
33
|
+
_globals['_CUSTOMTHEMECONFIG'].fields_by_name['radii']._serialized_options = b'\030\001'
|
|
34
|
+
_globals['_CUSTOMTHEMECONFIG'].fields_by_name['font_sizes']._loaded_options = None
|
|
35
|
+
_globals['_CUSTOMTHEMECONFIG'].fields_by_name['font_sizes']._serialized_options = b'\030\001'
|
|
36
|
+
_globals['_CUSTOMTHEMECONFIG'].fields_by_name['skeleton_background_color']._loaded_options = None
|
|
37
|
+
_globals['_CUSTOMTHEMECONFIG'].fields_by_name['skeleton_background_color']._serialized_options = b'\030\001'
|
|
27
38
|
_globals['_FONTFACE'].fields_by_name['weight']._loaded_options = None
|
|
28
39
|
_globals['_FONTFACE'].fields_by_name['weight']._serialized_options = b'\030\001'
|
|
29
40
|
_globals['_NEWSESSION']._serialized_start=105
|
|
30
41
|
_globals['_NEWSESSION']._serialized_end=398
|
|
31
42
|
_globals['_INITIALIZE']._serialized_start=401
|
|
32
|
-
_globals['_INITIALIZE']._serialized_end=
|
|
33
|
-
_globals['_CONFIG']._serialized_start=
|
|
34
|
-
_globals['_CONFIG']._serialized_end=
|
|
35
|
-
_globals['_CONFIG_TOOLBARMODE']._serialized_start=
|
|
36
|
-
_globals['_CONFIG_TOOLBARMODE']._serialized_end=
|
|
37
|
-
_globals['_CONFIG_SHOWERRORLINKS']._serialized_start=
|
|
38
|
-
_globals['_CONFIG_SHOWERRORLINKS']._serialized_end=
|
|
39
|
-
_globals['_CUSTOMTHEMECONFIG']._serialized_start=
|
|
40
|
-
_globals['_CUSTOMTHEMECONFIG']._serialized_end=
|
|
41
|
-
_globals['_CUSTOMTHEMECONFIG_BASETHEME']._serialized_start=
|
|
42
|
-
_globals['_CUSTOMTHEMECONFIG_BASETHEME']._serialized_end=
|
|
43
|
-
_globals['_CUSTOMTHEMECONFIG_FONTFAMILY']._serialized_start=
|
|
44
|
-
_globals['_CUSTOMTHEMECONFIG_FONTFAMILY']._serialized_end=
|
|
45
|
-
_globals['_FONTFACE']._serialized_start=
|
|
46
|
-
_globals['_FONTFACE']._serialized_end=
|
|
47
|
-
_globals['_FONTSOURCE']._serialized_start=
|
|
48
|
-
_globals['_FONTSOURCE']._serialized_end=
|
|
49
|
-
_globals['_RADII']._serialized_start=
|
|
50
|
-
_globals['_RADII']._serialized_end=
|
|
51
|
-
_globals['_FONTSIZES']._serialized_start=
|
|
52
|
-
_globals['_FONTSIZES']._serialized_end=
|
|
53
|
-
_globals['_USERINFO']._serialized_start=
|
|
54
|
-
_globals['_USERINFO']._serialized_end=
|
|
55
|
-
_globals['_ENVIRONMENTINFO']._serialized_start=
|
|
56
|
-
_globals['_ENVIRONMENTINFO']._serialized_end=
|
|
43
|
+
_globals['_INITIALIZE']._serialized_end=571
|
|
44
|
+
_globals['_CONFIG']._serialized_start=574
|
|
45
|
+
_globals['_CONFIG']._serialized_end=1022
|
|
46
|
+
_globals['_CONFIG_TOOLBARMODE']._serialized_start=812
|
|
47
|
+
_globals['_CONFIG_TOOLBARMODE']._serialized_end=875
|
|
48
|
+
_globals['_CONFIG_SHOWERRORLINKS']._serialized_start=878
|
|
49
|
+
_globals['_CONFIG_SHOWERRORLINKS']._serialized_end=1010
|
|
50
|
+
_globals['_CUSTOMTHEMECONFIG']._serialized_start=1025
|
|
51
|
+
_globals['_CUSTOMTHEMECONFIG']._serialized_end=3835
|
|
52
|
+
_globals['_CUSTOMTHEMECONFIG_BASETHEME']._serialized_start=2948
|
|
53
|
+
_globals['_CUSTOMTHEMECONFIG_BASETHEME']._serialized_end=2980
|
|
54
|
+
_globals['_CUSTOMTHEMECONFIG_FONTFAMILY']._serialized_start=2982
|
|
55
|
+
_globals['_CUSTOMTHEMECONFIG_FONTFAMILY']._serialized_end=3036
|
|
56
|
+
_globals['_FONTFACE']._serialized_start=3837
|
|
57
|
+
_globals['_FONTFACE']._serialized_end=3956
|
|
58
|
+
_globals['_FONTSOURCE']._serialized_start=3958
|
|
59
|
+
_globals['_FONTSOURCE']._serialized_end=4011
|
|
60
|
+
_globals['_RADII']._serialized_start=4013
|
|
61
|
+
_globals['_RADII']._serialized_end=4073
|
|
62
|
+
_globals['_FONTSIZES']._serialized_start=4075
|
|
63
|
+
_globals['_FONTSIZES']._serialized_end=4159
|
|
64
|
+
_globals['_USERINFO']._serialized_start=4161
|
|
65
|
+
_globals['_USERINFO']._serialized_end=4258
|
|
66
|
+
_globals['_ENVIRONMENTINFO']._serialized_start=4260
|
|
67
|
+
_globals['_ENVIRONMENTINFO']._serialized_end=4368
|
|
57
68
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -136,13 +136,8 @@ class Initialize(_message.Message):
|
|
|
136
136
|
USER_INFO_FIELD_NUMBER: _builtins.int
|
|
137
137
|
ENVIRONMENT_INFO_FIELD_NUMBER: _builtins.int
|
|
138
138
|
SESSION_STATUS_FIELD_NUMBER: _builtins.int
|
|
139
|
-
COMMAND_LINE_FIELD_NUMBER: _builtins.int
|
|
140
139
|
SESSION_ID_FIELD_NUMBER: _builtins.int
|
|
141
140
|
IS_HELLO_FIELD_NUMBER: _builtins.int
|
|
142
|
-
command_line: _builtins.str
|
|
143
|
-
"""DEPRECATED: We no longer send this to the frontend for security reasons.
|
|
144
|
-
The actual command line as a string
|
|
145
|
-
"""
|
|
146
141
|
session_id: _builtins.str
|
|
147
142
|
"""The AppSession.id for this connection's AppSession.
|
|
148
143
|
This is used to associate uploaded files with the client that uploaded
|
|
@@ -164,13 +159,12 @@ class Initialize(_message.Message):
|
|
|
164
159
|
user_info: Global___UserInfo | None = ...,
|
|
165
160
|
environment_info: Global___EnvironmentInfo | None = ...,
|
|
166
161
|
session_status: _SessionStatus_pb2.SessionStatus | None = ...,
|
|
167
|
-
command_line: _builtins.str = ...,
|
|
168
162
|
session_id: _builtins.str = ...,
|
|
169
163
|
is_hello: _builtins.bool = ...,
|
|
170
164
|
) -> None: ...
|
|
171
165
|
_HasFieldArgType: _TypeAlias = _typing.Literal["environment_info", b"environment_info", "session_status", b"session_status", "user_info", b"user_info"] # noqa: Y015
|
|
172
166
|
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
173
|
-
_ClearFieldArgType: _TypeAlias = _typing.Literal["
|
|
167
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["environment_info", b"environment_info", "is_hello", b"is_hello", "session_id", b"session_id", "session_status", b"session_status", "user_info", b"user_info"] # noqa: Y015
|
|
174
168
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
175
169
|
|
|
176
170
|
Global___Initialize: _TypeAlias = Initialize # noqa: Y015
|
|
@@ -223,7 +217,6 @@ class Config(_message.Message):
|
|
|
223
217
|
|
|
224
218
|
GATHER_USAGE_STATS_FIELD_NUMBER: _builtins.int
|
|
225
219
|
MAX_CACHED_MESSAGE_AGE_FIELD_NUMBER: _builtins.int
|
|
226
|
-
MAPBOX_TOKEN_FIELD_NUMBER: _builtins.int
|
|
227
220
|
ALLOW_RUN_ON_SAVE_FIELD_NUMBER: _builtins.int
|
|
228
221
|
HIDE_TOP_BAR_FIELD_NUMBER: _builtins.int
|
|
229
222
|
HIDE_SIDEBAR_NAV_FIELD_NUMBER: _builtins.int
|
|
@@ -233,8 +226,6 @@ class Config(_message.Message):
|
|
|
233
226
|
"""See config option "browser.gatherUsageStats"."""
|
|
234
227
|
max_cached_message_age: _builtins.int
|
|
235
228
|
"""See config option "global.maxCachedMessageAge"."""
|
|
236
|
-
mapbox_token: _builtins.str
|
|
237
|
-
"""DEPRECATED: the mapbox token was moved to the DeckGlJsonChart message."""
|
|
238
229
|
allow_run_on_save: _builtins.bool
|
|
239
230
|
"""See config option "server.allowRunOnSave"."""
|
|
240
231
|
hide_top_bar: _builtins.bool
|
|
@@ -248,14 +239,13 @@ class Config(_message.Message):
|
|
|
248
239
|
*,
|
|
249
240
|
gather_usage_stats: _builtins.bool = ...,
|
|
250
241
|
max_cached_message_age: _builtins.int = ...,
|
|
251
|
-
mapbox_token: _builtins.str = ...,
|
|
252
242
|
allow_run_on_save: _builtins.bool = ...,
|
|
253
243
|
hide_top_bar: _builtins.bool = ...,
|
|
254
244
|
hide_sidebar_nav: _builtins.bool = ...,
|
|
255
245
|
toolbar_mode: Global___Config.ToolbarMode.ValueType = ...,
|
|
256
246
|
show_error_links: Global___Config.ShowErrorLinks.ValueType = ...,
|
|
257
247
|
) -> None: ...
|
|
258
|
-
_ClearFieldArgType: _TypeAlias = _typing.Literal["allow_run_on_save", b"allow_run_on_save", "gather_usage_stats", b"gather_usage_stats", "hide_sidebar_nav", b"hide_sidebar_nav", "hide_top_bar", b"hide_top_bar", "
|
|
248
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["allow_run_on_save", b"allow_run_on_save", "gather_usage_stats", b"gather_usage_stats", "hide_sidebar_nav", b"hide_sidebar_nav", "hide_top_bar", b"hide_top_bar", "max_cached_message_age", b"max_cached_message_age", "show_error_links", b"show_error_links", "toolbar_mode", b"toolbar_mode"] # noqa: Y015
|
|
259
249
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
260
250
|
|
|
261
251
|
Global___Config: _TypeAlias = Config # noqa: Y015
|
|
@@ -365,18 +355,50 @@ class CustomThemeConfig(_message.Message):
|
|
|
365
355
|
secondary_background_color: _builtins.str
|
|
366
356
|
background_color: _builtins.str
|
|
367
357
|
text_color: _builtins.str
|
|
368
|
-
|
|
369
|
-
"""
|
|
358
|
+
@_builtins.property
|
|
359
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
360
|
+
def font(self) -> Global___CustomThemeConfig.FontFamily.ValueType:
|
|
361
|
+
"""DEPRECATED: Use body_font instead:"""
|
|
362
|
+
|
|
363
|
+
@font.setter
|
|
364
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
365
|
+
def font(self, value: Global___CustomThemeConfig.FontFamily.ValueType) -> None:
|
|
366
|
+
"""DEPRECATED: Use body_font instead:"""
|
|
367
|
+
|
|
370
368
|
base: Global___CustomThemeConfig.BaseTheme.ValueType
|
|
371
|
-
|
|
372
|
-
"""
|
|
373
|
-
|
|
374
|
-
|
|
369
|
+
@_builtins.property
|
|
370
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
371
|
+
def widget_background_color(self) -> _builtins.str:
|
|
372
|
+
"""DEPRECATED: This color is not applied anymore:"""
|
|
373
|
+
|
|
374
|
+
@widget_background_color.setter
|
|
375
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
376
|
+
def widget_background_color(self, value: _builtins.str) -> None:
|
|
377
|
+
"""DEPRECATED: This color is not applied anymore:"""
|
|
378
|
+
|
|
379
|
+
@_builtins.property
|
|
380
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
381
|
+
def widget_border_color(self) -> _builtins.str:
|
|
382
|
+
"""DEPRECATED: Use the border_color and show_widget_border instead:"""
|
|
383
|
+
|
|
384
|
+
@widget_border_color.setter
|
|
385
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
386
|
+
def widget_border_color(self, value: _builtins.str) -> None:
|
|
387
|
+
"""DEPRECATED: Use the border_color and show_widget_border instead:"""
|
|
388
|
+
|
|
375
389
|
heading_font: _builtins.str
|
|
376
390
|
body_font: _builtins.str
|
|
377
391
|
code_font: _builtins.str
|
|
378
|
-
|
|
379
|
-
"""
|
|
392
|
+
@_builtins.property
|
|
393
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
394
|
+
def skeleton_background_color(self) -> _builtins.str:
|
|
395
|
+
"""DEPRECATED: This color is not applied anymore:"""
|
|
396
|
+
|
|
397
|
+
@skeleton_background_color.setter
|
|
398
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
399
|
+
def skeleton_background_color(self, value: _builtins.str) -> None:
|
|
400
|
+
"""DEPRECATED: This color is not applied anymore:"""
|
|
401
|
+
|
|
380
402
|
base_radius: _builtins.str
|
|
381
403
|
button_radius: _builtins.str
|
|
382
404
|
border_color: _builtins.str
|
|
@@ -417,6 +439,7 @@ class CustomThemeConfig(_message.Message):
|
|
|
417
439
|
violet_text_color: _builtins.str
|
|
418
440
|
gray_text_color: _builtins.str
|
|
419
441
|
@_builtins.property
|
|
442
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
420
443
|
def radii(self) -> Global___Radii:
|
|
421
444
|
"""DEPRECATED: Please use the base_radius theme config instead:"""
|
|
422
445
|
|
|
@@ -425,6 +448,7 @@ class CustomThemeConfig(_message.Message):
|
|
|
425
448
|
@_builtins.property
|
|
426
449
|
def font_sources(self) -> _containers.RepeatedCompositeFieldContainer[Global___FontSource]: ...
|
|
427
450
|
@_builtins.property
|
|
451
|
+
@_deprecated("""This field has been marked as deprecated using proto field options.""")
|
|
428
452
|
def font_sizes(self) -> Global___FontSizes:
|
|
429
453
|
"""DEPRECATED: Please use the base_font_size theme config instead:"""
|
|
430
454
|
|
|
@@ -12,19 +12,18 @@ 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/NumberInput.proto\x1a
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!streamlit/proto/NumberInput.proto\x1a%streamlit/proto/LabelVisibility.proto\"\xc3\x03\n\x0bNumberInput\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x0f\n\x07\x66orm_id\x18\x03 \x01(\t\x12\x0e\n\x06\x66ormat\x18\x08 \x01(\t\x12\x0f\n\x07has_min\x18\x0b \x01(\x08\x12\x0f\n\x07has_max\x18\x0c \x01(\x08\x12(\n\tdata_type\x18\r \x01(\x0e\x32\x15.NumberInput.DataType\x12\x14\n\x07\x64\x65\x66\x61ult\x18\x0e \x01(\x01H\x00\x88\x01\x01\x12\x0c\n\x04step\x18\x0f \x01(\x01\x12\x0b\n\x03min\x18\x10 \x01(\x01\x12\x0b\n\x03max\x18\x11 \x01(\x01\x12\x0c\n\x04help\x18\x12 \x01(\t\x12\x12\n\x05value\x18\x13 \x01(\x01H\x01\x88\x01\x01\x12\x11\n\tset_value\x18\x14 \x01(\x08\x12\x10\n\x08\x64isabled\x18\x15 \x01(\x08\x12*\n\x10label_visibility\x18\x16 \x01(\x0b\x32\x10.LabelVisibility\x12\x13\n\x0bplaceholder\x18\x17 \x01(\t\x12\x0c\n\x04icon\x18\x18 \x01(\t\"\x1e\n\x08\x44\x61taType\x12\x07\n\x03INT\x10\x00\x12\t\n\x05\x46LOAT\x10\x01\x42\n\n\x08_defaultB\x08\n\x06_valueJ\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06J\x04\x08\x06\x10\x07J\x04\x08\x07\x10\x08J\x04\x08\t\x10\nJ\x04\x08\n\x10\x0b\x62\x06proto3')
|
|
19
19
|
|
|
20
20
|
_globals = globals()
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
22
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.NumberInput_pb2', _globals)
|
|
23
23
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
24
|
-
|
|
25
|
-
_globals['
|
|
26
|
-
_globals['_NUMBERINPUT'].
|
|
27
|
-
_globals['
|
|
28
|
-
_globals['_NUMBERINPUT_DATATYPE'].
|
|
29
|
-
_globals['_NUMBERINPUT_DATATYPE']._serialized_end=484
|
|
24
|
+
DESCRIPTOR._loaded_options = None
|
|
25
|
+
_globals['_NUMBERINPUT']._serialized_start=77
|
|
26
|
+
_globals['_NUMBERINPUT']._serialized_end=528
|
|
27
|
+
_globals['_NUMBERINPUT_DATATYPE']._serialized_start=440
|
|
28
|
+
_globals['_NUMBERINPUT_DATATYPE']._serialized_end=470
|
|
30
29
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -20,7 +20,7 @@ limitations under the License.
|
|
|
20
20
|
from google.protobuf import descriptor as _descriptor
|
|
21
21
|
from google.protobuf import message as _message
|
|
22
22
|
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
23
|
-
from streamlit.proto import
|
|
23
|
+
from streamlit.proto import LabelVisibility_pb2 as _LabelVisibility_pb2
|
|
24
24
|
import builtins as _builtins
|
|
25
25
|
import sys
|
|
26
26
|
import typing as _typing
|
|
@@ -91,7 +91,7 @@ class NumberInput(_message.Message):
|
|
|
91
91
|
placeholder: _builtins.str
|
|
92
92
|
icon: _builtins.str
|
|
93
93
|
@_builtins.property
|
|
94
|
-
def label_visibility(self) ->
|
|
94
|
+
def label_visibility(self) -> _LabelVisibility_pb2.LabelVisibility: ...
|
|
95
95
|
def __init__(
|
|
96
96
|
self,
|
|
97
97
|
*,
|
|
@@ -110,7 +110,7 @@ class NumberInput(_message.Message):
|
|
|
110
110
|
value: _builtins.float | None = ...,
|
|
111
111
|
set_value: _builtins.bool = ...,
|
|
112
112
|
disabled: _builtins.bool = ...,
|
|
113
|
-
label_visibility:
|
|
113
|
+
label_visibility: _LabelVisibility_pb2.LabelVisibility | None = ...,
|
|
114
114
|
placeholder: _builtins.str = ...,
|
|
115
115
|
icon: _builtins.str = ...,
|
|
116
116
|
) -> None: ...
|
|
@@ -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/PageConfig.proto\"\xed\x04\n\nPageConfig\x12\r\n\x05title\x18\x01 \x01(\t\x12\x0f\n\x07\x66\x61vicon\x18\x02 \x01(\t\x12\"\n\x06layout\x18\x03 \x01(\x0e\x32\x12.PageConfig.Layout\x12\x37\n\x15initial_sidebar_state\x18\x04 \x01(\x0e\x32\x18.PageConfig.SidebarState\x12)\n\nmenu_items\x18\x05 \x01(\x0b\x32\x15.PageConfig.MenuItems\x12\x42\n\x15initial_sidebar_width\x18\x06 \x01(\x0b\x32\x1e.PageConfig.SidebarWidthConfigH\x00\x88\x01\x01\x1a\x9f\x01\n\tMenuItems\x12\x14\n\x0cget_help_url\x18\x01 \x01(\t\x12\x15\n\rhide_get_help\x18\x02 \x01(\x08\x12\x18\n\x10report_a_bug_url\x18\x03 \x01(\t\x12\x19\n\x11hide_report_a_bug\x18\x04 \x01(\x08\x12\x18\n\x10\x61\x62out_section_md\x18\x05 \x01(\t\x12\x16\n\x0e\x63lear_about_md\x18\x06 \x01(\x08\x1a\x39\n\x12SidebarWidthConfig\x12\x15\n\x0bpixel_width\x18\x01 \x01(\rH\x00\x42\x0c\n\nwidth_spec\"2\n\x06Layout\x12\x0c\n\x08\x43\x45NTERED\x10\x00\x12\x08\n\x04WIDE\x10\x01\x12\x10\n\x0cLAYOUT_UNSET\x10\x02\"H\n\x0cSidebarState\x12\x08\n\x04\x41UTO\x10\x00\x12\x0c\n\x08\x45XPANDED\x10\x01\x12\r\n\tCOLLAPSED\x10\x02\x12\x11\n\rSIDEBAR_UNSET\x10\x03\x42\x18\n\
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n streamlit/proto/PageConfig.proto\"\xed\x04\n\nPageConfig\x12\r\n\x05title\x18\x01 \x01(\t\x12\x0f\n\x07\x66\x61vicon\x18\x02 \x01(\t\x12\"\n\x06layout\x18\x03 \x01(\x0e\x32\x12.PageConfig.Layout\x12\x37\n\x15initial_sidebar_state\x18\x04 \x01(\x0e\x32\x18.PageConfig.SidebarState\x12)\n\nmenu_items\x18\x05 \x01(\x0b\x32\x15.PageConfig.MenuItems\x12\x42\n\x15initial_sidebar_width\x18\x06 \x01(\x0b\x32\x1e.PageConfig.SidebarWidthConfigH\x00\x88\x01\x01\x1a\x9f\x01\n\tMenuItems\x12\x14\n\x0cget_help_url\x18\x01 \x01(\t\x12\x15\n\rhide_get_help\x18\x02 \x01(\x08\x12\x18\n\x10report_a_bug_url\x18\x03 \x01(\t\x12\x19\n\x11hide_report_a_bug\x18\x04 \x01(\x08\x12\x18\n\x10\x61\x62out_section_md\x18\x05 \x01(\t\x12\x16\n\x0e\x63lear_about_md\x18\x06 \x01(\x08\x1a\x39\n\x12SidebarWidthConfig\x12\x15\n\x0bpixel_width\x18\x01 \x01(\rH\x00\x42\x0c\n\nwidth_spec\"2\n\x06Layout\x12\x0c\n\x08\x43\x45NTERED\x10\x00\x12\x08\n\x04WIDE\x10\x01\x12\x10\n\x0cLAYOUT_UNSET\x10\x02\"H\n\x0cSidebarState\x12\x08\n\x04\x41UTO\x10\x00\x12\x0c\n\x08\x45XPANDED\x10\x01\x12\r\n\tCOLLAPSED\x10\x02\x12\x11\n\rSIDEBAR_UNSET\x10\x03\x42\x18\n\x16_initial_sidebar_widthb\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.PageConfig_pb2', _globals)
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
-
|
|
24
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\017PageConfigProto'
|
|
23
|
+
DESCRIPTOR._loaded_options = None
|
|
25
24
|
_globals['_PAGECONFIG']._serialized_start=37
|
|
26
25
|
_globals['_PAGECONFIG']._serialized_end=658
|
|
27
26
|
_globals['_PAGECONFIG_MENUITEMS']._serialized_start=288
|
streamlit/proto/PageInfo_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\x1estreamlit/proto/PageInfo.proto\" \n\x08PageInfo\x12\x14\n\x0cquery_string\x18\x01 \x01(\
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1estreamlit/proto/PageInfo.proto\" \n\x08PageInfo\x12\x14\n\x0cquery_string\x18\x01 \x01(\tb\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.PageInfo_pb2', _globals)
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
-
|
|
24
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\rPageInfoProto'
|
|
23
|
+
DESCRIPTOR._loaded_options = None
|
|
25
24
|
_globals['_PAGEINFO']._serialized_start=34
|
|
26
25
|
_globals['_PAGEINFO']._serialized_end=66
|
|
27
26
|
# @@protoc_insertion_point(module_scope)
|
streamlit/proto/PageLink_pb2.py
CHANGED
|
@@ -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\x1estreamlit/proto/PageLink.proto\x1a,streamlit/proto/ButtonLikeIconPosition.proto\"\x8b\x02\n\x08PageLink\x12\x0c\n\x04page\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x0c\n\x04icon\x18\x03 \x01(\t\x12\x18\n\x10page_script_hash\x18\x04 \x01(\t\x12\x0c\n\x04help\x18\x05 \x01(\t\x12 \n\x13use_container_width\x18\x06 \x01(\x08H\x00\x88\x01\x01\x12\x10\n\x08\x64isabled\x18\x07 \x01(\x08\x12\x10\n\x08\x65xternal\x18\x08 \x01(\x08\x12\x14\n\x0cquery_string\x18\t \x01(\t\x12\x38\n\ricon_position\x18\n \x01(\x0e\x32!.streamlit.ButtonLikeIconPositionB\x16\n\
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1estreamlit/proto/PageLink.proto\x1a,streamlit/proto/ButtonLikeIconPosition.proto\"\x8b\x02\n\x08PageLink\x12\x0c\n\x04page\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x0c\n\x04icon\x18\x03 \x01(\t\x12\x18\n\x10page_script_hash\x18\x04 \x01(\t\x12\x0c\n\x04help\x18\x05 \x01(\t\x12 \n\x13use_container_width\x18\x06 \x01(\x08H\x00\x88\x01\x01\x12\x10\n\x08\x64isabled\x18\x07 \x01(\x08\x12\x10\n\x08\x65xternal\x18\x08 \x01(\x08\x12\x14\n\x0cquery_string\x18\t \x01(\t\x12\x38\n\ricon_position\x18\n \x01(\x0e\x32!.streamlit.ButtonLikeIconPositionB\x16\n\x14_use_container_widthb\x06proto3')
|
|
19
19
|
|
|
20
20
|
_globals = globals()
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
22
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.PageLink_pb2', _globals)
|
|
23
23
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
24
|
-
|
|
25
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\rPageLinkProto'
|
|
24
|
+
DESCRIPTOR._loaded_options = None
|
|
26
25
|
_globals['_PAGELINK']._serialized_start=81
|
|
27
26
|
_globals['_PAGELINK']._serialized_end=348
|
|
28
27
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -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/PageNotFound.proto\"!\n\x0cPageNotFound\x12\x11\n\tpage_name\x18\x01 \x01(\
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"streamlit/proto/PageNotFound.proto\"!\n\x0cPageNotFound\x12\x11\n\tpage_name\x18\x01 \x01(\tb\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.PageNotFound_pb2', _globals)
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
-
|
|
24
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\021PageNotFoundProto'
|
|
23
|
+
DESCRIPTOR._loaded_options = None
|
|
25
24
|
_globals['_PAGENOTFOUND']._serialized_start=38
|
|
26
25
|
_globals['_PAGENOTFOUND']._serialized_end=71
|
|
27
26
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -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/PageProfile.proto\"\xef\x01\n\x0bPageProfile\x12\x1a\n\x08\x63ommands\x18\x01 \x03(\x0b\x32\x08.Command\x12\x11\n\texec_time\x18\x02 \x01(\x03\x12\x11\n\tprep_time\x18\x03 \x01(\x03\x12\x0e\n\x06\x63onfig\x18\x05 \x03(\t\x12\x1a\n\x12uncaught_exception\x18\x06 \x01(\t\x12\x14\n\x0c\x61ttributions\x18\x07 \x03(\t\x12\n\n\x02os\x18\x08 \x01(\t\x12\x10\n\x08timezone\x18\t \x01(\t\x12\x10\n\x08headless\x18\n \x01(\x08\x12\x17\n\x0fis_fragment_run\x18\x0b \x01(\x08\x12\x13\n\x0bserver_mode\x18\x0c \x01(\t\"6\n\x08\x41rgument\x12\t\n\x01k\x18\x01 \x01(\t\x12\t\n\x01t\x18\x02 \x01(\t\x12\t\n\x01m\x18\x03 \x01(\t\x12\t\n\x01p\x18\x05 \x01(\x05\">\n\x07\x43ommand\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x04\x61rgs\x18\x02 \x03(\x0b\x32\t.Argument\x12\x0c\n\x04time\x18\x04 \x01(\x03\
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!streamlit/proto/PageProfile.proto\"\xef\x01\n\x0bPageProfile\x12\x1a\n\x08\x63ommands\x18\x01 \x03(\x0b\x32\x08.Command\x12\x11\n\texec_time\x18\x02 \x01(\x03\x12\x11\n\tprep_time\x18\x03 \x01(\x03\x12\x0e\n\x06\x63onfig\x18\x05 \x03(\t\x12\x1a\n\x12uncaught_exception\x18\x06 \x01(\t\x12\x14\n\x0c\x61ttributions\x18\x07 \x03(\t\x12\n\n\x02os\x18\x08 \x01(\t\x12\x10\n\x08timezone\x18\t \x01(\t\x12\x10\n\x08headless\x18\n \x01(\x08\x12\x17\n\x0fis_fragment_run\x18\x0b \x01(\x08\x12\x13\n\x0bserver_mode\x18\x0c \x01(\t\"6\n\x08\x41rgument\x12\t\n\x01k\x18\x01 \x01(\t\x12\t\n\x01t\x18\x02 \x01(\t\x12\t\n\x01m\x18\x03 \x01(\t\x12\t\n\x01p\x18\x05 \x01(\x05\">\n\x07\x43ommand\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x04\x61rgs\x18\x02 \x03(\x0b\x32\t.Argument\x12\x0c\n\x04time\x18\x04 \x01(\x03\x62\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.PageProfile_pb2', _globals)
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
-
|
|
24
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\020PageProfileProto'
|
|
23
|
+
DESCRIPTOR._loaded_options = None
|
|
25
24
|
_globals['_PAGEPROFILE']._serialized_start=38
|
|
26
25
|
_globals['_PAGEPROFILE']._serialized_end=277
|
|
27
26
|
_globals['_ARGUMENT']._serialized_start=279
|
|
@@ -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/ParentMessage.proto\" \n\rParentMessage\x12\x0f\n\x07message\x18\x01 \x01(\
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#streamlit/proto/ParentMessage.proto\" \n\rParentMessage\x12\x0f\n\x07message\x18\x01 \x01(\tb\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.ParentMessage_pb2', _globals)
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
-
|
|
24
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\022ParentMessageProto'
|
|
23
|
+
DESCRIPTOR._loaded_options = None
|
|
25
24
|
_globals['_PARENTMESSAGE']._serialized_start=39
|
|
26
25
|
_globals['_PARENTMESSAGE']._serialized_end=71
|
|
27
26
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -14,20 +14,15 @@ _sym_db = _symbol_database.Default()
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!streamlit/proto/PlotlyChart.proto\"\
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!streamlit/proto/PlotlyChart.proto\"\xda\x01\n\x0bPlotlyChart\x12\r\n\x05theme\x18\x06 \x01(\t\x12\n\n\x02id\x18\x07 \x01(\t\x12\x32\n\x0eselection_mode\x18\x08 \x03(\x0e\x32\x1a.PlotlyChart.SelectionMode\x12\x0f\n\x07\x66orm_id\x18\t \x01(\t\x12\x0c\n\x04spec\x18\n \x01(\t\x12\x0e\n\x06\x63onfig\x18\x0b \x01(\t\"/\n\rSelectionMode\x12\n\n\x06POINTS\x10\x00\x12\x07\n\x03\x42OX\x10\x01\x12\t\n\x05LASSO\x10\x02J\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06\x62\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.PlotlyChart_pb2', _globals)
|
|
22
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
23
|
-
|
|
24
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\020PlotlyChartProto'
|
|
25
|
-
_globals['_PLOTLYCHART'].fields_by_name['use_container_width']._loaded_options = None
|
|
26
|
-
_globals['_PLOTLYCHART'].fields_by_name['use_container_width']._serialized_options = b'\030\001'
|
|
23
|
+
DESCRIPTOR._loaded_options = None
|
|
27
24
|
_globals['_PLOTLYCHART']._serialized_start=38
|
|
28
|
-
_globals['_PLOTLYCHART']._serialized_end=
|
|
29
|
-
_globals['_PLOTLYCHART_SELECTIONMODE']._serialized_start=
|
|
30
|
-
_globals['_PLOTLYCHART_SELECTIONMODE']._serialized_end=
|
|
31
|
-
_globals['_FIGURE']._serialized_start=324
|
|
32
|
-
_globals['_FIGURE']._serialized_end=362
|
|
25
|
+
_globals['_PLOTLYCHART']._serialized_end=256
|
|
26
|
+
_globals['_PLOTLYCHART_SELECTIONMODE']._serialized_start=179
|
|
27
|
+
_globals['_PLOTLYCHART_SELECTIONMODE']._serialized_end=226
|
|
33
28
|
# @@protoc_insertion_point(module_scope)
|