@jaisocx/css-table-ordered 2.2.1 → 2.2.3
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.
- package/MediaAndStyles/themes/theme_jaisocx_folder_listing/CssTable_theme_jaisocx_folder_listing_Webpack.css +1 -1
- package/README.md +2 -2
- package/index.example.html +14 -11
- package/index.example_3_records.html +11 -10
- package/jaisocx-folder-listing-preview.html +1624 -1597
- package/package.json +7 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* Relative urls css imports */
|
|
2
2
|
|
|
3
|
-
@import url("@CssTable_MediaAndStyles/themes/theme_jaisocx_folder_listing/
|
|
3
|
+
@import url("@CssTable_MediaAndStyles/themes/theme_jaisocx_folder_listing/responsive_size_Imports_CssTable_theme_jaisocx_folder_listing_Webpack.css");
|
|
4
4
|
@import url("@CssTable_MediaAndStyles/themes/theme_jaisocx_folder_listing/CssTable_theme_jaisocx_folder_listing_thin.css");
|
|
5
5
|
@import url("@CssTable_MediaAndStyles/themes/theme_jaisocx_folder_listing/CssTable_theme_jaisocx_folder_listing_main.css");
|
|
6
6
|
|
package/README.md
CHANGED
|
@@ -15,9 +15,9 @@ The jaisocx templates for files listing, https exceptions and others will be ava
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
## The latest .tgz archive (v.2.2.
|
|
18
|
+
## The latest .tgz archive (v.2.2.2 20th of month August 2025)
|
|
19
19
|
|
|
20
|
-
[https://sandbox.brightday.email/sites_tools/js_tools/CssTableOrdered/jaisocx-css-table-ordered-2.2.
|
|
20
|
+
[https://sandbox.brightday.email/sites_tools/js_tools/CssTableOrdered/jaisocx-css-table-ordered-2.2.2.tgz](https://sandbox.brightday.email/sites_tools/js_tools/CssTableOrdered/jaisocx-css-table-ordered-2.2.2.tgz)
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
package/index.example.html
CHANGED
|
@@ -9,17 +9,18 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
<base href="../../" />
|
|
13
12
|
|
|
14
|
-
<link rel="stylesheet" href="
|
|
13
|
+
<!-- <link rel="stylesheet" href="node_modules/@jaisocx/css-clean-start-2/MediaAndStyles/CssCleanStart_2_main_relative.css" /> -->
|
|
14
|
+
<link rel="stylesheet" href="node_modules/@jaisocx/css-clean-start-2/MediaAndStyles/CssCleanStart_2_main_resolved_minimal.css" />
|
|
15
15
|
|
|
16
|
-
<!-- <link rel="stylesheet" href="css_tools/CssTable/MediaAndStyles/CssTable_main_relative.css" /> -->
|
|
17
|
-
<link rel="stylesheet" href="css_tools/CssTable/MediaAndStyles/CssTable_main_resolved_minimal.css" />
|
|
18
16
|
|
|
17
|
+
<!-- <link rel="stylesheet" href="node_modules/@jaisocx/css-table/MediaAndStyles/CssTable_main_relative.css" /> -->
|
|
18
|
+
<link rel="stylesheet" href="node_modules/@jaisocx/css-table/MediaAndStyles/CssTable_main_resolved_minimal.css" />
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
|
|
22
|
+
<link rel="stylesheet" href="MediaAndStyles/themes/theme_fixed_columns_labels/theme_fixed_columns_labels.css" />
|
|
23
|
+
<!-- <link rel="stylesheet" href="MediaAndStyles/themes/theme_jaisocx_folder_listing/CssTable_theme_jaisocx_folder_listing_Relative.css" /> -->
|
|
23
24
|
|
|
24
25
|
|
|
25
26
|
|
|
@@ -1681,14 +1682,13 @@
|
|
|
1681
1682
|
|
|
1682
1683
|
|
|
1683
1684
|
|
|
1684
|
-
<script src="
|
|
1685
|
-
<script src="
|
|
1685
|
+
<script src="transpiled/Simple/scroll/CssTableScroll.js"></script>
|
|
1686
|
+
<script src="transpiled/Simple/orderby/CssTableOrderby.js"></script>
|
|
1686
1687
|
|
|
1687
1688
|
|
|
1688
1689
|
<script>
|
|
1689
1690
|
|
|
1690
|
-
currentButtonNodeClicked = null;
|
|
1691
|
-
|
|
1691
|
+
let currentButtonNodeClicked = null;
|
|
1692
1692
|
|
|
1693
1693
|
let cssClassesNames = [
|
|
1694
1694
|
"jsx",
|
|
@@ -1772,7 +1772,10 @@
|
|
|
1772
1772
|
|
|
1773
1773
|
<script>
|
|
1774
1774
|
|
|
1775
|
-
let
|
|
1775
|
+
let cssTableScrollInstance = new Object();
|
|
1776
|
+
let orderbyClassInstance = new Object();
|
|
1777
|
+
|
|
1778
|
+
|
|
1776
1779
|
|
|
1777
1780
|
function addScrollEventHandlers() {
|
|
1778
1781
|
cssTableScrollInstance = new CssTableScroll();
|
|
@@ -9,17 +9,16 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
<base href="../../" />
|
|
13
12
|
|
|
14
|
-
<link rel="stylesheet" href="
|
|
13
|
+
<link rel="stylesheet" href="node_modules/@jaisocx/css-clean-start-2/MediaAndStyles/CssCleanStart_2_main_resolved_minimal.css" />
|
|
15
14
|
|
|
16
15
|
<!-- <link rel="stylesheet" href="css_tools/CssTable/MediaAndStyles/CssTable_main_relative.css" /> -->
|
|
17
|
-
<link rel="stylesheet" href="
|
|
16
|
+
<link rel="stylesheet" href="node_modules/@jaisocx/css-table/MediaAndStyles/CssTable_main_resolved_minimal.css" />
|
|
18
17
|
|
|
19
18
|
|
|
20
19
|
|
|
21
|
-
<link rel="stylesheet" href="
|
|
22
|
-
<!-- <link rel="stylesheet" href="
|
|
20
|
+
<link rel="stylesheet" href="MediaAndStyles/themes/theme_fixed_columns_labels/theme_fixed_columns_labels.css" />
|
|
21
|
+
<!-- <link rel="stylesheet" href="MediaAndStyles/themes/theme_jaisocx_folder_listing/CssTable_theme_jaisocx_folder_listing_Relative.css" /> -->
|
|
23
22
|
|
|
24
23
|
|
|
25
24
|
|
|
@@ -336,14 +335,13 @@
|
|
|
336
335
|
|
|
337
336
|
|
|
338
337
|
|
|
339
|
-
<script src="
|
|
340
|
-
<script src="
|
|
338
|
+
<script src="transpiled/Simple/scroll/CssTableScroll.js"></script>
|
|
339
|
+
<script src="transpiled/Simple/orderby/CssTableOrderby.js"></script>
|
|
341
340
|
|
|
342
341
|
|
|
343
342
|
<script>
|
|
344
343
|
|
|
345
|
-
currentButtonNodeClicked = null;
|
|
346
|
-
|
|
344
|
+
let currentButtonNodeClicked = null;
|
|
347
345
|
|
|
348
346
|
let cssClassesNames = [
|
|
349
347
|
"jsx",
|
|
@@ -427,7 +425,10 @@
|
|
|
427
425
|
|
|
428
426
|
<script>
|
|
429
427
|
|
|
430
|
-
let
|
|
428
|
+
let cssTableScrollInstance = new Object();
|
|
429
|
+
let orderbyClassInstance = new Object();
|
|
430
|
+
|
|
431
|
+
|
|
431
432
|
|
|
432
433
|
function addScrollEventHandlers() {
|
|
433
434
|
cssTableScrollInstance = new CssTableScroll();
|