@syncfusion/ej2-inplace-editor 33.1.44 → 34.1.29

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 (284) hide show
  1. package/.eslintrc.json +31 -4
  2. package/aceconfig.js +17 -0
  3. package/dist/ej2-inplace-editor.min.js +1 -1
  4. package/dist/ej2-inplace-editor.umd.min.js +1 -1
  5. package/dist/global/ej2-inplace-editor.min.js +1 -1
  6. package/dist/global/index.d.ts +1 -1
  7. package/package.json +13 -13
  8. package/styles/bds-lite.css +0 -381
  9. package/styles/bds-lite.scss +1 -23
  10. package/styles/bds.css +0 -385
  11. package/styles/bds.scss +2 -24
  12. package/styles/bootstrap-dark-lite.css +0 -152
  13. package/styles/bootstrap-dark-lite.scss +1 -23
  14. package/styles/bootstrap-dark.css +0 -160
  15. package/styles/bootstrap-dark.scss +2 -24
  16. package/styles/bootstrap-lite.css +0 -231
  17. package/styles/bootstrap-lite.scss +1 -23
  18. package/styles/bootstrap.css +0 -239
  19. package/styles/bootstrap.scss +2 -24
  20. package/styles/bootstrap4-lite.css +0 -380
  21. package/styles/bootstrap4-lite.scss +1 -23
  22. package/styles/bootstrap4.css +0 -388
  23. package/styles/bootstrap4.scss +2 -24
  24. package/styles/bootstrap5-dark-lite.css +0 -176
  25. package/styles/bootstrap5-dark-lite.scss +1 -23
  26. package/styles/bootstrap5-dark.css +0 -176
  27. package/styles/bootstrap5-dark.scss +2 -24
  28. package/styles/bootstrap5-lite.css +0 -176
  29. package/styles/bootstrap5-lite.scss +1 -24
  30. package/styles/bootstrap5.3-lite.css +0 -344
  31. package/styles/bootstrap5.3-lite.scss +1 -24
  32. package/styles/bootstrap5.3.css +0 -428
  33. package/styles/bootstrap5.3.scss +2 -25
  34. package/styles/bootstrap5.css +0 -176
  35. package/styles/bootstrap5.scss +2 -25
  36. package/styles/fabric-dark-lite.css +0 -115
  37. package/styles/fabric-dark-lite.scss +1 -24
  38. package/styles/fabric-dark.css +0 -123
  39. package/styles/fabric-dark.scss +2 -25
  40. package/styles/fabric-lite.css +0 -111
  41. package/styles/fabric-lite.scss +1 -24
  42. package/styles/fabric.css +0 -119
  43. package/styles/fabric.scss +2 -25
  44. package/styles/fluent-dark-lite.css +0 -173
  45. package/styles/fluent-dark-lite.scss +1 -24
  46. package/styles/fluent-dark.css +0 -173
  47. package/styles/fluent-dark.scss +2 -25
  48. package/styles/fluent-lite.css +0 -173
  49. package/styles/fluent-lite.scss +1 -24
  50. package/styles/fluent.css +0 -173
  51. package/styles/fluent.scss +2 -25
  52. package/styles/fluent2-lite.css +0 -663
  53. package/styles/fluent2-lite.scss +1 -24
  54. package/styles/fluent2.css +0 -749
  55. package/styles/fluent2.scss +2 -25
  56. package/styles/highcontrast-light-lite.css +0 -204
  57. package/styles/highcontrast-light-lite.scss +1 -24
  58. package/styles/highcontrast-light.css +0 -212
  59. package/styles/highcontrast-light.scss +2 -25
  60. package/styles/highcontrast-lite.css +0 -212
  61. package/styles/highcontrast-lite.scss +1 -24
  62. package/styles/highcontrast.css +0 -220
  63. package/styles/highcontrast.scss +2 -25
  64. package/styles/inplace-editor/_all.scss +2 -2
  65. package/styles/inplace-editor/_bds-definition.scss +1 -2
  66. package/styles/inplace-editor/_bigger.scss +1 -1
  67. package/styles/inplace-editor/_bootstrap-dark-definition.scss +1 -2
  68. package/styles/inplace-editor/_bootstrap-definition.scss +1 -2
  69. package/styles/inplace-editor/_bootstrap4-definition.scss +1 -2
  70. package/styles/inplace-editor/_bootstrap5-dark-definition.scss +1 -2
  71. package/styles/inplace-editor/_bootstrap5-definition.scss +1 -2
  72. package/styles/inplace-editor/_bootstrap5.3-definition.scss +1 -2
  73. package/styles/inplace-editor/_fabric-dark-definition.scss +1 -2
  74. package/styles/inplace-editor/_fabric-definition.scss +1 -2
  75. package/styles/inplace-editor/_fluent-dark-definition.scss +1 -2
  76. package/styles/inplace-editor/_fluent-definition.scss +1 -2
  77. package/styles/inplace-editor/_fluent2-definition.scss +1 -2
  78. package/styles/inplace-editor/_fusionnew-definition.scss +1 -2
  79. package/styles/inplace-editor/_highcontrast-definition.scss +1 -2
  80. package/styles/inplace-editor/_highcontrast-light-definition.scss +1 -2
  81. package/styles/inplace-editor/_layout.scss +1 -1
  82. package/styles/inplace-editor/_material-dark-definition.scss +1 -2
  83. package/styles/inplace-editor/_material-definition.scss +1 -2
  84. package/styles/inplace-editor/_material3-dark-definition.scss +2 -2
  85. package/styles/inplace-editor/_material3-definition.scss +2 -2
  86. package/styles/inplace-editor/_tailwind-dark-definition.scss +1 -2
  87. package/styles/inplace-editor/_tailwind-definition.scss +1 -2
  88. package/styles/inplace-editor/_tailwind3-definition.scss +1 -2
  89. package/styles/inplace-editor/_theme.scss +1 -1
  90. package/styles/inplace-editor/_variables.scss +2 -0
  91. package/styles/inplace-editor/bds.css +0 -385
  92. package/styles/inplace-editor/bds.scss +2 -25
  93. package/styles/inplace-editor/bootstrap-dark.css +0 -160
  94. package/styles/inplace-editor/bootstrap-dark.scss +2 -25
  95. package/styles/inplace-editor/bootstrap.css +0 -239
  96. package/styles/inplace-editor/bootstrap.scss +2 -25
  97. package/styles/inplace-editor/bootstrap4.css +0 -388
  98. package/styles/inplace-editor/bootstrap4.scss +2 -25
  99. package/styles/inplace-editor/bootstrap5-dark.css +0 -176
  100. package/styles/inplace-editor/bootstrap5-dark.scss +2 -25
  101. package/styles/inplace-editor/bootstrap5.3.css +0 -428
  102. package/styles/inplace-editor/bootstrap5.3.scss +2 -25
  103. package/styles/inplace-editor/bootstrap5.css +0 -176
  104. package/styles/inplace-editor/bootstrap5.scss +2 -25
  105. package/styles/inplace-editor/fabric-dark.css +0 -123
  106. package/styles/inplace-editor/fabric-dark.scss +2 -25
  107. package/styles/inplace-editor/fabric.css +0 -119
  108. package/styles/inplace-editor/fabric.scss +2 -25
  109. package/styles/inplace-editor/fluent-dark.css +0 -173
  110. package/styles/inplace-editor/fluent-dark.scss +2 -25
  111. package/styles/inplace-editor/fluent.css +0 -173
  112. package/styles/inplace-editor/fluent.scss +2 -25
  113. package/styles/inplace-editor/fluent2.css +0 -749
  114. package/styles/inplace-editor/fluent2.scss +2 -25
  115. package/styles/inplace-editor/highcontrast-light.css +0 -212
  116. package/styles/inplace-editor/highcontrast-light.scss +2 -25
  117. package/styles/inplace-editor/highcontrast.css +0 -220
  118. package/styles/inplace-editor/highcontrast.scss +2 -25
  119. package/styles/inplace-editor/icons/_bds.scss +1 -1
  120. package/styles/inplace-editor/icons/_bootstrap-dark.scss +1 -1
  121. package/styles/inplace-editor/icons/_bootstrap.scss +1 -1
  122. package/styles/inplace-editor/icons/_bootstrap4.scss +1 -1
  123. package/styles/inplace-editor/icons/_bootstrap5.3.scss +1 -1
  124. package/styles/inplace-editor/icons/_bootstrap5.scss +1 -1
  125. package/styles/inplace-editor/icons/_fabric-dark.scss +1 -1
  126. package/styles/inplace-editor/icons/_fabric.scss +1 -1
  127. package/styles/inplace-editor/icons/_fluent.scss +1 -1
  128. package/styles/inplace-editor/icons/_fluent2.scss +1 -1
  129. package/styles/inplace-editor/icons/_fusionnew.scss +1 -1
  130. package/styles/inplace-editor/icons/_highcontrast-light.scss +1 -1
  131. package/styles/inplace-editor/icons/_highcontrast.scss +1 -1
  132. package/styles/inplace-editor/icons/_material-dark.scss +1 -1
  133. package/styles/inplace-editor/icons/_material.scss +1 -1
  134. package/styles/inplace-editor/icons/_material3.scss +1 -1
  135. package/styles/inplace-editor/icons/_tailwind.scss +1 -1
  136. package/styles/inplace-editor/icons/_tailwind3.scss +1 -1
  137. package/styles/inplace-editor/material-dark.css +0 -178
  138. package/styles/inplace-editor/material-dark.scss +2 -25
  139. package/styles/inplace-editor/material.css +0 -212
  140. package/styles/inplace-editor/material.scss +2 -25
  141. package/styles/inplace-editor/material3-dark.css +0 -760
  142. package/styles/inplace-editor/material3-dark.scss +2 -25
  143. package/styles/inplace-editor/material3.css +0 -766
  144. package/styles/inplace-editor/material3.scss +2 -25
  145. package/styles/inplace-editor/tailwind-dark.css +0 -142
  146. package/styles/inplace-editor/tailwind-dark.scss +2 -25
  147. package/styles/inplace-editor/tailwind.css +0 -142
  148. package/styles/inplace-editor/tailwind.scss +2 -25
  149. package/styles/inplace-editor/tailwind3.css +0 -455
  150. package/styles/inplace-editor/tailwind3.scss +2 -25
  151. package/styles/material-dark-lite.css +0 -170
  152. package/styles/material-dark-lite.scss +1 -24
  153. package/styles/material-dark.css +0 -178
  154. package/styles/material-dark.scss +2 -25
  155. package/styles/material-lite.css +0 -204
  156. package/styles/material-lite.scss +1 -23
  157. package/styles/material.css +0 -212
  158. package/styles/material.scss +2 -24
  159. package/styles/material3-dark-lite.css +0 -678
  160. package/styles/material3-dark-lite.scss +1 -24
  161. package/styles/material3-dark.css +0 -760
  162. package/styles/material3-dark.scss +2 -25
  163. package/styles/material3-lite.css +0 -682
  164. package/styles/material3-lite.scss +1 -24
  165. package/styles/material3.css +0 -766
  166. package/styles/material3.scss +2 -25
  167. package/styles/tailwind-dark-lite.css +0 -142
  168. package/styles/tailwind-dark-lite.scss +1 -24
  169. package/styles/tailwind-dark.css +0 -142
  170. package/styles/tailwind-dark.scss +2 -25
  171. package/styles/tailwind-lite.css +0 -142
  172. package/styles/tailwind-lite.scss +1 -24
  173. package/styles/tailwind.css +0 -142
  174. package/styles/tailwind.scss +2 -25
  175. package/styles/tailwind3-lite.css +0 -381
  176. package/styles/tailwind3-lite.scss +1 -24
  177. package/styles/tailwind3.css +0 -455
  178. package/styles/tailwind3.scss +2 -25
  179. package/tslint.json +111 -0
  180. package/styles/inplace-editor/_all.bds.scss +0 -2
  181. package/styles/inplace-editor/_all.bootstrap-dark.scss +0 -2
  182. package/styles/inplace-editor/_all.bootstrap.scss +0 -2
  183. package/styles/inplace-editor/_all.bootstrap4.scss +0 -2
  184. package/styles/inplace-editor/_all.bootstrap5-dark.scss +0 -2
  185. package/styles/inplace-editor/_all.bootstrap5.3.scss +0 -2
  186. package/styles/inplace-editor/_all.bootstrap5.scss +0 -2
  187. package/styles/inplace-editor/_all.fabric-dark.scss +0 -2
  188. package/styles/inplace-editor/_all.fabric.scss +0 -2
  189. package/styles/inplace-editor/_all.fluent-dark.scss +0 -2
  190. package/styles/inplace-editor/_all.fluent.scss +0 -2
  191. package/styles/inplace-editor/_all.fluent2.scss +0 -2
  192. package/styles/inplace-editor/_all.highcontrast-light.scss +0 -2
  193. package/styles/inplace-editor/_all.highcontrast.scss +0 -2
  194. package/styles/inplace-editor/_all.material-dark.scss +0 -2
  195. package/styles/inplace-editor/_all.material.scss +0 -2
  196. package/styles/inplace-editor/_all.material3-dark.scss +0 -2
  197. package/styles/inplace-editor/_all.material3.scss +0 -2
  198. package/styles/inplace-editor/_all.tailwind-dark.scss +0 -2
  199. package/styles/inplace-editor/_all.tailwind.scss +0 -2
  200. package/styles/inplace-editor/_all.tailwind3.scss +0 -2
  201. package/styles/inplace-editor/_bigger.bds.scss +0 -3
  202. package/styles/inplace-editor/_bigger.bootstrap-dark.scss +0 -3
  203. package/styles/inplace-editor/_bigger.bootstrap.scss +0 -3
  204. package/styles/inplace-editor/_bigger.bootstrap4.scss +0 -3
  205. package/styles/inplace-editor/_bigger.bootstrap5-dark.scss +0 -3
  206. package/styles/inplace-editor/_bigger.bootstrap5.3.scss +0 -3
  207. package/styles/inplace-editor/_bigger.bootstrap5.scss +0 -3
  208. package/styles/inplace-editor/_bigger.fabric-dark.scss +0 -3
  209. package/styles/inplace-editor/_bigger.fabric.scss +0 -3
  210. package/styles/inplace-editor/_bigger.fluent-dark.scss +0 -3
  211. package/styles/inplace-editor/_bigger.fluent.scss +0 -3
  212. package/styles/inplace-editor/_bigger.fluent2.scss +0 -3
  213. package/styles/inplace-editor/_bigger.highcontrast-light.scss +0 -3
  214. package/styles/inplace-editor/_bigger.highcontrast.scss +0 -3
  215. package/styles/inplace-editor/_bigger.material-dark.scss +0 -3
  216. package/styles/inplace-editor/_bigger.material.scss +0 -3
  217. package/styles/inplace-editor/_bigger.material3-dark.scss +0 -3
  218. package/styles/inplace-editor/_bigger.material3.scss +0 -3
  219. package/styles/inplace-editor/_bigger.tailwind-dark.scss +0 -3
  220. package/styles/inplace-editor/_bigger.tailwind.scss +0 -3
  221. package/styles/inplace-editor/_bigger.tailwind3.scss +0 -3
  222. package/styles/inplace-editor/_layout.bds.scss +0 -3
  223. package/styles/inplace-editor/_layout.bootstrap-dark.scss +0 -3
  224. package/styles/inplace-editor/_layout.bootstrap.scss +0 -3
  225. package/styles/inplace-editor/_layout.bootstrap4.scss +0 -3
  226. package/styles/inplace-editor/_layout.bootstrap5-dark.scss +0 -3
  227. package/styles/inplace-editor/_layout.bootstrap5.3.scss +0 -3
  228. package/styles/inplace-editor/_layout.bootstrap5.scss +0 -3
  229. package/styles/inplace-editor/_layout.fabric-dark.scss +0 -3
  230. package/styles/inplace-editor/_layout.fabric.scss +0 -3
  231. package/styles/inplace-editor/_layout.fluent-dark.scss +0 -3
  232. package/styles/inplace-editor/_layout.fluent.scss +0 -3
  233. package/styles/inplace-editor/_layout.fluent2.scss +0 -3
  234. package/styles/inplace-editor/_layout.highcontrast-light.scss +0 -3
  235. package/styles/inplace-editor/_layout.highcontrast.scss +0 -3
  236. package/styles/inplace-editor/_layout.material-dark.scss +0 -3
  237. package/styles/inplace-editor/_layout.material.scss +0 -3
  238. package/styles/inplace-editor/_layout.material3-dark.scss +0 -3
  239. package/styles/inplace-editor/_layout.material3.scss +0 -3
  240. package/styles/inplace-editor/_layout.tailwind-dark.scss +0 -3
  241. package/styles/inplace-editor/_layout.tailwind.scss +0 -3
  242. package/styles/inplace-editor/_layout.tailwind3.scss +0 -3
  243. package/styles/inplace-editor/_theme-variables.bds.scss +0 -1
  244. package/styles/inplace-editor/_theme-variables.bootstrap-dark.scss +0 -1
  245. package/styles/inplace-editor/_theme-variables.bootstrap.scss +0 -1
  246. package/styles/inplace-editor/_theme-variables.bootstrap4.scss +0 -1
  247. package/styles/inplace-editor/_theme-variables.bootstrap5-dark.scss +0 -1
  248. package/styles/inplace-editor/_theme-variables.bootstrap5.3.scss +0 -1
  249. package/styles/inplace-editor/_theme-variables.bootstrap5.scss +0 -1
  250. package/styles/inplace-editor/_theme-variables.fabric-dark.scss +0 -1
  251. package/styles/inplace-editor/_theme-variables.fabric.scss +0 -1
  252. package/styles/inplace-editor/_theme-variables.fluent-dark.scss +0 -1
  253. package/styles/inplace-editor/_theme-variables.fluent.scss +0 -1
  254. package/styles/inplace-editor/_theme-variables.fluent2.scss +0 -1
  255. package/styles/inplace-editor/_theme-variables.highcontrast-light.scss +0 -1
  256. package/styles/inplace-editor/_theme-variables.highcontrast.scss +0 -1
  257. package/styles/inplace-editor/_theme-variables.material-dark.scss +0 -1
  258. package/styles/inplace-editor/_theme-variables.material.scss +0 -1
  259. package/styles/inplace-editor/_theme-variables.material3-dark.scss +0 -1
  260. package/styles/inplace-editor/_theme-variables.material3.scss +0 -1
  261. package/styles/inplace-editor/_theme-variables.tailwind-dark.scss +0 -1
  262. package/styles/inplace-editor/_theme-variables.tailwind.scss +0 -1
  263. package/styles/inplace-editor/_theme-variables.tailwind3.scss +0 -1
  264. package/styles/inplace-editor/_theme.bds.scss +0 -4
  265. package/styles/inplace-editor/_theme.bootstrap-dark.scss +0 -4
  266. package/styles/inplace-editor/_theme.bootstrap.scss +0 -4
  267. package/styles/inplace-editor/_theme.bootstrap4.scss +0 -4
  268. package/styles/inplace-editor/_theme.bootstrap5-dark.scss +0 -4
  269. package/styles/inplace-editor/_theme.bootstrap5.3.scss +0 -4
  270. package/styles/inplace-editor/_theme.bootstrap5.scss +0 -4
  271. package/styles/inplace-editor/_theme.fabric-dark.scss +0 -4
  272. package/styles/inplace-editor/_theme.fabric.scss +0 -4
  273. package/styles/inplace-editor/_theme.fluent-dark.scss +0 -4
  274. package/styles/inplace-editor/_theme.fluent.scss +0 -4
  275. package/styles/inplace-editor/_theme.fluent2.scss +0 -4
  276. package/styles/inplace-editor/_theme.highcontrast-light.scss +0 -4
  277. package/styles/inplace-editor/_theme.highcontrast.scss +0 -4
  278. package/styles/inplace-editor/_theme.material-dark.scss +0 -4
  279. package/styles/inplace-editor/_theme.material.scss +0 -4
  280. package/styles/inplace-editor/_theme.material3-dark.scss +0 -4
  281. package/styles/inplace-editor/_theme.material3.scss +0 -4
  282. package/styles/inplace-editor/_theme.tailwind-dark.scss +0 -4
  283. package/styles/inplace-editor/_theme.tailwind.scss +0 -4
  284. package/styles/inplace-editor/_theme.tailwind3.scss +0 -4
@@ -82,520 +82,6 @@
82
82
  /* 16px */
83
83
 
84
84
 
85
- /* stylelint-disable property-no-vendor-prefix */
86
- @-webkit-keyframes e-input-ripple {
87
- 100% {
88
- opacity: 0;
89
- -webkit-transform: scale(4);
90
- transform: scale(4);
91
- }
92
- }
93
- @keyframes e-input-ripple {
94
- 100% {
95
- opacity: 0;
96
- -webkit-transform: scale(4);
97
- transform: scale(4);
98
- }
99
- }
100
- @-webkit-keyframes slideTopUp {
101
- from {
102
- -webkit-transform: translate3d(0, 0, 0) scale(1);
103
- transform: translate3d(0, 0, 0) scale(1);
104
- }
105
- to {
106
- -webkit-transform: translate3d(0, 0, 0) scale(1);
107
- transform: translate3d(0, 0, 0) scale(1);
108
- }
109
- }
110
- @keyframes slideTopUp {
111
- from {
112
- -webkit-transform: translate3d(0, 0, 0) scale(1);
113
- transform: translate3d(0, 0, 0) scale(1);
114
- }
115
- to {
116
- -webkit-transform: translate3d(0, 0, 0) scale(1);
117
- transform: translate3d(0, 0, 0) scale(1);
118
- }
119
- }
120
- /* stylelint-disable-line no-empty-source */
121
- .e-ddl.e-control-wrapper .e-ddl-icon::before {
122
- -webkit-transform: rotate(0deg);
123
- transform: rotate(0deg);
124
- -webkit-transition: -webkit-transform 300ms ease;
125
- transition: -webkit-transform 300ms ease;
126
- transition: transform 300ms ease;
127
- transition: transform 300ms ease, -webkit-transform 300ms ease;
128
- }
129
-
130
- .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
131
- -webkit-transform: rotate(180deg);
132
- transform: rotate(180deg);
133
- -webkit-transition: -webkit-transform 300ms ease;
134
- transition: -webkit-transform 300ms ease;
135
- transition: transform 300ms ease;
136
- transition: transform 300ms ease, -webkit-transform 300ms ease;
137
- }
138
-
139
- .e-dropdownbase .e-list-item.e-active.e-hover {
140
- color: rgba(var(--color-sf-on-surface));
141
- }
142
-
143
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
144
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
145
- .e-input-group:not(.e-disabled) .e-back-icon:active,
146
- .e-input-group:not(.e-disabled) .e-back-icon:hover,
147
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
148
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
149
- background: rgba(var(--color-sf-on-surface), 0.08);
150
- }
151
-
152
- .e-input-group .e-ddl-icon:not(:active)::after {
153
- -webkit-animation: none;
154
- animation: none;
155
- }
156
-
157
- .e-ddl.e-popup {
158
- border: 0;
159
- -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
160
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
161
- margin-top: 2px;
162
- }
163
-
164
- .e-popup.e-ddl .e-dropdownbase {
165
- min-height: 26px;
166
- border-radius: calc(var(--e-radius) * 0.25);
167
- }
168
-
169
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
170
- margin: 0 6px;
171
- min-height: 30px;
172
- min-width: 30px;
173
- }
174
-
175
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
176
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
177
- min-height: 22px;
178
- min-width: 22px;
179
- }
180
-
181
- .e-input-group.e-ddl,
182
- .e-input-group.e-ddl .e-input,
183
- .e-input-group.e-ddl .e-ddl-icon {
184
- background: transparent;
185
- }
186
-
187
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
188
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
189
- border-bottom-width: 0;
190
- }
191
-
192
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
193
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
194
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
195
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
196
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
197
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
198
- margin: 4px;
199
- }
200
-
201
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
202
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
203
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
204
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
205
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
206
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
207
- padding: 4px 5px 4px 12px;
208
- }
209
-
210
- .e-ddl.e-popup.e-outline .e-filter-parent {
211
- padding: 4px 8px;
212
- }
213
-
214
- .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
215
- border-color: rgba(var(--color-sf-primary));
216
- }
217
-
218
- .e-bigger .e-popup.e-ddl-device-filter {
219
- margin-top: 0;
220
- }
221
-
222
- .e-bigger .e-ddl-device .e-input-group,
223
- .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
224
- background: rgba(0, 0, 0, 0.0001);
225
- border-width: 0;
226
- -webkit-box-shadow: none;
227
- box-shadow: none;
228
- margin-bottom: 0;
229
- }
230
-
231
- .e-bigger .e-ddl-device .e-input-group .e-back-icon,
232
- .e-bigger .e-ddl-device .e-input-group input.e-input,
233
- .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
234
- background: rgba(0, 0, 0, 0.0001);
235
- }
236
-
237
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
238
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
239
- min-height: 38px;
240
- min-width: 38px;
241
- }
242
-
243
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
244
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
245
- padding: 4px 16px 4px 0;
246
- }
247
-
248
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
249
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
250
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
251
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
252
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
253
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
254
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
255
- min-height: 34px;
256
- min-width: 34px;
257
- }
258
-
259
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
260
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
261
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
262
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
263
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
264
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
265
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
266
- padding: 8px 16px;
267
- }
268
-
269
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
270
- margin: 0 4px;
271
- }
272
-
273
- .e-bigger.e-small .e-multiselect .e-input-group-icon.e-ddl-icon {
274
- top: 3px;
275
- }
276
-
277
- .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
278
- .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
279
- .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
280
- .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
281
- height: 38px;
282
- margin-top: -55px;
283
- right: 12px;
284
- top: 100%;
285
- width: 18px;
286
- }
287
-
288
- .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
289
- .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
290
- .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
291
- .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
292
- .e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
293
- .e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
294
- .e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
295
- .e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
296
- right: 48px;
297
- }
298
-
299
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
300
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
301
- height: 40px;
302
- margin-top: -55px;
303
- right: 6px;
304
- top: 100%;
305
- width: 40px;
306
- }
307
-
308
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
309
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
310
- right: 60px;
311
- }
312
-
313
- .e-rtl.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
314
- .e-rtl.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
315
- .e-rtl .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
316
- .e-bigger.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
317
- .e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
318
- .e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
319
- .e-bigger .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
320
- .e-bigger .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
321
- .e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
322
- .e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
323
- .e-small .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
324
- .e-small .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
325
- .e-rtl.e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
326
- .e-rtl.e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
327
- .e-rtl .e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
328
- .e-bigger.e-small .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
329
- .e-rtl.e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
330
- .e-rtl .e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
331
- .e-bigger .e-rtl.e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
332
- .e-bigger .e-rtl .e-small.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
333
- .e-rtl.e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
334
- .e-rtl .e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
335
- .e-small .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
336
- .e-small .e-rtl.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
337
- left: 48px;
338
- right: auto;
339
- }
340
-
341
- .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
342
- .e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
343
- .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
344
- .e-rtl .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
345
- .e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
346
- .e-bigger .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
347
- .e-rtl.e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
348
- .e-rtl.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
349
- .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
350
- .e-rtl .e-bigger .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
351
- .e-bigger .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
352
- .e-bigger .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
353
- left: 60px;
354
- right: auto;
355
- }
356
-
357
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
358
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
359
- content: "\e208";
360
- font-size: 20px;
361
- height: 20px;
362
- left: 0;
363
- margin-top: -10px;
364
- top: 50%;
365
- }
366
-
367
- .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
368
- .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
369
- .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before,
370
- .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before {
371
- content: "\e208";
372
- font-size: 18px;
373
- height: 18px;
374
- left: 0;
375
- margin-top: -9px;
376
- top: 50%;
377
- }
378
-
379
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
380
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
381
- font-size: 16px;
382
- }
383
-
384
- .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
385
- .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
386
- .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before,
387
- .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before {
388
- font-size: 14px;
389
- }
390
-
391
- .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
392
- .e-bigger .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
393
- .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
394
- .e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
395
- margin: 10px 16px 10px 0;
396
- }
397
-
398
- .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
399
- .e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
400
- .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
401
- .e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
402
- .e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
403
- .e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
404
- .e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
405
- .e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
406
- margin: 6px 12px 8px 0;
407
- }
408
-
409
- .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
410
- .e-bigger .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
411
- .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
412
- .e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
413
- margin: 10px 16px 10px 0;
414
- }
415
-
416
- .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
417
- .e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
418
- .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
419
- .e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
420
- .e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
421
- .e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
422
- .e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
423
- .e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
424
- margin: 6px 12px 8px 0;
425
- }
426
-
427
- .e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
428
- .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
429
- .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
430
- .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
431
- .e-rtl .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
432
- .e-bigger.e-rtl .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
433
- .e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
434
- .e-bigger.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
435
- margin: 10px 0 10px 16px;
436
- }
437
-
438
- .e-rtl.e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
439
- .e-bigger.e-small .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
440
- .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
441
- .e-small.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
442
- .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
443
- .e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
444
- .e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
445
- .e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
446
- .e-rtl .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
447
- .e-rtl.e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
448
- .e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
449
- .e-rtl.e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
450
- .e-rtl.e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
451
- .e-rtl.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
452
- .e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
453
- .e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
454
- margin: 6px 0 8px 12px;
455
- }
456
-
457
- .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
458
- .e-bigger .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
459
- height: 14px;
460
- width: 14px;
461
- }
462
-
463
- .e-bigger.e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
464
- .e-bigger.e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
465
- .e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
466
- .e-small.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before {
467
- font-size: 12px;
468
- height: 12px;
469
- width: 12px;
470
- }
471
-
472
- .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
473
- .e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips .e-chips-close::before,
474
- .e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
475
- .e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
476
- .e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before,
477
- .e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips .e-chips-close::before {
478
- font-size: 14px;
479
- height: 14px;
480
- width: 14px;
481
- }
482
-
483
- .e-bigger.e-small.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
484
- .e-bigger.e-small .e-rtl .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
485
- left: 10px;
486
- right: auto;
487
- }
488
-
489
- .e-bigger.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
490
- .e-rtl .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
491
- .e-bigger .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
492
- .e-rtl.e-bigger .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
493
- left: 12px;
494
- right: auto;
495
- }
496
-
497
- .e-bigger.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
498
- .e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
499
- height: 24px;
500
- margin: 12px -4px 8px -1px;
501
- padding: 0;
502
- width: 24px;
503
- }
504
-
505
- .e-bigger.e-multiselect.e-input-group.e-filled.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
506
- .e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper.e-float-input .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
507
- margin: 0;
508
- }
509
-
510
- .e-bigger.e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
511
- .e-bigger.e-small .e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
512
- .e-bigger .e-small.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
513
- .e-small .e-bigger.e-multiselect.e-input-group.e-float-input.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
514
- height: 20px;
515
- margin: 0 0 8px;
516
- padding: 0;
517
- width: 20px;
518
- }
519
-
520
- .e-bigger.e-multiselect.e-input-group.e-filled .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
521
- .e-bigger .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
522
- font-size: 20px;
523
- height: 20px;
524
- width: 20px;
525
- }
526
-
527
- .e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
528
- .e-bigger .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
529
- .e-small.e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before,
530
- .e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon::before {
531
- font-size: 18px;
532
- height: 18px;
533
- width: 18px;
534
- }
535
-
536
- .e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
537
- .e-bigger .e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
538
- .e-small.e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon,
539
- .e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon {
540
- height: 24px;
541
- margin: 7px -4px 8px -1px;
542
- padding: 0;
543
- width: 24px;
544
- }
545
-
546
- .e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
547
- .e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
548
- .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
549
- .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
550
- .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
551
- .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
552
- .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before,
553
- .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker.e-ddl-disable-icon::before {
554
- content: "";
555
- }
556
-
557
- /* stylelint-disable-line no-empty-source */
558
- /* stylelint-disable property-no-vendor-prefix */
559
- @-webkit-keyframes material-spinner-rotate {
560
- 0% {
561
- -webkit-transform: rotate(0deg);
562
- transform: rotate(0deg);
563
- }
564
- 100% {
565
- -webkit-transform: rotate(360deg);
566
- transform: rotate(360deg);
567
- }
568
- }
569
- @keyframes material-spinner-rotate {
570
- 0% {
571
- -webkit-transform: rotate(0deg);
572
- transform: rotate(0deg);
573
- }
574
- 100% {
575
- -webkit-transform: rotate(360deg);
576
- transform: rotate(360deg);
577
- }
578
- }
579
- @-webkit-keyframes fabric-spinner-rotate {
580
- 0% {
581
- -webkit-transform: rotate(0deg);
582
- transform: rotate(0deg);
583
- }
584
- 100% {
585
- -webkit-transform: rotate(360deg);
586
- transform: rotate(360deg);
587
- }
588
- }
589
- @keyframes fabric-spinner-rotate {
590
- 0% {
591
- -webkit-transform: rotate(0deg);
592
- transform: rotate(0deg);
593
- }
594
- 100% {
595
- -webkit-transform: rotate(360deg);
596
- transform: rotate(360deg);
597
- }
598
- }
599
85
  /*! inplaceeditor icons */
600
86
  .e-inplaceeditor .e-save-icon::before,
601
87
  .e-inplaceeditor-tip .e-save-icon::before {
@@ -610,90 +96,6 @@
610
96
  content: "\e730";
611
97
  }
612
98
 
613
-
614
-
615
-
616
-
617
-
618
-
619
-
620
-
621
- /* Font Family */
622
- /* Font Sizes */
623
- /* Radius */
624
- /* 1px */
625
- /* 2px */
626
- /* 3px */
627
- /* 4px */
628
- /* 5px */
629
- /* 6px */
630
- /* 7px */
631
- /* 8px */
632
- /* 9px */
633
- /* 10px */
634
- /* 11px */
635
- /* 12px */
636
- /* 13px */
637
- /* 14px */
638
- /* 15px */
639
- /* 16px */
640
- /* 17px */
641
- /* 18px */
642
- /* 19px */
643
- /* 20px */
644
- /* 21px */
645
- /* 22px */
646
- /* 23px */
647
- /* 24px */
648
- /* 25px */
649
- /* 26px */
650
- /* 27px */
651
- /* 28px */
652
- /* 29px */
653
- /* 30px */
654
- /* 31px */
655
- /* 32px */
656
- /* 33px */
657
- /* 34px */
658
- /* 35px */
659
- /* 36px */
660
- /* 37px */
661
- /* 38px */
662
- /* 39px */
663
- /* 40px */
664
- /* 41px */
665
- /* 42px */
666
- /* 43px */
667
- /* 44px */
668
- /* 45px */
669
- /* 46px */
670
- /* 47px */
671
- /* 48px */
672
- /* 49px */
673
- /* 50px */
674
- /* 5em */
675
- /* 65% */
676
- /* border */
677
- /* 0px */
678
- /* 1px */
679
- /* 1.5px */
680
- /* 2px */
681
- /* 3px */
682
- /* 4px */
683
- /* 5px */
684
- /* 6px */
685
- /* 7px */
686
- /* 8px */
687
- /* 9px */
688
- /* 10px */
689
- /* 11px */
690
- /* 12px */
691
- /* 13px */
692
- /* 14px */
693
- /* 15px */
694
- /* 16px */
695
-
696
-
697
99
  .e-inplaceeditor {
698
100
  display: inline-block;
699
101
  position: relative;
@@ -1043,90 +445,6 @@
1043
445
  min-height: 60px;
1044
446
  }
1045
447
 
1046
-
1047
-
1048
-
1049
-
1050
-
1051
-
1052
-
1053
-
1054
- /* Font Family */
1055
- /* Font Sizes */
1056
- /* Radius */
1057
- /* 1px */
1058
- /* 2px */
1059
- /* 3px */
1060
- /* 4px */
1061
- /* 5px */
1062
- /* 6px */
1063
- /* 7px */
1064
- /* 8px */
1065
- /* 9px */
1066
- /* 10px */
1067
- /* 11px */
1068
- /* 12px */
1069
- /* 13px */
1070
- /* 14px */
1071
- /* 15px */
1072
- /* 16px */
1073
- /* 17px */
1074
- /* 18px */
1075
- /* 19px */
1076
- /* 20px */
1077
- /* 21px */
1078
- /* 22px */
1079
- /* 23px */
1080
- /* 24px */
1081
- /* 25px */
1082
- /* 26px */
1083
- /* 27px */
1084
- /* 28px */
1085
- /* 29px */
1086
- /* 30px */
1087
- /* 31px */
1088
- /* 32px */
1089
- /* 33px */
1090
- /* 34px */
1091
- /* 35px */
1092
- /* 36px */
1093
- /* 37px */
1094
- /* 38px */
1095
- /* 39px */
1096
- /* 40px */
1097
- /* 41px */
1098
- /* 42px */
1099
- /* 43px */
1100
- /* 44px */
1101
- /* 45px */
1102
- /* 46px */
1103
- /* 47px */
1104
- /* 48px */
1105
- /* 49px */
1106
- /* 50px */
1107
- /* 5em */
1108
- /* 65% */
1109
- /* border */
1110
- /* 0px */
1111
- /* 1px */
1112
- /* 1.5px */
1113
- /* 2px */
1114
- /* 3px */
1115
- /* 4px */
1116
- /* 5px */
1117
- /* 6px */
1118
- /* 7px */
1119
- /* 8px */
1120
- /* 9px */
1121
- /* 10px */
1122
- /* 11px */
1123
- /* 12px */
1124
- /* 13px */
1125
- /* 14px */
1126
- /* 15px */
1127
- /* 16px */
1128
-
1129
-
1130
448
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
1131
449
  border-bottom: 1px solid rgba(var(--color-sf-on-surface));
1132
450
  color: rgba(var(--color-sf-on-surface));
@@ -1221,90 +539,6 @@
1221
539
  color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1222
540
  }
1223
541
 
1224
-
1225
-
1226
-
1227
-
1228
-
1229
-
1230
-
1231
-
1232
- /* Font Family */
1233
- /* Font Sizes */
1234
- /* Radius */
1235
- /* 1px */
1236
- /* 2px */
1237
- /* 3px */
1238
- /* 4px */
1239
- /* 5px */
1240
- /* 6px */
1241
- /* 7px */
1242
- /* 8px */
1243
- /* 9px */
1244
- /* 10px */
1245
- /* 11px */
1246
- /* 12px */
1247
- /* 13px */
1248
- /* 14px */
1249
- /* 15px */
1250
- /* 16px */
1251
- /* 17px */
1252
- /* 18px */
1253
- /* 19px */
1254
- /* 20px */
1255
- /* 21px */
1256
- /* 22px */
1257
- /* 23px */
1258
- /* 24px */
1259
- /* 25px */
1260
- /* 26px */
1261
- /* 27px */
1262
- /* 28px */
1263
- /* 29px */
1264
- /* 30px */
1265
- /* 31px */
1266
- /* 32px */
1267
- /* 33px */
1268
- /* 34px */
1269
- /* 35px */
1270
- /* 36px */
1271
- /* 37px */
1272
- /* 38px */
1273
- /* 39px */
1274
- /* 40px */
1275
- /* 41px */
1276
- /* 42px */
1277
- /* 43px */
1278
- /* 44px */
1279
- /* 45px */
1280
- /* 46px */
1281
- /* 47px */
1282
- /* 48px */
1283
- /* 49px */
1284
- /* 50px */
1285
- /* 5em */
1286
- /* 65% */
1287
- /* border */
1288
- /* 0px */
1289
- /* 1px */
1290
- /* 1.5px */
1291
- /* 2px */
1292
- /* 3px */
1293
- /* 4px */
1294
- /* 5px */
1295
- /* 6px */
1296
- /* 7px */
1297
- /* 8px */
1298
- /* 9px */
1299
- /* 10px */
1300
- /* 11px */
1301
- /* 12px */
1302
- /* 13px */
1303
- /* 14px */
1304
- /* 15px */
1305
- /* 16px */
1306
-
1307
-
1308
542
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
1309
543
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
1310
544
  padding: 8px 36px 8px 16px;