@syncfusion/ej2-angular-navigations 19.4.53 → 20.1.47
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 +330 -68
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +310 -68
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +35 -2
- package/README.md +16 -1
- package/dist/ej2-angular-navigations.umd.js +343 -72
- 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.d.ts +5 -4
- package/ej2-angular-navigations.metadata.json +1 -1
- package/package.json +12 -9
- package/postinstall/tagchange.js +1 -1
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/carousel/carousel-all.module.d.ts +5 -0
- package/src/carousel/carousel.component.d.ts +58 -0
- package/src/carousel/carousel.module.d.ts +5 -0
- package/src/carousel/items.directive.d.ts +46 -0
- package/src/index.d.ts +4 -0
- package/styles/accordion/bootstrap-dark.css +48 -63
- package/styles/accordion/bootstrap.css +48 -63
- package/styles/accordion/bootstrap4.css +48 -63
- package/styles/accordion/bootstrap5-dark.css +51 -66
- package/styles/accordion/bootstrap5.css +51 -66
- package/styles/accordion/fabric-dark.css +50 -65
- package/styles/accordion/fabric.css +50 -65
- package/styles/accordion/fluent-dark.css +395 -0
- package/styles/accordion/fluent-dark.scss +1 -0
- package/styles/accordion/fluent.css +395 -0
- package/styles/accordion/fluent.scss +1 -0
- package/styles/accordion/highcontrast-light.css +49 -64
- package/styles/accordion/highcontrast.css +49 -64
- package/styles/accordion/material-dark.css +49 -64
- package/styles/accordion/material.css +49 -64
- package/styles/accordion/tailwind-dark.css +52 -67
- package/styles/accordion/tailwind.css +52 -67
- package/styles/bootstrap-dark.css +310 -69
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +310 -69
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +310 -69
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +415 -171
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +415 -171
- package/styles/bootstrap5.scss +1 -0
- package/styles/breadcrumb/bootstrap-dark.css +10 -2
- package/styles/breadcrumb/bootstrap.css +10 -2
- package/styles/breadcrumb/bootstrap4.css +10 -2
- package/styles/breadcrumb/bootstrap5-dark.css +12 -4
- package/styles/breadcrumb/bootstrap5.css +12 -4
- package/styles/breadcrumb/fabric-dark.css +10 -4
- package/styles/breadcrumb/fabric.css +10 -4
- package/styles/breadcrumb/fluent-dark.css +444 -0
- package/styles/breadcrumb/fluent-dark.scss +1 -0
- package/styles/breadcrumb/fluent.css +444 -0
- package/styles/breadcrumb/fluent.scss +1 -0
- package/styles/breadcrumb/highcontrast-light.css +10 -4
- package/styles/breadcrumb/highcontrast.css +10 -4
- package/styles/breadcrumb/material-dark.css +10 -2
- package/styles/breadcrumb/material.css +10 -2
- package/styles/breadcrumb/tailwind-dark.css +21 -4
- package/styles/breadcrumb/tailwind.css +27 -10
- package/styles/carousel/bootstrap-dark.css +236 -0
- package/styles/carousel/bootstrap-dark.scss +1 -0
- package/styles/carousel/bootstrap.css +236 -0
- package/styles/carousel/bootstrap.scss +1 -0
- package/styles/carousel/bootstrap4.css +236 -0
- package/styles/carousel/bootstrap4.scss +1 -0
- package/styles/carousel/bootstrap5-dark.css +236 -0
- package/styles/carousel/bootstrap5-dark.scss +1 -0
- package/styles/carousel/bootstrap5.css +236 -0
- package/styles/carousel/bootstrap5.scss +1 -0
- package/styles/carousel/fabric-dark.css +236 -0
- package/styles/carousel/fabric-dark.scss +1 -0
- package/styles/carousel/fabric.css +236 -0
- package/styles/carousel/fabric.scss +1 -0
- package/styles/carousel/fluent-dark.css +236 -0
- package/styles/carousel/fluent-dark.scss +1 -0
- package/styles/carousel/fluent.css +236 -0
- package/styles/carousel/fluent.scss +1 -0
- package/styles/carousel/highcontrast-light.css +236 -0
- package/styles/carousel/highcontrast-light.scss +1 -0
- package/styles/carousel/highcontrast.css +236 -0
- package/styles/carousel/highcontrast.scss +1 -0
- package/styles/carousel/material-dark.css +237 -0
- package/styles/carousel/material-dark.scss +1 -0
- package/styles/carousel/material.css +237 -0
- package/styles/carousel/material.scss +1 -0
- package/styles/carousel/tailwind-dark.css +237 -0
- package/styles/carousel/tailwind-dark.scss +1 -0
- package/styles/carousel/tailwind.css +237 -0
- package/styles/carousel/tailwind.scss +1 -0
- package/styles/context-menu/bootstrap-dark.css +5 -0
- package/styles/context-menu/bootstrap.css +5 -0
- package/styles/context-menu/bootstrap4.css +5 -0
- package/styles/context-menu/bootstrap5-dark.css +16 -8
- package/styles/context-menu/bootstrap5.css +16 -8
- package/styles/context-menu/fabric-dark.css +5 -0
- package/styles/context-menu/fabric.css +5 -0
- package/styles/context-menu/fluent-dark.css +388 -0
- package/styles/context-menu/fluent-dark.scss +1 -0
- package/styles/context-menu/fluent.css +388 -0
- package/styles/context-menu/fluent.scss +1 -0
- package/styles/context-menu/highcontrast-light.css +5 -0
- package/styles/context-menu/highcontrast.css +5 -0
- package/styles/context-menu/material-dark.css +5 -0
- package/styles/context-menu/material.css +5 -0
- package/styles/context-menu/tailwind-dark.css +11 -4
- package/styles/context-menu/tailwind.css +11 -4
- package/styles/fabric-dark.css +312 -73
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +312 -73
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +10263 -0
- package/styles/fluent-dark.scss +11 -0
- package/styles/fluent.css +10263 -0
- package/styles/fluent.scss +11 -0
- package/styles/h-scroll/bootstrap-dark.css +0 -1
- package/styles/h-scroll/bootstrap.css +0 -1
- package/styles/h-scroll/bootstrap4.css +0 -1
- package/styles/h-scroll/bootstrap5-dark.css +10 -11
- package/styles/h-scroll/bootstrap5.css +10 -11
- package/styles/h-scroll/fabric-dark.css +0 -1
- package/styles/h-scroll/fabric.css +0 -1
- package/styles/h-scroll/fluent-dark.css +326 -0
- package/styles/h-scroll/fluent-dark.scss +1 -0
- package/styles/h-scroll/fluent.css +326 -0
- package/styles/h-scroll/fluent.scss +1 -0
- package/styles/h-scroll/highcontrast-light.css +0 -1
- package/styles/h-scroll/highcontrast.css +0 -1
- package/styles/h-scroll/material-dark.css +3 -4
- package/styles/h-scroll/material.css +0 -1
- package/styles/h-scroll/tailwind-dark.css +8 -9
- package/styles/h-scroll/tailwind.css +8 -9
- package/styles/highcontrast-light.css +311 -72
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +312 -73
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +314 -73
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +311 -70
- package/styles/material.scss +1 -0
- package/styles/menu/bootstrap-dark.css +1 -2
- package/styles/menu/bootstrap.css +1 -2
- package/styles/menu/bootstrap4.css +1 -2
- package/styles/menu/bootstrap5-dark.css +23 -24
- package/styles/menu/bootstrap5.css +23 -24
- package/styles/menu/fabric-dark.css +1 -2
- package/styles/menu/fabric.css +1 -2
- package/styles/menu/fluent-dark.css +1261 -0
- package/styles/menu/fluent-dark.scss +1 -0
- package/styles/menu/fluent.css +1261 -0
- package/styles/menu/fluent.scss +1 -0
- package/styles/menu/highcontrast-light.css +1 -2
- package/styles/menu/highcontrast.css +1 -2
- package/styles/menu/material-dark.css +1 -2
- package/styles/menu/material.css +1 -2
- package/styles/menu/tailwind-dark.css +18 -18
- package/styles/menu/tailwind.css +18 -18
- package/styles/sidebar/bootstrap-dark.css +4 -0
- package/styles/sidebar/bootstrap.css +4 -0
- package/styles/sidebar/bootstrap4.css +4 -0
- package/styles/sidebar/bootstrap5-dark.css +4 -0
- package/styles/sidebar/bootstrap5.css +4 -0
- package/styles/sidebar/fabric-dark.css +4 -0
- package/styles/sidebar/fabric.css +4 -0
- package/styles/sidebar/fluent-dark.css +158 -0
- package/styles/sidebar/fluent-dark.scss +1 -0
- package/styles/sidebar/fluent.css +158 -0
- package/styles/sidebar/fluent.scss +1 -0
- package/styles/sidebar/highcontrast-light.css +4 -0
- package/styles/sidebar/highcontrast.css +4 -0
- package/styles/sidebar/material-dark.css +4 -0
- package/styles/sidebar/material.css +4 -0
- package/styles/sidebar/tailwind-dark.css +4 -0
- package/styles/sidebar/tailwind.css +4 -0
- package/styles/tab/bootstrap-dark.css +1 -1
- package/styles/tab/bootstrap.css +1 -1
- package/styles/tab/bootstrap4.css +1 -1
- package/styles/tab/bootstrap5-dark.css +23 -23
- package/styles/tab/bootstrap5.css +23 -23
- package/styles/tab/fabric-dark.css +1 -1
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/fluent-dark.css +4394 -0
- package/styles/tab/fluent-dark.scss +1 -0
- package/styles/tab/fluent.css +4394 -0
- package/styles/tab/fluent.scss +1 -0
- package/styles/tab/highcontrast-light.css +1 -1
- package/styles/tab/highcontrast.css +2 -2
- package/styles/tab/material-dark.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +43 -45
- package/styles/tab/tailwind.css +43 -45
- package/styles/tailwind-dark.css +422 -171
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +428 -177
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/bootstrap-dark.css +4 -0
- package/styles/toolbar/bootstrap.css +4 -0
- package/styles/toolbar/bootstrap4.css +4 -0
- package/styles/toolbar/bootstrap5-dark.css +35 -31
- package/styles/toolbar/bootstrap5.css +35 -31
- package/styles/toolbar/fabric-dark.css +4 -0
- package/styles/toolbar/fabric.css +4 -0
- package/styles/toolbar/fluent-dark.css +1365 -0
- package/styles/toolbar/fluent-dark.scss +1 -0
- package/styles/toolbar/fluent.css +1365 -0
- package/styles/toolbar/fluent.scss +1 -0
- package/styles/toolbar/highcontrast-light.css +4 -0
- package/styles/toolbar/highcontrast.css +4 -0
- package/styles/toolbar/material-dark.css +4 -0
- package/styles/toolbar/material.css +4 -0
- package/styles/toolbar/tailwind-dark.css +10 -6
- package/styles/toolbar/tailwind.css +10 -6
- package/styles/treeview/bootstrap5-dark.css +4 -4
- package/styles/treeview/bootstrap5.css +4 -4
- package/styles/treeview/fluent-dark.css +1039 -0
- package/styles/treeview/fluent-dark.scss +1 -0
- package/styles/treeview/fluent.css +1039 -0
- package/styles/treeview/fluent.scss +1 -0
- package/styles/treeview/tailwind-dark.css +13 -14
- package/styles/treeview/tailwind.css +13 -14
- package/styles/v-scroll/fluent-dark.css +247 -0
- package/styles/v-scroll/fluent-dark.scss +1 -0
- package/styles/v-scroll/fluent.css +247 -0
- package/styles/v-scroll/fluent.scss +1 -0
- package/styles/v-scroll/tailwind-dark.css +4 -4
- package/styles/v-scroll/tailwind.css +4 -4
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
ejs-sidebar {
|
|
2
|
+
display: none;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.e-sidebar-display {
|
|
6
|
+
display: block;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.e-sidebar {
|
|
10
|
+
-webkit-tap-highlight-color: transparent;
|
|
11
|
+
background: #faf9f8;
|
|
12
|
+
height: 100%;
|
|
13
|
+
overflow: auto;
|
|
14
|
+
position: fixed;
|
|
15
|
+
top: 0;
|
|
16
|
+
transition: none;
|
|
17
|
+
vertical-align: middle;
|
|
18
|
+
visibility: hidden;
|
|
19
|
+
will-change: transform;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-sidebar.e-right.e-open {
|
|
23
|
+
transform: translateX(0%);
|
|
24
|
+
transition: transform .5s ease;
|
|
25
|
+
visibility: visible;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.e-sidebar.e-right.e-close {
|
|
29
|
+
box-shadow: none;
|
|
30
|
+
transform: translateX(100%);
|
|
31
|
+
transition: transform .5s ease, visibility 500ms;
|
|
32
|
+
visibility: hidden;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.e-sidebar.e-left.e-open {
|
|
36
|
+
transform: translateX(0%);
|
|
37
|
+
transition: transform .5s ease;
|
|
38
|
+
visibility: visible;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close {
|
|
42
|
+
transition: transform .5s ease, visibility 500ms;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-sidebar.e-left.e-close {
|
|
46
|
+
box-shadow: none;
|
|
47
|
+
transform: translateX(-100%);
|
|
48
|
+
visibility: hidden;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.e-sidebar.e-right.e-close {
|
|
52
|
+
box-shadow: none;
|
|
53
|
+
transform: translateX(100%);
|
|
54
|
+
transition: transform .5s ease, visibility 500ms;
|
|
55
|
+
visibility: hidden;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.e-sidebar.e-right {
|
|
59
|
+
border-left: 1px solid #edebe9;
|
|
60
|
+
left: auto;
|
|
61
|
+
right: 0;
|
|
62
|
+
top: 0;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.e-sidebar.e-left {
|
|
66
|
+
border-right: 1px solid #edebe9;
|
|
67
|
+
left: 0;
|
|
68
|
+
right: auto;
|
|
69
|
+
top: 0;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.e-sidebar.e-left.e-close.e-dock {
|
|
73
|
+
transform: translateX(0%);
|
|
74
|
+
transition: width .5s ease, visibility 500ms;
|
|
75
|
+
visibility: visible;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.e-sidebar.e-right.e-close.e-dock {
|
|
79
|
+
transform: translateX(0%);
|
|
80
|
+
transition: width .5s ease, visibility 500ms;
|
|
81
|
+
visibility: visible;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
|
|
85
|
+
transition: width .5s ease, visibility 500ms;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation {
|
|
89
|
+
transition: none;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.e-sidebar.e-visibility {
|
|
93
|
+
visibility: hidden;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-sidebar.e-over {
|
|
97
|
+
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.e-sidebar-absolute {
|
|
101
|
+
position: absolute;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.e-sidebar-context {
|
|
105
|
+
overflow-x: hidden;
|
|
106
|
+
position: relative;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.e-backdrop {
|
|
110
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
111
|
+
height: 100%;
|
|
112
|
+
left: 0;
|
|
113
|
+
pointer-events: auto;
|
|
114
|
+
top: 0;
|
|
115
|
+
width: auto;
|
|
116
|
+
z-index: 999;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.e-content-animation {
|
|
120
|
+
transition: margin .5s ease, transform .5s ease;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.e-content-animation.e-overlay {
|
|
124
|
+
box-sizing: border-box;
|
|
125
|
+
overflow: auto;
|
|
126
|
+
-webkit-user-select: none;
|
|
127
|
+
-ms-user-select: none;
|
|
128
|
+
user-select: none;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.e-disable-interaction {
|
|
132
|
+
pointer-events: none;
|
|
133
|
+
-ms-touch-action: none;
|
|
134
|
+
touch-action: none;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.e-sidebar-overflow {
|
|
138
|
+
overflow-x: hidden !important;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.e-sidebar-overlay {
|
|
142
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
143
|
+
height: 100%;
|
|
144
|
+
left: 0;
|
|
145
|
+
pointer-events: auto;
|
|
146
|
+
position: fixed;
|
|
147
|
+
top: 0;
|
|
148
|
+
width: 100%;
|
|
149
|
+
z-index: 999;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.e-content-placeholder.e-sidebar.e-placeholder-sidebar {
|
|
153
|
+
left: 0;
|
|
154
|
+
position: fixed;
|
|
155
|
+
right: auto;
|
|
156
|
+
top: 0;
|
|
157
|
+
visibility: visible;
|
|
158
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-navigations/styles/sidebar/fluent.scss';
|
|
@@ -81,6 +81,10 @@ ejs-sidebar {
|
|
|
81
81
|
visibility: visible;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
|
|
85
|
+
transition: width .5s ease, visibility 500ms;
|
|
86
|
+
}
|
|
87
|
+
|
|
84
88
|
.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation {
|
|
85
89
|
transition: none;
|
|
86
90
|
}
|
|
@@ -81,6 +81,10 @@ ejs-sidebar {
|
|
|
81
81
|
visibility: visible;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
|
|
85
|
+
transition: width .5s ease, visibility 500ms;
|
|
86
|
+
}
|
|
87
|
+
|
|
84
88
|
.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation {
|
|
85
89
|
transition: none;
|
|
86
90
|
}
|
|
@@ -82,6 +82,10 @@ ejs-sidebar {
|
|
|
82
82
|
visibility: visible;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
+
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
|
|
86
|
+
transition: width .5s ease, visibility 500ms;
|
|
87
|
+
}
|
|
88
|
+
|
|
85
89
|
.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation {
|
|
86
90
|
transition: none;
|
|
87
91
|
}
|
|
@@ -84,6 +84,10 @@ ejs-sidebar {
|
|
|
84
84
|
visibility: visible;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
+
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
|
|
88
|
+
transition: width .5s ease, visibility 500ms;
|
|
89
|
+
}
|
|
90
|
+
|
|
87
91
|
.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation {
|
|
88
92
|
transition: none;
|
|
89
93
|
}
|
|
@@ -82,6 +82,10 @@ ejs-sidebar {
|
|
|
82
82
|
visibility: visible;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
+
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
|
|
86
|
+
transition: width .5s ease, visibility 500ms;
|
|
87
|
+
}
|
|
88
|
+
|
|
85
89
|
.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation {
|
|
86
90
|
transition: none;
|
|
87
91
|
}
|
|
@@ -82,6 +82,10 @@ ejs-sidebar {
|
|
|
82
82
|
visibility: visible;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
+
.e-sidebar.e-left.e-open.e-dock.e-blazor-dock, .e-sidebar.e-right.e-open.e-dock.e-blazor-dock {
|
|
86
|
+
transition: width .5s ease, visibility 500ms;
|
|
87
|
+
}
|
|
88
|
+
|
|
85
89
|
.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation {
|
|
86
90
|
transition: none;
|
|
87
91
|
}
|
package/styles/tab/bootstrap.css
CHANGED
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
175
175
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
176
176
|
height: 42px;
|
|
177
|
-
margin: 0
|
|
177
|
+
margin: 0;
|
|
178
178
|
min-height: 42px;
|
|
179
179
|
min-width: auto;
|
|
180
180
|
padding: 0;
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
@media screen and (max-width: 480px) {
|
|
184
184
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
185
185
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
186
|
-
margin: 0
|
|
186
|
+
margin: 0;
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
258
258
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
259
259
|
cursor: pointer;
|
|
260
|
-
margin:
|
|
260
|
+
margin: 2px 0 0 8px;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
@media screen and (max-width: 480px) {
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
|
|
306
306
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
307
307
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
308
|
-
margin: 0 0 0
|
|
308
|
+
margin: 0 0 0 8px;
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
@media screen and (max-width: 480px) {
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
|
|
354
354
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text,
|
|
355
355
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
|
|
356
|
-
margin:
|
|
356
|
+
margin: 8px 0 0;
|
|
357
357
|
}
|
|
358
358
|
|
|
359
359
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text,
|
|
@@ -1524,7 +1524,7 @@
|
|
|
1524
1524
|
|
|
1525
1525
|
.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
1526
1526
|
height: 32px;
|
|
1527
|
-
margin: 0
|
|
1527
|
+
margin: 0;
|
|
1528
1528
|
min-height: 32px;
|
|
1529
1529
|
min-width: auto;
|
|
1530
1530
|
padding: 0;
|
|
@@ -1660,10 +1660,10 @@
|
|
|
1660
1660
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
1661
1661
|
display: -ms-inline-flexbox;
|
|
1662
1662
|
display: inline-flex;
|
|
1663
|
-
height:
|
|
1664
|
-
min-width:
|
|
1665
|
-
width:
|
|
1666
|
-
line-height:
|
|
1663
|
+
height: 24px;
|
|
1664
|
+
min-width: 24px;
|
|
1665
|
+
width: 24px;
|
|
1666
|
+
line-height: 24px;
|
|
1667
1667
|
}
|
|
1668
1668
|
|
|
1669
1669
|
@media screen and (max-width: 480px) {
|
|
@@ -1767,7 +1767,7 @@
|
|
|
1767
1767
|
|
|
1768
1768
|
@media screen and (max-width: 480px) {
|
|
1769
1769
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
|
|
1770
|
-
margin:
|
|
1770
|
+
margin: 8px 0 0;
|
|
1771
1771
|
}
|
|
1772
1772
|
}
|
|
1773
1773
|
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
}
|
|
2419
2419
|
|
|
2420
2420
|
.e-tab .e-content.e-progress {
|
|
2421
|
-
overflow
|
|
2421
|
+
overflow: hidden;
|
|
2422
2422
|
}
|
|
2423
2423
|
|
|
2424
2424
|
.e-tab.e-vertical-tab .e-content {
|
|
@@ -3076,7 +3076,7 @@
|
|
|
3076
3076
|
|
|
3077
3077
|
.e-tab-clone-element:not(.e-separator) {
|
|
3078
3078
|
height: 32px;
|
|
3079
|
-
margin: 0
|
|
3079
|
+
margin: 0;
|
|
3080
3080
|
min-height: 32px;
|
|
3081
3081
|
min-width: auto;
|
|
3082
3082
|
padding: 0;
|
|
@@ -3155,10 +3155,10 @@
|
|
|
3155
3155
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
3156
3156
|
display: -ms-inline-flexbox;
|
|
3157
3157
|
display: inline-flex;
|
|
3158
|
-
height:
|
|
3159
|
-
min-width:
|
|
3160
|
-
width:
|
|
3161
|
-
line-height:
|
|
3158
|
+
height: 24px;
|
|
3159
|
+
min-width: 24px;
|
|
3160
|
+
width: 24px;
|
|
3161
|
+
line-height: 24px;
|
|
3162
3162
|
}
|
|
3163
3163
|
|
|
3164
3164
|
@media screen and (max-width: 480px) {
|
|
@@ -3254,7 +3254,7 @@
|
|
|
3254
3254
|
|
|
3255
3255
|
@media screen and (max-width: 480px) {
|
|
3256
3256
|
.e-tab-clone-element.e-itop .e-tab-text {
|
|
3257
|
-
margin:
|
|
3257
|
+
margin: 8px 0 0;
|
|
3258
3258
|
}
|
|
3259
3259
|
}
|
|
3260
3260
|
|
|
@@ -3303,7 +3303,7 @@
|
|
|
3303
3303
|
|
|
3304
3304
|
.e-bigger .e-tab-clone-element:not(.e-separator) {
|
|
3305
3305
|
height: 42px;
|
|
3306
|
-
margin: 0
|
|
3306
|
+
margin: 0;
|
|
3307
3307
|
min-height: 42px;
|
|
3308
3308
|
min-width: auto;
|
|
3309
3309
|
padding: 0;
|
|
@@ -3311,7 +3311,7 @@
|
|
|
3311
3311
|
|
|
3312
3312
|
@media screen and (max-width: 480px) {
|
|
3313
3313
|
.e-bigger .e-tab-clone-element:not(.e-separator) {
|
|
3314
|
-
margin: 0
|
|
3314
|
+
margin: 0;
|
|
3315
3315
|
}
|
|
3316
3316
|
}
|
|
3317
3317
|
|
|
@@ -3341,7 +3341,7 @@
|
|
|
3341
3341
|
|
|
3342
3342
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
3343
3343
|
cursor: pointer;
|
|
3344
|
-
margin:
|
|
3344
|
+
margin: 2px 0 0 8px;
|
|
3345
3345
|
}
|
|
3346
3346
|
|
|
3347
3347
|
@media screen and (max-width: 480px) {
|
|
@@ -3379,7 +3379,7 @@
|
|
|
3379
3379
|
}
|
|
3380
3380
|
|
|
3381
3381
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
3382
|
-
margin: 0 0 0
|
|
3382
|
+
margin: 0 0 0 8px;
|
|
3383
3383
|
}
|
|
3384
3384
|
|
|
3385
3385
|
@media screen and (max-width: 480px) {
|
|
@@ -3413,7 +3413,7 @@
|
|
|
3413
3413
|
}
|
|
3414
3414
|
|
|
3415
3415
|
.e-bigger .e-tab-clone-element.e-itop .e-tab-text {
|
|
3416
|
-
margin:
|
|
3416
|
+
margin: 8px 0 0;
|
|
3417
3417
|
}
|
|
3418
3418
|
|
|
3419
3419
|
.e-bigger .e-tab-clone-element.e-ibottom .e-tab-text {
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
175
175
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
176
176
|
height: 42px;
|
|
177
|
-
margin: 0
|
|
177
|
+
margin: 0;
|
|
178
178
|
min-height: 42px;
|
|
179
179
|
min-width: auto;
|
|
180
180
|
padding: 0;
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
@media screen and (max-width: 480px) {
|
|
184
184
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator),
|
|
185
185
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
186
|
-
margin: 0
|
|
186
|
+
margin: 0;
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon,
|
|
258
258
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon {
|
|
259
259
|
cursor: pointer;
|
|
260
|
-
margin:
|
|
260
|
+
margin: 2px 0 0 8px;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
@media screen and (max-width: 480px) {
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
|
|
306
306
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text,
|
|
307
307
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
|
|
308
|
-
margin: 0 0 0
|
|
308
|
+
margin: 0 0 0 8px;
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
@media screen and (max-width: 480px) {
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
|
|
354
354
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text,
|
|
355
355
|
.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
|
|
356
|
-
margin:
|
|
356
|
+
margin: 8px 0 0;
|
|
357
357
|
}
|
|
358
358
|
|
|
359
359
|
.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text,
|
|
@@ -1524,7 +1524,7 @@
|
|
|
1524
1524
|
|
|
1525
1525
|
.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
|
|
1526
1526
|
height: 32px;
|
|
1527
|
-
margin: 0
|
|
1527
|
+
margin: 0;
|
|
1528
1528
|
min-height: 32px;
|
|
1529
1529
|
min-width: auto;
|
|
1530
1530
|
padding: 0;
|
|
@@ -1660,10 +1660,10 @@
|
|
|
1660
1660
|
.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon {
|
|
1661
1661
|
display: -ms-inline-flexbox;
|
|
1662
1662
|
display: inline-flex;
|
|
1663
|
-
height:
|
|
1664
|
-
min-width:
|
|
1665
|
-
width:
|
|
1666
|
-
line-height:
|
|
1663
|
+
height: 24px;
|
|
1664
|
+
min-width: 24px;
|
|
1665
|
+
width: 24px;
|
|
1666
|
+
line-height: 24px;
|
|
1667
1667
|
}
|
|
1668
1668
|
|
|
1669
1669
|
@media screen and (max-width: 480px) {
|
|
@@ -1767,7 +1767,7 @@
|
|
|
1767
1767
|
|
|
1768
1768
|
@media screen and (max-width: 480px) {
|
|
1769
1769
|
.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text {
|
|
1770
|
-
margin:
|
|
1770
|
+
margin: 8px 0 0;
|
|
1771
1771
|
}
|
|
1772
1772
|
}
|
|
1773
1773
|
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
}
|
|
2419
2419
|
|
|
2420
2420
|
.e-tab .e-content.e-progress {
|
|
2421
|
-
overflow
|
|
2421
|
+
overflow: hidden;
|
|
2422
2422
|
}
|
|
2423
2423
|
|
|
2424
2424
|
.e-tab.e-vertical-tab .e-content {
|
|
@@ -3076,7 +3076,7 @@
|
|
|
3076
3076
|
|
|
3077
3077
|
.e-tab-clone-element:not(.e-separator) {
|
|
3078
3078
|
height: 32px;
|
|
3079
|
-
margin: 0
|
|
3079
|
+
margin: 0;
|
|
3080
3080
|
min-height: 32px;
|
|
3081
3081
|
min-width: auto;
|
|
3082
3082
|
padding: 0;
|
|
@@ -3155,10 +3155,10 @@
|
|
|
3155
3155
|
.e-tab-clone-element .e-icons.e-tab-icon {
|
|
3156
3156
|
display: -ms-inline-flexbox;
|
|
3157
3157
|
display: inline-flex;
|
|
3158
|
-
height:
|
|
3159
|
-
min-width:
|
|
3160
|
-
width:
|
|
3161
|
-
line-height:
|
|
3158
|
+
height: 24px;
|
|
3159
|
+
min-width: 24px;
|
|
3160
|
+
width: 24px;
|
|
3161
|
+
line-height: 24px;
|
|
3162
3162
|
}
|
|
3163
3163
|
|
|
3164
3164
|
@media screen and (max-width: 480px) {
|
|
@@ -3254,7 +3254,7 @@
|
|
|
3254
3254
|
|
|
3255
3255
|
@media screen and (max-width: 480px) {
|
|
3256
3256
|
.e-tab-clone-element.e-itop .e-tab-text {
|
|
3257
|
-
margin:
|
|
3257
|
+
margin: 8px 0 0;
|
|
3258
3258
|
}
|
|
3259
3259
|
}
|
|
3260
3260
|
|
|
@@ -3303,7 +3303,7 @@
|
|
|
3303
3303
|
|
|
3304
3304
|
.e-bigger .e-tab-clone-element:not(.e-separator) {
|
|
3305
3305
|
height: 42px;
|
|
3306
|
-
margin: 0
|
|
3306
|
+
margin: 0;
|
|
3307
3307
|
min-height: 42px;
|
|
3308
3308
|
min-width: auto;
|
|
3309
3309
|
padding: 0;
|
|
@@ -3311,7 +3311,7 @@
|
|
|
3311
3311
|
|
|
3312
3312
|
@media screen and (max-width: 480px) {
|
|
3313
3313
|
.e-bigger .e-tab-clone-element:not(.e-separator) {
|
|
3314
|
-
margin: 0
|
|
3314
|
+
margin: 0;
|
|
3315
3315
|
}
|
|
3316
3316
|
}
|
|
3317
3317
|
|
|
@@ -3341,7 +3341,7 @@
|
|
|
3341
3341
|
|
|
3342
3342
|
.e-bigger .e-tab-clone-element .e-icons.e-close-icon {
|
|
3343
3343
|
cursor: pointer;
|
|
3344
|
-
margin:
|
|
3344
|
+
margin: 2px 0 0 8px;
|
|
3345
3345
|
}
|
|
3346
3346
|
|
|
3347
3347
|
@media screen and (max-width: 480px) {
|
|
@@ -3379,7 +3379,7 @@
|
|
|
3379
3379
|
}
|
|
3380
3380
|
|
|
3381
3381
|
.e-bigger .e-tab-clone-element .e-icon-left + .e-tab-text {
|
|
3382
|
-
margin: 0 0 0
|
|
3382
|
+
margin: 0 0 0 8px;
|
|
3383
3383
|
}
|
|
3384
3384
|
|
|
3385
3385
|
@media screen and (max-width: 480px) {
|
|
@@ -3413,7 +3413,7 @@
|
|
|
3413
3413
|
}
|
|
3414
3414
|
|
|
3415
3415
|
.e-bigger .e-tab-clone-element.e-itop .e-tab-text {
|
|
3416
|
-
margin:
|
|
3416
|
+
margin: 8px 0 0;
|
|
3417
3417
|
}
|
|
3418
3418
|
|
|
3419
3419
|
.e-bigger .e-tab-clone-element.e-ibottom .e-tab-text {
|