streamlit-nightly 1.52.3.dev20260111__py3-none-any.whl → 1.52.3.dev20260113__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- streamlit/__init__.py +1 -1
- streamlit/auth_util.py +25 -2
- streamlit/cli_util.py +1 -1
- streamlit/components/v2/bidi_component/main.py +2 -2
- streamlit/connections/snowflake_connection.py +1 -1
- streamlit/dataframe_util.py +1 -3
- streamlit/elements/arrow.py +5 -1
- streamlit/elements/lib/color_util.py +1 -1
- streamlit/elements/lib/image_utils.py +1 -1
- streamlit/elements/vega_charts.py +4 -1
- streamlit/elements/widgets/multiselect.py +1 -1
- streamlit/elements/widgets/time_widgets.py +1 -1
- streamlit/elements/write.py +1 -2
- streamlit/errors.py +2 -0
- streamlit/external/langchain/streamlit_callback_handler.py +1 -1
- streamlit/proto/Alert_pb2.pyi +31 -31
- streamlit/proto/AppPage_pb2.pyi +30 -30
- streamlit/proto/ArrowData_pb2.pyi +15 -15
- streamlit/proto/ArrowNamedDataSet_pb2.pyi +25 -25
- streamlit/proto/ArrowVegaLiteChart_pb2.pyi +45 -45
- streamlit/proto/Arrow_pb2.pyi +126 -97
- streamlit/proto/AudioInput_pb2.pyi +39 -39
- streamlit/proto/Audio_pb2.pyi +39 -39
- streamlit/proto/AuthRedirect_pb2.pyi +15 -15
- streamlit/proto/AutoRerun_pb2.pyi +18 -18
- streamlit/proto/BackMsg_pb2.pyi +64 -64
- streamlit/proto/Balloons_pb2.pyi +15 -15
- streamlit/proto/BidiComponent_pb2.pyi +100 -100
- streamlit/proto/Block_pb2.pyi +295 -264
- streamlit/proto/BokehChart_pb2.pyi +21 -21
- streamlit/proto/ButtonGroup_pb2.pyi +96 -96
- streamlit/proto/ButtonLikeIconPosition_pb2.pyi +12 -12
- streamlit/proto/Button_pb2.pyi +63 -50
- streamlit/proto/CameraInput_pb2.pyi +34 -34
- streamlit/proto/ChatInput_pb2.pyi +63 -63
- streamlit/proto/Checkbox_pb2.pyi +49 -49
- streamlit/proto/ClientState_pb2.pyi +85 -85
- streamlit/proto/Code_pb2.pyi +41 -28
- streamlit/proto/ColorPicker_pb2.pyi +43 -43
- streamlit/proto/Common_pb2.pyi +175 -175
- streamlit/proto/Components_pb2.pyi +110 -110
- streamlit/proto/DataFrame_pb2.pyi +209 -209
- streamlit/proto/DateInput_pb2.pyi +59 -59
- streamlit/proto/DateTimeInput_pb2.pyi +62 -62
- streamlit/proto/DeckGlJsonChart_pb2.pyi +91 -56
- streamlit/proto/Delta_pb2.pyi +44 -44
- streamlit/proto/DocString_pb2.pyi +51 -51
- streamlit/proto/DownloadButton_pb2.pyi +59 -59
- streamlit/proto/Element_pb2.pyi +319 -319
- streamlit/proto/Empty_pb2.pyi +10 -10
- streamlit/proto/Exception_pb2.pyi +37 -37
- streamlit/proto/Favicon_pb2.pyi +15 -15
- streamlit/proto/FileUploader_pb2.pyi +49 -49
- streamlit/proto/ForwardMsg_pb2.pyi +176 -170
- streamlit/proto/GapSize_pb2.pyi +23 -23
- streamlit/proto/GitInfo_pb2.pyi +37 -37
- streamlit/proto/GraphVizChart_pb2.pyi +38 -25
- streamlit/proto/Heading_pb2.pyi +30 -30
- streamlit/proto/HeightConfig_pb2.pyi +31 -31
- streamlit/proto/Html_pb2.pyi +18 -18
- streamlit/proto/IFrame_pb2.pyi +76 -47
- streamlit/proto/Image_pb2.pyi +49 -36
- streamlit/proto/Json_pb2.pyi +25 -25
- streamlit/proto/LabelVisibilityMessage_pb2.pyi +18 -18
- streamlit/proto/LinkButton_pb2.pyi +43 -43
- streamlit/proto/Logo_pb2.pyi +24 -24
- streamlit/proto/Markdown_pb2.pyi +30 -30
- streamlit/proto/Metric_pb2.pyi +59 -59
- streamlit/proto/MetricsEvent_pb2.pyi +171 -171
- streamlit/proto/MultiSelect_pb2.pyi +72 -66
- streamlit/proto/NamedDataSet_pb2.pyi +25 -25
- streamlit/proto/Navigation_pb2.pyi +35 -35
- streamlit/proto/NewSession_pb2.pyi +511 -498
- streamlit/proto/NumberInput_pb2.pyi +79 -79
- streamlit/proto/PageConfig_pb2.pyi +71 -71
- streamlit/proto/PageInfo_pb2.pyi +15 -15
- streamlit/proto/PageLink_pb2.pyi +47 -47
- streamlit/proto/PageNotFound_pb2.pyi +15 -15
- streamlit/proto/PageProfile_pb2.pyi +85 -85
- streamlit/proto/PagesChanged_pb2.pyi +19 -19
- streamlit/proto/ParentMessage_pb2.pyi +15 -15
- streamlit/proto/PlotlyChart_pb2.pyi +79 -64
- streamlit/proto/Progress_pb2.pyi +18 -18
- streamlit/proto/Radio_pb2.pyi +62 -62
- streamlit/proto/RootContainer_pb2.pyi +12 -12
- streamlit/proto/Selectbox_pb2.pyi +80 -70
- streamlit/proto/SessionEvent_pb2.pyi +27 -27
- streamlit/proto/SessionStatus_pb2.pyi +18 -18
- streamlit/proto/Skeleton_pb2.pyi +25 -25
- streamlit/proto/Slider_pb2.pyi +74 -74
- streamlit/proto/Snow_pb2.pyi +15 -15
- streamlit/proto/Space_pb2.pyi +10 -10
- streamlit/proto/Spinner_pb2.pyi +21 -21
- streamlit/proto/TextAlignmentConfig_pb2.pyi +18 -18
- streamlit/proto/TextArea_pb2.pyi +72 -59
- streamlit/proto/TextInput_pb2.pyi +67 -67
- streamlit/proto/Text_pb2.pyi +18 -18
- streamlit/proto/TimeInput_pb2.pyi +52 -52
- streamlit/proto/Toast_pb2.pyi +25 -25
- streamlit/proto/Transient_pb2.pyi +19 -19
- streamlit/proto/VegaLiteChart_pb2.pyi +32 -32
- streamlit/proto/Video_pb2.pyi +65 -65
- streamlit/proto/WidgetStates_pb2.pyi +91 -85
- streamlit/proto/WidthConfig_pb2.pyi +31 -31
- streamlit/proto/openmetrics_data_model_pb2.pyi +269 -269
- streamlit/runtime/app_session.py +1 -1
- streamlit/runtime/credentials.py +2 -2
- streamlit/runtime/metrics_util.py +3 -3
- streamlit/runtime/secrets.py +1 -1
- streamlit/runtime/stats.py +1 -3
- streamlit/static/index.html +1 -1
- streamlit/static/manifest.json +296 -296
- streamlit/static/static/js/{ErrorOutline.esm.D0HiUB0L.js → ErrorOutline.esm.BjVqd_6R.js} +1 -1
- streamlit/static/static/js/{FileDownload.esm.BuUS-pfi.js → FileDownload.esm.DJCSsghl.js} +1 -1
- streamlit/static/static/js/{FileHelper.Pf8URFng.js → FileHelper.C---TH7o.js} +1 -1
- streamlit/static/static/js/{FormClearHelper.By4vKj6A.js → FormClearHelper.C-6BC487.js} +1 -1
- streamlit/static/static/js/{InputInstructions.BiaGyIXk.js → InputInstructions.sxc3InCI.js} +1 -1
- streamlit/static/static/js/{Particles.2-EdjYhR.js → Particles.S8yD7iW-.js} +1 -1
- streamlit/static/static/js/{ProgressBar.Dgbh0B0d.js → ProgressBar.BiYsyZCC.js} +1 -1
- streamlit/static/static/js/{StreamlitSyntaxHighlighter.DSl8Wr3R.js → StreamlitSyntaxHighlighter.9jZF8jX1.js} +1 -1
- streamlit/static/static/js/{TableChart.esm.MOwyTUPh.js → TableChart.esm.BdA4Q1rZ.js} +1 -1
- streamlit/static/static/js/{Toolbar.CowuXIFr.js → Toolbar.B9DaaDfN.js} +1 -1
- streamlit/static/static/js/{WidgetLabelHelpIconInline.BdGIJQe4.js → WidgetLabelHelpIconInline.DxODTLS2.js} +1 -1
- streamlit/static/static/js/{base-input.CHPo5oJ1.js → base-input.Gf1cKuQR.js} +1 -1
- streamlit/static/static/js/{checkbox.Dkt2TQVS.js → checkbox.CnoNruf3.js} +1 -1
- streamlit/static/static/js/{createDownloadLinkElement.BaE-_v8I.js → createDownloadLinkElement.B48AepiL.js} +1 -1
- streamlit/static/static/js/{data-grid-overlay-editor.C1ncL-Nr.js → data-grid-overlay-editor.Cmdq9aqU.js} +1 -1
- streamlit/static/static/js/{downloader.yaq2AzD9.js → downloader.CQLoQdMX.js} +1 -1
- streamlit/static/static/js/{embed.DJJvCVz2.js → embed.oKwocwU8.js} +1 -1
- streamlit/static/static/js/{es6.D2jK98VU.js → es6.BRxlY_y5.js} +2 -2
- streamlit/static/static/js/{formatNumber.Cxr2q_Sk.js → formatNumber.DaagZyZe.js} +1 -1
- streamlit/static/static/js/{iconPosition.5dHEZYw2.js → iconPosition.Q3hNvmK4.js} +1 -1
- streamlit/static/static/js/{iframeResizer.contentWindow.Cedt4qbc.js → iframeResizer.contentWindow.B6EBvI9L.js} +1 -1
- streamlit/static/static/js/{index.DaITTdfQ.js → index.19_qtO6t.js} +1 -1
- streamlit/static/static/js/{index._nL4Yjdr.js → index.43b777iP.js} +1 -1
- streamlit/static/static/js/{index.P-CMMGUY.js → index.B03eQZoH.js} +1 -1
- streamlit/static/static/js/{index.D2EVLt1U.js → index.B9kZB0o1.js} +1 -1
- streamlit/static/static/js/{index.BkDplL5I.js → index.BAI9aHCq.js} +1 -1
- streamlit/static/static/js/{index.CT9jvPcD.js → index.BF23fbfs.js} +1 -1
- streamlit/static/static/js/{index.TO9vodwr.js → index.BGBTkulf.js} +1 -1
- streamlit/static/static/js/{index.01VsD2h1.js → index.BRfGUOQ-.js} +5 -5
- streamlit/static/static/js/{index.D6ea3OJl.js → index.BVT89mQw.js} +1 -1
- streamlit/static/static/js/{index.BHMoYAbd.js → index.BXEC4cf3.js} +1 -1
- streamlit/static/static/js/{index.B6EliwN_.js → index.BbSFVZ3p.js} +1 -1
- streamlit/static/static/js/{index.B7EzT2pL.js → index.BkSwGJoh.js} +1 -1
- streamlit/static/static/js/{index.B6Uhb_NP.js → index.BnfTPrHb.js} +1 -1
- streamlit/static/static/js/{index.qzz9PjCO.js → index.BoX8d5rK.js} +1 -1
- streamlit/static/static/js/{index.Bb9kjc_v.js → index.Boa0Egng.js} +1 -1
- streamlit/static/static/js/{index.CjQo7CUO.js → index.BzwlrgZO.js} +1 -1
- streamlit/static/static/js/{index.Ba6hzYdl.js → index.C0fSEz-3.js} +1 -1
- streamlit/static/static/js/{index.B2TDaHdI.js → index.CCFwVy90.js} +1 -1
- streamlit/static/static/js/{index.Dt0Psatx.js → index.CCQ5p_WC.js} +1 -1
- streamlit/static/static/js/{index.DeGjj5Xy.js → index.CFCBhOfx.js} +1 -1
- streamlit/static/static/js/{index.DredtYc0.js → index.CIbgt5wY.js} +1 -1
- streamlit/static/static/js/{index.CD8IIWcc.js → index.CJ4oJe0V.js} +1 -1
- streamlit/static/static/js/{index.6_D2Y2jA.js → index.CP-hoxJM.js} +1 -1
- streamlit/static/static/js/{index.BXCQzqUL.js → index.CSfsEKCF.js} +1 -1
- streamlit/static/static/js/{index.C8PH2B2k.js → index.CVlg41MB.js} +1 -1
- streamlit/static/static/js/{index.BVit6ClT.js → index.CYE7b5Du.js} +1 -1
- streamlit/static/static/js/{index.DKUtJ1wC.js → index.Ca7MUNWJ.js} +1 -1
- streamlit/static/static/js/index.CrPjcPY1.js +1 -0
- streamlit/static/static/js/{index.BMPclSge.js → index.CvB9JBqS.js} +5 -5
- streamlit/static/static/js/{index.BCCeRfnu.js → index.CvIqsWy1.js} +1 -1
- streamlit/static/static/js/{index.wLJVkoPD.js → index.D1pK_Vw2.js} +1 -1
- streamlit/static/static/js/{index.B0GsKOuI.js → index.D6X2coHR.js} +1 -1
- streamlit/static/static/js/{index.B4x2O71H.js → index.DGYHxruh.js} +1 -1
- streamlit/static/static/js/{index.DcKOiCiE.js → index.DJ7P09eb.js} +1 -1
- streamlit/static/static/js/{index.CcHnYd9w.js → index.Dh5SAThV.js} +1 -1
- streamlit/static/static/js/{index.BFopzcDu.js → index.Fu73QtkD.js} +1 -1
- streamlit/static/static/js/{index.CIlqaESj.js → index.KN1VmyYN.js} +1 -1
- streamlit/static/static/js/{index.B9DrCSR6.js → index.KtjGDGY5.js} +1 -1
- streamlit/static/static/js/{index.DLB_Wwth.js → index.OpATzEaW.js} +1 -1
- streamlit/static/static/js/{index.CcJEaOpw.js → index.QHnxuesF.js} +1 -1
- streamlit/static/static/js/{index.1djeb6e0.js → index.QTaWooav.js} +1 -1
- streamlit/static/static/js/{index.BgVtKHgk.js → index.WXybx2Xq.js} +1 -1
- streamlit/static/static/js/{index.DtGneC7j.js → index.Xg-Qttib.js} +1 -1
- streamlit/static/static/js/{index.Dewn3Ni9.js → index.j4fnjyHo.js} +1 -1
- streamlit/static/static/js/{index.CAobVzMK.js → index.na9UBuse.js} +1 -1
- streamlit/static/static/js/{index.D2v1x0i_.js → index.pU9mQeVC.js} +1 -1
- streamlit/static/static/js/{index.DbTMA1_Q.js → index.slgxPafU.js} +1 -1
- streamlit/static/static/js/{index.DozBVd6-.js → index.whRT3Vm3.js} +1 -1
- streamlit/static/static/js/{input.27t-DftI.js → input.CPzINTl-.js} +1 -1
- streamlit/static/static/js/{main.BEfv2Y8-.js → main.DSPn8dUe.js} +1 -1
- streamlit/static/static/js/{memory.CaZBVQ_1.js → memory.CfD8IGoU.js} +1 -1
- streamlit/static/static/js/{number-overlay-editor.CAIp-3oo.js → number-overlay-editor.4Ae0qegV.js} +1 -1
- streamlit/static/static/js/{pandasStylerUtils.BY9qaz81.js → pandasStylerUtils.D2EjZ7k6.js} +1 -1
- streamlit/static/static/js/{sandbox.BJUaaWFJ.js → sandbox.C6vcPIm0.js} +1 -1
- streamlit/static/static/js/{styled-components.DQsMkvXn.js → styled-components.BBmp8buj.js} +1 -1
- streamlit/static/static/js/{throttle.DSR3q89S.js → throttle.BPcPpy-S.js} +1 -1
- streamlit/static/static/js/{timepicker.gie5YwtP.js → timepicker.ryzkTs2C.js} +1 -1
- streamlit/static/static/js/{toConsumableArray.C9lVwnAo.js → toConsumableArray.Dg1nDaB_.js} +1 -1
- streamlit/static/static/js/uniqueId.BFHzT5KQ.js +1 -0
- streamlit/static/static/js/{useBasicWidgetState.DrTKs46R.js → useBasicWidgetState.A4U5lzAm.js} +1 -1
- streamlit/static/static/js/{useIntlLocale.CmSionuT.js → useIntlLocale.DWJgLlNz.js} +1 -1
- streamlit/static/static/js/{useTextInputAutoExpand.D7lViJSu.js → useTextInputAutoExpand.BrBonw8t.js} +1 -1
- streamlit/static/static/js/{useUpdateUiValue.Ct3CJQBQ.js → useUpdateUiValue.BkOWyNVX.js} +1 -1
- streamlit/static/static/js/{useWaveformController.D-KQLpLI.js → useWaveformController.CBlvXlgZ.js} +1 -1
- streamlit/static/static/js/{withCalculatedWidth.CD0pPoZr.js → withCalculatedWidth.D4cpOyNe.js} +1 -1
- streamlit/static/static/js/{withFullScreenWrapper.Ch22PgdD.js → withFullScreenWrapper.BMim3w94.js} +1 -1
- streamlit/testing/v1/app_test.py +1 -1
- streamlit/user_info.py +6 -4
- streamlit/web/server/browser_websocket_handler.py +2 -2
- streamlit/web/server/oauth_authlib_routes.py +97 -20
- streamlit/web/server/starlette/starlette_routes.py +1 -3
- streamlit/web/server/stats_request_handler.py +1 -3
- {streamlit_nightly-1.52.3.dev20260111.dist-info → streamlit_nightly-1.52.3.dev20260113.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.52.3.dev20260111.dist-info → streamlit_nightly-1.52.3.dev20260113.dist-info}/RECORD +211 -211
- streamlit/static/static/js/index.i_eQw7NS.js +0 -1
- streamlit/static/static/js/uniqueId.BdEQNrWF.js +0 -1
- {streamlit_nightly-1.52.3.dev20260111.data → streamlit_nightly-1.52.3.dev20260113.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.52.3.dev20260111.dist-info → streamlit_nightly-1.52.3.dev20260113.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.52.3.dev20260111.dist-info → streamlit_nightly-1.52.3.dev20260113.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.52.3.dev20260111.dist-info → streamlit_nightly-1.52.3.dev20260113.dist-info}/top_level.txt +0 -0
streamlit/proto/Element_pb2.pyi
CHANGED
|
@@ -17,351 +17,351 @@ See the License for the specific language governing permissions and
|
|
|
17
17
|
limitations under the License.
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
|
-
import
|
|
21
|
-
|
|
22
|
-
import
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
import
|
|
20
|
+
from google.protobuf import descriptor as _descriptor
|
|
21
|
+
from google.protobuf import message as _message
|
|
22
|
+
from streamlit.proto import Alert_pb2 as _Alert_pb2
|
|
23
|
+
from streamlit.proto import ArrowVegaLiteChart_pb2 as _ArrowVegaLiteChart_pb2
|
|
24
|
+
from streamlit.proto import Arrow_pb2 as _Arrow_pb2
|
|
25
|
+
from streamlit.proto import AudioInput_pb2 as _AudioInput_pb2
|
|
26
|
+
from streamlit.proto import Audio_pb2 as _Audio_pb2
|
|
27
|
+
from streamlit.proto import Balloons_pb2 as _Balloons_pb2
|
|
28
|
+
from streamlit.proto import BidiComponent_pb2 as _BidiComponent_pb2
|
|
29
|
+
from streamlit.proto import BokehChart_pb2 as _BokehChart_pb2
|
|
30
|
+
from streamlit.proto import ButtonGroup_pb2 as _ButtonGroup_pb2
|
|
31
|
+
from streamlit.proto import Button_pb2 as _Button_pb2
|
|
32
|
+
from streamlit.proto import CameraInput_pb2 as _CameraInput_pb2
|
|
33
|
+
from streamlit.proto import ChatInput_pb2 as _ChatInput_pb2
|
|
34
|
+
from streamlit.proto import Checkbox_pb2 as _Checkbox_pb2
|
|
35
|
+
from streamlit.proto import Code_pb2 as _Code_pb2
|
|
36
|
+
from streamlit.proto import ColorPicker_pb2 as _ColorPicker_pb2
|
|
37
|
+
from streamlit.proto import Components_pb2 as _Components_pb2
|
|
38
|
+
from streamlit.proto import DataFrame_pb2 as _DataFrame_pb2
|
|
39
|
+
from streamlit.proto import DateInput_pb2 as _DateInput_pb2
|
|
40
|
+
from streamlit.proto import DateTimeInput_pb2 as _DateTimeInput_pb2
|
|
41
|
+
from streamlit.proto import DeckGlJsonChart_pb2 as _DeckGlJsonChart_pb2
|
|
42
|
+
from streamlit.proto import DocString_pb2 as _DocString_pb2
|
|
43
|
+
from streamlit.proto import DownloadButton_pb2 as _DownloadButton_pb2
|
|
44
|
+
from streamlit.proto import Empty_pb2 as _Empty_pb2
|
|
45
|
+
from streamlit.proto import Exception_pb2 as _Exception_pb2
|
|
46
|
+
from streamlit.proto import Favicon_pb2 as _Favicon_pb2
|
|
47
|
+
from streamlit.proto import FileUploader_pb2 as _FileUploader_pb2
|
|
48
|
+
from streamlit.proto import GraphVizChart_pb2 as _GraphVizChart_pb2
|
|
49
|
+
from streamlit.proto import Heading_pb2 as _Heading_pb2
|
|
50
|
+
from streamlit.proto import HeightConfig_pb2 as _HeightConfig_pb2
|
|
51
|
+
from streamlit.proto import Html_pb2 as _Html_pb2
|
|
52
|
+
from streamlit.proto import IFrame_pb2 as _IFrame_pb2
|
|
53
|
+
from streamlit.proto import Image_pb2 as _Image_pb2
|
|
54
|
+
from streamlit.proto import Json_pb2 as _Json_pb2
|
|
55
|
+
from streamlit.proto import LinkButton_pb2 as _LinkButton_pb2
|
|
56
|
+
from streamlit.proto import Markdown_pb2 as _Markdown_pb2
|
|
57
|
+
from streamlit.proto import Metric_pb2 as _Metric_pb2
|
|
58
|
+
from streamlit.proto import MultiSelect_pb2 as _MultiSelect_pb2
|
|
59
|
+
from streamlit.proto import NumberInput_pb2 as _NumberInput_pb2
|
|
60
|
+
from streamlit.proto import PageLink_pb2 as _PageLink_pb2
|
|
61
|
+
from streamlit.proto import PlotlyChart_pb2 as _PlotlyChart_pb2
|
|
62
|
+
from streamlit.proto import Progress_pb2 as _Progress_pb2
|
|
63
|
+
from streamlit.proto import Radio_pb2 as _Radio_pb2
|
|
64
|
+
from streamlit.proto import Selectbox_pb2 as _Selectbox_pb2
|
|
65
|
+
from streamlit.proto import Skeleton_pb2 as _Skeleton_pb2
|
|
66
|
+
from streamlit.proto import Slider_pb2 as _Slider_pb2
|
|
67
|
+
from streamlit.proto import Snow_pb2 as _Snow_pb2
|
|
68
|
+
from streamlit.proto import Space_pb2 as _Space_pb2
|
|
69
|
+
from streamlit.proto import Spinner_pb2 as _Spinner_pb2
|
|
70
|
+
from streamlit.proto import TextAlignmentConfig_pb2 as _TextAlignmentConfig_pb2
|
|
71
|
+
from streamlit.proto import TextArea_pb2 as _TextArea_pb2
|
|
72
|
+
from streamlit.proto import TextInput_pb2 as _TextInput_pb2
|
|
73
|
+
from streamlit.proto import Text_pb2 as _Text_pb2
|
|
74
|
+
from streamlit.proto import TimeInput_pb2 as _TimeInput_pb2
|
|
75
|
+
from streamlit.proto import Toast_pb2 as _Toast_pb2
|
|
76
|
+
from streamlit.proto import VegaLiteChart_pb2 as _VegaLiteChart_pb2
|
|
77
|
+
from streamlit.proto import Video_pb2 as _Video_pb2
|
|
78
|
+
from streamlit.proto import WidthConfig_pb2 as _WidthConfig_pb2
|
|
79
|
+
import builtins as _builtins
|
|
80
80
|
import sys
|
|
81
|
-
import typing
|
|
81
|
+
import typing as _typing
|
|
82
82
|
|
|
83
83
|
if sys.version_info >= (3, 10):
|
|
84
|
-
|
|
84
|
+
from typing import TypeAlias as _TypeAlias
|
|
85
85
|
else:
|
|
86
|
-
import
|
|
86
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
87
87
|
|
|
88
|
-
DESCRIPTOR:
|
|
88
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
89
89
|
|
|
90
|
-
@
|
|
91
|
-
class Element(
|
|
90
|
+
@_typing.final
|
|
91
|
+
class Element(_message.Message):
|
|
92
92
|
"""An element which can be displayed on the screen."""
|
|
93
93
|
|
|
94
|
-
DESCRIPTOR:
|
|
94
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
95
95
|
|
|
96
|
-
HEIGHT_CONFIG_FIELD_NUMBER:
|
|
97
|
-
WIDTH_CONFIG_FIELD_NUMBER:
|
|
98
|
-
TEXT_ALIGNMENT_CONFIG_FIELD_NUMBER:
|
|
99
|
-
ALERT_FIELD_NUMBER:
|
|
100
|
-
ARROW_DATA_FRAME_FIELD_NUMBER:
|
|
101
|
-
ARROW_TABLE_FIELD_NUMBER:
|
|
102
|
-
ARROW_VEGA_LITE_CHART_FIELD_NUMBER:
|
|
103
|
-
AUDIO_FIELD_NUMBER:
|
|
104
|
-
AUDIO_INPUT_FIELD_NUMBER:
|
|
105
|
-
BALLOONS_FIELD_NUMBER:
|
|
106
|
-
BIDI_COMPONENT_FIELD_NUMBER:
|
|
107
|
-
BOKEH_CHART_FIELD_NUMBER:
|
|
108
|
-
BUTTON_FIELD_NUMBER:
|
|
109
|
-
BUTTON_GROUP_FIELD_NUMBER:
|
|
110
|
-
DOWNLOAD_BUTTON_FIELD_NUMBER:
|
|
111
|
-
CAMERA_INPUT_FIELD_NUMBER:
|
|
112
|
-
CHAT_INPUT_FIELD_NUMBER:
|
|
113
|
-
CHECKBOX_FIELD_NUMBER:
|
|
114
|
-
COLOR_PICKER_FIELD_NUMBER:
|
|
115
|
-
COMPONENT_INSTANCE_FIELD_NUMBER:
|
|
116
|
-
DATA_FRAME_FIELD_NUMBER:
|
|
117
|
-
TABLE_FIELD_NUMBER:
|
|
118
|
-
DATE_INPUT_FIELD_NUMBER:
|
|
119
|
-
DECK_GL_JSON_CHART_FIELD_NUMBER:
|
|
120
|
-
DOC_STRING_FIELD_NUMBER:
|
|
121
|
-
EMPTY_FIELD_NUMBER:
|
|
122
|
-
EXCEPTION_FIELD_NUMBER:
|
|
123
|
-
FAVICON_FIELD_NUMBER:
|
|
124
|
-
FILE_UPLOADER_FIELD_NUMBER:
|
|
125
|
-
GRAPHVIZ_CHART_FIELD_NUMBER:
|
|
126
|
-
HTML_FIELD_NUMBER:
|
|
127
|
-
IFRAME_FIELD_NUMBER:
|
|
128
|
-
IMGS_FIELD_NUMBER:
|
|
129
|
-
JSON_FIELD_NUMBER:
|
|
130
|
-
LINK_BUTTON_FIELD_NUMBER:
|
|
131
|
-
MARKDOWN_FIELD_NUMBER:
|
|
132
|
-
METRIC_FIELD_NUMBER:
|
|
133
|
-
MULTISELECT_FIELD_NUMBER:
|
|
134
|
-
NUMBER_INPUT_FIELD_NUMBER:
|
|
135
|
-
PAGE_LINK_FIELD_NUMBER:
|
|
136
|
-
PLOTLY_CHART_FIELD_NUMBER:
|
|
137
|
-
PROGRESS_FIELD_NUMBER:
|
|
138
|
-
RADIO_FIELD_NUMBER:
|
|
139
|
-
SELECTBOX_FIELD_NUMBER:
|
|
140
|
-
SKELETON_FIELD_NUMBER:
|
|
141
|
-
SLIDER_FIELD_NUMBER:
|
|
142
|
-
SNOW_FIELD_NUMBER:
|
|
143
|
-
SPACE_FIELD_NUMBER:
|
|
144
|
-
SPINNER_FIELD_NUMBER:
|
|
145
|
-
TEXT_FIELD_NUMBER:
|
|
146
|
-
TEXT_AREA_FIELD_NUMBER:
|
|
147
|
-
TEXT_INPUT_FIELD_NUMBER:
|
|
148
|
-
TIME_INPUT_FIELD_NUMBER:
|
|
149
|
-
DATE_TIME_INPUT_FIELD_NUMBER:
|
|
150
|
-
TOAST_FIELD_NUMBER:
|
|
151
|
-
VEGA_LITE_CHART_FIELD_NUMBER:
|
|
152
|
-
VIDEO_FIELD_NUMBER:
|
|
153
|
-
HEADING_FIELD_NUMBER:
|
|
154
|
-
CODE_FIELD_NUMBER:
|
|
155
|
-
@property
|
|
156
|
-
def height_config(self) ->
|
|
96
|
+
HEIGHT_CONFIG_FIELD_NUMBER: _builtins.int
|
|
97
|
+
WIDTH_CONFIG_FIELD_NUMBER: _builtins.int
|
|
98
|
+
TEXT_ALIGNMENT_CONFIG_FIELD_NUMBER: _builtins.int
|
|
99
|
+
ALERT_FIELD_NUMBER: _builtins.int
|
|
100
|
+
ARROW_DATA_FRAME_FIELD_NUMBER: _builtins.int
|
|
101
|
+
ARROW_TABLE_FIELD_NUMBER: _builtins.int
|
|
102
|
+
ARROW_VEGA_LITE_CHART_FIELD_NUMBER: _builtins.int
|
|
103
|
+
AUDIO_FIELD_NUMBER: _builtins.int
|
|
104
|
+
AUDIO_INPUT_FIELD_NUMBER: _builtins.int
|
|
105
|
+
BALLOONS_FIELD_NUMBER: _builtins.int
|
|
106
|
+
BIDI_COMPONENT_FIELD_NUMBER: _builtins.int
|
|
107
|
+
BOKEH_CHART_FIELD_NUMBER: _builtins.int
|
|
108
|
+
BUTTON_FIELD_NUMBER: _builtins.int
|
|
109
|
+
BUTTON_GROUP_FIELD_NUMBER: _builtins.int
|
|
110
|
+
DOWNLOAD_BUTTON_FIELD_NUMBER: _builtins.int
|
|
111
|
+
CAMERA_INPUT_FIELD_NUMBER: _builtins.int
|
|
112
|
+
CHAT_INPUT_FIELD_NUMBER: _builtins.int
|
|
113
|
+
CHECKBOX_FIELD_NUMBER: _builtins.int
|
|
114
|
+
COLOR_PICKER_FIELD_NUMBER: _builtins.int
|
|
115
|
+
COMPONENT_INSTANCE_FIELD_NUMBER: _builtins.int
|
|
116
|
+
DATA_FRAME_FIELD_NUMBER: _builtins.int
|
|
117
|
+
TABLE_FIELD_NUMBER: _builtins.int
|
|
118
|
+
DATE_INPUT_FIELD_NUMBER: _builtins.int
|
|
119
|
+
DECK_GL_JSON_CHART_FIELD_NUMBER: _builtins.int
|
|
120
|
+
DOC_STRING_FIELD_NUMBER: _builtins.int
|
|
121
|
+
EMPTY_FIELD_NUMBER: _builtins.int
|
|
122
|
+
EXCEPTION_FIELD_NUMBER: _builtins.int
|
|
123
|
+
FAVICON_FIELD_NUMBER: _builtins.int
|
|
124
|
+
FILE_UPLOADER_FIELD_NUMBER: _builtins.int
|
|
125
|
+
GRAPHVIZ_CHART_FIELD_NUMBER: _builtins.int
|
|
126
|
+
HTML_FIELD_NUMBER: _builtins.int
|
|
127
|
+
IFRAME_FIELD_NUMBER: _builtins.int
|
|
128
|
+
IMGS_FIELD_NUMBER: _builtins.int
|
|
129
|
+
JSON_FIELD_NUMBER: _builtins.int
|
|
130
|
+
LINK_BUTTON_FIELD_NUMBER: _builtins.int
|
|
131
|
+
MARKDOWN_FIELD_NUMBER: _builtins.int
|
|
132
|
+
METRIC_FIELD_NUMBER: _builtins.int
|
|
133
|
+
MULTISELECT_FIELD_NUMBER: _builtins.int
|
|
134
|
+
NUMBER_INPUT_FIELD_NUMBER: _builtins.int
|
|
135
|
+
PAGE_LINK_FIELD_NUMBER: _builtins.int
|
|
136
|
+
PLOTLY_CHART_FIELD_NUMBER: _builtins.int
|
|
137
|
+
PROGRESS_FIELD_NUMBER: _builtins.int
|
|
138
|
+
RADIO_FIELD_NUMBER: _builtins.int
|
|
139
|
+
SELECTBOX_FIELD_NUMBER: _builtins.int
|
|
140
|
+
SKELETON_FIELD_NUMBER: _builtins.int
|
|
141
|
+
SLIDER_FIELD_NUMBER: _builtins.int
|
|
142
|
+
SNOW_FIELD_NUMBER: _builtins.int
|
|
143
|
+
SPACE_FIELD_NUMBER: _builtins.int
|
|
144
|
+
SPINNER_FIELD_NUMBER: _builtins.int
|
|
145
|
+
TEXT_FIELD_NUMBER: _builtins.int
|
|
146
|
+
TEXT_AREA_FIELD_NUMBER: _builtins.int
|
|
147
|
+
TEXT_INPUT_FIELD_NUMBER: _builtins.int
|
|
148
|
+
TIME_INPUT_FIELD_NUMBER: _builtins.int
|
|
149
|
+
DATE_TIME_INPUT_FIELD_NUMBER: _builtins.int
|
|
150
|
+
TOAST_FIELD_NUMBER: _builtins.int
|
|
151
|
+
VEGA_LITE_CHART_FIELD_NUMBER: _builtins.int
|
|
152
|
+
VIDEO_FIELD_NUMBER: _builtins.int
|
|
153
|
+
HEADING_FIELD_NUMBER: _builtins.int
|
|
154
|
+
CODE_FIELD_NUMBER: _builtins.int
|
|
155
|
+
@_builtins.property
|
|
156
|
+
def height_config(self) -> _HeightConfig_pb2.HeightConfig:
|
|
157
157
|
"""Layout configuration for elements"""
|
|
158
158
|
|
|
159
|
-
@property
|
|
160
|
-
def width_config(self) ->
|
|
161
|
-
@property
|
|
162
|
-
def text_alignment_config(self) ->
|
|
163
|
-
@property
|
|
164
|
-
def alert(self) ->
|
|
165
|
-
@property
|
|
166
|
-
def arrow_data_frame(self) ->
|
|
167
|
-
@property
|
|
168
|
-
def arrow_table(self) ->
|
|
169
|
-
@property
|
|
170
|
-
def arrow_vega_lite_chart(self) ->
|
|
171
|
-
@property
|
|
172
|
-
def audio(self) ->
|
|
173
|
-
@property
|
|
174
|
-
def audio_input(self) ->
|
|
175
|
-
@property
|
|
176
|
-
def balloons(self) ->
|
|
177
|
-
@property
|
|
178
|
-
def bidi_component(self) ->
|
|
179
|
-
@property
|
|
180
|
-
def bokeh_chart(self) ->
|
|
181
|
-
@property
|
|
182
|
-
def button(self) ->
|
|
183
|
-
@property
|
|
184
|
-
def button_group(self) ->
|
|
185
|
-
@property
|
|
186
|
-
def download_button(self) ->
|
|
187
|
-
@property
|
|
188
|
-
def camera_input(self) ->
|
|
189
|
-
@property
|
|
190
|
-
def chat_input(self) ->
|
|
191
|
-
@property
|
|
192
|
-
def checkbox(self) ->
|
|
193
|
-
@property
|
|
194
|
-
def color_picker(self) ->
|
|
195
|
-
@property
|
|
196
|
-
def component_instance(self) ->
|
|
197
|
-
@property
|
|
198
|
-
def data_frame(self) ->
|
|
159
|
+
@_builtins.property
|
|
160
|
+
def width_config(self) -> _WidthConfig_pb2.WidthConfig: ...
|
|
161
|
+
@_builtins.property
|
|
162
|
+
def text_alignment_config(self) -> _TextAlignmentConfig_pb2.TextAlignmentConfig: ...
|
|
163
|
+
@_builtins.property
|
|
164
|
+
def alert(self) -> _Alert_pb2.Alert: ...
|
|
165
|
+
@_builtins.property
|
|
166
|
+
def arrow_data_frame(self) -> _Arrow_pb2.Arrow: ...
|
|
167
|
+
@_builtins.property
|
|
168
|
+
def arrow_table(self) -> _Arrow_pb2.Arrow: ...
|
|
169
|
+
@_builtins.property
|
|
170
|
+
def arrow_vega_lite_chart(self) -> _ArrowVegaLiteChart_pb2.ArrowVegaLiteChart: ...
|
|
171
|
+
@_builtins.property
|
|
172
|
+
def audio(self) -> _Audio_pb2.Audio: ...
|
|
173
|
+
@_builtins.property
|
|
174
|
+
def audio_input(self) -> _AudioInput_pb2.AudioInput: ...
|
|
175
|
+
@_builtins.property
|
|
176
|
+
def balloons(self) -> _Balloons_pb2.Balloons: ...
|
|
177
|
+
@_builtins.property
|
|
178
|
+
def bidi_component(self) -> _BidiComponent_pb2.BidiComponent: ...
|
|
179
|
+
@_builtins.property
|
|
180
|
+
def bokeh_chart(self) -> _BokehChart_pb2.BokehChart: ...
|
|
181
|
+
@_builtins.property
|
|
182
|
+
def button(self) -> _Button_pb2.Button: ...
|
|
183
|
+
@_builtins.property
|
|
184
|
+
def button_group(self) -> _ButtonGroup_pb2.ButtonGroup: ...
|
|
185
|
+
@_builtins.property
|
|
186
|
+
def download_button(self) -> _DownloadButton_pb2.DownloadButton: ...
|
|
187
|
+
@_builtins.property
|
|
188
|
+
def camera_input(self) -> _CameraInput_pb2.CameraInput: ...
|
|
189
|
+
@_builtins.property
|
|
190
|
+
def chat_input(self) -> _ChatInput_pb2.ChatInput: ...
|
|
191
|
+
@_builtins.property
|
|
192
|
+
def checkbox(self) -> _Checkbox_pb2.Checkbox: ...
|
|
193
|
+
@_builtins.property
|
|
194
|
+
def color_picker(self) -> _ColorPicker_pb2.ColorPicker: ...
|
|
195
|
+
@_builtins.property
|
|
196
|
+
def component_instance(self) -> _Components_pb2.ComponentInstance: ...
|
|
197
|
+
@_builtins.property
|
|
198
|
+
def data_frame(self) -> _DataFrame_pb2.DataFrame:
|
|
199
199
|
"""DEPRECATED: This element is deprecated and unused:"""
|
|
200
200
|
|
|
201
|
-
@property
|
|
202
|
-
def table(self) ->
|
|
201
|
+
@_builtins.property
|
|
202
|
+
def table(self) -> _DataFrame_pb2.DataFrame:
|
|
203
203
|
"""DEPRECATED: This element is deprecated and unused:"""
|
|
204
204
|
|
|
205
|
-
@property
|
|
206
|
-
def date_input(self) ->
|
|
207
|
-
@property
|
|
208
|
-
def deck_gl_json_chart(self) ->
|
|
209
|
-
@property
|
|
210
|
-
def doc_string(self) ->
|
|
211
|
-
@property
|
|
212
|
-
def empty(self) ->
|
|
213
|
-
@property
|
|
214
|
-
def exception(self) ->
|
|
215
|
-
@property
|
|
216
|
-
def favicon(self) ->
|
|
217
|
-
@property
|
|
218
|
-
def file_uploader(self) ->
|
|
219
|
-
@property
|
|
220
|
-
def graphviz_chart(self) ->
|
|
221
|
-
@property
|
|
222
|
-
def html(self) ->
|
|
223
|
-
@property
|
|
224
|
-
def iframe(self) ->
|
|
225
|
-
@property
|
|
226
|
-
def imgs(self) ->
|
|
227
|
-
@property
|
|
228
|
-
def json(self) ->
|
|
229
|
-
@property
|
|
230
|
-
def link_button(self) ->
|
|
231
|
-
@property
|
|
232
|
-
def markdown(self) ->
|
|
233
|
-
@property
|
|
234
|
-
def metric(self) ->
|
|
235
|
-
@property
|
|
236
|
-
def multiselect(self) ->
|
|
237
|
-
@property
|
|
238
|
-
def number_input(self) ->
|
|
239
|
-
@property
|
|
240
|
-
def page_link(self) ->
|
|
241
|
-
@property
|
|
242
|
-
def plotly_chart(self) ->
|
|
243
|
-
@property
|
|
244
|
-
def progress(self) ->
|
|
245
|
-
@property
|
|
246
|
-
def radio(self) ->
|
|
247
|
-
@property
|
|
248
|
-
def selectbox(self) ->
|
|
249
|
-
@property
|
|
250
|
-
def skeleton(self) ->
|
|
251
|
-
@property
|
|
252
|
-
def slider(self) ->
|
|
253
|
-
@property
|
|
254
|
-
def snow(self) ->
|
|
255
|
-
@property
|
|
256
|
-
def space(self) ->
|
|
257
|
-
@property
|
|
258
|
-
def spinner(self) ->
|
|
259
|
-
@property
|
|
260
|
-
def text(self) ->
|
|
261
|
-
@property
|
|
262
|
-
def text_area(self) ->
|
|
263
|
-
@property
|
|
264
|
-
def text_input(self) ->
|
|
265
|
-
@property
|
|
266
|
-
def time_input(self) ->
|
|
267
|
-
@property
|
|
268
|
-
def date_time_input(self) ->
|
|
269
|
-
@property
|
|
270
|
-
def toast(self) ->
|
|
271
|
-
@property
|
|
272
|
-
def vega_lite_chart(self) ->
|
|
205
|
+
@_builtins.property
|
|
206
|
+
def date_input(self) -> _DateInput_pb2.DateInput: ...
|
|
207
|
+
@_builtins.property
|
|
208
|
+
def deck_gl_json_chart(self) -> _DeckGlJsonChart_pb2.DeckGlJsonChart: ...
|
|
209
|
+
@_builtins.property
|
|
210
|
+
def doc_string(self) -> _DocString_pb2.DocString: ...
|
|
211
|
+
@_builtins.property
|
|
212
|
+
def empty(self) -> _Empty_pb2.Empty: ...
|
|
213
|
+
@_builtins.property
|
|
214
|
+
def exception(self) -> _Exception_pb2.Exception: ...
|
|
215
|
+
@_builtins.property
|
|
216
|
+
def favicon(self) -> _Favicon_pb2.Favicon: ...
|
|
217
|
+
@_builtins.property
|
|
218
|
+
def file_uploader(self) -> _FileUploader_pb2.FileUploader: ...
|
|
219
|
+
@_builtins.property
|
|
220
|
+
def graphviz_chart(self) -> _GraphVizChart_pb2.GraphVizChart: ...
|
|
221
|
+
@_builtins.property
|
|
222
|
+
def html(self) -> _Html_pb2.Html: ...
|
|
223
|
+
@_builtins.property
|
|
224
|
+
def iframe(self) -> _IFrame_pb2.IFrame: ...
|
|
225
|
+
@_builtins.property
|
|
226
|
+
def imgs(self) -> _Image_pb2.ImageList: ...
|
|
227
|
+
@_builtins.property
|
|
228
|
+
def json(self) -> _Json_pb2.Json: ...
|
|
229
|
+
@_builtins.property
|
|
230
|
+
def link_button(self) -> _LinkButton_pb2.LinkButton: ...
|
|
231
|
+
@_builtins.property
|
|
232
|
+
def markdown(self) -> _Markdown_pb2.Markdown: ...
|
|
233
|
+
@_builtins.property
|
|
234
|
+
def metric(self) -> _Metric_pb2.Metric: ...
|
|
235
|
+
@_builtins.property
|
|
236
|
+
def multiselect(self) -> _MultiSelect_pb2.MultiSelect: ...
|
|
237
|
+
@_builtins.property
|
|
238
|
+
def number_input(self) -> _NumberInput_pb2.NumberInput: ...
|
|
239
|
+
@_builtins.property
|
|
240
|
+
def page_link(self) -> _PageLink_pb2.PageLink: ...
|
|
241
|
+
@_builtins.property
|
|
242
|
+
def plotly_chart(self) -> _PlotlyChart_pb2.PlotlyChart: ...
|
|
243
|
+
@_builtins.property
|
|
244
|
+
def progress(self) -> _Progress_pb2.Progress: ...
|
|
245
|
+
@_builtins.property
|
|
246
|
+
def radio(self) -> _Radio_pb2.Radio: ...
|
|
247
|
+
@_builtins.property
|
|
248
|
+
def selectbox(self) -> _Selectbox_pb2.Selectbox: ...
|
|
249
|
+
@_builtins.property
|
|
250
|
+
def skeleton(self) -> _Skeleton_pb2.Skeleton: ...
|
|
251
|
+
@_builtins.property
|
|
252
|
+
def slider(self) -> _Slider_pb2.Slider: ...
|
|
253
|
+
@_builtins.property
|
|
254
|
+
def snow(self) -> _Snow_pb2.Snow: ...
|
|
255
|
+
@_builtins.property
|
|
256
|
+
def space(self) -> _Space_pb2.Space: ...
|
|
257
|
+
@_builtins.property
|
|
258
|
+
def spinner(self) -> _Spinner_pb2.Spinner: ...
|
|
259
|
+
@_builtins.property
|
|
260
|
+
def text(self) -> _Text_pb2.Text: ...
|
|
261
|
+
@_builtins.property
|
|
262
|
+
def text_area(self) -> _TextArea_pb2.TextArea: ...
|
|
263
|
+
@_builtins.property
|
|
264
|
+
def text_input(self) -> _TextInput_pb2.TextInput: ...
|
|
265
|
+
@_builtins.property
|
|
266
|
+
def time_input(self) -> _TimeInput_pb2.TimeInput: ...
|
|
267
|
+
@_builtins.property
|
|
268
|
+
def date_time_input(self) -> _DateTimeInput_pb2.DateTimeInput: ...
|
|
269
|
+
@_builtins.property
|
|
270
|
+
def toast(self) -> _Toast_pb2.Toast: ...
|
|
271
|
+
@_builtins.property
|
|
272
|
+
def vega_lite_chart(self) -> _VegaLiteChart_pb2.VegaLiteChart:
|
|
273
273
|
"""DEPRECATED: This element is deprecated and unused:"""
|
|
274
274
|
|
|
275
|
-
@property
|
|
276
|
-
def video(self) ->
|
|
277
|
-
@property
|
|
278
|
-
def heading(self) ->
|
|
279
|
-
@property
|
|
280
|
-
def code(self) ->
|
|
275
|
+
@_builtins.property
|
|
276
|
+
def video(self) -> _Video_pb2.Video: ...
|
|
277
|
+
@_builtins.property
|
|
278
|
+
def heading(self) -> _Heading_pb2.Heading: ...
|
|
279
|
+
@_builtins.property
|
|
280
|
+
def code(self) -> _Code_pb2.Code:
|
|
281
281
|
"""Next ID: 63"""
|
|
282
282
|
|
|
283
283
|
def __init__(
|
|
284
284
|
self,
|
|
285
285
|
*,
|
|
286
|
-
height_config:
|
|
287
|
-
width_config:
|
|
288
|
-
text_alignment_config:
|
|
289
|
-
alert:
|
|
290
|
-
arrow_data_frame:
|
|
291
|
-
arrow_table:
|
|
292
|
-
arrow_vega_lite_chart:
|
|
293
|
-
audio:
|
|
294
|
-
audio_input:
|
|
295
|
-
balloons:
|
|
296
|
-
bidi_component:
|
|
297
|
-
bokeh_chart:
|
|
298
|
-
button:
|
|
299
|
-
button_group:
|
|
300
|
-
download_button:
|
|
301
|
-
camera_input:
|
|
302
|
-
chat_input:
|
|
303
|
-
checkbox:
|
|
304
|
-
color_picker:
|
|
305
|
-
component_instance:
|
|
306
|
-
data_frame:
|
|
307
|
-
table:
|
|
308
|
-
date_input:
|
|
309
|
-
deck_gl_json_chart:
|
|
310
|
-
doc_string:
|
|
311
|
-
empty:
|
|
312
|
-
exception:
|
|
313
|
-
favicon:
|
|
314
|
-
file_uploader:
|
|
315
|
-
graphviz_chart:
|
|
316
|
-
html:
|
|
317
|
-
iframe:
|
|
318
|
-
imgs:
|
|
319
|
-
json:
|
|
320
|
-
link_button:
|
|
321
|
-
markdown:
|
|
322
|
-
metric:
|
|
323
|
-
multiselect:
|
|
324
|
-
number_input:
|
|
325
|
-
page_link:
|
|
326
|
-
plotly_chart:
|
|
327
|
-
progress:
|
|
328
|
-
radio:
|
|
329
|
-
selectbox:
|
|
330
|
-
skeleton:
|
|
331
|
-
slider:
|
|
332
|
-
snow:
|
|
333
|
-
space:
|
|
334
|
-
spinner:
|
|
335
|
-
text:
|
|
336
|
-
text_area:
|
|
337
|
-
text_input:
|
|
338
|
-
time_input:
|
|
339
|
-
date_time_input:
|
|
340
|
-
toast:
|
|
341
|
-
vega_lite_chart:
|
|
342
|
-
video:
|
|
343
|
-
heading:
|
|
344
|
-
code:
|
|
286
|
+
height_config: _HeightConfig_pb2.HeightConfig | None = ...,
|
|
287
|
+
width_config: _WidthConfig_pb2.WidthConfig | None = ...,
|
|
288
|
+
text_alignment_config: _TextAlignmentConfig_pb2.TextAlignmentConfig | None = ...,
|
|
289
|
+
alert: _Alert_pb2.Alert | None = ...,
|
|
290
|
+
arrow_data_frame: _Arrow_pb2.Arrow | None = ...,
|
|
291
|
+
arrow_table: _Arrow_pb2.Arrow | None = ...,
|
|
292
|
+
arrow_vega_lite_chart: _ArrowVegaLiteChart_pb2.ArrowVegaLiteChart | None = ...,
|
|
293
|
+
audio: _Audio_pb2.Audio | None = ...,
|
|
294
|
+
audio_input: _AudioInput_pb2.AudioInput | None = ...,
|
|
295
|
+
balloons: _Balloons_pb2.Balloons | None = ...,
|
|
296
|
+
bidi_component: _BidiComponent_pb2.BidiComponent | None = ...,
|
|
297
|
+
bokeh_chart: _BokehChart_pb2.BokehChart | None = ...,
|
|
298
|
+
button: _Button_pb2.Button | None = ...,
|
|
299
|
+
button_group: _ButtonGroup_pb2.ButtonGroup | None = ...,
|
|
300
|
+
download_button: _DownloadButton_pb2.DownloadButton | None = ...,
|
|
301
|
+
camera_input: _CameraInput_pb2.CameraInput | None = ...,
|
|
302
|
+
chat_input: _ChatInput_pb2.ChatInput | None = ...,
|
|
303
|
+
checkbox: _Checkbox_pb2.Checkbox | None = ...,
|
|
304
|
+
color_picker: _ColorPicker_pb2.ColorPicker | None = ...,
|
|
305
|
+
component_instance: _Components_pb2.ComponentInstance | None = ...,
|
|
306
|
+
data_frame: _DataFrame_pb2.DataFrame | None = ...,
|
|
307
|
+
table: _DataFrame_pb2.DataFrame | None = ...,
|
|
308
|
+
date_input: _DateInput_pb2.DateInput | None = ...,
|
|
309
|
+
deck_gl_json_chart: _DeckGlJsonChart_pb2.DeckGlJsonChart | None = ...,
|
|
310
|
+
doc_string: _DocString_pb2.DocString | None = ...,
|
|
311
|
+
empty: _Empty_pb2.Empty | None = ...,
|
|
312
|
+
exception: _Exception_pb2.Exception | None = ...,
|
|
313
|
+
favicon: _Favicon_pb2.Favicon | None = ...,
|
|
314
|
+
file_uploader: _FileUploader_pb2.FileUploader | None = ...,
|
|
315
|
+
graphviz_chart: _GraphVizChart_pb2.GraphVizChart | None = ...,
|
|
316
|
+
html: _Html_pb2.Html | None = ...,
|
|
317
|
+
iframe: _IFrame_pb2.IFrame | None = ...,
|
|
318
|
+
imgs: _Image_pb2.ImageList | None = ...,
|
|
319
|
+
json: _Json_pb2.Json | None = ...,
|
|
320
|
+
link_button: _LinkButton_pb2.LinkButton | None = ...,
|
|
321
|
+
markdown: _Markdown_pb2.Markdown | None = ...,
|
|
322
|
+
metric: _Metric_pb2.Metric | None = ...,
|
|
323
|
+
multiselect: _MultiSelect_pb2.MultiSelect | None = ...,
|
|
324
|
+
number_input: _NumberInput_pb2.NumberInput | None = ...,
|
|
325
|
+
page_link: _PageLink_pb2.PageLink | None = ...,
|
|
326
|
+
plotly_chart: _PlotlyChart_pb2.PlotlyChart | None = ...,
|
|
327
|
+
progress: _Progress_pb2.Progress | None = ...,
|
|
328
|
+
radio: _Radio_pb2.Radio | None = ...,
|
|
329
|
+
selectbox: _Selectbox_pb2.Selectbox | None = ...,
|
|
330
|
+
skeleton: _Skeleton_pb2.Skeleton | None = ...,
|
|
331
|
+
slider: _Slider_pb2.Slider | None = ...,
|
|
332
|
+
snow: _Snow_pb2.Snow | None = ...,
|
|
333
|
+
space: _Space_pb2.Space | None = ...,
|
|
334
|
+
spinner: _Spinner_pb2.Spinner | None = ...,
|
|
335
|
+
text: _Text_pb2.Text | None = ...,
|
|
336
|
+
text_area: _TextArea_pb2.TextArea | None = ...,
|
|
337
|
+
text_input: _TextInput_pb2.TextInput | None = ...,
|
|
338
|
+
time_input: _TimeInput_pb2.TimeInput | None = ...,
|
|
339
|
+
date_time_input: _DateTimeInput_pb2.DateTimeInput | None = ...,
|
|
340
|
+
toast: _Toast_pb2.Toast | None = ...,
|
|
341
|
+
vega_lite_chart: _VegaLiteChart_pb2.VegaLiteChart | None = ...,
|
|
342
|
+
video: _Video_pb2.Video | None = ...,
|
|
343
|
+
heading: _Heading_pb2.Heading | None = ...,
|
|
344
|
+
code: _Code_pb2.Code | None = ...,
|
|
345
345
|
) -> None: ...
|
|
346
|
-
_HasFieldArgType:
|
|
347
|
-
def HasField(self, field_name: _HasFieldArgType) ->
|
|
348
|
-
_ClearFieldArgType:
|
|
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", "bokeh_chart", b"bokeh_chart", "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", "data_frame", b"data_frame", "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", "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", "table", b"table", "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", "vega_lite_chart", b"vega_lite_chart", "video", b"video", "width_config", b"width_config"] # noqa: Y015
|
|
347
|
+
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", "bokeh_chart", b"bokeh_chart", "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", "data_frame", b"data_frame", "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", "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", "table", b"table", "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", "vega_lite_chart", b"vega_lite_chart", "video", b"video", "width_config", b"width_config"] # noqa: Y015
|
|
349
349
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
350
|
-
_WhichOneofReturnType__height_config:
|
|
351
|
-
_WhichOneofArgType__height_config:
|
|
352
|
-
_WhichOneofReturnType__text_alignment_config:
|
|
353
|
-
_WhichOneofArgType__text_alignment_config:
|
|
354
|
-
_WhichOneofReturnType__width_config:
|
|
355
|
-
_WhichOneofArgType__width_config:
|
|
356
|
-
_WhichOneofReturnType_type:
|
|
357
|
-
_WhichOneofArgType_type:
|
|
358
|
-
@
|
|
350
|
+
_WhichOneofReturnType__height_config: _TypeAlias = _typing.Literal["height_config"] # noqa: Y015
|
|
351
|
+
_WhichOneofArgType__height_config: _TypeAlias = _typing.Literal["_height_config", b"_height_config"] # noqa: Y015
|
|
352
|
+
_WhichOneofReturnType__text_alignment_config: _TypeAlias = _typing.Literal["text_alignment_config"] # noqa: Y015
|
|
353
|
+
_WhichOneofArgType__text_alignment_config: _TypeAlias = _typing.Literal["_text_alignment_config", b"_text_alignment_config"] # noqa: Y015
|
|
354
|
+
_WhichOneofReturnType__width_config: _TypeAlias = _typing.Literal["width_config"] # noqa: Y015
|
|
355
|
+
_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", "bokeh_chart", "button", "button_group", "download_button", "camera_input", "chat_input", "checkbox", "color_picker", "component_instance", "data_frame", "table", "date_input", "deck_gl_json_chart", "doc_string", "empty", "exception", "favicon", "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", "vega_lite_chart", "video", "heading", "code"] # noqa: Y015
|
|
357
|
+
_WhichOneofArgType_type: _TypeAlias = _typing.Literal["type", b"type"] # noqa: Y015
|
|
358
|
+
@_typing.overload
|
|
359
359
|
def WhichOneof(self, oneof_group: _WhichOneofArgType__height_config) -> _WhichOneofReturnType__height_config | None: ...
|
|
360
|
-
@
|
|
360
|
+
@_typing.overload
|
|
361
361
|
def WhichOneof(self, oneof_group: _WhichOneofArgType__text_alignment_config) -> _WhichOneofReturnType__text_alignment_config | None: ...
|
|
362
|
-
@
|
|
362
|
+
@_typing.overload
|
|
363
363
|
def WhichOneof(self, oneof_group: _WhichOneofArgType__width_config) -> _WhichOneofReturnType__width_config | None: ...
|
|
364
|
-
@
|
|
364
|
+
@_typing.overload
|
|
365
365
|
def WhichOneof(self, oneof_group: _WhichOneofArgType_type) -> _WhichOneofReturnType_type | None: ...
|
|
366
366
|
|
|
367
|
-
Global___Element:
|
|
367
|
+
Global___Element: _TypeAlias = Element # noqa: Y015
|