@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
|
@@ -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
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
|
|
1
2
|
/*! contextmenu layout */
|
|
2
3
|
.e-contextmenu-wrapper ul .e-menu-item .e-previous::before,
|
|
3
4
|
.e-contextmenu-container ul .e-menu-item .e-previous::before {
|
|
@@ -167,6 +168,29 @@
|
|
|
167
168
|
border: 0;
|
|
168
169
|
margin: 0;
|
|
169
170
|
}
|
|
171
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
172
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
173
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
174
|
+
}
|
|
175
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar,
|
|
176
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar {
|
|
177
|
+
height: 100%;
|
|
178
|
+
width: inherit;
|
|
179
|
+
}
|
|
180
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
181
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
|
|
182
|
+
height: 16px;
|
|
183
|
+
}
|
|
184
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device),
|
|
185
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device) {
|
|
186
|
+
padding: 16px 0;
|
|
187
|
+
}
|
|
188
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul,
|
|
189
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul {
|
|
190
|
+
box-shadow: none;
|
|
191
|
+
margin-top: -12px;
|
|
192
|
+
width: inherit;
|
|
193
|
+
}
|
|
170
194
|
|
|
171
195
|
.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon,
|
|
172
196
|
.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon {
|
|
@@ -330,4 +354,14 @@
|
|
|
330
354
|
.e-contextmenu-wrapper ul .e-separator,
|
|
331
355
|
.e-contextmenu-container ul .e-separator {
|
|
332
356
|
border-bottom-color: #e6e6e6;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
360
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
361
|
+
background-color: inherit;
|
|
362
|
+
border: 1px solid #ccc;
|
|
363
|
+
}
|
|
364
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
365
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
|
|
366
|
+
border-color: #e6e6e6;
|
|
333
367
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/*! component's theme wise override definitions and variables */ /*! component's theme wise override definitions and variables */
|
|
1
2
|
/*! contextmenu layout */
|
|
2
3
|
.e-contextmenu-wrapper ul .e-menu-item .e-previous::before,
|
|
3
4
|
.e-contextmenu-container ul .e-menu-item .e-previous::before {
|
|
@@ -167,6 +168,29 @@
|
|
|
167
168
|
border: 0;
|
|
168
169
|
margin: 0;
|
|
169
170
|
}
|
|
171
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
172
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
173
|
+
box-shadow: none;
|
|
174
|
+
}
|
|
175
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar,
|
|
176
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-vscroll-bar {
|
|
177
|
+
height: 100%;
|
|
178
|
+
width: inherit;
|
|
179
|
+
}
|
|
180
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
181
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
|
|
182
|
+
height: 16px;
|
|
183
|
+
}
|
|
184
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device),
|
|
185
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll:not(.e-scroll-device) {
|
|
186
|
+
padding: 16px 0;
|
|
187
|
+
}
|
|
188
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul,
|
|
189
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll ul {
|
|
190
|
+
box-shadow: none;
|
|
191
|
+
margin-top: -12px;
|
|
192
|
+
width: inherit;
|
|
193
|
+
}
|
|
170
194
|
|
|
171
195
|
.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon,
|
|
172
196
|
.e-rtl.e-contextmenu-container .e-menu-item .e-menu-icon {
|
|
@@ -330,4 +354,14 @@
|
|
|
330
354
|
.e-contextmenu-wrapper ul .e-separator,
|
|
331
355
|
.e-contextmenu-container ul .e-separator {
|
|
332
356
|
border-bottom-color: #e9ecef;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
360
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
361
|
+
background-color: inherit;
|
|
362
|
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
363
|
+
}
|
|
364
|
+
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
365
|
+
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav {
|
|
366
|
+
border-color: #e9ecef;
|
|
333
367
|
}
|