nova-trame 0.24.0__py3-none-any.whl → 0.24.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/view/layouts/grid.py +2 -2
- nova/trame/view/layouts/hbox.py +1 -1
- nova/trame/view/layouts/vbox.py +1 -1
- {nova_trame-0.24.0.dist-info → nova_trame-0.24.1.dist-info}/METADATA +1 -1
- {nova_trame-0.24.0.dist-info → nova_trame-0.24.1.dist-info}/RECORD +9 -9
- {nova_trame-0.24.0.dist-info → nova_trame-0.24.1.dist-info}/LICENSE +0 -0
- {nova_trame-0.24.0.dist-info → nova_trame-0.24.1.dist-info}/WHEEL +0 -0
- {nova_trame-0.24.0.dist-info → nova_trame-0.24.1.dist-info}/entry_points.txt +0 -0
@@ -172,7 +172,7 @@ class InputField:
|
|
172
172
|
The following example would set the auto_grow and label attributes on
|
173
173
|
`VTextarea <https://trame.readthedocs.io/en/latest/trame.widgets.vuetify3.html#trame.widgets.vuetify3.VTextarea>`_:
|
174
174
|
|
175
|
-
.. literalinclude:: ../tests/gallery/app.py
|
175
|
+
.. literalinclude:: ../tests/gallery/views/app.py
|
176
176
|
:start-after: InputField kwargs example start
|
177
177
|
:end-before: InputField kwargs example end
|
178
178
|
:dedent:
|
nova/trame/view/layouts/grid.py
CHANGED
@@ -53,7 +53,7 @@ class GridLayout(html.Div):
|
|
53
53
|
--------
|
54
54
|
Basic usage:
|
55
55
|
|
56
|
-
.. literalinclude:: ../tests/gallery/app.py
|
56
|
+
.. literalinclude:: ../tests/gallery/views/app.py
|
57
57
|
:start-after: setup grid
|
58
58
|
:end-before: setup grid complete
|
59
59
|
:dedent:
|
@@ -133,7 +133,7 @@ class GridLayout(html.Div):
|
|
133
133
|
|
134
134
|
Example
|
135
135
|
-------
|
136
|
-
.. literalinclude:: ../tests/gallery/app.py
|
136
|
+
.. literalinclude:: ../tests/gallery/views/app.py
|
137
137
|
:start-after: grid row and column span example
|
138
138
|
:end-before: grid row and column span example end
|
139
139
|
:dedent:
|
nova/trame/view/layouts/hbox.py
CHANGED
nova/trame/view/layouts/vbox.py
CHANGED
@@ -8,7 +8,7 @@ nova/trame/view/components/__init__.py,sha256=60BeS69aOrFnkptjuD17rfPE1f4Z35iBH5
|
|
8
8
|
nova/trame/view/components/data_selector.py,sha256=EJ8fYCrkhRgDExAcewiUb7jTs7Qzo-GKVYWx7oFlrT0,14592
|
9
9
|
nova/trame/view/components/execution_buttons.py,sha256=fIkrWKI3jFZqk3GHhtmYh3nK2c-HOXpD3D3zd_TUpi0,4049
|
10
10
|
nova/trame/view/components/file_upload.py,sha256=7VcpfA6zmiqMDLkwVPlb35Tf0IUTBN1xsHpoUFnSr1w,3111
|
11
|
-
nova/trame/view/components/input_field.py,sha256=
|
11
|
+
nova/trame/view/components/input_field.py,sha256=Rtcl_eszvhgyC1rhTI7OMSLHjrE7DNH44eY08k7UXks,16094
|
12
12
|
nova/trame/view/components/ornl/__init__.py,sha256=HnxzzSsxw0vQSDCVFfWsAxx1n3HnU37LMuQkfiewmSU,90
|
13
13
|
nova/trame/view/components/ornl/neutron_data_selector.py,sha256=YTYuLD5eDn3AsKguT8ksPx2Yme2RxheuXQGlhuTLOOc,12527
|
14
14
|
nova/trame/view/components/progress_bar.py,sha256=fCfPw4MPAvORaeFOXugreok4GLpDVZGMkqvnv-AhMxg,2967
|
@@ -18,10 +18,10 @@ nova/trame/view/components/visualization/__init__.py,sha256=reqkkbhD5uSksHHlhVMy
|
|
18
18
|
nova/trame/view/components/visualization/interactive_2d_plot.py,sha256=foZCMoqbuahT5dtqIQvm8C4ZJcY9P211eJEcpQJltmM,3421
|
19
19
|
nova/trame/view/components/visualization/matplotlib_figure.py,sha256=GGH2cx-dQFkMAOTnlCrzMGDb2TN451I9J3gAS8tx2cs,12147
|
20
20
|
nova/trame/view/layouts/__init__.py,sha256=cMrlB5YMUoK8EGB83b34UU0kPTVrH8AxsYvKRtpUNEc,141
|
21
|
-
nova/trame/view/layouts/grid.py,sha256=
|
22
|
-
nova/trame/view/layouts/hbox.py,sha256=
|
21
|
+
nova/trame/view/layouts/grid.py,sha256=vqEX-jghs6j9_sVtijdRH7uhlD9loWNi90k2qgg4Dhg,5534
|
22
|
+
nova/trame/view/layouts/hbox.py,sha256=cdwnGk93ec6dXAeEamRQx1WTj5T7Ygsmsy0xz130tWM,3519
|
23
23
|
nova/trame/view/layouts/utils.py,sha256=Hg34VQWTG3yHBsgNvmfatR4J-uL3cko7UxSJpT-h3JI,376
|
24
|
-
nova/trame/view/layouts/vbox.py,sha256=
|
24
|
+
nova/trame/view/layouts/vbox.py,sha256=XRV14e32MY1HWc9FTVTv1vOatWWbhLMd0lYwZP-isTg,3520
|
25
25
|
nova/trame/view/theme/__init__.py,sha256=70_marDlTigIcPEOGiJb2JTs-8b2sGM5SlY7XBPtBDM,54
|
26
26
|
nova/trame/view/theme/assets/core_style.scss,sha256=AJ-2hyQRVkyOGWJB0lGMzlQeshbCJP5BGNYCt9e9AOI,4208
|
27
27
|
nova/trame/view/theme/assets/favicon.png,sha256=Xbp1nUmhcBDeObjsebEbEAraPDZ_M163M_ZLtm5AbQc,1927
|
@@ -38,8 +38,8 @@ nova/trame/view_model/ornl/neutron_data_selector.py,sha256=l1l_e0CFsVZ0h-9MPSjXT
|
|
38
38
|
nova/trame/view_model/progress_bar.py,sha256=6AUKHF3hfzbdsHqNEnmHRgDcBKY5TT8ywDx9S6ovnsc,2854
|
39
39
|
nova/trame/view_model/remote_file_input.py,sha256=ojEOJ8ZPkajpbAaZi9VLj7g-uBjhb8BMrTdMmwf_J6A,3367
|
40
40
|
nova/trame/view_model/tool_outputs.py,sha256=ev6LY7fJ0H2xAJn9f5ww28c8Kpom2SYc2FbvFcoN4zg,829
|
41
|
-
nova_trame-0.24.
|
42
|
-
nova_trame-0.24.
|
43
|
-
nova_trame-0.24.
|
44
|
-
nova_trame-0.24.
|
45
|
-
nova_trame-0.24.
|
41
|
+
nova_trame-0.24.1.dist-info/LICENSE,sha256=Iu5QiDbwNbREg75iYaxIJ_V-zppuv4QFuBhAW-qiAlM,1061
|
42
|
+
nova_trame-0.24.1.dist-info/METADATA,sha256=V5Lfat3qNcYwNAXcyz2F_eSOPK04_PrEzo6Dm-IOSC0,1688
|
43
|
+
nova_trame-0.24.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
44
|
+
nova_trame-0.24.1.dist-info/entry_points.txt,sha256=J2AmeSwiTYZ4ZqHHp9HO6v4MaYQTTBPbNh6WtoqOT58,42
|
45
|
+
nova_trame-0.24.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|