@syncfusion/ej2-navigations 20.1.51 → 20.1.55
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/CHANGELOG.md +2 -0
- 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 +18 -6
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +18 -6
- 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 +11 -11
- package/src/carousel/carousel.js +18 -6
- package/styles/accordion/bootstrap-dark.css +6 -94
- package/styles/accordion/bootstrap.css +6 -94
- package/styles/accordion/bootstrap4.css +9 -109
- package/styles/accordion/bootstrap5-dark.css +3 -88
- package/styles/accordion/bootstrap5.css +3 -88
- package/styles/accordion/fabric-dark.css +6 -90
- package/styles/accordion/fabric.css +6 -90
- package/styles/accordion/fluent-dark.css +6 -87
- package/styles/accordion/fluent.css +6 -87
- package/styles/accordion/highcontrast-light.css +10 -116
- package/styles/accordion/highcontrast.css +10 -116
- package/styles/accordion/material-dark.css +6 -93
- package/styles/accordion/material.css +6 -93
- package/styles/accordion/tailwind-dark.css +6 -93
- package/styles/accordion/tailwind.css +6 -93
- package/styles/bootstrap-dark.css +271 -2022
- package/styles/bootstrap.css +271 -2022
- package/styles/bootstrap4.css +277 -2085
- package/styles/bootstrap5-dark.css +267 -2063
- package/styles/bootstrap5.css +267 -2063
- package/styles/breadcrumb/bootstrap-dark.css +8 -90
- package/styles/breadcrumb/bootstrap.css +8 -90
- package/styles/breadcrumb/bootstrap4.css +8 -90
- package/styles/breadcrumb/bootstrap5-dark.css +8 -94
- package/styles/breadcrumb/bootstrap5.css +8 -94
- package/styles/breadcrumb/fabric-dark.css +8 -89
- package/styles/breadcrumb/fabric.css +8 -89
- package/styles/breadcrumb/fluent-dark.css +8 -82
- package/styles/breadcrumb/fluent.css +8 -82
- package/styles/breadcrumb/highcontrast-light.css +8 -91
- package/styles/breadcrumb/highcontrast.css +8 -91
- package/styles/breadcrumb/material-dark.css +8 -85
- package/styles/breadcrumb/material.css +8 -85
- package/styles/breadcrumb/tailwind-dark.css +8 -92
- package/styles/breadcrumb/tailwind.css +8 -92
- package/styles/carousel/_layout.scss +19 -1
- package/styles/carousel/bootstrap-dark.css +24 -43
- package/styles/carousel/bootstrap.css +24 -43
- package/styles/carousel/bootstrap4.css +24 -43
- package/styles/carousel/bootstrap5-dark.css +24 -43
- package/styles/carousel/bootstrap5.css +24 -43
- package/styles/carousel/fabric-dark.css +24 -43
- package/styles/carousel/fabric.css +24 -43
- package/styles/carousel/fluent-dark.css +24 -43
- package/styles/carousel/fluent.css +24 -43
- package/styles/carousel/highcontrast-light.css +24 -43
- package/styles/carousel/highcontrast.css +24 -43
- package/styles/carousel/material-dark.css +24 -43
- package/styles/carousel/material.css +24 -43
- package/styles/carousel/tailwind-dark.css +24 -43
- package/styles/carousel/tailwind.css +24 -43
- package/styles/context-menu/bootstrap-dark.css +6 -60
- package/styles/context-menu/bootstrap.css +6 -60
- package/styles/context-menu/bootstrap4.css +6 -60
- package/styles/context-menu/bootstrap5-dark.css +6 -60
- package/styles/context-menu/bootstrap5.css +6 -60
- package/styles/context-menu/fabric-dark.css +6 -60
- package/styles/context-menu/fabric.css +6 -60
- package/styles/context-menu/fluent-dark.css +6 -60
- package/styles/context-menu/fluent.css +6 -60
- package/styles/context-menu/highcontrast-light.css +6 -60
- package/styles/context-menu/highcontrast.css +6 -60
- package/styles/context-menu/material-dark.css +6 -60
- package/styles/context-menu/material.css +6 -60
- package/styles/context-menu/tailwind-dark.css +6 -60
- package/styles/context-menu/tailwind.css +6 -60
- package/styles/fabric-dark.css +262 -2007
- package/styles/fabric.css +262 -2007
- package/styles/fluent-dark.css +262 -2018
- package/styles/fluent.css +262 -2018
- package/styles/h-scroll/bootstrap-dark.css +11 -67
- package/styles/h-scroll/bootstrap.css +11 -67
- package/styles/h-scroll/bootstrap4.css +11 -69
- package/styles/h-scroll/bootstrap5-dark.css +11 -68
- package/styles/h-scroll/bootstrap5.css +11 -68
- package/styles/h-scroll/fabric-dark.css +11 -67
- package/styles/h-scroll/fabric.css +11 -67
- package/styles/h-scroll/fluent-dark.css +11 -68
- package/styles/h-scroll/fluent.css +11 -68
- package/styles/h-scroll/highcontrast-light.css +11 -70
- package/styles/h-scroll/highcontrast.css +11 -70
- package/styles/h-scroll/material-dark.css +11 -68
- package/styles/h-scroll/material.css +11 -68
- package/styles/h-scroll/tailwind-dark.css +11 -68
- package/styles/h-scroll/tailwind.css +11 -68
- package/styles/highcontrast-light.css +267 -2079
- package/styles/highcontrast.css +267 -2082
- package/styles/material-dark.css +265 -1976
- package/styles/material.css +258 -1968
- package/styles/menu/bootstrap-dark.css +27 -201
- package/styles/menu/bootstrap.css +27 -201
- package/styles/menu/bootstrap4.css +28 -211
- package/styles/menu/bootstrap5-dark.css +27 -202
- package/styles/menu/bootstrap5.css +27 -202
- package/styles/menu/fabric-dark.css +27 -201
- package/styles/menu/fabric.css +27 -201
- package/styles/menu/fluent-dark.css +27 -204
- package/styles/menu/fluent.css +27 -204
- package/styles/menu/highcontrast-light.css +27 -201
- package/styles/menu/highcontrast.css +27 -201
- package/styles/menu/material-dark.css +27 -203
- package/styles/menu/material.css +27 -203
- package/styles/menu/tailwind-dark.css +27 -202
- package/styles/menu/tailwind.css +27 -202
- package/styles/sidebar/bootstrap-dark.css +12 -27
- package/styles/sidebar/bootstrap.css +12 -27
- package/styles/sidebar/bootstrap4.css +12 -27
- package/styles/sidebar/bootstrap5-dark.css +10 -25
- package/styles/sidebar/bootstrap5.css +10 -25
- package/styles/sidebar/fabric-dark.css +12 -27
- package/styles/sidebar/fabric.css +12 -27
- package/styles/sidebar/fluent-dark.css +10 -25
- package/styles/sidebar/fluent.css +10 -25
- package/styles/sidebar/highcontrast-light.css +12 -27
- package/styles/sidebar/highcontrast.css +12 -27
- package/styles/sidebar/material-dark.css +12 -27
- package/styles/sidebar/material.css +12 -27
- package/styles/sidebar/tailwind-dark.css +10 -25
- package/styles/sidebar/tailwind.css +10 -25
- package/styles/tab/bootstrap-dark.css +150 -963
- package/styles/tab/bootstrap.css +150 -963
- package/styles/tab/bootstrap4.css +150 -970
- package/styles/tab/bootstrap5-dark.css +150 -975
- package/styles/tab/bootstrap5.css +150 -975
- package/styles/tab/fabric-dark.css +141 -954
- package/styles/tab/fabric.css +141 -954
- package/styles/tab/fluent-dark.css +143 -949
- package/styles/tab/fluent.css +143 -949
- package/styles/tab/highcontrast-light.css +142 -980
- package/styles/tab/highcontrast.css +142 -980
- package/styles/tab/material-dark.css +144 -916
- package/styles/tab/material.css +137 -909
- package/styles/tab/tailwind-dark.css +137 -907
- package/styles/tab/tailwind.css +137 -907
- package/styles/tailwind-dark.css +256 -1988
- package/styles/tailwind.css +256 -1988
- package/styles/toolbar/bootstrap-dark.css +7 -246
- package/styles/toolbar/bootstrap.css +7 -246
- package/styles/toolbar/bootstrap4.css +8 -258
- package/styles/toolbar/bootstrap5-dark.css +7 -251
- package/styles/toolbar/bootstrap5.css +7 -251
- package/styles/toolbar/fabric-dark.css +7 -245
- package/styles/toolbar/fabric.css +7 -245
- package/styles/toolbar/fluent-dark.css +7 -244
- package/styles/toolbar/fluent.css +7 -244
- package/styles/toolbar/highcontrast-light.css +7 -257
- package/styles/toolbar/highcontrast.css +7 -257
- package/styles/toolbar/material-dark.css +7 -248
- package/styles/toolbar/material.css +7 -248
- package/styles/toolbar/tailwind-dark.css +7 -245
- package/styles/toolbar/tailwind.css +7 -245
- package/styles/treeview/bootstrap-dark.css +23 -191
- package/styles/treeview/bootstrap.css +23 -191
- package/styles/treeview/bootstrap4.css +24 -208
- package/styles/treeview/bootstrap5-dark.css +24 -217
- package/styles/treeview/bootstrap5.css +24 -217
- package/styles/treeview/fabric-dark.css +23 -191
- package/styles/treeview/fabric.css +23 -191
- package/styles/treeview/fluent-dark.css +23 -216
- package/styles/treeview/fluent.css +23 -216
- package/styles/treeview/highcontrast-light.css +23 -191
- package/styles/treeview/highcontrast.css +23 -194
- package/styles/treeview/material-dark.css +23 -192
- package/styles/treeview/material.css +23 -191
- package/styles/treeview/tailwind-dark.css +23 -213
- package/styles/treeview/tailwind.css +23 -213
- package/styles/v-scroll/bootstrap-dark.css +7 -50
- package/styles/v-scroll/bootstrap.css +7 -50
- package/styles/v-scroll/bootstrap4.css +7 -50
- package/styles/v-scroll/bootstrap5-dark.css +7 -50
- package/styles/v-scroll/bootstrap5.css +7 -50
- package/styles/v-scroll/fabric-dark.css +7 -50
- package/styles/v-scroll/fabric.css +7 -50
- package/styles/v-scroll/fluent-dark.css +7 -50
- package/styles/v-scroll/fluent.css +7 -50
- package/styles/v-scroll/highcontrast-light.css +7 -53
- package/styles/v-scroll/highcontrast.css +7 -53
- package/styles/v-scroll/material-dark.css +7 -51
- package/styles/v-scroll/material.css +7 -51
- package/styles/v-scroll/tailwind-dark.css +7 -50
- package/styles/v-scroll/tailwind.css +7 -50
|
@@ -1,31 +1,25 @@
|
|
|
1
1
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
2
2
|
/*! TreeView icons */
|
|
3
3
|
.e-treeview .e-list-item div.e-icons::before {
|
|
4
|
-
content:
|
|
4
|
+
content: "\e75c";
|
|
5
5
|
}
|
|
6
|
-
|
|
7
6
|
.e-treeview .e-sibling::before {
|
|
8
|
-
content:
|
|
7
|
+
content: "";
|
|
9
8
|
}
|
|
10
|
-
|
|
11
9
|
.e-treeview .e-popup .e-icons::before {
|
|
12
|
-
content:
|
|
10
|
+
content: "\e76a";
|
|
13
11
|
}
|
|
14
|
-
|
|
15
12
|
.e-treeview.e-drag-item .e-icons.e-drop-in::before {
|
|
16
|
-
content:
|
|
13
|
+
content: "\e768";
|
|
17
14
|
}
|
|
18
|
-
|
|
19
15
|
.e-treeview.e-drag-item .e-icons.e-drop-out::before {
|
|
20
|
-
content:
|
|
16
|
+
content: "\e839";
|
|
21
17
|
}
|
|
22
|
-
|
|
23
18
|
.e-treeview.e-drag-item .e-icons.e-drop-next::before {
|
|
24
|
-
content:
|
|
19
|
+
content: "\e736";
|
|
25
20
|
}
|
|
26
|
-
|
|
27
21
|
.e-treeview.e-drag-item .e-icons.e-no-drop::before {
|
|
28
|
-
content:
|
|
22
|
+
content: "\e839";
|
|
29
23
|
}
|
|
30
24
|
|
|
31
25
|
@keyframes rotation {
|
|
@@ -36,22 +30,18 @@
|
|
|
36
30
|
transform: rotate(359deg);
|
|
37
31
|
}
|
|
38
32
|
}
|
|
39
|
-
|
|
40
33
|
.e-bigger .e-treeview .e-ul,
|
|
41
34
|
.e-treeview.e-bigger .e-ul {
|
|
42
35
|
padding: 0 0 0 16px;
|
|
43
36
|
}
|
|
44
|
-
|
|
45
37
|
.e-bigger .e-treeview .e-list-item .e-ul,
|
|
46
38
|
.e-treeview.e-bigger .e-list-item .e-ul {
|
|
47
39
|
padding: 0 0 0 24px;
|
|
48
40
|
}
|
|
49
|
-
|
|
50
41
|
.e-bigger .e-treeview .e-list-item .e-text-content,
|
|
51
42
|
.e-treeview.e-bigger .e-list-item .e-text-content {
|
|
52
43
|
padding: 0 0 0 24px;
|
|
53
44
|
}
|
|
54
|
-
|
|
55
45
|
.e-bigger .e-treeview .e-list-item .e-list-icon,
|
|
56
46
|
.e-bigger .e-treeview .e-list-item .e-list-img,
|
|
57
47
|
.e-treeview.e-bigger .e-list-item .e-list-icon,
|
|
@@ -59,30 +49,25 @@
|
|
|
59
49
|
height: 24px;
|
|
60
50
|
width: 24px;
|
|
61
51
|
}
|
|
62
|
-
|
|
63
52
|
.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-frame,
|
|
64
53
|
.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-frame {
|
|
65
54
|
height: 18px;
|
|
66
55
|
line-height: 17px;
|
|
67
56
|
width: 18px;
|
|
68
57
|
}
|
|
69
|
-
|
|
70
58
|
.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-check,
|
|
71
59
|
.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-check {
|
|
72
60
|
font-size: 12px;
|
|
73
61
|
}
|
|
74
|
-
|
|
75
62
|
.e-bigger .e-treeview .e-list-item .e-small.e-css.e-checkbox-wrapper .e-stop,
|
|
76
63
|
.e-treeview.e-bigger .e-list-item .e-small.e-css.e-checkbox-wrapper .e-stop {
|
|
77
64
|
font-size: 12px;
|
|
78
65
|
line-height: 17px;
|
|
79
66
|
}
|
|
80
|
-
|
|
81
67
|
.e-bigger .e-treeview .e-list-item .e-checkbox-wrapper + .e-list-text,
|
|
82
68
|
.e-treeview.e-bigger .e-list-item .e-checkbox-wrapper + .e-list-text {
|
|
83
69
|
padding: 0 16px;
|
|
84
70
|
}
|
|
85
|
-
|
|
86
71
|
.e-bigger .e-treeview .e-icon-collapsible,
|
|
87
72
|
.e-bigger .e-treeview .e-icon-expandable,
|
|
88
73
|
.e-treeview.e-bigger .e-icon-collapsible,
|
|
@@ -91,7 +76,6 @@
|
|
|
91
76
|
margin: 0 0 0 -24px;
|
|
92
77
|
width: 24px;
|
|
93
78
|
}
|
|
94
|
-
|
|
95
79
|
.e-bigger .e-treeview.e-drag-item .e-icon-expandable,
|
|
96
80
|
.e-bigger .e-treeview.e-drag-item .e-icon-collapsible,
|
|
97
81
|
.e-treeview.e-bigger.e-drag-item .e-icon-expandable,
|
|
@@ -99,12 +83,10 @@
|
|
|
99
83
|
padding-left: 24px;
|
|
100
84
|
padding-top: 10px;
|
|
101
85
|
}
|
|
102
|
-
|
|
103
86
|
.e-bigger .e-treeview.e-drag-item .e-drop-count,
|
|
104
87
|
.e-treeview.e-bigger.e-drag-item .e-drop-count {
|
|
105
88
|
padding: 3px 5px 4px;
|
|
106
89
|
}
|
|
107
|
-
|
|
108
90
|
.e-bigger .e-treeview .e-navigable .e-text-content,
|
|
109
91
|
.e-treeview.e-bigger .e-navigable .e-text-content {
|
|
110
92
|
-ms-flex-align: center;
|
|
@@ -112,30 +94,25 @@
|
|
|
112
94
|
display: -ms-flexbox;
|
|
113
95
|
display: flex;
|
|
114
96
|
}
|
|
115
|
-
|
|
116
97
|
.e-bigger .e-treeview .e-navigable .e-list-text,
|
|
117
98
|
.e-treeview.e-bigger .e-navigable .e-list-text {
|
|
118
99
|
padding: 0;
|
|
119
100
|
width: 100%;
|
|
120
101
|
}
|
|
121
|
-
|
|
122
102
|
.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper + .e-list-text,
|
|
123
103
|
.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper + .e-list-text {
|
|
124
104
|
padding: 0;
|
|
125
105
|
}
|
|
126
|
-
|
|
127
106
|
.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
128
107
|
.e-bigger .e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img,
|
|
129
108
|
.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
130
109
|
.e-treeview.e-bigger .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
|
|
131
110
|
margin: 0 16px 0 12px;
|
|
132
111
|
}
|
|
133
|
-
|
|
134
112
|
.e-bigger .e-treeview .e-navigable .e-anchor-wrap,
|
|
135
113
|
.e-treeview.e-bigger .e-navigable .e-anchor-wrap {
|
|
136
114
|
padding: 0 0 0 12px;
|
|
137
115
|
}
|
|
138
|
-
|
|
139
116
|
.e-bigger .e-treeview .e-navigable .e-list-icon,
|
|
140
117
|
.e-bigger .e-treeview .e-navigable .e-list-img,
|
|
141
118
|
.e-bigger .e-treeview .e-navigable .e-list-icon + .e-list-img,
|
|
@@ -144,86 +121,69 @@
|
|
|
144
121
|
.e-treeview.e-bigger .e-navigable .e-list-icon + .e-list-img {
|
|
145
122
|
margin: 0 12px 0 0;
|
|
146
123
|
}
|
|
147
|
-
|
|
148
124
|
.e-bigger .e-treeview .e-fullrow,
|
|
149
125
|
.e-treeview.e-bigger .e-fullrow {
|
|
150
126
|
height: 44px;
|
|
151
127
|
}
|
|
152
|
-
|
|
153
128
|
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-text,
|
|
154
129
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-text {
|
|
155
130
|
max-width: calc(100% - 33px);
|
|
156
131
|
}
|
|
157
|
-
|
|
158
|
-
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-text,
|
|
159
|
-
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-img + .e-list-text,
|
|
132
|
+
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-text, .e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-img + .e-list-text,
|
|
160
133
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-text,
|
|
161
134
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-img + .e-list-text {
|
|
162
135
|
max-width: calc(100% - 70px);
|
|
163
136
|
}
|
|
164
|
-
|
|
165
137
|
.e-bigger .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-img + .e-list-text,
|
|
166
138
|
.e-treeview.e-bigger.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-img + .e-list-text {
|
|
167
139
|
max-width: calc(100% - 102px);
|
|
168
140
|
}
|
|
169
|
-
|
|
170
141
|
.e-bigger .e-treeview.e-text-wrap .e-list-icon + .e-list-text,
|
|
171
142
|
.e-bigger .e-treeview.e-text-wrap .e-list-img + .e-list-text,
|
|
172
143
|
.e-treeview.e-bigger.e-text-wrap .e-list-icon + .e-list-text,
|
|
173
144
|
.e-treeview.e-bigger.e-text-wrap .e-list-img + .e-list-text {
|
|
174
145
|
max-width: calc(100% - 36px);
|
|
175
146
|
}
|
|
176
|
-
|
|
177
147
|
.e-bigger .e-treeview.e-text-wrap .e-list-icon + .e-list-img + .e-list-text,
|
|
178
148
|
.e-treeview.e-bigger.e-text-wrap .e-list-icon + .e-list-img + .e-list-text {
|
|
179
149
|
max-width: calc(100% - 69px);
|
|
180
150
|
}
|
|
181
|
-
|
|
182
151
|
.e-bigger .e-treeview .e-list-text,
|
|
183
152
|
.e-treeview.e-bigger .e-list-text {
|
|
184
153
|
line-height: 40px;
|
|
185
154
|
min-height: 40px;
|
|
186
155
|
padding: 0 16px;
|
|
187
156
|
}
|
|
188
|
-
|
|
189
157
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
190
158
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
191
159
|
height: 40px;
|
|
192
160
|
}
|
|
193
|
-
|
|
194
161
|
.e-bigger .e-treeview .e-list-text .e-input-group .e-input,
|
|
195
162
|
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
196
163
|
height: 36px;
|
|
197
164
|
}
|
|
198
|
-
|
|
199
165
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
200
166
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
201
167
|
margin: 0 0 0 16px;
|
|
202
168
|
}
|
|
203
|
-
|
|
204
|
-
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-icon,
|
|
205
|
-
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-img,
|
|
169
|
+
.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-icon, .e-bigger .e-treeview .e-checkbox-wrapper + .e-list-img,
|
|
206
170
|
.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-icon,
|
|
207
171
|
.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-img {
|
|
208
172
|
margin: 0 0 0 16px;
|
|
209
173
|
}
|
|
210
|
-
|
|
211
174
|
.e-bigger .e-treeview .e-list-icon,
|
|
212
175
|
.e-bigger .e-treeview .e-list-img,
|
|
213
176
|
.e-treeview.e-bigger .e-list-icon,
|
|
214
177
|
.e-treeview.e-bigger .e-list-img {
|
|
215
178
|
margin: 0 0 0 16px;
|
|
216
179
|
}
|
|
217
|
-
|
|
218
180
|
.e-bigger .e-treeview .e-list-icon + .e-list-text,
|
|
219
181
|
.e-bigger .e-treeview .e-list-img + .e-list-text,
|
|
220
182
|
.e-treeview.e-bigger .e-list-icon + .e-list-text,
|
|
221
183
|
.e-treeview.e-bigger .e-list-img + .e-list-text {
|
|
222
184
|
padding: 0 16px;
|
|
223
185
|
}
|
|
224
|
-
|
|
225
|
-
.e-bigger .e-treeview .e-list-icon + .e-list-icon,
|
|
226
|
-
.e-bigger .e-treeview .e-list-icon + .e-list-img,
|
|
186
|
+
.e-bigger .e-treeview .e-list-icon + .e-list-icon, .e-bigger .e-treeview .e-list-icon + .e-list-img,
|
|
227
187
|
.e-bigger .e-treeview .e-list-img + .e-list-icon,
|
|
228
188
|
.e-bigger .e-treeview .e-list-img + .e-list-img,
|
|
229
189
|
.e-treeview.e-bigger .e-list-icon + .e-list-icon,
|
|
@@ -232,73 +192,61 @@
|
|
|
232
192
|
.e-treeview.e-bigger .e-list-img + .e-list-img {
|
|
233
193
|
margin: 0 0 0 16px;
|
|
234
194
|
}
|
|
235
|
-
|
|
236
195
|
.e-bigger .e-treeview .e-icon-collapsible::before,
|
|
237
196
|
.e-bigger .e-treeview .e-icon-expandable::before,
|
|
238
197
|
.e-treeview.e-bigger .e-icon-collapsible::before,
|
|
239
198
|
.e-treeview.e-bigger .e-icon-expandable::before {
|
|
240
199
|
padding: 0px;
|
|
241
200
|
}
|
|
242
|
-
|
|
243
201
|
.e-bigger .e-treeview.e-drag-item .e-text-content,
|
|
244
202
|
.e-treeview.e-bigger.e-drag-item .e-text-content {
|
|
245
203
|
padding-left: 16px;
|
|
246
204
|
}
|
|
247
|
-
|
|
248
205
|
.e-bigger .e-treeview.e-drag-item .e-icon-collapsible,
|
|
249
206
|
.e-bigger .e-treeview.e-drag-item .e-icon-expandable,
|
|
250
207
|
.e-treeview.e-bigger.e-drag-item .e-icon-collapsible,
|
|
251
208
|
.e-treeview.e-bigger.e-drag-item .e-icon-expandable {
|
|
252
209
|
font-size: 14px;
|
|
253
210
|
}
|
|
254
|
-
|
|
255
211
|
.e-bigger .e-treeview.e-drag-item .e-icon-collapsible::before,
|
|
256
212
|
.e-bigger .e-treeview.e-drag-item .e-icon-expandable::before,
|
|
257
213
|
.e-treeview.e-bigger.e-drag-item .e-icon-collapsible::before,
|
|
258
214
|
.e-treeview.e-bigger.e-drag-item .e-icon-expandable::before {
|
|
259
215
|
font-size: 14px;
|
|
260
216
|
}
|
|
261
|
-
|
|
262
217
|
.e-bigger .e-treeview.e-rtl .e-ul,
|
|
263
218
|
.e-treeview.e-bigger.e-rtl .e-ul {
|
|
264
219
|
padding: 0 16px 0 0;
|
|
265
220
|
}
|
|
266
|
-
|
|
267
221
|
.e-bigger .e-treeview.e-rtl .e-list-item .e-ul,
|
|
268
222
|
.e-treeview.e-bigger.e-rtl .e-list-item .e-ul {
|
|
269
223
|
padding: 0 24px 0 0;
|
|
270
224
|
}
|
|
271
|
-
|
|
272
225
|
.e-bigger .e-treeview.e-rtl .e-list-item .e-text-content,
|
|
273
226
|
.e-treeview.e-bigger.e-rtl .e-list-item .e-text-content {
|
|
274
227
|
padding: 0 24px 0 0;
|
|
275
228
|
}
|
|
276
|
-
|
|
277
229
|
.e-bigger .e-treeview.e-rtl .e-icon-collapsible,
|
|
278
230
|
.e-bigger .e-treeview.e-rtl .e-icon-expandable,
|
|
279
231
|
.e-treeview.e-bigger.e-rtl .e-icon-collapsible,
|
|
280
232
|
.e-treeview.e-bigger.e-rtl .e-icon-expandable {
|
|
281
233
|
margin: 0 -24px 0 0;
|
|
282
234
|
}
|
|
283
|
-
|
|
284
235
|
.e-bigger .e-treeview.e-rtl.e-drag-item .e-text-content,
|
|
285
236
|
.e-treeview.e-bigger.e-rtl.e-drag-item .e-text-content {
|
|
286
237
|
padding-left: 0;
|
|
287
238
|
padding-right: 16px;
|
|
288
239
|
}
|
|
289
|
-
|
|
290
240
|
.e-bigger .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
291
241
|
.e-bigger .e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img,
|
|
292
242
|
.e-treeview.e-bigger.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
293
243
|
.e-treeview.e-bigger.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
|
|
294
244
|
margin: 0 10px 0 14px;
|
|
295
245
|
}
|
|
296
|
-
|
|
297
246
|
.e-bigger .e-treeview.e-rtl .e-navigable .e-anchor-wrap,
|
|
298
247
|
.e-treeview.e-bigger.e-rtl .e-navigable .e-anchor-wrap {
|
|
299
248
|
padding: 0 12px 0 0;
|
|
300
249
|
}
|
|
301
|
-
|
|
302
250
|
.e-bigger .e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
303
251
|
.e-bigger .e-treeview.e-rtl .e-navigable .e-list-img,
|
|
304
252
|
.e-bigger .e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img,
|
|
@@ -307,28 +255,22 @@
|
|
|
307
255
|
.e-treeview.e-bigger.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
308
256
|
margin: 0 0 0 12px;
|
|
309
257
|
}
|
|
310
|
-
|
|
311
258
|
.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper,
|
|
312
259
|
.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper {
|
|
313
260
|
margin: 0 16px 0 0;
|
|
314
261
|
}
|
|
315
|
-
|
|
316
|
-
.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
|
|
317
|
-
.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img,
|
|
262
|
+
.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, .e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img,
|
|
318
263
|
.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-icon,
|
|
319
264
|
.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-img {
|
|
320
265
|
margin: 0 16px 0 0;
|
|
321
266
|
}
|
|
322
|
-
|
|
323
267
|
.e-bigger .e-treeview.e-rtl .e-list-icon,
|
|
324
268
|
.e-bigger .e-treeview.e-rtl .e-list-img,
|
|
325
269
|
.e-treeview.e-bigger.e-rtl .e-list-icon,
|
|
326
270
|
.e-treeview.e-bigger.e-rtl .e-list-img {
|
|
327
271
|
margin: 0 16px 0 0;
|
|
328
272
|
}
|
|
329
|
-
|
|
330
|
-
.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon,
|
|
331
|
-
.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img,
|
|
273
|
+
.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon, .e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img,
|
|
332
274
|
.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-icon,
|
|
333
275
|
.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-img,
|
|
334
276
|
.e-treeview.e-bigger.e-rtl .e-list-icon + .e-list-icon,
|
|
@@ -344,114 +286,89 @@
|
|
|
344
286
|
position: relative;
|
|
345
287
|
white-space: nowrap;
|
|
346
288
|
}
|
|
347
|
-
|
|
348
289
|
.e-treeview > .e-ul {
|
|
349
290
|
-webkit-overflow-scrolling: touch;
|
|
350
291
|
overflow: auto;
|
|
351
292
|
}
|
|
352
|
-
|
|
353
293
|
.e-treeview.e-text-wrap .e-list-text {
|
|
354
294
|
white-space: normal;
|
|
355
295
|
word-break: break-word;
|
|
356
296
|
}
|
|
357
|
-
|
|
358
297
|
.e-treeview.e-text-wrap.e-ie-wrap .e-list-text {
|
|
359
298
|
word-break: break-all;
|
|
360
299
|
}
|
|
361
|
-
|
|
362
300
|
.e-treeview.e-text-wrap .e-editing .e-list-text,
|
|
363
301
|
.e-treeview.e-text-wrap .e-editing .e-list-text .e-input-group {
|
|
364
302
|
max-width: calc(100% - 2px);
|
|
365
303
|
}
|
|
366
|
-
|
|
367
304
|
.e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-text {
|
|
368
305
|
max-width: calc(100% - 27px);
|
|
369
306
|
}
|
|
370
|
-
|
|
371
|
-
.e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-text,
|
|
372
|
-
.e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-img + .e-list-text {
|
|
307
|
+
.e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-text, .e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-img + .e-list-text {
|
|
373
308
|
max-width: calc(100% - 60px);
|
|
374
309
|
}
|
|
375
|
-
|
|
376
310
|
.e-treeview.e-text-wrap .e-checkbox-wrapper + .e-list-icon + .e-list-img + .e-list-text {
|
|
377
311
|
max-width: calc(100% - 88px);
|
|
378
312
|
}
|
|
379
|
-
|
|
380
313
|
.e-treeview.e-text-wrap .e-list-icon + .e-list-text,
|
|
381
314
|
.e-treeview.e-text-wrap .e-list-img + .e-list-text {
|
|
382
315
|
max-width: calc(100% - 32px);
|
|
383
316
|
}
|
|
384
|
-
|
|
385
317
|
.e-treeview.e-text-wrap .e-list-icon + .e-list-img + .e-list-text {
|
|
386
318
|
max-width: calc(100% - 60px);
|
|
387
319
|
}
|
|
388
|
-
|
|
389
320
|
.e-treeview .e-ul {
|
|
390
321
|
margin: 0;
|
|
391
322
|
padding: 0 0 0 12px;
|
|
392
323
|
}
|
|
393
|
-
|
|
394
324
|
.e-treeview li.e-node-collapsed .e-list-item .e-fullrow {
|
|
395
325
|
display: none;
|
|
396
326
|
}
|
|
397
|
-
|
|
398
327
|
.e-treeview .e-display-none {
|
|
399
328
|
display: none;
|
|
400
329
|
}
|
|
401
|
-
|
|
402
330
|
.e-treeview .e-list-item div.e-icons.interaction {
|
|
403
|
-
-webkit-transition: -webkit-transform .3s ease-in-out;
|
|
331
|
+
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
|
404
332
|
border-radius: 15px;
|
|
405
|
-
transition: transform .3s ease-in-out;
|
|
333
|
+
transition: transform 0.3s ease-in-out;
|
|
406
334
|
}
|
|
407
|
-
|
|
408
335
|
.e-treeview .e-list-item .e-icons.e-icon-collapsible {
|
|
409
336
|
transform: rotate(90deg);
|
|
410
337
|
}
|
|
411
|
-
|
|
412
338
|
.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next {
|
|
413
339
|
transform: rotate(180deg);
|
|
414
340
|
}
|
|
415
|
-
|
|
416
341
|
.e-treeview.e-rtl div.e-icons {
|
|
417
342
|
transform: rotate(180deg);
|
|
418
343
|
}
|
|
419
|
-
|
|
420
344
|
.e-treeview .e-list-item {
|
|
421
345
|
list-style: none;
|
|
422
346
|
padding: 2px 0;
|
|
423
347
|
}
|
|
424
|
-
|
|
425
348
|
.e-treeview .e-list-item .e-ul {
|
|
426
349
|
margin: 2px 0 -2px;
|
|
427
350
|
padding: 0 0 0 20px;
|
|
428
351
|
}
|
|
429
|
-
|
|
430
352
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
431
353
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
432
354
|
-ms-touch-action: none;
|
|
433
355
|
filter: alpha(opacity=50);
|
|
434
|
-
opacity: .5;
|
|
356
|
+
opacity: 0.5;
|
|
435
357
|
pointer-events: none;
|
|
436
358
|
touch-action: none;
|
|
437
359
|
}
|
|
438
|
-
|
|
439
360
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
440
361
|
content: none;
|
|
441
362
|
}
|
|
442
|
-
|
|
443
363
|
.e-treeview .e-icons .e-spinner-pane {
|
|
444
364
|
position: relative;
|
|
445
365
|
}
|
|
446
|
-
|
|
447
366
|
.e-treeview .e-icons .e-treeview-spinner {
|
|
448
367
|
position: absolute;
|
|
449
368
|
}
|
|
450
|
-
|
|
451
369
|
.e-treeview .e-icons-spinner {
|
|
452
370
|
position: relative;
|
|
453
371
|
}
|
|
454
|
-
|
|
455
372
|
.e-treeview .e-text-content {
|
|
456
373
|
-ms-user-select: none;
|
|
457
374
|
-webkit-user-select: none;
|
|
@@ -461,7 +378,6 @@
|
|
|
461
378
|
margin: 0;
|
|
462
379
|
padding: 0 12px 0 20px;
|
|
463
380
|
}
|
|
464
|
-
|
|
465
381
|
.e-treeview .e-fullrow {
|
|
466
382
|
-ms-user-select: none;
|
|
467
383
|
-webkit-user-select: none;
|
|
@@ -475,22 +391,17 @@
|
|
|
475
391
|
position: absolute;
|
|
476
392
|
width: 100%;
|
|
477
393
|
}
|
|
478
|
-
|
|
479
394
|
.e-treeview .e-checkbox-wrapper {
|
|
480
395
|
margin: 0 0 0 12px;
|
|
481
396
|
pointer-events: all;
|
|
482
397
|
position: relative;
|
|
483
398
|
}
|
|
484
|
-
|
|
485
|
-
.e-treeview .e-checkbox-wrapper + .e-list-icon,
|
|
486
|
-
.e-treeview .e-checkbox-wrapper + .e-list-img {
|
|
399
|
+
.e-treeview .e-checkbox-wrapper + .e-list-icon, .e-treeview .e-checkbox-wrapper + .e-list-img {
|
|
487
400
|
margin: 0 0 0 12px;
|
|
488
401
|
}
|
|
489
|
-
|
|
490
402
|
.e-treeview .e-checkbox-wrapper + .e-list-text {
|
|
491
403
|
padding: 0 12px;
|
|
492
404
|
}
|
|
493
|
-
|
|
494
405
|
.e-treeview .e-checkbox-wrapper .e-ripple-container {
|
|
495
406
|
bottom: -7px;
|
|
496
407
|
height: 32px;
|
|
@@ -499,7 +410,6 @@
|
|
|
499
410
|
top: -7px;
|
|
500
411
|
width: 32px;
|
|
501
412
|
}
|
|
502
|
-
|
|
503
413
|
.e-treeview .e-list-text {
|
|
504
414
|
box-sizing: border-box;
|
|
505
415
|
display: inline-block;
|
|
@@ -510,18 +420,15 @@
|
|
|
510
420
|
text-decoration: none;
|
|
511
421
|
vertical-align: middle;
|
|
512
422
|
}
|
|
513
|
-
|
|
514
423
|
.e-treeview .e-list-text .e-input-group {
|
|
515
424
|
height: 30px;
|
|
516
425
|
margin-top: 3px;
|
|
517
426
|
min-width: 150px;
|
|
518
427
|
vertical-align: bottom;
|
|
519
428
|
}
|
|
520
|
-
|
|
521
429
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
522
430
|
height: 28px;
|
|
523
431
|
}
|
|
524
|
-
|
|
525
432
|
.e-treeview .e-list-icon,
|
|
526
433
|
.e-treeview .e-list-img {
|
|
527
434
|
display: inline-block;
|
|
@@ -530,19 +437,15 @@
|
|
|
530
437
|
vertical-align: middle;
|
|
531
438
|
width: 20px;
|
|
532
439
|
}
|
|
533
|
-
|
|
534
|
-
.e-treeview .e-list-icon + .e-list-icon,
|
|
535
|
-
.e-treeview .e-list-icon + .e-list-img,
|
|
440
|
+
.e-treeview .e-list-icon + .e-list-icon, .e-treeview .e-list-icon + .e-list-img,
|
|
536
441
|
.e-treeview .e-list-img + .e-list-icon,
|
|
537
442
|
.e-treeview .e-list-img + .e-list-img {
|
|
538
443
|
margin: 0 0 0 12px;
|
|
539
444
|
}
|
|
540
|
-
|
|
541
445
|
.e-treeview .e-list-icon + .e-list-text,
|
|
542
446
|
.e-treeview .e-list-img + .e-list-text {
|
|
543
447
|
padding: 0 12px;
|
|
544
448
|
}
|
|
545
|
-
|
|
546
449
|
.e-treeview .e-icon-collapsible,
|
|
547
450
|
.e-treeview .e-icon-expandable {
|
|
548
451
|
display: inline-block;
|
|
@@ -551,27 +454,22 @@
|
|
|
551
454
|
vertical-align: middle;
|
|
552
455
|
width: 20px;
|
|
553
456
|
}
|
|
554
|
-
|
|
555
457
|
.e-treeview .e-icon-collapsible::before,
|
|
556
458
|
.e-treeview .e-icon-expandable::before {
|
|
557
459
|
display: inline-block;
|
|
558
460
|
padding: 0px;
|
|
559
461
|
}
|
|
560
|
-
|
|
561
462
|
.e-treeview .e-load {
|
|
562
|
-
animation: rotation .5s infinite linear;
|
|
463
|
+
animation: rotation 0.5s infinite linear;
|
|
563
464
|
}
|
|
564
|
-
|
|
565
465
|
.e-treeview .e-sibling {
|
|
566
466
|
width: 144px;
|
|
567
467
|
position: absolute;
|
|
568
468
|
z-index: 2;
|
|
569
469
|
}
|
|
570
|
-
|
|
571
470
|
.e-treeview .e-text-content + .e-sibling {
|
|
572
471
|
margin-top: 1px;
|
|
573
472
|
}
|
|
574
|
-
|
|
575
473
|
.e-treeview .e-sibling::before {
|
|
576
474
|
left: 0;
|
|
577
475
|
height: 2px;
|
|
@@ -579,7 +477,6 @@
|
|
|
579
477
|
position: absolute;
|
|
580
478
|
z-index: 2;
|
|
581
479
|
}
|
|
582
|
-
|
|
583
480
|
.e-treeview .e-popup {
|
|
584
481
|
-ms-user-select: none;
|
|
585
482
|
-webkit-user-select: none;
|
|
@@ -588,7 +485,6 @@
|
|
|
588
485
|
position: absolute;
|
|
589
486
|
z-index: 99999;
|
|
590
487
|
}
|
|
591
|
-
|
|
592
488
|
.e-treeview .e-popup .e-content {
|
|
593
489
|
border-radius: 4px;
|
|
594
490
|
border-style: solid;
|
|
@@ -596,7 +492,6 @@
|
|
|
596
492
|
font-size: 14px;
|
|
597
493
|
padding: 4px;
|
|
598
494
|
}
|
|
599
|
-
|
|
600
495
|
.e-treeview .e-popup .e-icons {
|
|
601
496
|
border: 1px solid transparent;
|
|
602
497
|
cursor: pointer;
|
|
@@ -606,92 +501,75 @@
|
|
|
606
501
|
padding: 4px;
|
|
607
502
|
width: 26px;
|
|
608
503
|
}
|
|
609
|
-
|
|
610
504
|
.e-treeview .e-popup .e-downtail::before,
|
|
611
505
|
.e-treeview .e-popup .e-downtail::after {
|
|
612
506
|
border: 10px solid transparent;
|
|
613
|
-
content:
|
|
507
|
+
content: "";
|
|
614
508
|
height: 0;
|
|
615
509
|
left: 8px;
|
|
616
510
|
position: absolute;
|
|
617
511
|
width: 0;
|
|
618
512
|
}
|
|
619
|
-
|
|
620
513
|
.e-treeview .e-popup .e-downtail::after {
|
|
621
514
|
bottom: -18px;
|
|
622
515
|
}
|
|
623
|
-
|
|
624
516
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
625
517
|
pointer-events: none;
|
|
626
518
|
position: relative;
|
|
627
519
|
}
|
|
628
|
-
|
|
629
520
|
.e-treeview.e-fullrow-wrap .e-icon-collapsible,
|
|
630
521
|
.e-treeview.e-fullrow-wrap .e-icon-expandable,
|
|
631
522
|
.e-treeview.e-fullrow-wrap .e-input,
|
|
632
523
|
.e-treeview.e-fullrow-wrap .e-list-url {
|
|
633
524
|
pointer-events: auto;
|
|
634
525
|
}
|
|
635
|
-
|
|
636
526
|
.e-treeview .e-navigable .e-text-content {
|
|
637
527
|
-ms-flex-align: center;
|
|
638
528
|
align-items: center;
|
|
639
529
|
display: -ms-flexbox;
|
|
640
530
|
display: flex;
|
|
641
531
|
}
|
|
642
|
-
|
|
643
532
|
.e-treeview .e-navigable .e-list-url {
|
|
644
533
|
padding: 0;
|
|
645
534
|
width: 100%;
|
|
646
535
|
}
|
|
647
|
-
|
|
648
536
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap {
|
|
649
537
|
padding: 0 0 0 12px;
|
|
650
538
|
}
|
|
651
|
-
|
|
652
539
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
653
540
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
|
|
654
541
|
margin: 0 12px 0 0;
|
|
655
542
|
}
|
|
656
|
-
|
|
657
543
|
.e-treeview .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon + .e-list-img {
|
|
658
544
|
margin: 0 12px 0 0;
|
|
659
545
|
}
|
|
660
|
-
|
|
661
546
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
662
547
|
padding: 0 0 0 12px;
|
|
663
548
|
}
|
|
664
|
-
|
|
665
549
|
.e-treeview .e-navigable .e-list-icon,
|
|
666
550
|
.e-treeview .e-navigable .e-list-img {
|
|
667
551
|
margin: 0 12px 0 0;
|
|
668
552
|
}
|
|
669
|
-
|
|
670
553
|
.e-treeview.e-drag-item {
|
|
671
554
|
overflow: visible;
|
|
672
555
|
z-index: 10000;
|
|
673
556
|
}
|
|
674
|
-
|
|
675
557
|
.e-treeview.e-drag-item .e-text-content {
|
|
676
558
|
float: left;
|
|
677
559
|
}
|
|
678
|
-
|
|
679
560
|
.e-treeview.e-drag-item .e-text-content .e-list-text {
|
|
680
561
|
padding: 0 12px;
|
|
681
562
|
}
|
|
682
|
-
|
|
683
563
|
.e-treeview.e-drag-item .e-icon-collapsible,
|
|
684
564
|
.e-treeview.e-drag-item .e-icon-expandable {
|
|
685
565
|
box-sizing: content-box;
|
|
686
566
|
padding-left: 12px;
|
|
687
567
|
padding-top: 8px;
|
|
688
568
|
}
|
|
689
|
-
|
|
690
569
|
.e-treeview.e-drag-item .e-icon-collapsible::before,
|
|
691
570
|
.e-treeview.e-drag-item .e-icon-expandable::before {
|
|
692
571
|
font-size: 12px;
|
|
693
572
|
}
|
|
694
|
-
|
|
695
573
|
.e-treeview.e-drag-item .e-drop-count {
|
|
696
574
|
border: 1px solid;
|
|
697
575
|
border-radius: 15px;
|
|
@@ -705,85 +583,65 @@
|
|
|
705
583
|
text-align: center;
|
|
706
584
|
top: -10px;
|
|
707
585
|
}
|
|
708
|
-
|
|
709
586
|
.e-treeview.e-dragging .e-text-content,
|
|
710
587
|
.e-treeview.e-dragging .e-fullrow {
|
|
711
588
|
cursor: default;
|
|
712
589
|
}
|
|
713
|
-
|
|
714
590
|
.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap {
|
|
715
591
|
padding: 0 12px 0 0;
|
|
716
592
|
}
|
|
717
|
-
|
|
718
593
|
.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon,
|
|
719
594
|
.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-img {
|
|
720
595
|
margin: 0 0 0 12px;
|
|
721
596
|
}
|
|
722
|
-
|
|
723
597
|
.e-treeview.e-rtl .e-navigable .e-checkbox-wrapper + .e-list-url .e-anchor-wrap .e-list-icon + .e-list-img {
|
|
724
598
|
margin: 0 0 0 12px;
|
|
725
599
|
}
|
|
726
|
-
|
|
727
600
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
728
601
|
padding: 0 12px 0 0;
|
|
729
602
|
}
|
|
730
|
-
|
|
731
603
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
732
604
|
.e-treeview.e-rtl .e-navigable .e-list-img,
|
|
733
605
|
.e-treeview.e-rtl .e-navigable .e-list-icon + .e-list-img {
|
|
734
606
|
margin: 0 0 0 12px;
|
|
735
607
|
}
|
|
736
|
-
|
|
737
608
|
.e-treeview.e-rtl .e-ul {
|
|
738
609
|
padding: 0 12px 0 0;
|
|
739
610
|
}
|
|
740
|
-
|
|
741
611
|
.e-treeview.e-rtl .e-list-item .e-ul {
|
|
742
612
|
padding: 0 20px 0 0;
|
|
743
613
|
}
|
|
744
|
-
|
|
745
614
|
.e-treeview.e-rtl .e-text-content {
|
|
746
615
|
padding: 0 20px 0 0;
|
|
747
616
|
}
|
|
748
|
-
|
|
749
617
|
.e-treeview.e-rtl .e-checkbox-wrapper {
|
|
750
618
|
margin: 0 12px 0 0;
|
|
751
619
|
}
|
|
752
|
-
|
|
753
|
-
.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
|
|
754
|
-
.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img {
|
|
620
|
+
.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img {
|
|
755
621
|
margin: 0 12px 0 0;
|
|
756
622
|
}
|
|
757
|
-
|
|
758
623
|
.e-treeview.e-rtl .e-list-icon,
|
|
759
624
|
.e-treeview.e-rtl .e-list-img {
|
|
760
625
|
margin: 0 12px 0 0;
|
|
761
626
|
}
|
|
762
|
-
|
|
763
|
-
.e-treeview.e-rtl .e-list-icon + .e-list-icon,
|
|
764
|
-
.e-treeview.e-rtl .e-list-icon + .e-list-img,
|
|
627
|
+
.e-treeview.e-rtl .e-list-icon + .e-list-icon, .e-treeview.e-rtl .e-list-icon + .e-list-img,
|
|
765
628
|
.e-treeview.e-rtl .e-list-img + .e-list-icon,
|
|
766
629
|
.e-treeview.e-rtl .e-list-img + .e-list-img {
|
|
767
630
|
margin: 0 12px 0 0;
|
|
768
631
|
}
|
|
769
|
-
|
|
770
632
|
.e-treeview.e-rtl .e-icon-collapsible,
|
|
771
633
|
.e-treeview.e-rtl .e-icon-expandable {
|
|
772
634
|
margin: 0 -20px 0 0;
|
|
773
635
|
}
|
|
774
|
-
|
|
775
636
|
.e-treeview.e-rtl .e-sibling::before {
|
|
776
637
|
right: 0;
|
|
777
638
|
}
|
|
778
|
-
|
|
779
639
|
.e-treeview.e-rtl.e-drag-item .e-text-content {
|
|
780
640
|
float: right;
|
|
781
641
|
}
|
|
782
|
-
|
|
783
642
|
.e-treeview.e-rtl.e-drag-item .e-drop-count {
|
|
784
643
|
margin-right: -12px;
|
|
785
644
|
}
|
|
786
|
-
|
|
787
645
|
.e-treeview.e-disabled .e-fullrow,
|
|
788
646
|
.e-treeview.e-disabled .e-icons,
|
|
789
647
|
.e-treeview.e-disabled .e-text-content,
|
|
@@ -791,12 +649,10 @@
|
|
|
791
649
|
.e-treeview.e-disabled .e-list-icon {
|
|
792
650
|
cursor: auto;
|
|
793
651
|
}
|
|
794
|
-
|
|
795
652
|
.e-treeview.e-disabled .e-list-url {
|
|
796
653
|
cursor: default;
|
|
797
654
|
pointer-events: none;
|
|
798
655
|
}
|
|
799
|
-
|
|
800
656
|
.e-treeview.e-interaction.e-fullrow-wrap .e-text-content {
|
|
801
657
|
pointer-events: auto;
|
|
802
658
|
}
|
|
@@ -805,235 +661,186 @@
|
|
|
805
661
|
.e-treeview.e-bigger .e-list-text {
|
|
806
662
|
font-size: 16px;
|
|
807
663
|
}
|
|
808
|
-
|
|
809
664
|
.e-bigger .e-treeview .e-icon-collapsible::before,
|
|
810
665
|
.e-bigger .e-treeview .e-icon-expandable::before,
|
|
811
666
|
.e-treeview.e-bigger .e-icon-collapsible::before,
|
|
812
667
|
.e-treeview.e-bigger .e-icon-expandable::before {
|
|
813
668
|
font-size: 24px;
|
|
814
669
|
}
|
|
815
|
-
|
|
816
670
|
.e-treeview {
|
|
817
671
|
-webkit-tap-highlight-color: transparent;
|
|
818
672
|
}
|
|
819
|
-
|
|
820
673
|
.e-treeview .e-text-content,
|
|
821
674
|
.e-treeview .e-fullrow {
|
|
822
675
|
border-color: transparent;
|
|
823
676
|
}
|
|
824
|
-
|
|
825
677
|
.e-treeview .e-list-text {
|
|
826
678
|
color: #f3f2f1;
|
|
827
679
|
font-size: 14px;
|
|
828
680
|
}
|
|
829
|
-
|
|
830
681
|
.e-treeview .e-list-icon,
|
|
831
682
|
.e-treeview .e-list-img {
|
|
832
683
|
font-size: 20px;
|
|
833
684
|
}
|
|
834
|
-
|
|
835
685
|
.e-treeview .e-icon-collapsible,
|
|
836
686
|
.e-treeview .e-icon-expandable {
|
|
837
687
|
color: #a19f9d;
|
|
838
688
|
}
|
|
839
|
-
|
|
840
689
|
.e-treeview .e-icon-collapsible::before,
|
|
841
690
|
.e-treeview .e-icon-expandable::before {
|
|
842
691
|
font-size: 20px;
|
|
843
692
|
}
|
|
844
|
-
|
|
845
693
|
.e-treeview .e-list-item.e-active,
|
|
846
694
|
.e-treeview .e-list-item.e-hover {
|
|
847
695
|
background: transparent;
|
|
848
696
|
}
|
|
849
|
-
|
|
850
697
|
.e-treeview .e-list-item.e-hover > .e-text-content {
|
|
851
698
|
color: #f3f2f1;
|
|
852
699
|
}
|
|
853
|
-
|
|
854
700
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text {
|
|
855
701
|
color: #f3f2f1;
|
|
856
702
|
}
|
|
857
|
-
|
|
858
703
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
|
|
859
704
|
.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable {
|
|
860
705
|
color: #f3f2f1;
|
|
861
706
|
}
|
|
862
|
-
|
|
863
707
|
.e-treeview .e-list-item.e-active > .e-text-content {
|
|
864
708
|
color: #f3f2f1;
|
|
865
709
|
}
|
|
866
|
-
|
|
867
710
|
.e-treeview .e-list-item.e-active > .e-text-content .e-list-text {
|
|
868
711
|
color: #f3f2f1;
|
|
869
712
|
}
|
|
870
|
-
|
|
871
713
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-collapsible,
|
|
872
714
|
.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable {
|
|
873
715
|
color: #f3f2f1;
|
|
874
716
|
}
|
|
875
|
-
|
|
876
717
|
.e-treeview .e-list-item.e-active > .e-text-content .e-check {
|
|
877
718
|
border-color: #f3f2f1;
|
|
878
719
|
}
|
|
879
|
-
|
|
880
720
|
.e-treeview .e-list-item.e-active > .e-text-content .e-stop {
|
|
881
721
|
border-color: #f3f2f1;
|
|
882
722
|
}
|
|
883
|
-
|
|
884
723
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content {
|
|
885
724
|
color: #f3f2f1;
|
|
886
725
|
}
|
|
887
|
-
|
|
888
726
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text {
|
|
889
727
|
color: #f3f2f1;
|
|
890
728
|
}
|
|
891
|
-
|
|
892
729
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible,
|
|
893
730
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable {
|
|
894
731
|
color: #f3f2f1;
|
|
895
732
|
}
|
|
896
|
-
|
|
897
733
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content,
|
|
898
734
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content {
|
|
899
735
|
color: #f3f2f1;
|
|
900
736
|
}
|
|
901
|
-
|
|
902
737
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text,
|
|
903
738
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text {
|
|
904
739
|
color: #f3f2f1;
|
|
905
740
|
}
|
|
906
|
-
|
|
907
741
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible,
|
|
908
742
|
.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable,
|
|
909
743
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible,
|
|
910
744
|
.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable {
|
|
911
745
|
color: #a19f9d;
|
|
912
746
|
}
|
|
913
|
-
|
|
914
747
|
.e-treeview .e-list-item.e-hover > .e-fullrow {
|
|
915
748
|
background-color: #252423;
|
|
916
749
|
border-color: #252423;
|
|
917
750
|
}
|
|
918
|
-
|
|
919
751
|
.e-treeview .e-list-item.e-active > .e-fullrow {
|
|
920
752
|
background-color: #292827;
|
|
921
753
|
border-color: #292827;
|
|
922
754
|
}
|
|
923
|
-
|
|
924
755
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow {
|
|
925
756
|
background-color: transparent;
|
|
926
757
|
border-color: transparent;
|
|
927
758
|
}
|
|
928
|
-
|
|
929
759
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content {
|
|
930
760
|
color: #f3f2f1;
|
|
931
761
|
}
|
|
932
|
-
|
|
933
762
|
.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text {
|
|
934
763
|
color: #f3f2f1;
|
|
935
764
|
}
|
|
936
|
-
|
|
937
765
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow {
|
|
938
766
|
background-color: #1c1b1b;
|
|
939
767
|
border-color: #292827;
|
|
940
768
|
}
|
|
941
|
-
|
|
942
769
|
.e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
|
|
943
770
|
.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow {
|
|
944
771
|
background-color: transparent;
|
|
945
772
|
border-color: transparent;
|
|
946
773
|
}
|
|
947
|
-
|
|
948
774
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
949
775
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
950
776
|
color: #484644;
|
|
951
777
|
}
|
|
952
|
-
|
|
953
778
|
.e-treeview .e-list-item.e-disable > .e-text-content .e-list-text,
|
|
954
779
|
.e-treeview .e-list-item.e-disable > .e-fullrow .e-list-text {
|
|
955
780
|
color: #484644;
|
|
956
781
|
}
|
|
957
|
-
|
|
958
782
|
.e-treeview .e-list-item.e-disable > .e-text-content > .e-icon-collapsible,
|
|
959
783
|
.e-treeview .e-list-item.e-disable > .e-text-content > .e-icon-expandable {
|
|
960
784
|
color: #484644;
|
|
961
785
|
}
|
|
962
|
-
|
|
963
786
|
.e-treeview .e-sibling {
|
|
964
787
|
border-top: 2px solid #0078d4;
|
|
965
788
|
}
|
|
966
|
-
|
|
967
789
|
.e-treeview .e-sibling::before {
|
|
968
790
|
background: #0078d4;
|
|
969
791
|
}
|
|
970
|
-
|
|
971
792
|
.e-treeview .e-popup .e-content {
|
|
972
793
|
background-color: #252423;
|
|
973
794
|
border-color: #252423;
|
|
974
795
|
}
|
|
975
|
-
|
|
976
796
|
.e-treeview .e-popup.e-select .e-icons {
|
|
977
797
|
border-color: #252423;
|
|
978
798
|
}
|
|
979
|
-
|
|
980
799
|
.e-treeview .e-popup .e-downtail::before {
|
|
981
800
|
border-top-color: #252423;
|
|
982
801
|
}
|
|
983
|
-
|
|
984
802
|
.e-treeview .e-popup .e-downtail::after {
|
|
985
803
|
border-top-color: #252423;
|
|
986
804
|
}
|
|
987
|
-
|
|
988
805
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content {
|
|
989
806
|
background-color: #252423;
|
|
990
807
|
border-color: #252423;
|
|
991
808
|
}
|
|
992
|
-
|
|
993
809
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content {
|
|
994
810
|
background-color: #292827;
|
|
995
811
|
border-color: #292827;
|
|
996
812
|
}
|
|
997
|
-
|
|
998
813
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content {
|
|
999
814
|
background-color: #1c1b1b;
|
|
1000
815
|
border-color: #292827;
|
|
1001
816
|
}
|
|
1002
|
-
|
|
1003
817
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
|
|
1004
818
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content {
|
|
1005
819
|
background-color: transparent;
|
|
1006
820
|
border-color: transparent;
|
|
1007
821
|
}
|
|
1008
|
-
|
|
1009
822
|
.e-treeview.e-fullrow-wrap .e-text-content {
|
|
1010
823
|
border-color: transparent;
|
|
1011
824
|
}
|
|
1012
|
-
|
|
1013
825
|
.e-treeview.e-drag-item {
|
|
1014
826
|
background-color: #252423;
|
|
1015
827
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
1016
828
|
}
|
|
1017
|
-
|
|
1018
829
|
.e-treeview.e-drag-item .e-icon-collapsible::before,
|
|
1019
830
|
.e-treeview.e-drag-item .e-icon-expandable::before {
|
|
1020
831
|
font-size: 12px;
|
|
1021
832
|
}
|
|
1022
|
-
|
|
1023
833
|
.e-treeview.e-drag-item .e-list-text {
|
|
1024
834
|
color: #d2d0ce;
|
|
1025
835
|
}
|
|
1026
|
-
|
|
1027
836
|
.e-treeview.e-drag-item .e-icons {
|
|
1028
837
|
color: #d2d0ce;
|
|
1029
838
|
}
|
|
1030
|
-
|
|
1031
839
|
.e-treeview.e-drag-item .e-drop-count {
|
|
1032
840
|
background-color: #0078d4;
|
|
1033
841
|
border-color: #fff;
|
|
1034
842
|
color: #fff;
|
|
1035
843
|
}
|
|
1036
|
-
|
|
1037
844
|
.e-treeview.e-drag-item.e-rtl .e-sibling {
|
|
1038
845
|
border: 1px solid #0078d4;
|
|
1039
|
-
}
|
|
846
|
+
}
|