@syncfusion/ej2-navigations 31.1.17 → 31.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +1 -0
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +1 -0
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +14 -67
- package/src/treeview/treeview.js +1 -0
- package/styles/bds-lite.css +7 -6
- package/styles/bds.css +7 -6
- package/styles/bootstrap-dark-lite.css +6 -3
- package/styles/bootstrap-dark.css +6 -3
- package/styles/bootstrap-lite.css +6 -3
- package/styles/bootstrap.css +6 -3
- package/styles/bootstrap4-lite.css +13 -9
- package/styles/bootstrap4.css +24 -13
- package/styles/bootstrap5-dark-lite.css +6 -5
- package/styles/bootstrap5-dark.css +16 -7
- package/styles/bootstrap5-lite.css +6 -5
- package/styles/bootstrap5.3-lite.css +23 -10
- package/styles/bootstrap5.3.css +34 -13
- package/styles/bootstrap5.css +16 -7
- package/styles/fabric-dark-lite.css +6 -3
- package/styles/fabric-dark.css +6 -3
- package/styles/fabric-lite.css +6 -3
- package/styles/fabric.css +6 -3
- package/styles/fluent-dark-lite.css +16 -12
- package/styles/fluent-dark.css +26 -15
- package/styles/fluent-lite.css +16 -12
- package/styles/fluent.css +26 -15
- package/styles/fluent2-lite.css +6 -4
- package/styles/fluent2.css +6 -4
- package/styles/highcontrast-light-lite.css +4 -4
- package/styles/highcontrast-light.css +4 -4
- package/styles/highcontrast-lite.css +14 -10
- package/styles/highcontrast.css +26 -13
- package/styles/material-dark-lite.css +19 -13
- package/styles/material-dark.css +39 -17
- package/styles/material-lite.css +19 -10
- package/styles/material.css +36 -13
- package/styles/material3-dark-lite.css +4 -4
- package/styles/material3-dark.css +5 -4
- package/styles/material3-lite.css +4 -4
- package/styles/material3.css +5 -4
- package/styles/menu/_bootstrap-dark-definition.scss +1 -0
- package/styles/menu/_bootstrap-definition.scss +1 -0
- package/styles/menu/_fluent-definition.scss +1 -1
- package/styles/menu/_fluent2-definition.scss +1 -1
- package/styles/menu/_layout.scss +7 -1
- package/styles/menu/bds.css +1 -0
- package/styles/menu/bootstrap-dark.css +1 -0
- package/styles/menu/bootstrap.css +1 -0
- package/styles/menu/bootstrap4.css +1 -0
- package/styles/menu/bootstrap5-dark.css +1 -0
- package/styles/menu/bootstrap5.3.css +1 -0
- package/styles/menu/bootstrap5.css +1 -0
- package/styles/menu/fabric-dark.css +1 -0
- package/styles/menu/fabric.css +1 -0
- package/styles/menu/fluent-dark.css +2 -1
- package/styles/menu/fluent.css +2 -1
- package/styles/menu/fluent2.css +2 -1
- package/styles/menu/highcontrast-light.css +1 -0
- package/styles/menu/highcontrast.css +1 -0
- package/styles/menu/material-dark.css +1 -0
- package/styles/menu/material.css +1 -0
- package/styles/menu/material3-dark.css +1 -0
- package/styles/menu/material3.css +1 -0
- package/styles/menu/tailwind-dark.css +1 -0
- package/styles/menu/tailwind.css +1 -0
- package/styles/menu/tailwind3.css +1 -0
- package/styles/tailwind-dark-lite.css +6 -5
- package/styles/tailwind-dark.css +6 -5
- package/styles/tailwind-lite.css +6 -5
- package/styles/tailwind.css +6 -5
- package/styles/tailwind3-lite.css +11 -5
- package/styles/tailwind3.css +18 -5
- package/styles/treeview/_bds-definition.scss +1 -1
- package/styles/treeview/_bigger.scss +91 -0
- package/styles/treeview/_bootstrap4-definition.scss +7 -7
- package/styles/treeview/_bootstrap5-definition.scss +2 -2
- package/styles/treeview/_bootstrap5.3-definition.scss +8 -8
- package/styles/treeview/_fluent-definition.scss +6 -6
- package/styles/treeview/_highcontrast-definition.scss +6 -6
- package/styles/treeview/_layout.scss +67 -16
- package/styles/treeview/_material-dark-definition.scss +7 -7
- package/styles/treeview/_material-definition.scss +6 -6
- package/styles/treeview/_tailwind3-definition.scss +1 -1
- package/styles/treeview/_theme.scss +7 -2
- package/styles/treeview/bds.css +6 -6
- package/styles/treeview/bootstrap-dark.css +5 -3
- package/styles/treeview/bootstrap.css +5 -3
- package/styles/treeview/bootstrap4.css +23 -13
- package/styles/treeview/bootstrap5-dark.css +15 -7
- package/styles/treeview/bootstrap5.3.css +33 -13
- package/styles/treeview/bootstrap5.css +15 -7
- package/styles/treeview/fabric-dark.css +5 -3
- package/styles/treeview/fabric.css +5 -3
- package/styles/treeview/fluent-dark.css +24 -14
- package/styles/treeview/fluent.css +24 -14
- package/styles/treeview/fluent2.css +4 -3
- package/styles/treeview/highcontrast-light.css +3 -4
- package/styles/treeview/highcontrast.css +25 -13
- package/styles/treeview/material-dark.css +38 -17
- package/styles/treeview/material.css +35 -13
- package/styles/treeview/material3-dark.css +4 -4
- package/styles/treeview/material3.css +4 -4
- package/styles/treeview/tailwind-dark.css +5 -5
- package/styles/treeview/tailwind.css +5 -5
- package/styles/treeview/tailwind3.css +17 -5
- package/dist/ts/accordion/accordion-model.d.ts +0 -285
- package/dist/ts/accordion/accordion.d.ts +0 -458
- package/dist/ts/accordion/accordion.ts +0 -1580
- package/dist/ts/accordion/index.d.ts +0 -5
- package/dist/ts/accordion/index.ts +0 -5
- package/dist/ts/appbar/appbar-model.d.ts +0 -76
- package/dist/ts/appbar/appbar.d.ts +0 -115
- package/dist/ts/appbar/appbar.ts +0 -281
- package/dist/ts/appbar/index.d.ts +0 -3
- package/dist/ts/appbar/index.ts +0 -3
- package/dist/ts/breadcrumb/breadcrumb-model.d.ts +0 -170
- package/dist/ts/breadcrumb/breadcrumb.d.ts +0 -297
- package/dist/ts/breadcrumb/breadcrumb.ts +0 -959
- package/dist/ts/breadcrumb/index.d.ts +0 -5
- package/dist/ts/breadcrumb/index.ts +0 -5
- package/dist/ts/carousel/carousel-model.d.ts +0 -282
- package/dist/ts/carousel/carousel.d.ts +0 -439
- package/dist/ts/carousel/carousel.ts +0 -1633
- package/dist/ts/carousel/index.d.ts +0 -3
- package/dist/ts/carousel/index.ts +0 -3
- package/dist/ts/common/h-scroll-model.d.ts +0 -16
- package/dist/ts/common/h-scroll.d.ts +0 -105
- package/dist/ts/common/h-scroll.ts +0 -481
- package/dist/ts/common/index.d.ts +0 -9
- package/dist/ts/common/index.ts +0 -10
- package/dist/ts/common/menu-base-model.d.ts +0 -308
- package/dist/ts/common/menu-base.d.ts +0 -558
- package/dist/ts/common/menu-base.ts +0 -2736
- package/dist/ts/common/menu-scroll.d.ts +0 -29
- package/dist/ts/common/menu-scroll.ts +0 -105
- package/dist/ts/common/v-scroll-model.d.ts +0 -16
- package/dist/ts/common/v-scroll.d.ts +0 -106
- package/dist/ts/common/v-scroll.ts +0 -454
- package/dist/ts/context-menu/context-menu-model.d.ts +0 -47
- package/dist/ts/context-menu/context-menu.d.ts +0 -102
- package/dist/ts/context-menu/context-menu.ts +0 -165
- package/dist/ts/context-menu/index.d.ts +0 -5
- package/dist/ts/context-menu/index.ts +0 -5
- package/dist/ts/index.d.ts +0 -16
- package/dist/ts/index.ts +0 -16
- package/dist/ts/menu/index.d.ts +0 -5
- package/dist/ts/menu/index.ts +0 -5
- package/dist/ts/menu/menu-model.d.ts +0 -70
- package/dist/ts/menu/menu.d.ts +0 -127
- package/dist/ts/menu/menu.ts +0 -313
- package/dist/ts/sidebar/index.d.ts +0 -5
- package/dist/ts/sidebar/index.ts +0 -5
- package/dist/ts/sidebar/sidebar-model.d.ts +0 -200
- package/dist/ts/sidebar/sidebar.d.ts +0 -336
- package/dist/ts/sidebar/sidebar.ts +0 -907
- package/dist/ts/stepper/index.d.ts +0 -3
- package/dist/ts/stepper/index.ts +0 -3
- package/dist/ts/stepper/stepper-model.d.ts +0 -159
- package/dist/ts/stepper/stepper.d.ts +0 -381
- package/dist/ts/stepper/stepper.ts +0 -1350
- package/dist/ts/stepper-base/index.d.ts +0 -5
- package/dist/ts/stepper-base/index.ts +0 -6
- package/dist/ts/stepper-base/stepper-base-model.d.ts +0 -124
- package/dist/ts/stepper-base/stepper-base.d.ts +0 -187
- package/dist/ts/stepper-base/stepper-base.ts +0 -290
- package/dist/ts/tab/index.d.ts +0 -5
- package/dist/ts/tab/index.ts +0 -5
- package/dist/ts/tab/tab-model.d.ts +0 -408
- package/dist/ts/tab/tab.d.ts +0 -715
- package/dist/ts/tab/tab.ts +0 -2842
- package/dist/ts/toolbar/index.d.ts +0 -5
- package/dist/ts/toolbar/index.ts +0 -5
- package/dist/ts/toolbar/toolbar-model.d.ts +0 -294
- package/dist/ts/toolbar/toolbar.d.ts +0 -541
- package/dist/ts/toolbar/toolbar.ts +0 -2646
- package/dist/ts/treeview/index.d.ts +0 -5
- package/dist/ts/treeview/index.ts +0 -5
- package/dist/ts/treeview/treeview-model.d.ts +0 -637
- package/dist/ts/treeview/treeview.d.ts +0 -1518
- package/dist/ts/treeview/treeview.ts +0 -6780
|
@@ -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;
|
|
@@ -6311,7 +6312,7 @@
|
|
|
6311
6312
|
}
|
|
6312
6313
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
6313
6314
|
.e-treeview .e-fullrow {
|
|
6314
|
-
z-index:
|
|
6315
|
+
z-index: 0;
|
|
6315
6316
|
}
|
|
6316
6317
|
}
|
|
6317
6318
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -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,6 +7255,7 @@ 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;
|
|
7258
|
+
line-height: 38px;
|
|
7253
7259
|
}
|
|
7254
7260
|
|
|
7255
7261
|
.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;
|
|
@@ -8280,7 +8281,7 @@
|
|
|
8280
8281
|
}
|
|
8281
8282
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
8282
8283
|
.e-treeview .e-fullrow {
|
|
8283
|
-
z-index:
|
|
8284
|
+
z-index: 0;
|
|
8284
8285
|
}
|
|
8285
8286
|
}
|
|
8286
8287
|
.e-treeview .e-checkbox-wrapper {
|
|
@@ -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,6 +9387,7 @@ 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;
|
|
9390
|
+
line-height: 38px;
|
|
9378
9391
|
}
|
|
9379
9392
|
|
|
9380
9393
|
.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,30 @@
|
|
|
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-top: 11px;
|
|
194
|
+
padding-bottom: 11px;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
@if $skin-name == 'material' or $skin-name == 'material-dark' {
|
|
198
|
+
padding-top: 12px;
|
|
199
|
+
padding-bottom: 12px;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
@if $skin-name == 'FluentUI' {
|
|
203
|
+
padding-top: 10px;
|
|
204
|
+
padding-bottom: 10px;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
@if $skin-name == 'bootstrap4' {
|
|
208
|
+
padding-top: 13px;
|
|
209
|
+
padding-bottom: 13px;
|
|
210
|
+
}
|
|
211
|
+
|
|
188
212
|
.e-input-group {
|
|
189
213
|
height: $treeview-big-input-height;
|
|
190
214
|
|
|
@@ -193,6 +217,69 @@
|
|
|
193
217
|
height: 36px;
|
|
194
218
|
}
|
|
195
219
|
}
|
|
220
|
+
|
|
221
|
+
@if $skin-name =='bootstrap5' {
|
|
222
|
+
padding-top: 6px;
|
|
223
|
+
padding-bottom: 6px;
|
|
224
|
+
margin-top: 2px;
|
|
225
|
+
margin-bottom: 2px;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
@if $skin-name == 'highcontrast' or $skin-name == 'material-dark' {
|
|
229
|
+
line-height: 42px;
|
|
230
|
+
min-height: 42px;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.e-input {
|
|
234
|
+
@if $skin-name =='tailwind3' {
|
|
235
|
+
height: 40px;
|
|
236
|
+
line-height: 24px;
|
|
237
|
+
padding-top: 8px;
|
|
238
|
+
padding-bottom: 8px;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
@if $skin-name =='bootstrap5' {
|
|
242
|
+
height: 24px;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
@if $skin-name =='material' or $skin-name == 'material-dark' {
|
|
246
|
+
line-height: 28px;
|
|
247
|
+
min-height: 28px;
|
|
248
|
+
padding-top: 9px;
|
|
249
|
+
padding-bottom: 5px;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
@if $skin-name == 'bootstrap5.3' {
|
|
253
|
+
line-height: 24px;
|
|
254
|
+
min-height: 24px;
|
|
255
|
+
padding-top: 7px;
|
|
256
|
+
padding-bottom: 7px;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.e-list-item .e-text-content .e-list-text {
|
|
263
|
+
&:has(> .e-input-group) {
|
|
264
|
+
@if $skin-name =='highcontrast' {
|
|
265
|
+
padding-top: 4px;
|
|
266
|
+
padding-bottom: 4px;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
@if $skin-name =='FluentUI' {
|
|
270
|
+
padding-top: 2px;
|
|
271
|
+
padding-bottom: 2px;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
@if $skin-name =='material' or $skin-name == 'material-dark' {
|
|
275
|
+
padding-top: 3px;
|
|
276
|
+
padding-bottom: 3px;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
@if $skin-name == 'bootstrap4' {
|
|
280
|
+
padding-top: 6px;
|
|
281
|
+
padding-bottom: 6px;
|
|
282
|
+
}
|
|
196
283
|
}
|
|
197
284
|
}
|
|
198
285
|
|
|
@@ -377,6 +464,10 @@
|
|
|
377
464
|
.e-treeview.e-bigger {
|
|
378
465
|
.e-list-text {
|
|
379
466
|
font-size: $treeview-big-font-size;
|
|
467
|
+
@if $skin-name == 'Material3' {
|
|
468
|
+
padding: 12px;
|
|
469
|
+
}
|
|
470
|
+
|
|
380
471
|
@if $skin-name == 'bootstrap4' {
|
|
381
472
|
color: $treeview-big-text-color;
|
|
382
473
|
}
|
|
@@ -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;
|
|
@@ -86,7 +86,7 @@ $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;
|
|
@@ -119,7 +119,7 @@ $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;
|
|
@@ -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;
|
|
@@ -32,7 +32,7 @@ $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;
|
|
@@ -33,7 +33,7 @@ $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,7 +48,7 @@ $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
53
|
$treeview-big-text-padding: 0 16px !default;
|
|
54
54
|
$treeview-big-input-padding: 0 9px !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;
|
|
@@ -75,7 +75,7 @@ $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
80
|
$treeview-rtl-check-image-margin: 0 12px 0 0 !default;
|
|
81
81
|
$treeview-border-shadow: 0 -1px 2px $hover-border, 0 1px 2px $hover-border !default;
|
|
@@ -89,8 +89,8 @@ $treeview-check-icon-img-wrap-width: calc(100% - 89px) !default;
|
|
|
89
89
|
$treeview-icon-wrap-width: calc(100% - 29px) !default;
|
|
90
90
|
$treeview-icon-img-wrap-width: calc(100% - 57px) !default;
|
|
91
91
|
|
|
92
|
-
$treeview-big-item-height:
|
|
93
|
-
$treeview-big-text-height:
|
|
92
|
+
$treeview-big-item-height: 46px !default;
|
|
93
|
+
$treeview-big-text-height: 24px !default;
|
|
94
94
|
$treeview-big-input-height: 38px !default;
|
|
95
95
|
$treeview-big-text-padding: 0 10px !default;
|
|
96
96
|
$treeview-big-input-padding: 0 9px !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,45 @@
|
|
|
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
|
+
}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
217
255
|
}
|
|
218
256
|
|
|
219
257
|
.e-icons {
|
|
@@ -231,11 +269,14 @@
|
|
|
231
269
|
|
|
232
270
|
.e-text-content {
|
|
233
271
|
@include user-select;
|
|
234
|
-
border: 1px solid;
|
|
235
272
|
cursor: pointer;
|
|
236
273
|
margin: 0;
|
|
237
274
|
padding: $treeview-text-wrap-padding;
|
|
238
275
|
|
|
276
|
+
@if $skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' {
|
|
277
|
+
border: 1px solid;
|
|
278
|
+
}
|
|
279
|
+
|
|
239
280
|
@if $skin-name == 'Material3' or $skin-name == 'tailwind3' {
|
|
240
281
|
border: none;
|
|
241
282
|
}
|
|
@@ -270,7 +311,7 @@
|
|
|
270
311
|
}
|
|
271
312
|
|
|
272
313
|
@supports (-webkit-overflow-scrolling: touch) {
|
|
273
|
-
z-index:
|
|
314
|
+
z-index: 0;
|
|
274
315
|
}
|
|
275
316
|
}
|
|
276
317
|
|
|
@@ -321,14 +362,13 @@
|
|
|
321
362
|
|
|
322
363
|
.e-input-group {
|
|
323
364
|
height: $treeview-input-height;
|
|
324
|
-
@if ($skin-name == '
|
|
325
|
-
margin-top:
|
|
326
|
-
|
|
327
|
-
@else if($skin-name == 'tailwind') {
|
|
328
|
-
margin-bottom: 3px;
|
|
365
|
+
@if ($skin-name == 'tailwind') {
|
|
366
|
+
margin-top: 4px;
|
|
367
|
+
margin-bottom: 4px;
|
|
329
368
|
}
|
|
330
369
|
@else if($skin-name == 'bootstrap5') {
|
|
331
|
-
margin-bottom:
|
|
370
|
+
margin-bottom: 3px;
|
|
371
|
+
margin-top: 3px;
|
|
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
|
}
|
|
@@ -32,8 +32,8 @@ $treeview-drop-count-color: $accent-font !default;
|
|
|
32
32
|
$treeview-drag-item-bg: $grey-700 !default;
|
|
33
33
|
$treeview-drag-item-color: rgba($grey-dark-font, .70) !default;
|
|
34
34
|
$treeview-drag-icon-color: rgba($grey-dark-font, .70) !default;
|
|
35
|
-
$treeview-item-height:
|
|
36
|
-
$treeview-text-height:
|
|
35
|
+
$treeview-item-height: 36px !default;
|
|
36
|
+
$treeview-text-height: 22px !default;
|
|
37
37
|
$treeview-input-height: 30px !default;
|
|
38
38
|
$treeview-root-ul-padding: 0 0 0 24px !default;
|
|
39
39
|
$treeview-rtl-root-ul-padding: 0 24px 0 0 !default;
|
|
@@ -45,7 +45,7 @@ $treeview-icon-size: 24px !default;
|
|
|
45
45
|
$treeview-icon-margin: 0 0 0 -24px !default;
|
|
46
46
|
$treeview-rtl-icon-margin: 0 -24px 0 0 !default;
|
|
47
47
|
$treeview-icon-padding: 7px !default;
|
|
48
|
-
$treeview-text-padding:
|
|
48
|
+
$treeview-text-padding: 7px 5px !default;
|
|
49
49
|
$treeview-text-margin: 0 !default;
|
|
50
50
|
$treeview-image-size: 18px !default;
|
|
51
51
|
$treeview-image-margin: 0 0 0 5px !default;
|
|
@@ -68,7 +68,7 @@ $treeview-icon-image-margin: 0 0 0 10px !default;
|
|
|
68
68
|
$treeview-rtl-icon-image-margin: 0 10px 0 0 !default;
|
|
69
69
|
$treeview-check-margin: 0 0 0 5px !default;
|
|
70
70
|
$treeview-rtl-check-margin: 0 5px 0 0 !default;
|
|
71
|
-
$treeview-check-text-padding:
|
|
71
|
+
$treeview-check-text-padding: 7px 10px !default;
|
|
72
72
|
$treeview-check-image-margin: 0 0 0 12px !default;
|
|
73
73
|
$treeview-rtl-check-image-margin: 0 12px 0 0 !default;
|
|
74
74
|
$treeview-drop-count-border-size: 1px !default;
|
|
@@ -80,9 +80,9 @@ $treeview-check-icon-img-wrap-width: calc(100% - 87px) !default;
|
|
|
80
80
|
$treeview-icon-wrap-width: calc(100% - 29px) !default;
|
|
81
81
|
$treeview-icon-img-wrap-width: calc(100% - 57px) !default;
|
|
82
82
|
|
|
83
|
-
$treeview-big-item-height:
|
|
84
|
-
$treeview-big-text-height:
|
|
85
|
-
$treeview-big-input-height:
|
|
83
|
+
$treeview-big-item-height: 48px !default;
|
|
84
|
+
$treeview-big-text-height: 24px !default;
|
|
85
|
+
$treeview-big-input-height: 40px !default;
|
|
86
86
|
$treeview-big-text-padding: 0 10px !default;
|
|
87
87
|
$treeview-big-input-padding: 0 9px !default;
|
|
88
88
|
$treeview-big-icon-padding: 6px !default;
|
|
@@ -35,8 +35,8 @@ $treeview-drag-item-bg: $grey-200 !default;
|
|
|
35
35
|
$treeview-drag-item-color: rgba($grey-light-font, .54) !default;
|
|
36
36
|
$treeview-drag-icon-color: rgba($grey-light-font, .54) !default;
|
|
37
37
|
|
|
38
|
-
$treeview-item-height:
|
|
39
|
-
$treeview-text-height:
|
|
38
|
+
$treeview-item-height: 36px !default;
|
|
39
|
+
$treeview-text-height: 22px !default;
|
|
40
40
|
$treeview-input-height: 30px !default;
|
|
41
41
|
$treeview-root-ul-padding: 0 0 0 24px !default;
|
|
42
42
|
$treeview-rtl-root-ul-padding: 0 24px 0 0 !default;
|
|
@@ -48,7 +48,7 @@ $treeview-icon-size: 24px !default;
|
|
|
48
48
|
$treeview-icon-margin: 0 0 0 -24px !default;
|
|
49
49
|
$treeview-rtl-icon-margin: 0 -24px 0 0 !default;
|
|
50
50
|
$treeview-icon-padding: 7px !default;
|
|
51
|
-
$treeview-text-padding:
|
|
51
|
+
$treeview-text-padding: 7px 5px !default;
|
|
52
52
|
$treeview-text-margin: 0 !default;
|
|
53
53
|
$treeview-image-size: 18px !default;
|
|
54
54
|
$treeview-image-margin: 0 0 0 5px !default;
|
|
@@ -71,7 +71,7 @@ $treeview-icon-image-margin: 0 0 0 10px !default;
|
|
|
71
71
|
$treeview-rtl-icon-image-margin: 0 10px 0 0 !default;
|
|
72
72
|
$treeview-check-margin: 0 0 0 5px !default;
|
|
73
73
|
$treeview-rtl-check-margin: 0 5px 0 0 !default;
|
|
74
|
-
$treeview-check-text-padding:
|
|
74
|
+
$treeview-check-text-padding: 7px 10px !default;
|
|
75
75
|
$treeview-check-image-margin: 0 0 0 12px !default;
|
|
76
76
|
$treeview-rtl-check-image-margin: 0 12px 0 0 !default;
|
|
77
77
|
$treeview-drop-count-border-size: 1px !default;
|
|
@@ -83,8 +83,8 @@ $treeview-check-icon-img-wrap-width: calc(100% - 87px) !default;
|
|
|
83
83
|
$treeview-icon-wrap-width: calc(100% - 29px) !default;
|
|
84
84
|
$treeview-icon-img-wrap-width: calc(100% - 57px) !default;
|
|
85
85
|
|
|
86
|
-
$treeview-big-item-height:
|
|
87
|
-
$treeview-big-text-height:
|
|
86
|
+
$treeview-big-item-height: 48px !default;
|
|
87
|
+
$treeview-big-text-height: 24px !default;
|
|
88
88
|
$treeview-big-input-height: 38px !default;
|
|
89
89
|
$treeview-big-text-padding: 0 10px !default;
|
|
90
90
|
$treeview-big-input-padding: 0 9px !default;
|