bullet_train-sortable 1.30.0 → 1.30.1
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f917f18914c5b70ff6c8c34e8f5fc4963979836d20b36efb9c791c43ae12f964
|
4
|
+
data.tar.gz: 2be49c26a84b6109168f4e7bd9a09585d3336fc7b4a39849dea10525cf53c718
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87497bd8a821e24370ceae5b3b996dc4e6175f4b3aa1338a80b3c0ddac6aff675731d8b75c61e0e1adaeb1f4f6f80df159cba9a9fd505578e24e09c9a93d4a73
|
7
|
+
data.tar.gz: 12e6d2fdde9a6b6d748a396d83c4b3f0d91f3a4398c5ecc8492c5e95d7fe9375d43cfbd56f26f763910bd18d32b6824782cf947316354ce7fc7fe059bc491892
|
@@ -52,9 +52,9 @@ class SortableTable{
|
|
52
52
|
// These are defaults so that we don't have to require people to update their templates.
|
53
53
|
// If the template does contain values for any of these the template values will be used instead.
|
54
54
|
static defaultClasses = {
|
55
|
-
"activeDropzoneClasses": "
|
56
|
-
"activeItemClasses": "
|
57
|
-
"dropTargetClasses": "
|
55
|
+
"activeDropzoneClasses": "sortable-active-dropzone",
|
56
|
+
"activeItemClasses": "sortable-active-item",
|
57
|
+
"dropTargetClasses": "sortable-drop-target"
|
58
58
|
};
|
59
59
|
|
60
60
|
constructor(tbodyElement, saveSortOrder, handleTargets, styles, customEventPrefix){
|