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