@syncfusion/ej2-navigations 31.1.18 → 31.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-navigations.min.js +3 -3
- package/dist/ej2-navigations.umd.min.js +3 -3
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +5 -1
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +5 -1
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +3 -3
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +2 -2
- package/package.json +7 -7
- package/src/toolbar/toolbar.js +4 -1
- package/src/treeview/treeview.js +1 -0
- package/styles/bds-lite.css +5 -6
- package/styles/bds.css +5 -6
- package/styles/bootstrap-dark-lite.css +4 -3
- package/styles/bootstrap-dark.css +4 -3
- package/styles/bootstrap-lite.css +4 -3
- package/styles/bootstrap.css +4 -3
- package/styles/bootstrap4-lite.css +13 -11
- package/styles/bootstrap4.css +25 -16
- package/styles/bootstrap5-dark-lite.css +14 -12
- package/styles/bootstrap5-dark.css +24 -14
- package/styles/bootstrap5-lite.css +14 -12
- package/styles/bootstrap5.3-lite.css +23 -12
- package/styles/bootstrap5.3.css +34 -15
- package/styles/bootstrap5.css +24 -14
- package/styles/fabric-dark-lite.css +4 -3
- package/styles/fabric-dark.css +4 -3
- package/styles/fabric-lite.css +4 -3
- package/styles/fabric.css +4 -3
- package/styles/fluent-dark-lite.css +16 -14
- package/styles/fluent-dark.css +26 -18
- package/styles/fluent-lite.css +16 -14
- package/styles/fluent.css +26 -18
- package/styles/fluent2-lite.css +4 -4
- package/styles/fluent2.css +4 -4
- package/styles/highcontrast-light-lite.css +2 -4
- package/styles/highcontrast-light.css +2 -4
- package/styles/highcontrast-lite.css +14 -12
- package/styles/highcontrast.css +25 -15
- package/styles/material-dark-lite.css +19 -15
- package/styles/material-dark.css +39 -19
- package/styles/material-lite.css +19 -12
- package/styles/material.css +36 -15
- package/styles/material3-dark-lite.css +3 -5
- package/styles/material3-dark.css +4 -5
- package/styles/material3-lite.css +3 -5
- package/styles/material3.css +4 -5
- package/styles/menu/_bootstrap-dark-definition.scss +0 -1
- package/styles/menu/_bootstrap-definition.scss +0 -1
- package/styles/menu/_fluent-definition.scss +1 -1
- package/styles/menu/_fluent2-definition.scss +1 -1
- package/styles/menu/_layout.scss +1 -7
- package/styles/menu/_material3-definition.scss +1 -1
- package/styles/menu/bds.css +0 -1
- package/styles/menu/bootstrap-dark.css +0 -1
- package/styles/menu/bootstrap.css +0 -1
- package/styles/menu/bootstrap4.css +0 -1
- package/styles/menu/bootstrap5-dark.css +0 -1
- package/styles/menu/bootstrap5.3.css +0 -1
- package/styles/menu/bootstrap5.css +0 -1
- package/styles/menu/fabric-dark.css +0 -1
- package/styles/menu/fabric.css +0 -1
- package/styles/menu/fluent-dark.css +1 -2
- package/styles/menu/fluent.css +1 -2
- package/styles/menu/fluent2.css +1 -2
- package/styles/menu/highcontrast-light.css +0 -1
- package/styles/menu/highcontrast.css +0 -1
- package/styles/menu/material-dark.css +0 -1
- package/styles/menu/material.css +0 -1
- package/styles/menu/material3-dark.css +1 -2
- package/styles/menu/material3.css +1 -2
- package/styles/menu/tailwind-dark.css +0 -1
- package/styles/menu/tailwind.css +0 -1
- package/styles/menu/tailwind3.css +0 -1
- package/styles/tailwind-dark-lite.css +4 -5
- package/styles/tailwind-dark.css +4 -5
- package/styles/tailwind-lite.css +4 -5
- package/styles/tailwind.css +4 -5
- package/styles/tailwind3-lite.css +9 -5
- package/styles/tailwind3.css +16 -5
- package/styles/treeview/_bds-definition.scss +1 -1
- package/styles/treeview/_bigger.scss +89 -0
- package/styles/treeview/_bootstrap4-definition.scss +9 -9
- package/styles/treeview/_bootstrap5-definition.scss +6 -6
- package/styles/treeview/_bootstrap5.3-definition.scss +9 -9
- package/styles/treeview/_fluent-definition.scss +9 -9
- package/styles/treeview/_highcontrast-definition.scss +10 -8
- package/styles/treeview/_layout.scss +68 -17
- package/styles/treeview/_material-dark-definition.scss +8 -8
- package/styles/treeview/_material-definition.scss +7 -7
- package/styles/treeview/_tailwind3-definition.scss +1 -1
- package/styles/treeview/_theme.scss +7 -2
- package/styles/treeview/bds.css +5 -5
- package/styles/treeview/bootstrap-dark.css +4 -2
- package/styles/treeview/bootstrap.css +4 -2
- package/styles/treeview/bootstrap4.css +25 -15
- package/styles/treeview/bootstrap5-dark.css +24 -13
- package/styles/treeview/bootstrap5.3.css +34 -14
- package/styles/treeview/bootstrap5.css +24 -13
- package/styles/treeview/fabric-dark.css +4 -2
- package/styles/treeview/fabric.css +4 -2
- package/styles/treeview/fluent-dark.css +25 -16
- package/styles/treeview/fluent.css +25 -16
- package/styles/treeview/fluent2.css +3 -2
- package/styles/treeview/highcontrast-light.css +2 -3
- package/styles/treeview/highcontrast.css +25 -14
- package/styles/treeview/material-dark.css +39 -18
- package/styles/treeview/material.css +36 -14
- package/styles/treeview/material3-dark.css +3 -3
- package/styles/treeview/material3.css +3 -3
- package/styles/treeview/tailwind-dark.css +4 -4
- package/styles/treeview/tailwind.css +4 -4
- package/styles/treeview/tailwind3.css +16 -4
|
@@ -6246,9 +6246,7 @@
|
|
|
6246
6246
|
list-style: none;
|
|
6247
6247
|
}
|
|
6248
6248
|
.e-treeview .e-list-item .e-ul {
|
|
6249
|
-
margin: 2px 0 -2px;
|
|
6250
6249
|
padding: 0 0 0 20px;
|
|
6251
|
-
margin: 0;
|
|
6252
6250
|
}
|
|
6253
6251
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
6254
6252
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -6271,6 +6269,10 @@
|
|
|
6271
6269
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
6272
6270
|
content: none;
|
|
6273
6271
|
}
|
|
6272
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
6273
|
+
padding-top: 4px;
|
|
6274
|
+
padding-bottom: 4px;
|
|
6275
|
+
}
|
|
6274
6276
|
.e-treeview .e-icons .e-spinner-pane {
|
|
6275
6277
|
position: relative;
|
|
6276
6278
|
}
|
|
@@ -6285,7 +6287,6 @@
|
|
|
6285
6287
|
-ms-user-select: none;
|
|
6286
6288
|
-webkit-user-select: none;
|
|
6287
6289
|
user-select: none;
|
|
6288
|
-
border: 1px solid;
|
|
6289
6290
|
cursor: pointer;
|
|
6290
6291
|
margin: 0;
|
|
6291
6292
|
padding: 0 0 0 20px;
|
|
@@ -6346,13 +6347,17 @@
|
|
|
6346
6347
|
vertical-align: middle;
|
|
6347
6348
|
}
|
|
6348
6349
|
.e-treeview .e-list-text .e-input-group {
|
|
6349
|
-
height:
|
|
6350
|
+
height: 32px;
|
|
6350
6351
|
margin-bottom: 0;
|
|
6351
6352
|
min-width: 150px;
|
|
6352
6353
|
vertical-align: bottom;
|
|
6353
6354
|
}
|
|
6354
6355
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
6355
6356
|
height: 28px;
|
|
6357
|
+
padding-top: 6px;
|
|
6358
|
+
padding-bottom: 6px;
|
|
6359
|
+
line-height: 20px;
|
|
6360
|
+
height: 32px;
|
|
6356
6361
|
}
|
|
6357
6362
|
.e-treeview .e-navigable-text {
|
|
6358
6363
|
padding: 10px 8px;
|
|
@@ -7250,7 +7255,6 @@ ejs-sidebar {
|
|
|
7250
7255
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
7251
7256
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
7252
7257
|
font-size: 14px;
|
|
7253
|
-
line-height: 38px;
|
|
7254
7258
|
}
|
|
7255
7259
|
|
|
7256
7260
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
package/styles/tailwind3.css
CHANGED
|
@@ -8215,9 +8215,7 @@
|
|
|
8215
8215
|
list-style: none;
|
|
8216
8216
|
}
|
|
8217
8217
|
.e-treeview .e-list-item .e-ul {
|
|
8218
|
-
margin: 2px 0 -2px;
|
|
8219
8218
|
padding: 0 0 0 20px;
|
|
8220
|
-
margin: 0;
|
|
8221
8219
|
}
|
|
8222
8220
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
8223
8221
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -8240,6 +8238,10 @@
|
|
|
8240
8238
|
.e-treeview .e-list-item .e-icons.e-icons-spinner::before {
|
|
8241
8239
|
content: none;
|
|
8242
8240
|
}
|
|
8241
|
+
.e-treeview .e-list-item .e-text-content .e-list-text:has(> .e-input-group) {
|
|
8242
|
+
padding-top: 4px;
|
|
8243
|
+
padding-bottom: 4px;
|
|
8244
|
+
}
|
|
8243
8245
|
.e-treeview .e-icons .e-spinner-pane {
|
|
8244
8246
|
position: relative;
|
|
8245
8247
|
}
|
|
@@ -8254,7 +8256,6 @@
|
|
|
8254
8256
|
-ms-user-select: none;
|
|
8255
8257
|
-webkit-user-select: none;
|
|
8256
8258
|
user-select: none;
|
|
8257
|
-
border: 1px solid;
|
|
8258
8259
|
cursor: pointer;
|
|
8259
8260
|
margin: 0;
|
|
8260
8261
|
padding: 0 0 0 20px;
|
|
@@ -8315,13 +8316,17 @@
|
|
|
8315
8316
|
vertical-align: middle;
|
|
8316
8317
|
}
|
|
8317
8318
|
.e-treeview .e-list-text .e-input-group {
|
|
8318
|
-
height:
|
|
8319
|
+
height: 32px;
|
|
8319
8320
|
margin-bottom: 0;
|
|
8320
8321
|
min-width: 150px;
|
|
8321
8322
|
vertical-align: bottom;
|
|
8322
8323
|
}
|
|
8323
8324
|
.e-treeview .e-list-text .e-input-group .e-input {
|
|
8324
8325
|
height: 28px;
|
|
8326
|
+
padding-top: 6px;
|
|
8327
|
+
padding-bottom: 6px;
|
|
8328
|
+
line-height: 20px;
|
|
8329
|
+
height: 32px;
|
|
8325
8330
|
}
|
|
8326
8331
|
.e-treeview .e-navigable-text {
|
|
8327
8332
|
padding: 10px 8px;
|
|
@@ -8816,6 +8821,13 @@
|
|
|
8816
8821
|
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8817
8822
|
height: 36px;
|
|
8818
8823
|
}
|
|
8824
|
+
.e-bigger .e-treeview .e-list-text .e-input-group .e-input,
|
|
8825
|
+
.e-treeview.e-bigger .e-list-text .e-input-group .e-input {
|
|
8826
|
+
height: 40px;
|
|
8827
|
+
line-height: 24px;
|
|
8828
|
+
padding-top: 8px;
|
|
8829
|
+
padding-bottom: 8px;
|
|
8830
|
+
}
|
|
8819
8831
|
.e-bigger .e-treeview .e-checkbox-wrapper,
|
|
8820
8832
|
.e-treeview.e-bigger .e-checkbox-wrapper {
|
|
8821
8833
|
margin: 0 0 0 12px;
|
|
@@ -9375,7 +9387,6 @@ ejs-sidebar {
|
|
|
9375
9387
|
.e-menu-wrapper .e-ul .e-menu-item .e-caret,
|
|
9376
9388
|
.e-menu-container .e-ul .e-menu-item .e-caret {
|
|
9377
9389
|
font-size: 14px;
|
|
9378
|
-
line-height: 38px;
|
|
9379
9390
|
}
|
|
9380
9391
|
|
|
9381
9392
|
.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon,
|
|
@@ -5,7 +5,7 @@ $treeview-icon-font-size: $text-xl !default;
|
|
|
5
5
|
$treeview-image-font-size: $text-xl !default;
|
|
6
6
|
$treeview-big-font-size: $text-base !default;
|
|
7
7
|
$treeview-big-icon-font-size: $text-2xl !default;
|
|
8
|
-
$treeview-item-height:
|
|
8
|
+
$treeview-item-height: 38px !default;
|
|
9
9
|
$treeview-text-height: 38px !default;
|
|
10
10
|
$treeview-input-height: 30px !default;
|
|
11
11
|
$treeview-root-ul-padding: 0 0 0 12px !default;
|
|
@@ -185,6 +185,28 @@
|
|
|
185
185
|
min-height: $treeview-big-item-height;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
189
|
+
padding: $treeview-big-text-padding;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
@if $skin-name == 'highcontrast' {
|
|
193
|
+
padding: $treeview-big-text-padding;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
@if $skin-name == 'material' or $skin-name == 'material-dark' {
|
|
197
|
+
padding-top: 12px;
|
|
198
|
+
padding-bottom: 12px;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
@if $skin-name == 'FluentUI' {
|
|
202
|
+
padding: $treeview-big-text-padding;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
@if $skin-name == 'bootstrap4' {
|
|
206
|
+
padding-top: 13px;
|
|
207
|
+
padding-bottom: 13px;
|
|
208
|
+
}
|
|
209
|
+
|
|
188
210
|
.e-input-group {
|
|
189
211
|
height: $treeview-big-input-height;
|
|
190
212
|
|
|
@@ -193,6 +215,69 @@
|
|
|
193
215
|
height: 36px;
|
|
194
216
|
}
|
|
195
217
|
}
|
|
218
|
+
|
|
219
|
+
@if $skin-name =='bootstrap5' {
|
|
220
|
+
padding-top: 6px;
|
|
221
|
+
padding-bottom: 6px;
|
|
222
|
+
margin-top: 2px;
|
|
223
|
+
margin-bottom: 2px;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
|
|
227
|
+
line-height: 42px;
|
|
228
|
+
min-height: 42px;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.e-input {
|
|
232
|
+
@if $skin-name =='tailwind3' {
|
|
233
|
+
height: 40px;
|
|
234
|
+
line-height: 24px;
|
|
235
|
+
padding-top: 8px;
|
|
236
|
+
padding-bottom: 8px;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
@if $skin-name =='bootstrap5' {
|
|
240
|
+
height: 24px;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
@if $skin-name =='material' or $skin-name == 'material-dark' {
|
|
244
|
+
line-height: 28px;
|
|
245
|
+
min-height: 28px;
|
|
246
|
+
padding-top: 9px;
|
|
247
|
+
padding-bottom: 5px;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
251
|
+
line-height: 24px;
|
|
252
|
+
min-height: 24px;
|
|
253
|
+
padding-top: 7px;
|
|
254
|
+
padding-bottom: 7px;
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.e-list-item .e-text-content .e-list-text {
|
|
261
|
+
&:has(> .e-input-group) {
|
|
262
|
+
@if $skin-name =='highcontrast' {
|
|
263
|
+
padding-top: 4px;
|
|
264
|
+
padding-bottom: 4px;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
@if $skin-name =='FluentUI' {
|
|
268
|
+
padding-top: 2px;
|
|
269
|
+
padding-bottom: 2px;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
@if $skin-name =='material' or $skin-name == 'material-dark' {
|
|
273
|
+
padding-top: 3px;
|
|
274
|
+
padding-bottom: 3px;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
@if $skin-name == 'bootstrap4' {
|
|
278
|
+
padding-top: 6px;
|
|
279
|
+
padding-bottom: 6px;
|
|
280
|
+
}
|
|
196
281
|
}
|
|
197
282
|
}
|
|
198
283
|
|
|
@@ -377,6 +462,10 @@
|
|
|
377
462
|
.e-treeview.e-bigger {
|
|
378
463
|
.e-list-text {
|
|
379
464
|
font-size: $treeview-big-font-size;
|
|
465
|
+
@if $skin-name == 'Material3' {
|
|
466
|
+
padding: 12px;
|
|
467
|
+
}
|
|
468
|
+
|
|
380
469
|
@if $skin-name == 'bootstrap4' {
|
|
381
470
|
color: $treeview-big-text-color;
|
|
382
471
|
}
|
|
@@ -44,8 +44,8 @@ $treeview-item-active-check-color: $primary !default;
|
|
|
44
44
|
//enddefault
|
|
45
45
|
//dimensions
|
|
46
46
|
$treeview-skin-name: 'bootstrap4';
|
|
47
|
-
$treeview-item-height:
|
|
48
|
-
$treeview-text-height:
|
|
47
|
+
$treeview-item-height: 40px !default;
|
|
48
|
+
$treeview-text-height: 22px !default;
|
|
49
49
|
$treeview-input-height: 30px !default;
|
|
50
50
|
$treeview-root-ul-padding: 0 0 0 14px !default;
|
|
51
51
|
$treeview-rtl-root-ul-padding: 0 14px 0 0 !default;
|
|
@@ -61,7 +61,7 @@ $treeview-big-icon-margin: 0 0 0 -24px !default;
|
|
|
61
61
|
$treeview-rtl-icon-margin: -0.5px -20px 0 0 !default;
|
|
62
62
|
$treeview-rtl-drag-margin: 10px -13px -1px 0;
|
|
63
63
|
$treeview-icon-padding: 6px !default;
|
|
64
|
-
$treeview-text-padding:
|
|
64
|
+
$treeview-text-padding: 9px 8px 9px 6px !default;
|
|
65
65
|
$treeview-text-margin: 0 !default;
|
|
66
66
|
$treeview-image-size: 18px !default;
|
|
67
67
|
$treeview-icon-size: 16px !default;
|
|
@@ -81,12 +81,12 @@ $treeview-navigable-icon-image-anchor-margin-reverse: 0 4px 0 8px !default;
|
|
|
81
81
|
$treeview-navigable-rtl-margin-reverse: 0 12px 0 0 !default;
|
|
82
82
|
$treeview-rtl-image-margin: 2px 4px 0 0 !default;
|
|
83
83
|
$treeview-input-padding: 0 7px !default;
|
|
84
|
-
$treeview-image-text-padding:
|
|
84
|
+
$treeview-image-text-padding: 9px 8px !default;
|
|
85
85
|
$treeview-icon-image-margin: 0 0 0 10px !default;
|
|
86
86
|
$treeview-rtl-icon-image-margin: 0 10px 0 0 !default;
|
|
87
87
|
$treeview-check-margin: 0 0 0 5px !default;
|
|
88
88
|
$treeview-rtl-check-margin: 0 5px 0 0 !default;
|
|
89
|
-
$treeview-check-text-padding:
|
|
89
|
+
$treeview-check-text-padding: 9px 8px !default;
|
|
90
90
|
$treeview-check-image-margin: 0 0 0 12px !default;
|
|
91
91
|
$treeview-rtl-check-image-margin: 5px 12px 0 0 !default;
|
|
92
92
|
$treeview-drop-count-border-size: 0px !default;
|
|
@@ -100,8 +100,8 @@ $treeview-check-icon-img-wrap-width: calc(100% - 83px) !default;
|
|
|
100
100
|
$treeview-icon-wrap-width: calc(100% - 29px) !default;
|
|
101
101
|
$treeview-icon-img-wrap-width: calc(100% - 57px) !default;
|
|
102
102
|
|
|
103
|
-
$treeview-big-item-height:
|
|
104
|
-
$treeview-big-text-height:
|
|
103
|
+
$treeview-big-item-height: 50px !default;
|
|
104
|
+
$treeview-big-text-height: 24px !default;
|
|
105
105
|
$treeview-big-input-height: 38px !default;
|
|
106
106
|
$treeview-big-text-padding: 0 12px 0 8px !default;
|
|
107
107
|
$treeview-big-drag-text-padding: 2px 12px 0 4px !default;
|
|
@@ -112,14 +112,14 @@ $treeview-big-drag-item-text-padding-left: 12px !default;
|
|
|
112
112
|
$treeview-drag-text-padding: 0px 8px 0px 4px !default;
|
|
113
113
|
$treeview-big-input-padding: 0 9px !default;
|
|
114
114
|
$treeview-big-icon-padding: 7px !default;
|
|
115
|
-
$treeview-big-image-text-padding:
|
|
115
|
+
$treeview-big-image-text-padding: 13px 12px !default;
|
|
116
116
|
$treeview-big-image-margin: 4px 0 0 10px !default;
|
|
117
117
|
$treeview-big-rtl-icon-margin: 0 -24px 1px 0;
|
|
118
118
|
$treeview-big-rtl-image-margin: 2px 10px 0 0 !default;
|
|
119
119
|
$treeview-big-icon-image-margin: 0 0 0 10px !default;
|
|
120
120
|
$treeview-big-rtl-icon-image-margin: 0 10px 0 0 !default;
|
|
121
121
|
$treeview-big-check-margin: 0 0 0 10px !default;
|
|
122
|
-
$treeview-big-check-text-padding:
|
|
122
|
+
$treeview-big-check-text-padding: 13px 12px !default;
|
|
123
123
|
$treeview-big-rtl-check-margin: 0 10px 0 0 !default;
|
|
124
124
|
$treeview-big-check-image-margin: 0 0 0 16px !default;
|
|
125
125
|
$treeview-big-rtl-check-image-margin: 4px 16px 2px 0 !default;
|
|
@@ -6,7 +6,7 @@ $treeview-font-size: $text-sm !default;
|
|
|
6
6
|
$treeview-icon-font-size: $text-xl !default;
|
|
7
7
|
$treeview-image-font-size: $text-xl !default;
|
|
8
8
|
$treeview-item-height: 36px !default;
|
|
9
|
-
$treeview-text-height:
|
|
9
|
+
$treeview-text-height: 22px !default;
|
|
10
10
|
$treeview-input-height: 30px !default;
|
|
11
11
|
$treeview-root-ul-padding: 0 0 0 12px !default;
|
|
12
12
|
$treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
|
|
@@ -18,7 +18,7 @@ $treeview-icon-size: 20px !default;
|
|
|
18
18
|
$treeview-icon-margin: 0 4px 0 -24px !default;
|
|
19
19
|
$treeview-rtl-icon-margin: 0 -20px 0 0 !default;
|
|
20
20
|
$treeview-icon-padding: 0px !default;
|
|
21
|
-
$treeview-text-padding:
|
|
21
|
+
$treeview-text-padding: 7px 8px !default;
|
|
22
22
|
$treeview-text-margin: 0 !default;
|
|
23
23
|
$treeview-image-size: 20px !default;
|
|
24
24
|
$treeview-image-margin: 0 0 0 8px !default;
|
|
@@ -28,12 +28,12 @@ $treeview-navigable-icon-image-anchor-margin: 0 8px 0 0 !default;
|
|
|
28
28
|
$treeview-navigable-icon-image-anchor-margin-reverse: 0 0 0 8px !default;
|
|
29
29
|
$treeview-navigable-rtl-margin-reverse: 0 12px 0 0 !default;
|
|
30
30
|
$treeview-rtl-image-margin: 0 8px 0 0 !default;
|
|
31
|
-
$treeview-image-text-padding:
|
|
31
|
+
$treeview-image-text-padding: 7px 8px !default;
|
|
32
32
|
$treeview-icon-image-margin: 0 0 0 8px !default;
|
|
33
33
|
$treeview-rtl-icon-image-margin: 0 8px 0 0 !default;
|
|
34
34
|
$treeview-check-margin: 0 0 0 12px !default;
|
|
35
35
|
$treeview-rtl-check-margin: 0 12px 0 0 !default;
|
|
36
|
-
$treeview-check-text-padding:
|
|
36
|
+
$treeview-check-text-padding: 7px 8px !default;
|
|
37
37
|
$treeview-check-image-margin: 0 0 0 8px !default;
|
|
38
38
|
$treeview-rtl-check-image-margin: 0 8px 0 0 !default;
|
|
39
39
|
$treeview-drop-count-border-size: 1px !default;
|
|
@@ -47,9 +47,9 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
|
|
|
47
47
|
|
|
48
48
|
$treeview-big-font-size: $text-base !default;
|
|
49
49
|
$treeview-big-icon-font-size: $text-2xl !default;
|
|
50
|
-
$treeview-big-item-height:
|
|
50
|
+
$treeview-big-item-height: 40px !default;
|
|
51
51
|
$treeview-big-text-height: 40px !default;
|
|
52
|
-
$treeview-big-input-height:
|
|
52
|
+
$treeview-big-input-height: 36px !default;
|
|
53
53
|
$treeview-big-text-padding: 0 12px !default;
|
|
54
54
|
$treeview-big-input-padding: 0 9px !default;
|
|
55
55
|
$treeview-big-icon-padding: 0px !default;
|
|
@@ -4,8 +4,8 @@ $treeview-font-size: $text-sm !default;
|
|
|
4
4
|
$treeview-icon-font-size: $text-xl !default;
|
|
5
5
|
$treeview-image-font-size: $text-xl !default;
|
|
6
6
|
$treeview-item-height: 36px !default;
|
|
7
|
-
$treeview-text-height:
|
|
8
|
-
$treeview-input-height:
|
|
7
|
+
$treeview-text-height: 22px !default;
|
|
8
|
+
$treeview-input-height: 32px !default;
|
|
9
9
|
$treeview-root-ul-padding: 0 0 0 12px !default;
|
|
10
10
|
$treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
|
|
11
11
|
$treeview-child-ul-padding: 0 0 0 20px !default;
|
|
@@ -17,7 +17,7 @@ $treeview-big-icon-size: 24px !default;
|
|
|
17
17
|
$treeview-icon-margin: 0 4px 0 -24px !default;
|
|
18
18
|
$treeview-rtl-icon-margin: 0 -20px 0 0 !default;
|
|
19
19
|
$treeview-icon-padding: 0px !default;
|
|
20
|
-
$treeview-text-padding:
|
|
20
|
+
$treeview-text-padding: 7px 8px !default;
|
|
21
21
|
$treeview-text-margin: 0 !default;
|
|
22
22
|
$treeview-image-size: 18px !default;
|
|
23
23
|
$treeview-image-margin: 0 0 0 8px !default;
|
|
@@ -27,12 +27,12 @@ $treeview-navigable-icon-image-anchor-margin: 0 8px 0 0 !default;
|
|
|
27
27
|
$treeview-navigable-icon-image-anchor-margin-reverse: 0 0 0 8px !default;
|
|
28
28
|
$treeview-navigable-rtl-margin-reverse: 0 12px 0 0 !default;
|
|
29
29
|
$treeview-rtl-image-margin: 0 8px 0 0 !default;
|
|
30
|
-
$treeview-image-text-padding:
|
|
30
|
+
$treeview-image-text-padding: 7px 12px !default;
|
|
31
31
|
$treeview-icon-image-margin: 0 0 0 8px !default;
|
|
32
32
|
$treeview-rtl-icon-image-margin: 0 8px 0 0 !default;
|
|
33
33
|
$treeview-check-margin: 0 0 0 8px !default;
|
|
34
34
|
$treeview-rtl-check-margin: 0 12px 0 0 !default;
|
|
35
|
-
$treeview-check-text-padding:
|
|
35
|
+
$treeview-check-text-padding: 7px 8px !default;
|
|
36
36
|
$treeview-check-image-margin: 0 0 0 8px !default;
|
|
37
37
|
$treeview-rtl-check-image-margin: 0 8px 0 0 !default;
|
|
38
38
|
$treeview-drop-count-border-size: 1px !default;
|
|
@@ -47,9 +47,9 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
|
|
|
47
47
|
$treeview-big-font-size: $text-base !default;
|
|
48
48
|
$treeview-big-icon-font-size: $text-2xl !default;
|
|
49
49
|
$treeview-big-item-height: 42px !default;
|
|
50
|
-
$treeview-big-text-height:
|
|
51
|
-
$treeview-big-input-height:
|
|
52
|
-
$treeview-big-text-padding:
|
|
50
|
+
$treeview-big-text-height: 24px !default;
|
|
51
|
+
$treeview-big-input-height: 38px !default;
|
|
52
|
+
$treeview-big-text-padding: 9px 12px !default;
|
|
53
53
|
$treeview-big-input-padding: 0 9px !default;
|
|
54
54
|
$treeview-big-icon-padding: 0px !default;
|
|
55
55
|
$treeview-big-image-margin: 0 0 0 12px !default;
|
|
@@ -72,7 +72,7 @@ $treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
|
|
|
72
72
|
$treeview-big-drag-icon-font-size: $text-2xl !default;
|
|
73
73
|
$treeview-big-drag-item-text-padding-left: 24px !default;
|
|
74
74
|
$treeview-big-drag-before-icon-padding: 6px !default;
|
|
75
|
-
$treeview-big-check-text-padding:
|
|
75
|
+
$treeview-big-check-text-padding: 9px 12px !default;
|
|
76
76
|
$treeview-big-check-wrap-width: calc(100% - 29px) !default;
|
|
77
77
|
$treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
|
|
78
78
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
|
|
@@ -6,8 +6,8 @@ $treeview-font-size: $text-sm !default;
|
|
|
6
6
|
$treeview-icon-font-size: $text-xl !default;
|
|
7
7
|
$treeview-image-font-size: $text-xl !default;
|
|
8
8
|
$treeview-item-height: 38px !default;
|
|
9
|
-
$treeview-text-height:
|
|
10
|
-
$treeview-input-height:
|
|
9
|
+
$treeview-text-height: 22px !default;
|
|
10
|
+
$treeview-input-height: 32px !default;
|
|
11
11
|
$treeview-root-ul-padding: 0 0 0 12px !default;
|
|
12
12
|
$treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
|
|
13
13
|
$treeview-child-ul-padding: 0 0 0 20px !default;
|
|
@@ -18,7 +18,7 @@ $treeview-icon-size: 20px !default;
|
|
|
18
18
|
$treeview-icon-margin: 0 0 0 -20px !default;
|
|
19
19
|
$treeview-rtl-icon-margin: 0 -20px 0 0 !default;
|
|
20
20
|
$treeview-icon-padding: 0px !default;
|
|
21
|
-
$treeview-text-padding:
|
|
21
|
+
$treeview-text-padding: 8px 12px !default;
|
|
22
22
|
$treeview-text-margin: 0 !default;
|
|
23
23
|
$treeview-image-size: 20px !default;
|
|
24
24
|
$treeview-image-margin: 0 0 0 12px !default;
|
|
@@ -28,12 +28,12 @@ $treeview-navigable-icon-image-anchor-margin: 0 12px 0 0 !default;
|
|
|
28
28
|
$treeview-navigable-icon-image-anchor-margin-reverse: 0 0 0 12px !default;
|
|
29
29
|
$treeview-navigable-rtl-margin-reverse: 0 16px 0 0 !default;
|
|
30
30
|
$treeview-rtl-image-margin: 0 12px 0 0 !default;
|
|
31
|
-
$treeview-image-text-padding:
|
|
31
|
+
$treeview-image-text-padding: 8px 12px !default;
|
|
32
32
|
$treeview-icon-image-margin: 0 0 0 12px !default;
|
|
33
33
|
$treeview-rtl-icon-image-margin: 0 12px 0 0 !default;
|
|
34
34
|
$treeview-check-margin: 0 0 0 12px !default;
|
|
35
35
|
$treeview-rtl-check-margin: 0 12px 0 0 !default;
|
|
36
|
-
$treeview-check-text-padding:
|
|
36
|
+
$treeview-check-text-padding: 8px 12px !default;
|
|
37
37
|
$treeview-check-image-margin: 0 0 0 12px !default;
|
|
38
38
|
$treeview-rtl-check-image-margin: 0 12px 0 0 !default;
|
|
39
39
|
$treeview-drop-count-border-size: 1px !default;
|
|
@@ -48,9 +48,9 @@ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
|
|
|
48
48
|
$treeview-big-font-size: $text-base !default;
|
|
49
49
|
$treeview-big-icon-font-size: $text-2xl !default;
|
|
50
50
|
$treeview-big-item-height: 44px !default;
|
|
51
|
-
$treeview-big-text-height:
|
|
51
|
+
$treeview-big-text-height: 24px !default;
|
|
52
52
|
$treeview-big-input-height: 40px !default;
|
|
53
|
-
$treeview-big-text-padding:
|
|
53
|
+
$treeview-big-text-padding: 10px 16px !default;
|
|
54
54
|
$treeview-big-input-padding: 0 9px !default;
|
|
55
55
|
$treeview-big-icon-padding: 0px !default;
|
|
56
56
|
$treeview-big-image-margin: 0 0 0 16px !default;
|
|
@@ -65,7 +65,7 @@ $treeview-big-root-ul-padding: 0 0 0 16px !default;
|
|
|
65
65
|
$treeview-big-rtl-root-ul-padding: 0 16px 0 0 !default;
|
|
66
66
|
$treeview-big-child-ul-padding: 0 0 0 24px !default;
|
|
67
67
|
$treeview-big-rtl-child-ul-padding: 0 24px 0 0 !default;
|
|
68
|
-
$treeview-big-image-text-padding:
|
|
68
|
+
$treeview-big-image-text-padding: 10px 16px !default;
|
|
69
69
|
$treeview-big-icon-margin: 0 0 0 -24px !default;
|
|
70
70
|
$treeview-big-rtl-icon-margin: 0 -24px 0 0 !default;
|
|
71
71
|
$treeview-big-text-wrap-padding: 0 0 0 24px !default;
|
|
@@ -73,7 +73,7 @@ $treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
|
|
|
73
73
|
$treeview-big-drag-icon-font-size: $text-sm !default;
|
|
74
74
|
$treeview-big-drag-item-text-padding-left: 16px !default;
|
|
75
75
|
$treeview-big-drag-before-icon-padding: 14px !default;
|
|
76
|
-
$treeview-big-check-text-padding:
|
|
76
|
+
$treeview-big-check-text-padding: 10px 16px !default;
|
|
77
77
|
$treeview-big-check-wrap-width: calc(100% - 33px) !default;
|
|
78
78
|
$treeview-big-check-icon-wrap-width: calc(100% - 70px) !default;
|
|
79
79
|
$treeview-big-check-icon-img-wrap-width: calc(100% - 102px) !default;
|
|
@@ -39,8 +39,8 @@ $treeview-checkmark-bgcolor: $selection-font !default;
|
|
|
39
39
|
$treeview-checkmark-border-color: $selection-font !default;
|
|
40
40
|
$treeview-checkmark-color: $selection-bg !default;
|
|
41
41
|
|
|
42
|
-
$treeview-item-height:
|
|
43
|
-
$treeview-text-height:
|
|
42
|
+
$treeview-item-height: 36px !default;
|
|
43
|
+
$treeview-text-height: 22px !default;
|
|
44
44
|
$treeview-input-height: 30px !default;
|
|
45
45
|
$treeview-root-ul-padding: 0 0 0 24px !default;
|
|
46
46
|
$treeview-rtl-root-ul-padding: 0 24px 0 0 !default;
|
|
@@ -52,7 +52,7 @@ $treeview-icon-size: 24px !default;
|
|
|
52
52
|
$treeview-icon-margin: 0 0 0 -24px !default;
|
|
53
53
|
$treeview-rtl-icon-margin: 0 -24px 0 0 !default;
|
|
54
54
|
$treeview-icon-padding: 7px !default;
|
|
55
|
-
$treeview-text-padding:
|
|
55
|
+
$treeview-text-padding: 7px 8px !default;
|
|
56
56
|
$treeview-text-margin: 0 !default;
|
|
57
57
|
$treeview-image-size: 18px !default;
|
|
58
58
|
$treeview-image-margin: 0 0 0 5px !default;
|
|
@@ -70,13 +70,15 @@ $treeview-navigable-icon-image-anchor-margin-reverse: 0 2px 0 10px !default;
|
|
|
70
70
|
$treeview-navigable-rtl-margin-reverse: 0 12px 0 0 !default;
|
|
71
71
|
$treeview-rtl-image-margin: 0 5px 0 0 !default;
|
|
72
72
|
$treeview-input-padding: 0 7px !default;
|
|
73
|
-
$treeview-image-text-padding:
|
|
73
|
+
$treeview-image-text-padding: 7px 8px !default;
|
|
74
74
|
$treeview-icon-image-margin: 0 0 0 10px !default;
|
|
75
75
|
$treeview-rtl-icon-image-margin: 0 10px 0 0 !default;
|
|
76
76
|
$treeview-check-margin: 0 0 0 5px !default;
|
|
77
77
|
$treeview-rtl-check-margin: 0 5px 0 0 !default;
|
|
78
|
-
$treeview-check-text-padding:
|
|
78
|
+
$treeview-check-text-padding: 7px 8px !default;
|
|
79
79
|
$treeview-check-image-margin: 0 0 0 12px !default;
|
|
80
|
+
$treeview-big-check-text-padding: 11px 10px !default;
|
|
81
|
+
$treeview-big-image-text-padding: 11px 10px !default;
|
|
80
82
|
$treeview-rtl-check-image-margin: 0 12px 0 0 !default;
|
|
81
83
|
$treeview-border-shadow: 0 -1px 2px $hover-border, 0 1px 2px $hover-border !default;
|
|
82
84
|
$treeview-drop-count-border-size: 2px !default;
|
|
@@ -89,10 +91,10 @@ $treeview-check-icon-img-wrap-width: calc(100% - 89px) !default;
|
|
|
89
91
|
$treeview-icon-wrap-width: calc(100% - 29px) !default;
|
|
90
92
|
$treeview-icon-img-wrap-width: calc(100% - 57px) !default;
|
|
91
93
|
|
|
92
|
-
$treeview-big-item-height:
|
|
93
|
-
$treeview-big-text-height:
|
|
94
|
+
$treeview-big-item-height: 46px !default;
|
|
95
|
+
$treeview-big-text-height: 24px !default;
|
|
94
96
|
$treeview-big-input-height: 38px !default;
|
|
95
|
-
$treeview-big-text-padding:
|
|
97
|
+
$treeview-big-text-padding: 11px 10px !default;
|
|
96
98
|
$treeview-big-input-padding: 0 9px !default;
|
|
97
99
|
$treeview-big-icon-padding: 6px !default;
|
|
98
100
|
$treeview-big-image-margin: 0 0 0 10px !default;
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
|
|
164
164
|
.e-list-item {
|
|
165
165
|
list-style: none;
|
|
166
|
-
@if $skin-name
|
|
166
|
+
@if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
|
|
167
167
|
padding: 2px 0;
|
|
168
168
|
}
|
|
169
169
|
@if $skin-name == 'fluent2' {
|
|
@@ -171,13 +171,12 @@
|
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
.e-ul {
|
|
174
|
-
margin: 2px 0 -2px;
|
|
175
174
|
padding: $treeview-child-ul-padding;
|
|
176
|
-
@if $skin-name == '
|
|
177
|
-
margin: 2px 0
|
|
175
|
+
@if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
|
|
176
|
+
margin: 2px 0 -2px;
|
|
178
177
|
}
|
|
179
|
-
@
|
|
180
|
-
margin:
|
|
178
|
+
@if $skin-name == 'fluent2' {
|
|
179
|
+
margin-top: 4px;
|
|
181
180
|
}
|
|
182
181
|
}
|
|
183
182
|
|
|
@@ -214,6 +213,49 @@
|
|
|
214
213
|
.e-icons.e-icons-spinner::before {
|
|
215
214
|
content: none;
|
|
216
215
|
}
|
|
216
|
+
|
|
217
|
+
.e-text-content {
|
|
218
|
+
.e-list-text {
|
|
219
|
+
&:has(> .e-input-group) {
|
|
220
|
+
@if $skin-name == 'material' or $skin-name == 'material-dark' {
|
|
221
|
+
padding-top: 1px;
|
|
222
|
+
padding-bottom: 1px;
|
|
223
|
+
.e-input-group {
|
|
224
|
+
height: 34px;
|
|
225
|
+
|
|
226
|
+
.e-input {
|
|
227
|
+
line-height: 26px;
|
|
228
|
+
min-height: 26px;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
@if $skin-name == 'tailwind3' {
|
|
233
|
+
padding-top: 4px;
|
|
234
|
+
padding-bottom: 4px;
|
|
235
|
+
}
|
|
236
|
+
@if $skin-name == 'highcontrast' {
|
|
237
|
+
padding-top: 3px;
|
|
238
|
+
padding-bottom: 3px;
|
|
239
|
+
}
|
|
240
|
+
@if ($skin-name == 'FluentUI') {
|
|
241
|
+
padding-top: 3px;
|
|
242
|
+
padding-bottom: 3px;
|
|
243
|
+
}
|
|
244
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
245
|
+
padding-top: 2px;
|
|
246
|
+
padding-bottom: 2px;
|
|
247
|
+
}
|
|
248
|
+
@if $skin-name == 'bootstrap4' {
|
|
249
|
+
padding-top: 5px;
|
|
250
|
+
padding-bottom: 5px;
|
|
251
|
+
}
|
|
252
|
+
@if $skin-name == 'bootstrap5' {
|
|
253
|
+
padding-top: 3px;
|
|
254
|
+
padding-bottom: 3px;
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
217
259
|
}
|
|
218
260
|
|
|
219
261
|
.e-icons {
|
|
@@ -231,11 +273,14 @@
|
|
|
231
273
|
|
|
232
274
|
.e-text-content {
|
|
233
275
|
@include user-select;
|
|
234
|
-
border: 1px solid;
|
|
235
276
|
cursor: pointer;
|
|
236
277
|
margin: 0;
|
|
237
278
|
padding: $treeview-text-wrap-padding;
|
|
238
279
|
|
|
280
|
+
@if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
|
|
281
|
+
border: 1px solid;
|
|
282
|
+
}
|
|
283
|
+
|
|
239
284
|
@if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
|
|
240
285
|
border: none;
|
|
241
286
|
}
|
|
@@ -321,14 +366,9 @@
|
|
|
321
366
|
|
|
322
367
|
.e-input-group {
|
|
323
368
|
height: $treeview-input-height;
|
|
324
|
-
@if ($skin-name == '
|
|
325
|
-
margin-top:
|
|
326
|
-
|
|
327
|
-
@else if($skin-name == 'tailwind') {
|
|
328
|
-
margin-bottom: 3px;
|
|
329
|
-
}
|
|
330
|
-
@else if($skin-name == 'bootstrap5') {
|
|
331
|
-
margin-bottom: 2px;
|
|
369
|
+
@if ($skin-name == 'tailwind') {
|
|
370
|
+
margin-top: 4px;
|
|
371
|
+
margin-bottom: 4px;
|
|
332
372
|
}
|
|
333
373
|
@else {
|
|
334
374
|
margin-bottom: 0;
|
|
@@ -338,9 +378,20 @@
|
|
|
338
378
|
@if ($skin-name == 'fluent2') {
|
|
339
379
|
border-color: $treeview-input-border-color;
|
|
340
380
|
}
|
|
341
|
-
|
|
342
|
-
|
|
381
|
+
.e-input {
|
|
382
|
+
@if $skin-name != 'material' and $skin-name != 'material-dark' {
|
|
343
383
|
height: 28px;
|
|
384
|
+
padding-top: 6px;
|
|
385
|
+
padding-bottom: 6px;
|
|
386
|
+
}
|
|
387
|
+
@if $skin-name == 'tailwind3' {
|
|
388
|
+
line-height: 20px;
|
|
389
|
+
height: 32px;
|
|
390
|
+
}
|
|
391
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
392
|
+
height: 32px;
|
|
393
|
+
padding-top: 5px;
|
|
394
|
+
padding-bottom: 5px;
|
|
344
395
|
}
|
|
345
396
|
}
|
|
346
397
|
}
|