nova-trame 0.14.0__py3-none-any.whl → 0.14.1__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.
- nova/trame/view/components/input_field.py +1 -1
- {nova_trame-0.14.0.dist-info → nova_trame-0.14.1.dist-info}/METADATA +1 -1
- {nova_trame-0.14.0.dist-info → nova_trame-0.14.1.dist-info}/RECORD +6 -6
- {nova_trame-0.14.0.dist-info → nova_trame-0.14.1.dist-info}/LICENSE +0 -0
- {nova_trame-0.14.0.dist-info → nova_trame-0.14.1.dist-info}/WHEEL +0 -0
- {nova_trame-0.14.0.dist-info → nova_trame-0.14.1.dist-info}/entry_points.txt +0 -0
@@ -276,8 +276,8 @@ class InputField:
|
|
276
276
|
def _setup_help(_input: AbstractElement, **kwargs: Any) -> None:
|
277
277
|
help = kwargs.get("help", None)
|
278
278
|
if help and isinstance(help, dict):
|
279
|
-
_input.hint = help.get("hint", None)
|
280
279
|
_input.placeholder = help.get("placeholder", None)
|
280
|
+
_input.title = help.get("hint", None)
|
281
281
|
|
282
282
|
@staticmethod
|
283
283
|
def _setup_required_label(input: AbstractElement) -> None:
|
@@ -2,7 +2,7 @@ nova/__init__.py,sha256=ED6jHcYiuYpr_0vjGz0zx2lrrmJT9sDJCzIljoDfmlM,65
|
|
2
2
|
nova/trame/__init__.py,sha256=gFrAg1qva5PIqR5TjvPzAxLx103IKipJLqp3XXvrQL8,59
|
3
3
|
nova/trame/model/remote_file_input.py,sha256=9KAf31ZHzpsh_aXUrNcF81Q5jvUZDWCzW1QATKls-Jk,3675
|
4
4
|
nova/trame/view/components/__init__.py,sha256=fopr6mVqcpDcVYK9ue7SLUHyswgvRPcFESTq86mu1R8,128
|
5
|
-
nova/trame/view/components/input_field.py,sha256=
|
5
|
+
nova/trame/view/components/input_field.py,sha256=yfNKDNIea4xv1CzAKIzbWk7kGi8Xt-pjJ6FvT_NFczQ,14728
|
6
6
|
nova/trame/view/components/remote_file_input.py,sha256=k2yrwkell_g0sGnWR9XLL1LxkmFLr8-AGhduo8E-N4A,8669
|
7
7
|
nova/trame/view/components/visualization/__init__.py,sha256=kDX1fkbtAgXSGlqhlMNhYYoYrq-hfS636smjgLsh6gg,84
|
8
8
|
nova/trame/view/components/visualization/interactive_2d_plot.py,sha256=foZCMoqbuahT5dtqIQvm8C4ZJcY9P211eJEcpQJltmM,3421
|
@@ -20,8 +20,8 @@ nova/trame/view/theme/assets/vuetify_config.json,sha256=7WGV6rO7hv2sapGsX9yy1d-d
|
|
20
20
|
nova/trame/view/theme/theme.py,sha256=aNaQec73bfxVkNODBA9wWkPLzLUjsx5oWEoQCQ-0fLE,11867
|
21
21
|
nova/trame/view/utilities/local_storage.py,sha256=vD8f2VZIpxhIKjZwEaD7siiPCTZO4cw9AfhwdawwYLY,3218
|
22
22
|
nova/trame/view_model/remote_file_input.py,sha256=WHWCQkZBGeKLe1aTPbtVNI8tn-PDt64mi1-561uuBpQ,3320
|
23
|
-
nova_trame-0.14.
|
24
|
-
nova_trame-0.14.
|
25
|
-
nova_trame-0.14.
|
26
|
-
nova_trame-0.14.
|
27
|
-
nova_trame-0.14.
|
23
|
+
nova_trame-0.14.1.dist-info/LICENSE,sha256=MOqZ8tPMKy8ZETJ2-HEvFTZ7dYNlg3gXmBkV-Y9i8bw,1061
|
24
|
+
nova_trame-0.14.1.dist-info/METADATA,sha256=vZyO-5ZpujJ_1vM4tWrmjHGwPnqBHbbERsc-GnHkq0o,1240
|
25
|
+
nova_trame-0.14.1.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
26
|
+
nova_trame-0.14.1.dist-info/entry_points.txt,sha256=J2AmeSwiTYZ4ZqHHp9HO6v4MaYQTTBPbNh6WtoqOT58,42
|
27
|
+
nova_trame-0.14.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|