@get-set/gs-sortable 0.0.23 → 0.0.25
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.
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
.gs-sortable-instance {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
-webkit-user-select: none !important;
|
|
4
|
+
-moz-user-select: none !important;
|
|
5
|
+
user-select: none !important;
|
|
6
|
+
transition: 0.4s;
|
|
7
|
+
z-index: 1;
|
|
8
|
+
}
|
|
9
|
+
.gs-sortable-instance.gs-sortable-active {
|
|
10
|
+
z-index: 2;
|
|
11
|
+
}
|
|
12
|
+
.gs-sortable-instance * {
|
|
13
|
+
-webkit-user-select: none !important;
|
|
14
|
+
-moz-user-select: none !important;
|
|
15
|
+
user-select: none !important;
|
|
16
|
+
}
|
|
17
|
+
.gs-sortable-instance .gs-sortable-placeholder {
|
|
18
|
+
position: absolute;
|
|
19
|
+
background-color: #f1f1f1;
|
|
20
|
+
border: 1px solid;
|
|
21
|
+
z-index: 1;
|
|
22
|
+
}
|
|
23
|
+
.gs-sortable-instance .gs-sortable-item {
|
|
24
|
+
z-index: 2;
|
|
25
|
+
}
|
|
26
|
+
.gs-sortable-instance .gs-sortable-item.gs-sortable-item-active-parent {
|
|
27
|
+
z-index: 3;
|
|
28
|
+
}
|
|
29
|
+
.gs-sortable-instance .gs-sortable-item-inmove {
|
|
30
|
+
transition: none !important;
|
|
31
|
+
z-index: 99999;
|
|
32
|
+
}
|
|
33
|
+
.gs-sortable-instance .gs-sortable-item-addjusting {
|
|
34
|
+
z-index: 99999;
|
|
35
|
+
}
|
|
36
|
+
.gs-sortable-instance.gs-sortable-row .gs-sortable-item {
|
|
37
|
+
width: -moz-max-content;
|
|
38
|
+
width: max-content;
|
|
39
|
+
}/*# sourceMappingURL=GSSortable.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["GSSortable.scss","GSSortable.css"],"names":[],"mappings":"AAAA;EACE,sBAAA;EACA,oCAAA;KAAA,iCAAA;UAAA,4BAAA;EACA,gBAAA;EACA,UAAA;ACCF;ADAE;EACE,UAAA;ACEJ;ADCE;EACE,oCAAA;KAAA,iCAAA;UAAA,4BAAA;ACCJ;ADCE;EACE,kBAAA;EACA,yBAAA;EACA,iBAAA;EACA,UAAA;ACCJ;ADCE;EACE,UAAA;ACCJ;ADAI;EACE,UAAA;ACEN;ADCE;EACE,2BAAA;EACA,cAAA;ACCJ;ADCE;EACE,cAAA;ACCJ;ADEI;EACE,uBAAA;EAAA,kBAAA;ACAN","file":"GSSortable.css"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
.gs-sortable-instance {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
user-select: none !important;
|
|
4
|
+
transition: 0.4s;
|
|
5
|
+
z-index: 1;
|
|
6
|
+
&.gs-sortable-active {
|
|
7
|
+
z-index: 2;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
* {
|
|
11
|
+
user-select: none !important;
|
|
12
|
+
}
|
|
13
|
+
.gs-sortable-placeholder {
|
|
14
|
+
position: absolute;
|
|
15
|
+
background-color: #f1f1f1;
|
|
16
|
+
border: 1px solid;
|
|
17
|
+
z-index: 1;
|
|
18
|
+
}
|
|
19
|
+
.gs-sortable-item {
|
|
20
|
+
z-index: 2;
|
|
21
|
+
&.gs-sortable-item-active-parent {
|
|
22
|
+
z-index: 3;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
.gs-sortable-item-inmove {
|
|
26
|
+
transition: none !important;
|
|
27
|
+
z-index: 99999;
|
|
28
|
+
}
|
|
29
|
+
.gs-sortable-item-addjusting {
|
|
30
|
+
z-index: 99999;
|
|
31
|
+
}
|
|
32
|
+
&.gs-sortable-row {
|
|
33
|
+
.gs-sortable-item {
|
|
34
|
+
width: max-content;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@get-set/gs-sortable",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"description": "Get-Set Sortable",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "Get-Set",
|
|
7
7
|
"license": "ISC",
|
|
8
8
|
"files": [
|
|
9
9
|
"index.js",
|
|
10
|
-
"dist"
|
|
10
|
+
"dist",
|
|
11
|
+
"styles/GSSortable.css"
|
|
11
12
|
],
|
|
12
13
|
"scripts": {
|
|
13
14
|
"build": "tsc"
|