@syncfusion/ej2-navigations 31.1.17 → 31.1.18
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/dist/ej2-navigations.min.js +1 -1
- package/dist/ej2-navigations.umd.min.js +1 -1
- package/dist/global/ej2-navigations.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -64
- package/styles/bds-lite.css +2 -1
- package/styles/bds.css +2 -1
- package/styles/bootstrap-dark-lite.css +2 -1
- package/styles/bootstrap-dark.css +2 -1
- package/styles/bootstrap-lite.css +2 -1
- package/styles/bootstrap.css +2 -1
- package/styles/bootstrap4-lite.css +2 -1
- package/styles/bootstrap4.css +2 -1
- package/styles/bootstrap5-dark-lite.css +2 -1
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5-lite.css +2 -1
- package/styles/bootstrap5.3-lite.css +2 -1
- package/styles/bootstrap5.3.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/fabric-dark-lite.css +2 -1
- package/styles/fabric-dark.css +2 -1
- package/styles/fabric-lite.css +2 -1
- package/styles/fabric.css +2 -1
- package/styles/fluent-dark-lite.css +3 -2
- package/styles/fluent-dark.css +3 -2
- package/styles/fluent-lite.css +3 -2
- package/styles/fluent.css +3 -2
- package/styles/fluent2-lite.css +3 -2
- package/styles/fluent2.css +3 -2
- package/styles/highcontrast-light-lite.css +2 -1
- package/styles/highcontrast-light.css +2 -1
- package/styles/highcontrast-lite.css +2 -1
- package/styles/highcontrast.css +2 -1
- package/styles/material-dark-lite.css +2 -1
- package/styles/material-dark.css +2 -1
- package/styles/material-lite.css +2 -1
- package/styles/material.css +2 -1
- package/styles/material3-dark-lite.css +3 -2
- package/styles/material3-dark.css +3 -2
- package/styles/material3-lite.css +3 -2
- package/styles/material3.css +3 -2
- package/styles/menu/_bootstrap-dark-definition.scss +1 -0
- package/styles/menu/_bootstrap-definition.scss +1 -0
- package/styles/menu/_fluent-definition.scss +1 -1
- package/styles/menu/_fluent2-definition.scss +1 -1
- package/styles/menu/_layout.scss +7 -1
- package/styles/menu/_material3-definition.scss +1 -1
- package/styles/menu/bds.css +1 -0
- package/styles/menu/bootstrap-dark.css +1 -0
- package/styles/menu/bootstrap.css +1 -0
- package/styles/menu/bootstrap4.css +1 -0
- package/styles/menu/bootstrap5-dark.css +1 -0
- package/styles/menu/bootstrap5.3.css +1 -0
- package/styles/menu/bootstrap5.css +1 -0
- package/styles/menu/fabric-dark.css +1 -0
- package/styles/menu/fabric.css +1 -0
- package/styles/menu/fluent-dark.css +2 -1
- package/styles/menu/fluent.css +2 -1
- package/styles/menu/fluent2.css +2 -1
- package/styles/menu/highcontrast-light.css +1 -0
- package/styles/menu/highcontrast.css +1 -0
- package/styles/menu/material-dark.css +1 -0
- package/styles/menu/material.css +1 -0
- package/styles/menu/material3-dark.css +2 -1
- package/styles/menu/material3.css +2 -1
- package/styles/menu/tailwind-dark.css +1 -0
- package/styles/menu/tailwind.css +1 -0
- package/styles/menu/tailwind3.css +1 -0
- package/styles/tailwind-dark-lite.css +2 -1
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind-lite.css +2 -1
- package/styles/tailwind.css +2 -1
- package/styles/tailwind3-lite.css +2 -1
- package/styles/tailwind3.css +2 -1
- package/styles/treeview/_layout.scss +1 -1
- package/styles/treeview/bds.css +1 -1
- package/styles/treeview/bootstrap-dark.css +1 -1
- package/styles/treeview/bootstrap.css +1 -1
- package/styles/treeview/bootstrap4.css +1 -1
- package/styles/treeview/bootstrap5-dark.css +1 -1
- package/styles/treeview/bootstrap5.3.css +1 -1
- package/styles/treeview/bootstrap5.css +1 -1
- package/styles/treeview/fabric-dark.css +1 -1
- package/styles/treeview/fabric.css +1 -1
- package/styles/treeview/fluent-dark.css +1 -1
- package/styles/treeview/fluent.css +1 -1
- package/styles/treeview/fluent2.css +1 -1
- package/styles/treeview/highcontrast-light.css +1 -1
- package/styles/treeview/highcontrast.css +1 -1
- package/styles/treeview/material-dark.css +1 -1
- package/styles/treeview/material.css +1 -1
- package/styles/treeview/material3-dark.css +1 -1
- package/styles/treeview/material3.css +1 -1
- package/styles/treeview/tailwind-dark.css +1 -1
- package/styles/treeview/tailwind.css +1 -1
- package/styles/treeview/tailwind3.css +1 -1
- package/dist/ts/accordion/accordion-model.d.ts +0 -285
- package/dist/ts/accordion/accordion.d.ts +0 -458
- package/dist/ts/accordion/accordion.ts +0 -1580
- package/dist/ts/accordion/index.d.ts +0 -5
- package/dist/ts/accordion/index.ts +0 -5
- package/dist/ts/appbar/appbar-model.d.ts +0 -76
- package/dist/ts/appbar/appbar.d.ts +0 -115
- package/dist/ts/appbar/appbar.ts +0 -281
- package/dist/ts/appbar/index.d.ts +0 -3
- package/dist/ts/appbar/index.ts +0 -3
- package/dist/ts/breadcrumb/breadcrumb-model.d.ts +0 -170
- package/dist/ts/breadcrumb/breadcrumb.d.ts +0 -297
- package/dist/ts/breadcrumb/breadcrumb.ts +0 -959
- package/dist/ts/breadcrumb/index.d.ts +0 -5
- package/dist/ts/breadcrumb/index.ts +0 -5
- package/dist/ts/carousel/carousel-model.d.ts +0 -282
- package/dist/ts/carousel/carousel.d.ts +0 -439
- package/dist/ts/carousel/carousel.ts +0 -1633
- package/dist/ts/carousel/index.d.ts +0 -3
- package/dist/ts/carousel/index.ts +0 -3
- package/dist/ts/common/h-scroll-model.d.ts +0 -16
- package/dist/ts/common/h-scroll.d.ts +0 -105
- package/dist/ts/common/h-scroll.ts +0 -481
- package/dist/ts/common/index.d.ts +0 -9
- package/dist/ts/common/index.ts +0 -10
- package/dist/ts/common/menu-base-model.d.ts +0 -308
- package/dist/ts/common/menu-base.d.ts +0 -558
- package/dist/ts/common/menu-base.ts +0 -2736
- package/dist/ts/common/menu-scroll.d.ts +0 -29
- package/dist/ts/common/menu-scroll.ts +0 -105
- package/dist/ts/common/v-scroll-model.d.ts +0 -16
- package/dist/ts/common/v-scroll.d.ts +0 -106
- package/dist/ts/common/v-scroll.ts +0 -454
- package/dist/ts/context-menu/context-menu-model.d.ts +0 -47
- package/dist/ts/context-menu/context-menu.d.ts +0 -102
- package/dist/ts/context-menu/context-menu.ts +0 -165
- package/dist/ts/context-menu/index.d.ts +0 -5
- package/dist/ts/context-menu/index.ts +0 -5
- package/dist/ts/index.d.ts +0 -16
- package/dist/ts/index.ts +0 -16
- package/dist/ts/menu/index.d.ts +0 -5
- package/dist/ts/menu/index.ts +0 -5
- package/dist/ts/menu/menu-model.d.ts +0 -70
- package/dist/ts/menu/menu.d.ts +0 -127
- package/dist/ts/menu/menu.ts +0 -313
- package/dist/ts/sidebar/index.d.ts +0 -5
- package/dist/ts/sidebar/index.ts +0 -5
- package/dist/ts/sidebar/sidebar-model.d.ts +0 -200
- package/dist/ts/sidebar/sidebar.d.ts +0 -336
- package/dist/ts/sidebar/sidebar.ts +0 -907
- package/dist/ts/stepper/index.d.ts +0 -3
- package/dist/ts/stepper/index.ts +0 -3
- package/dist/ts/stepper/stepper-model.d.ts +0 -159
- package/dist/ts/stepper/stepper.d.ts +0 -381
- package/dist/ts/stepper/stepper.ts +0 -1350
- package/dist/ts/stepper-base/index.d.ts +0 -5
- package/dist/ts/stepper-base/index.ts +0 -6
- package/dist/ts/stepper-base/stepper-base-model.d.ts +0 -124
- package/dist/ts/stepper-base/stepper-base.d.ts +0 -187
- package/dist/ts/stepper-base/stepper-base.ts +0 -290
- package/dist/ts/tab/index.d.ts +0 -5
- package/dist/ts/tab/index.ts +0 -5
- package/dist/ts/tab/tab-model.d.ts +0 -408
- package/dist/ts/tab/tab.d.ts +0 -715
- package/dist/ts/tab/tab.ts +0 -2842
- package/dist/ts/toolbar/index.d.ts +0 -5
- package/dist/ts/toolbar/index.ts +0 -5
- package/dist/ts/toolbar/toolbar-model.d.ts +0 -294
- package/dist/ts/toolbar/toolbar.d.ts +0 -541
- package/dist/ts/toolbar/toolbar.ts +0 -2646
- package/dist/ts/treeview/index.d.ts +0 -5
- package/dist/ts/treeview/index.ts +0 -5
- package/dist/ts/treeview/treeview-model.d.ts +0 -637
- package/dist/ts/treeview/treeview.d.ts +0 -1518
- package/dist/ts/treeview/treeview.ts +0 -6780
package/styles/highcontrast.css
CHANGED
|
@@ -8049,7 +8049,7 @@
|
|
|
8049
8049
|
}
|
|
8050
8050
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8051
8051
|
.e-treeview .e-fullrow {
|
|
8052
|
-
z-index:
|
|
8052
|
+
z-index: 0;
|
|
8053
8053
|
}
|
|
8054
8054
|
}
|
|
8055
8055
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -9164,6 +9164,7 @@ ejs-sidebar {
|
|
|
9164
9164
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9165
9165
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9166
9166
|
font-size: 10px;
|
|
9167
|
+
line-height: 40px;
|
|
9167
9168
|
}
|
|
9168
9169
|
|
|
9169
9170
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -6343,7 +6343,7 @@
|
|
|
6343
6343
|
}
|
|
6344
6344
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6345
6345
|
.e-treeview .e-fullrow {
|
|
6346
|
-
z-index:
|
|
6346
|
+
z-index: 0;
|
|
6347
6347
|
}
|
|
6348
6348
|
}
|
|
6349
6349
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -7280,6 +7280,7 @@ ejs-sidebar {
|
|
|
7280
7280
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7281
7281
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7282
7282
|
font-size: 12px;
|
|
7283
|
+
line-height: 42px;
|
|
7283
7284
|
}
|
|
7284
7285
|
|
|
7285
7286
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/material-dark.css
CHANGED
|
@@ -8225,7 +8225,7 @@
|
|
|
8225
8225
|
}
|
|
8226
8226
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8227
8227
|
.e-treeview .e-fullrow {
|
|
8228
|
-
z-index:
|
|
8228
|
+
z-index: 0;
|
|
8229
8229
|
}
|
|
8230
8230
|
}
|
|
8231
8231
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -9312,6 +9312,7 @@ ejs-sidebar {
|
|
|
9312
9312
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9313
9313
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9314
9314
|
font-size: 12px;
|
|
9315
|
+
line-height: 42px;
|
|
9315
9316
|
}
|
|
9316
9317
|
|
|
9317
9318
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/material-lite.css
CHANGED
|
@@ -6363,7 +6363,7 @@
|
|
|
6363
6363
|
}
|
|
6364
6364
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6365
6365
|
.e-treeview .e-fullrow {
|
|
6366
|
-
z-index:
|
|
6366
|
+
z-index: 0;
|
|
6367
6367
|
}
|
|
6368
6368
|
}
|
|
6369
6369
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -7299,6 +7299,7 @@ ejs-sidebar {
|
|
|
7299
7299
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7300
7300
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7301
7301
|
font-size: 11px;
|
|
7302
|
+
line-height: 42px;
|
|
7302
7303
|
}
|
|
7303
7304
|
|
|
7304
7305
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/material.css
CHANGED
|
@@ -8245,7 +8245,7 @@
|
|
|
8245
8245
|
}
|
|
8246
8246
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8247
8247
|
.e-treeview .e-fullrow {
|
|
8248
|
-
z-index:
|
|
8248
|
+
z-index: 0;
|
|
8249
8249
|
}
|
|
8250
8250
|
}
|
|
8251
8251
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -9327,6 +9327,7 @@ ejs-sidebar {
|
|
|
9327
9327
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9328
9328
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9329
9329
|
font-size: 11px;
|
|
9330
|
+
line-height: 42px;
|
|
9330
9331
|
}
|
|
9331
9332
|
|
|
9332
9333
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -6289,7 +6289,7 @@
|
|
|
6289
6289
|
}
|
|
6290
6290
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6291
6291
|
.e-treeview .e-fullrow {
|
|
6292
|
-
z-index:
|
|
6292
|
+
z-index: 0;
|
|
6293
6293
|
}
|
|
6294
6294
|
}
|
|
6295
6295
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -7166,7 +7166,7 @@ ejs-sidebar {
|
|
|
7166
7166
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
7167
7167
|
font-size: 14px;
|
|
7168
7168
|
height: auto;
|
|
7169
|
-
line-height:
|
|
7169
|
+
line-height: 36px;
|
|
7170
7170
|
position: absolute;
|
|
7171
7171
|
right: 8px;
|
|
7172
7172
|
top: 0;
|
|
@@ -7230,6 +7230,7 @@ ejs-sidebar {
|
|
|
7230
7230
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7231
7231
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7232
7232
|
font-size: 14px;
|
|
7233
|
+
line-height: 36px;
|
|
7233
7234
|
}
|
|
7234
7235
|
|
|
7235
7236
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -8200,7 +8200,7 @@
|
|
|
8200
8200
|
}
|
|
8201
8201
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8202
8202
|
.e-treeview .e-fullrow {
|
|
8203
|
-
z-index:
|
|
8203
|
+
z-index: 0;
|
|
8204
8204
|
}
|
|
8205
8205
|
}
|
|
8206
8206
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -9294,7 +9294,7 @@ ejs-sidebar {
|
|
|
9294
9294
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
9295
9295
|
font-size: 14px;
|
|
9296
9296
|
height: auto;
|
|
9297
|
-
line-height:
|
|
9297
|
+
line-height: 36px;
|
|
9298
9298
|
position: absolute;
|
|
9299
9299
|
right: 8px;
|
|
9300
9300
|
top: 0;
|
|
@@ -9358,6 +9358,7 @@ ejs-sidebar {
|
|
|
9358
9358
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9359
9359
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9360
9360
|
font-size: 14px;
|
|
9361
|
+
line-height: 36px;
|
|
9361
9362
|
}
|
|
9362
9363
|
|
|
9363
9364
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -6291,7 +6291,7 @@
|
|
|
6291
6291
|
}
|
|
6292
6292
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6293
6293
|
.e-treeview .e-fullrow {
|
|
6294
|
-
z-index:
|
|
6294
|
+
z-index: 0;
|
|
6295
6295
|
}
|
|
6296
6296
|
}
|
|
6297
6297
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -7168,7 +7168,7 @@ ejs-sidebar {
|
|
|
7168
7168
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
7169
7169
|
font-size: 14px;
|
|
7170
7170
|
height: auto;
|
|
7171
|
-
line-height:
|
|
7171
|
+
line-height: 36px;
|
|
7172
7172
|
position: absolute;
|
|
7173
7173
|
right: 8px;
|
|
7174
7174
|
top: 0;
|
|
@@ -7232,6 +7232,7 @@ ejs-sidebar {
|
|
|
7232
7232
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7233
7233
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7234
7234
|
font-size: 14px;
|
|
7235
|
+
line-height: 36px;
|
|
7235
7236
|
}
|
|
7236
7237
|
|
|
7237
7238
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/material3.css
CHANGED
|
@@ -8202,7 +8202,7 @@
|
|
|
8202
8202
|
}
|
|
8203
8203
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8204
8204
|
.e-treeview .e-fullrow {
|
|
8205
|
-
z-index:
|
|
8205
|
+
z-index: 0;
|
|
8206
8206
|
}
|
|
8207
8207
|
}
|
|
8208
8208
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -9296,7 +9296,7 @@ ejs-sidebar {
|
|
|
9296
9296
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
9297
9297
|
font-size: 14px;
|
|
9298
9298
|
height: auto;
|
|
9299
|
-
line-height:
|
|
9299
|
+
line-height: 36px;
|
|
9300
9300
|
position: absolute;
|
|
9301
9301
|
right: 8px;
|
|
9302
9302
|
top: 0;
|
|
@@ -9360,6 +9360,7 @@ ejs-sidebar {
|
|
|
9360
9360
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9361
9361
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9362
9362
|
font-size: 14px;
|
|
9363
|
+
line-height: 36px;
|
|
9363
9364
|
}
|
|
9364
9365
|
|
|
9365
9366
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -11,6 +11,7 @@ $menu-blank-icon: 34px !default;
|
|
|
11
11
|
$menu-ul-header-padding: $menu-ul-padding !default;
|
|
12
12
|
$menu-separator-padding: 0 !default;
|
|
13
13
|
$menu-li-height: 42px !default;
|
|
14
|
+
$menu-icon-li-height: 30px !default;
|
|
14
15
|
$menu-li-padding: 0 15px !default;
|
|
15
16
|
$menu-li-text-indent: 15px !default;
|
|
16
17
|
$menu-icon-font-size: 14px !default;
|
|
@@ -29,6 +29,7 @@ $menu-li-hover-outline-offset: 0 !default;
|
|
|
29
29
|
$menu-li-border-style: solid !default;
|
|
30
30
|
$menu-li-border-width: 1px !default;
|
|
31
31
|
$menu-li-height: 40px !default;
|
|
32
|
+
$menu-icon-li-height: 30px !default;
|
|
32
33
|
$menu-li-padding: 0 12px !default;
|
|
33
34
|
$menu-li-text-indent: 12px !default;
|
|
34
35
|
$menu-li-right-padding: 12px !default;
|
|
@@ -41,7 +41,7 @@ $menu-bigger-hscroll-nav-size: 46px !default;
|
|
|
41
41
|
$menu-bigger-vscroll-nav-size: 32px !default;
|
|
42
42
|
$menu-bigger-scroll-nav-icon-size: $text-lg !default;
|
|
43
43
|
$menu-header-icon-padding: 0 16px !default;
|
|
44
|
-
$menu-icon-li-height:
|
|
44
|
+
$menu-icon-li-height: 40px !default;
|
|
45
45
|
$menu-li-bgcolor: $content-bg-color-alt3 !default;
|
|
46
46
|
$menu-li-border-color: $border-light !default;
|
|
47
47
|
$menu-li-selection-bgcolor: $content-bg-color-alt3 !default;
|
|
@@ -63,5 +63,5 @@ $menu-icon-color: $icon-color !default;
|
|
|
63
63
|
$menu-icon-hover-color: $content-text-color-hover !default;
|
|
64
64
|
$menu-icon-focussed-color: $cmenu-caret-color !default;
|
|
65
65
|
$menu-caret-color: $icon-color-pressed !default;
|
|
66
|
-
$menu-icon-li-height:
|
|
66
|
+
$menu-icon-li-height: 18px !default;
|
|
67
67
|
$menu-bigger-li-icon-height: 55px !default;
|
package/styles/menu/_layout.scss
CHANGED
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
& .e-caret {
|
|
85
85
|
font-size: $menu-caret-font-size;
|
|
86
86
|
height: auto;
|
|
87
|
-
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == '
|
|
87
|
+
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'Material3' {
|
|
88
88
|
line-height: $menu-icon-li-height;
|
|
89
89
|
}
|
|
90
90
|
@else {
|
|
@@ -127,6 +127,12 @@
|
|
|
127
127
|
@if $skin-name == 'fluent2' {
|
|
128
128
|
padding: 9px 0;
|
|
129
129
|
}
|
|
130
|
+
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap5.3' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'fluent2' {
|
|
131
|
+
line-height: $menu-icon-li-height;
|
|
132
|
+
}
|
|
133
|
+
@else {
|
|
134
|
+
line-height: $menu-li-height;
|
|
135
|
+
}
|
|
130
136
|
}
|
|
131
137
|
}
|
|
132
138
|
}
|
|
@@ -41,7 +41,7 @@ $menu-bigger-hscroll-nav-size: 40px !default;
|
|
|
41
41
|
$menu-bigger-vscroll-nav-size: 32px !default;
|
|
42
42
|
$menu-bigger-scroll-nav-icon-size: 18px !default;
|
|
43
43
|
$menu-header-icon-padding: 0 16px !default;
|
|
44
|
-
$menu-icon-li-height:
|
|
44
|
+
$menu-icon-li-height: 36px !default;
|
|
45
45
|
$menu-li-bgcolor: rgba($content-text-color, .08) !default;
|
|
46
46
|
$menu-li-border-color: rgba($flyout-border) !default;
|
|
47
47
|
$menu-li-selection-bgcolor: rgba($primary, .08) !default;
|
package/styles/menu/bds.css
CHANGED
package/styles/menu/fabric.css
CHANGED
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
208
208
|
font-size: 14px;
|
|
209
209
|
height: auto;
|
|
210
|
-
line-height:
|
|
210
|
+
line-height: 40px;
|
|
211
211
|
position: absolute;
|
|
212
212
|
right: 8px;
|
|
213
213
|
top: 0;
|
|
@@ -271,6 +271,7 @@
|
|
|
271
271
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
272
272
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
273
273
|
font-size: 14px;
|
|
274
|
+
line-height: 40px;
|
|
274
275
|
}
|
|
275
276
|
|
|
276
277
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/menu/fluent.css
CHANGED
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
208
208
|
font-size: 14px;
|
|
209
209
|
height: auto;
|
|
210
|
-
line-height:
|
|
210
|
+
line-height: 40px;
|
|
211
211
|
position: absolute;
|
|
212
212
|
right: 8px;
|
|
213
213
|
top: 0;
|
|
@@ -271,6 +271,7 @@
|
|
|
271
271
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
272
272
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
273
273
|
font-size: 14px;
|
|
274
|
+
line-height: 40px;
|
|
274
275
|
}
|
|
275
276
|
|
|
276
277
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/menu/fluent2.css
CHANGED
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
218
218
|
font-size: 14px;
|
|
219
219
|
height: auto;
|
|
220
|
-
line-height:
|
|
220
|
+
line-height: 40px;
|
|
221
221
|
position: absolute;
|
|
222
222
|
right: 8px;
|
|
223
223
|
top: 0;
|
|
@@ -285,6 +285,7 @@
|
|
|
285
285
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
286
286
|
font-size: 14px;
|
|
287
287
|
padding: 9px 0;
|
|
288
|
+
line-height: 18px;
|
|
288
289
|
}
|
|
289
290
|
|
|
290
291
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/menu/material.css
CHANGED
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
210
210
|
font-size: 14px;
|
|
211
211
|
height: auto;
|
|
212
|
-
line-height:
|
|
212
|
+
line-height: 36px;
|
|
213
213
|
position: absolute;
|
|
214
214
|
right: 8px;
|
|
215
215
|
top: 0;
|
|
@@ -273,6 +273,7 @@
|
|
|
273
273
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
274
274
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
275
275
|
font-size: 14px;
|
|
276
|
+
line-height: 36px;
|
|
276
277
|
}
|
|
277
278
|
|
|
278
279
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
212
212
|
font-size: 14px;
|
|
213
213
|
height: auto;
|
|
214
|
-
line-height:
|
|
214
|
+
line-height: 36px;
|
|
215
215
|
position: absolute;
|
|
216
216
|
right: 8px;
|
|
217
217
|
top: 0;
|
|
@@ -275,6 +275,7 @@
|
|
|
275
275
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
276
276
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
277
277
|
font-size: 14px;
|
|
278
|
+
line-height: 36px;
|
|
278
279
|
}
|
|
279
280
|
|
|
280
281
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/menu/tailwind.css
CHANGED
|
@@ -6318,7 +6318,7 @@
|
|
|
6318
6318
|
}
|
|
6319
6319
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6320
6320
|
.e-treeview .e-fullrow {
|
|
6321
|
-
z-index:
|
|
6321
|
+
z-index: 0;
|
|
6322
6322
|
}
|
|
6323
6323
|
}
|
|
6324
6324
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -7257,6 +7257,7 @@ ejs-sidebar {
|
|
|
7257
7257
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7258
7258
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7259
7259
|
font-size: 16px;
|
|
7260
|
+
line-height: 38px;
|
|
7260
7261
|
}
|
|
7261
7262
|
|
|
7262
7263
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -8255,7 +8255,7 @@
|
|
|
8255
8255
|
}
|
|
8256
8256
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8257
8257
|
.e-treeview .e-fullrow {
|
|
8258
|
-
z-index:
|
|
8258
|
+
z-index: 0;
|
|
8259
8259
|
}
|
|
8260
8260
|
}
|
|
8261
8261
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -9439,6 +9439,7 @@ ejs-sidebar {
|
|
|
9439
9439
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9440
9440
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9441
9441
|
font-size: 16px;
|
|
9442
|
+
line-height: 38px;
|
|
9442
9443
|
}
|
|
9443
9444
|
|
|
9444
9445
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/tailwind-lite.css
CHANGED
|
@@ -6318,7 +6318,7 @@
|
|
|
6318
6318
|
}
|
|
6319
6319
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6320
6320
|
.e-treeview .e-fullrow {
|
|
6321
|
-
z-index:
|
|
6321
|
+
z-index: 0;
|
|
6322
6322
|
}
|
|
6323
6323
|
}
|
|
6324
6324
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -7257,6 +7257,7 @@ ejs-sidebar {
|
|
|
7257
7257
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7258
7258
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7259
7259
|
font-size: 16px;
|
|
7260
|
+
line-height: 38px;
|
|
7260
7261
|
}
|
|
7261
7262
|
|
|
7262
7263
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/tailwind.css
CHANGED
|
@@ -8255,7 +8255,7 @@
|
|
|
8255
8255
|
}
|
|
8256
8256
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8257
8257
|
.e-treeview .e-fullrow {
|
|
8258
|
-
z-index:
|
|
8258
|
+
z-index: 0;
|
|
8259
8259
|
}
|
|
8260
8260
|
}
|
|
8261
8261
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -9439,6 +9439,7 @@ ejs-sidebar {
|
|
|
9439
9439
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9440
9440
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9441
9441
|
font-size: 16px;
|
|
9442
|
+
line-height: 38px;
|
|
9442
9443
|
}
|
|
9443
9444
|
|
|
9444
9445
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -6311,7 +6311,7 @@
|
|
|
6311
6311
|
}
|
|
6312
6312
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6313
6313
|
.e-treeview .e-fullrow {
|
|
6314
|
-
z-index:
|
|
6314
|
+
z-index: 0;
|
|
6315
6315
|
}
|
|
6316
6316
|
}
|
|
6317
6317
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -7250,6 +7250,7 @@ ejs-sidebar {
|
|
|
7250
7250
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7251
7251
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7252
7252
|
font-size: 14px;
|
|
7253
|
+
line-height: 38px;
|
|
7253
7254
|
}
|
|
7254
7255
|
|
|
7255
7256
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/tailwind3.css
CHANGED
|
@@ -8280,7 +8280,7 @@
|
|
|
8280
8280
|
}
|
|
8281
8281
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8282
8282
|
.e-treeview .e-fullrow {
|
|
8283
|
-
z-index:
|
|
8283
|
+
z-index: 0;
|
|
8284
8284
|
}
|
|
8285
8285
|
}
|
|
8286
8286
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -9375,6 +9375,7 @@ ejs-sidebar {
|
|
|
9375
9375
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9376
9376
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9377
9377
|
font-size: 14px;
|
|
9378
|
+
line-height: 38px;
|
|
9378
9379
|
}
|
|
9379
9380
|
|
|
9380
9381
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/treeview/bds.css
CHANGED