@syncfusion/ej2-angular-navigations 20.2.50-ngcc → 20.3.47-ngcc

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.
Files changed (238) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +145 -4
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-navigations.js +134 -4
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -1
  5. package/CHANGELOG.md +22 -0
  6. package/README.md +14 -0
  7. package/dist/ej2-angular-navigations.umd.js +148 -2
  8. package/dist/ej2-angular-navigations.umd.js.map +1 -1
  9. package/dist/ej2-angular-navigations.umd.min.js +2 -2
  10. package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
  11. package/ej2-angular-navigations.d.ts +1 -0
  12. package/ej2-angular-navigations.metadata.json +1 -1
  13. package/package.json +12 -9
  14. package/postinstall/tagchange.js +1 -1
  15. package/schematics/utils/lib-details.d.ts +3 -3
  16. package/schematics/utils/lib-details.js +3 -3
  17. package/schematics/utils/lib-details.ts +3 -3
  18. package/src/appbar/appbar-all.module.d.ts +5 -0
  19. package/src/appbar/appbar.component.d.ts +29 -0
  20. package/src/appbar/appbar.module.d.ts +5 -0
  21. package/src/index.d.ts +3 -0
  22. package/styles/accordion/bootstrap-dark.css +1 -0
  23. package/styles/accordion/bootstrap.css +1 -0
  24. package/styles/accordion/bootstrap4.css +1 -0
  25. package/styles/accordion/bootstrap5-dark.css +2 -0
  26. package/styles/accordion/bootstrap5.css +2 -0
  27. package/styles/accordion/fabric-dark.css +1 -0
  28. package/styles/accordion/fabric.css +1 -0
  29. package/styles/accordion/fluent-dark.css +1 -0
  30. package/styles/accordion/fluent.css +1 -0
  31. package/styles/accordion/highcontrast-light.css +1 -0
  32. package/styles/accordion/highcontrast.css +1 -0
  33. package/styles/accordion/material-dark.css +1 -0
  34. package/styles/accordion/material.css +1 -0
  35. package/styles/accordion/tailwind-dark.css +1 -0
  36. package/styles/accordion/tailwind.css +1 -0
  37. package/styles/appbar/bootstrap-dark.css +244 -0
  38. package/styles/appbar/bootstrap-dark.scss +1 -0
  39. package/styles/appbar/bootstrap.css +244 -0
  40. package/styles/appbar/bootstrap.scss +1 -0
  41. package/styles/appbar/bootstrap4.css +244 -0
  42. package/styles/appbar/bootstrap4.scss +1 -0
  43. package/styles/appbar/bootstrap5-dark.css +244 -0
  44. package/styles/appbar/bootstrap5-dark.scss +1 -0
  45. package/styles/appbar/bootstrap5.css +244 -0
  46. package/styles/appbar/bootstrap5.scss +1 -0
  47. package/styles/appbar/fabric-dark.css +244 -0
  48. package/styles/appbar/fabric-dark.scss +1 -0
  49. package/styles/appbar/fabric.css +244 -0
  50. package/styles/appbar/fabric.scss +1 -0
  51. package/styles/appbar/fluent-dark.css +244 -0
  52. package/styles/appbar/fluent-dark.scss +1 -0
  53. package/styles/appbar/fluent.css +244 -0
  54. package/styles/appbar/fluent.scss +1 -0
  55. package/styles/appbar/highcontrast-light.css +244 -0
  56. package/styles/appbar/highcontrast-light.scss +1 -0
  57. package/styles/appbar/highcontrast.css +244 -0
  58. package/styles/appbar/highcontrast.scss +1 -0
  59. package/styles/appbar/material-dark.css +245 -0
  60. package/styles/appbar/material-dark.scss +1 -0
  61. package/styles/appbar/material.css +245 -0
  62. package/styles/appbar/material.scss +1 -0
  63. package/styles/appbar/tailwind-dark.css +245 -0
  64. package/styles/appbar/tailwind-dark.scss +1 -0
  65. package/styles/appbar/tailwind.css +245 -0
  66. package/styles/appbar/tailwind.scss +1 -0
  67. package/styles/bootstrap-dark.css +340 -21
  68. package/styles/bootstrap-dark.scss +1 -0
  69. package/styles/bootstrap.css +345 -26
  70. package/styles/bootstrap.scss +1 -0
  71. package/styles/bootstrap4.css +348 -29
  72. package/styles/bootstrap4.scss +1 -0
  73. package/styles/bootstrap5-dark.css +360 -36
  74. package/styles/bootstrap5-dark.scss +1 -0
  75. package/styles/bootstrap5.css +360 -36
  76. package/styles/bootstrap5.scss +1 -0
  77. package/styles/carousel/bootstrap-dark.css +46 -11
  78. package/styles/carousel/bootstrap.css +46 -11
  79. package/styles/carousel/bootstrap4.css +46 -11
  80. package/styles/carousel/bootstrap5-dark.css +46 -11
  81. package/styles/carousel/bootstrap5.css +46 -11
  82. package/styles/carousel/fabric-dark.css +46 -11
  83. package/styles/carousel/fabric.css +46 -11
  84. package/styles/carousel/fluent-dark.css +46 -11
  85. package/styles/carousel/fluent.css +46 -11
  86. package/styles/carousel/highcontrast-light.css +46 -11
  87. package/styles/carousel/highcontrast.css +46 -11
  88. package/styles/carousel/material-dark.css +46 -11
  89. package/styles/carousel/material.css +46 -11
  90. package/styles/carousel/tailwind-dark.css +46 -11
  91. package/styles/carousel/tailwind.css +46 -11
  92. package/styles/context-menu/bootstrap4.css +2 -2
  93. package/styles/context-menu/bootstrap5-dark.css +3 -3
  94. package/styles/context-menu/bootstrap5.css +3 -3
  95. package/styles/context-menu/fluent-dark.css +1 -1
  96. package/styles/context-menu/fluent.css +1 -1
  97. package/styles/context-menu/tailwind-dark.css +1 -1
  98. package/styles/context-menu/tailwind.css +1 -1
  99. package/styles/fabric-dark.css +340 -21
  100. package/styles/fabric-dark.scss +1 -0
  101. package/styles/fabric.css +340 -21
  102. package/styles/fabric.scss +1 -0
  103. package/styles/fluent-dark.css +352 -33
  104. package/styles/fluent-dark.scss +1 -0
  105. package/styles/fluent.css +352 -33
  106. package/styles/fluent.scss +1 -0
  107. package/styles/h-scroll/bootstrap-dark.css +0 -2
  108. package/styles/h-scroll/bootstrap.css +0 -2
  109. package/styles/h-scroll/bootstrap4.css +0 -2
  110. package/styles/h-scroll/bootstrap5-dark.css +0 -2
  111. package/styles/h-scroll/bootstrap5.css +0 -2
  112. package/styles/h-scroll/fabric-dark.css +0 -2
  113. package/styles/h-scroll/fabric.css +0 -2
  114. package/styles/h-scroll/fluent-dark.css +0 -2
  115. package/styles/h-scroll/fluent.css +0 -2
  116. package/styles/h-scroll/highcontrast-light.css +0 -2
  117. package/styles/h-scroll/highcontrast.css +0 -2
  118. package/styles/h-scroll/material-dark.css +0 -2
  119. package/styles/h-scroll/material.css +0 -2
  120. package/styles/h-scroll/tailwind-dark.css +0 -2
  121. package/styles/h-scroll/tailwind.css +0 -2
  122. package/styles/highcontrast-light.css +339 -20
  123. package/styles/highcontrast-light.scss +1 -0
  124. package/styles/highcontrast.css +339 -20
  125. package/styles/highcontrast.scss +1 -0
  126. package/styles/material-dark.css +339 -20
  127. package/styles/material-dark.scss +1 -0
  128. package/styles/material.css +339 -20
  129. package/styles/material.scss +1 -0
  130. package/styles/menu/bootstrap-dark.css +22 -0
  131. package/styles/menu/bootstrap.css +22 -0
  132. package/styles/menu/bootstrap4.css +22 -0
  133. package/styles/menu/bootstrap5-dark.css +23 -1
  134. package/styles/menu/bootstrap5.css +23 -1
  135. package/styles/menu/fabric-dark.css +22 -0
  136. package/styles/menu/fabric.css +22 -0
  137. package/styles/menu/fluent-dark.css +23 -1
  138. package/styles/menu/fluent.css +23 -1
  139. package/styles/menu/highcontrast-light.css +22 -0
  140. package/styles/menu/highcontrast.css +22 -0
  141. package/styles/menu/material-dark.css +22 -0
  142. package/styles/menu/material.css +22 -0
  143. package/styles/menu/tailwind-dark.css +23 -1
  144. package/styles/menu/tailwind.css +23 -1
  145. package/styles/pager/bootstrap-dark.css +5 -3
  146. package/styles/pager/bootstrap.css +10 -8
  147. package/styles/pager/bootstrap4.css +11 -9
  148. package/styles/pager/bootstrap5-dark.css +14 -12
  149. package/styles/pager/bootstrap5.css +14 -12
  150. package/styles/pager/fabric-dark.css +5 -3
  151. package/styles/pager/fabric.css +5 -3
  152. package/styles/pager/fluent-dark.css +6 -4
  153. package/styles/pager/fluent.css +6 -4
  154. package/styles/pager/highcontrast-light.css +4 -2
  155. package/styles/pager/highcontrast.css +4 -2
  156. package/styles/pager/material-dark.css +4 -2
  157. package/styles/pager/material.css +4 -2
  158. package/styles/pager/tailwind-dark.css +19 -17
  159. package/styles/pager/tailwind.css +19 -17
  160. package/styles/sidebar/bootstrap-dark.css +4 -0
  161. package/styles/sidebar/bootstrap.css +4 -0
  162. package/styles/sidebar/bootstrap4.css +4 -0
  163. package/styles/sidebar/bootstrap5-dark.css +4 -0
  164. package/styles/sidebar/bootstrap5.css +4 -0
  165. package/styles/sidebar/fabric-dark.css +4 -0
  166. package/styles/sidebar/fabric.css +4 -0
  167. package/styles/sidebar/fluent-dark.css +4 -0
  168. package/styles/sidebar/fluent.css +4 -0
  169. package/styles/sidebar/highcontrast-light.css +4 -0
  170. package/styles/sidebar/highcontrast.css +4 -0
  171. package/styles/sidebar/material-dark.css +4 -0
  172. package/styles/sidebar/material.css +4 -0
  173. package/styles/sidebar/tailwind-dark.css +4 -0
  174. package/styles/sidebar/tailwind.css +4 -0
  175. package/styles/tab/bootstrap-dark.css +1 -1
  176. package/styles/tab/bootstrap.css +1 -1
  177. package/styles/tab/bootstrap4.css +1 -1
  178. package/styles/tab/bootstrap5-dark.css +5 -2
  179. package/styles/tab/bootstrap5.css +5 -2
  180. package/styles/tab/fabric-dark.css +1 -1
  181. package/styles/tab/fabric.css +1 -1
  182. package/styles/tab/fluent-dark.css +5 -5
  183. package/styles/tab/fluent.css +5 -5
  184. package/styles/tab/highcontrast-light.css +1 -1
  185. package/styles/tab/highcontrast.css +1 -1
  186. package/styles/tab/material-dark.css +1 -1
  187. package/styles/tab/material.css +1 -1
  188. package/styles/tab/tailwind-dark.css +1 -1
  189. package/styles/tab/tailwind.css +1 -1
  190. package/styles/tailwind-dark.css +359 -38
  191. package/styles/tailwind-dark.scss +1 -0
  192. package/styles/tailwind.css +359 -38
  193. package/styles/tailwind.scss +1 -0
  194. package/styles/toolbar/bootstrap-dark.css +10 -2
  195. package/styles/toolbar/bootstrap.css +10 -2
  196. package/styles/toolbar/bootstrap4.css +10 -2
  197. package/styles/toolbar/bootstrap5-dark.css +12 -3
  198. package/styles/toolbar/bootstrap5.css +12 -3
  199. package/styles/toolbar/fabric-dark.css +10 -2
  200. package/styles/toolbar/fabric.css +10 -2
  201. package/styles/toolbar/fluent-dark.css +15 -7
  202. package/styles/toolbar/fluent.css +15 -7
  203. package/styles/toolbar/highcontrast-light.css +10 -2
  204. package/styles/toolbar/highcontrast.css +10 -2
  205. package/styles/toolbar/material-dark.css +10 -2
  206. package/styles/toolbar/material.css +10 -2
  207. package/styles/toolbar/tailwind-dark.css +11 -3
  208. package/styles/toolbar/tailwind.css +11 -3
  209. package/styles/treeview/bootstrap-dark.css +6 -0
  210. package/styles/treeview/bootstrap.css +6 -0
  211. package/styles/treeview/bootstrap4.css +6 -0
  212. package/styles/treeview/bootstrap5-dark.css +6 -0
  213. package/styles/treeview/bootstrap5.css +6 -0
  214. package/styles/treeview/fabric-dark.css +6 -0
  215. package/styles/treeview/fabric.css +6 -0
  216. package/styles/treeview/fluent-dark.css +6 -0
  217. package/styles/treeview/fluent.css +6 -0
  218. package/styles/treeview/highcontrast-light.css +6 -0
  219. package/styles/treeview/highcontrast.css +6 -0
  220. package/styles/treeview/material-dark.css +6 -0
  221. package/styles/treeview/material.css +6 -0
  222. package/styles/treeview/tailwind-dark.css +7 -0
  223. package/styles/treeview/tailwind.css +7 -0
  224. package/styles/v-scroll/bootstrap-dark.css +0 -2
  225. package/styles/v-scroll/bootstrap.css +0 -2
  226. package/styles/v-scroll/bootstrap4.css +0 -2
  227. package/styles/v-scroll/bootstrap5-dark.css +0 -2
  228. package/styles/v-scroll/bootstrap5.css +0 -2
  229. package/styles/v-scroll/fabric-dark.css +0 -2
  230. package/styles/v-scroll/fabric.css +0 -2
  231. package/styles/v-scroll/fluent-dark.css +0 -2
  232. package/styles/v-scroll/fluent.css +0 -2
  233. package/styles/v-scroll/highcontrast-light.css +0 -2
  234. package/styles/v-scroll/highcontrast.css +0 -2
  235. package/styles/v-scroll/material-dark.css +0 -2
  236. package/styles/v-scroll/material.css +0 -2
  237. package/styles/v-scroll/tailwind-dark.css +0 -2
  238. package/styles/v-scroll/tailwind.css +0 -2
@@ -9,7 +9,7 @@
9
9
  box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
10
10
  }
11
11
  }
12
- /*! component's theme wise override definitions and variables */
12
+ /*! component's theme wise override definitions and variables */ /* stylelint-disable-line no-empty-source */
13
13
  /*! toolbar icons */
14
14
  .e-toolbar .e-popup-down-icon::before {
15
15
  content: "\e729";
@@ -21,6 +21,7 @@
21
21
  }
22
22
 
23
23
  /*! toolbar layout */
24
+ /* stylelint-disable property-no-vendor-prefix */
24
25
  .e-bigger .e-toolbar,
25
26
  .e-toolbar.e-bigger {
26
27
  height: 48px;
@@ -363,8 +364,6 @@
363
364
  height: 38px;
364
365
  min-height: 38px;
365
366
  position: relative;
366
- -ms-touch-action: none;
367
- touch-action: none;
368
367
  -webkit-user-select: none;
369
368
  -ms-user-select: none;
370
369
  user-select: none;
@@ -805,6 +804,10 @@
805
804
  .e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
806
805
  margin-right: 8px;
807
806
  }
807
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
808
+ -ms-touch-action: pan-y pinch-zoom;
809
+ touch-action: pan-y pinch-zoom;
810
+ }
808
811
  .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
809
812
  margin-right: 8px;
810
813
  }
@@ -924,6 +927,10 @@
924
927
  bottom: auto;
925
928
  top: 0;
926
929
  }
930
+ .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
931
+ -ms-touch-action: pan-x pinch-zoom;
932
+ touch-action: pan-x pinch-zoom;
933
+ }
927
934
  .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
928
935
  .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
929
936
  .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
@@ -973,6 +980,7 @@
973
980
  }
974
981
 
975
982
  /*! toolbar theme */
983
+ /* stylelint-disable property-no-vendor-prefix */
976
984
  .e-toolbar {
977
985
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
978
986
  background: #374151;
@@ -9,7 +9,7 @@
9
9
  box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
10
10
  }
11
11
  }
12
- /*! component's theme wise override definitions and variables */
12
+ /*! component's theme wise override definitions and variables */ /* stylelint-disable-line no-empty-source */
13
13
  /*! toolbar icons */
14
14
  .e-toolbar .e-popup-down-icon::before {
15
15
  content: "\e729";
@@ -21,6 +21,7 @@
21
21
  }
22
22
 
23
23
  /*! toolbar layout */
24
+ /* stylelint-disable property-no-vendor-prefix */
24
25
  .e-bigger .e-toolbar,
25
26
  .e-toolbar.e-bigger {
26
27
  height: 48px;
@@ -363,8 +364,6 @@
363
364
  height: 38px;
364
365
  min-height: 38px;
365
366
  position: relative;
366
- -ms-touch-action: none;
367
- touch-action: none;
368
367
  -webkit-user-select: none;
369
368
  -ms-user-select: none;
370
369
  user-select: none;
@@ -805,6 +804,10 @@
805
804
  .e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
806
805
  margin-right: 8px;
807
806
  }
807
+ .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
808
+ -ms-touch-action: pan-y pinch-zoom;
809
+ touch-action: pan-y pinch-zoom;
810
+ }
808
811
  .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
809
812
  margin-right: 8px;
810
813
  }
@@ -924,6 +927,10 @@
924
927
  bottom: auto;
925
928
  top: 0;
926
929
  }
930
+ .e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
931
+ -ms-touch-action: pan-x pinch-zoom;
932
+ touch-action: pan-x pinch-zoom;
933
+ }
927
934
  .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
928
935
  .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
929
936
  .e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
@@ -973,6 +980,7 @@
973
980
  }
974
981
 
975
982
  /*! toolbar theme */
983
+ /* stylelint-disable property-no-vendor-prefix */
976
984
  .e-toolbar {
977
985
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
978
986
  background: #f3f4f6;
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable */
1
3
  /*! TreeView icons */
2
4
  .e-treeview .e-list-item div.e-icons::before {
3
5
  content: "\e230";
@@ -21,6 +23,7 @@
21
23
  content: "\e22a";
22
24
  }
23
25
 
26
+ /* stylelint-disable property-no-vendor-prefix */
24
27
  @keyframes rotation {
25
28
  from {
26
29
  transform: rotate(0deg);
@@ -549,6 +552,8 @@
549
552
  pointer-events: auto;
550
553
  }
551
554
 
555
+ /* stylelint-enable property-no-vendor-prefix */
556
+ /* stylelint-disable property-no-vendor-prefix */
552
557
  .e-bigger .e-treeview .e-list-text,
553
558
  .e-treeview.e-bigger .e-list-text {
554
559
  font-size: 15px;
@@ -561,6 +566,7 @@
561
566
  }
562
567
  .e-treeview {
563
568
  -webkit-tap-highlight-color: transparent;
569
+ /* stylelint-enable property-no-vendor-prefix */
564
570
  }
565
571
  .e-treeview .e-text-content,
566
572
  .e-treeview .e-fullrow {
@@ -1,4 +1,6 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! TreeView's bootstrap theme wise override definitions and variables */
3
+ /* stylelint-disable */
2
4
  /*! TreeView icons */
3
5
  .e-treeview .e-list-item div.e-icons::before {
4
6
  content: "\e230";
@@ -22,6 +24,7 @@
22
24
  content: "\e22a";
23
25
  }
24
26
 
27
+ /* stylelint-disable property-no-vendor-prefix */
25
28
  @keyframes rotation {
26
29
  from {
27
30
  transform: rotate(0deg);
@@ -550,6 +553,8 @@
550
553
  pointer-events: auto;
551
554
  }
552
555
 
556
+ /* stylelint-enable property-no-vendor-prefix */
557
+ /* stylelint-disable property-no-vendor-prefix */
553
558
  .e-bigger .e-treeview .e-list-text,
554
559
  .e-treeview.e-bigger .e-list-text {
555
560
  font-size: 15px;
@@ -562,6 +567,7 @@
562
567
  }
563
568
  .e-treeview {
564
569
  -webkit-tap-highlight-color: transparent;
570
+ /* stylelint-enable property-no-vendor-prefix */
565
571
  }
566
572
  .e-treeview .e-text-content,
567
573
  .e-treeview .e-fullrow {
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable */
1
3
  /*! TreeView icons */
2
4
  .e-treeview .e-list-item div.e-icons::before {
3
5
  content: "\e70b";
@@ -21,6 +23,7 @@
21
23
  content: "\e797";
22
24
  }
23
25
 
26
+ /* stylelint-disable property-no-vendor-prefix */
24
27
  @keyframes rotation {
25
28
  from {
26
29
  transform: rotate(0deg);
@@ -618,6 +621,8 @@
618
621
  pointer-events: auto;
619
622
  }
620
623
 
624
+ /* stylelint-enable property-no-vendor-prefix */
625
+ /* stylelint-disable property-no-vendor-prefix */
621
626
  .e-bigger .e-treeview .e-list-text,
622
627
  .e-treeview.e-bigger .e-list-text {
623
628
  font-size: 16px;
@@ -642,6 +647,7 @@
642
647
 
643
648
  .e-treeview {
644
649
  -webkit-tap-highlight-color: transparent;
650
+ /* stylelint-enable property-no-vendor-prefix */
645
651
  }
646
652
  .e-treeview .e-text-content,
647
653
  .e-treeview .e-fullrow {
@@ -1,4 +1,6 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! TreeView's bootstrap5 theme wise override definitions and variables */
3
+ /* stylelint-disable */
2
4
  /*! TreeView icons */
3
5
  .e-treeview .e-list-item div.e-icons::before {
4
6
  content: "\e75c";
@@ -22,6 +24,7 @@
22
24
  content: "\e839";
23
25
  }
24
26
 
27
+ /* stylelint-disable property-no-vendor-prefix */
25
28
  @keyframes rotation {
26
29
  from {
27
30
  transform: rotate(0deg);
@@ -649,6 +652,8 @@
649
652
  pointer-events: auto;
650
653
  }
651
654
 
655
+ /* stylelint-enable property-no-vendor-prefix */
656
+ /* stylelint-disable property-no-vendor-prefix */
652
657
  .e-bigger .e-treeview .e-list-text,
653
658
  .e-treeview.e-bigger .e-list-text {
654
659
  font-size: 16px;
@@ -661,6 +666,7 @@
661
666
  }
662
667
  .e-treeview {
663
668
  -webkit-tap-highlight-color: transparent;
669
+ /* stylelint-enable property-no-vendor-prefix */
664
670
  }
665
671
  .e-treeview.e-disabled {
666
672
  opacity: 0.5;
@@ -1,4 +1,6 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! TreeView's bootstrap5 theme wise override definitions and variables */
3
+ /* stylelint-disable */
2
4
  /*! TreeView icons */
3
5
  .e-treeview .e-list-item div.e-icons::before {
4
6
  content: "\e75c";
@@ -22,6 +24,7 @@
22
24
  content: "\e839";
23
25
  }
24
26
 
27
+ /* stylelint-disable property-no-vendor-prefix */
25
28
  @keyframes rotation {
26
29
  from {
27
30
  transform: rotate(0deg);
@@ -649,6 +652,8 @@
649
652
  pointer-events: auto;
650
653
  }
651
654
 
655
+ /* stylelint-enable property-no-vendor-prefix */
656
+ /* stylelint-disable property-no-vendor-prefix */
652
657
  .e-bigger .e-treeview .e-list-text,
653
658
  .e-treeview.e-bigger .e-list-text {
654
659
  font-size: 16px;
@@ -661,6 +666,7 @@
661
666
  }
662
667
  .e-treeview {
663
668
  -webkit-tap-highlight-color: transparent;
669
+ /* stylelint-enable property-no-vendor-prefix */
664
670
  }
665
671
  .e-treeview.e-disabled {
666
672
  opacity: 0.5;
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable */
1
3
  /*! TreeView icons */
2
4
  .e-treeview .e-list-item div.e-icons::before {
3
5
  content: "\e22e";
@@ -21,6 +23,7 @@
21
23
  content: "\e22a";
22
24
  }
23
25
 
26
+ /* stylelint-disable property-no-vendor-prefix */
24
27
  @keyframes rotation {
25
28
  from {
26
29
  transform: rotate(0deg);
@@ -549,6 +552,8 @@
549
552
  pointer-events: auto;
550
553
  }
551
554
 
555
+ /* stylelint-enable property-no-vendor-prefix */
556
+ /* stylelint-disable property-no-vendor-prefix */
552
557
  .e-bigger .e-treeview .e-list-text,
553
558
  .e-treeview.e-bigger .e-list-text {
554
559
  font-size: 15px;
@@ -561,6 +566,7 @@
561
566
  }
562
567
  .e-treeview {
563
568
  -webkit-tap-highlight-color: transparent;
569
+ /* stylelint-enable property-no-vendor-prefix */
564
570
  }
565
571
  .e-treeview .e-text-content,
566
572
  .e-treeview .e-fullrow {
@@ -1,4 +1,6 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! TreeView's fabric theme wise override definitions and variables */
3
+ /* stylelint-disable */
2
4
  /*! TreeView icons */
3
5
  .e-treeview .e-list-item div.e-icons::before {
4
6
  content: "\e22e";
@@ -22,6 +24,7 @@
22
24
  content: "\e22a";
23
25
  }
24
26
 
27
+ /* stylelint-disable property-no-vendor-prefix */
25
28
  @keyframes rotation {
26
29
  from {
27
30
  transform: rotate(0deg);
@@ -550,6 +553,8 @@
550
553
  pointer-events: auto;
551
554
  }
552
555
 
556
+ /* stylelint-enable property-no-vendor-prefix */
557
+ /* stylelint-disable property-no-vendor-prefix */
553
558
  .e-bigger .e-treeview .e-list-text,
554
559
  .e-treeview.e-bigger .e-list-text {
555
560
  font-size: 15px;
@@ -562,6 +567,7 @@
562
567
  }
563
568
  .e-treeview {
564
569
  -webkit-tap-highlight-color: transparent;
570
+ /* stylelint-enable property-no-vendor-prefix */
565
571
  }
566
572
  .e-treeview .e-text-content,
567
573
  .e-treeview .e-fullrow {
@@ -1,4 +1,6 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! TreeView's bootstrap5 theme wise override definitions and variables */
3
+ /* stylelint-disable */
2
4
  /*! TreeView icons */
3
5
  .e-treeview .e-list-item div.e-icons::before {
4
6
  content: "\e75c";
@@ -22,6 +24,7 @@
22
24
  content: "\e839";
23
25
  }
24
26
 
27
+ /* stylelint-disable property-no-vendor-prefix */
25
28
  @keyframes rotation {
26
29
  from {
27
30
  transform: rotate(0deg);
@@ -657,6 +660,8 @@
657
660
  pointer-events: auto;
658
661
  }
659
662
 
663
+ /* stylelint-enable property-no-vendor-prefix */
664
+ /* stylelint-disable property-no-vendor-prefix */
660
665
  .e-bigger .e-treeview .e-list-text,
661
666
  .e-treeview.e-bigger .e-list-text {
662
667
  font-size: 16px;
@@ -669,6 +674,7 @@
669
674
  }
670
675
  .e-treeview {
671
676
  -webkit-tap-highlight-color: transparent;
677
+ /* stylelint-enable property-no-vendor-prefix */
672
678
  }
673
679
  .e-treeview .e-text-content,
674
680
  .e-treeview .e-fullrow {
@@ -1,4 +1,6 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! TreeView's bootstrap5 theme wise override definitions and variables */
3
+ /* stylelint-disable */
2
4
  /*! TreeView icons */
3
5
  .e-treeview .e-list-item div.e-icons::before {
4
6
  content: "\e75c";
@@ -22,6 +24,7 @@
22
24
  content: "\e839";
23
25
  }
24
26
 
27
+ /* stylelint-disable property-no-vendor-prefix */
25
28
  @keyframes rotation {
26
29
  from {
27
30
  transform: rotate(0deg);
@@ -657,6 +660,8 @@
657
660
  pointer-events: auto;
658
661
  }
659
662
 
663
+ /* stylelint-enable property-no-vendor-prefix */
664
+ /* stylelint-disable property-no-vendor-prefix */
660
665
  .e-bigger .e-treeview .e-list-text,
661
666
  .e-treeview.e-bigger .e-list-text {
662
667
  font-size: 16px;
@@ -669,6 +674,7 @@
669
674
  }
670
675
  .e-treeview {
671
676
  -webkit-tap-highlight-color: transparent;
677
+ /* stylelint-enable property-no-vendor-prefix */
672
678
  }
673
679
  .e-treeview .e-text-content,
674
680
  .e-treeview .e-fullrow {
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable */
1
3
  /*! TreeView icons */
2
4
  .e-treeview .e-list-item div.e-icons::before {
3
5
  content: "\e22e";
@@ -21,6 +23,7 @@
21
23
  content: "\e22a";
22
24
  }
23
25
 
26
+ /* stylelint-disable property-no-vendor-prefix */
24
27
  @keyframes rotation {
25
28
  from {
26
29
  transform: rotate(0deg);
@@ -549,6 +552,8 @@
549
552
  pointer-events: auto;
550
553
  }
551
554
 
555
+ /* stylelint-enable property-no-vendor-prefix */
556
+ /* stylelint-disable property-no-vendor-prefix */
552
557
  .e-bigger .e-treeview .e-list-text,
553
558
  .e-treeview.e-bigger .e-list-text {
554
559
  font-size: 15px;
@@ -561,6 +566,7 @@
561
566
  }
562
567
  .e-treeview {
563
568
  -webkit-tap-highlight-color: transparent;
569
+ /* stylelint-enable property-no-vendor-prefix */
564
570
  }
565
571
  .e-treeview .e-text-content,
566
572
  .e-treeview .e-fullrow {
@@ -1,4 +1,6 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! TreeView's high contrast theme wise override definitions and variables */
3
+ /* stylelint-disable */
2
4
  /*! TreeView icons */
3
5
  .e-treeview .e-list-item div.e-icons::before {
4
6
  content: "\e22e";
@@ -22,6 +24,7 @@
22
24
  content: "\e22a";
23
25
  }
24
26
 
27
+ /* stylelint-disable property-no-vendor-prefix */
25
28
  @keyframes rotation {
26
29
  from {
27
30
  transform: rotate(0deg);
@@ -550,6 +553,8 @@
550
553
  pointer-events: auto;
551
554
  }
552
555
 
556
+ /* stylelint-enable property-no-vendor-prefix */
557
+ /* stylelint-disable property-no-vendor-prefix */
553
558
  .e-bigger .e-treeview .e-list-text,
554
559
  .e-treeview.e-bigger .e-list-text {
555
560
  font-size: 15px;
@@ -562,6 +567,7 @@
562
567
  }
563
568
  .e-treeview {
564
569
  -webkit-tap-highlight-color: transparent;
570
+ /* stylelint-enable property-no-vendor-prefix */
565
571
  }
566
572
  .e-treeview .e-text-content,
567
573
  .e-treeview .e-fullrow {
@@ -1,10 +1,12 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes e-input-ripple {
3
4
  100% {
4
5
  opacity: 0;
5
6
  transform: scale(4);
6
7
  }
7
8
  }
9
+ /* stylelint-disable */
8
10
  /*! TreeView icons */
9
11
  .e-treeview .e-list-item div.e-icons::before {
10
12
  content: "\e22f";
@@ -28,6 +30,7 @@
28
30
  content: "\e22a";
29
31
  }
30
32
 
33
+ /* stylelint-disable property-no-vendor-prefix */
31
34
  @keyframes rotation {
32
35
  from {
33
36
  transform: rotate(0deg);
@@ -556,6 +559,8 @@
556
559
  pointer-events: auto;
557
560
  }
558
561
 
562
+ /* stylelint-enable property-no-vendor-prefix */
563
+ /* stylelint-disable property-no-vendor-prefix */
559
564
  .e-bigger .e-treeview .e-list-text,
560
565
  .e-treeview.e-bigger .e-list-text {
561
566
  font-size: 14px;
@@ -568,6 +573,7 @@
568
573
  }
569
574
  .e-treeview {
570
575
  -webkit-tap-highlight-color: transparent;
576
+ /* stylelint-enable property-no-vendor-prefix */
571
577
  }
572
578
  .e-treeview .e-text-content,
573
579
  .e-treeview .e-fullrow {
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes e-input-ripple {
3
4
  100% {
4
5
  opacity: 0;
@@ -14,6 +15,7 @@
14
15
  }
15
16
  }
16
17
  /*! TreeView's material theme wise override definitions and variables */
18
+ /* stylelint-disable */
17
19
  /*! TreeView icons */
18
20
  .e-treeview .e-list-item div.e-icons::before {
19
21
  content: "\e22f";
@@ -37,6 +39,7 @@
37
39
  content: "\e22a";
38
40
  }
39
41
 
42
+ /* stylelint-disable property-no-vendor-prefix */
40
43
  @keyframes rotation {
41
44
  from {
42
45
  transform: rotate(0deg);
@@ -560,6 +563,8 @@
560
563
  pointer-events: auto;
561
564
  }
562
565
 
566
+ /* stylelint-enable property-no-vendor-prefix */
567
+ /* stylelint-disable property-no-vendor-prefix */
563
568
  .e-bigger .e-treeview .e-list-text,
564
569
  .e-treeview.e-bigger .e-list-text {
565
570
  font-size: 14px;
@@ -572,6 +577,7 @@
572
577
  }
573
578
  .e-treeview {
574
579
  -webkit-tap-highlight-color: transparent;
580
+ /* stylelint-enable property-no-vendor-prefix */
575
581
  }
576
582
  .e-treeview .e-text-content,
577
583
  .e-treeview .e-fullrow {
@@ -1,5 +1,7 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  /*! TreeView's tailwind theme wise override definitions and variables */
4
+ /* stylelint-disable */
3
5
  /*! TreeView icons */
4
6
  .e-treeview .e-list-item div.e-icons::before {
5
7
  content: "\e75c";
@@ -23,6 +25,7 @@
23
25
  content: "\e839";
24
26
  }
25
27
 
28
+ /* stylelint-disable property-no-vendor-prefix */
26
29
  @keyframes rotation {
27
30
  from {
28
31
  transform: rotate(0deg);
@@ -344,6 +347,7 @@
344
347
  .e-treeview .e-list-item .e-ul {
345
348
  margin: 2px 0 -2px;
346
349
  padding: 0 0 0 20px;
350
+ margin: 2px 0 0;
347
351
  }
348
352
  .e-treeview .e-list-item.e-disable > .e-text-content,
349
353
  .e-treeview .e-list-item.e-disable > .e-fullrow {
@@ -654,6 +658,8 @@
654
658
  pointer-events: auto;
655
659
  }
656
660
 
661
+ /* stylelint-enable property-no-vendor-prefix */
662
+ /* stylelint-disable property-no-vendor-prefix */
657
663
  .e-bigger .e-treeview .e-list-text,
658
664
  .e-treeview.e-bigger .e-list-text {
659
665
  font-size: 16px;
@@ -666,6 +672,7 @@
666
672
  }
667
673
  .e-treeview {
668
674
  -webkit-tap-highlight-color: transparent;
675
+ /* stylelint-enable property-no-vendor-prefix */
669
676
  }
670
677
  .e-treeview .e-text-content,
671
678
  .e-treeview .e-fullrow {
@@ -1,5 +1,7 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  /*! TreeView's tailwind theme wise override definitions and variables */
4
+ /* stylelint-disable */
3
5
  /*! TreeView icons */
4
6
  .e-treeview .e-list-item div.e-icons::before {
5
7
  content: "\e75c";
@@ -23,6 +25,7 @@
23
25
  content: "\e839";
24
26
  }
25
27
 
28
+ /* stylelint-disable property-no-vendor-prefix */
26
29
  @keyframes rotation {
27
30
  from {
28
31
  transform: rotate(0deg);
@@ -344,6 +347,7 @@
344
347
  .e-treeview .e-list-item .e-ul {
345
348
  margin: 2px 0 -2px;
346
349
  padding: 0 0 0 20px;
350
+ margin: 2px 0 0;
347
351
  }
348
352
  .e-treeview .e-list-item.e-disable > .e-text-content,
349
353
  .e-treeview .e-list-item.e-disable > .e-fullrow {
@@ -654,6 +658,8 @@
654
658
  pointer-events: auto;
655
659
  }
656
660
 
661
+ /* stylelint-enable property-no-vendor-prefix */
662
+ /* stylelint-disable property-no-vendor-prefix */
657
663
  .e-bigger .e-treeview .e-list-text,
658
664
  .e-treeview.e-bigger .e-list-text {
659
665
  font-size: 16px;
@@ -666,6 +672,7 @@
666
672
  }
667
673
  .e-treeview {
668
674
  -webkit-tap-highlight-color: transparent;
675
+ /* stylelint-enable property-no-vendor-prefix */
669
676
  }
670
677
  .e-treeview .e-text-content,
671
678
  .e-treeview .e-fullrow {
@@ -88,8 +88,6 @@
88
88
  display: inline-block;
89
89
  height: auto;
90
90
  position: relative;
91
- -ms-touch-action: none;
92
- touch-action: none;
93
91
  width: 100%;
94
92
  }
95
93
  .e-vscroll .e-vscroll-content > * {
@@ -89,8 +89,6 @@
89
89
  display: inline-block;
90
90
  height: auto;
91
91
  position: relative;
92
- -ms-touch-action: none;
93
- touch-action: none;
94
92
  width: 100%;
95
93
  }
96
94
  .e-vscroll .e-vscroll-content > * {
@@ -89,8 +89,6 @@
89
89
  display: inline-block;
90
90
  height: auto;
91
91
  position: relative;
92
- -ms-touch-action: none;
93
- touch-action: none;
94
92
  width: 100%;
95
93
  }
96
94
  .e-vscroll .e-vscroll-content > * {
@@ -89,8 +89,6 @@
89
89
  display: inline-block;
90
90
  height: auto;
91
91
  position: relative;
92
- -ms-touch-action: none;
93
- touch-action: none;
94
92
  width: 100%;
95
93
  }
96
94
  .e-vscroll .e-vscroll-content > * {
@@ -89,8 +89,6 @@
89
89
  display: inline-block;
90
90
  height: auto;
91
91
  position: relative;
92
- -ms-touch-action: none;
93
- touch-action: none;
94
92
  width: 100%;
95
93
  }
96
94
  .e-vscroll .e-vscroll-content > * {
@@ -88,8 +88,6 @@
88
88
  display: inline-block;
89
89
  height: auto;
90
90
  position: relative;
91
- -ms-touch-action: none;
92
- touch-action: none;
93
91
  width: 100%;
94
92
  }
95
93
  .e-vscroll .e-vscroll-content > * {
@@ -89,8 +89,6 @@
89
89
  display: inline-block;
90
90
  height: auto;
91
91
  position: relative;
92
- -ms-touch-action: none;
93
- touch-action: none;
94
92
  width: 100%;
95
93
  }
96
94
  .e-vscroll .e-vscroll-content > * {
@@ -89,8 +89,6 @@
89
89
  display: inline-block;
90
90
  height: auto;
91
91
  position: relative;
92
- -ms-touch-action: none;
93
- touch-action: none;
94
92
  width: 100%;
95
93
  }
96
94
  .e-vscroll .e-vscroll-content > * {