@syncfusion/ej2-react-navigations 20.1.61 → 20.2.39
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/CHANGELOG.md +72 -0
- package/diConfig.json +0 -7
- package/dist/ej2-react-navigations.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +743 -14
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +744 -14
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +745 -14
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +789 -14
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +789 -14
- package/styles/bootstrap5.scss +1 -0
- package/styles/breadcrumb/fluent-dark.css +5 -4
- package/styles/breadcrumb/fluent.css +5 -4
- package/styles/carousel/bootstrap-dark.css +23 -14
- package/styles/carousel/bootstrap.css +23 -14
- package/styles/carousel/bootstrap4.css +23 -14
- package/styles/carousel/bootstrap5-dark.css +23 -14
- package/styles/carousel/bootstrap5.css +23 -14
- package/styles/carousel/fabric-dark.css +23 -14
- package/styles/carousel/fabric.css +23 -14
- package/styles/carousel/fluent-dark.css +28 -19
- package/styles/carousel/fluent.css +23 -14
- package/styles/carousel/highcontrast-light.css +23 -14
- package/styles/carousel/highcontrast.css +23 -14
- package/styles/carousel/material-dark.css +23 -14
- package/styles/carousel/material.css +23 -14
- package/styles/carousel/tailwind-dark.css +23 -14
- package/styles/carousel/tailwind.css +23 -14
- package/styles/context-menu/bootstrap-dark.css +33 -0
- package/styles/context-menu/bootstrap.css +34 -0
- package/styles/context-menu/bootstrap4.css +34 -0
- package/styles/context-menu/bootstrap5-dark.css +44 -0
- package/styles/context-menu/bootstrap5.css +44 -0
- package/styles/context-menu/fabric-dark.css +33 -0
- package/styles/context-menu/fabric.css +34 -0
- package/styles/context-menu/fluent-dark.css +44 -0
- package/styles/context-menu/fluent.css +44 -0
- package/styles/context-menu/highcontrast-light.css +33 -0
- package/styles/context-menu/highcontrast.css +34 -0
- package/styles/context-menu/material-dark.css +51 -0
- package/styles/context-menu/material.css +53 -0
- package/styles/context-menu/tailwind-dark.css +44 -0
- package/styles/context-menu/tailwind.css +44 -0
- package/styles/fabric-dark.css +743 -14
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +744 -14
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +799 -56
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +762 -19
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +743 -14
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +744 -14
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +762 -15
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +763 -14
- package/styles/material.scss +1 -0
- package/styles/menu/bootstrap4.css +1 -0
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/pager/bootstrap-dark.css +686 -0
- package/styles/pager/bootstrap-dark.scss +1 -0
- package/styles/pager/bootstrap.css +686 -0
- package/styles/pager/bootstrap.scss +1 -0
- package/styles/pager/bootstrap4.css +686 -0
- package/styles/pager/bootstrap4.scss +1 -0
- package/styles/pager/bootstrap5-dark.css +721 -0
- package/styles/pager/bootstrap5-dark.scss +1 -0
- package/styles/pager/bootstrap5.css +721 -0
- package/styles/pager/bootstrap5.scss +1 -0
- package/styles/pager/fabric-dark.css +686 -0
- package/styles/pager/fabric-dark.scss +1 -0
- package/styles/pager/fabric.css +686 -0
- package/styles/pager/fabric.scss +1 -0
- package/styles/pager/fluent-dark.css +688 -0
- package/styles/pager/fluent-dark.scss +1 -0
- package/styles/pager/fluent.css +688 -0
- package/styles/pager/fluent.scss +1 -0
- package/styles/pager/highcontrast-light.css +686 -0
- package/styles/pager/highcontrast-light.scss +1 -0
- package/styles/pager/highcontrast.css +686 -0
- package/styles/pager/highcontrast.scss +1 -0
- package/styles/pager/material-dark.css +687 -0
- package/styles/pager/material-dark.scss +1 -0
- package/styles/pager/material.css +687 -0
- package/styles/pager/material.scss +1 -0
- package/styles/pager/tailwind-dark.css +813 -0
- package/styles/pager/tailwind-dark.scss +1 -0
- package/styles/pager/tailwind.css +813 -0
- package/styles/pager/tailwind.scss +1 -0
- package/styles/tab/fluent-dark.css +30 -30
- package/styles/tab/material-dark.css +1 -1
- package/styles/tailwind-dark.css +882 -15
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +882 -15
- package/styles/tailwind.scss +1 -0
- package/styles/treeview/fluent-dark.css +2 -2
|
@@ -33,41 +33,50 @@
|
|
|
33
33
|
position: relative;
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
|
-
.e-carousel
|
|
36
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item {
|
|
37
37
|
backface-visibility: hidden;
|
|
38
38
|
display: none;
|
|
39
39
|
float: left;
|
|
40
40
|
height: 100%;
|
|
41
41
|
margin-right: -100%;
|
|
42
42
|
position: relative;
|
|
43
|
-
width: 100%;
|
|
44
|
-
}
|
|
45
|
-
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item.e-active {
|
|
46
|
-
display: block;
|
|
47
|
-
}
|
|
48
|
-
.e-carousel .e-carousel-items.e-carousel-slide-animation .e-carousel-item {
|
|
49
43
|
transition: transform 0.6s ease-in-out;
|
|
44
|
+
width: 100%;
|
|
50
45
|
}
|
|
51
|
-
.e-carousel
|
|
46
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-next, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active {
|
|
52
47
|
display: block;
|
|
53
48
|
}
|
|
54
|
-
.e-carousel
|
|
49
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-next:not(.e-transition-start), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-end {
|
|
55
50
|
transform: translateX(100%);
|
|
56
51
|
}
|
|
57
|
-
.e-carousel
|
|
52
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev:not(.e-transition-end), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-start {
|
|
58
53
|
transform: translateX(-100%);
|
|
59
54
|
}
|
|
60
|
-
.e-carousel
|
|
55
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item {
|
|
56
|
+
backface-visibility: hidden;
|
|
61
57
|
display: block;
|
|
58
|
+
float: left;
|
|
59
|
+
height: 100%;
|
|
60
|
+
margin-right: -100%;
|
|
62
61
|
opacity: 0;
|
|
62
|
+
position: relative;
|
|
63
63
|
transition: opacity 0.6s ease-in-out;
|
|
64
|
+
width: 100%;
|
|
64
65
|
z-index: 0;
|
|
65
66
|
}
|
|
66
|
-
.e-carousel
|
|
67
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item.e-active {
|
|
67
68
|
opacity: 1;
|
|
68
69
|
z-index: 1;
|
|
69
70
|
}
|
|
70
|
-
.e-carousel
|
|
71
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item {
|
|
72
|
+
display: none;
|
|
73
|
+
height: 100%;
|
|
74
|
+
width: 100%;
|
|
75
|
+
}
|
|
76
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item.e-active {
|
|
77
|
+
display: block;
|
|
78
|
+
}
|
|
79
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item {
|
|
71
80
|
display: block;
|
|
72
81
|
height: 100%;
|
|
73
82
|
left: 0;
|
|
@@ -77,7 +86,7 @@
|
|
|
77
86
|
top: 0;
|
|
78
87
|
width: 100%;
|
|
79
88
|
}
|
|
80
|
-
.e-carousel
|
|
89
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item.e-active {
|
|
81
90
|
opacity: 1;
|
|
82
91
|
pointer-events: visible;
|
|
83
92
|
}
|
|
@@ -159,7 +168,7 @@
|
|
|
159
168
|
padding: 6px;
|
|
160
169
|
}
|
|
161
170
|
.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .e-indicator div {
|
|
162
|
-
border: 1px solid rgba(
|
|
171
|
+
border: 1px solid rgba(27, 26, 25, 0.4);
|
|
163
172
|
border-radius: 50%;
|
|
164
173
|
height: 12px;
|
|
165
174
|
transition-duration: 0.6s;
|
|
@@ -180,7 +189,7 @@
|
|
|
180
189
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled) .e-btn-icon,
|
|
181
190
|
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled) .e-btn-icon,
|
|
182
191
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled) .e-btn-icon {
|
|
183
|
-
color: #
|
|
192
|
+
color: #1b1a19;
|
|
184
193
|
}
|
|
185
194
|
.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):active, .e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):focus, .e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled):hover,
|
|
186
195
|
.e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled):active,
|
|
@@ -189,7 +198,7 @@
|
|
|
189
198
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):active,
|
|
190
199
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):focus,
|
|
191
200
|
.e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled):hover {
|
|
192
|
-
background-color: rgba(
|
|
201
|
+
background-color: rgba(27, 26, 25, 0.4);
|
|
193
202
|
outline: none;
|
|
194
203
|
}
|
|
195
204
|
.e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator {
|
|
@@ -198,8 +207,8 @@
|
|
|
198
207
|
box-shadow: none;
|
|
199
208
|
}
|
|
200
209
|
.e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator div {
|
|
201
|
-
background-color: #
|
|
202
|
-
border-color: #
|
|
210
|
+
background-color: #1b1a19;
|
|
211
|
+
border-color: #1b1a19;
|
|
203
212
|
}
|
|
204
213
|
.e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator:active, .e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator:focus, .e-carousel .e-carousel-indicators .e-indicator-bar .e-indicator:hover {
|
|
205
214
|
background-color: transparent;
|
|
@@ -33,41 +33,50 @@
|
|
|
33
33
|
position: relative;
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
|
-
.e-carousel
|
|
36
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item {
|
|
37
37
|
backface-visibility: hidden;
|
|
38
38
|
display: none;
|
|
39
39
|
float: left;
|
|
40
40
|
height: 100%;
|
|
41
41
|
margin-right: -100%;
|
|
42
42
|
position: relative;
|
|
43
|
-
width: 100%;
|
|
44
|
-
}
|
|
45
|
-
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item.e-active {
|
|
46
|
-
display: block;
|
|
47
|
-
}
|
|
48
|
-
.e-carousel .e-carousel-items.e-carousel-slide-animation .e-carousel-item {
|
|
49
43
|
transition: transform 0.6s ease-in-out;
|
|
44
|
+
width: 100%;
|
|
50
45
|
}
|
|
51
|
-
.e-carousel
|
|
46
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-next, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active {
|
|
52
47
|
display: block;
|
|
53
48
|
}
|
|
54
|
-
.e-carousel
|
|
49
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-next:not(.e-transition-start), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-end {
|
|
55
50
|
transform: translateX(100%);
|
|
56
51
|
}
|
|
57
|
-
.e-carousel
|
|
52
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev:not(.e-transition-end), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-start {
|
|
58
53
|
transform: translateX(-100%);
|
|
59
54
|
}
|
|
60
|
-
.e-carousel
|
|
55
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item {
|
|
56
|
+
backface-visibility: hidden;
|
|
61
57
|
display: block;
|
|
58
|
+
float: left;
|
|
59
|
+
height: 100%;
|
|
60
|
+
margin-right: -100%;
|
|
62
61
|
opacity: 0;
|
|
62
|
+
position: relative;
|
|
63
63
|
transition: opacity 0.6s ease-in-out;
|
|
64
|
+
width: 100%;
|
|
64
65
|
z-index: 0;
|
|
65
66
|
}
|
|
66
|
-
.e-carousel
|
|
67
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item.e-active {
|
|
67
68
|
opacity: 1;
|
|
68
69
|
z-index: 1;
|
|
69
70
|
}
|
|
70
|
-
.e-carousel
|
|
71
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item {
|
|
72
|
+
display: none;
|
|
73
|
+
height: 100%;
|
|
74
|
+
width: 100%;
|
|
75
|
+
}
|
|
76
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item.e-active {
|
|
77
|
+
display: block;
|
|
78
|
+
}
|
|
79
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item {
|
|
71
80
|
display: block;
|
|
72
81
|
height: 100%;
|
|
73
82
|
left: 0;
|
|
@@ -77,7 +86,7 @@
|
|
|
77
86
|
top: 0;
|
|
78
87
|
width: 100%;
|
|
79
88
|
}
|
|
80
|
-
.e-carousel
|
|
89
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item.e-active {
|
|
81
90
|
opacity: 1;
|
|
82
91
|
pointer-events: visible;
|
|
83
92
|
}
|
|
@@ -33,41 +33,50 @@
|
|
|
33
33
|
position: relative;
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
|
-
.e-carousel
|
|
36
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item {
|
|
37
37
|
backface-visibility: hidden;
|
|
38
38
|
display: none;
|
|
39
39
|
float: left;
|
|
40
40
|
height: 100%;
|
|
41
41
|
margin-right: -100%;
|
|
42
42
|
position: relative;
|
|
43
|
-
width: 100%;
|
|
44
|
-
}
|
|
45
|
-
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item.e-active {
|
|
46
|
-
display: block;
|
|
47
|
-
}
|
|
48
|
-
.e-carousel .e-carousel-items.e-carousel-slide-animation .e-carousel-item {
|
|
49
43
|
transition: transform 0.6s ease-in-out;
|
|
44
|
+
width: 100%;
|
|
50
45
|
}
|
|
51
|
-
.e-carousel
|
|
46
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-next, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active {
|
|
52
47
|
display: block;
|
|
53
48
|
}
|
|
54
|
-
.e-carousel
|
|
49
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-next:not(.e-transition-start), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-end {
|
|
55
50
|
transform: translateX(100%);
|
|
56
51
|
}
|
|
57
|
-
.e-carousel
|
|
52
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev:not(.e-transition-end), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-start {
|
|
58
53
|
transform: translateX(-100%);
|
|
59
54
|
}
|
|
60
|
-
.e-carousel
|
|
55
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item {
|
|
56
|
+
backface-visibility: hidden;
|
|
61
57
|
display: block;
|
|
58
|
+
float: left;
|
|
59
|
+
height: 100%;
|
|
60
|
+
margin-right: -100%;
|
|
62
61
|
opacity: 0;
|
|
62
|
+
position: relative;
|
|
63
63
|
transition: opacity 0.6s ease-in-out;
|
|
64
|
+
width: 100%;
|
|
64
65
|
z-index: 0;
|
|
65
66
|
}
|
|
66
|
-
.e-carousel
|
|
67
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item.e-active {
|
|
67
68
|
opacity: 1;
|
|
68
69
|
z-index: 1;
|
|
69
70
|
}
|
|
70
|
-
.e-carousel
|
|
71
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item {
|
|
72
|
+
display: none;
|
|
73
|
+
height: 100%;
|
|
74
|
+
width: 100%;
|
|
75
|
+
}
|
|
76
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item.e-active {
|
|
77
|
+
display: block;
|
|
78
|
+
}
|
|
79
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item {
|
|
71
80
|
display: block;
|
|
72
81
|
height: 100%;
|
|
73
82
|
left: 0;
|
|
@@ -77,7 +86,7 @@
|
|
|
77
86
|
top: 0;
|
|
78
87
|
width: 100%;
|
|
79
88
|
}
|
|
80
|
-
.e-carousel
|
|
89
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item.e-active {
|
|
81
90
|
opacity: 1;
|
|
82
91
|
pointer-events: visible;
|
|
83
92
|
}
|
|
@@ -33,41 +33,50 @@
|
|
|
33
33
|
position: relative;
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
|
-
.e-carousel
|
|
36
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item {
|
|
37
37
|
backface-visibility: hidden;
|
|
38
38
|
display: none;
|
|
39
39
|
float: left;
|
|
40
40
|
height: 100%;
|
|
41
41
|
margin-right: -100%;
|
|
42
42
|
position: relative;
|
|
43
|
-
width: 100%;
|
|
44
|
-
}
|
|
45
|
-
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item.e-active {
|
|
46
|
-
display: block;
|
|
47
|
-
}
|
|
48
|
-
.e-carousel .e-carousel-items.e-carousel-slide-animation .e-carousel-item {
|
|
49
43
|
transition: transform 0.6s ease-in-out;
|
|
44
|
+
width: 100%;
|
|
50
45
|
}
|
|
51
|
-
.e-carousel
|
|
46
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-next, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active {
|
|
52
47
|
display: block;
|
|
53
48
|
}
|
|
54
|
-
.e-carousel
|
|
49
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-next:not(.e-transition-start), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-end {
|
|
55
50
|
transform: translateX(100%);
|
|
56
51
|
}
|
|
57
|
-
.e-carousel
|
|
52
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev:not(.e-transition-end), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-start {
|
|
58
53
|
transform: translateX(-100%);
|
|
59
54
|
}
|
|
60
|
-
.e-carousel
|
|
55
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item {
|
|
56
|
+
backface-visibility: hidden;
|
|
61
57
|
display: block;
|
|
58
|
+
float: left;
|
|
59
|
+
height: 100%;
|
|
60
|
+
margin-right: -100%;
|
|
62
61
|
opacity: 0;
|
|
62
|
+
position: relative;
|
|
63
63
|
transition: opacity 0.6s ease-in-out;
|
|
64
|
+
width: 100%;
|
|
64
65
|
z-index: 0;
|
|
65
66
|
}
|
|
66
|
-
.e-carousel
|
|
67
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item.e-active {
|
|
67
68
|
opacity: 1;
|
|
68
69
|
z-index: 1;
|
|
69
70
|
}
|
|
70
|
-
.e-carousel
|
|
71
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item {
|
|
72
|
+
display: none;
|
|
73
|
+
height: 100%;
|
|
74
|
+
width: 100%;
|
|
75
|
+
}
|
|
76
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item.e-active {
|
|
77
|
+
display: block;
|
|
78
|
+
}
|
|
79
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item {
|
|
71
80
|
display: block;
|
|
72
81
|
height: 100%;
|
|
73
82
|
left: 0;
|
|
@@ -77,7 +86,7 @@
|
|
|
77
86
|
top: 0;
|
|
78
87
|
width: 100%;
|
|
79
88
|
}
|
|
80
|
-
.e-carousel
|
|
89
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item.e-active {
|
|
81
90
|
opacity: 1;
|
|
82
91
|
pointer-events: visible;
|
|
83
92
|
}
|
|
@@ -34,41 +34,50 @@
|
|
|
34
34
|
position: relative;
|
|
35
35
|
width: 100%;
|
|
36
36
|
}
|
|
37
|
-
.e-carousel
|
|
37
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item {
|
|
38
38
|
backface-visibility: hidden;
|
|
39
39
|
display: none;
|
|
40
40
|
float: left;
|
|
41
41
|
height: 100%;
|
|
42
42
|
margin-right: -100%;
|
|
43
43
|
position: relative;
|
|
44
|
-
width: 100%;
|
|
45
|
-
}
|
|
46
|
-
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item.e-active {
|
|
47
|
-
display: block;
|
|
48
|
-
}
|
|
49
|
-
.e-carousel .e-carousel-items.e-carousel-slide-animation .e-carousel-item {
|
|
50
44
|
transition: transform 0.6s ease-in-out;
|
|
45
|
+
width: 100%;
|
|
51
46
|
}
|
|
52
|
-
.e-carousel
|
|
47
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-next, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active {
|
|
53
48
|
display: block;
|
|
54
49
|
}
|
|
55
|
-
.e-carousel
|
|
50
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-next:not(.e-transition-start), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-end {
|
|
56
51
|
transform: translateX(100%);
|
|
57
52
|
}
|
|
58
|
-
.e-carousel
|
|
53
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev:not(.e-transition-end), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-start {
|
|
59
54
|
transform: translateX(-100%);
|
|
60
55
|
}
|
|
61
|
-
.e-carousel
|
|
56
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item {
|
|
57
|
+
backface-visibility: hidden;
|
|
62
58
|
display: block;
|
|
59
|
+
float: left;
|
|
60
|
+
height: 100%;
|
|
61
|
+
margin-right: -100%;
|
|
63
62
|
opacity: 0;
|
|
63
|
+
position: relative;
|
|
64
64
|
transition: opacity 0.6s ease-in-out;
|
|
65
|
+
width: 100%;
|
|
65
66
|
z-index: 0;
|
|
66
67
|
}
|
|
67
|
-
.e-carousel
|
|
68
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item.e-active {
|
|
68
69
|
opacity: 1;
|
|
69
70
|
z-index: 1;
|
|
70
71
|
}
|
|
71
|
-
.e-carousel
|
|
72
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item {
|
|
73
|
+
display: none;
|
|
74
|
+
height: 100%;
|
|
75
|
+
width: 100%;
|
|
76
|
+
}
|
|
77
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item.e-active {
|
|
78
|
+
display: block;
|
|
79
|
+
}
|
|
80
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item {
|
|
72
81
|
display: block;
|
|
73
82
|
height: 100%;
|
|
74
83
|
left: 0;
|
|
@@ -78,7 +87,7 @@
|
|
|
78
87
|
top: 0;
|
|
79
88
|
width: 100%;
|
|
80
89
|
}
|
|
81
|
-
.e-carousel
|
|
90
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item.e-active {
|
|
82
91
|
opacity: 1;
|
|
83
92
|
pointer-events: visible;
|
|
84
93
|
}
|
|
@@ -34,41 +34,50 @@
|
|
|
34
34
|
position: relative;
|
|
35
35
|
width: 100%;
|
|
36
36
|
}
|
|
37
|
-
.e-carousel
|
|
37
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item {
|
|
38
38
|
backface-visibility: hidden;
|
|
39
39
|
display: none;
|
|
40
40
|
float: left;
|
|
41
41
|
height: 100%;
|
|
42
42
|
margin-right: -100%;
|
|
43
43
|
position: relative;
|
|
44
|
-
width: 100%;
|
|
45
|
-
}
|
|
46
|
-
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item.e-active {
|
|
47
|
-
display: block;
|
|
48
|
-
}
|
|
49
|
-
.e-carousel .e-carousel-items.e-carousel-slide-animation .e-carousel-item {
|
|
50
44
|
transition: transform 0.6s ease-in-out;
|
|
45
|
+
width: 100%;
|
|
51
46
|
}
|
|
52
|
-
.e-carousel
|
|
47
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-next, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active {
|
|
53
48
|
display: block;
|
|
54
49
|
}
|
|
55
|
-
.e-carousel
|
|
50
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-next:not(.e-transition-start), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-end {
|
|
56
51
|
transform: translateX(100%);
|
|
57
52
|
}
|
|
58
|
-
.e-carousel
|
|
53
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev:not(.e-transition-end), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-start {
|
|
59
54
|
transform: translateX(-100%);
|
|
60
55
|
}
|
|
61
|
-
.e-carousel
|
|
56
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item {
|
|
57
|
+
backface-visibility: hidden;
|
|
62
58
|
display: block;
|
|
59
|
+
float: left;
|
|
60
|
+
height: 100%;
|
|
61
|
+
margin-right: -100%;
|
|
63
62
|
opacity: 0;
|
|
63
|
+
position: relative;
|
|
64
64
|
transition: opacity 0.6s ease-in-out;
|
|
65
|
+
width: 100%;
|
|
65
66
|
z-index: 0;
|
|
66
67
|
}
|
|
67
|
-
.e-carousel
|
|
68
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item.e-active {
|
|
68
69
|
opacity: 1;
|
|
69
70
|
z-index: 1;
|
|
70
71
|
}
|
|
71
|
-
.e-carousel
|
|
72
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item {
|
|
73
|
+
display: none;
|
|
74
|
+
height: 100%;
|
|
75
|
+
width: 100%;
|
|
76
|
+
}
|
|
77
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item.e-active {
|
|
78
|
+
display: block;
|
|
79
|
+
}
|
|
80
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item {
|
|
72
81
|
display: block;
|
|
73
82
|
height: 100%;
|
|
74
83
|
left: 0;
|
|
@@ -78,7 +87,7 @@
|
|
|
78
87
|
top: 0;
|
|
79
88
|
width: 100%;
|
|
80
89
|
}
|
|
81
|
-
.e-carousel
|
|
90
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item.e-active {
|
|
82
91
|
opacity: 1;
|
|
83
92
|
pointer-events: visible;
|
|
84
93
|
}
|
|
@@ -34,41 +34,50 @@
|
|
|
34
34
|
position: relative;
|
|
35
35
|
width: 100%;
|
|
36
36
|
}
|
|
37
|
-
.e-carousel
|
|
37
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item {
|
|
38
38
|
backface-visibility: hidden;
|
|
39
39
|
display: none;
|
|
40
40
|
float: left;
|
|
41
41
|
height: 100%;
|
|
42
42
|
margin-right: -100%;
|
|
43
43
|
position: relative;
|
|
44
|
-
width: 100%;
|
|
45
|
-
}
|
|
46
|
-
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item.e-active {
|
|
47
|
-
display: block;
|
|
48
|
-
}
|
|
49
|
-
.e-carousel .e-carousel-items.e-carousel-slide-animation .e-carousel-item {
|
|
50
44
|
transition: transform 0.6s ease-in-out;
|
|
45
|
+
width: 100%;
|
|
51
46
|
}
|
|
52
|
-
.e-carousel
|
|
47
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-next, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active {
|
|
53
48
|
display: block;
|
|
54
49
|
}
|
|
55
|
-
.e-carousel
|
|
50
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-next:not(.e-transition-start), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-end {
|
|
56
51
|
transform: translateX(100%);
|
|
57
52
|
}
|
|
58
|
-
.e-carousel
|
|
53
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev:not(.e-transition-end), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-start {
|
|
59
54
|
transform: translateX(-100%);
|
|
60
55
|
}
|
|
61
|
-
.e-carousel
|
|
56
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item {
|
|
57
|
+
backface-visibility: hidden;
|
|
62
58
|
display: block;
|
|
59
|
+
float: left;
|
|
60
|
+
height: 100%;
|
|
61
|
+
margin-right: -100%;
|
|
63
62
|
opacity: 0;
|
|
63
|
+
position: relative;
|
|
64
64
|
transition: opacity 0.6s ease-in-out;
|
|
65
|
+
width: 100%;
|
|
65
66
|
z-index: 0;
|
|
66
67
|
}
|
|
67
|
-
.e-carousel
|
|
68
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item.e-active {
|
|
68
69
|
opacity: 1;
|
|
69
70
|
z-index: 1;
|
|
70
71
|
}
|
|
71
|
-
.e-carousel
|
|
72
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item {
|
|
73
|
+
display: none;
|
|
74
|
+
height: 100%;
|
|
75
|
+
width: 100%;
|
|
76
|
+
}
|
|
77
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item.e-active {
|
|
78
|
+
display: block;
|
|
79
|
+
}
|
|
80
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item {
|
|
72
81
|
display: block;
|
|
73
82
|
height: 100%;
|
|
74
83
|
left: 0;
|
|
@@ -78,7 +87,7 @@
|
|
|
78
87
|
top: 0;
|
|
79
88
|
width: 100%;
|
|
80
89
|
}
|
|
81
|
-
.e-carousel
|
|
90
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item.e-active {
|
|
82
91
|
opacity: 1;
|
|
83
92
|
pointer-events: visible;
|
|
84
93
|
}
|
|
@@ -34,41 +34,50 @@
|
|
|
34
34
|
position: relative;
|
|
35
35
|
width: 100%;
|
|
36
36
|
}
|
|
37
|
-
.e-carousel
|
|
37
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item {
|
|
38
38
|
backface-visibility: hidden;
|
|
39
39
|
display: none;
|
|
40
40
|
float: left;
|
|
41
41
|
height: 100%;
|
|
42
42
|
margin-right: -100%;
|
|
43
43
|
position: relative;
|
|
44
|
-
width: 100%;
|
|
45
|
-
}
|
|
46
|
-
.e-carousel .e-carousel-items:not(.e-carousel-custom-animation) .e-carousel-item.e-active {
|
|
47
|
-
display: block;
|
|
48
|
-
}
|
|
49
|
-
.e-carousel .e-carousel-items.e-carousel-slide-animation .e-carousel-item {
|
|
50
44
|
transition: transform 0.6s ease-in-out;
|
|
45
|
+
width: 100%;
|
|
51
46
|
}
|
|
52
|
-
.e-carousel
|
|
47
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-next, .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active {
|
|
53
48
|
display: block;
|
|
54
49
|
}
|
|
55
|
-
.e-carousel
|
|
50
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-next:not(.e-transition-start), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-end {
|
|
56
51
|
transform: translateX(100%);
|
|
57
52
|
}
|
|
58
|
-
.e-carousel
|
|
53
|
+
.e-carousel.e-carousel-slide-animation .e-carousel-item.e-prev:not(.e-transition-end), .e-carousel.e-carousel-slide-animation .e-carousel-item.e-active.e-transition-start {
|
|
59
54
|
transform: translateX(-100%);
|
|
60
55
|
}
|
|
61
|
-
.e-carousel
|
|
56
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item {
|
|
57
|
+
backface-visibility: hidden;
|
|
62
58
|
display: block;
|
|
59
|
+
float: left;
|
|
60
|
+
height: 100%;
|
|
61
|
+
margin-right: -100%;
|
|
63
62
|
opacity: 0;
|
|
63
|
+
position: relative;
|
|
64
64
|
transition: opacity 0.6s ease-in-out;
|
|
65
|
+
width: 100%;
|
|
65
66
|
z-index: 0;
|
|
66
67
|
}
|
|
67
|
-
.e-carousel
|
|
68
|
+
.e-carousel.e-carousel-fade-animation .e-carousel-item.e-active {
|
|
68
69
|
opacity: 1;
|
|
69
70
|
z-index: 1;
|
|
70
71
|
}
|
|
71
|
-
.e-carousel
|
|
72
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item {
|
|
73
|
+
display: none;
|
|
74
|
+
height: 100%;
|
|
75
|
+
width: 100%;
|
|
76
|
+
}
|
|
77
|
+
.e-carousel.e-carousel-animation-none .e-carousel-item.e-active {
|
|
78
|
+
display: block;
|
|
79
|
+
}
|
|
80
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item {
|
|
72
81
|
display: block;
|
|
73
82
|
height: 100%;
|
|
74
83
|
left: 0;
|
|
@@ -78,7 +87,7 @@
|
|
|
78
87
|
top: 0;
|
|
79
88
|
width: 100%;
|
|
80
89
|
}
|
|
81
|
-
.e-carousel
|
|
90
|
+
.e-carousel.e-carousel-custom-animation .e-carousel-item.e-active {
|
|
82
91
|
opacity: 1;
|
|
83
92
|
pointer-events: visible;
|
|
84
93
|
}
|
|
@@ -167,6 +167,29 @@
|
|
|
167
167
|
border: 0;
|
|
168
168
|
margin: 0;
|
|
169
169
|
}
|
|
170
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
171
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
172
|
+
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
|
|
173
|
+
}
|
|
174
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar,
|
|
175
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar {
|
|
176
|
+
height: 100%;
|
|
177
|
+
width: inherit;
|
|
178
|
+
}
|
|
179
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
180
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
|
|
181
|
+
height: 16px;
|
|
182
|
+
}
|
|
183
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device),
|
|
184
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device) {
|
|
185
|
+
padding: 16px 0;
|
|
186
|
+
}
|
|
187
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul,
|
|
188
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul {
|
|
189
|
+
box-shadow: none;
|
|
190
|
+
margin-top: -12px;
|
|
191
|
+
width: inherit;
|
|
192
|
+
}
|
|
170
193
|
|
|
171
194
|
.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon,
|
|
172
195
|
.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon {
|
|
@@ -330,4 +353,14 @@
|
|
|
330
353
|
.e-contextmenu-wrapper ul .e-separator,
|
|
331
354
|
.e-contextmenu-container ul .e-separator {
|
|
332
355
|
border-bottom-color: #505050;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
359
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
360
|
+
background-color: inherit;
|
|
361
|
+
border: 1px solid #505050;
|
|
362
|
+
}
|
|
363
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
364
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
|
|
365
|
+
border-color: #505050;
|
|
333
366
|
}
|