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