portune 0.1.7__py3-none-any.whl → 0.1.8__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.
Potentially problematic release.
This version of portune might be problematic. Click here for more details.
- portune/portune.py +2 -1
- portune/version.py +2 -2
- {portune-0.1.7.dist-info → portune-0.1.8.dist-info}/METADATA +1 -1
- portune-0.1.8.dist-info/RECORD +9 -0
- portune-0.1.7.dist-info/RECORD +0 -9
- {portune-0.1.7.dist-info → portune-0.1.8.dist-info}/WHEEL +0 -0
- {portune-0.1.7.dist-info → portune-0.1.8.dist-info}/entry_points.txt +0 -0
- {portune-0.1.7.dist-info → portune-0.1.8.dist-info}/licenses/LICENSE +0 -0
- {portune-0.1.7.dist-info → portune-0.1.8.dist-info}/top_level.txt +0 -0
portune/portune.py
CHANGED
|
@@ -293,8 +293,9 @@ function initTableFilters(table) {
|
|
|
293
293
|
|
|
294
294
|
function updateRowCount(table, count) {
|
|
295
295
|
const rowCount = table.querySelector('.row-count');
|
|
296
|
+
const totalRows = table.querySelectorAll('tbody tr').length;
|
|
296
297
|
if (rowCount) {
|
|
297
|
-
rowCount.innerHTML = ` ${count}`; // 🡇🡇 not working macOS
|
|
298
|
+
rowCount.innerHTML = ` ${count}/${totalRows}`; // 🡇🡇 not working macOS
|
|
298
299
|
}
|
|
299
300
|
}
|
|
300
301
|
|
portune/version.py
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
portune/__init__.py,sha256=RfXuNfHBqfRt_z4IukwN1a0oeCXahuMOO8_eBt4T8NM,58
|
|
2
|
+
portune/portune.py,sha256=FA5XCt2YXM07XqLmU_vWacNl-Xj05nj8_YVsZoEn9hc,66431
|
|
3
|
+
portune/version.py,sha256=AjUi5zEL_BoWoXMXR1FnWc3mD6FHX7snDXjDHVLoens,511
|
|
4
|
+
portune-0.1.8.dist-info/licenses/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
|
5
|
+
portune-0.1.8.dist-info/METADATA,sha256=Pf9-3EU5EImiki80z8iTrjJUCLCXntJGjdyiDyes2dw,3281
|
|
6
|
+
portune-0.1.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
portune-0.1.8.dist-info/entry_points.txt,sha256=6j7jAf5fOZrLPbVIs3z92R1tT891WyY9YxQ6OVnPKG0,80
|
|
8
|
+
portune-0.1.8.dist-info/top_level.txt,sha256=CITDikHhRKAsSOGmNJzD-xSp6D5iBhSr9ZS1qy8-SL0,8
|
|
9
|
+
portune-0.1.8.dist-info/RECORD,,
|
portune-0.1.7.dist-info/RECORD
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
portune/__init__.py,sha256=RfXuNfHBqfRt_z4IukwN1a0oeCXahuMOO8_eBt4T8NM,58
|
|
2
|
-
portune/portune.py,sha256=CtMWJ8XR3oMx20gUkN4W-BrcIZEIj2_TTCI6aY8i_9k,66353
|
|
3
|
-
portune/version.py,sha256=W_EoL8cAL4KhujvbYWEpb9NqRLbbrH0T024lJvRRWHI,511
|
|
4
|
-
portune-0.1.7.dist-info/licenses/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
|
5
|
-
portune-0.1.7.dist-info/METADATA,sha256=Oepnldzgekt9J4EGYadubpm-loHXH8mUGxenhTQasz8,3281
|
|
6
|
-
portune-0.1.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
portune-0.1.7.dist-info/entry_points.txt,sha256=6j7jAf5fOZrLPbVIs3z92R1tT891WyY9YxQ6OVnPKG0,80
|
|
8
|
-
portune-0.1.7.dist-info/top_level.txt,sha256=CITDikHhRKAsSOGmNJzD-xSp6D5iBhSr9ZS1qy8-SL0,8
|
|
9
|
-
portune-0.1.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|