@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
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 31.1.
|
|
3
|
+
* version : 31.1.20
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,70 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-navigations@*",
|
|
12
|
-
"name": "@syncfusion/ej2-navigations",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-navigations",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/",
|
|
21
|
-
"/@syncfusion/ej2",
|
|
22
|
-
"/@syncfusion/ej2-angular-navigations",
|
|
23
|
-
"/@syncfusion/ej2-charts",
|
|
24
|
-
"/@syncfusion/ej2-diagrams",
|
|
25
|
-
"/@syncfusion/ej2-documenteditor",
|
|
26
|
-
"/@syncfusion/ej2-dropdowns",
|
|
27
|
-
"/@syncfusion/ej2-filemanager",
|
|
28
|
-
"/@syncfusion/ej2-gantt",
|
|
29
|
-
"/@syncfusion/ej2-grid-chart",
|
|
30
|
-
"/@syncfusion/ej2-grids",
|
|
31
|
-
"/@syncfusion/ej2-image-editor",
|
|
32
|
-
"/@syncfusion/ej2-inplace-editor",
|
|
33
|
-
"/@syncfusion/ej2-interactive-chat",
|
|
34
|
-
"/@syncfusion/ej2-kanban",
|
|
35
|
-
"/@syncfusion/ej2-pdfviewer",
|
|
36
|
-
"/@syncfusion/ej2-pivotview",
|
|
37
|
-
"/@syncfusion/ej2-react-navigations",
|
|
38
|
-
"/@syncfusion/ej2-ribbon",
|
|
39
|
-
"/@syncfusion/ej2-richtexteditor",
|
|
40
|
-
"/@syncfusion/ej2-schedule",
|
|
41
|
-
"/@syncfusion/ej2-spreadsheet",
|
|
42
|
-
"/@syncfusion/ej2-vue-navigations"
|
|
43
|
-
],
|
|
44
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-development/@syncfusion/ej2-navigations/-/ej2-navigations-22.43.0.tgz",
|
|
45
|
-
"_shasum": "8f387fde7c3b1cbd50727b705cbb4e8e19aa2f2a",
|
|
46
|
-
"_spec": "@syncfusion/ej2-navigations@*",
|
|
47
|
-
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
48
|
-
"author": {
|
|
49
|
-
"name": "Syncfusion Inc."
|
|
50
|
-
},
|
|
51
|
-
"bugs": {
|
|
52
|
-
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
|
|
53
|
-
},
|
|
54
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-navigations",
|
|
3
|
+
"version": "31.1.20",
|
|
4
|
+
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"main": "./dist/ej2-navigations.umd.min.js",
|
|
8
|
+
"module": "./index.js",
|
|
9
|
+
"es2015": "./dist/es6/ej2-navigations.es5.js",
|
|
55
10
|
"dependencies": {
|
|
56
|
-
"@syncfusion/ej2-base": "~31.1.
|
|
11
|
+
"@syncfusion/ej2-base": "~31.1.20",
|
|
57
12
|
"@syncfusion/ej2-buttons": "~31.1.17",
|
|
58
13
|
"@syncfusion/ej2-data": "~31.1.17",
|
|
59
|
-
"@syncfusion/ej2-inputs": "~31.1.
|
|
14
|
+
"@syncfusion/ej2-inputs": "~31.1.20",
|
|
60
15
|
"@syncfusion/ej2-lists": "~31.1.17",
|
|
61
|
-
"@syncfusion/ej2-popups": "~31.1.
|
|
16
|
+
"@syncfusion/ej2-popups": "~31.1.20"
|
|
62
17
|
},
|
|
63
|
-
"deprecated": false,
|
|
64
|
-
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another",
|
|
65
18
|
"devDependencies": {},
|
|
66
|
-
"es2015": "./dist/es6/ej2-navigations.es5.js",
|
|
67
|
-
"homepage": "https://www.syncfusion.com/javascript-ui-controls",
|
|
68
19
|
"keywords": [
|
|
69
20
|
"ej2",
|
|
70
21
|
"syncfusion",
|
|
@@ -154,15 +105,11 @@
|
|
|
154
105
|
"trace page location",
|
|
155
106
|
"list of breadcrumb links"
|
|
156
107
|
],
|
|
157
|
-
"license": "SEE LICENSE IN license",
|
|
158
|
-
"main": "./dist/ej2-navigations.umd.min.js",
|
|
159
|
-
"module": "./index.js",
|
|
160
|
-
"name": "@syncfusion/ej2-navigations",
|
|
161
108
|
"repository": {
|
|
162
109
|
"type": "git",
|
|
163
|
-
"url": "
|
|
110
|
+
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
164
111
|
},
|
|
165
112
|
"typings": "index.d.ts",
|
|
166
|
-
"
|
|
167
|
-
"
|
|
113
|
+
"sideEffects": false,
|
|
114
|
+
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
168
115
|
}
|
package/src/treeview/treeview.js
CHANGED
|
@@ -821,6 +821,7 @@ var TreeView = /** @class */ (function (_super) {
|
|
|
821
821
|
var frame = select('.' + CHECKBOXFRAME, checkboxEle);
|
|
822
822
|
EventHandler.add(frame, 'mousedown', this.frameMouseHandler, this);
|
|
823
823
|
EventHandler.add(frame, 'mouseup', this.frameMouseHandler, this);
|
|
824
|
+
EventHandler.add(frame, 'mouseleave', this.frameMouseHandler, this);
|
|
824
825
|
}
|
|
825
826
|
if (this.fullRowSelect) {
|
|
826
827
|
this.createFullRow(e.item);
|
package/styles/bds-lite.css
CHANGED
|
@@ -6474,9 +6474,7 @@
|
|
|
6474
6474
|
list-style: none;
|
|
6475
6475
|
}
|
|
6476
6476
|
.e-treeview .e-list-item .e-ul {
|
|
6477
|
-
margin: 2px 0 -2px;
|
|
6478
6477
|
padding: 0 0 0 20px;
|
|
6479
|
-
margin: 2px 0 0;
|
|
6480
6478
|
}
|
|
6481
6479
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6482
6480
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6516,7 +6514,6 @@
|
|
|
6516
6514
|
-ms-user-select: none;
|
|
6517
6515
|
-webkit-user-select: none;
|
|
6518
6516
|
user-select: none;
|
|
6519
|
-
border: 1px solid;
|
|
6520
6517
|
cursor: pointer;
|
|
6521
6518
|
margin: 0;
|
|
6522
6519
|
padding: 0 0 0 20px;
|
|
@@ -6533,7 +6530,7 @@
|
|
|
6533
6530
|
-webkit-box-sizing: border-box;
|
|
6534
6531
|
box-sizing: border-box;
|
|
6535
6532
|
cursor: pointer;
|
|
6536
|
-
height:
|
|
6533
|
+
height: 38px;
|
|
6537
6534
|
left: 0;
|
|
6538
6535
|
overflow: hidden;
|
|
6539
6536
|
position: absolute;
|
|
@@ -6541,7 +6538,7 @@
|
|
|
6541
6538
|
}
|
|
6542
6539
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6543
6540
|
.e-treeview .e-fullrow {
|
|
6544
|
-
z-index:
|
|
6541
|
+
z-index: 0;
|
|
6545
6542
|
}
|
|
6546
6543
|
}
|
|
6547
6544
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -6576,12 +6573,15 @@
|
|
|
6576
6573
|
}
|
|
6577
6574
|
.e-treeview .e-list-text .e-input-group {
|
|
6578
6575
|
height: 30px;
|
|
6579
|
-
margin-
|
|
6576
|
+
margin-top: 4px;
|
|
6577
|
+
margin-bottom: 4px;
|
|
6580
6578
|
min-width: 150px;
|
|
6581
6579
|
vertical-align: bottom;
|
|
6582
6580
|
}
|
|
6583
6581
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6584
6582
|
height: 28px;
|
|
6583
|
+
padding-top: 6px;
|
|
6584
|
+
padding-bottom: 6px;
|
|
6585
6585
|
}
|
|
6586
6586
|
.e-treeview .e-navigable-text {
|
|
6587
6587
|
padding: 0 8px;
|
|
@@ -7517,6 +7517,7 @@ ejs-sidebar {
|
|
|
7517
7517
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7518
7518
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7519
7519
|
font-size: 16px;
|
|
7520
|
+
line-height: 38px;
|
|
7520
7521
|
}
|
|
7521
7522
|
|
|
7522
7523
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/bds.css
CHANGED
|
@@ -8411,9 +8411,7 @@
|
|
|
8411
8411
|
list-style: none;
|
|
8412
8412
|
}
|
|
8413
8413
|
.e-treeview .e-list-item .e-ul {
|
|
8414
|
-
margin: 2px 0 -2px;
|
|
8415
8414
|
padding: 0 0 0 20px;
|
|
8416
|
-
margin: 2px 0 0;
|
|
8417
8415
|
}
|
|
8418
8416
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8419
8417
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8453,7 +8451,6 @@
|
|
|
8453
8451
|
-ms-user-select: none;
|
|
8454
8452
|
-webkit-user-select: none;
|
|
8455
8453
|
user-select: none;
|
|
8456
|
-
border: 1px solid;
|
|
8457
8454
|
cursor: pointer;
|
|
8458
8455
|
margin: 0;
|
|
8459
8456
|
padding: 0 0 0 20px;
|
|
@@ -8470,7 +8467,7 @@
|
|
|
8470
8467
|
-webkit-box-sizing: border-box;
|
|
8471
8468
|
box-sizing: border-box;
|
|
8472
8469
|
cursor: pointer;
|
|
8473
|
-
height:
|
|
8470
|
+
height: 38px;
|
|
8474
8471
|
left: 0;
|
|
8475
8472
|
overflow: hidden;
|
|
8476
8473
|
position: absolute;
|
|
@@ -8478,7 +8475,7 @@
|
|
|
8478
8475
|
}
|
|
8479
8476
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8480
8477
|
.e-treeview .e-fullrow {
|
|
8481
|
-
z-index:
|
|
8478
|
+
z-index: 0;
|
|
8482
8479
|
}
|
|
8483
8480
|
}
|
|
8484
8481
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -8513,12 +8510,15 @@
|
|
|
8513
8510
|
}
|
|
8514
8511
|
.e-treeview .e-list-text .e-input-group {
|
|
8515
8512
|
height: 30px;
|
|
8516
|
-
margin-
|
|
8513
|
+
margin-top: 4px;
|
|
8514
|
+
margin-bottom: 4px;
|
|
8517
8515
|
min-width: 150px;
|
|
8518
8516
|
vertical-align: bottom;
|
|
8519
8517
|
}
|
|
8520
8518
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8521
8519
|
height: 28px;
|
|
8520
|
+
padding-top: 6px;
|
|
8521
|
+
padding-bottom: 6px;
|
|
8522
8522
|
}
|
|
8523
8523
|
.e-treeview .e-navigable-text {
|
|
8524
8524
|
padding: 0 8px;
|
|
@@ -9699,6 +9699,7 @@ ejs-sidebar {
|
|
|
9699
9699
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9700
9700
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9701
9701
|
font-size: 16px;
|
|
9702
|
+
line-height: 38px;
|
|
9702
9703
|
}
|
|
9703
9704
|
|
|
9704
9705
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -6102,8 +6102,8 @@
|
|
|
6102
6102
|
padding: 2px 0;
|
|
6103
6103
|
}
|
|
6104
6104
|
.e-treeview .e-list-item .e-ul {
|
|
6105
|
-
margin: 2px 0 -2px;
|
|
6106
6105
|
padding: 0 0 0 24px;
|
|
6106
|
+
margin: 2px 0 -2px;
|
|
6107
6107
|
}
|
|
6108
6108
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6109
6109
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6140,10 +6140,10 @@
|
|
|
6140
6140
|
-ms-user-select: none;
|
|
6141
6141
|
-webkit-user-select: none;
|
|
6142
6142
|
user-select: none;
|
|
6143
|
-
border: 1px solid;
|
|
6144
6143
|
cursor: pointer;
|
|
6145
6144
|
margin: 0;
|
|
6146
6145
|
padding: 0 0 0 24px;
|
|
6146
|
+
border: 1px solid;
|
|
6147
6147
|
}
|
|
6148
6148
|
.e-treeview .e-text-content + .e-sibling {
|
|
6149
6149
|
margin-top: -1px;
|
|
@@ -6165,7 +6165,7 @@
|
|
|
6165
6165
|
}
|
|
6166
6166
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6167
6167
|
.e-treeview .e-fullrow {
|
|
6168
|
-
z-index:
|
|
6168
|
+
z-index: 0;
|
|
6169
6169
|
}
|
|
6170
6170
|
}
|
|
6171
6171
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -6206,6 +6206,8 @@
|
|
|
6206
6206
|
}
|
|
6207
6207
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6208
6208
|
height: 28px;
|
|
6209
|
+
padding-top: 6px;
|
|
6210
|
+
padding-bottom: 6px;
|
|
6209
6211
|
}
|
|
6210
6212
|
.e-treeview .e-navigable-text {
|
|
6211
6213
|
padding: 0 5px;
|
|
@@ -7102,6 +7104,7 @@ ejs-sidebar {
|
|
|
7102
7104
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7103
7105
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7104
7106
|
font-size: 11px;
|
|
7107
|
+
line-height: 30px;
|
|
7105
7108
|
}
|
|
7106
7109
|
|
|
7107
7110
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -7984,8 +7984,8 @@
|
|
|
7984
7984
|
padding: 2px 0;
|
|
7985
7985
|
}
|
|
7986
7986
|
.e-treeview .e-list-item .e-ul {
|
|
7987
|
-
margin: 2px 0 -2px;
|
|
7988
7987
|
padding: 0 0 0 24px;
|
|
7988
|
+
margin: 2px 0 -2px;
|
|
7989
7989
|
}
|
|
7990
7990
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
7991
7991
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8022,10 +8022,10 @@
|
|
|
8022
8022
|
-ms-user-select: none;
|
|
8023
8023
|
-webkit-user-select: none;
|
|
8024
8024
|
user-select: none;
|
|
8025
|
-
border: 1px solid;
|
|
8026
8025
|
cursor: pointer;
|
|
8027
8026
|
margin: 0;
|
|
8028
8027
|
padding: 0 0 0 24px;
|
|
8028
|
+
border: 1px solid;
|
|
8029
8029
|
}
|
|
8030
8030
|
.e-treeview .e-text-content + .e-sibling {
|
|
8031
8031
|
margin-top: -1px;
|
|
@@ -8047,7 +8047,7 @@
|
|
|
8047
8047
|
}
|
|
8048
8048
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8049
8049
|
.e-treeview .e-fullrow {
|
|
8050
|
-
z-index:
|
|
8050
|
+
z-index: 0;
|
|
8051
8051
|
}
|
|
8052
8052
|
}
|
|
8053
8053
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -8088,6 +8088,8 @@
|
|
|
8088
8088
|
}
|
|
8089
8089
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8090
8090
|
height: 28px;
|
|
8091
|
+
padding-top: 6px;
|
|
8092
|
+
padding-bottom: 6px;
|
|
8091
8093
|
}
|
|
8092
8094
|
.e-treeview .e-navigable-text {
|
|
8093
8095
|
padding: 0 5px;
|
|
@@ -9134,6 +9136,7 @@ ejs-sidebar {
|
|
|
9134
9136
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9135
9137
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9136
9138
|
font-size: 11px;
|
|
9139
|
+
line-height: 30px;
|
|
9137
9140
|
}
|
|
9138
9141
|
|
|
9139
9142
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -6105,8 +6105,8 @@
|
|
|
6105
6105
|
padding: 2px 0;
|
|
6106
6106
|
}
|
|
6107
6107
|
.e-treeview .e-list-item .e-ul {
|
|
6108
|
-
margin: 2px 0 -2px;
|
|
6109
6108
|
padding: 0 0 0 24px;
|
|
6109
|
+
margin: 2px 0 -2px;
|
|
6110
6110
|
}
|
|
6111
6111
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6112
6112
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6143,10 +6143,10 @@
|
|
|
6143
6143
|
-ms-user-select: none;
|
|
6144
6144
|
-webkit-user-select: none;
|
|
6145
6145
|
user-select: none;
|
|
6146
|
-
border: 1px solid;
|
|
6147
6146
|
cursor: pointer;
|
|
6148
6147
|
margin: 0;
|
|
6149
6148
|
padding: 0 0 0 24px;
|
|
6149
|
+
border: 1px solid;
|
|
6150
6150
|
}
|
|
6151
6151
|
.e-treeview .e-text-content + .e-sibling {
|
|
6152
6152
|
margin-top: -1px;
|
|
@@ -6168,7 +6168,7 @@
|
|
|
6168
6168
|
}
|
|
6169
6169
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6170
6170
|
.e-treeview .e-fullrow {
|
|
6171
|
-
z-index:
|
|
6171
|
+
z-index: 0;
|
|
6172
6172
|
}
|
|
6173
6173
|
}
|
|
6174
6174
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -6209,6 +6209,8 @@
|
|
|
6209
6209
|
}
|
|
6210
6210
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6211
6211
|
height: 28px;
|
|
6212
|
+
padding-top: 6px;
|
|
6213
|
+
padding-bottom: 6px;
|
|
6212
6214
|
}
|
|
6213
6215
|
.e-treeview .e-navigable-text {
|
|
6214
6216
|
padding: 0 5px;
|
|
@@ -7113,6 +7115,7 @@ ejs-sidebar {
|
|
|
7113
7115
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7114
7116
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7115
7117
|
font-size: 10px;
|
|
7118
|
+
line-height: 30px;
|
|
7116
7119
|
}
|
|
7117
7120
|
|
|
7118
7121
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/bootstrap.css
CHANGED
|
@@ -7987,8 +7987,8 @@
|
|
|
7987
7987
|
padding: 2px 0;
|
|
7988
7988
|
}
|
|
7989
7989
|
.e-treeview .e-list-item .e-ul {
|
|
7990
|
-
margin: 2px 0 -2px;
|
|
7991
7990
|
padding: 0 0 0 24px;
|
|
7991
|
+
margin: 2px 0 -2px;
|
|
7992
7992
|
}
|
|
7993
7993
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
7994
7994
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8025,10 +8025,10 @@
|
|
|
8025
8025
|
-ms-user-select: none;
|
|
8026
8026
|
-webkit-user-select: none;
|
|
8027
8027
|
user-select: none;
|
|
8028
|
-
border: 1px solid;
|
|
8029
8028
|
cursor: pointer;
|
|
8030
8029
|
margin: 0;
|
|
8031
8030
|
padding: 0 0 0 24px;
|
|
8031
|
+
border: 1px solid;
|
|
8032
8032
|
}
|
|
8033
8033
|
.e-treeview .e-text-content + .e-sibling {
|
|
8034
8034
|
margin-top: -1px;
|
|
@@ -8050,7 +8050,7 @@
|
|
|
8050
8050
|
}
|
|
8051
8051
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8052
8052
|
.e-treeview .e-fullrow {
|
|
8053
|
-
z-index:
|
|
8053
|
+
z-index: 0;
|
|
8054
8054
|
}
|
|
8055
8055
|
}
|
|
8056
8056
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -8091,6 +8091,8 @@
|
|
|
8091
8091
|
}
|
|
8092
8092
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8093
8093
|
height: 28px;
|
|
8094
|
+
padding-top: 6px;
|
|
8095
|
+
padding-bottom: 6px;
|
|
8094
8096
|
}
|
|
8095
8097
|
.e-treeview .e-navigable-text {
|
|
8096
8098
|
padding: 0 5px;
|
|
@@ -9145,6 +9147,7 @@ ejs-sidebar {
|
|
|
9145
9147
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9146
9148
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9147
9149
|
font-size: 10px;
|
|
9150
|
+
line-height: 30px;
|
|
9148
9151
|
}
|
|
9149
9152
|
|
|
9150
9153
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -6101,10 +6101,8 @@
|
|
|
6101
6101
|
}
|
|
6102
6102
|
.e-treeview .e-list-item {
|
|
6103
6103
|
list-style: none;
|
|
6104
|
-
padding: 2px 0;
|
|
6105
6104
|
}
|
|
6106
6105
|
.e-treeview .e-list-item .e-ul {
|
|
6107
|
-
margin: 2px 0 -2px;
|
|
6108
6106
|
padding: 0 0 0 14px;
|
|
6109
6107
|
}
|
|
6110
6108
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -6128,6 +6126,10 @@
|
|
|
6128
6126
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
6129
6127
|
content: none;
|
|
6130
6128
|
}
|
|
6129
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
6130
|
+
padding-top: 5px;
|
|
6131
|
+
padding-bottom: 5px;
|
|
6132
|
+
}
|
|
6131
6133
|
.e-treeview .e-icons .e-spinner-pane {
|
|
6132
6134
|
position: relative;
|
|
6133
6135
|
}
|
|
@@ -6142,7 +6144,6 @@
|
|
|
6142
6144
|
-ms-user-select: none;
|
|
6143
6145
|
-webkit-user-select: none;
|
|
6144
6146
|
user-select: none;
|
|
6145
|
-
border: 1px solid;
|
|
6146
6147
|
cursor: pointer;
|
|
6147
6148
|
margin: 0;
|
|
6148
6149
|
padding: 0 0 0 24px;
|
|
@@ -6159,7 +6160,7 @@
|
|
|
6159
6160
|
-webkit-box-sizing: border-box;
|
|
6160
6161
|
box-sizing: border-box;
|
|
6161
6162
|
cursor: pointer;
|
|
6162
|
-
height:
|
|
6163
|
+
height: 40px;
|
|
6163
6164
|
left: 0;
|
|
6164
6165
|
overflow: hidden;
|
|
6165
6166
|
position: absolute;
|
|
@@ -6167,7 +6168,7 @@
|
|
|
6167
6168
|
}
|
|
6168
6169
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6169
6170
|
.e-treeview .e-fullrow {
|
|
6170
|
-
z-index:
|
|
6171
|
+
z-index: 0;
|
|
6171
6172
|
}
|
|
6172
6173
|
}
|
|
6173
6174
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -6179,7 +6180,7 @@
|
|
|
6179
6180
|
margin: 0 0 0 12px;
|
|
6180
6181
|
}
|
|
6181
6182
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
6182
|
-
padding:
|
|
6183
|
+
padding: 9px 8px;
|
|
6183
6184
|
}
|
|
6184
6185
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
6185
6186
|
bottom: -7px;
|
|
@@ -6193,10 +6194,10 @@
|
|
|
6193
6194
|
-webkit-box-sizing: border-box;
|
|
6194
6195
|
box-sizing: border-box;
|
|
6195
6196
|
display: inline-block;
|
|
6196
|
-
line-height:
|
|
6197
|
+
line-height: 22px;
|
|
6197
6198
|
margin: 0;
|
|
6198
6199
|
min-height: 30px;
|
|
6199
|
-
padding:
|
|
6200
|
+
padding: 9px 8px 9px 6px;
|
|
6200
6201
|
text-decoration: none;
|
|
6201
6202
|
vertical-align: middle;
|
|
6202
6203
|
}
|
|
@@ -6208,9 +6209,11 @@
|
|
|
6208
6209
|
}
|
|
6209
6210
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6210
6211
|
height: 28px;
|
|
6212
|
+
padding-top: 6px;
|
|
6213
|
+
padding-bottom: 6px;
|
|
6211
6214
|
}
|
|
6212
6215
|
.e-treeview .e-navigable-text {
|
|
6213
|
-
padding:
|
|
6216
|
+
padding: 9px 8px 9px 6px;
|
|
6214
6217
|
}
|
|
6215
6218
|
.e-treeview .e-list-icon,
|
|
6216
6219
|
.e-treeview .e-list-img {
|
|
@@ -7125,6 +7128,7 @@ ejs-sidebar {
|
|
|
7125
7128
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7126
7129
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7127
7130
|
font-size: 9px;
|
|
7131
|
+
line-height: 30px;
|
|
7128
7132
|
}
|
|
7129
7133
|
|
|
7130
7134
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -7983,10 +7983,8 @@
|
|
|
7983
7983
|
}
|
|
7984
7984
|
.e-treeview .e-list-item {
|
|
7985
7985
|
list-style: none;
|
|
7986
|
-
padding: 2px 0;
|
|
7987
7986
|
}
|
|
7988
7987
|
.e-treeview .e-list-item .e-ul {
|
|
7989
|
-
margin: 2px 0 -2px;
|
|
7990
7988
|
padding: 0 0 0 14px;
|
|
7991
7989
|
}
|
|
7992
7990
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -8010,6 +8008,10 @@
|
|
|
8010
8008
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
8011
8009
|
content: none;
|
|
8012
8010
|
}
|
|
8011
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8012
|
+
padding-top: 5px;
|
|
8013
|
+
padding-bottom: 5px;
|
|
8014
|
+
}
|
|
8013
8015
|
.e-treeview .e-icons .e-spinner-pane {
|
|
8014
8016
|
position: relative;
|
|
8015
8017
|
}
|
|
@@ -8024,7 +8026,6 @@
|
|
|
8024
8026
|
-ms-user-select: none;
|
|
8025
8027
|
-webkit-user-select: none;
|
|
8026
8028
|
user-select: none;
|
|
8027
|
-
border: 1px solid;
|
|
8028
8029
|
cursor: pointer;
|
|
8029
8030
|
margin: 0;
|
|
8030
8031
|
padding: 0 0 0 24px;
|
|
@@ -8041,7 +8042,7 @@
|
|
|
8041
8042
|
-webkit-box-sizing: border-box;
|
|
8042
8043
|
box-sizing: border-box;
|
|
8043
8044
|
cursor: pointer;
|
|
8044
|
-
height:
|
|
8045
|
+
height: 40px;
|
|
8045
8046
|
left: 0;
|
|
8046
8047
|
overflow: hidden;
|
|
8047
8048
|
position: absolute;
|
|
@@ -8049,7 +8050,7 @@
|
|
|
8049
8050
|
}
|
|
8050
8051
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8051
8052
|
.e-treeview .e-fullrow {
|
|
8052
|
-
z-index:
|
|
8053
|
+
z-index: 0;
|
|
8053
8054
|
}
|
|
8054
8055
|
}
|
|
8055
8056
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -8061,7 +8062,7 @@
|
|
|
8061
8062
|
margin: 0 0 0 12px;
|
|
8062
8063
|
}
|
|
8063
8064
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
8064
|
-
padding:
|
|
8065
|
+
padding: 9px 8px;
|
|
8065
8066
|
}
|
|
8066
8067
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
8067
8068
|
bottom: -7px;
|
|
@@ -8075,10 +8076,10 @@
|
|
|
8075
8076
|
-webkit-box-sizing: border-box;
|
|
8076
8077
|
box-sizing: border-box;
|
|
8077
8078
|
display: inline-block;
|
|
8078
|
-
line-height:
|
|
8079
|
+
line-height: 22px;
|
|
8079
8080
|
margin: 0;
|
|
8080
8081
|
min-height: 30px;
|
|
8081
|
-
padding:
|
|
8082
|
+
padding: 9px 8px 9px 6px;
|
|
8082
8083
|
text-decoration: none;
|
|
8083
8084
|
vertical-align: middle;
|
|
8084
8085
|
}
|
|
@@ -8090,9 +8091,11 @@
|
|
|
8090
8091
|
}
|
|
8091
8092
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8092
8093
|
height: 28px;
|
|
8094
|
+
padding-top: 6px;
|
|
8095
|
+
padding-bottom: 6px;
|
|
8093
8096
|
}
|
|
8094
8097
|
.e-treeview .e-navigable-text {
|
|
8095
|
-
padding:
|
|
8098
|
+
padding: 9px 8px 9px 6px;
|
|
8096
8099
|
}
|
|
8097
8100
|
.e-treeview .e-list-icon,
|
|
8098
8101
|
.e-treeview .e-list-img {
|
|
@@ -8573,7 +8576,7 @@
|
|
|
8573
8576
|
}
|
|
8574
8577
|
.e-bigger .e-treeview .e-fullrow,
|
|
8575
8578
|
.e-treeview.e-bigger .e-fullrow {
|
|
8576
|
-
height:
|
|
8579
|
+
height: 50px;
|
|
8577
8580
|
}
|
|
8578
8581
|
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-text,
|
|
8579
8582
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-text {
|
|
@@ -8600,8 +8603,10 @@
|
|
|
8600
8603
|
}
|
|
8601
8604
|
.e-bigger .e-treeview .e-list-text,
|
|
8602
8605
|
.e-treeview.e-bigger .e-list-text {
|
|
8603
|
-
line-height:
|
|
8604
|
-
min-height:
|
|
8606
|
+
line-height: 24px;
|
|
8607
|
+
min-height: 24px;
|
|
8608
|
+
padding-top: 13px;
|
|
8609
|
+
padding-bottom: 13px;
|
|
8605
8610
|
}
|
|
8606
8611
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8607
8612
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -8611,13 +8616,18 @@
|
|
|
8611
8616
|
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8612
8617
|
height: 36px;
|
|
8613
8618
|
}
|
|
8619
|
+
.e-bigger .e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group),
|
|
8620
|
+
.e-treeview.e-bigger .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8621
|
+
padding-top: 6px;
|
|
8622
|
+
padding-bottom: 6px;
|
|
8623
|
+
}
|
|
8614
8624
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
8615
8625
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
8616
8626
|
margin: 0 0 0 10px;
|
|
8617
8627
|
}
|
|
8618
8628
|
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-text,
|
|
8619
8629
|
.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-text {
|
|
8620
|
-
padding:
|
|
8630
|
+
padding: 13px 12px;
|
|
8621
8631
|
}
|
|
8622
8632
|
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-icon, .e-bigger .e-treeview .e-checkbox-wrapper + .e-list-img,
|
|
8623
8633
|
.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-icon,
|
|
@@ -9229,6 +9239,7 @@ ejs-sidebar {
|
|
|
9229
9239
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9230
9240
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9231
9241
|
font-size: 9px;
|
|
9242
|
+
line-height: 30px;
|
|
9232
9243
|
}
|
|
9233
9244
|
|
|
9234
9245
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -6120,10 +6120,8 @@
|
|
|
6120
6120
|
}
|
|
6121
6121
|
.e-treeview .e-list-item {
|
|
6122
6122
|
list-style: none;
|
|
6123
|
-
padding: 2px 0;
|
|
6124
6123
|
}
|
|
6125
6124
|
.e-treeview .e-list-item .e-ul {
|
|
6126
|
-
margin: 2px 0 -2px;
|
|
6127
6125
|
padding: 0 0 0 20px;
|
|
6128
6126
|
}
|
|
6129
6127
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
@@ -6161,7 +6159,6 @@
|
|
|
6161
6159
|
-ms-user-select: none;
|
|
6162
6160
|
-webkit-user-select: none;
|
|
6163
6161
|
user-select: none;
|
|
6164
|
-
border: 1px solid;
|
|
6165
6162
|
cursor: pointer;
|
|
6166
6163
|
margin: 0;
|
|
6167
6164
|
padding: 0 0 0 20px;
|
|
@@ -6186,7 +6183,7 @@
|
|
|
6186
6183
|
}
|
|
6187
6184
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6188
6185
|
.e-treeview .e-fullrow {
|
|
6189
|
-
z-index:
|
|
6186
|
+
z-index: 0;
|
|
6190
6187
|
}
|
|
6191
6188
|
}
|
|
6192
6189
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -6221,12 +6218,15 @@
|
|
|
6221
6218
|
}
|
|
6222
6219
|
.e-treeview .e-list-text .e-input-group {
|
|
6223
6220
|
height: 30px;
|
|
6224
|
-
margin-bottom:
|
|
6221
|
+
margin-bottom: 3px;
|
|
6222
|
+
margin-top: 3px;
|
|
6225
6223
|
min-width: 150px;
|
|
6226
6224
|
vertical-align: bottom;
|
|
6227
6225
|
}
|
|
6228
6226
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6229
6227
|
height: 28px;
|
|
6228
|
+
padding-top: 6px;
|
|
6229
|
+
padding-bottom: 6px;
|
|
6230
6230
|
}
|
|
6231
6231
|
.e-treeview .e-navigable-text {
|
|
6232
6232
|
padding: 0 8px;
|
|
@@ -7137,6 +7137,7 @@ ejs-sidebar {
|
|
|
7137
7137
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7138
7138
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7139
7139
|
font-size: 14px;
|
|
7140
|
+
line-height: 35px;
|
|
7140
7141
|
}
|
|
7141
7142
|
|
|
7142
7143
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|