@syncfusion/ej2-navigations 31.1.17 → 31.1.20
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 +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +1 -0
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +1 -0
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +14 -67
- package/src/treeview/treeview.js +1 -0
- package/styles/bds-lite.css +7 -6
- package/styles/bds.css +7 -6
- package/styles/bootstrap-dark-lite.css +6 -3
- package/styles/bootstrap-dark.css +6 -3
- package/styles/bootstrap-lite.css +6 -3
- package/styles/bootstrap.css +6 -3
- package/styles/bootstrap4-lite.css +13 -9
- package/styles/bootstrap4.css +24 -13
- package/styles/bootstrap5-dark-lite.css +6 -5
- package/styles/bootstrap5-dark.css +16 -7
- package/styles/bootstrap5-lite.css +6 -5
- package/styles/bootstrap5.3-lite.css +23 -10
- package/styles/bootstrap5.3.css +34 -13
- package/styles/bootstrap5.css +16 -7
- package/styles/fabric-dark-lite.css +6 -3
- package/styles/fabric-dark.css +6 -3
- package/styles/fabric-lite.css +6 -3
- package/styles/fabric.css +6 -3
- package/styles/fluent-dark-lite.css +16 -12
- package/styles/fluent-dark.css +26 -15
- package/styles/fluent-lite.css +16 -12
- package/styles/fluent.css +26 -15
- package/styles/fluent2-lite.css +6 -4
- package/styles/fluent2.css +6 -4
- package/styles/highcontrast-light-lite.css +4 -4
- package/styles/highcontrast-light.css +4 -4
- package/styles/highcontrast-lite.css +14 -10
- package/styles/highcontrast.css +26 -13
- package/styles/material-dark-lite.css +19 -13
- package/styles/material-dark.css +39 -17
- package/styles/material-lite.css +19 -10
- package/styles/material.css +36 -13
- package/styles/material3-dark-lite.css +4 -4
- package/styles/material3-dark.css +5 -4
- package/styles/material3-lite.css +4 -4
- package/styles/material3.css +5 -4
- 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/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 +1 -0
- package/styles/menu/material3.css +1 -0
- 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 +6 -5
- package/styles/tailwind-dark.css +6 -5
- package/styles/tailwind-lite.css +6 -5
- package/styles/tailwind.css +6 -5
- package/styles/tailwind3-lite.css +11 -5
- package/styles/tailwind3.css +18 -5
- package/styles/treeview/_bds-definition.scss +1 -1
- package/styles/treeview/_bigger.scss +91 -0
- package/styles/treeview/_bootstrap4-definition.scss +7 -7
- package/styles/treeview/_bootstrap5-definition.scss +2 -2
- package/styles/treeview/_bootstrap5.3-definition.scss +8 -8
- package/styles/treeview/_fluent-definition.scss +6 -6
- package/styles/treeview/_highcontrast-definition.scss +6 -6
- package/styles/treeview/_layout.scss +67 -16
- package/styles/treeview/_material-dark-definition.scss +7 -7
- package/styles/treeview/_material-definition.scss +6 -6
- package/styles/treeview/_tailwind3-definition.scss +1 -1
- package/styles/treeview/_theme.scss +7 -2
- package/styles/treeview/bds.css +6 -6
- package/styles/treeview/bootstrap-dark.css +5 -3
- package/styles/treeview/bootstrap.css +5 -3
- package/styles/treeview/bootstrap4.css +23 -13
- package/styles/treeview/bootstrap5-dark.css +15 -7
- package/styles/treeview/bootstrap5.3.css +33 -13
- package/styles/treeview/bootstrap5.css +15 -7
- package/styles/treeview/fabric-dark.css +5 -3
- package/styles/treeview/fabric.css +5 -3
- package/styles/treeview/fluent-dark.css +24 -14
- package/styles/treeview/fluent.css +24 -14
- package/styles/treeview/fluent2.css +4 -3
- package/styles/treeview/highcontrast-light.css +3 -4
- package/styles/treeview/highcontrast.css +25 -13
- package/styles/treeview/material-dark.css +38 -17
- package/styles/treeview/material.css +35 -13
- package/styles/treeview/material3-dark.css +4 -4
- package/styles/treeview/material3.css +4 -4
- package/styles/treeview/tailwind-dark.css +5 -5
- package/styles/treeview/tailwind.css +5 -5
- package/styles/treeview/tailwind3.css +17 -5
- 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
|
@@ -6224,9 +6224,7 @@
|
|
|
6224
6224
|
list-style: none;
|
|
6225
6225
|
}
|
|
6226
6226
|
.e-treeview .e-list-item .e-ul {
|
|
6227
|
-
margin: 2px 0 -2px;
|
|
6228
6227
|
padding: 0 0 0 20px;
|
|
6229
|
-
margin: 0;
|
|
6230
6228
|
}
|
|
6231
6229
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6232
6230
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6263,7 +6261,6 @@
|
|
|
6263
6261
|
-ms-user-select: none;
|
|
6264
6262
|
-webkit-user-select: none;
|
|
6265
6263
|
user-select: none;
|
|
6266
|
-
border: 1px solid;
|
|
6267
6264
|
cursor: pointer;
|
|
6268
6265
|
margin: 0;
|
|
6269
6266
|
padding: 0 0 0 20px;
|
|
@@ -6289,7 +6286,7 @@
|
|
|
6289
6286
|
}
|
|
6290
6287
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6291
6288
|
.e-treeview .e-fullrow {
|
|
6292
|
-
z-index:
|
|
6289
|
+
z-index: 0;
|
|
6293
6290
|
}
|
|
6294
6291
|
}
|
|
6295
6292
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -6330,6 +6327,8 @@
|
|
|
6330
6327
|
}
|
|
6331
6328
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6332
6329
|
height: 28px;
|
|
6330
|
+
padding-top: 6px;
|
|
6331
|
+
padding-bottom: 6px;
|
|
6333
6332
|
}
|
|
6334
6333
|
.e-treeview .e-navigable-text {
|
|
6335
6334
|
padding: 0;
|
|
@@ -7230,6 +7229,7 @@ ejs-sidebar {
|
|
|
7230
7229
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7231
7230
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7232
7231
|
font-size: 14px;
|
|
7232
|
+
line-height: 32px;
|
|
7233
7233
|
}
|
|
7234
7234
|
|
|
7235
7235
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -8135,9 +8135,7 @@
|
|
|
8135
8135
|
list-style: none;
|
|
8136
8136
|
}
|
|
8137
8137
|
.e-treeview .e-list-item .e-ul {
|
|
8138
|
-
margin: 2px 0 -2px;
|
|
8139
8138
|
padding: 0 0 0 20px;
|
|
8140
|
-
margin: 0;
|
|
8141
8139
|
}
|
|
8142
8140
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8143
8141
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8174,7 +8172,6 @@
|
|
|
8174
8172
|
-ms-user-select: none;
|
|
8175
8173
|
-webkit-user-select: none;
|
|
8176
8174
|
user-select: none;
|
|
8177
|
-
border: 1px solid;
|
|
8178
8175
|
cursor: pointer;
|
|
8179
8176
|
margin: 0;
|
|
8180
8177
|
padding: 0 0 0 20px;
|
|
@@ -8200,7 +8197,7 @@
|
|
|
8200
8197
|
}
|
|
8201
8198
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8202
8199
|
.e-treeview .e-fullrow {
|
|
8203
|
-
z-index:
|
|
8200
|
+
z-index: 0;
|
|
8204
8201
|
}
|
|
8205
8202
|
}
|
|
8206
8203
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -8241,6 +8238,8 @@
|
|
|
8241
8238
|
}
|
|
8242
8239
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8243
8240
|
height: 28px;
|
|
8241
|
+
padding-top: 6px;
|
|
8242
|
+
padding-bottom: 6px;
|
|
8244
8243
|
}
|
|
8245
8244
|
.e-treeview .e-navigable-text {
|
|
8246
8245
|
padding: 0;
|
|
@@ -8878,6 +8877,7 @@
|
|
|
8878
8877
|
.e-bigger .e-treeview .e-list-text,
|
|
8879
8878
|
.e-treeview.e-bigger .e-list-text {
|
|
8880
8879
|
font-size: 16px;
|
|
8880
|
+
padding: 12px;
|
|
8881
8881
|
}
|
|
8882
8882
|
.e-bigger .e-treeview .e-icon-collapsible::before,
|
|
8883
8883
|
.e-bigger .e-treeview .e-icon-expandable::before,
|
|
@@ -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: 32px;
|
|
9361
9362
|
}
|
|
9362
9363
|
|
|
9363
9364
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -6226,9 +6226,7 @@
|
|
|
6226
6226
|
list-style: none;
|
|
6227
6227
|
}
|
|
6228
6228
|
.e-treeview .e-list-item .e-ul {
|
|
6229
|
-
margin: 2px 0 -2px;
|
|
6230
6229
|
padding: 0 0 0 20px;
|
|
6231
|
-
margin: 0;
|
|
6232
6230
|
}
|
|
6233
6231
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6234
6232
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6265,7 +6263,6 @@
|
|
|
6265
6263
|
-ms-user-select: none;
|
|
6266
6264
|
-webkit-user-select: none;
|
|
6267
6265
|
user-select: none;
|
|
6268
|
-
border: 1px solid;
|
|
6269
6266
|
cursor: pointer;
|
|
6270
6267
|
margin: 0;
|
|
6271
6268
|
padding: 0 0 0 20px;
|
|
@@ -6291,7 +6288,7 @@
|
|
|
6291
6288
|
}
|
|
6292
6289
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6293
6290
|
.e-treeview .e-fullrow {
|
|
6294
|
-
z-index:
|
|
6291
|
+
z-index: 0;
|
|
6295
6292
|
}
|
|
6296
6293
|
}
|
|
6297
6294
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -6332,6 +6329,8 @@
|
|
|
6332
6329
|
}
|
|
6333
6330
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6334
6331
|
height: 28px;
|
|
6332
|
+
padding-top: 6px;
|
|
6333
|
+
padding-bottom: 6px;
|
|
6335
6334
|
}
|
|
6336
6335
|
.e-treeview .e-navigable-text {
|
|
6337
6336
|
padding: 0;
|
|
@@ -7232,6 +7231,7 @@ ejs-sidebar {
|
|
|
7232
7231
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7233
7232
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7234
7233
|
font-size: 14px;
|
|
7234
|
+
line-height: 32px;
|
|
7235
7235
|
}
|
|
7236
7236
|
|
|
7237
7237
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/material3.css
CHANGED
|
@@ -8137,9 +8137,7 @@
|
|
|
8137
8137
|
list-style: none;
|
|
8138
8138
|
}
|
|
8139
8139
|
.e-treeview .e-list-item .e-ul {
|
|
8140
|
-
margin: 2px 0 -2px;
|
|
8141
8140
|
padding: 0 0 0 20px;
|
|
8142
|
-
margin: 0;
|
|
8143
8141
|
}
|
|
8144
8142
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8145
8143
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8176,7 +8174,6 @@
|
|
|
8176
8174
|
-ms-user-select: none;
|
|
8177
8175
|
-webkit-user-select: none;
|
|
8178
8176
|
user-select: none;
|
|
8179
|
-
border: 1px solid;
|
|
8180
8177
|
cursor: pointer;
|
|
8181
8178
|
margin: 0;
|
|
8182
8179
|
padding: 0 0 0 20px;
|
|
@@ -8202,7 +8199,7 @@
|
|
|
8202
8199
|
}
|
|
8203
8200
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8204
8201
|
.e-treeview .e-fullrow {
|
|
8205
|
-
z-index:
|
|
8202
|
+
z-index: 0;
|
|
8206
8203
|
}
|
|
8207
8204
|
}
|
|
8208
8205
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -8243,6 +8240,8 @@
|
|
|
8243
8240
|
}
|
|
8244
8241
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8245
8242
|
height: 28px;
|
|
8243
|
+
padding-top: 6px;
|
|
8244
|
+
padding-bottom: 6px;
|
|
8246
8245
|
}
|
|
8247
8246
|
.e-treeview .e-navigable-text {
|
|
8248
8247
|
padding: 0;
|
|
@@ -8880,6 +8879,7 @@
|
|
|
8880
8879
|
.e-bigger .e-treeview .e-list-text,
|
|
8881
8880
|
.e-treeview.e-bigger .e-list-text {
|
|
8882
8881
|
font-size: 16px;
|
|
8882
|
+
padding: 12px;
|
|
8883
8883
|
}
|
|
8884
8884
|
.e-bigger .e-treeview .e-icon-collapsible::before,
|
|
8885
8885
|
.e-bigger .e-treeview .e-icon-expandable::before,
|
|
@@ -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: 32px;
|
|
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
|
}
|
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
package/styles/menu/tailwind.css
CHANGED
|
@@ -6251,9 +6251,7 @@
|
|
|
6251
6251
|
list-style: none;
|
|
6252
6252
|
}
|
|
6253
6253
|
.e-treeview .e-list-item .e-ul {
|
|
6254
|
-
margin: 2px 0 -2px;
|
|
6255
6254
|
padding: 0 0 0 20px;
|
|
6256
|
-
margin: 2px 0 0;
|
|
6257
6255
|
}
|
|
6258
6256
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6259
6257
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6293,7 +6291,6 @@
|
|
|
6293
6291
|
-ms-user-select: none;
|
|
6294
6292
|
-webkit-user-select: none;
|
|
6295
6293
|
user-select: none;
|
|
6296
|
-
border: 1px solid;
|
|
6297
6294
|
cursor: pointer;
|
|
6298
6295
|
margin: 0;
|
|
6299
6296
|
padding: 0 0 0 20px;
|
|
@@ -6318,7 +6315,7 @@
|
|
|
6318
6315
|
}
|
|
6319
6316
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6320
6317
|
.e-treeview .e-fullrow {
|
|
6321
|
-
z-index:
|
|
6318
|
+
z-index: 0;
|
|
6322
6319
|
}
|
|
6323
6320
|
}
|
|
6324
6321
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -6353,12 +6350,15 @@
|
|
|
6353
6350
|
}
|
|
6354
6351
|
.e-treeview .e-list-text .e-input-group {
|
|
6355
6352
|
height: 30px;
|
|
6356
|
-
margin-
|
|
6353
|
+
margin-top: 4px;
|
|
6354
|
+
margin-bottom: 4px;
|
|
6357
6355
|
min-width: 150px;
|
|
6358
6356
|
vertical-align: bottom;
|
|
6359
6357
|
}
|
|
6360
6358
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6361
6359
|
height: 28px;
|
|
6360
|
+
padding-top: 6px;
|
|
6361
|
+
padding-bottom: 6px;
|
|
6362
6362
|
}
|
|
6363
6363
|
.e-treeview .e-navigable-text {
|
|
6364
6364
|
padding: 0 8px;
|
|
@@ -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
|
@@ -8188,9 +8188,7 @@
|
|
|
8188
8188
|
list-style: none;
|
|
8189
8189
|
}
|
|
8190
8190
|
.e-treeview .e-list-item .e-ul {
|
|
8191
|
-
margin: 2px 0 -2px;
|
|
8192
8191
|
padding: 0 0 0 20px;
|
|
8193
|
-
margin: 2px 0 0;
|
|
8194
8192
|
}
|
|
8195
8193
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8196
8194
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8230,7 +8228,6 @@
|
|
|
8230
8228
|
-ms-user-select: none;
|
|
8231
8229
|
-webkit-user-select: none;
|
|
8232
8230
|
user-select: none;
|
|
8233
|
-
border: 1px solid;
|
|
8234
8231
|
cursor: pointer;
|
|
8235
8232
|
margin: 0;
|
|
8236
8233
|
padding: 0 0 0 20px;
|
|
@@ -8255,7 +8252,7 @@
|
|
|
8255
8252
|
}
|
|
8256
8253
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8257
8254
|
.e-treeview .e-fullrow {
|
|
8258
|
-
z-index:
|
|
8255
|
+
z-index: 0;
|
|
8259
8256
|
}
|
|
8260
8257
|
}
|
|
8261
8258
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -8290,12 +8287,15 @@
|
|
|
8290
8287
|
}
|
|
8291
8288
|
.e-treeview .e-list-text .e-input-group {
|
|
8292
8289
|
height: 30px;
|
|
8293
|
-
margin-
|
|
8290
|
+
margin-top: 4px;
|
|
8291
|
+
margin-bottom: 4px;
|
|
8294
8292
|
min-width: 150px;
|
|
8295
8293
|
vertical-align: bottom;
|
|
8296
8294
|
}
|
|
8297
8295
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8298
8296
|
height: 28px;
|
|
8297
|
+
padding-top: 6px;
|
|
8298
|
+
padding-bottom: 6px;
|
|
8299
8299
|
}
|
|
8300
8300
|
.e-treeview .e-navigable-text {
|
|
8301
8301
|
padding: 0 8px;
|
|
@@ -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
|
@@ -6251,9 +6251,7 @@
|
|
|
6251
6251
|
list-style: none;
|
|
6252
6252
|
}
|
|
6253
6253
|
.e-treeview .e-list-item .e-ul {
|
|
6254
|
-
margin: 2px 0 -2px;
|
|
6255
6254
|
padding: 0 0 0 20px;
|
|
6256
|
-
margin: 2px 0 0;
|
|
6257
6255
|
}
|
|
6258
6256
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6259
6257
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6293,7 +6291,6 @@
|
|
|
6293
6291
|
-ms-user-select: none;
|
|
6294
6292
|
-webkit-user-select: none;
|
|
6295
6293
|
user-select: none;
|
|
6296
|
-
border: 1px solid;
|
|
6297
6294
|
cursor: pointer;
|
|
6298
6295
|
margin: 0;
|
|
6299
6296
|
padding: 0 0 0 20px;
|
|
@@ -6318,7 +6315,7 @@
|
|
|
6318
6315
|
}
|
|
6319
6316
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6320
6317
|
.e-treeview .e-fullrow {
|
|
6321
|
-
z-index:
|
|
6318
|
+
z-index: 0;
|
|
6322
6319
|
}
|
|
6323
6320
|
}
|
|
6324
6321
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -6353,12 +6350,15 @@
|
|
|
6353
6350
|
}
|
|
6354
6351
|
.e-treeview .e-list-text .e-input-group {
|
|
6355
6352
|
height: 30px;
|
|
6356
|
-
margin-
|
|
6353
|
+
margin-top: 4px;
|
|
6354
|
+
margin-bottom: 4px;
|
|
6357
6355
|
min-width: 150px;
|
|
6358
6356
|
vertical-align: bottom;
|
|
6359
6357
|
}
|
|
6360
6358
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6361
6359
|
height: 28px;
|
|
6360
|
+
padding-top: 6px;
|
|
6361
|
+
padding-bottom: 6px;
|
|
6362
6362
|
}
|
|
6363
6363
|
.e-treeview .e-navigable-text {
|
|
6364
6364
|
padding: 0 8px;
|
|
@@ -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
|
@@ -8188,9 +8188,7 @@
|
|
|
8188
8188
|
list-style: none;
|
|
8189
8189
|
}
|
|
8190
8190
|
.e-treeview .e-list-item .e-ul {
|
|
8191
|
-
margin: 2px 0 -2px;
|
|
8192
8191
|
padding: 0 0 0 20px;
|
|
8193
|
-
margin: 2px 0 0;
|
|
8194
8192
|
}
|
|
8195
8193
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8196
8194
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8230,7 +8228,6 @@
|
|
|
8230
8228
|
-ms-user-select: none;
|
|
8231
8229
|
-webkit-user-select: none;
|
|
8232
8230
|
user-select: none;
|
|
8233
|
-
border: 1px solid;
|
|
8234
8231
|
cursor: pointer;
|
|
8235
8232
|
margin: 0;
|
|
8236
8233
|
padding: 0 0 0 20px;
|
|
@@ -8255,7 +8252,7 @@
|
|
|
8255
8252
|
}
|
|
8256
8253
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8257
8254
|
.e-treeview .e-fullrow {
|
|
8258
|
-
z-index:
|
|
8255
|
+
z-index: 0;
|
|
8259
8256
|
}
|
|
8260
8257
|
}
|
|
8261
8258
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -8290,12 +8287,15 @@
|
|
|
8290
8287
|
}
|
|
8291
8288
|
.e-treeview .e-list-text .e-input-group {
|
|
8292
8289
|
height: 30px;
|
|
8293
|
-
margin-
|
|
8290
|
+
margin-top: 4px;
|
|
8291
|
+
margin-bottom: 4px;
|
|
8294
8292
|
min-width: 150px;
|
|
8295
8293
|
vertical-align: bottom;
|
|
8296
8294
|
}
|
|
8297
8295
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8298
8296
|
height: 28px;
|
|
8297
|
+
padding-top: 6px;
|
|
8298
|
+
padding-bottom: 6px;
|
|
8299
8299
|
}
|
|
8300
8300
|
.e-treeview .e-navigable-text {
|
|
8301
8301
|
padding: 0 8px;
|
|
@@ -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,
|