@syncfusion/ej2-angular-navigations 19.4.53 → 20.1.47
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/@syncfusion/ej2-angular-navigations.es5.js +330 -68
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +310 -68
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +35 -2
- package/README.md +16 -1
- package/dist/ej2-angular-navigations.umd.js +343 -72
- package/dist/ej2-angular-navigations.umd.js.map +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +2 -2
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
- package/ej2-angular-navigations.d.ts +5 -4
- package/ej2-angular-navigations.metadata.json +1 -1
- package/package.json +12 -9
- package/postinstall/tagchange.js +1 -1
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/carousel/carousel-all.module.d.ts +5 -0
- package/src/carousel/carousel.component.d.ts +58 -0
- package/src/carousel/carousel.module.d.ts +5 -0
- package/src/carousel/items.directive.d.ts +46 -0
- package/src/index.d.ts +4 -0
- package/styles/accordion/bootstrap-dark.css +48 -63
- package/styles/accordion/bootstrap.css +48 -63
- package/styles/accordion/bootstrap4.css +48 -63
- package/styles/accordion/bootstrap5-dark.css +51 -66
- package/styles/accordion/bootstrap5.css +51 -66
- package/styles/accordion/fabric-dark.css +50 -65
- package/styles/accordion/fabric.css +50 -65
- package/styles/accordion/fluent-dark.css +395 -0
- package/styles/accordion/fluent-dark.scss +1 -0
- package/styles/accordion/fluent.css +395 -0
- package/styles/accordion/fluent.scss +1 -0
- package/styles/accordion/highcontrast-light.css +49 -64
- package/styles/accordion/highcontrast.css +49 -64
- package/styles/accordion/material-dark.css +49 -64
- package/styles/accordion/material.css +49 -64
- package/styles/accordion/tailwind-dark.css +52 -67
- package/styles/accordion/tailwind.css +52 -67
- package/styles/bootstrap-dark.css +310 -69
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +310 -69
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +310 -69
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +415 -171
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +415 -171
- package/styles/bootstrap5.scss +1 -0
- package/styles/breadcrumb/bootstrap-dark.css +10 -2
- package/styles/breadcrumb/bootstrap.css +10 -2
- package/styles/breadcrumb/bootstrap4.css +10 -2
- package/styles/breadcrumb/bootstrap5-dark.css +12 -4
- package/styles/breadcrumb/bootstrap5.css +12 -4
- package/styles/breadcrumb/fabric-dark.css +10 -4
- package/styles/breadcrumb/fabric.css +10 -4
- package/styles/breadcrumb/fluent-dark.css +444 -0
- package/styles/breadcrumb/fluent-dark.scss +1 -0
- package/styles/breadcrumb/fluent.css +444 -0
- package/styles/breadcrumb/fluent.scss +1 -0
- package/styles/breadcrumb/highcontrast-light.css +10 -4
- package/styles/breadcrumb/highcontrast.css +10 -4
- package/styles/breadcrumb/material-dark.css +10 -2
- package/styles/breadcrumb/material.css +10 -2
- package/styles/breadcrumb/tailwind-dark.css +21 -4
- package/styles/breadcrumb/tailwind.css +27 -10
- package/styles/carousel/bootstrap-dark.css +236 -0
- package/styles/carousel/bootstrap-dark.scss +1 -0
- package/styles/carousel/bootstrap.css +236 -0
- package/styles/carousel/bootstrap.scss +1 -0
- package/styles/carousel/bootstrap4.css +236 -0
- package/styles/carousel/bootstrap4.scss +1 -0
- package/styles/carousel/bootstrap5-dark.css +236 -0
- package/styles/carousel/bootstrap5-dark.scss +1 -0
- package/styles/carousel/bootstrap5.css +236 -0
- package/styles/carousel/bootstrap5.scss +1 -0
- package/styles/carousel/fabric-dark.css +236 -0
- package/styles/carousel/fabric-dark.scss +1 -0
- package/styles/carousel/fabric.css +236 -0
- package/styles/carousel/fabric.scss +1 -0
- package/styles/carousel/fluent-dark.css +236 -0
- package/styles/carousel/fluent-dark.scss +1 -0
- package/styles/carousel/fluent.css +236 -0
- package/styles/carousel/fluent.scss +1 -0
- package/styles/carousel/highcontrast-light.css +236 -0
- package/styles/carousel/highcontrast-light.scss +1 -0
- package/styles/carousel/highcontrast.css +236 -0
- package/styles/carousel/highcontrast.scss +1 -0
- package/styles/carousel/material-dark.css +237 -0
- package/styles/carousel/material-dark.scss +1 -0
- package/styles/carousel/material.css +237 -0
- package/styles/carousel/material.scss +1 -0
- package/styles/carousel/tailwind-dark.css +237 -0
- package/styles/carousel/tailwind-dark.scss +1 -0
- package/styles/carousel/tailwind.css +237 -0
- package/styles/carousel/tailwind.scss +1 -0
- package/styles/context-menu/bootstrap-dark.css +5 -0
- package/styles/context-menu/bootstrap.css +5 -0
- package/styles/context-menu/bootstrap4.css +5 -0
- package/styles/context-menu/bootstrap5-dark.css +16 -8
- package/styles/context-menu/bootstrap5.css +16 -8
- package/styles/context-menu/fabric-dark.css +5 -0
- package/styles/context-menu/fabric.css +5 -0
- package/styles/context-menu/fluent-dark.css +388 -0
- package/styles/context-menu/fluent-dark.scss +1 -0
- package/styles/context-menu/fluent.css +388 -0
- package/styles/context-menu/fluent.scss +1 -0
- package/styles/context-menu/highcontrast-light.css +5 -0
- package/styles/context-menu/highcontrast.css +5 -0
- package/styles/context-menu/material-dark.css +5 -0
- package/styles/context-menu/material.css +5 -0
- package/styles/context-menu/tailwind-dark.css +11 -4
- package/styles/context-menu/tailwind.css +11 -4
- package/styles/fabric-dark.css +312 -73
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +312 -73
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +10263 -0
- package/styles/fluent-dark.scss +11 -0
- package/styles/fluent.css +10263 -0
- package/styles/fluent.scss +11 -0
- package/styles/h-scroll/bootstrap-dark.css +0 -1
- package/styles/h-scroll/bootstrap.css +0 -1
- package/styles/h-scroll/bootstrap4.css +0 -1
- package/styles/h-scroll/bootstrap5-dark.css +10 -11
- package/styles/h-scroll/bootstrap5.css +10 -11
- package/styles/h-scroll/fabric-dark.css +0 -1
- package/styles/h-scroll/fabric.css +0 -1
- package/styles/h-scroll/fluent-dark.css +326 -0
- package/styles/h-scroll/fluent-dark.scss +1 -0
- package/styles/h-scroll/fluent.css +326 -0
- package/styles/h-scroll/fluent.scss +1 -0
- package/styles/h-scroll/highcontrast-light.css +0 -1
- package/styles/h-scroll/highcontrast.css +0 -1
- package/styles/h-scroll/material-dark.css +3 -4
- package/styles/h-scroll/material.css +0 -1
- package/styles/h-scroll/tailwind-dark.css +8 -9
- package/styles/h-scroll/tailwind.css +8 -9
- package/styles/highcontrast-light.css +311 -72
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +312 -73
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +314 -73
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +311 -70
- package/styles/material.scss +1 -0
- package/styles/menu/bootstrap-dark.css +1 -2
- package/styles/menu/bootstrap.css +1 -2
- package/styles/menu/bootstrap4.css +1 -2
- package/styles/menu/bootstrap5-dark.css +23 -24
- package/styles/menu/bootstrap5.css +23 -24
- package/styles/menu/fabric-dark.css +1 -2
- package/styles/menu/fabric.css +1 -2
- package/styles/menu/fluent-dark.css +1261 -0
- package/styles/menu/fluent-dark.scss +1 -0
- package/styles/menu/fluent.css +1261 -0
- package/styles/menu/fluent.scss +1 -0
- package/styles/menu/highcontrast-light.css +1 -2
- package/styles/menu/highcontrast.css +1 -2
- package/styles/menu/material-dark.css +1 -2
- package/styles/menu/material.css +1 -2
- package/styles/menu/tailwind-dark.css +18 -18
- package/styles/menu/tailwind.css +18 -18
- package/styles/sidebar/bootstrap-dark.css +4 -0
- package/styles/sidebar/bootstrap.css +4 -0
- package/styles/sidebar/bootstrap4.css +4 -0
- package/styles/sidebar/bootstrap5-dark.css +4 -0
- package/styles/sidebar/bootstrap5.css +4 -0
- package/styles/sidebar/fabric-dark.css +4 -0
- package/styles/sidebar/fabric.css +4 -0
- package/styles/sidebar/fluent-dark.css +158 -0
- package/styles/sidebar/fluent-dark.scss +1 -0
- package/styles/sidebar/fluent.css +158 -0
- package/styles/sidebar/fluent.scss +1 -0
- package/styles/sidebar/highcontrast-light.css +4 -0
- package/styles/sidebar/highcontrast.css +4 -0
- package/styles/sidebar/material-dark.css +4 -0
- package/styles/sidebar/material.css +4 -0
- package/styles/sidebar/tailwind-dark.css +4 -0
- package/styles/sidebar/tailwind.css +4 -0
- package/styles/tab/bootstrap-dark.css +1 -1
- package/styles/tab/bootstrap.css +1 -1
- package/styles/tab/bootstrap4.css +1 -1
- package/styles/tab/bootstrap5-dark.css +23 -23
- package/styles/tab/bootstrap5.css +23 -23
- package/styles/tab/fabric-dark.css +1 -1
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/fluent-dark.css +4394 -0
- package/styles/tab/fluent-dark.scss +1 -0
- package/styles/tab/fluent.css +4394 -0
- package/styles/tab/fluent.scss +1 -0
- package/styles/tab/highcontrast-light.css +1 -1
- package/styles/tab/highcontrast.css +2 -2
- package/styles/tab/material-dark.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +43 -45
- package/styles/tab/tailwind.css +43 -45
- package/styles/tailwind-dark.css +422 -171
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +428 -177
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/bootstrap-dark.css +4 -0
- package/styles/toolbar/bootstrap.css +4 -0
- package/styles/toolbar/bootstrap4.css +4 -0
- package/styles/toolbar/bootstrap5-dark.css +35 -31
- package/styles/toolbar/bootstrap5.css +35 -31
- package/styles/toolbar/fabric-dark.css +4 -0
- package/styles/toolbar/fabric.css +4 -0
- package/styles/toolbar/fluent-dark.css +1365 -0
- package/styles/toolbar/fluent-dark.scss +1 -0
- package/styles/toolbar/fluent.css +1365 -0
- package/styles/toolbar/fluent.scss +1 -0
- package/styles/toolbar/highcontrast-light.css +4 -0
- package/styles/toolbar/highcontrast.css +4 -0
- package/styles/toolbar/material-dark.css +4 -0
- package/styles/toolbar/material.css +4 -0
- package/styles/toolbar/tailwind-dark.css +10 -6
- package/styles/toolbar/tailwind.css +10 -6
- package/styles/treeview/bootstrap5-dark.css +4 -4
- package/styles/treeview/bootstrap5.css +4 -4
- package/styles/treeview/fluent-dark.css +1039 -0
- package/styles/treeview/fluent-dark.scss +1 -0
- package/styles/treeview/fluent.css +1039 -0
- package/styles/treeview/fluent.scss +1 -0
- package/styles/treeview/tailwind-dark.css +13 -14
- package/styles/treeview/tailwind.css +13 -14
- package/styles/v-scroll/fluent-dark.css +247 -0
- package/styles/v-scroll/fluent-dark.scss +1 -0
- package/styles/v-scroll/fluent.css +247 -0
- package/styles/v-scroll/fluent.scss +1 -0
- package/styles/v-scroll/tailwind-dark.css +4 -4
- package/styles/v-scroll/tailwind.css +4 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-navigations/styles/toolbar/fluent.scss';
|
|
@@ -1275,6 +1275,10 @@
|
|
|
1275
1275
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1279
|
+
background: transparent;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1278
1282
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1279
1283
|
background: #212121;
|
|
1280
1284
|
}
|
|
@@ -1278,6 +1278,10 @@
|
|
|
1278
1278
|
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21);
|
|
1279
1279
|
}
|
|
1280
1280
|
|
|
1281
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1282
|
+
background: transparent;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1281
1285
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1282
1286
|
background: #fafafa;
|
|
1283
1287
|
}
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
/*! component's theme wise override definitions and variables */
|
|
14
14
|
/*! toolbar icons */
|
|
15
15
|
.e-toolbar .e-popup-down-icon::before {
|
|
16
|
-
content: '\
|
|
16
|
+
content: '\e729';
|
|
17
17
|
line-height: normal;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.e-toolbar .e-popup-up-icon::before {
|
|
21
|
-
content: '\
|
|
21
|
+
content: '\e776';
|
|
22
22
|
line-height: normal;
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
236
236
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
|
|
237
237
|
height: 30px;
|
|
238
|
-
margin: 8px
|
|
238
|
+
margin: 8px 6px;
|
|
239
239
|
min-height: 30px;
|
|
240
240
|
}
|
|
241
241
|
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
|
|
368
368
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
369
369
|
height: 30px;
|
|
370
|
-
margin: 8px
|
|
370
|
+
margin: 8px 6px;
|
|
371
371
|
min-height: 30px;
|
|
372
372
|
}
|
|
373
373
|
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
}
|
|
562
562
|
|
|
563
563
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
564
|
-
margin: 7px
|
|
564
|
+
margin: 7px 4px;
|
|
565
565
|
min-height: 16px;
|
|
566
566
|
min-width: 1px;
|
|
567
567
|
vertical-align: middle;
|
|
@@ -1007,7 +1007,7 @@
|
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
1009
1009
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1010
|
-
margin: 7px
|
|
1010
|
+
margin: 7px 4px;
|
|
1011
1011
|
min-height: 24px;
|
|
1012
1012
|
min-width: 1px;
|
|
1013
1013
|
}
|
|
@@ -1261,6 +1261,10 @@
|
|
|
1261
1261
|
background: #4b5563;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1265
|
+
background: transparent;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1264
1268
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1265
1269
|
background: #374151;
|
|
1266
1270
|
}
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
/*! component's theme wise override definitions and variables */
|
|
14
14
|
/*! toolbar icons */
|
|
15
15
|
.e-toolbar .e-popup-down-icon::before {
|
|
16
|
-
content: '\
|
|
16
|
+
content: '\e729';
|
|
17
17
|
line-height: normal;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.e-toolbar .e-popup-up-icon::before {
|
|
21
|
-
content: '\
|
|
21
|
+
content: '\e776';
|
|
22
22
|
line-height: normal;
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
236
236
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator {
|
|
237
237
|
height: 30px;
|
|
238
|
-
margin: 8px
|
|
238
|
+
margin: 8px 6px;
|
|
239
239
|
min-height: 30px;
|
|
240
240
|
}
|
|
241
241
|
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator,
|
|
368
368
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
369
369
|
height: 30px;
|
|
370
|
-
margin: 8px
|
|
370
|
+
margin: 8px 6px;
|
|
371
371
|
min-height: 30px;
|
|
372
372
|
}
|
|
373
373
|
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
}
|
|
562
562
|
|
|
563
563
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
564
|
-
margin: 7px
|
|
564
|
+
margin: 7px 4px;
|
|
565
565
|
min-height: 16px;
|
|
566
566
|
min-width: 1px;
|
|
567
567
|
vertical-align: middle;
|
|
@@ -1007,7 +1007,7 @@
|
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
1009
1009
|
.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
1010
|
-
margin: 7px
|
|
1010
|
+
margin: 7px 4px;
|
|
1011
1011
|
min-height: 24px;
|
|
1012
1012
|
min-width: 1px;
|
|
1013
1013
|
}
|
|
@@ -1261,6 +1261,10 @@
|
|
|
1261
1261
|
background: #e5e7eb;
|
|
1262
1262
|
}
|
|
1263
1263
|
|
|
1264
|
+
.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
1265
|
+
background: transparent;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1264
1268
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
1265
1269
|
background: #f3f4f6;
|
|
1266
1270
|
}
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
.e-treeview .e-checkbox-wrapper {
|
|
472
|
-
margin: 0 0 0
|
|
472
|
+
margin: 0 0 0 12px;
|
|
473
473
|
pointer-events: all;
|
|
474
474
|
position: relative;
|
|
475
475
|
}
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
654
|
-
padding: 0 0 0
|
|
654
|
+
padding: 0 0 0 12px;
|
|
655
655
|
}
|
|
656
656
|
|
|
657
657
|
.e-treeview .e-navigable .e-list-icon,
|
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
}
|
|
717
717
|
|
|
718
718
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
719
|
-
padding: 0
|
|
719
|
+
padding: 0 12px 0 0;
|
|
720
720
|
}
|
|
721
721
|
|
|
722
722
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
}
|
|
739
739
|
|
|
740
740
|
.e-treeview.e-rtl .e-checkbox-wrapper {
|
|
741
|
-
margin: 0
|
|
741
|
+
margin: 0 12px 0 0;
|
|
742
742
|
}
|
|
743
743
|
|
|
744
744
|
.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
}
|
|
470
470
|
|
|
471
471
|
.e-treeview .e-checkbox-wrapper {
|
|
472
|
-
margin: 0 0 0
|
|
472
|
+
margin: 0 0 0 12px;
|
|
473
473
|
pointer-events: all;
|
|
474
474
|
position: relative;
|
|
475
475
|
}
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
.e-treeview .e-navigable .e-anchor-wrap {
|
|
654
|
-
padding: 0 0 0
|
|
654
|
+
padding: 0 0 0 12px;
|
|
655
655
|
}
|
|
656
656
|
|
|
657
657
|
.e-treeview .e-navigable .e-list-icon,
|
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
}
|
|
717
717
|
|
|
718
718
|
.e-treeview.e-rtl .e-navigable .e-anchor-wrap {
|
|
719
|
-
padding: 0
|
|
719
|
+
padding: 0 12px 0 0;
|
|
720
720
|
}
|
|
721
721
|
|
|
722
722
|
.e-treeview.e-rtl .e-navigable .e-list-icon,
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
}
|
|
739
739
|
|
|
740
740
|
.e-treeview.e-rtl .e-checkbox-wrapper {
|
|
741
|
-
margin: 0
|
|
741
|
+
margin: 0 12px 0 0;
|
|
742
742
|
}
|
|
743
743
|
|
|
744
744
|
.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon,
|