@syncfusion/ej2-angular-navigations 20.2.50-ngcc → 20.3.47-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 +145 -4
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +134 -4
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +22 -0
- package/README.md +14 -0
- package/dist/ej2-angular-navigations.umd.js +148 -2
- 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 +1 -0
- 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/appbar/appbar-all.module.d.ts +5 -0
- package/src/appbar/appbar.component.d.ts +29 -0
- package/src/appbar/appbar.module.d.ts +5 -0
- package/src/index.d.ts +3 -0
- package/styles/accordion/bootstrap-dark.css +1 -0
- package/styles/accordion/bootstrap.css +1 -0
- package/styles/accordion/bootstrap4.css +1 -0
- package/styles/accordion/bootstrap5-dark.css +2 -0
- package/styles/accordion/bootstrap5.css +2 -0
- package/styles/accordion/fabric-dark.css +1 -0
- package/styles/accordion/fabric.css +1 -0
- package/styles/accordion/fluent-dark.css +1 -0
- package/styles/accordion/fluent.css +1 -0
- package/styles/accordion/highcontrast-light.css +1 -0
- package/styles/accordion/highcontrast.css +1 -0
- package/styles/accordion/material-dark.css +1 -0
- package/styles/accordion/material.css +1 -0
- package/styles/accordion/tailwind-dark.css +1 -0
- package/styles/accordion/tailwind.css +1 -0
- package/styles/appbar/bootstrap-dark.css +244 -0
- package/styles/appbar/bootstrap-dark.scss +1 -0
- package/styles/appbar/bootstrap.css +244 -0
- package/styles/appbar/bootstrap.scss +1 -0
- package/styles/appbar/bootstrap4.css +244 -0
- package/styles/appbar/bootstrap4.scss +1 -0
- package/styles/appbar/bootstrap5-dark.css +244 -0
- package/styles/appbar/bootstrap5-dark.scss +1 -0
- package/styles/appbar/bootstrap5.css +244 -0
- package/styles/appbar/bootstrap5.scss +1 -0
- package/styles/appbar/fabric-dark.css +244 -0
- package/styles/appbar/fabric-dark.scss +1 -0
- package/styles/appbar/fabric.css +244 -0
- package/styles/appbar/fabric.scss +1 -0
- package/styles/appbar/fluent-dark.css +244 -0
- package/styles/appbar/fluent-dark.scss +1 -0
- package/styles/appbar/fluent.css +244 -0
- package/styles/appbar/fluent.scss +1 -0
- package/styles/appbar/highcontrast-light.css +244 -0
- package/styles/appbar/highcontrast-light.scss +1 -0
- package/styles/appbar/highcontrast.css +244 -0
- package/styles/appbar/highcontrast.scss +1 -0
- package/styles/appbar/material-dark.css +245 -0
- package/styles/appbar/material-dark.scss +1 -0
- package/styles/appbar/material.css +245 -0
- package/styles/appbar/material.scss +1 -0
- package/styles/appbar/tailwind-dark.css +245 -0
- package/styles/appbar/tailwind-dark.scss +1 -0
- package/styles/appbar/tailwind.css +245 -0
- package/styles/appbar/tailwind.scss +1 -0
- package/styles/bootstrap-dark.css +340 -21
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +345 -26
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +348 -29
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +360 -36
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +360 -36
- package/styles/bootstrap5.scss +1 -0
- package/styles/carousel/bootstrap-dark.css +46 -11
- package/styles/carousel/bootstrap.css +46 -11
- package/styles/carousel/bootstrap4.css +46 -11
- package/styles/carousel/bootstrap5-dark.css +46 -11
- package/styles/carousel/bootstrap5.css +46 -11
- package/styles/carousel/fabric-dark.css +46 -11
- package/styles/carousel/fabric.css +46 -11
- package/styles/carousel/fluent-dark.css +46 -11
- package/styles/carousel/fluent.css +46 -11
- package/styles/carousel/highcontrast-light.css +46 -11
- package/styles/carousel/highcontrast.css +46 -11
- package/styles/carousel/material-dark.css +46 -11
- package/styles/carousel/material.css +46 -11
- package/styles/carousel/tailwind-dark.css +46 -11
- package/styles/carousel/tailwind.css +46 -11
- package/styles/context-menu/bootstrap4.css +2 -2
- package/styles/context-menu/bootstrap5-dark.css +3 -3
- package/styles/context-menu/bootstrap5.css +3 -3
- package/styles/context-menu/fluent-dark.css +1 -1
- package/styles/context-menu/fluent.css +1 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/fabric-dark.css +340 -21
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +340 -21
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +352 -33
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +352 -33
- package/styles/fluent.scss +1 -0
- package/styles/h-scroll/bootstrap-dark.css +0 -2
- package/styles/h-scroll/bootstrap.css +0 -2
- package/styles/h-scroll/bootstrap4.css +0 -2
- package/styles/h-scroll/bootstrap5-dark.css +0 -2
- package/styles/h-scroll/bootstrap5.css +0 -2
- package/styles/h-scroll/fabric-dark.css +0 -2
- package/styles/h-scroll/fabric.css +0 -2
- package/styles/h-scroll/fluent-dark.css +0 -2
- package/styles/h-scroll/fluent.css +0 -2
- package/styles/h-scroll/highcontrast-light.css +0 -2
- package/styles/h-scroll/highcontrast.css +0 -2
- package/styles/h-scroll/material-dark.css +0 -2
- package/styles/h-scroll/material.css +0 -2
- package/styles/h-scroll/tailwind-dark.css +0 -2
- package/styles/h-scroll/tailwind.css +0 -2
- package/styles/highcontrast-light.css +339 -20
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +339 -20
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +339 -20
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +339 -20
- package/styles/material.scss +1 -0
- package/styles/menu/bootstrap-dark.css +22 -0
- package/styles/menu/bootstrap.css +22 -0
- package/styles/menu/bootstrap4.css +22 -0
- package/styles/menu/bootstrap5-dark.css +23 -1
- package/styles/menu/bootstrap5.css +23 -1
- package/styles/menu/fabric-dark.css +22 -0
- package/styles/menu/fabric.css +22 -0
- package/styles/menu/fluent-dark.css +23 -1
- package/styles/menu/fluent.css +23 -1
- package/styles/menu/highcontrast-light.css +22 -0
- package/styles/menu/highcontrast.css +22 -0
- package/styles/menu/material-dark.css +22 -0
- package/styles/menu/material.css +22 -0
- package/styles/menu/tailwind-dark.css +23 -1
- package/styles/menu/tailwind.css +23 -1
- package/styles/pager/bootstrap-dark.css +5 -3
- package/styles/pager/bootstrap.css +10 -8
- package/styles/pager/bootstrap4.css +11 -9
- package/styles/pager/bootstrap5-dark.css +14 -12
- package/styles/pager/bootstrap5.css +14 -12
- package/styles/pager/fabric-dark.css +5 -3
- package/styles/pager/fabric.css +5 -3
- package/styles/pager/fluent-dark.css +6 -4
- package/styles/pager/fluent.css +6 -4
- package/styles/pager/highcontrast-light.css +4 -2
- package/styles/pager/highcontrast.css +4 -2
- package/styles/pager/material-dark.css +4 -2
- package/styles/pager/material.css +4 -2
- package/styles/pager/tailwind-dark.css +19 -17
- package/styles/pager/tailwind.css +19 -17
- 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 +4 -0
- package/styles/sidebar/fluent.css +4 -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 +5 -2
- package/styles/tab/bootstrap5.css +5 -2
- package/styles/tab/fabric-dark.css +1 -1
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/fluent-dark.css +5 -5
- package/styles/tab/fluent.css +5 -5
- package/styles/tab/highcontrast-light.css +1 -1
- package/styles/tab/highcontrast.css +1 -1
- package/styles/tab/material-dark.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +1 -1
- package/styles/tab/tailwind.css +1 -1
- package/styles/tailwind-dark.css +359 -38
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +359 -38
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/bootstrap-dark.css +10 -2
- package/styles/toolbar/bootstrap.css +10 -2
- package/styles/toolbar/bootstrap4.css +10 -2
- package/styles/toolbar/bootstrap5-dark.css +12 -3
- package/styles/toolbar/bootstrap5.css +12 -3
- package/styles/toolbar/fabric-dark.css +10 -2
- package/styles/toolbar/fabric.css +10 -2
- package/styles/toolbar/fluent-dark.css +15 -7
- package/styles/toolbar/fluent.css +15 -7
- package/styles/toolbar/highcontrast-light.css +10 -2
- package/styles/toolbar/highcontrast.css +10 -2
- package/styles/toolbar/material-dark.css +10 -2
- package/styles/toolbar/material.css +10 -2
- package/styles/toolbar/tailwind-dark.css +11 -3
- package/styles/toolbar/tailwind.css +11 -3
- package/styles/treeview/bootstrap-dark.css +6 -0
- package/styles/treeview/bootstrap.css +6 -0
- package/styles/treeview/bootstrap4.css +6 -0
- package/styles/treeview/bootstrap5-dark.css +6 -0
- package/styles/treeview/bootstrap5.css +6 -0
- package/styles/treeview/fabric-dark.css +6 -0
- package/styles/treeview/fabric.css +6 -0
- package/styles/treeview/fluent-dark.css +6 -0
- package/styles/treeview/fluent.css +6 -0
- package/styles/treeview/highcontrast-light.css +6 -0
- package/styles/treeview/highcontrast.css +6 -0
- package/styles/treeview/material-dark.css +6 -0
- package/styles/treeview/material.css +6 -0
- package/styles/treeview/tailwind-dark.css +7 -0
- package/styles/treeview/tailwind.css +7 -0
- package/styles/v-scroll/bootstrap-dark.css +0 -2
- package/styles/v-scroll/bootstrap.css +0 -2
- package/styles/v-scroll/bootstrap4.css +0 -2
- package/styles/v-scroll/bootstrap5-dark.css +0 -2
- package/styles/v-scroll/bootstrap5.css +0 -2
- package/styles/v-scroll/fabric-dark.css +0 -2
- package/styles/v-scroll/fabric.css +0 -2
- package/styles/v-scroll/fluent-dark.css +0 -2
- package/styles/v-scroll/fluent.css +0 -2
- package/styles/v-scroll/highcontrast-light.css +0 -2
- package/styles/v-scroll/highcontrast.css +0 -2
- package/styles/v-scroll/material-dark.css +0 -2
- package/styles/v-scroll/material.css +0 -2
- package/styles/v-scroll/tailwind-dark.css +0 -2
- package/styles/v-scroll/tailwind.css +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1
2
|
ejs-sidebar {
|
|
2
3
|
display: none;
|
|
3
4
|
}
|
|
@@ -7,6 +8,7 @@ ejs-sidebar {
|
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
.e-sidebar {
|
|
11
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
10
12
|
-webkit-tap-highlight-color: transparent;
|
|
11
13
|
background: #fff;
|
|
12
14
|
height: 100%;
|
|
@@ -120,10 +122,12 @@ ejs-sidebar {
|
|
|
120
122
|
touch-action: none;
|
|
121
123
|
}
|
|
122
124
|
|
|
125
|
+
/* stylelint-disable */
|
|
123
126
|
.e-sidebar-overflow {
|
|
124
127
|
overflow-x: hidden !important;
|
|
125
128
|
}
|
|
126
129
|
|
|
130
|
+
/* stylelint-enable */
|
|
127
131
|
.e-sidebar-overlay {
|
|
128
132
|
background-color: rgba(0, 0, 0, 0.6);
|
|
129
133
|
height: 100%;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1
2
|
ejs-sidebar {
|
|
2
3
|
display: none;
|
|
3
4
|
}
|
|
@@ -7,6 +8,7 @@ ejs-sidebar {
|
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
.e-sidebar {
|
|
11
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
10
12
|
-webkit-tap-highlight-color: transparent;
|
|
11
13
|
background: #fff;
|
|
12
14
|
height: 100%;
|
|
@@ -120,10 +122,12 @@ ejs-sidebar {
|
|
|
120
122
|
touch-action: none;
|
|
121
123
|
}
|
|
122
124
|
|
|
125
|
+
/* stylelint-disable */
|
|
123
126
|
.e-sidebar-overflow {
|
|
124
127
|
overflow-x: hidden !important;
|
|
125
128
|
}
|
|
126
129
|
|
|
130
|
+
/* stylelint-enable */
|
|
127
131
|
.e-sidebar-overlay {
|
|
128
132
|
background-color: rgba(0, 0, 0, 0.5);
|
|
129
133
|
height: 100%;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1
2
|
ejs-sidebar {
|
|
2
3
|
display: none;
|
|
3
4
|
}
|
|
@@ -7,6 +8,7 @@ ejs-sidebar {
|
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
.e-sidebar {
|
|
11
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
10
12
|
-webkit-tap-highlight-color: transparent;
|
|
11
13
|
background: #282d31;
|
|
12
14
|
height: 100%;
|
|
@@ -119,10 +121,12 @@ ejs-sidebar {
|
|
|
119
121
|
touch-action: none;
|
|
120
122
|
}
|
|
121
123
|
|
|
124
|
+
/* stylelint-disable */
|
|
122
125
|
.e-sidebar-overflow {
|
|
123
126
|
overflow-x: hidden !important;
|
|
124
127
|
}
|
|
125
128
|
|
|
129
|
+
/* stylelint-enable */
|
|
126
130
|
.e-sidebar-overlay {
|
|
127
131
|
background-color: rgba(0, 0, 0, 0.4);
|
|
128
132
|
height: 100%;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1
2
|
ejs-sidebar {
|
|
2
3
|
display: none;
|
|
3
4
|
}
|
|
@@ -7,6 +8,7 @@ ejs-sidebar {
|
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
.e-sidebar {
|
|
11
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
10
12
|
-webkit-tap-highlight-color: transparent;
|
|
11
13
|
background: #f8f9fa;
|
|
12
14
|
height: 100%;
|
|
@@ -119,10 +121,12 @@ ejs-sidebar {
|
|
|
119
121
|
touch-action: none;
|
|
120
122
|
}
|
|
121
123
|
|
|
124
|
+
/* stylelint-disable */
|
|
122
125
|
.e-sidebar-overflow {
|
|
123
126
|
overflow-x: hidden !important;
|
|
124
127
|
}
|
|
125
128
|
|
|
129
|
+
/* stylelint-enable */
|
|
126
130
|
.e-sidebar-overlay {
|
|
127
131
|
background-color: rgba(0, 0, 0, 0.5);
|
|
128
132
|
height: 100%;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1
2
|
ejs-sidebar {
|
|
2
3
|
display: none;
|
|
3
4
|
}
|
|
@@ -7,6 +8,7 @@ ejs-sidebar {
|
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
.e-sidebar {
|
|
11
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
10
12
|
-webkit-tap-highlight-color: transparent;
|
|
11
13
|
background: #282727;
|
|
12
14
|
height: 100%;
|
|
@@ -120,10 +122,12 @@ ejs-sidebar {
|
|
|
120
122
|
touch-action: none;
|
|
121
123
|
}
|
|
122
124
|
|
|
125
|
+
/* stylelint-disable */
|
|
123
126
|
.e-sidebar-overflow {
|
|
124
127
|
overflow-x: hidden !important;
|
|
125
128
|
}
|
|
126
129
|
|
|
130
|
+
/* stylelint-enable */
|
|
127
131
|
.e-sidebar-overlay {
|
|
128
132
|
background-color: rgba(0, 0, 0, 0.6);
|
|
129
133
|
height: 100%;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1
2
|
ejs-sidebar {
|
|
2
3
|
display: none;
|
|
3
4
|
}
|
|
@@ -7,6 +8,7 @@ ejs-sidebar {
|
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
.e-sidebar {
|
|
11
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
10
12
|
-webkit-tap-highlight-color: transparent;
|
|
11
13
|
background: #fff;
|
|
12
14
|
height: 100%;
|
|
@@ -120,10 +122,12 @@ ejs-sidebar {
|
|
|
120
122
|
touch-action: none;
|
|
121
123
|
}
|
|
122
124
|
|
|
125
|
+
/* stylelint-disable */
|
|
123
126
|
.e-sidebar-overflow {
|
|
124
127
|
overflow-x: hidden !important;
|
|
125
128
|
}
|
|
126
129
|
|
|
130
|
+
/* stylelint-enable */
|
|
127
131
|
.e-sidebar-overlay {
|
|
128
132
|
background-color: rgba(0, 0, 0, 0.6);
|
|
129
133
|
height: 100%;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1
2
|
ejs-sidebar {
|
|
2
3
|
display: none;
|
|
3
4
|
}
|
|
@@ -7,6 +8,7 @@ ejs-sidebar {
|
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
.e-sidebar {
|
|
11
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
10
12
|
-webkit-tap-highlight-color: transparent;
|
|
11
13
|
background: #201f1e;
|
|
12
14
|
height: 100%;
|
|
@@ -119,10 +121,12 @@ ejs-sidebar {
|
|
|
119
121
|
touch-action: none;
|
|
120
122
|
}
|
|
121
123
|
|
|
124
|
+
/* stylelint-disable */
|
|
122
125
|
.e-sidebar-overflow {
|
|
123
126
|
overflow-x: hidden !important;
|
|
124
127
|
}
|
|
125
128
|
|
|
129
|
+
/* stylelint-enable */
|
|
126
130
|
.e-sidebar-overlay {
|
|
127
131
|
background-color: rgba(0, 0, 0, 0.4);
|
|
128
132
|
height: 100%;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1
2
|
ejs-sidebar {
|
|
2
3
|
display: none;
|
|
3
4
|
}
|
|
@@ -7,6 +8,7 @@ ejs-sidebar {
|
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
.e-sidebar {
|
|
11
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
10
12
|
-webkit-tap-highlight-color: transparent;
|
|
11
13
|
background: #faf9f8;
|
|
12
14
|
height: 100%;
|
|
@@ -119,10 +121,12 @@ ejs-sidebar {
|
|
|
119
121
|
touch-action: none;
|
|
120
122
|
}
|
|
121
123
|
|
|
124
|
+
/* stylelint-disable */
|
|
122
125
|
.e-sidebar-overflow {
|
|
123
126
|
overflow-x: hidden !important;
|
|
124
127
|
}
|
|
125
128
|
|
|
129
|
+
/* stylelint-enable */
|
|
126
130
|
.e-sidebar-overlay {
|
|
127
131
|
background-color: rgba(0, 0, 0, 0.4);
|
|
128
132
|
height: 100%;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1
2
|
ejs-sidebar {
|
|
2
3
|
display: none;
|
|
3
4
|
}
|
|
@@ -7,6 +8,7 @@ ejs-sidebar {
|
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
.e-sidebar {
|
|
11
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
10
12
|
-webkit-tap-highlight-color: transparent;
|
|
11
13
|
background: #000;
|
|
12
14
|
height: 100%;
|
|
@@ -120,10 +122,12 @@ ejs-sidebar {
|
|
|
120
122
|
touch-action: none;
|
|
121
123
|
}
|
|
122
124
|
|
|
125
|
+
/* stylelint-disable */
|
|
123
126
|
.e-sidebar-overflow {
|
|
124
127
|
overflow-x: hidden !important;
|
|
125
128
|
}
|
|
126
129
|
|
|
130
|
+
/* stylelint-enable */
|
|
127
131
|
.e-sidebar-overlay {
|
|
128
132
|
background-color: rgba(0, 0, 0, 0.6);
|
|
129
133
|
height: 100%;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1
2
|
ejs-sidebar {
|
|
2
3
|
display: none;
|
|
3
4
|
}
|
|
@@ -7,6 +8,7 @@ ejs-sidebar {
|
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
.e-sidebar {
|
|
11
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
10
12
|
-webkit-tap-highlight-color: transparent;
|
|
11
13
|
background: #000;
|
|
12
14
|
height: 100%;
|
|
@@ -120,10 +122,12 @@ ejs-sidebar {
|
|
|
120
122
|
touch-action: none;
|
|
121
123
|
}
|
|
122
124
|
|
|
125
|
+
/* stylelint-disable */
|
|
123
126
|
.e-sidebar-overflow {
|
|
124
127
|
overflow-x: hidden !important;
|
|
125
128
|
}
|
|
126
129
|
|
|
130
|
+
/* stylelint-enable */
|
|
127
131
|
.e-sidebar-overlay {
|
|
128
132
|
background-color: rgba(0, 0, 0, 0.6);
|
|
129
133
|
height: 100%;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
2
3
|
ejs-sidebar {
|
|
3
4
|
display: none;
|
|
4
5
|
}
|
|
@@ -8,6 +9,7 @@ ejs-sidebar {
|
|
|
8
9
|
}
|
|
9
10
|
|
|
10
11
|
.e-sidebar {
|
|
12
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
11
13
|
-webkit-tap-highlight-color: transparent;
|
|
12
14
|
background: #424242;
|
|
13
15
|
height: 100%;
|
|
@@ -121,10 +123,12 @@ ejs-sidebar {
|
|
|
121
123
|
touch-action: none;
|
|
122
124
|
}
|
|
123
125
|
|
|
126
|
+
/* stylelint-disable */
|
|
124
127
|
.e-sidebar-overflow {
|
|
125
128
|
overflow-x: hidden !important;
|
|
126
129
|
}
|
|
127
130
|
|
|
131
|
+
/* stylelint-enable */
|
|
128
132
|
.e-sidebar-overlay {
|
|
129
133
|
background-color: rgba(0, 0, 0, 0.6);
|
|
130
134
|
height: 100%;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
2
|
/*! Material theme definition's */
|
|
3
3
|
/*! component's theme wise override definitions and variables */
|
|
4
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
4
5
|
ejs-sidebar {
|
|
5
6
|
display: none;
|
|
6
7
|
}
|
|
@@ -10,6 +11,7 @@ ejs-sidebar {
|
|
|
10
11
|
}
|
|
11
12
|
|
|
12
13
|
.e-sidebar {
|
|
14
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13
15
|
-webkit-tap-highlight-color: transparent;
|
|
14
16
|
background: #fff;
|
|
15
17
|
height: 100%;
|
|
@@ -123,10 +125,12 @@ ejs-sidebar {
|
|
|
123
125
|
touch-action: none;
|
|
124
126
|
}
|
|
125
127
|
|
|
128
|
+
/* stylelint-disable */
|
|
126
129
|
.e-sidebar-overflow {
|
|
127
130
|
overflow-x: hidden !important;
|
|
128
131
|
}
|
|
129
132
|
|
|
133
|
+
/* stylelint-enable */
|
|
130
134
|
.e-sidebar-overlay {
|
|
131
135
|
background-color: rgba(0, 0, 0, 0.6);
|
|
132
136
|
height: 100%;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
2
3
|
ejs-sidebar {
|
|
3
4
|
display: none;
|
|
4
5
|
}
|
|
@@ -8,6 +9,7 @@ ejs-sidebar {
|
|
|
8
9
|
}
|
|
9
10
|
|
|
10
11
|
.e-sidebar {
|
|
12
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
11
13
|
-webkit-tap-highlight-color: transparent;
|
|
12
14
|
background: #374151;
|
|
13
15
|
height: 100%;
|
|
@@ -120,10 +122,12 @@ ejs-sidebar {
|
|
|
120
122
|
touch-action: none;
|
|
121
123
|
}
|
|
122
124
|
|
|
125
|
+
/* stylelint-disable */
|
|
123
126
|
.e-sidebar-overflow {
|
|
124
127
|
overflow-x: hidden !important;
|
|
125
128
|
}
|
|
126
129
|
|
|
130
|
+
/* stylelint-enable */
|
|
127
131
|
.e-sidebar-overlay {
|
|
128
132
|
background-color: rgba(107, 114, 128, 0.75);
|
|
129
133
|
height: 100%;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
2
3
|
ejs-sidebar {
|
|
3
4
|
display: none;
|
|
4
5
|
}
|
|
@@ -8,6 +9,7 @@ ejs-sidebar {
|
|
|
8
9
|
}
|
|
9
10
|
|
|
10
11
|
.e-sidebar {
|
|
12
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
11
13
|
-webkit-tap-highlight-color: transparent;
|
|
12
14
|
background: #f3f4f6;
|
|
13
15
|
height: 100%;
|
|
@@ -120,10 +122,12 @@ ejs-sidebar {
|
|
|
120
122
|
touch-action: none;
|
|
121
123
|
}
|
|
122
124
|
|
|
125
|
+
/* stylelint-disable */
|
|
123
126
|
.e-sidebar-overflow {
|
|
124
127
|
overflow-x: hidden !important;
|
|
125
128
|
}
|
|
126
129
|
|
|
130
|
+
/* stylelint-enable */
|
|
127
131
|
.e-sidebar-overlay {
|
|
128
132
|
background-color: rgba(107, 114, 128, 0.75);
|
|
129
133
|
height: 100%;
|
|
@@ -1864,7 +1864,7 @@
|
|
|
1864
1864
|
right: -15px;
|
|
1865
1865
|
}
|
|
1866
1866
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1867
|
-
top: initial !important;
|
|
1867
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1868
1868
|
}
|
|
1869
1869
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1870
1870
|
float: left;
|
package/styles/tab/bootstrap.css
CHANGED
|
@@ -1869,7 +1869,7 @@
|
|
|
1869
1869
|
right: -15px;
|
|
1870
1870
|
}
|
|
1871
1871
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1872
|
-
top: initial !important;
|
|
1872
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1873
1873
|
}
|
|
1874
1874
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1875
1875
|
float: left;
|
|
@@ -1876,7 +1876,7 @@
|
|
|
1876
1876
|
right: -15px;
|
|
1877
1877
|
}
|
|
1878
1878
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1879
|
-
top: initial !important;
|
|
1879
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1880
1880
|
}
|
|
1881
1881
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1882
1882
|
float: left;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
1
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
2
|
+
/* stylelint-disable */
|
|
3
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
4
|
+
/* stylelint-disable */
|
|
2
5
|
/*! Horizontal Tab */
|
|
3
6
|
/*! Bootstrap specific themes definition's */
|
|
4
7
|
/*! Vertical Tab */
|
|
@@ -1873,7 +1876,7 @@
|
|
|
1873
1876
|
right: -15px;
|
|
1874
1877
|
}
|
|
1875
1878
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1876
|
-
top: initial !important;
|
|
1879
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1877
1880
|
}
|
|
1878
1881
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1879
1882
|
float: left;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
1
|
+
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
2
|
+
/* stylelint-disable */
|
|
3
|
+
/*! Tab's bootstrap5 theme wise override definitions and variables */
|
|
4
|
+
/* stylelint-disable */
|
|
2
5
|
/*! Horizontal Tab */
|
|
3
6
|
/*! Bootstrap specific themes definition's */
|
|
4
7
|
/*! Vertical Tab */
|
|
@@ -1873,7 +1876,7 @@
|
|
|
1873
1876
|
right: -15px;
|
|
1874
1877
|
}
|
|
1875
1878
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1876
|
-
top: initial !important;
|
|
1879
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1877
1880
|
}
|
|
1878
1881
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1879
1882
|
float: left;
|
|
@@ -1882,7 +1882,7 @@
|
|
|
1882
1882
|
right: -20px;
|
|
1883
1883
|
}
|
|
1884
1884
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1885
|
-
top: initial !important;
|
|
1885
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1886
1886
|
}
|
|
1887
1887
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1888
1888
|
float: left;
|
package/styles/tab/fabric.css
CHANGED
|
@@ -1887,7 +1887,7 @@
|
|
|
1887
1887
|
right: -20px;
|
|
1888
1888
|
}
|
|
1889
1889
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1890
|
-
top: initial !important;
|
|
1890
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1891
1891
|
}
|
|
1892
1892
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1893
1893
|
float: left;
|
|
@@ -1184,7 +1184,7 @@
|
|
|
1184
1184
|
color: transparent;
|
|
1185
1185
|
content: attr(data-content);
|
|
1186
1186
|
display: block;
|
|
1187
|
-
font-weight:
|
|
1187
|
+
font-weight: bold;
|
|
1188
1188
|
height: 1px;
|
|
1189
1189
|
overflow: hidden;
|
|
1190
1190
|
visibility: hidden;
|
|
@@ -1728,7 +1728,7 @@
|
|
|
1728
1728
|
color: transparent;
|
|
1729
1729
|
content: attr(data-content);
|
|
1730
1730
|
display: block;
|
|
1731
|
-
font-weight:
|
|
1731
|
+
font-weight: bold;
|
|
1732
1732
|
height: 1px;
|
|
1733
1733
|
overflow: hidden;
|
|
1734
1734
|
visibility: hidden;
|
|
@@ -1840,7 +1840,7 @@
|
|
|
1840
1840
|
right: -15px;
|
|
1841
1841
|
}
|
|
1842
1842
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1843
|
-
top: initial !important;
|
|
1843
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1844
1844
|
}
|
|
1845
1845
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1846
1846
|
float: left;
|
|
@@ -1874,7 +1874,7 @@
|
|
|
1874
1874
|
color: transparent;
|
|
1875
1875
|
content: attr(data-content);
|
|
1876
1876
|
display: block;
|
|
1877
|
-
font-weight:
|
|
1877
|
+
font-weight: bold;
|
|
1878
1878
|
height: 1px;
|
|
1879
1879
|
overflow: hidden;
|
|
1880
1880
|
visibility: hidden;
|
|
@@ -1917,7 +1917,7 @@
|
|
|
1917
1917
|
color: transparent;
|
|
1918
1918
|
content: attr(data-content);
|
|
1919
1919
|
display: block;
|
|
1920
|
-
font-weight:
|
|
1920
|
+
font-weight: bold;
|
|
1921
1921
|
height: 1px;
|
|
1922
1922
|
overflow: hidden;
|
|
1923
1923
|
visibility: hidden;
|
package/styles/tab/fluent.css
CHANGED
|
@@ -1184,7 +1184,7 @@
|
|
|
1184
1184
|
color: transparent;
|
|
1185
1185
|
content: attr(data-content);
|
|
1186
1186
|
display: block;
|
|
1187
|
-
font-weight:
|
|
1187
|
+
font-weight: bold;
|
|
1188
1188
|
height: 1px;
|
|
1189
1189
|
overflow: hidden;
|
|
1190
1190
|
visibility: hidden;
|
|
@@ -1728,7 +1728,7 @@
|
|
|
1728
1728
|
color: transparent;
|
|
1729
1729
|
content: attr(data-content);
|
|
1730
1730
|
display: block;
|
|
1731
|
-
font-weight:
|
|
1731
|
+
font-weight: bold;
|
|
1732
1732
|
height: 1px;
|
|
1733
1733
|
overflow: hidden;
|
|
1734
1734
|
visibility: hidden;
|
|
@@ -1840,7 +1840,7 @@
|
|
|
1840
1840
|
right: -15px;
|
|
1841
1841
|
}
|
|
1842
1842
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1843
|
-
top: initial !important;
|
|
1843
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1844
1844
|
}
|
|
1845
1845
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1846
1846
|
float: left;
|
|
@@ -1874,7 +1874,7 @@
|
|
|
1874
1874
|
color: transparent;
|
|
1875
1875
|
content: attr(data-content);
|
|
1876
1876
|
display: block;
|
|
1877
|
-
font-weight:
|
|
1877
|
+
font-weight: bold;
|
|
1878
1878
|
height: 1px;
|
|
1879
1879
|
overflow: hidden;
|
|
1880
1880
|
visibility: hidden;
|
|
@@ -1917,7 +1917,7 @@
|
|
|
1917
1917
|
color: transparent;
|
|
1918
1918
|
content: attr(data-content);
|
|
1919
1919
|
display: block;
|
|
1920
|
-
font-weight:
|
|
1920
|
+
font-weight: bold;
|
|
1921
1921
|
height: 1px;
|
|
1922
1922
|
overflow: hidden;
|
|
1923
1923
|
visibility: hidden;
|
|
@@ -1891,7 +1891,7 @@
|
|
|
1891
1891
|
right: -20px;
|
|
1892
1892
|
}
|
|
1893
1893
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1894
|
-
top: initial !important;
|
|
1894
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1895
1895
|
}
|
|
1896
1896
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1897
1897
|
float: left;
|
|
@@ -1896,7 +1896,7 @@
|
|
|
1896
1896
|
right: -20px;
|
|
1897
1897
|
}
|
|
1898
1898
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1899
|
-
top: initial !important;
|
|
1899
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1900
1900
|
}
|
|
1901
1901
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1902
1902
|
float: left;
|
|
@@ -1779,7 +1779,7 @@
|
|
|
1779
1779
|
right: -18px;
|
|
1780
1780
|
}
|
|
1781
1781
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1782
|
-
top: initial !important;
|
|
1782
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1783
1783
|
}
|
|
1784
1784
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1785
1785
|
float: left;
|
package/styles/tab/material.css
CHANGED
|
@@ -1785,7 +1785,7 @@
|
|
|
1785
1785
|
right: -18px;
|
|
1786
1786
|
}
|
|
1787
1787
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1788
|
-
top: initial !important;
|
|
1788
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1789
1789
|
}
|
|
1790
1790
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1791
1791
|
float: left;
|
|
@@ -1781,7 +1781,7 @@
|
|
|
1781
1781
|
right: -18px;
|
|
1782
1782
|
}
|
|
1783
1783
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1784
|
-
top: initial !important;
|
|
1784
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1785
1785
|
}
|
|
1786
1786
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1787
1787
|
float: left;
|
package/styles/tab/tailwind.css
CHANGED
|
@@ -1781,7 +1781,7 @@
|
|
|
1781
1781
|
right: -18px;
|
|
1782
1782
|
}
|
|
1783
1783
|
.e-tab .e-tab-header.e-vertical .e-toolbar-pop {
|
|
1784
|
-
top: initial !important;
|
|
1784
|
+
top: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
1785
1785
|
}
|
|
1786
1786
|
.e-tab .e-tab-header.e-vertical.e-vertical-left {
|
|
1787
1787
|
float: left;
|