@syncfusion/ej2-treegrid 33.2.12 → 34.1.30

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 (302) hide show
  1. package/dist/ej2-treegrid.min.js +2 -2
  2. package/dist/ej2-treegrid.umd.min.js +2 -2
  3. package/dist/ej2-treegrid.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-treegrid.es2015.js +133 -40
  5. package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
  6. package/dist/es6/ej2-treegrid.es5.js +133 -40
  7. package/dist/es6/ej2-treegrid.es5.js.map +1 -1
  8. package/dist/global/ej2-treegrid.min.js +2 -2
  9. package/dist/global/ej2-treegrid.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/helpers/e2e/index.d.ts +1 -0
  12. package/helpers/e2e/index.js +8 -0
  13. package/helpers/e2e/treegridhelper.d.ts +21 -0
  14. package/helpers/e2e/treegridhelper.js +83 -0
  15. package/package.json +5 -5
  16. package/src/treegrid/actions/batch-edit.d.ts +1 -0
  17. package/src/treegrid/actions/batch-edit.js +14 -2
  18. package/src/treegrid/actions/edit.d.ts +12 -0
  19. package/src/treegrid/actions/edit.js +35 -3
  20. package/src/treegrid/actions/pdf-export.js +3 -1
  21. package/src/treegrid/actions/selection.d.ts +7 -0
  22. package/src/treegrid/actions/selection.js +32 -13
  23. package/src/treegrid/base/data.js +5 -11
  24. package/src/treegrid/base/treegrid.d.ts +7 -0
  25. package/src/treegrid/base/treegrid.js +34 -5
  26. package/src/treegrid/renderer/virtual-tree-content-render.js +10 -5
  27. package/styles/bds-lite.css +0 -351
  28. package/styles/bds-lite.scss +1 -15
  29. package/styles/bds.css +0 -355
  30. package/styles/bds.scss +2 -16
  31. package/styles/bootstrap-dark-lite.css +0 -100
  32. package/styles/bootstrap-dark-lite.scss +1 -15
  33. package/styles/bootstrap-dark.css +0 -100
  34. package/styles/bootstrap-dark.scss +2 -16
  35. package/styles/bootstrap-lite.css +0 -100
  36. package/styles/bootstrap-lite.scss +1 -15
  37. package/styles/bootstrap.css +0 -100
  38. package/styles/bootstrap.scss +2 -16
  39. package/styles/bootstrap4-lite.css +0 -144
  40. package/styles/bootstrap4-lite.scss +1 -15
  41. package/styles/bootstrap4.css +0 -144
  42. package/styles/bootstrap4.scss +2 -16
  43. package/styles/bootstrap5-dark-lite.css +0 -139
  44. package/styles/bootstrap5-dark-lite.scss +1 -15
  45. package/styles/bootstrap5-dark.css +0 -139
  46. package/styles/bootstrap5-dark.scss +2 -16
  47. package/styles/bootstrap5-lite.css +0 -139
  48. package/styles/bootstrap5-lite.scss +1 -16
  49. package/styles/bootstrap5.3-lite.css +0 -307
  50. package/styles/bootstrap5.3-lite.scss +1 -16
  51. package/styles/bootstrap5.3.css +0 -391
  52. package/styles/bootstrap5.3.scss +2 -17
  53. package/styles/bootstrap5.css +0 -139
  54. package/styles/bootstrap5.scss +2 -17
  55. package/styles/fabric-dark-lite.css +0 -76
  56. package/styles/fabric-dark-lite.scss +1 -16
  57. package/styles/fabric-dark.css +0 -76
  58. package/styles/fabric-dark.scss +2 -17
  59. package/styles/fabric-lite.css +0 -76
  60. package/styles/fabric-lite.scss +1 -16
  61. package/styles/fabric.css +0 -76
  62. package/styles/fabric.scss +2 -17
  63. package/styles/fluent-dark-lite.css +0 -131
  64. package/styles/fluent-dark-lite.scss +1 -16
  65. package/styles/fluent-dark.css +0 -131
  66. package/styles/fluent-dark.scss +2 -17
  67. package/styles/fluent-lite.css +0 -131
  68. package/styles/fluent-lite.scss +1 -16
  69. package/styles/fluent.css +0 -131
  70. package/styles/fluent.scss +2 -17
  71. package/styles/fluent2-lite.css +0 -548
  72. package/styles/fluent2-lite.scss +1 -16
  73. package/styles/fluent2.css +0 -634
  74. package/styles/fluent2.scss +2 -17
  75. package/styles/highcontrast-light-lite.css +0 -85
  76. package/styles/highcontrast-light-lite.scss +1 -16
  77. package/styles/highcontrast-light.css +0 -85
  78. package/styles/highcontrast-light.scss +2 -17
  79. package/styles/highcontrast-lite.css +0 -85
  80. package/styles/highcontrast-lite.scss +1 -16
  81. package/styles/highcontrast.css +0 -85
  82. package/styles/highcontrast.scss +2 -17
  83. package/styles/material-dark-lite.css +0 -161
  84. package/styles/material-dark-lite.scss +1 -16
  85. package/styles/material-dark.css +0 -161
  86. package/styles/material-dark.scss +2 -17
  87. package/styles/material-lite.css +0 -185
  88. package/styles/material-lite.scss +1 -15
  89. package/styles/material.css +0 -185
  90. package/styles/material.scss +2 -16
  91. package/styles/material3-dark-lite.css +0 -393
  92. package/styles/material3-dark-lite.scss +1 -16
  93. package/styles/material3-dark.css +0 -475
  94. package/styles/material3-dark.scss +2 -17
  95. package/styles/material3-lite.css +0 -397
  96. package/styles/material3-lite.scss +1 -16
  97. package/styles/material3.css +0 -481
  98. package/styles/material3.scss +2 -17
  99. package/styles/tailwind-dark-lite.css +0 -112
  100. package/styles/tailwind-dark-lite.scss +1 -16
  101. package/styles/tailwind-dark.css +0 -112
  102. package/styles/tailwind-dark.scss +2 -17
  103. package/styles/tailwind-lite.css +0 -112
  104. package/styles/tailwind-lite.scss +1 -16
  105. package/styles/tailwind.css +0 -112
  106. package/styles/tailwind.scss +2 -17
  107. package/styles/tailwind3-lite.css +0 -347
  108. package/styles/tailwind3-lite.scss +1 -16
  109. package/styles/tailwind3.css +0 -421
  110. package/styles/tailwind3.scss +2 -17
  111. package/styles/treegrid/_all.scss +2 -2
  112. package/styles/treegrid/_bds-definition.scss +4 -2
  113. package/styles/treegrid/_bigger.scss +1 -1
  114. package/styles/treegrid/_bootstrap-dark-definition.scss +4 -2
  115. package/styles/treegrid/_bootstrap-definition.scss +4 -2
  116. package/styles/treegrid/_bootstrap4-definition.scss +4 -2
  117. package/styles/treegrid/_bootstrap5-dark-definition.scss +4 -2
  118. package/styles/treegrid/_bootstrap5-definition.scss +4 -2
  119. package/styles/treegrid/_bootstrap5.3-definition.scss +4 -2
  120. package/styles/treegrid/_fabric-dark-definition.scss +4 -2
  121. package/styles/treegrid/_fabric-definition.scss +4 -2
  122. package/styles/treegrid/_fluent-dark-definition.scss +4 -2
  123. package/styles/treegrid/_fluent-definition.scss +4 -2
  124. package/styles/treegrid/_fluent2-definition.scss +4 -2
  125. package/styles/treegrid/_fusionnew-definition.scss +2 -0
  126. package/styles/treegrid/_highcontrast-definition.scss +4 -2
  127. package/styles/treegrid/_highcontrast-light-definition.scss +4 -2
  128. package/styles/treegrid/_layout.scss +4 -4
  129. package/styles/treegrid/_material-dark-definition.scss +4 -2
  130. package/styles/treegrid/_material-definition.scss +4 -2
  131. package/styles/treegrid/_material3-dark-definition.scss +4 -2
  132. package/styles/treegrid/_material3-definition.scss +4 -2
  133. package/styles/treegrid/_tailwind-dark-definition.scss +4 -2
  134. package/styles/treegrid/_tailwind-definition.scss +4 -2
  135. package/styles/treegrid/_tailwind3-definition.scss +4 -2
  136. package/styles/treegrid/_variables.scss +2 -0
  137. package/styles/treegrid/bds.css +0 -355
  138. package/styles/treegrid/bds.scss +2 -17
  139. package/styles/treegrid/bootstrap-dark.css +0 -100
  140. package/styles/treegrid/bootstrap-dark.scss +2 -17
  141. package/styles/treegrid/bootstrap.css +0 -100
  142. package/styles/treegrid/bootstrap.scss +2 -17
  143. package/styles/treegrid/bootstrap4.css +0 -144
  144. package/styles/treegrid/bootstrap4.scss +2 -17
  145. package/styles/treegrid/bootstrap5-dark.css +0 -139
  146. package/styles/treegrid/bootstrap5-dark.scss +2 -17
  147. package/styles/treegrid/bootstrap5.3.css +0 -391
  148. package/styles/treegrid/bootstrap5.3.scss +2 -17
  149. package/styles/treegrid/bootstrap5.css +0 -139
  150. package/styles/treegrid/bootstrap5.scss +2 -17
  151. package/styles/treegrid/fabric-dark.css +0 -76
  152. package/styles/treegrid/fabric-dark.scss +2 -17
  153. package/styles/treegrid/fabric.css +0 -76
  154. package/styles/treegrid/fabric.scss +2 -17
  155. package/styles/treegrid/fluent-dark.css +0 -131
  156. package/styles/treegrid/fluent-dark.scss +2 -17
  157. package/styles/treegrid/fluent.css +0 -131
  158. package/styles/treegrid/fluent.scss +2 -17
  159. package/styles/treegrid/fluent2.css +0 -634
  160. package/styles/treegrid/fluent2.scss +2 -17
  161. package/styles/treegrid/highcontrast-light.css +0 -85
  162. package/styles/treegrid/highcontrast-light.scss +2 -17
  163. package/styles/treegrid/highcontrast.css +0 -85
  164. package/styles/treegrid/highcontrast.scss +2 -17
  165. package/styles/treegrid/icons/_bds.scss +1 -1
  166. package/styles/treegrid/icons/_bootstrap-dark.scss +1 -1
  167. package/styles/treegrid/icons/_bootstrap.scss +1 -1
  168. package/styles/treegrid/icons/_bootstrap4.scss +1 -1
  169. package/styles/treegrid/icons/_bootstrap5.3.scss +1 -1
  170. package/styles/treegrid/icons/_bootstrap5.scss +1 -1
  171. package/styles/treegrid/icons/_fabric-dark.scss +1 -1
  172. package/styles/treegrid/icons/_fabric.scss +1 -1
  173. package/styles/treegrid/icons/_fluent.scss +1 -1
  174. package/styles/treegrid/icons/_fluent2.scss +1 -1
  175. package/styles/treegrid/icons/_fusionnew.scss +1 -1
  176. package/styles/treegrid/icons/_highcontrast-light.scss +1 -1
  177. package/styles/treegrid/icons/_highcontrast.scss +1 -1
  178. package/styles/treegrid/icons/_material-dark.scss +1 -1
  179. package/styles/treegrid/icons/_material.scss +1 -1
  180. package/styles/treegrid/icons/_material3.scss +1 -1
  181. package/styles/treegrid/icons/_tailwind-dark.scss +1 -1
  182. package/styles/treegrid/icons/_tailwind.scss +1 -1
  183. package/styles/treegrid/icons/_tailwind3.scss +1 -1
  184. package/styles/treegrid/material-dark.css +0 -161
  185. package/styles/treegrid/material-dark.scss +2 -17
  186. package/styles/treegrid/material.css +0 -185
  187. package/styles/treegrid/material.scss +2 -17
  188. package/styles/treegrid/material3-dark.css +0 -475
  189. package/styles/treegrid/material3-dark.scss +2 -17
  190. package/styles/treegrid/material3.css +0 -481
  191. package/styles/treegrid/material3.scss +2 -17
  192. package/styles/treegrid/tailwind-dark.css +0 -112
  193. package/styles/treegrid/tailwind-dark.scss +2 -17
  194. package/styles/treegrid/tailwind.css +0 -112
  195. package/styles/treegrid/tailwind.scss +2 -17
  196. package/styles/treegrid/tailwind3.css +0 -421
  197. package/styles/treegrid/tailwind3.scss +2 -17
  198. package/styles/treegrid/_all.bds.scss +0 -2
  199. package/styles/treegrid/_all.bootstrap-dark.scss +0 -2
  200. package/styles/treegrid/_all.bootstrap.scss +0 -2
  201. package/styles/treegrid/_all.bootstrap4.scss +0 -2
  202. package/styles/treegrid/_all.bootstrap5-dark.scss +0 -2
  203. package/styles/treegrid/_all.bootstrap5.3.scss +0 -2
  204. package/styles/treegrid/_all.bootstrap5.scss +0 -2
  205. package/styles/treegrid/_all.fabric-dark.scss +0 -2
  206. package/styles/treegrid/_all.fabric.scss +0 -2
  207. package/styles/treegrid/_all.fluent-dark.scss +0 -2
  208. package/styles/treegrid/_all.fluent.scss +0 -2
  209. package/styles/treegrid/_all.fluent2.scss +0 -2
  210. package/styles/treegrid/_all.highcontrast-light.scss +0 -2
  211. package/styles/treegrid/_all.highcontrast.scss +0 -2
  212. package/styles/treegrid/_all.material-dark.scss +0 -2
  213. package/styles/treegrid/_all.material.scss +0 -2
  214. package/styles/treegrid/_all.material3-dark.scss +0 -2
  215. package/styles/treegrid/_all.material3.scss +0 -2
  216. package/styles/treegrid/_all.tailwind-dark.scss +0 -2
  217. package/styles/treegrid/_all.tailwind.scss +0 -2
  218. package/styles/treegrid/_all.tailwind3.scss +0 -2
  219. package/styles/treegrid/_bigger.bds.scss +0 -3
  220. package/styles/treegrid/_bigger.bootstrap-dark.scss +0 -3
  221. package/styles/treegrid/_bigger.bootstrap.scss +0 -3
  222. package/styles/treegrid/_bigger.bootstrap4.scss +0 -3
  223. package/styles/treegrid/_bigger.bootstrap5-dark.scss +0 -3
  224. package/styles/treegrid/_bigger.bootstrap5.3.scss +0 -3
  225. package/styles/treegrid/_bigger.bootstrap5.scss +0 -3
  226. package/styles/treegrid/_bigger.fabric-dark.scss +0 -3
  227. package/styles/treegrid/_bigger.fabric.scss +0 -3
  228. package/styles/treegrid/_bigger.fluent-dark.scss +0 -3
  229. package/styles/treegrid/_bigger.fluent.scss +0 -3
  230. package/styles/treegrid/_bigger.fluent2.scss +0 -3
  231. package/styles/treegrid/_bigger.highcontrast-light.scss +0 -3
  232. package/styles/treegrid/_bigger.highcontrast.scss +0 -3
  233. package/styles/treegrid/_bigger.material-dark.scss +0 -3
  234. package/styles/treegrid/_bigger.material.scss +0 -3
  235. package/styles/treegrid/_bigger.material3-dark.scss +0 -3
  236. package/styles/treegrid/_bigger.material3.scss +0 -3
  237. package/styles/treegrid/_bigger.tailwind-dark.scss +0 -3
  238. package/styles/treegrid/_bigger.tailwind.scss +0 -3
  239. package/styles/treegrid/_bigger.tailwind3.scss +0 -3
  240. package/styles/treegrid/_layout.bds.scss +0 -4
  241. package/styles/treegrid/_layout.bootstrap-dark.scss +0 -4
  242. package/styles/treegrid/_layout.bootstrap.scss +0 -4
  243. package/styles/treegrid/_layout.bootstrap4.scss +0 -4
  244. package/styles/treegrid/_layout.bootstrap5-dark.scss +0 -4
  245. package/styles/treegrid/_layout.bootstrap5.3.scss +0 -4
  246. package/styles/treegrid/_layout.bootstrap5.scss +0 -4
  247. package/styles/treegrid/_layout.fabric-dark.scss +0 -4
  248. package/styles/treegrid/_layout.fabric.scss +0 -4
  249. package/styles/treegrid/_layout.fluent-dark.scss +0 -4
  250. package/styles/treegrid/_layout.fluent.scss +0 -4
  251. package/styles/treegrid/_layout.fluent2.scss +0 -4
  252. package/styles/treegrid/_layout.highcontrast-light.scss +0 -4
  253. package/styles/treegrid/_layout.highcontrast.scss +0 -4
  254. package/styles/treegrid/_layout.material-dark.scss +0 -4
  255. package/styles/treegrid/_layout.material.scss +0 -4
  256. package/styles/treegrid/_layout.material3-dark.scss +0 -4
  257. package/styles/treegrid/_layout.material3.scss +0 -4
  258. package/styles/treegrid/_layout.tailwind-dark.scss +0 -4
  259. package/styles/treegrid/_layout.tailwind.scss +0 -4
  260. package/styles/treegrid/_layout.tailwind3.scss +0 -4
  261. package/styles/treegrid/_theme-variables.bds.scss +0 -1
  262. package/styles/treegrid/_theme-variables.bootstrap-dark.scss +0 -1
  263. package/styles/treegrid/_theme-variables.bootstrap.scss +0 -1
  264. package/styles/treegrid/_theme-variables.bootstrap4.scss +0 -1
  265. package/styles/treegrid/_theme-variables.bootstrap5-dark.scss +0 -1
  266. package/styles/treegrid/_theme-variables.bootstrap5.3.scss +0 -1
  267. package/styles/treegrid/_theme-variables.bootstrap5.scss +0 -1
  268. package/styles/treegrid/_theme-variables.fabric-dark.scss +0 -1
  269. package/styles/treegrid/_theme-variables.fabric.scss +0 -1
  270. package/styles/treegrid/_theme-variables.fluent-dark.scss +0 -1
  271. package/styles/treegrid/_theme-variables.fluent.scss +0 -1
  272. package/styles/treegrid/_theme-variables.fluent2.scss +0 -1
  273. package/styles/treegrid/_theme-variables.highcontrast-light.scss +0 -1
  274. package/styles/treegrid/_theme-variables.highcontrast.scss +0 -1
  275. package/styles/treegrid/_theme-variables.material-dark.scss +0 -1
  276. package/styles/treegrid/_theme-variables.material.scss +0 -1
  277. package/styles/treegrid/_theme-variables.material3-dark.scss +0 -1
  278. package/styles/treegrid/_theme-variables.material3.scss +0 -1
  279. package/styles/treegrid/_theme-variables.tailwind-dark.scss +0 -1
  280. package/styles/treegrid/_theme-variables.tailwind.scss +0 -1
  281. package/styles/treegrid/_theme-variables.tailwind3.scss +0 -1
  282. package/styles/treegrid/_theme.bds.scss +0 -1
  283. package/styles/treegrid/_theme.bootstrap-dark.scss +0 -1
  284. package/styles/treegrid/_theme.bootstrap.scss +0 -1
  285. package/styles/treegrid/_theme.bootstrap4.scss +0 -1
  286. package/styles/treegrid/_theme.bootstrap5-dark.scss +0 -1
  287. package/styles/treegrid/_theme.bootstrap5.3.scss +0 -1
  288. package/styles/treegrid/_theme.bootstrap5.scss +0 -1
  289. package/styles/treegrid/_theme.fabric-dark.scss +0 -1
  290. package/styles/treegrid/_theme.fabric.scss +0 -1
  291. package/styles/treegrid/_theme.fluent-dark.scss +0 -1
  292. package/styles/treegrid/_theme.fluent.scss +0 -1
  293. package/styles/treegrid/_theme.fluent2.scss +0 -1
  294. package/styles/treegrid/_theme.highcontrast-light.scss +0 -1
  295. package/styles/treegrid/_theme.highcontrast.scss +0 -1
  296. package/styles/treegrid/_theme.material-dark.scss +0 -1
  297. package/styles/treegrid/_theme.material.scss +0 -1
  298. package/styles/treegrid/_theme.material3-dark.scss +0 -1
  299. package/styles/treegrid/_theme.material3.scss +0 -1
  300. package/styles/treegrid/_theme.tailwind-dark.scss +0 -1
  301. package/styles/treegrid/_theme.tailwind.scss +0 -1
  302. package/styles/treegrid/_theme.tailwind3.scss +0 -1
@@ -1,142 +1,3 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- .e-popup.e-ddl {
3
- border-radius: 4px;
4
- -webkit-box-shadow: none;
5
- box-shadow: none;
6
- margin-top: 3px;
7
- }
8
- .e-popup.e-ddl .e-input-group {
9
- width: auto;
10
- }
11
- .e-popup.e-ddl .e-input-group input {
12
- line-height: 15px;
13
- }
14
-
15
- .e-popup.e-ddl .e-dropdownbase {
16
- min-height: 26px;
17
- }
18
-
19
- .e-popup.e-ddl .e-filter-parent .e-input-group {
20
- display: -webkit-box;
21
- display: -ms-flexbox;
22
- display: flex;
23
- width: auto;
24
- }
25
- .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
- border: 0;
27
- }
28
-
29
- .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
30
- .e-float-input.e-control-wrapper.e-ddl input[readonly] {
31
- background: transparent;
32
- }
33
-
34
- .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
35
- .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
36
- background: #343a40;
37
- }
38
-
39
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
40
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
41
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
42
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
43
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
44
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
45
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
46
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
47
- background: transparent;
48
- color: #adb5bd;
49
- }
50
-
51
- .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
52
- .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
53
- .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
54
- .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
55
- background: transparent;
56
- color: #adb5bd;
57
- }
58
-
59
- .e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
60
- .e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
61
- .e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
62
- .e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
63
- background: #343a40;
64
- }
65
-
66
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
67
- .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
68
- .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
69
- .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
70
- border: 0;
71
- }
72
-
73
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
74
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
75
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
76
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
77
- -webkit-box-shadow: none;
78
- box-shadow: none;
79
- }
80
-
81
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
82
- background: transparent;
83
- display: -webkit-box;
84
- display: -ms-flexbox;
85
- display: flex;
86
- position: relative;
87
- }
88
-
89
- .e-ddl.e-popup .e-filter-parent .e-input-group,
90
- .e-ddl.e-popup .e-filter-parent {
91
- background: #212529;
92
- }
93
-
94
- .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
95
- font-size: 14px;
96
- }
97
-
98
- /* stylelint-disable property-no-vendor-prefix */
99
- @-webkit-keyframes material-spinner-rotate {
100
- 0% {
101
- -webkit-transform: rotate(0);
102
- transform: rotate(0);
103
- }
104
- 100% {
105
- -webkit-transform: rotate(360deg);
106
- transform: rotate(360deg);
107
- }
108
- }
109
- @keyframes material-spinner-rotate {
110
- 0% {
111
- -webkit-transform: rotate(0);
112
- transform: rotate(0);
113
- }
114
- 100% {
115
- -webkit-transform: rotate(360deg);
116
- transform: rotate(360deg);
117
- }
118
- }
119
- @-webkit-keyframes fabric-spinner-rotate {
120
- 0% {
121
- -webkit-transform: rotate(0);
122
- transform: rotate(0);
123
- }
124
- 100% {
125
- -webkit-transform: rotate(360deg);
126
- transform: rotate(360deg);
127
- }
128
- }
129
- @keyframes fabric-spinner-rotate {
130
- 0% {
131
- -webkit-transform: rotate(0);
132
- transform: rotate(0);
133
- }
134
- 100% {
135
- -webkit-transform: rotate(360deg);
136
- transform: rotate(360deg);
137
- }
138
- }
139
- /* stylelint-disable */
140
1
  .e-treegrid .e-indent::before,
141
2
  .e-grid-menu .e-indent::before {
142
3
  content: "\e810";
@@ -1,17 +1,3 @@
1
- @use 'ej2-inputs/styles/input/bootstrap5-dark-definition' as *;
2
- @use 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition' as *;
3
- @use 'ej2-buttons/styles/button/bootstrap5-dark-definition' as *;
4
- @use 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition' as *;
5
- @use 'ej2-buttons/styles/check-box/bootstrap5-dark-definition' as *;
6
- @use 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark-definition' as *;
7
- @use 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition' as *;
8
- @use 'ej2-popups/styles/dialog/bootstrap5-dark-definition' as *;
9
- @use 'ej2-popups/styles/spinner/bootstrap5-dark-definition' as *;
10
- @use 'ej2-popups/styles/tooltip/bootstrap5-dark-definition' as *;
11
- @use 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition' as *;
12
- @use 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition' as *;
13
- @use 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition' as *;
14
- @use 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition' as *;
15
1
  @use 'treegrid/bootstrap5-dark-definition' as *;
16
2
  @use 'treegrid/icons/bootstrap5-dark' as *;
17
- @use 'treegrid/all.bootstrap5-dark' as *;
3
+ @use 'treegrid/all' as *;
@@ -1,142 +1,3 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- .e-popup.e-ddl {
3
- border-radius: 4px;
4
- -webkit-box-shadow: none;
5
- box-shadow: none;
6
- margin-top: 3px;
7
- }
8
- .e-popup.e-ddl .e-input-group {
9
- width: auto;
10
- }
11
- .e-popup.e-ddl .e-input-group input {
12
- line-height: 15px;
13
- }
14
-
15
- .e-popup.e-ddl .e-dropdownbase {
16
- min-height: 26px;
17
- }
18
-
19
- .e-popup.e-ddl .e-filter-parent .e-input-group {
20
- display: -webkit-box;
21
- display: -ms-flexbox;
22
- display: flex;
23
- width: auto;
24
- }
25
- .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
- border: 0;
27
- }
28
-
29
- .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
30
- .e-float-input.e-control-wrapper.e-ddl input[readonly] {
31
- background: transparent;
32
- }
33
-
34
- .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
35
- .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
36
- background: #343a40;
37
- }
38
-
39
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
40
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
41
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
42
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
43
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
44
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
45
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
46
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
47
- background: transparent;
48
- color: #adb5bd;
49
- }
50
-
51
- .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
52
- .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
53
- .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
54
- .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
55
- background: transparent;
56
- color: #adb5bd;
57
- }
58
-
59
- .e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
60
- .e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
61
- .e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
62
- .e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
63
- background: #343a40;
64
- }
65
-
66
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
67
- .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
68
- .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
69
- .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
70
- border: 0;
71
- }
72
-
73
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
74
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
75
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
76
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
77
- -webkit-box-shadow: none;
78
- box-shadow: none;
79
- }
80
-
81
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
82
- background: transparent;
83
- display: -webkit-box;
84
- display: -ms-flexbox;
85
- display: flex;
86
- position: relative;
87
- }
88
-
89
- .e-ddl.e-popup .e-filter-parent .e-input-group,
90
- .e-ddl.e-popup .e-filter-parent {
91
- background: #212529;
92
- }
93
-
94
- .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
95
- font-size: 14px;
96
- }
97
-
98
- /* stylelint-disable property-no-vendor-prefix */
99
- @-webkit-keyframes material-spinner-rotate {
100
- 0% {
101
- -webkit-transform: rotate(0);
102
- transform: rotate(0);
103
- }
104
- 100% {
105
- -webkit-transform: rotate(360deg);
106
- transform: rotate(360deg);
107
- }
108
- }
109
- @keyframes material-spinner-rotate {
110
- 0% {
111
- -webkit-transform: rotate(0);
112
- transform: rotate(0);
113
- }
114
- 100% {
115
- -webkit-transform: rotate(360deg);
116
- transform: rotate(360deg);
117
- }
118
- }
119
- @-webkit-keyframes fabric-spinner-rotate {
120
- 0% {
121
- -webkit-transform: rotate(0);
122
- transform: rotate(0);
123
- }
124
- 100% {
125
- -webkit-transform: rotate(360deg);
126
- transform: rotate(360deg);
127
- }
128
- }
129
- @keyframes fabric-spinner-rotate {
130
- 0% {
131
- -webkit-transform: rotate(0);
132
- transform: rotate(0);
133
- }
134
- 100% {
135
- -webkit-transform: rotate(360deg);
136
- transform: rotate(360deg);
137
- }
138
- }
139
- /* stylelint-disable */
140
1
  .e-treegrid .e-indent::before,
141
2
  .e-grid-menu .e-indent::before {
142
3
  content: "\e810";
@@ -1,18 +1,4 @@
1
- @use 'ej2-inputs/styles/input/bootstrap5-dark-definition' as *;
2
- @use 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition' as *;
3
- @use 'ej2-buttons/styles/button/bootstrap5-dark-definition' as *;
4
- @use 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition' as *;
5
- @use 'ej2-buttons/styles/check-box/bootstrap5-dark-definition' as *;
6
- @use 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark-definition' as *;
7
- @use 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition' as *;
8
- @use 'ej2-popups/styles/dialog/bootstrap5-dark-definition' as *;
9
- @use 'ej2-popups/styles/spinner/bootstrap5-dark-definition' as *;
10
- @use 'ej2-popups/styles/tooltip/bootstrap5-dark-definition' as *;
11
- @use 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition' as *;
12
- @use 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition' as *;
13
- @use 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition' as *;
14
- @use 'ej2-navigations/styles/context-menu/bootstrap5-dark-definition' as *;
15
1
  @use 'treegrid/bootstrap5-dark-definition' as *;
16
2
  @use 'treegrid/icons/bootstrap5-dark' as *;
17
- @use 'treegrid/all.bootstrap5-dark' as *;
18
- @use 'treegrid/bigger.bootstrap5-dark' as *;
3
+ @use 'treegrid/all' as *;
4
+ @use 'treegrid/bigger' as *;
@@ -1,142 +1,3 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- .e-popup.e-ddl {
3
- border-radius: 4px;
4
- -webkit-box-shadow: none;
5
- box-shadow: none;
6
- margin-top: 3px;
7
- }
8
- .e-popup.e-ddl .e-input-group {
9
- width: auto;
10
- }
11
- .e-popup.e-ddl .e-input-group input {
12
- line-height: 15px;
13
- }
14
-
15
- .e-popup.e-ddl .e-dropdownbase {
16
- min-height: 26px;
17
- }
18
-
19
- .e-popup.e-ddl .e-filter-parent .e-input-group {
20
- display: -webkit-box;
21
- display: -ms-flexbox;
22
- display: flex;
23
- width: auto;
24
- }
25
- .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
- border: 0;
27
- }
28
-
29
- .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
30
- .e-float-input.e-control-wrapper.e-ddl input[readonly] {
31
- background: transparent;
32
- }
33
-
34
- .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
35
- .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
36
- background: #e9ecef;
37
- }
38
-
39
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
40
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
41
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
42
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
43
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
44
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
45
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
46
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
47
- background: transparent;
48
- color: #6c757d;
49
- }
50
-
51
- .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
52
- .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
53
- .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
54
- .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
55
- background: transparent;
56
- color: #6c757d;
57
- }
58
-
59
- .e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
60
- .e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
61
- .e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
62
- .e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
63
- background: #e9ecef;
64
- }
65
-
66
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
67
- .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
68
- .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
69
- .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
70
- border: 0;
71
- }
72
-
73
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
74
- .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
75
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
76
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
77
- -webkit-box-shadow: none;
78
- box-shadow: none;
79
- }
80
-
81
- .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
82
- background: transparent;
83
- display: -webkit-box;
84
- display: -ms-flexbox;
85
- display: flex;
86
- position: relative;
87
- }
88
-
89
- .e-ddl.e-popup .e-filter-parent .e-input-group,
90
- .e-ddl.e-popup .e-filter-parent {
91
- background: #fff;
92
- }
93
-
94
- .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
95
- font-size: 14px;
96
- }
97
-
98
- /* stylelint-disable property-no-vendor-prefix */
99
- @-webkit-keyframes material-spinner-rotate {
100
- 0% {
101
- -webkit-transform: rotate(0);
102
- transform: rotate(0);
103
- }
104
- 100% {
105
- -webkit-transform: rotate(360deg);
106
- transform: rotate(360deg);
107
- }
108
- }
109
- @keyframes material-spinner-rotate {
110
- 0% {
111
- -webkit-transform: rotate(0);
112
- transform: rotate(0);
113
- }
114
- 100% {
115
- -webkit-transform: rotate(360deg);
116
- transform: rotate(360deg);
117
- }
118
- }
119
- @-webkit-keyframes fabric-spinner-rotate {
120
- 0% {
121
- -webkit-transform: rotate(0);
122
- transform: rotate(0);
123
- }
124
- 100% {
125
- -webkit-transform: rotate(360deg);
126
- transform: rotate(360deg);
127
- }
128
- }
129
- @keyframes fabric-spinner-rotate {
130
- 0% {
131
- -webkit-transform: rotate(0);
132
- transform: rotate(0);
133
- }
134
- 100% {
135
- -webkit-transform: rotate(360deg);
136
- transform: rotate(360deg);
137
- }
138
- }
139
- /* stylelint-disable */
140
1
  .e-treegrid .e-indent::before,
141
2
  .e-grid-menu .e-indent::before {
142
3
  content: "\e810";
@@ -1,18 +1,3 @@
1
- @use 'ej2-base/styles/definition/bootstrap5' as *;
2
- @use 'ej2-inputs/styles/input/bootstrap5-definition' as *;
3
- @use 'ej2-inputs/styles/numerictextbox/bootstrap5-definition' as *;
4
- @use 'ej2-buttons/styles/button/bootstrap5-definition' as *;
5
- @use 'ej2-buttons/styles/radio-button/bootstrap5-definition' as *;
6
- @use 'ej2-buttons/styles/check-box/bootstrap5-definition' as *;
7
- @use 'ej2-dropdowns/styles/auto-complete/bootstrap5-definition' as *;
8
- @use 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition' as *;
9
- @use 'ej2-popups/styles/dialog/bootstrap5-definition' as *;
10
- @use 'ej2-popups/styles/spinner/bootstrap5-definition' as *;
11
- @use 'ej2-popups/styles/tooltip/bootstrap5-definition' as *;
12
- @use 'ej2-calendars/styles/datepicker/bootstrap5-definition' as *;
13
- @use 'ej2-calendars/styles/datetimepicker/bootstrap5-definition' as *;
14
- @use 'ej2-navigations/styles/toolbar/bootstrap5-definition' as *;
15
- @use 'ej2-navigations/styles/context-menu/bootstrap5-definition' as *;
16
1
  @use 'treegrid/bootstrap5-definition' as *;
17
2
  @use 'treegrid/icons/bootstrap5' as *;
18
- @use 'treegrid/all.bootstrap5' as *;
3
+ @use 'treegrid/all' as *;