streamlit-nightly 1.45.2.dev20250528__py3-none-any.whl → 1.45.2.dev20250530__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/config.py +18 -0
- streamlit/delta_generator.py +10 -14
- streamlit/elements/doc_string.py +7 -15
- streamlit/elements/form.py +14 -0
- streamlit/elements/json.py +7 -6
- streamlit/elements/layouts.py +21 -3
- streamlit/elements/lib/layout_utils.py +24 -0
- streamlit/elements/lib/mutable_status_container.py +9 -0
- streamlit/elements/markdown.py +33 -3
- streamlit/elements/progress.py +3 -12
- streamlit/elements/widgets/audio_input.py +3 -10
- streamlit/elements/widgets/camera_input.py +5 -9
- streamlit/elements/widgets/chat.py +9 -12
- streamlit/elements/widgets/data_editor.py +6 -3
- streamlit/elements/widgets/file_uploader.py +9 -9
- streamlit/elements/widgets/number_input.py +11 -12
- streamlit/elements/widgets/select_slider.py +3 -10
- streamlit/elements/widgets/selectbox.py +9 -12
- streamlit/elements/widgets/slider.py +3 -9
- streamlit/elements/widgets/text_widgets.py +13 -22
- streamlit/elements/widgets/time_widgets.py +13 -22
- streamlit/hello/hello.py +1 -0
- streamlit/hello/streamlit_app.py +27 -25
- streamlit/proto/AudioInput_pb2.py +3 -4
- streamlit/proto/AudioInput_pb2.pyi +2 -7
- streamlit/proto/Block_pb2.py +27 -27
- streamlit/proto/Block_pb2.pyi +3 -17
- streamlit/proto/CameraInput_pb2.py +3 -4
- streamlit/proto/CameraInput_pb2.pyi +2 -8
- streamlit/proto/ChatInput_pb2.py +7 -8
- streamlit/proto/ChatInput_pb2.pyi +1 -10
- streamlit/proto/Code_pb2.py +3 -4
- streamlit/proto/DateInput_pb2.py +3 -4
- streamlit/proto/DateInput_pb2.pyi +2 -8
- streamlit/proto/DocString_pb2.py +5 -6
- streamlit/proto/DocString_pb2.pyi +1 -9
- streamlit/proto/FileUploader_pb2.py +3 -4
- streamlit/proto/FileUploader_pb2.pyi +2 -8
- streamlit/proto/Json_pb2.py +3 -4
- streamlit/proto/Json_pb2.pyi +2 -9
- streamlit/proto/NewSession_pb2.py +16 -16
- streamlit/proto/NewSession_pb2.pyi +7 -2
- streamlit/proto/NumberInput_pb2.py +5 -6
- streamlit/proto/NumberInput_pb2.pyi +2 -9
- streamlit/proto/Progress_pb2.py +3 -4
- streamlit/proto/Progress_pb2.pyi +1 -7
- streamlit/proto/Selectbox_pb2.py +3 -4
- streamlit/proto/Selectbox_pb2.pyi +2 -9
- streamlit/proto/Slider_pb2.py +7 -8
- streamlit/proto/Slider_pb2.pyi +2 -8
- streamlit/proto/TextArea_pb2.py +3 -4
- streamlit/proto/TextArea_pb2.pyi +2 -9
- streamlit/proto/TextInput_pb2.py +5 -6
- streamlit/proto/TextInput_pb2.pyi +2 -9
- streamlit/proto/TimeInput_pb2.py +3 -4
- streamlit/proto/TimeInput_pb2.pyi +2 -9
- streamlit/static/index.html +1 -1
- streamlit/static/manifest.json +1240 -0
- streamlit/static/static/js/{ErrorOutline.esm.CtshIbC5.js → ErrorOutline.esm.D5NgCh5m.js} +1 -1
- streamlit/static/static/js/{FileDownload.esm.A0XrMp_A.js → FileDownload.esm.NuObx1Tl.js} +1 -1
- streamlit/static/static/js/{FileHelper.BkYmOfR4.js → FileHelper.BH7o4_P9.js} +5 -5
- streamlit/static/static/js/{FormClearHelper.DvUrjO5s.js → FormClearHelper.BAxB8JFY.js} +1 -1
- streamlit/static/static/js/{Hooks.Dw0PPeMp.js → Hooks.Bjt8oBOT.js} +1 -1
- streamlit/static/static/js/{InputInstructions.BwkpOG-3.js → InputInstructions.BZZLp6t9.js} +1 -1
- streamlit/static/static/js/{ProgressBar.Po8toa5U.js → ProgressBar.BwRgGfI0.js} +2 -2
- streamlit/static/static/js/{RenderInPortalIfExists.DG7izwhP.js → RenderInPortalIfExists.C_c286r8.js} +1 -1
- streamlit/static/static/js/{Toolbar.zoRxypF9.js → Toolbar.5tXjF_eX.js} +1 -1
- streamlit/static/static/js/{base-input.3hmq5vR4.js → base-input.wfBDFTlB.js} +1 -1
- streamlit/static/static/js/{checkbox.DHVebTBP.js → checkbox.D1GhNngU.js} +1 -1
- streamlit/static/static/js/{createSuper.CCzF882j.js → createSuper.CudEEVs2.js} +1 -1
- streamlit/static/static/js/{data-grid-overlay-editor.CRIS0V5u.js → data-grid-overlay-editor.DUTI_Rbg.js} +1 -1
- streamlit/static/static/js/{downloader.DOuJ7F43.js → downloader.BwLpAoXN.js} +1 -1
- streamlit/static/static/js/{es6.BojNhy97.js → es6.B_HLnUb9.js} +2 -2
- streamlit/static/static/js/{iframeResizer.contentWindow.CmN7IDO7.js → iframeResizer.contentWindow.BNcjOcan.js} +1 -1
- streamlit/static/static/js/{index.VVmp3qV7.js → index.3WJoJFGb.js} +1 -1
- streamlit/static/static/js/{index.CTVSiPCo.js → index.B0h616Th.js} +1 -1
- streamlit/static/static/js/{index.CLFnBokZ.js → index.B0paBg5x.js} +1 -1
- streamlit/static/static/js/index.B3vWaIrN.js +1 -0
- streamlit/static/static/js/{index.CdgLDqMc.js → index.B4PbMsBe.js} +1 -1
- streamlit/static/static/js/{index.BV-8GugV.js → index.BGKVW2u9.js} +1 -1
- streamlit/static/static/js/index.BJQPxOFd.js +12 -0
- streamlit/static/static/js/{index.B3Y99Usz.js → index.BOHEcsVb.js} +1 -1
- streamlit/static/static/js/{index.CZ6f-p0K.js → index.BPGAPI9w.js} +1 -1
- streamlit/static/static/js/{index.BXfm7UZe.js → index.Bj6uLiaA.js} +1 -1
- streamlit/static/static/js/{index.BvWDoWjf.js → index.BkvVxUIW.js} +1 -1
- streamlit/static/static/js/{index.kWUcv9pK.js → index.Bs0m0eUy.js} +1 -1
- streamlit/static/static/js/{index.YePOPnW6.js → index.BtpsTdHN.js} +176 -173
- streamlit/static/static/js/index.C1GNiWbH.js +1 -0
- streamlit/static/static/js/{index.Ih0EXMso.js → index.CL0UH4WF.js} +1 -1
- streamlit/static/static/js/{index.DkNaEiLi.js → index.CXP5ffxh.js} +1 -1
- streamlit/static/static/js/{index.Cpz3pp0B.js → index.Ca-9xoC2.js} +1 -1
- streamlit/static/static/js/{index.BgmEuudT.js → index.Cdd7Ri21.js} +1 -1
- streamlit/static/static/js/index.Cf8KcH2X.js +1 -0
- streamlit/static/static/js/{index.CWweAMBx.js → index.CfzaRR6P.js} +1 -1
- streamlit/static/static/js/{index.muQ-sA7D.js → index.CjRwuAdg.js} +1 -1
- streamlit/static/static/js/{index.BEfxU01i.js → index.CkOUlPYT.js} +1 -1
- streamlit/static/static/js/{index.BsiojTxz.js → index.CxtkoiKl.js} +1 -1
- streamlit/static/static/js/index.D3wYqvI6.js +1 -0
- streamlit/static/static/js/index.D8i27llu.js +3 -0
- streamlit/static/static/js/{index.BMWx_YQD.js → index.DA7wmIe4.js} +1 -1
- streamlit/static/static/js/index.DIG9Mo9J.js +1 -0
- streamlit/static/static/js/index.DNR4wKJg.js +1 -0
- streamlit/static/static/js/{index.DcLQo3NB.js → index.DNS8a-dx.js} +20 -20
- streamlit/static/static/js/{index.YtwVjbe-.js → index.NveskZ7j.js} +1 -1
- streamlit/static/static/js/{index.BfcdLS9y.js → index.PR2mcvVR.js} +1 -1
- streamlit/static/static/js/{index.CzMgwzgb.js → index.df4uuSoD.js} +1 -1
- streamlit/static/static/js/{index.3HscCA0Q.js → index.flyQEkeT.js} +1 -1
- streamlit/static/static/js/{index.R5J-UXhx.js → index.iF9jUtwl.js} +1 -1
- streamlit/static/static/js/{index.p5qVS5RU.js → index.jyqBAhvH.js} +1 -1
- streamlit/static/static/js/{index.HdiDLe37.js → index.sYLAHlH0.js} +1 -1
- streamlit/static/static/js/{index.whcmqOYZ.js → index.zq3LdRhj.js} +1 -1
- streamlit/static/static/js/{input.C95vVzrH.js → input.CtZjQ6Pv.js} +1 -1
- streamlit/static/static/js/{memory.lfILky3m.js → memory.Ddl3R0up.js} +1 -1
- streamlit/static/static/js/{mergeWith.CdpKbzWl.js → mergeWith.D-TqDY0-.js} +1 -1
- streamlit/static/static/js/{number-overlay-editor.D2TjUrKf.js → number-overlay-editor.Dndf05Hx.js} +1 -1
- streamlit/static/static/js/{possibleConstructorReturn.DQV58bYB.js → possibleConstructorReturn.DNEY6J9G.js} +1 -1
- streamlit/static/static/js/{sandbox.R1dhBCnm.js → sandbox.B_XDPkfx.js} +1 -1
- streamlit/static/static/js/{textarea.t5D4QCw3.js → textarea.BZ9lTMhV.js} +1 -1
- streamlit/static/static/js/{timepicker.BI9iPIxz.js → timepicker.D9UUwpRT.js} +1 -1
- streamlit/static/static/js/{toConsumableArray.COyXrPhy.js → toConsumableArray.DNJjbOUS.js} +1 -1
- streamlit/static/static/js/{uniqueId.CaWObuU_.js → uniqueId.psBJ_tSg.js} +1 -1
- streamlit/static/static/js/{useBasicWidgetState.Wd2TSACf.js → useBasicWidgetState.CTpx4w-3.js} +1 -1
- streamlit/static/static/js/{useOnInputChange.CUFXty-S.js → useOnInputChange.WKTDSC4O.js} +1 -1
- streamlit/static/static/js/{withFullScreenWrapper.wgkD5MeK.js → withFullScreenWrapper.oyWCn2-3.js} +1 -1
- {streamlit_nightly-1.45.2.dev20250528.dist-info → streamlit_nightly-1.45.2.dev20250530.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.45.2.dev20250528.dist-info → streamlit_nightly-1.45.2.dev20250530.dist-info}/RECORD +130 -129
- streamlit/static/static/js/index.B0GUCtHl.js +0 -1
- streamlit/static/static/js/index.B6guKn0h.js +0 -1
- streamlit/static/static/js/index.CPiByGGr.js +0 -3
- streamlit/static/static/js/index.CVxkW_lc.js +0 -12
- streamlit/static/static/js/index.DH2YAEv6.js +0 -1
- streamlit/static/static/js/index.DNlMgaSP.js +0 -1
- streamlit/static/static/js/index.DP7RHJHC.js +0 -1
- streamlit/static/static/js/index.DtpZrdsz.js +0 -1
- {streamlit_nightly-1.45.2.dev20250528.data → streamlit_nightly-1.45.2.dev20250530.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.45.2.dev20250528.dist-info → streamlit_nightly-1.45.2.dev20250530.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.45.2.dev20250528.dist-info → streamlit_nightly-1.45.2.dev20250530.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.45.2.dev20250528.dist-info → streamlit_nightly-1.45.2.dev20250530.dist-info}/top_level.txt +0 -0
streamlit/proto/Progress_pb2.py
CHANGED
@@ -12,10 +12,9 @@ from google.protobuf.internal import builder as _builder
|
|
12
12
|
_sym_db = _symbol_database.Default()
|
13
13
|
|
14
14
|
|
15
|
-
from streamlit.proto import WidthConfig_pb2 as streamlit_dot_proto_dot_WidthConfig__pb2
|
16
15
|
|
17
16
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1estreamlit/proto/Progress.proto\
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1estreamlit/proto/Progress.proto\"\'\n\x08Progress\x12\r\n\x05value\x18\x01 \x01(\r\x12\x0c\n\x04text\x18\x02 \x01(\tB-\n\x1c\x63om.snowflake.apps.streamlitB\rProgressProtob\x06proto3')
|
19
18
|
|
20
19
|
_globals = globals()
|
21
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -23,6 +22,6 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Progress_pb
|
|
23
22
|
if not _descriptor._USE_C_DESCRIPTORS:
|
24
23
|
_globals['DESCRIPTOR']._loaded_options = None
|
25
24
|
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\rProgressProto'
|
26
|
-
_globals['_PROGRESS']._serialized_start=
|
27
|
-
_globals['_PROGRESS']._serialized_end=
|
25
|
+
_globals['_PROGRESS']._serialized_start=34
|
26
|
+
_globals['_PROGRESS']._serialized_end=73
|
28
27
|
# @@protoc_insertion_point(module_scope)
|
streamlit/proto/Progress_pb2.pyi
CHANGED
@@ -20,7 +20,6 @@ limitations under the License.
|
|
20
20
|
import builtins
|
21
21
|
import google.protobuf.descriptor
|
22
22
|
import google.protobuf.message
|
23
|
-
import streamlit.proto.WidthConfig_pb2
|
24
23
|
import typing
|
25
24
|
|
26
25
|
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
@@ -31,19 +30,14 @@ class Progress(google.protobuf.message.Message):
|
|
31
30
|
|
32
31
|
VALUE_FIELD_NUMBER: builtins.int
|
33
32
|
TEXT_FIELD_NUMBER: builtins.int
|
34
|
-
WIDTH_CONFIG_FIELD_NUMBER: builtins.int
|
35
33
|
value: builtins.int
|
36
34
|
text: builtins.str
|
37
|
-
@property
|
38
|
-
def width_config(self) -> streamlit.proto.WidthConfig_pb2.WidthConfig: ...
|
39
35
|
def __init__(
|
40
36
|
self,
|
41
37
|
*,
|
42
38
|
value: builtins.int = ...,
|
43
39
|
text: builtins.str = ...,
|
44
|
-
width_config: streamlit.proto.WidthConfig_pb2.WidthConfig | None = ...,
|
45
40
|
) -> None: ...
|
46
|
-
def
|
47
|
-
def ClearField(self, field_name: typing.Literal["text", b"text", "value", b"value", "width_config", b"width_config"]) -> None: ...
|
41
|
+
def ClearField(self, field_name: typing.Literal["text", b"text", "value", b"value"]) -> None: ...
|
48
42
|
|
49
43
|
global___Progress = Progress
|
streamlit/proto/Selectbox_pb2.py
CHANGED
@@ -13,10 +13,9 @@ _sym_db = _symbol_database.Default()
|
|
13
13
|
|
14
14
|
|
15
15
|
from streamlit.proto import LabelVisibilityMessage_pb2 as streamlit_dot_proto_dot_LabelVisibilityMessage__pb2
|
16
|
-
from streamlit.proto import WidthConfig_pb2 as streamlit_dot_proto_dot_WidthConfig__pb2
|
17
16
|
|
18
17
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fstreamlit/proto/Selectbox.proto\x1a,streamlit/proto/LabelVisibilityMessage.proto\
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fstreamlit/proto/Selectbox.proto\x1a,streamlit/proto/LabelVisibilityMessage.proto\"\xe5\x02\n\tSelectbox\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x14\n\x07\x64\x65\x66\x61ult\x18\x03 \x01(\x05H\x00\x88\x01\x01\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\x16\n\x05value\x18\x07 \x01(\x05\x42\x02\x18\x01H\x01\x88\x01\x01\x12\x16\n\traw_value\x18\r \x01(\tH\x02\x88\x01\x01\x12\x11\n\tset_value\x18\x08 \x01(\x08\x12\x10\n\x08\x64isabled\x18\t \x01(\x08\x12\x31\n\x10label_visibility\x18\n \x01(\x0b\x32\x17.LabelVisibilityMessage\x12\x13\n\x0bplaceholder\x18\x0b \x01(\t\x12\x1f\n\x12\x61\x63\x63\x65pt_new_options\x18\x0c \x01(\x08H\x03\x88\x01\x01\x42\n\n\x08_defaultB\x08\n\x06_valueB\x0c\n\n_raw_valueB\x15\n\x13_accept_new_optionsB.\n\x1c\x63om.snowflake.apps.streamlitB\x0eSelectboxProtob\x06proto3')
|
20
19
|
|
21
20
|
_globals = globals()
|
22
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -26,6 +25,6 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
26
25
|
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\016SelectboxProto'
|
27
26
|
_globals['_SELECTBOX'].fields_by_name['value']._loaded_options = None
|
28
27
|
_globals['_SELECTBOX'].fields_by_name['value']._serialized_options = b'\030\001'
|
29
|
-
_globals['_SELECTBOX']._serialized_start=
|
30
|
-
_globals['_SELECTBOX']._serialized_end=
|
28
|
+
_globals['_SELECTBOX']._serialized_start=82
|
29
|
+
_globals['_SELECTBOX']._serialized_end=439
|
31
30
|
# @@protoc_insertion_point(module_scope)
|
@@ -23,7 +23,6 @@ import google.protobuf.descriptor
|
|
23
23
|
import google.protobuf.internal.containers
|
24
24
|
import google.protobuf.message
|
25
25
|
import streamlit.proto.LabelVisibilityMessage_pb2
|
26
|
-
import streamlit.proto.WidthConfig_pb2
|
27
26
|
import typing
|
28
27
|
|
29
28
|
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
@@ -45,7 +44,6 @@ class Selectbox(google.protobuf.message.Message):
|
|
45
44
|
LABEL_VISIBILITY_FIELD_NUMBER: builtins.int
|
46
45
|
PLACEHOLDER_FIELD_NUMBER: builtins.int
|
47
46
|
ACCEPT_NEW_OPTIONS_FIELD_NUMBER: builtins.int
|
48
|
-
WIDTH_CONFIG_FIELD_NUMBER: builtins.int
|
49
47
|
id: builtins.str
|
50
48
|
label: builtins.str
|
51
49
|
default: builtins.int
|
@@ -64,8 +62,6 @@ class Selectbox(google.protobuf.message.Message):
|
|
64
62
|
def options(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
|
65
63
|
@property
|
66
64
|
def label_visibility(self) -> streamlit.proto.LabelVisibilityMessage_pb2.LabelVisibilityMessage: ...
|
67
|
-
@property
|
68
|
-
def width_config(self) -> streamlit.proto.WidthConfig_pb2.WidthConfig: ...
|
69
65
|
def __init__(
|
70
66
|
self,
|
71
67
|
*,
|
@@ -82,10 +78,9 @@ class Selectbox(google.protobuf.message.Message):
|
|
82
78
|
label_visibility: streamlit.proto.LabelVisibilityMessage_pb2.LabelVisibilityMessage | None = ...,
|
83
79
|
placeholder: builtins.str = ...,
|
84
80
|
accept_new_options: builtins.bool | None = ...,
|
85
|
-
width_config: streamlit.proto.WidthConfig_pb2.WidthConfig | None = ...,
|
86
81
|
) -> None: ...
|
87
|
-
def HasField(self, field_name: typing.Literal["_accept_new_options", b"_accept_new_options", "_default", b"_default", "_raw_value", b"_raw_value", "_value", b"_value", "
|
88
|
-
def ClearField(self, field_name: typing.Literal["_accept_new_options", b"_accept_new_options", "_default", b"_default", "_raw_value", b"_raw_value", "_value", b"_value", "
|
82
|
+
def HasField(self, field_name: typing.Literal["_accept_new_options", b"_accept_new_options", "_default", b"_default", "_raw_value", b"_raw_value", "_value", b"_value", "accept_new_options", b"accept_new_options", "default", b"default", "label_visibility", b"label_visibility", "raw_value", b"raw_value", "value", b"value"]) -> builtins.bool: ...
|
83
|
+
def ClearField(self, field_name: typing.Literal["_accept_new_options", b"_accept_new_options", "_default", b"_default", "_raw_value", b"_raw_value", "_value", b"_value", "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", "options", b"options", "placeholder", b"placeholder", "raw_value", b"raw_value", "set_value", b"set_value", "value", b"value"]) -> None: ...
|
89
84
|
@typing.overload
|
90
85
|
def WhichOneof(self, oneof_group: typing.Literal["_accept_new_options", b"_accept_new_options"]) -> typing.Literal["accept_new_options"] | None: ...
|
91
86
|
@typing.overload
|
@@ -94,7 +89,5 @@ class Selectbox(google.protobuf.message.Message):
|
|
94
89
|
def WhichOneof(self, oneof_group: typing.Literal["_raw_value", b"_raw_value"]) -> typing.Literal["raw_value"] | None: ...
|
95
90
|
@typing.overload
|
96
91
|
def WhichOneof(self, oneof_group: typing.Literal["_value", b"_value"]) -> typing.Literal["value"] | None: ...
|
97
|
-
@typing.overload
|
98
|
-
def WhichOneof(self, oneof_group: typing.Literal["_width_config", b"_width_config"]) -> typing.Literal["width_config"] | None: ...
|
99
92
|
|
100
93
|
global___Selectbox = Selectbox
|
streamlit/proto/Slider_pb2.py
CHANGED
@@ -13,10 +13,9 @@ _sym_db = _symbol_database.Default()
|
|
13
13
|
|
14
14
|
|
15
15
|
from streamlit.proto import LabelVisibilityMessage_pb2 as streamlit_dot_proto_dot_LabelVisibilityMessage__pb2
|
16
|
-
from streamlit.proto import WidthConfig_pb2 as streamlit_dot_proto_dot_WidthConfig__pb2
|
17
16
|
|
18
17
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cstreamlit/proto/Slider.proto\x1a,streamlit/proto/LabelVisibilityMessage.proto\
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cstreamlit/proto/Slider.proto\x1a,streamlit/proto/LabelVisibilityMessage.proto\"\xbe\x03\n\x06Slider\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07\x66orm_id\x18\x02 \x01(\t\x12\r\n\x05label\x18\x03 \x01(\t\x12\x0e\n\x06\x66ormat\x18\x04 \x01(\t\x12#\n\tdata_type\x18\x05 \x01(\x0e\x32\x10.Slider.DataType\x12\x0f\n\x07\x64\x65\x66\x61ult\x18\x06 \x03(\x01\x12\x0b\n\x03min\x18\x07 \x01(\x01\x12\x0b\n\x03max\x18\x08 \x01(\x01\x12\x0c\n\x04step\x18\t \x01(\x01\x12\r\n\x05value\x18\n \x03(\x01\x12\x11\n\tset_value\x18\x0b \x01(\x08\x12\x0f\n\x07options\x18\r \x03(\t\x12\x0c\n\x04help\x18\x0e \x01(\t\x12\x10\n\x08\x64isabled\x18\x0f \x01(\x08\x12\x31\n\x10label_visibility\x18\x10 \x01(\x0b\x32\x17.LabelVisibilityMessage\x12\x1a\n\x04type\x18\x11 \x01(\x0e\x32\x0c.Slider.Type\"@\n\x08\x44\x61taType\x12\x07\n\x03INT\x10\x00\x12\t\n\x05\x46LOAT\x10\x01\x12\x0c\n\x08\x44\x41TETIME\x10\x02\x12\x08\n\x04\x44\x41TE\x10\x03\x12\x08\n\x04TIME\x10\x04\"6\n\x04Type\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\n\n\x06SLIDER\x10\x01\x12\x11\n\rSELECT_SLIDER\x10\x02\x42+\n\x1c\x63om.snowflake.apps.streamlitB\x0bSliderProtob\x06proto3')
|
20
19
|
|
21
20
|
_globals = globals()
|
22
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -24,10 +23,10 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Slider_pb2'
|
|
24
23
|
if not _descriptor._USE_C_DESCRIPTORS:
|
25
24
|
_globals['DESCRIPTOR']._loaded_options = None
|
26
25
|
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\013SliderProto'
|
27
|
-
_globals['_SLIDER']._serialized_start=
|
28
|
-
_globals['_SLIDER']._serialized_end=
|
29
|
-
_globals['_SLIDER_DATATYPE']._serialized_start=
|
30
|
-
_globals['_SLIDER_DATATYPE']._serialized_end=
|
31
|
-
_globals['_SLIDER_TYPE']._serialized_start=
|
32
|
-
_globals['_SLIDER_TYPE']._serialized_end=
|
26
|
+
_globals['_SLIDER']._serialized_start=79
|
27
|
+
_globals['_SLIDER']._serialized_end=525
|
28
|
+
_globals['_SLIDER_DATATYPE']._serialized_start=405
|
29
|
+
_globals['_SLIDER_DATATYPE']._serialized_end=469
|
30
|
+
_globals['_SLIDER_TYPE']._serialized_start=471
|
31
|
+
_globals['_SLIDER_TYPE']._serialized_end=525
|
33
32
|
# @@protoc_insertion_point(module_scope)
|
streamlit/proto/Slider_pb2.pyi
CHANGED
@@ -24,7 +24,6 @@ import google.protobuf.internal.containers
|
|
24
24
|
import google.protobuf.internal.enum_type_wrapper
|
25
25
|
import google.protobuf.message
|
26
26
|
import streamlit.proto.LabelVisibilityMessage_pb2
|
27
|
-
import streamlit.proto.WidthConfig_pb2
|
28
27
|
import sys
|
29
28
|
import typing
|
30
29
|
|
@@ -97,7 +96,6 @@ class Slider(google.protobuf.message.Message):
|
|
97
96
|
DISABLED_FIELD_NUMBER: builtins.int
|
98
97
|
LABEL_VISIBILITY_FIELD_NUMBER: builtins.int
|
99
98
|
TYPE_FIELD_NUMBER: builtins.int
|
100
|
-
WIDTH_CONFIG_FIELD_NUMBER: builtins.int
|
101
99
|
id: builtins.str
|
102
100
|
form_id: builtins.str
|
103
101
|
label: builtins.str
|
@@ -118,8 +116,6 @@ class Slider(google.protobuf.message.Message):
|
|
118
116
|
def options(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
|
119
117
|
@property
|
120
118
|
def label_visibility(self) -> streamlit.proto.LabelVisibilityMessage_pb2.LabelVisibilityMessage: ...
|
121
|
-
@property
|
122
|
-
def width_config(self) -> streamlit.proto.WidthConfig_pb2.WidthConfig: ...
|
123
119
|
def __init__(
|
124
120
|
self,
|
125
121
|
*,
|
@@ -139,10 +135,8 @@ class Slider(google.protobuf.message.Message):
|
|
139
135
|
disabled: builtins.bool = ...,
|
140
136
|
label_visibility: streamlit.proto.LabelVisibilityMessage_pb2.LabelVisibilityMessage | None = ...,
|
141
137
|
type: global___Slider.Type.ValueType = ...,
|
142
|
-
width_config: streamlit.proto.WidthConfig_pb2.WidthConfig | None = ...,
|
143
138
|
) -> None: ...
|
144
|
-
def HasField(self, field_name: typing.Literal["
|
145
|
-
def ClearField(self, field_name: typing.Literal["
|
146
|
-
def WhichOneof(self, oneof_group: typing.Literal["_width_config", b"_width_config"]) -> typing.Literal["width_config"] | None: ...
|
139
|
+
def HasField(self, field_name: typing.Literal["label_visibility", b"label_visibility"]) -> builtins.bool: ...
|
140
|
+
def ClearField(self, field_name: typing.Literal["data_type", b"data_type", "default", b"default", "disabled", b"disabled", "form_id", b"form_id", "format", b"format", "help", b"help", "id", b"id", "label", b"label", "label_visibility", b"label_visibility", "max", b"max", "min", b"min", "options", b"options", "set_value", b"set_value", "step", b"step", "type", b"type", "value", b"value"]) -> None: ...
|
147
141
|
|
148
142
|
global___Slider = Slider
|
streamlit/proto/TextArea_pb2.py
CHANGED
@@ -13,10 +13,9 @@ _sym_db = _symbol_database.Default()
|
|
13
13
|
|
14
14
|
|
15
15
|
from streamlit.proto import LabelVisibilityMessage_pb2 as streamlit_dot_proto_dot_LabelVisibilityMessage__pb2
|
16
|
-
from streamlit.proto import WidthConfig_pb2 as streamlit_dot_proto_dot_WidthConfig__pb2
|
17
16
|
|
18
17
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1estreamlit/proto/TextArea.proto\x1a,streamlit/proto/LabelVisibilityMessage.proto\
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1estreamlit/proto/TextArea.proto\x1a,streamlit/proto/LabelVisibilityMessage.proto\"\x94\x02\n\x08TextArea\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x14\n\x07\x64\x65\x66\x61ult\x18\x03 \x01(\tH\x00\x88\x01\x01\x12\x0e\n\x06height\x18\x04 \x01(\r\x12\x11\n\tmax_chars\x18\x05 \x01(\r\x12\x0c\n\x04help\x18\x06 \x01(\t\x12\x0f\n\x07\x66orm_id\x18\x07 \x01(\t\x12\x12\n\x05value\x18\x08 \x01(\tH\x01\x88\x01\x01\x12\x11\n\tset_value\x18\t \x01(\x08\x12\x13\n\x0bplaceholder\x18\n \x01(\t\x12\x10\n\x08\x64isabled\x18\x0b \x01(\x08\x12\x31\n\x10label_visibility\x18\x0c \x01(\x0b\x32\x17.LabelVisibilityMessageB\n\n\x08_defaultB\x08\n\x06_valueB-\n\x1c\x63om.snowflake.apps.streamlitB\rTextAreaProtob\x06proto3')
|
20
19
|
|
21
20
|
_globals = globals()
|
22
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -24,6 +23,6 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.TextArea_pb
|
|
24
23
|
if not _descriptor._USE_C_DESCRIPTORS:
|
25
24
|
_globals['DESCRIPTOR']._loaded_options = None
|
26
25
|
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\rTextAreaProto'
|
27
|
-
_globals['_TEXTAREA']._serialized_start=
|
28
|
-
_globals['_TEXTAREA']._serialized_end=
|
26
|
+
_globals['_TEXTAREA']._serialized_start=81
|
27
|
+
_globals['_TEXTAREA']._serialized_end=357
|
29
28
|
# @@protoc_insertion_point(module_scope)
|
streamlit/proto/TextArea_pb2.pyi
CHANGED
@@ -21,7 +21,6 @@ import builtins
|
|
21
21
|
import google.protobuf.descriptor
|
22
22
|
import google.protobuf.message
|
23
23
|
import streamlit.proto.LabelVisibilityMessage_pb2
|
24
|
-
import streamlit.proto.WidthConfig_pb2
|
25
24
|
import typing
|
26
25
|
|
27
26
|
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
@@ -42,7 +41,6 @@ class TextArea(google.protobuf.message.Message):
|
|
42
41
|
PLACEHOLDER_FIELD_NUMBER: builtins.int
|
43
42
|
DISABLED_FIELD_NUMBER: builtins.int
|
44
43
|
LABEL_VISIBILITY_FIELD_NUMBER: builtins.int
|
45
|
-
WIDTH_CONFIG_FIELD_NUMBER: builtins.int
|
46
44
|
id: builtins.str
|
47
45
|
label: builtins.str
|
48
46
|
default: builtins.str
|
@@ -56,8 +54,6 @@ class TextArea(google.protobuf.message.Message):
|
|
56
54
|
disabled: builtins.bool
|
57
55
|
@property
|
58
56
|
def label_visibility(self) -> streamlit.proto.LabelVisibilityMessage_pb2.LabelVisibilityMessage: ...
|
59
|
-
@property
|
60
|
-
def width_config(self) -> streamlit.proto.WidthConfig_pb2.WidthConfig: ...
|
61
57
|
def __init__(
|
62
58
|
self,
|
63
59
|
*,
|
@@ -73,15 +69,12 @@ class TextArea(google.protobuf.message.Message):
|
|
73
69
|
placeholder: builtins.str = ...,
|
74
70
|
disabled: builtins.bool = ...,
|
75
71
|
label_visibility: streamlit.proto.LabelVisibilityMessage_pb2.LabelVisibilityMessage | None = ...,
|
76
|
-
width_config: streamlit.proto.WidthConfig_pb2.WidthConfig | None = ...,
|
77
72
|
) -> None: ...
|
78
|
-
def HasField(self, field_name: typing.Literal["_default", b"_default", "_value", b"_value", "
|
79
|
-
def ClearField(self, field_name: typing.Literal["_default", b"_default", "_value", b"_value", "
|
73
|
+
def HasField(self, field_name: typing.Literal["_default", b"_default", "_value", b"_value", "default", b"default", "label_visibility", b"label_visibility", "value", b"value"]) -> builtins.bool: ...
|
74
|
+
def ClearField(self, field_name: typing.Literal["_default", b"_default", "_value", b"_value", "default", b"default", "disabled", b"disabled", "form_id", b"form_id", "height", b"height", "help", b"help", "id", b"id", "label", b"label", "label_visibility", b"label_visibility", "max_chars", b"max_chars", "placeholder", b"placeholder", "set_value", b"set_value", "value", b"value"]) -> None: ...
|
80
75
|
@typing.overload
|
81
76
|
def WhichOneof(self, oneof_group: typing.Literal["_default", b"_default"]) -> typing.Literal["default"] | None: ...
|
82
77
|
@typing.overload
|
83
78
|
def WhichOneof(self, oneof_group: typing.Literal["_value", b"_value"]) -> typing.Literal["value"] | None: ...
|
84
|
-
@typing.overload
|
85
|
-
def WhichOneof(self, oneof_group: typing.Literal["_width_config", b"_width_config"]) -> typing.Literal["width_config"] | None: ...
|
86
79
|
|
87
80
|
global___TextArea = TextArea
|
streamlit/proto/TextInput_pb2.py
CHANGED
@@ -13,10 +13,9 @@ _sym_db = _symbol_database.Default()
|
|
13
13
|
|
14
14
|
|
15
15
|
from streamlit.proto import LabelVisibilityMessage_pb2 as streamlit_dot_proto_dot_LabelVisibilityMessage__pb2
|
16
|
-
from streamlit.proto import WidthConfig_pb2 as streamlit_dot_proto_dot_WidthConfig__pb2
|
17
16
|
|
18
17
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fstreamlit/proto/TextInput.proto\x1a,streamlit/proto/LabelVisibilityMessage.proto\
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fstreamlit/proto/TextInput.proto\x1a,streamlit/proto/LabelVisibilityMessage.proto\"\xeb\x02\n\tTextInput\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x14\n\x07\x64\x65\x66\x61ult\x18\x03 \x01(\tH\x00\x88\x01\x01\x12\x1d\n\x04type\x18\x04 \x01(\x0e\x32\x0f.TextInput.Type\x12\x11\n\tmax_chars\x18\x05 \x01(\r\x12\x0c\n\x04help\x18\x06 \x01(\t\x12\x0f\n\x07\x66orm_id\x18\x07 \x01(\t\x12\x12\n\x05value\x18\x08 \x01(\tH\x01\x88\x01\x01\x12\x11\n\tset_value\x18\t \x01(\x08\x12\x14\n\x0c\x61utocomplete\x18\n \x01(\t\x12\x13\n\x0bplaceholder\x18\x0b \x01(\t\x12\x10\n\x08\x64isabled\x18\x0c \x01(\x08\x12\x31\n\x10label_visibility\x18\r \x01(\x0b\x32\x17.LabelVisibilityMessage\x12\x0c\n\x04icon\x18\x0e \x01(\t\"!\n\x04Type\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x0c\n\x08PASSWORD\x10\x01\x42\n\n\x08_defaultB\x08\n\x06_valueB.\n\x1c\x63om.snowflake.apps.streamlitB\x0eTextInputProtob\x06proto3')
|
20
19
|
|
21
20
|
_globals = globals()
|
22
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -24,8 +23,8 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.TextInput_p
|
|
24
23
|
if not _descriptor._USE_C_DESCRIPTORS:
|
25
24
|
_globals['DESCRIPTOR']._loaded_options = None
|
26
25
|
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\016TextInputProto'
|
27
|
-
_globals['_TEXTINPUT']._serialized_start=
|
28
|
-
_globals['_TEXTINPUT']._serialized_end=
|
29
|
-
_globals['_TEXTINPUT_TYPE']._serialized_start=
|
30
|
-
_globals['_TEXTINPUT_TYPE']._serialized_end=
|
26
|
+
_globals['_TEXTINPUT']._serialized_start=82
|
27
|
+
_globals['_TEXTINPUT']._serialized_end=445
|
28
|
+
_globals['_TEXTINPUT_TYPE']._serialized_start=390
|
29
|
+
_globals['_TEXTINPUT_TYPE']._serialized_end=423
|
31
30
|
# @@protoc_insertion_point(module_scope)
|
@@ -22,7 +22,6 @@ import google.protobuf.descriptor
|
|
22
22
|
import google.protobuf.internal.enum_type_wrapper
|
23
23
|
import google.protobuf.message
|
24
24
|
import streamlit.proto.LabelVisibilityMessage_pb2
|
25
|
-
import streamlit.proto.WidthConfig_pb2
|
26
25
|
import sys
|
27
26
|
import typing
|
28
27
|
|
@@ -68,7 +67,6 @@ class TextInput(google.protobuf.message.Message):
|
|
68
67
|
DISABLED_FIELD_NUMBER: builtins.int
|
69
68
|
LABEL_VISIBILITY_FIELD_NUMBER: builtins.int
|
70
69
|
ICON_FIELD_NUMBER: builtins.int
|
71
|
-
WIDTH_CONFIG_FIELD_NUMBER: builtins.int
|
72
70
|
id: builtins.str
|
73
71
|
label: builtins.str
|
74
72
|
default: builtins.str
|
@@ -84,8 +82,6 @@ class TextInput(google.protobuf.message.Message):
|
|
84
82
|
icon: builtins.str
|
85
83
|
@property
|
86
84
|
def label_visibility(self) -> streamlit.proto.LabelVisibilityMessage_pb2.LabelVisibilityMessage: ...
|
87
|
-
@property
|
88
|
-
def width_config(self) -> streamlit.proto.WidthConfig_pb2.WidthConfig: ...
|
89
85
|
def __init__(
|
90
86
|
self,
|
91
87
|
*,
|
@@ -103,15 +99,12 @@ class TextInput(google.protobuf.message.Message):
|
|
103
99
|
disabled: builtins.bool = ...,
|
104
100
|
label_visibility: streamlit.proto.LabelVisibilityMessage_pb2.LabelVisibilityMessage | None = ...,
|
105
101
|
icon: builtins.str = ...,
|
106
|
-
width_config: streamlit.proto.WidthConfig_pb2.WidthConfig | None = ...,
|
107
102
|
) -> None: ...
|
108
|
-
def HasField(self, field_name: typing.Literal["_default", b"_default", "_value", b"_value", "
|
109
|
-
def ClearField(self, field_name: typing.Literal["_default", b"_default", "_value", b"_value", "
|
103
|
+
def HasField(self, field_name: typing.Literal["_default", b"_default", "_value", b"_value", "default", b"default", "label_visibility", b"label_visibility", "value", b"value"]) -> builtins.bool: ...
|
104
|
+
def ClearField(self, field_name: typing.Literal["_default", b"_default", "_value", b"_value", "autocomplete", b"autocomplete", "default", b"default", "disabled", b"disabled", "form_id", b"form_id", "help", b"help", "icon", b"icon", "id", b"id", "label", b"label", "label_visibility", b"label_visibility", "max_chars", b"max_chars", "placeholder", b"placeholder", "set_value", b"set_value", "type", b"type", "value", b"value"]) -> None: ...
|
110
105
|
@typing.overload
|
111
106
|
def WhichOneof(self, oneof_group: typing.Literal["_default", b"_default"]) -> typing.Literal["default"] | None: ...
|
112
107
|
@typing.overload
|
113
108
|
def WhichOneof(self, oneof_group: typing.Literal["_value", b"_value"]) -> typing.Literal["value"] | None: ...
|
114
|
-
@typing.overload
|
115
|
-
def WhichOneof(self, oneof_group: typing.Literal["_width_config", b"_width_config"]) -> typing.Literal["width_config"] | None: ...
|
116
109
|
|
117
110
|
global___TextInput = TextInput
|
streamlit/proto/TimeInput_pb2.py
CHANGED
@@ -13,10 +13,9 @@ _sym_db = _symbol_database.Default()
|
|
13
13
|
|
14
14
|
|
15
15
|
from streamlit.proto import LabelVisibilityMessage_pb2 as streamlit_dot_proto_dot_LabelVisibilityMessage__pb2
|
16
|
-
from streamlit.proto import WidthConfig_pb2 as streamlit_dot_proto_dot_WidthConfig__pb2
|
17
16
|
|
18
17
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fstreamlit/proto/TimeInput.proto\x1a,streamlit/proto/LabelVisibilityMessage.proto\
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fstreamlit/proto/TimeInput.proto\x1a,streamlit/proto/LabelVisibilityMessage.proto\"\xeb\x01\n\tTimeInput\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x14\n\x07\x64\x65\x66\x61ult\x18\x03 \x01(\tH\x00\x88\x01\x01\x12\x0c\n\x04help\x18\x04 \x01(\t\x12\x0f\n\x07\x66orm_id\x18\x05 \x01(\t\x12\x12\n\x05value\x18\x06 \x01(\tH\x01\x88\x01\x01\x12\x11\n\tset_value\x18\x07 \x01(\x08\x12\x10\n\x08\x64isabled\x18\x08 \x01(\x08\x12\x31\n\x10label_visibility\x18\t \x01(\x0b\x32\x17.LabelVisibilityMessage\x12\x0c\n\x04step\x18\n \x01(\x03\x42\n\n\x08_defaultB\x08\n\x06_valueB.\n\x1c\x63om.snowflake.apps.streamlitB\x0eTimeInputProtob\x06proto3')
|
20
19
|
|
21
20
|
_globals = globals()
|
22
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
@@ -24,6 +23,6 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.TimeInput_p
|
|
24
23
|
if not _descriptor._USE_C_DESCRIPTORS:
|
25
24
|
_globals['DESCRIPTOR']._loaded_options = None
|
26
25
|
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\016TimeInputProto'
|
27
|
-
_globals['_TIMEINPUT']._serialized_start=
|
28
|
-
_globals['_TIMEINPUT']._serialized_end=
|
26
|
+
_globals['_TIMEINPUT']._serialized_start=82
|
27
|
+
_globals['_TIMEINPUT']._serialized_end=317
|
29
28
|
# @@protoc_insertion_point(module_scope)
|
@@ -21,7 +21,6 @@ import builtins
|
|
21
21
|
import google.protobuf.descriptor
|
22
22
|
import google.protobuf.message
|
23
23
|
import streamlit.proto.LabelVisibilityMessage_pb2
|
24
|
-
import streamlit.proto.WidthConfig_pb2
|
25
24
|
import typing
|
26
25
|
|
27
26
|
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
@@ -40,7 +39,6 @@ class TimeInput(google.protobuf.message.Message):
|
|
40
39
|
DISABLED_FIELD_NUMBER: builtins.int
|
41
40
|
LABEL_VISIBILITY_FIELD_NUMBER: builtins.int
|
42
41
|
STEP_FIELD_NUMBER: builtins.int
|
43
|
-
WIDTH_CONFIG_FIELD_NUMBER: builtins.int
|
44
42
|
id: builtins.str
|
45
43
|
label: builtins.str
|
46
44
|
default: builtins.str
|
@@ -52,8 +50,6 @@ class TimeInput(google.protobuf.message.Message):
|
|
52
50
|
step: builtins.int
|
53
51
|
@property
|
54
52
|
def label_visibility(self) -> streamlit.proto.LabelVisibilityMessage_pb2.LabelVisibilityMessage: ...
|
55
|
-
@property
|
56
|
-
def width_config(self) -> streamlit.proto.WidthConfig_pb2.WidthConfig: ...
|
57
53
|
def __init__(
|
58
54
|
self,
|
59
55
|
*,
|
@@ -67,15 +63,12 @@ class TimeInput(google.protobuf.message.Message):
|
|
67
63
|
disabled: builtins.bool = ...,
|
68
64
|
label_visibility: streamlit.proto.LabelVisibilityMessage_pb2.LabelVisibilityMessage | None = ...,
|
69
65
|
step: builtins.int = ...,
|
70
|
-
width_config: streamlit.proto.WidthConfig_pb2.WidthConfig | None = ...,
|
71
66
|
) -> None: ...
|
72
|
-
def HasField(self, field_name: typing.Literal["_default", b"_default", "_value", b"_value", "
|
73
|
-
def ClearField(self, field_name: typing.Literal["_default", b"_default", "_value", b"_value", "
|
67
|
+
def HasField(self, field_name: typing.Literal["_default", b"_default", "_value", b"_value", "default", b"default", "label_visibility", b"label_visibility", "value", b"value"]) -> builtins.bool: ...
|
68
|
+
def ClearField(self, field_name: typing.Literal["_default", b"_default", "_value", b"_value", "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", "set_value", b"set_value", "step", b"step", "value", b"value"]) -> None: ...
|
74
69
|
@typing.overload
|
75
70
|
def WhichOneof(self, oneof_group: typing.Literal["_default", b"_default"]) -> typing.Literal["default"] | None: ...
|
76
71
|
@typing.overload
|
77
72
|
def WhichOneof(self, oneof_group: typing.Literal["_value", b"_value"]) -> typing.Literal["value"] | None: ...
|
78
|
-
@typing.overload
|
79
|
-
def WhichOneof(self, oneof_group: typing.Literal["_width_config", b"_width_config"]) -> typing.Literal["width_config"] | None: ...
|
80
73
|
|
81
74
|
global___TimeInput = TimeInput
|
streamlit/static/index.html
CHANGED
@@ -51,7 +51,7 @@
|
|
51
51
|
<script>
|
52
52
|
window.prerenderReady = false
|
53
53
|
</script>
|
54
|
-
<script type="module" crossorigin src="./static/js/index.
|
54
|
+
<script type="module" crossorigin src="./static/js/index.BtpsTdHN.js"></script>
|
55
55
|
<link rel="stylesheet" crossorigin href="./static/css/index.C6rq3aMZ.css">
|
56
56
|
</head>
|
57
57
|
<body>
|