@syncfusion/ej2-angular-navigations 20.1.61 → 20.2.36-ngcc
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/@syncfusion/ej2-angular-navigations.es5.js +2 -2
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +2 -2
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +73 -0
- package/dist/ej2-angular-navigations.umd.js +2 -3
- package/dist/ej2-angular-navigations.umd.js.map +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +2 -2
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
- package/ej2-angular-navigations.metadata.json +1 -1
- package/package.json +8 -8
- package/schematics/generators/accordion-default/schema.json +3 -2
- package/schematics/generators/accordion-html-template/schema.json +3 -2
- package/schematics/generators/accordion-multiple-expand/schema.json +3 -2
- package/schematics/generators/accordion-nested/schema.json +3 -2
- package/schematics/generators/contextmenu-default/schema.json +3 -2
- package/schematics/generators/menu-default/schema.json +3 -2
- package/schematics/generators/sidebar-backdrop/schema.json +3 -2
- package/schematics/generators/sidebar-dock/schema.json +3 -2
- package/schematics/generators/sidebar-target/schema.json +3 -2
- package/schematics/generators/sidebar-types/schema.json +3 -2
- package/schematics/generators/tab-html-template/schema.json +3 -2
- package/schematics/generators/tab-icon/schema.json +3 -2
- package/schematics/generators/tab-nested/schema.json +3 -2
- package/schematics/generators/tab-popup/schema.json +3 -2
- package/schematics/generators/tab-scrollable/schema.json +3 -2
- package/schematics/generators/tab-vertical/schema.json +3 -2
- package/schematics/generators/toolbar-alignment/schema.json +3 -2
- package/schematics/generators/toolbar-extended/schema.json +3 -2
- package/schematics/generators/toolbar-html-template/schema.json +3 -2
- package/schematics/generators/toolbar-multi-row/schema.json +3 -2
- package/schematics/generators/toolbar-popup/schema.json +3 -2
- package/schematics/generators/toolbar-scrollable/schema.json +3 -2
- package/schematics/generators/treeview-checkbox/schema.json +3 -2
- package/schematics/generators/treeview-default/schema.json +3 -2
- package/schematics/generators/treeview-draganddrop/schema.json +3 -2
- package/schematics/generators/treeview-multiselection/schema.json +3 -2
- package/schematics/generators/treeview-nodeediting/schema.json +3 -2
- package/schematics/generators/treeview-remotedata/schema.json +3 -2
- package/schematics/generators/treeview-treetemplate/schema.json +3 -2
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- 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 +23 -14
- 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 +762 -19
- 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/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/bootstrap5.scss
CHANGED
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
content: "\e87b";
|
|
8
8
|
}
|
|
9
9
|
.e-breadcrumb .e-home {
|
|
10
|
-
height:
|
|
10
|
+
height: 16px;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.e-bigger .e-breadcrumb .e-home,
|
|
14
14
|
.e-bigger.e-breadcrumb .e-home {
|
|
15
|
-
height:
|
|
15
|
+
height: 18px;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
/*! breadcrumb layout */
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
display: -ms-flexbox;
|
|
121
121
|
display: flex;
|
|
122
122
|
font-size: 16px;
|
|
123
|
-
padding: 0
|
|
123
|
+
padding: 0 8px;
|
|
124
124
|
}
|
|
125
125
|
.e-breadcrumb .e-breadcrumb-separator + .e-breadcrumb-separator {
|
|
126
126
|
margin-left: -8px;
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
.e-breadcrumb.e-rtl .e-breadcrumb-separator + .e-breadcrumb-separator {
|
|
130
130
|
margin-left: 0;
|
|
131
131
|
margin-right: -8px;
|
|
132
|
-
padding-left:
|
|
132
|
+
padding-left: 8px;
|
|
133
133
|
padding-right: 0;
|
|
134
134
|
}
|
|
135
135
|
.e-breadcrumb .e-breadcrumb-collapsed,
|
|
@@ -138,6 +138,7 @@
|
|
|
138
138
|
font-size: 16px;
|
|
139
139
|
padding: 4px 4px;
|
|
140
140
|
vertical-align: bottom;
|
|
141
|
+
margin-top: 2px;
|
|
141
142
|
}
|
|
142
143
|
.e-breadcrumb .e-breadcrumb-menu {
|
|
143
144
|
display: inline-block;
|
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
content: "\e87b";
|
|
8
8
|
}
|
|
9
9
|
.e-breadcrumb .e-home {
|
|
10
|
-
height:
|
|
10
|
+
height: 16px;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.e-bigger .e-breadcrumb .e-home,
|
|
14
14
|
.e-bigger.e-breadcrumb .e-home {
|
|
15
|
-
height:
|
|
15
|
+
height: 18px;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
/*! breadcrumb layout */
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
display: -ms-flexbox;
|
|
121
121
|
display: flex;
|
|
122
122
|
font-size: 16px;
|
|
123
|
-
padding: 0
|
|
123
|
+
padding: 0 8px;
|
|
124
124
|
}
|
|
125
125
|
.e-breadcrumb .e-breadcrumb-separator + .e-breadcrumb-separator {
|
|
126
126
|
margin-left: -8px;
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
.e-breadcrumb.e-rtl .e-breadcrumb-separator + .e-breadcrumb-separator {
|
|
130
130
|
margin-left: 0;
|
|
131
131
|
margin-right: -8px;
|
|
132
|
-
padding-left:
|
|
132
|
+
padding-left: 8px;
|
|
133
133
|
padding-right: 0;
|
|
134
134
|
}
|
|
135
135
|
.e-breadcrumb .e-breadcrumb-collapsed,
|
|
@@ -138,6 +138,7 @@
|
|
|
138
138
|
font-size: 16px;
|
|
139
139
|
padding: 4px 4px;
|
|
140
140
|
vertical-align: bottom;
|
|
141
|
+
margin-top: 2px;
|
|
141
142
|
}
|
|
142
143
|
.e-breadcrumb .e-breadcrumb-menu {
|
|
143
144
|
display: inline-block;
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|