gov-uk-dashboards 21.1.0__py3-none-any.whl → 21.2.0__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.
- gov_uk_dashboards/components/dash/table.py +1 -1
- {gov_uk_dashboards-21.1.0.dist-info → gov_uk_dashboards-21.2.0.dist-info}/METADATA +1 -1
- {gov_uk_dashboards-21.1.0.dist-info → gov_uk_dashboards-21.2.0.dist-info}/RECORD +6 -6
- {gov_uk_dashboards-21.1.0.dist-info → gov_uk_dashboards-21.2.0.dist-info}/WHEEL +1 -1
- {gov_uk_dashboards-21.1.0.dist-info → gov_uk_dashboards-21.2.0.dist-info}/licenses/LICENSE +0 -0
- {gov_uk_dashboards-21.1.0.dist-info → gov_uk_dashboards-21.2.0.dist-info}/top_level.txt +0 -0
@@ -209,7 +209,7 @@ def table_from_polars_dataframe(
|
|
209
209
|
dcc.Markdown(header)
|
210
210
|
if format_column_headers_as_markdown
|
211
211
|
else header,
|
212
|
-
id={"type": "header-button", "index": idx},
|
212
|
+
id={"type": f"{table_id}-header-button", "index": idx},
|
213
213
|
n_clicks=0,
|
214
214
|
)
|
215
215
|
if header not in non_sortable_columns
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: gov_uk_dashboards
|
3
|
-
Version: 21.
|
3
|
+
Version: 21.2.0
|
4
4
|
Summary: Provides access to functionality common to creating a data dashboard.
|
5
5
|
Author: Department for Levelling Up, Housing and Communities
|
6
6
|
Description-Content-Type: text/markdown
|
@@ -62,7 +62,7 @@ gov_uk_dashboards/components/dash/paragraph.py,sha256=yoWa_B6RLiebBX2QaszY3lyZEx
|
|
62
62
|
gov_uk_dashboards/components/dash/phase_banner.py,sha256=7XIk_y-kStSaptXnk9yHVu8S0n-ypwWehDqOwjb5l-c,1787
|
63
63
|
gov_uk_dashboards/components/dash/row_component.py,sha256=SdmJqyFJA1Kngyzxy0ooZUegIOiN6Bz1wRq6jGigfII,687
|
64
64
|
gov_uk_dashboards/components/dash/side_navbar.py,sha256=pupA0FdjSbPbzdX9up6wEoIKWIuk3zGRun4opnBieCU,1332
|
65
|
-
gov_uk_dashboards/components/dash/table.py,sha256=
|
65
|
+
gov_uk_dashboards/components/dash/table.py,sha256=Bd_JaUOnjnaO2fzZZ_HR4QiIr7WGuaiGKrM-w-bPMog,13761
|
66
66
|
gov_uk_dashboards/components/dash/tooltip.py,sha256=qTkRWQanhG535Yi4NiaLlEMJqqzjubgRdKJDIhxXzd4,978
|
67
67
|
gov_uk_dashboards/components/dash/tooltip_title.py,sha256=2exMYItzR17yOu3gTL77DyUU4Hi3CIB-ZPS8ftetqZg,874
|
68
68
|
gov_uk_dashboards/components/dash/visualisation_commentary.py,sha256=jBy8qy2DWYqodqDZ8QdDmgOO_USDSwn2Sj5CnL58VMM,648
|
@@ -106,8 +106,8 @@ gov_uk_dashboards/lib/datetime_functions/datetime_functions.py,sha256=BQgr8I_vFN
|
|
106
106
|
gov_uk_dashboards/lib/download_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
107
107
|
gov_uk_dashboards/lib/download_functions/convert_fig_to_image_and_download.py,sha256=-dkYbpTL6txftFfAZW-vfW_O9efb6Dse9WJ9MM6mAqw,534
|
108
108
|
gov_uk_dashboards/lib/download_functions/download_csv_with_headers.py,sha256=uKMxKrdhaLj1c0ZWAmc02uu8PICjbn1fWt9YBw8FGnQ,4408
|
109
|
-
gov_uk_dashboards-21.
|
110
|
-
gov_uk_dashboards-21.
|
111
|
-
gov_uk_dashboards-21.
|
112
|
-
gov_uk_dashboards-21.
|
113
|
-
gov_uk_dashboards-21.
|
109
|
+
gov_uk_dashboards-21.2.0.dist-info/licenses/LICENSE,sha256=GDiD7Y2Gx7JucPV1JfVySJeah-qiSyBPdpJ6RHCEHTc,1126
|
110
|
+
gov_uk_dashboards-21.2.0.dist-info/METADATA,sha256=NnaEZQcyBiLLbjF9jEeaH_n6e9OnPD2ZsIWBXwTwtNE,5917
|
111
|
+
gov_uk_dashboards-21.2.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
112
|
+
gov_uk_dashboards-21.2.0.dist-info/top_level.txt,sha256=gPaN1P3-H3Rgi2me6tt-fX_cxo19CZfA4PjlZPjGRpo,18
|
113
|
+
gov_uk_dashboards-21.2.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|