educommon 3.22.0__py3-none-any.whl → 3.22.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.
- educommon/objectpack/ui.py +2 -2
- {educommon-3.22.0.dist-info → educommon-3.22.1.dist-info}/METADATA +1 -1
- {educommon-3.22.0.dist-info → educommon-3.22.1.dist-info}/RECORD +5 -5
- {educommon-3.22.0.dist-info → educommon-3.22.1.dist-info}/WHEEL +0 -0
- {educommon-3.22.0.dist-info → educommon-3.22.1.dist-info}/top_level.txt +0 -0
educommon/objectpack/ui.py
CHANGED
@@ -47,7 +47,7 @@ class GridPanel(ext.ExtPanel):
|
|
47
47
|
self.template = t
|
48
48
|
|
49
49
|
@staticmethod
|
50
|
-
def _create_grid(pack, columns, grid_cls, group_by=None, **kwargs):
|
50
|
+
def _create_grid(pack, columns, grid_cls, group_by=None, force_fit=False, **kwargs):
|
51
51
|
"""Метод возвращает грид.
|
52
52
|
|
53
53
|
:param grid_cls: класс грида
|
@@ -55,7 +55,7 @@ class GridPanel(ext.ExtPanel):
|
|
55
55
|
:param str group_by: темплейт для группирования
|
56
56
|
"""
|
57
57
|
grid = grid_cls(
|
58
|
-
region='north', force_fit=
|
58
|
+
region='north', force_fit=force_fit, auto_scroll=True, auto_width=False, cls='word-wrap-grid', **kwargs
|
59
59
|
)
|
60
60
|
grid.flex = 1
|
61
61
|
grid.sm = ext.ExtGridCellSelModel()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: educommon
|
3
|
-
Version: 3.22.
|
3
|
+
Version: 3.22.1
|
4
4
|
Summary: Общая кодовая база для проектов БЦ Образование
|
5
5
|
Author-email: BARS Group <education_dev@bars-open.ru>
|
6
6
|
Project-URL: Homepage, https://stash.bars-open.ru/projects/EDUBASE/repos/educommon/browse
|
@@ -231,7 +231,7 @@ educommon/objectpack/__init__.py,sha256=TwmrbrumJoH9KjYhbLnKExWmo4A0UQeyNYTK__93
|
|
231
231
|
educommon/objectpack/actions.py,sha256=cMPI9wyNVPvpTl_x4MtJ9XnJ5VhhL4vnuh6ORsQV5oQ,14233
|
232
232
|
educommon/objectpack/apps.py,sha256=6Gk1Uqt_TOyLoCJ9tu-HCWy_BcDoSMhFOPpVBxnp98w,491
|
233
233
|
educommon/objectpack/filters.py,sha256=zBDhnXTQ31oQMcUKhOkiTBXkm5Appg755KNrEFwD3no,5020
|
234
|
-
educommon/objectpack/ui.py,sha256=
|
234
|
+
educommon/objectpack/ui.py,sha256=a5GowO16azq9mNhigbDxRdgN4o5gFb9jkX--7s_5Nmw,14108
|
235
235
|
educommon/objectpack/templates/base-grid-window.js,sha256=kq49GGDGPScqLCouIy0-seOimt5eX_l2pAkQNJ0rNCw,437
|
236
236
|
educommon/objectpack/templates/filter-panel.js,sha256=vYw_AxOMRk0ylSBUT46qphilxKkKpaXzT5HfGwwoLYo,1408
|
237
237
|
educommon/objectpack/templates/grid-panel.js,sha256=o6qkZ9o1MbFJd0LGq3HIk_5YIwC4WHfQT5NNEYEGo2o,1544
|
@@ -356,7 +356,7 @@ educommon/ws_log/smev/exceptions.py,sha256=VNfzNHlj5Pz8D4979d_msTkxC-RQVoMctsgoJ
|
|
356
356
|
educommon/ws_log/templates/report/smev_logs.xlsx,sha256=nnYgB0Z_ix8HoxsRICjsZfFRQBdra-5Gd8nWhCxTjYg,10439
|
357
357
|
educommon/ws_log/templates/ui-js/smev-logs-list-window.js,sha256=AGup3D8GTJSY9WdDPj0zBJeYQBFOmGgcbxPOJbKK-nY,513
|
358
358
|
educommon/ws_log/templates/ui-js/smev-logs-report-setting-window.js,sha256=nQ7QYK9frJcE7g7kIt6INg9TlEEJAPPayBJgRaoTePA,1103
|
359
|
-
educommon-3.22.
|
360
|
-
educommon-3.22.
|
361
|
-
educommon-3.22.
|
362
|
-
educommon-3.22.
|
359
|
+
educommon-3.22.1.dist-info/METADATA,sha256=2bRUq7Re91XlsIu8o5ZCfCfyUUPwDVpySTPz9fyh-4I,2421
|
360
|
+
educommon-3.22.1.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
|
361
|
+
educommon-3.22.1.dist-info/top_level.txt,sha256=z5fbW7bz_0V1foUm_FGcZ9_MTpW3N1dBN7-kEmMowl4,10
|
362
|
+
educommon-3.22.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|