jsuites 5.0.0 → 5.0.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.
- package/dist/jsuites.css +18 -18
- package/dist/jsuites.js +12391 -12387
- package/package.json +1 -1
package/dist/jsuites.css
CHANGED
|
@@ -168,7 +168,7 @@ div[data-before]:before {
|
|
|
168
168
|
100% {
|
|
169
169
|
opacity: 1;
|
|
170
170
|
}
|
|
171
|
-
}
|
|
171
|
+
}
|
|
172
172
|
/** Loading */
|
|
173
173
|
.jloading {
|
|
174
174
|
position:fixed;
|
|
@@ -403,7 +403,7 @@ div[data-before]:before {
|
|
|
403
403
|
to {
|
|
404
404
|
transform:rotate(359deg);
|
|
405
405
|
}
|
|
406
|
-
}
|
|
406
|
+
}
|
|
407
407
|
.jcalendar {
|
|
408
408
|
position:absolute;
|
|
409
409
|
z-index:9000;
|
|
@@ -625,7 +625,7 @@ div[data-before]:before {
|
|
|
625
625
|
.jcalendar-hide-controls .jcalendar-controls {
|
|
626
626
|
display: none;
|
|
627
627
|
}
|
|
628
|
-
|
|
628
|
+
|
|
629
629
|
.jcolor {
|
|
630
630
|
display: none;
|
|
631
631
|
outline: none;
|
|
@@ -879,7 +879,7 @@ div[data-before]:before {
|
|
|
879
879
|
padding-left: 15px !important;
|
|
880
880
|
padding-right: 15px !important;
|
|
881
881
|
font-size: 0.8em;
|
|
882
|
-
}
|
|
882
|
+
}
|
|
883
883
|
.jcontextmenu {
|
|
884
884
|
position:fixed;
|
|
885
885
|
z-index:10000;
|
|
@@ -1030,7 +1030,7 @@ div[data-before]:before {
|
|
|
1030
1030
|
display: none;
|
|
1031
1031
|
}
|
|
1032
1032
|
}
|
|
1033
|
-
|
|
1033
|
+
|
|
1034
1034
|
.jdropdown {
|
|
1035
1035
|
cursor:pointer;
|
|
1036
1036
|
-webkit-touch-callout: none;
|
|
@@ -1568,7 +1568,7 @@ div[data-before]:before {
|
|
|
1568
1568
|
.jdropdown-item[data-disabled] {
|
|
1569
1569
|
opacity: 0.5;
|
|
1570
1570
|
pointer-events: none;
|
|
1571
|
-
}
|
|
1571
|
+
}
|
|
1572
1572
|
.jeditor-container {
|
|
1573
1573
|
border:1px solid #ccc;
|
|
1574
1574
|
box-sizing: border-box;
|
|
@@ -1756,7 +1756,7 @@ div[data-before]:before {
|
|
|
1756
1756
|
margin: -1em;
|
|
1757
1757
|
padding: 6px;
|
|
1758
1758
|
position: absolute;
|
|
1759
|
-
}
|
|
1759
|
+
}
|
|
1760
1760
|
.jfloating {
|
|
1761
1761
|
position:fixed;
|
|
1762
1762
|
bottom:0px;
|
|
@@ -1836,7 +1836,7 @@ div[data-before]:before {
|
|
|
1836
1836
|
.jfloating.jfloating-minimized .jfloating_content {
|
|
1837
1837
|
display: none;
|
|
1838
1838
|
}
|
|
1839
|
-
|
|
1839
|
+
|
|
1840
1840
|
.jmodal {
|
|
1841
1841
|
position:fixed;
|
|
1842
1842
|
top:50%;
|
|
@@ -1968,7 +1968,7 @@ div[data-before]:before {
|
|
|
1968
1968
|
.jmodal_content .jdropdown-container {
|
|
1969
1969
|
position: fixed;
|
|
1970
1970
|
}
|
|
1971
|
-
|
|
1971
|
+
|
|
1972
1972
|
.jnotification {
|
|
1973
1973
|
position: fixed;
|
|
1974
1974
|
z-index: 10000;
|
|
@@ -2073,7 +2073,7 @@ div[data-before]:before {
|
|
|
2073
2073
|
-webkit-align-items: center;
|
|
2074
2074
|
-ms-flex-align: center;
|
|
2075
2075
|
align-items: center;
|
|
2076
|
-
}
|
|
2076
|
+
}
|
|
2077
2077
|
.jpicker {
|
|
2078
2078
|
cursor: pointer;
|
|
2079
2079
|
white-space: nowrap;
|
|
@@ -2167,7 +2167,7 @@ div[data-before]:before {
|
|
|
2167
2167
|
display: inline-grid;
|
|
2168
2168
|
}
|
|
2169
2169
|
|
|
2170
|
-
|
|
2170
|
+
|
|
2171
2171
|
|
|
2172
2172
|
.jprogressbar
|
|
2173
2173
|
{
|
|
@@ -2209,7 +2209,7 @@ div[data-before]:before {
|
|
|
2209
2209
|
background-color: red;
|
|
2210
2210
|
box-sizing: border-box;
|
|
2211
2211
|
height:31px;
|
|
2212
|
-
}
|
|
2212
|
+
}
|
|
2213
2213
|
.jrating {
|
|
2214
2214
|
display:flex;
|
|
2215
2215
|
}
|
|
@@ -2228,7 +2228,7 @@ div[data-before]:before {
|
|
|
2228
2228
|
.jrating .jrating-selected {
|
|
2229
2229
|
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27red%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E");
|
|
2230
2230
|
}
|
|
2231
|
-
|
|
2231
|
+
|
|
2232
2232
|
.jsearch {
|
|
2233
2233
|
position: relative;
|
|
2234
2234
|
display: none;
|
|
@@ -2309,7 +2309,7 @@ div[data-before]:before {
|
|
|
2309
2309
|
|
|
2310
2310
|
.jsearch_container .selected {
|
|
2311
2311
|
background-color: #e8eaed;
|
|
2312
|
-
}
|
|
2312
|
+
}
|
|
2313
2313
|
.jslider {
|
|
2314
2314
|
outline: none;
|
|
2315
2315
|
}
|
|
@@ -2578,7 +2578,7 @@ div[data-before]:before {
|
|
|
2578
2578
|
grid-row: 3;
|
|
2579
2579
|
display: block;
|
|
2580
2580
|
}
|
|
2581
|
-
|
|
2581
|
+
|
|
2582
2582
|
.jtabs {
|
|
2583
2583
|
max-width: 100vw;
|
|
2584
2584
|
position: relative;
|
|
@@ -2718,7 +2718,7 @@ div[data-before]:before {
|
|
|
2718
2718
|
|
|
2719
2719
|
.jtabs.jtabs-modern .jtabs-border {
|
|
2720
2720
|
background-color: rgba(194, 197, 188, 0.884);
|
|
2721
|
-
}
|
|
2721
|
+
}
|
|
2722
2722
|
.jtags {
|
|
2723
2723
|
display: flex;
|
|
2724
2724
|
flex-wrap: wrap;
|
|
@@ -2786,7 +2786,7 @@ div[data-before]:before {
|
|
|
2786
2786
|
background-color: #d93025 !important;
|
|
2787
2787
|
color: #fff;
|
|
2788
2788
|
}
|
|
2789
|
-
|
|
2789
|
+
|
|
2790
2790
|
.jtoolbar-container {
|
|
2791
2791
|
border-radius: 2px;
|
|
2792
2792
|
box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
|
|
@@ -2978,4 +2978,4 @@ div[data-before]:before {
|
|
|
2978
2978
|
display: flex;
|
|
2979
2979
|
flex-wrap: wrap;
|
|
2980
2980
|
}
|
|
2981
|
-
|
|
2981
|
+
|