@jaisocx/css-table-ordered 2.2.2 → 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.
|
@@ -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/index.example.html
CHANGED
|
@@ -1688,8 +1688,7 @@
|
|
|
1688
1688
|
|
|
1689
1689
|
<script>
|
|
1690
1690
|
|
|
1691
|
-
currentButtonNodeClicked = null;
|
|
1692
|
-
|
|
1691
|
+
let currentButtonNodeClicked = null;
|
|
1693
1692
|
|
|
1694
1693
|
let cssClassesNames = [
|
|
1695
1694
|
"jsx",
|
|
@@ -1773,7 +1772,10 @@
|
|
|
1773
1772
|
|
|
1774
1773
|
<script>
|
|
1775
1774
|
|
|
1776
|
-
let
|
|
1775
|
+
let cssTableScrollInstance = new Object();
|
|
1776
|
+
let orderbyClassInstance = new Object();
|
|
1777
|
+
|
|
1778
|
+
|
|
1777
1779
|
|
|
1778
1780
|
function addScrollEventHandlers() {
|
|
1779
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();
|