@syncfusion/ej2-navigations 31.1.18 → 31.2.2
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 +3 -3
- package/dist/ej2-navigations.umd.min.js +3 -3
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +5 -1
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +5 -1
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +3 -3
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +2 -2
- package/package.json +7 -7
- package/src/toolbar/toolbar.js +4 -1
- package/src/treeview/treeview.js +1 -0
- package/styles/bds-lite.css +5 -6
- package/styles/bds.css +5 -6
- package/styles/bootstrap-dark-lite.css +4 -3
- package/styles/bootstrap-dark.css +4 -3
- package/styles/bootstrap-lite.css +4 -3
- package/styles/bootstrap.css +4 -3
- package/styles/bootstrap4-lite.css +13 -11
- package/styles/bootstrap4.css +25 -16
- package/styles/bootstrap5-dark-lite.css +14 -12
- package/styles/bootstrap5-dark.css +24 -14
- package/styles/bootstrap5-lite.css +14 -12
- package/styles/bootstrap5.3-lite.css +23 -12
- package/styles/bootstrap5.3.css +34 -15
- package/styles/bootstrap5.css +24 -14
- package/styles/fabric-dark-lite.css +4 -3
- package/styles/fabric-dark.css +4 -3
- package/styles/fabric-lite.css +4 -3
- package/styles/fabric.css +4 -3
- package/styles/fluent-dark-lite.css +16 -14
- package/styles/fluent-dark.css +26 -18
- package/styles/fluent-lite.css +16 -14
- package/styles/fluent.css +26 -18
- package/styles/fluent2-lite.css +4 -4
- package/styles/fluent2.css +4 -4
- package/styles/highcontrast-light-lite.css +2 -4
- package/styles/highcontrast-light.css +2 -4
- package/styles/highcontrast-lite.css +14 -12
- package/styles/highcontrast.css +25 -15
- package/styles/material-dark-lite.css +19 -15
- package/styles/material-dark.css +39 -19
- package/styles/material-lite.css +19 -12
- package/styles/material.css +36 -15
- package/styles/material3-dark-lite.css +3 -5
- package/styles/material3-dark.css +4 -5
- package/styles/material3-lite.css +3 -5
- package/styles/material3.css +4 -5
- package/styles/menu/_bootstrap-dark-definition.scss +0 -1
- package/styles/menu/_bootstrap-definition.scss +0 -1
- package/styles/menu/_fluent-definition.scss +1 -1
- package/styles/menu/_fluent2-definition.scss +1 -1
- package/styles/menu/_layout.scss +1 -7
- package/styles/menu/_material3-definition.scss +1 -1
- package/styles/menu/bds.css +0 -1
- package/styles/menu/bootstrap-dark.css +0 -1
- package/styles/menu/bootstrap.css +0 -1
- package/styles/menu/bootstrap4.css +0 -1
- package/styles/menu/bootstrap5-dark.css +0 -1
- package/styles/menu/bootstrap5.3.css +0 -1
- package/styles/menu/bootstrap5.css +0 -1
- package/styles/menu/fabric-dark.css +0 -1
- package/styles/menu/fabric.css +0 -1
- package/styles/menu/fluent-dark.css +1 -2
- package/styles/menu/fluent.css +1 -2
- package/styles/menu/fluent2.css +1 -2
- package/styles/menu/highcontrast-light.css +0 -1
- package/styles/menu/highcontrast.css +0 -1
- package/styles/menu/material-dark.css +0 -1
- package/styles/menu/material.css +0 -1
- package/styles/menu/material3-dark.css +1 -2
- package/styles/menu/material3.css +1 -2
- package/styles/menu/tailwind-dark.css +0 -1
- package/styles/menu/tailwind.css +0 -1
- package/styles/menu/tailwind3.css +0 -1
- package/styles/tailwind-dark-lite.css +4 -5
- package/styles/tailwind-dark.css +4 -5
- package/styles/tailwind-lite.css +4 -5
- package/styles/tailwind.css +4 -5
- package/styles/tailwind3-lite.css +9 -5
- package/styles/tailwind3.css +16 -5
- package/styles/treeview/_bds-definition.scss +1 -1
- package/styles/treeview/_bigger.scss +89 -0
- package/styles/treeview/_bootstrap4-definition.scss +9 -9
- package/styles/treeview/_bootstrap5-definition.scss +6 -6
- package/styles/treeview/_bootstrap5.3-definition.scss +9 -9
- package/styles/treeview/_fluent-definition.scss +9 -9
- package/styles/treeview/_highcontrast-definition.scss +10 -8
- package/styles/treeview/_layout.scss +68 -17
- package/styles/treeview/_material-dark-definition.scss +8 -8
- package/styles/treeview/_material-definition.scss +7 -7
- package/styles/treeview/_tailwind3-definition.scss +1 -1
- package/styles/treeview/_theme.scss +7 -2
- package/styles/treeview/bds.css +5 -5
- package/styles/treeview/bootstrap-dark.css +4 -2
- package/styles/treeview/bootstrap.css +4 -2
- package/styles/treeview/bootstrap4.css +25 -15
- package/styles/treeview/bootstrap5-dark.css +24 -13
- package/styles/treeview/bootstrap5.3.css +34 -14
- package/styles/treeview/bootstrap5.css +24 -13
- package/styles/treeview/fabric-dark.css +4 -2
- package/styles/treeview/fabric.css +4 -2
- package/styles/treeview/fluent-dark.css +25 -16
- package/styles/treeview/fluent.css +25 -16
- package/styles/treeview/fluent2.css +3 -2
- package/styles/treeview/highcontrast-light.css +2 -3
- package/styles/treeview/highcontrast.css +25 -14
- package/styles/treeview/material-dark.css +39 -18
- package/styles/treeview/material.css +36 -14
- package/styles/treeview/material3-dark.css +3 -3
- package/styles/treeview/material3.css +3 -3
- package/styles/treeview/tailwind-dark.css +4 -4
- package/styles/treeview/tailwind.css +4 -4
- package/styles/treeview/tailwind3.css +16 -4
|
@@ -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;
|
|
@@ -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;
|
|
@@ -7166,7 +7165,7 @@ ejs-sidebar {
|
|
|
7166
7165
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
7167
7166
|
font-size: 14px;
|
|
7168
7167
|
height: auto;
|
|
7169
|
-
line-height:
|
|
7168
|
+
line-height: 32px;
|
|
7170
7169
|
position: absolute;
|
|
7171
7170
|
right: 8px;
|
|
7172
7171
|
top: 0;
|
|
@@ -7230,7 +7229,6 @@ 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;
|
|
7233
|
-
line-height: 36px;
|
|
7234
7232
|
}
|
|
7235
7233
|
|
|
7236
7234
|
.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;
|
|
@@ -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,
|
|
@@ -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: 32px;
|
|
9298
9298
|
position: absolute;
|
|
9299
9299
|
right: 8px;
|
|
9300
9300
|
top: 0;
|
|
@@ -9358,7 +9358,6 @@ 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;
|
|
9362
9361
|
}
|
|
9363
9362
|
|
|
9364
9363
|
.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;
|
|
@@ -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;
|
|
@@ -7168,7 +7167,7 @@ ejs-sidebar {
|
|
|
7168
7167
|
.e-menu-container ul .e-menu-item .e-caret {
|
|
7169
7168
|
font-size: 14px;
|
|
7170
7169
|
height: auto;
|
|
7171
|
-
line-height:
|
|
7170
|
+
line-height: 32px;
|
|
7172
7171
|
position: absolute;
|
|
7173
7172
|
right: 8px;
|
|
7174
7173
|
top: 0;
|
|
@@ -7232,7 +7231,6 @@ 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;
|
|
7235
|
-
line-height: 36px;
|
|
7236
7234
|
}
|
|
7237
7235
|
|
|
7238
7236
|
.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;
|
|
@@ -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,
|
|
@@ -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: 32px;
|
|
9300
9300
|
position: absolute;
|
|
9301
9301
|
right: 8px;
|
|
9302
9302
|
top: 0;
|
|
@@ -9360,7 +9360,6 @@ 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;
|
|
9364
9363
|
}
|
|
9365
9364
|
|
|
9366
9365
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -11,7 +11,6 @@ $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;
|
|
15
14
|
$menu-li-padding: 0 15px !default;
|
|
16
15
|
$menu-li-text-indent: 15px !default;
|
|
17
16
|
$menu-icon-font-size: 14px !default;
|
|
@@ -29,7 +29,6 @@ $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;
|
|
33
32
|
$menu-li-padding: 0 12px !default;
|
|
34
33
|
$menu-li-text-indent: 12px !default;
|
|
35
34
|
$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: 44px !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: 42px !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 == 'Material3' {
|
|
87
|
+
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'FluentUI' or $skin-name == 'Material3' or $skin-name == 'fluent2' {
|
|
88
88
|
line-height: $menu-icon-li-height;
|
|
89
89
|
}
|
|
90
90
|
@else {
|
|
@@ -127,12 +127,6 @@
|
|
|
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
|
-
}
|
|
136
130
|
}
|
|
137
131
|
}
|
|
138
132
|
}
|
|
@@ -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: 32px !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: 44px;
|
|
211
211
|
position: absolute;
|
|
212
212
|
right: 8px;
|
|
213
213
|
top: 0;
|
|
@@ -271,7 +271,6 @@
|
|
|
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;
|
|
275
274
|
}
|
|
276
275
|
|
|
277
276
|
.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: 44px;
|
|
211
211
|
position: absolute;
|
|
212
212
|
right: 8px;
|
|
213
213
|
top: 0;
|
|
@@ -271,7 +271,6 @@
|
|
|
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;
|
|
275
274
|
}
|
|
276
275
|
|
|
277
276
|
.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: 42px;
|
|
221
221
|
position: absolute;
|
|
222
222
|
right: 8px;
|
|
223
223
|
top: 0;
|
|
@@ -285,7 +285,6 @@
|
|
|
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;
|
|
289
288
|
}
|
|
290
289
|
|
|
291
290
|
.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: 32px;
|
|
213
213
|
position: absolute;
|
|
214
214
|
right: 8px;
|
|
215
215
|
top: 0;
|
|
@@ -273,7 +273,6 @@
|
|
|
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;
|
|
277
276
|
}
|
|
278
277
|
|
|
279
278
|
.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: 32px;
|
|
215
215
|
position: absolute;
|
|
216
216
|
right: 8px;
|
|
217
217
|
top: 0;
|
|
@@ -275,7 +275,6 @@
|
|
|
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;
|
|
279
278
|
}
|
|
280
279
|
|
|
281
280
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
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;
|
|
@@ -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,7 +7257,6 @@ 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;
|
|
7261
7260
|
}
|
|
7262
7261
|
|
|
7263
7262
|
.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;
|
|
@@ -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,7 +9439,6 @@ 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;
|
|
9443
9442
|
}
|
|
9444
9443
|
|
|
9445
9444
|
.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;
|
|
@@ -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,7 +7257,6 @@ 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;
|
|
7261
7260
|
}
|
|
7262
7261
|
|
|
7263
7262
|
.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;
|
|
@@ -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,7 +9439,6 @@ 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;
|
|
9443
9442
|
}
|
|
9444
9443
|
|
|
9445
9444
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|