pywebexec 2.4.23__py3-none-any.whl → 2.4.25__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.
- pywebexec/static/css/form.css +6 -1
- pywebexec/templates/swagger_ui.html +2 -0
- pywebexec/version.py +2 -2
- {pywebexec-2.4.23.dist-info → pywebexec-2.4.25.dist-info}/METADATA +1 -1
- {pywebexec-2.4.23.dist-info → pywebexec-2.4.25.dist-info}/RECORD +9 -9
- {pywebexec-2.4.23.dist-info → pywebexec-2.4.25.dist-info}/WHEEL +0 -0
- {pywebexec-2.4.23.dist-info → pywebexec-2.4.25.dist-info}/entry_points.txt +0 -0
- {pywebexec-2.4.23.dist-info → pywebexec-2.4.25.dist-info}/licenses/LICENSE +0 -0
- {pywebexec-2.4.23.dist-info → pywebexec-2.4.25.dist-info}/top_level.txt +0 -0
pywebexec/static/css/form.css
CHANGED
@@ -395,7 +395,7 @@
|
|
395
395
|
li.checkbox label {
|
396
396
|
margin-left: 0px;
|
397
397
|
}
|
398
|
-
.tab-pane > div {
|
398
|
+
.tab-pane > div:not(.form-group) {
|
399
399
|
display: flex;
|
400
400
|
gap: 5px;
|
401
401
|
}
|
@@ -403,6 +403,11 @@
|
|
403
403
|
resize: horizontal;
|
404
404
|
overflow: hidden;
|
405
405
|
}
|
406
|
+
.ace_placeholder {
|
407
|
+
opacity: 0.4;
|
408
|
+
font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "Source Code Pro", "source-code-pro", monospace;
|
409
|
+
font-size: 12px;
|
410
|
+
}
|
406
411
|
}
|
407
412
|
|
408
413
|
.swagger-ui textarea {
|
@@ -15,6 +15,8 @@
|
|
15
15
|
<script type="text/javascript" src="/static/jsonform/deps/jquery.min.js"></script>
|
16
16
|
<script type="text/javascript" src="/static/jsonform/deps/underscore.js"></script>
|
17
17
|
<script type="text/javascript" src="/static/jsonform/deps/jsv.js"></script>
|
18
|
+
<script type="text/javascript" src="/static/jsonform/deps/ace/ace.js"></script>
|
19
|
+
<script type="text/javascript" src="/static/jsonform/deps/ace/mode-json.js"></script>
|
18
20
|
<script type="text/javascript" src="/static/jsonform/lib/jsonform.js"></script>
|
19
21
|
<script type="text/javascript" src="/static/js/js-yaml/js-yaml.min.js"></script>
|
20
22
|
<script src="/static/js/schemaform.js"></script>
|
pywebexec/version.py
CHANGED
@@ -2,8 +2,8 @@ pywebexec/__init__.py,sha256=197fHJy0UDBwTTpGCGortZRr-w2kTaD7MxqdbVmTEi0,61
|
|
2
2
|
pywebexec/host_ip.py,sha256=oiCMlo2o3AkkgXDarUSx8T3FWXKI0vk1-EPnx5FGBd8,1332
|
3
3
|
pywebexec/pywebexec.py,sha256=avBfvbhLbjvrJ168bBmQVrm-DjbjGJoAapHHIEAD6V4,48515
|
4
4
|
pywebexec/swagger.yaml,sha256=I_oLpp7Hqel8SDEEykvpmCT-Gv3ytGlziq9bvQOrtZY,7598
|
5
|
-
pywebexec/version.py,sha256=
|
6
|
-
pywebexec/static/css/form.css,sha256=
|
5
|
+
pywebexec/version.py,sha256=ygXC87PfH6YTpnAKWW-d5L3rHzkEgV4kyegmansaCcM,513
|
6
|
+
pywebexec/static/css/form.css,sha256=qoP0OggngSaKILALDvD1pbMZ0_uBQkgvirotYIYXwp4,8974
|
7
7
|
pywebexec/static/css/markdown.css,sha256=br4-iK9wigTs54N2KHtjgZ4KLH0THVSvJo-XZAdMHiE,1970
|
8
8
|
pywebexec/static/css/style.css,sha256=TX60M-mzIPTGVDmaypRCOcyxc8A7dOjx-p1_bpJ6t9M,11772
|
9
9
|
pywebexec/static/css/swagger-ui.css,sha256=xhXN8fnUaIACGHuPIEIr9-qmyYr6Zx0k2wv4Qy7Bg1Y,154985
|
@@ -75,10 +75,10 @@ pywebexec/static/jsonform/lib/jsonform.js,sha256=nHBZ1DqjRAKhPQRdplifXfQhr_SPmKr
|
|
75
75
|
pywebexec/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
76
76
|
pywebexec/templates/index.html,sha256=sTytur1jHuEAMTvuNqMEB3i3NNFoJRbYQgfmvDrAuJQ,4286
|
77
77
|
pywebexec/templates/popup.html,sha256=3kpMccKD_OLLhJ4Y9KRw6Ny8wQWjVaRrUfV9y5-bDiQ,1580
|
78
|
-
pywebexec/templates/swagger_ui.html,sha256=
|
79
|
-
pywebexec-2.4.
|
80
|
-
pywebexec-2.4.
|
81
|
-
pywebexec-2.4.
|
82
|
-
pywebexec-2.4.
|
83
|
-
pywebexec-2.4.
|
84
|
-
pywebexec-2.4.
|
78
|
+
pywebexec/templates/swagger_ui.html,sha256=O7p8rsXUNo3PN5LttXfQudwUKUvBPSbXoVVU9ANJ9vM,1321
|
79
|
+
pywebexec-2.4.25.dist-info/licenses/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
80
|
+
pywebexec-2.4.25.dist-info/METADATA,sha256=nrJileOX7bPhDtBmghKRkXMrshKhuaTMjIZNRdHEB6k,13016
|
81
|
+
pywebexec-2.4.25.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
82
|
+
pywebexec-2.4.25.dist-info/entry_points.txt,sha256=l52GBkPCXRkmlHfEyoVauyfBdg8o-CAtC8qQpOIjJK0,55
|
83
|
+
pywebexec-2.4.25.dist-info/top_level.txt,sha256=vHoHyzngrfGdm_nM7Xn_5iLmaCrf10XO1EhldgNLEQ8,10
|
84
|
+
pywebexec-2.4.25.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|