smart-webcomponents-react 25.0.0 → 25.0.3

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 (253) hide show
  1. package/package.json +1 -1
  2. package/source/modules/smart.3dchart.js +2 -2
  3. package/source/modules/smart.accordion.js +2 -2
  4. package/source/modules/smart.array.js +2 -2
  5. package/source/modules/smart.barcode.js +2 -2
  6. package/source/modules/smart.breadcrumb.js +2 -2
  7. package/source/modules/smart.button.js +2 -2
  8. package/source/modules/smart.buttongroup.js +2 -2
  9. package/source/modules/smart.calendar.js +2 -2
  10. package/source/modules/smart.card.js +2 -2
  11. package/source/modules/smart.cardview.js +2 -2
  12. package/source/modules/smart.carousel.js +2 -2
  13. package/source/modules/smart.chart.js +2 -2
  14. package/source/modules/smart.checkbox.js +2 -2
  15. package/source/modules/smart.checkinput.js +2 -2
  16. package/source/modules/smart.chip.js +2 -2
  17. package/source/modules/smart.colorinput.js +2 -2
  18. package/source/modules/smart.colorpanel.js +2 -2
  19. package/source/modules/smart.colorpicker.js +2 -2
  20. package/source/modules/smart.combobox.js +2 -2
  21. package/source/modules/smart.common.js +2 -2
  22. package/source/modules/smart.countryinput.js +2 -2
  23. package/source/modules/smart.dateinput.js +2 -2
  24. package/source/modules/smart.daterangeinput.js +2 -2
  25. package/source/modules/smart.datetimepicker.js +2 -2
  26. package/source/modules/smart.dockinglayout.js +2 -2
  27. package/source/modules/smart.dropdownbutton.js +2 -2
  28. package/source/modules/smart.dropdownlist.js +2 -2
  29. package/source/modules/smart.editor.js +2 -2
  30. package/source/modules/smart.element.js +2 -2
  31. package/source/modules/smart.fileupload.js +2 -2
  32. package/source/modules/smart.form.js +2 -2
  33. package/source/modules/smart.formulaparser.js +2 -2
  34. package/source/modules/smart.ganttchart.js +3 -3
  35. package/source/modules/smart.gauge.js +2 -2
  36. package/source/modules/smart.grid.js +9 -9
  37. package/source/modules/smart.gridpanel.js +2 -2
  38. package/source/modules/smart.gridview.js +9 -9
  39. package/source/modules/smart.input.js +2 -2
  40. package/source/modules/smart.kanban.js +2 -2
  41. package/source/modules/smart.layout.js +2 -2
  42. package/source/modules/smart.led.js +2 -2
  43. package/source/modules/smart.listbox.js +2 -2
  44. package/source/modules/smart.listmenu.js +2 -2
  45. package/source/modules/smart.map.js +2 -2
  46. package/source/modules/smart.maskedtextbox.js +2 -2
  47. package/source/modules/smart.menu.js +2 -2
  48. package/source/modules/smart.multicomboinput.js +2 -2
  49. package/source/modules/smart.multiinput.js +2 -2
  50. package/source/modules/smart.multilinetextbox.js +2 -2
  51. package/source/modules/smart.multisplitbutton.js +2 -2
  52. package/source/modules/smart.numberinput.js +2 -2
  53. package/source/modules/smart.numerictextbox.js +2 -2
  54. package/source/modules/smart.pager.js +2 -2
  55. package/source/modules/smart.passwordinput.js +2 -2
  56. package/source/modules/smart.passwordtextbox.js +2 -2
  57. package/source/modules/smart.path.js +2 -2
  58. package/source/modules/smart.phoneinput.js +2 -2
  59. package/source/modules/smart.pivottable.js +2 -2
  60. package/source/modules/smart.progressbar.js +2 -2
  61. package/source/modules/smart.qrcode.js +2 -2
  62. package/source/modules/smart.querybuilder.js +2 -2
  63. package/source/modules/smart.radiobutton.js +2 -2
  64. package/source/modules/smart.rating.js +2 -2
  65. package/source/modules/smart.ribbon.js +2 -2
  66. package/source/modules/smart.router.js +2 -2
  67. package/source/modules/smart.scheduler.js +2 -2
  68. package/source/modules/smart.scrollbar.js +2 -2
  69. package/source/modules/smart.slider.js +2 -2
  70. package/source/modules/smart.sortable.js +2 -2
  71. package/source/modules/smart.splitter.js +2 -2
  72. package/source/modules/smart.switchbutton.js +2 -2
  73. package/source/modules/smart.table.js +2 -2
  74. package/source/modules/smart.tabs.js +2 -2
  75. package/source/modules/smart.tank.js +2 -2
  76. package/source/modules/smart.textarea.js +2 -2
  77. package/source/modules/smart.textbox.js +2 -2
  78. package/source/modules/smart.timeinput.js +2 -2
  79. package/source/modules/smart.timeline.js +2 -2
  80. package/source/modules/smart.timepicker.js +2 -2
  81. package/source/modules/smart.toast.js +2 -2
  82. package/source/modules/smart.tooltip.js +2 -2
  83. package/source/modules/smart.tree.js +2 -2
  84. package/source/modules/smart.validator.js +2 -2
  85. package/source/modules/smart.window.js +2 -2
  86. package/source/smart.3dchart.js +1 -1
  87. package/source/smart.accordion.js +1 -1
  88. package/source/smart.ajax.js +1 -1
  89. package/source/smart.array.js +1 -1
  90. package/source/smart.barcode.js +1 -1
  91. package/source/smart.bootstrap.js +1 -1
  92. package/source/smart.breadcrumb.js +1 -1
  93. package/source/smart.button.js +1 -1
  94. package/source/smart.buttongroup.js +1 -1
  95. package/source/smart.calendar.js +1 -1
  96. package/source/smart.card.js +1 -1
  97. package/source/smart.cardview.js +1 -1
  98. package/source/smart.carousel.js +1 -1
  99. package/source/smart.chart.annotations.js +1 -1
  100. package/source/smart.chart.api.js +1 -1
  101. package/source/smart.chart.core.js +1 -1
  102. package/source/smart.chart.js +1 -1
  103. package/source/smart.chart.rangeselector.js +1 -1
  104. package/source/smart.chart.waterfall.js +1 -1
  105. package/source/smart.checkbox.js +1 -1
  106. package/source/smart.checkinput.js +1 -1
  107. package/source/smart.chip.js +1 -1
  108. package/source/smart.colorinput.js +1 -1
  109. package/source/smart.colorpanel.js +1 -1
  110. package/source/smart.colorpicker.js +1 -1
  111. package/source/smart.combobox.js +1 -1
  112. package/source/smart.complex.js +1 -1
  113. package/source/smart.core.js +1 -1
  114. package/source/smart.countryinput.js +1 -1
  115. package/source/smart.data.js +1 -1
  116. package/source/smart.date.js +1 -1
  117. package/source/smart.dateformatpanel.js +1 -1
  118. package/source/smart.dateinput.js +1 -1
  119. package/source/smart.daterangeinput.js +1 -1
  120. package/source/smart.datetimepicker.js +1 -1
  121. package/source/smart.dockinglayout.js +1 -1
  122. package/source/smart.draw.js +1 -1
  123. package/source/smart.dropdownbutton.js +1 -1
  124. package/source/smart.dropdownlist.js +1 -1
  125. package/source/smart.editor.js +1 -1
  126. package/source/smart.element.js +1 -1
  127. package/source/smart.elements.js +9 -9
  128. package/source/smart.export.js +1 -1
  129. package/source/smart.fileupload.js +1 -1
  130. package/source/smart.filter.js +1 -1
  131. package/source/smart.filterbuilder.js +1 -1
  132. package/source/smart.filterpanel.js +1 -1
  133. package/source/smart.form.js +1 -1
  134. package/source/smart.format.js +1 -1
  135. package/source/smart.formulaparser.js +1 -1
  136. package/source/smart.ganttchart.js +2 -2
  137. package/source/smart.gauge.js +1 -1
  138. package/source/smart.grid.cell.js +2 -2
  139. package/source/smart.grid.chart.js +1 -1
  140. package/source/smart.grid.column.js +2 -2
  141. package/source/smart.grid.core.js +2 -2
  142. package/source/smart.grid.dialog.js +1 -1
  143. package/source/smart.grid.edit.js +1 -1
  144. package/source/smart.grid.export.js +1 -1
  145. package/source/smart.grid.filter.js +2 -2
  146. package/source/smart.grid.group.js +1 -1
  147. package/source/smart.grid.js +1 -1
  148. package/source/smart.grid.menu.js +2 -2
  149. package/source/smart.grid.pager.js +1 -1
  150. package/source/smart.grid.reorder.js +1 -1
  151. package/source/smart.grid.resize.js +1 -1
  152. package/source/smart.grid.row.js +1 -1
  153. package/source/smart.grid.select.js +2 -2
  154. package/source/smart.grid.sort.js +1 -1
  155. package/source/smart.grid.toolbar.js +2 -2
  156. package/source/smart.grid.tree.js +1 -1
  157. package/source/smart.grid.view.js +1 -1
  158. package/source/smart.gridpanel.js +1 -1
  159. package/source/smart.input.js +1 -1
  160. package/source/smart.kanban.js +1 -1
  161. package/source/smart.layout.js +1 -1
  162. package/source/smart.led.js +1 -1
  163. package/source/smart.listbox.js +1 -1
  164. package/source/smart.listmenu.js +1 -1
  165. package/source/smart.map.js +1 -1
  166. package/source/smart.maskedtextbox.js +1 -1
  167. package/source/smart.math.js +1 -1
  168. package/source/smart.menu.js +1 -1
  169. package/source/smart.multicomboinput.js +1 -1
  170. package/source/smart.multiinput.js +1 -1
  171. package/source/smart.multilinetextbox.js +1 -1
  172. package/source/smart.multisplitbutton.js +1 -1
  173. package/source/smart.numberformatpanel.js +1 -1
  174. package/source/smart.numberinput.js +1 -1
  175. package/source/smart.numeric.js +1 -1
  176. package/source/smart.numerictextbox.js +1 -1
  177. package/source/smart.pager.js +1 -1
  178. package/source/smart.passwordinput.js +1 -1
  179. package/source/smart.passwordtextbox.js +1 -1
  180. package/source/smart.path.js +1 -1
  181. package/source/smart.phoneinput.js +1 -1
  182. package/source/smart.pivottable.js +1 -1
  183. package/source/smart.powerbutton.js +1 -1
  184. package/source/smart.progressbar.js +1 -1
  185. package/source/smart.qrcode.js +1 -1
  186. package/source/smart.radiobutton.js +1 -1
  187. package/source/smart.rating.js +1 -1
  188. package/source/smart.ribbon.js +1 -1
  189. package/source/smart.router.js +1 -1
  190. package/source/smart.scheduler.js +1 -1
  191. package/source/smart.scrollbar.js +1 -1
  192. package/source/smart.slider.js +1 -1
  193. package/source/smart.sortable.js +1 -1
  194. package/source/smart.sparkline.js +1 -1
  195. package/source/smart.splitter.js +1 -1
  196. package/source/smart.switchbutton.js +1 -1
  197. package/source/smart.table.js +1 -1
  198. package/source/smart.tabs.js +1 -1
  199. package/source/smart.tank.js +1 -1
  200. package/source/smart.textarea.js +1 -1
  201. package/source/smart.textbox.js +1 -1
  202. package/source/smart.tickintervalhandler.js +1 -1
  203. package/source/smart.timeinput.js +1 -1
  204. package/source/smart.timeline.js +1 -1
  205. package/source/smart.timepicker.js +1 -1
  206. package/source/smart.toast.js +1 -1
  207. package/source/smart.tooltip.js +1 -1
  208. package/source/smart.tree.js +1 -1
  209. package/source/smart.validationpanel.js +1 -1
  210. package/source/smart.validator.js +1 -1
  211. package/source/smart.window.js +1 -1
  212. package/source/styles/bootstrap/dark/smart.bootstrap.blue.css +3373 -3373
  213. package/source/styles/bootstrap/dark/smart.bootstrap.css +3373 -3373
  214. package/source/styles/bootstrap/dark/smart.bootstrap.cyan.css +3373 -3373
  215. package/source/styles/bootstrap/dark/smart.bootstrap.green.css +3373 -3373
  216. package/source/styles/bootstrap/dark/smart.bootstrap.indigo.css +3373 -3373
  217. package/source/styles/bootstrap/dark/smart.bootstrap.orange.css +3373 -3373
  218. package/source/styles/bootstrap/dark/smart.bootstrap.pink.css +3373 -3373
  219. package/source/styles/bootstrap/dark/smart.bootstrap.purple.css +3373 -3373
  220. package/source/styles/bootstrap/dark/smart.bootstrap.red.css +3373 -3373
  221. package/source/styles/bootstrap/dark/smart.bootstrap.teal.css +3373 -3373
  222. package/source/styles/bootstrap/dark/smart.bootstrap.turquoise.css +3373 -3373
  223. package/source/styles/bootstrap/light/smart.bootstrap.blue.css +3373 -3373
  224. package/source/styles/bootstrap/light/smart.bootstrap.css +3373 -3373
  225. package/source/styles/bootstrap/light/smart.bootstrap.cyan.css +3373 -3373
  226. package/source/styles/bootstrap/light/smart.bootstrap.green.css +3373 -3373
  227. package/source/styles/bootstrap/light/smart.bootstrap.indigo.css +3373 -3373
  228. package/source/styles/bootstrap/light/smart.bootstrap.orange.css +3373 -3373
  229. package/source/styles/bootstrap/light/smart.bootstrap.pink.css +3373 -3373
  230. package/source/styles/bootstrap/light/smart.bootstrap.purple.css +3373 -3373
  231. package/source/styles/bootstrap/light/smart.bootstrap.red.css +3373 -3373
  232. package/source/styles/bootstrap/light/smart.bootstrap.teal.css +3373 -3373
  233. package/source/styles/bootstrap/light/smart.bootstrap.turquoise.css +3373 -3373
  234. package/source/styles/bootstrap/smart.bootstrap.blue.css +234 -215
  235. package/source/styles/bootstrap/smart.bootstrap.css +277 -286
  236. package/source/styles/bootstrap/smart.bootstrap.cyan.css +234 -215
  237. package/source/styles/bootstrap/smart.bootstrap.green.css +234 -215
  238. package/source/styles/bootstrap/smart.bootstrap.indigo.css +234 -215
  239. package/source/styles/bootstrap/smart.bootstrap.orange.css +234 -215
  240. package/source/styles/bootstrap/smart.bootstrap.pink.css +237 -215
  241. package/source/styles/bootstrap/smart.bootstrap.purple.css +237 -215
  242. package/source/styles/bootstrap/smart.bootstrap.red.css +234 -215
  243. package/source/styles/bootstrap/smart.bootstrap.teal.css +234 -215
  244. package/source/styles/bootstrap/smart.bootstrap.turquoise.css +234 -215
  245. package/source/styles/components/smart.datetimeformatpanel.css +1 -1
  246. package/source/styles/components/smart.dropdownbutton.css +1 -1
  247. package/source/styles/components/smart.grid.css +1 -1
  248. package/source/styles/components/smart.ribbon.css +1 -1
  249. package/source/styles/default/scss/smart.dropdownbutton.scss +21 -20
  250. package/source/styles/default/scss/smart.grid.scss +195 -116
  251. package/source/styles/default/smart.dropdownbutton.css +5 -3
  252. package/source/styles/default/smart.grid.css +41 -18
  253. package/source/styles/smart.default.css +2 -2
@@ -174,27 +174,28 @@ input[type=number] {
174
174
  }
175
175
 
176
176
  &:not(.smart-grid-column-border) {
177
- &:after {
178
- height: var(--smart-border-width);
179
- width: 100%;
177
+ position: relative;
178
+
179
+ &::after {
180
180
  content: '';
181
181
  position: absolute;
182
- bottom: 0px;
182
+ bottom: 0;
183
+ width: 100%;
184
+ height: var(--smart-border-width);
183
185
  background: var(--smart-grid-column-horizontal-border, var(--smart-border));
186
+ }
184
187
 
185
- &:not(.smart-grid-column-border-collapse) {
186
- &:before {
187
- width: var(--smart-border-width);
188
- height: 100%;
189
- content: '';
190
- position: absolute;
191
- top: 0px;
192
- left: 0px;
193
- background: var(--smart-grid-column-vertical-border, var(--smart-border));
194
- }
195
- }
188
+ &:not(.smart-grid-column-border-collapse)::before {
189
+ content: '';
190
+ position: absolute;
191
+ top: 0;
192
+ left: 0;
193
+ width: var(--smart-border-width);
194
+ height: 100%;
195
+ background: var(--smart-grid-column-vertical-border, var(--smart-border));
196
196
  }
197
197
  }
198
+
198
199
  }
199
200
 
200
201
  .smart-grid-column-menu {
@@ -402,11 +403,11 @@ input[type=number] {
402
403
  content: var(--smart-icon-resize-small);
403
404
  }
404
405
 
405
- &.smart-icon-window-restore:before {
406
+ &.smart-icon-window-restore:before {
406
407
  content: var(--smart-icon-window-restore);
407
408
  }
408
409
 
409
- &.smart-icon-window-maximize:before {
410
+ &.smart-icon-window-maximize:before {
410
411
  content: var(--smart-icon-window-maximize);
411
412
  }
412
413
 
@@ -529,30 +530,39 @@ input[type=number] {
529
530
  &.smart-icon-table-alt:before {
530
531
  content: var(--smart-icon-table-alt);
531
532
  }
533
+
532
534
  &.smart-icon-grid-alt:before {
533
535
  content: var(--smart-icon-grid-alt);
534
536
  }
537
+
535
538
  &.smart-icon-kanban:before {
536
539
  content: var(--smart-icon-kanban);
537
540
  }
541
+
538
542
  &.smart-icon-timeline:before {
539
543
  content: var(--smart-icon-timeline);
540
544
  }
545
+
541
546
  &.smart-icon-scheduler:before {
542
547
  content: var(--smart-icon-scheduler);
543
548
  }
549
+
544
550
  &.smart-icon-like:before {
545
551
  content: var(--smart-icon-like);
546
552
  }
553
+
547
554
  &.smart-icon-heart:before {
548
555
  content: var(--smart-icon-heart);
549
556
  }
557
+
550
558
  &.smart-icon-flag:before {
551
559
  content: var(--smart-icon-flag);
552
560
  }
561
+
553
562
  &.smart-icon-card:before {
554
563
  content: var(--smart-icon-card);
555
564
  }
565
+
556
566
  &.smart-icon-kanban-alt:before {
557
567
  content: var(--smart-icon-kanban-alt);
558
568
  }
@@ -642,7 +652,7 @@ input[type=number] {
642
652
  content: var(--smart-icon-contains);
643
653
  }
644
654
 
645
-
655
+
646
656
  &.smart-icon-copy-record:before {
647
657
  content: var(--smart-icon-copy-record);
648
658
  }
@@ -755,9 +765,11 @@ input[type=number] {
755
765
  &.smart-icon-circle:before {
756
766
  content: var(--smart-icon-circle);
757
767
  }
768
+
758
769
  &.smart-icon-circle-empty:before {
759
770
  content: var(--smart-icon-circle-empty);
760
771
  }
772
+
761
773
  &.smart-icon-toggle-on:before {
762
774
  content: var(--smart-icon-toggle-on);
763
775
  }
@@ -772,7 +784,7 @@ input[type=number] {
772
784
 
773
785
  &.smart-icon-down:before {
774
786
  content: var(--smart-icon-up);
775
- transform:rotate(180deg);
787
+ transform: rotate(180deg);
776
788
  }
777
789
 
778
790
  &.smart-icon-right:before {
@@ -922,7 +934,8 @@ input[type=number] {
922
934
  }
923
935
 
924
936
  smart-grid-row[edit] {
925
- .smart-grid-cell-container {
937
+ .smart-grid-cell-container {
938
+
926
939
  &.near,
927
940
  &.far {
928
941
  z-index: 99;
@@ -1305,6 +1318,7 @@ smart-grid-row[edit] {
1305
1318
 
1306
1319
  &:focus {
1307
1320
  outline: none;
1321
+
1308
1322
  .smart-input {
1309
1323
  background: var(--smart-ui-state-hover);
1310
1324
  color: var(--smart-ui-state-color-hover);
@@ -1733,6 +1747,7 @@ smart-grid-row[edit] {
1733
1747
  height: auto;
1734
1748
  z-index: 99;
1735
1749
  }
1750
+
1736
1751
  .smart-grid-validation-error {
1737
1752
  position: absolute;
1738
1753
  background: var(--smart-error);
@@ -1820,7 +1835,7 @@ smart-grid-row[edit] {
1820
1835
  border-bottom-right-radius: 0px;
1821
1836
  border-top-right-radius: 0px;
1822
1837
  border-top-left-radius: 0px;
1823
-
1838
+
1824
1839
  &.open {
1825
1840
  transform: scale(1) !important;
1826
1841
  opacity: 1;
@@ -1849,22 +1864,26 @@ smart-grid-row[edit] {
1849
1864
  margin-bottom: 10px;
1850
1865
  align-items: center;
1851
1866
  grid-template-columns: 1fr auto 1fr;
1867
+
1852
1868
  .toggle-button {
1853
1869
  margin-left: 10px;
1854
1870
  margin-right: 10px;
1855
1871
  cursor: pointer;
1872
+
1856
1873
  &:hover {
1857
- color:var(--smart-primary);
1874
+ color: var(--smart-primary);
1858
1875
  }
1859
1876
  }
1860
- span:first-child {
1861
- border-bottom: 1px solid var(--smart-border);
1862
- }
1863
- span:last-child {
1864
- border-top: 1px solid var(--smart-border);
1865
- }
1877
+
1878
+ span:first-child {
1879
+ border-bottom: 1px solid var(--smart-border);
1880
+ }
1881
+
1882
+ span:last-child {
1883
+ border-top: 1px solid var(--smart-border);
1884
+ }
1866
1885
  }
1867
-
1886
+
1868
1887
  &[mobile] {
1869
1888
  left: 0px !important;
1870
1889
  top: 0px !important;
@@ -1911,7 +1930,7 @@ smart-grid-row[edit] {
1911
1930
  &.smart-grid-side-panel {
1912
1931
  transform-origin: top right !important;
1913
1932
  transform: scaleX(0) !important;
1914
-
1933
+
1915
1934
  &.open {
1916
1935
  transform: scaleX(1) !important;
1917
1936
  }
@@ -1920,7 +1939,7 @@ smart-grid-row[edit] {
1920
1939
  &.smart-grid-dialog-expand-row {
1921
1940
  width: 750px !important;
1922
1941
  height: 500px !important;
1923
-
1942
+
1924
1943
  @media screen and (min-width: 1128px) {
1925
1944
  width: 1100px !important;
1926
1945
  height: 750px !important;
@@ -1929,11 +1948,11 @@ smart-grid-row[edit] {
1929
1948
  &.smart-grid-side-panel {
1930
1949
  transform-origin: top right !important;
1931
1950
  transform: scaleX(0) !important;
1932
-
1951
+
1933
1952
  &.collapsed {
1934
1953
  width: 450px !important;
1935
1954
  }
1936
-
1955
+
1937
1956
  &.open {
1938
1957
  transform: scaleX(1) !important;
1939
1958
  }
@@ -2139,6 +2158,7 @@ smart-grid-row[edit] {
2139
2158
  overflow: auto;
2140
2159
  grid-area: content;
2141
2160
  display: grid;
2161
+
2142
2162
  &.many {
2143
2163
  display: grid;
2144
2164
  grid-template-columns: 1fr 1fr;
@@ -2161,7 +2181,7 @@ smart-grid-row[edit] {
2161
2181
  display: grid;
2162
2182
  grid-template-rows: 40px 40px 40px 40px 40px 1fr;
2163
2183
  }
2164
-
2184
+
2165
2185
  .smart-user {
2166
2186
  position: relative;
2167
2187
  top: 10px;
@@ -2268,7 +2288,7 @@ smart-grid-row[edit] {
2268
2288
  color: var(--smart-background-color);
2269
2289
  border: none;
2270
2290
  }
2271
-
2291
+
2272
2292
  box-shadow: none;
2273
2293
  }
2274
2294
  }
@@ -2356,6 +2376,7 @@ smart-grid-row[edit] {
2356
2376
  width: 150px !important;
2357
2377
  }
2358
2378
  }
2379
+
2359
2380
  &.font-group {
2360
2381
  grid-column-gap: 10px;
2361
2382
 
@@ -2479,6 +2500,7 @@ smart-grid-row[edit] {
2479
2500
 
2480
2501
  &:focus {
2481
2502
  outline: none;
2503
+
2482
2504
  .smart-grid-check-box-cell-editor {
2483
2505
  background: var(--smart-ui-state-hover);
2484
2506
  color: var(--smart-ui-state-color-hover);
@@ -2550,8 +2572,9 @@ smart-grid {
2550
2572
  height: 28px;
2551
2573
 
2552
2574
  &.insert {
2553
- transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
2575
+ transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1);
2554
2576
  }
2577
+
2555
2578
  &.float {
2556
2579
  height: 24px;
2557
2580
  width: 24px;
@@ -2606,7 +2629,7 @@ smart-grid {
2606
2629
  }
2607
2630
 
2608
2631
  &[appearance_allow-hover] {
2609
-
2632
+
2610
2633
  smart-grid-cell:not([focus]) {
2611
2634
  &:hover {
2612
2635
  &:not(.smart-add-new-column) {
@@ -2656,7 +2679,7 @@ smart-grid {
2656
2679
  &[focus] {
2657
2680
  &[appearance_show-selection-on-top] {
2658
2681
  smart-grid-row[focus] {
2659
-
2682
+
2660
2683
  smart-grid-cell:not([editor]):not([header]),
2661
2684
  smart-grid-cell:not([editor]):not([header]) .smart-label {
2662
2685
  background: rgba(var(--smart-primary-rgb), 0.7) !important;
@@ -2667,7 +2690,8 @@ smart-grid {
2667
2690
  }
2668
2691
 
2669
2692
  smart-grid-row[focus] {
2670
- > .smart-grid-cell-container {
2693
+ >.smart-grid-cell-container {
2694
+
2671
2695
  smart-grid-cell:not([editor]):not([header]),
2672
2696
  smart-grid-cell:not([editor]):not([header]) .smart-label:not([style]) {
2673
2697
  background: rgba(var(--smart-primary-rgb), 0.7) !important;
@@ -2680,7 +2704,7 @@ smart-grid {
2680
2704
  background: var(--smart-primary);
2681
2705
  }
2682
2706
  }
2683
- }
2707
+ }
2684
2708
  }
2685
2709
  }
2686
2710
  }
@@ -3256,9 +3280,9 @@ smart-grid {
3256
3280
  color: var(--smart-ui-state-color-hover);
3257
3281
  cursor: default;
3258
3282
  }
3283
+ }
3259
3284
  }
3260
3285
  }
3261
- }
3262
3286
 
3263
3287
  &[appearance_show-column-header-drag-icon] {
3264
3288
  &[behavior_allow-column-reorder] {
@@ -3405,12 +3429,15 @@ smart-grid {
3405
3429
  smart-grid-cell[header]:not([detail]):not([group]):not(.smart-add-new-row) {
3406
3430
  width: 25px !important;
3407
3431
  }
3432
+
3408
3433
  smart-grid-cell[detail][has-toggle-button] {
3409
3434
  &[selected] {
3410
- background:var(--smart-ui-state-hover) !important;
3435
+ background: var(--smart-ui-state-hover) !important;
3411
3436
  }
3437
+
3412
3438
  button.row-detail {
3413
3439
  visibility: inherit !important;
3440
+
3414
3441
  &:after {
3415
3442
  content: var(--smart-icon-resize-full);
3416
3443
  font-size: 13px;
@@ -3951,8 +3978,9 @@ smart-grid-row {
3951
3978
  smart-grid-cell[header] {
3952
3979
  &.smart-decorate {
3953
3980
  >.smart-label {
3954
- padding-right: 5px;
3981
+ padding-right: 5px;
3955
3982
  }
3983
+
3956
3984
  &.row-number:not(.smart-add-new-row) {
3957
3985
  &::before {
3958
3986
  border-radius: 5px;
@@ -3966,7 +3994,7 @@ smart-grid-row {
3966
3994
  }
3967
3995
  }
3968
3996
  }
3969
-
3997
+
3970
3998
  &[freeze] {
3971
3999
  background: var(--smart-surface);
3972
4000
  color: var(--smart-surface-color);
@@ -4526,15 +4554,16 @@ smart-grid-cell {
4526
4554
  margin-top: -8px;
4527
4555
 
4528
4556
  @keyframes rotation {
4529
- 0% {
4530
- transform: rotate(0deg);
4531
- }
4532
- 100% {
4533
- transform: rotate(360deg);
4534
- }
4535
- }
4557
+ 0% {
4558
+ transform: rotate(0deg);
4559
+ }
4560
+
4561
+ 100% {
4562
+ transform: rotate(360deg);
4563
+ }
4564
+ }
4536
4565
  }
4537
-
4566
+
4538
4567
  &[role="rowheader"] {
4539
4568
  .smart-label {
4540
4569
  padding-left: 0px;
@@ -4542,7 +4571,7 @@ smart-grid-cell {
4542
4571
  }
4543
4572
  }
4544
4573
 
4545
-
4574
+
4546
4575
  &.row-comments {
4547
4576
  .smart-label::after {
4548
4577
  content: var(--smart-icon-comment);
@@ -4552,9 +4581,7 @@ smart-grid-cell {
4552
4581
  }
4553
4582
  }
4554
4583
 
4555
- &.smart-readonly {
4556
-
4557
- }
4584
+ &.smart-readonly {}
4558
4585
 
4559
4586
  smart-color-input {
4560
4587
  .smart-color-box {
@@ -4568,9 +4595,9 @@ smart-grid-cell {
4568
4595
  }
4569
4596
  }
4570
4597
 
4571
- line[highlight] {
4598
+ line[highlight] {
4572
4599
  stroke: var(--smart-secondary);
4573
- }
4600
+ }
4574
4601
 
4575
4602
  path[highlight],
4576
4603
  rect[highlight] {
@@ -4581,10 +4608,13 @@ smart-grid-cell {
4581
4608
  line {
4582
4609
  stroke: var(--smart-primary-color);
4583
4610
  }
4584
- path, rect {
4611
+
4612
+ path,
4613
+ rect {
4585
4614
  fill: var(--smart-primary-color);
4586
4615
  }
4587
4616
  }
4617
+
4588
4618
  .wrap {
4589
4619
  white-space: normal;
4590
4620
  display: flex;
@@ -4599,12 +4629,18 @@ smart-grid-cell {
4599
4629
  text-overflow: ellipsis;
4600
4630
  white-space: normal;
4601
4631
  word-break: break-word;
4602
- line-height: 1.5;
4632
+ line-height: 1.5;
4603
4633
 
4604
- p, h1, h2, h3, h4, h5, h6 {
4634
+ p,
4635
+ h1,
4636
+ h2,
4637
+ h3,
4638
+ h4,
4639
+ h5,
4640
+ h6 {
4605
4641
  margin-top: 3px;
4606
4642
  margin-bottom: 3px;
4607
-
4643
+
4608
4644
  &:first-child {
4609
4645
  margin-top: 0px;
4610
4646
  }
@@ -4664,14 +4700,14 @@ smart-grid-cell {
4664
4700
  font-style: italic;
4665
4701
  --smart-ui-state-hover: var(--smart-surface);
4666
4702
  --smart-ui-state-color-hover: var(--smart-surface-color);
4667
- cursor:pointer;
4703
+ cursor: pointer;
4668
4704
 
4669
4705
  >div {
4670
4706
  display: block !important;
4671
4707
  background-color: var(--smart-surface);
4672
4708
  }
4673
4709
 
4674
-
4710
+
4675
4711
  &[selected] {
4676
4712
  background: var(--smart-background) !important;
4677
4713
  color: var(--smart-background-color) !important;
@@ -4942,14 +4978,16 @@ smart-grid-cell {
4942
4978
  border: 1px solid transparent;
4943
4979
 
4944
4980
  &[disabled] {
4945
- .nav{
4981
+ .nav {
4946
4982
  pointer-events: none;
4947
4983
  visibility: hidden;
4948
4984
  }
4985
+
4949
4986
  .smart-filter-input-type {
4950
4987
  pointer-events: none;
4951
4988
  visibility: hidden;
4952
4989
  }
4990
+
4953
4991
  .smart-grid-icon {
4954
4992
  visibility: hidden;
4955
4993
  pointer-events: none;
@@ -5276,9 +5314,10 @@ smart-grid-cell {
5276
5314
  }
5277
5315
 
5278
5316
  &[template="richText"] {
5317
+
5279
5318
  &[focus] .smart-label,
5280
5319
  .smart-label:hover {
5281
-
5320
+
5282
5321
  &:after {
5283
5322
  color: var(--smart-background-color) !important;
5284
5323
  font-family: var(--smart-font-family-icon);
@@ -5286,7 +5325,7 @@ smart-grid-cell {
5286
5325
  background: inherit;
5287
5326
  color: var(--smart-primary);
5288
5327
  position: absolute;
5289
- font-size:12px;
5328
+ font-size: 12px;
5290
5329
  right: 5px;
5291
5330
  line-height: 1;
5292
5331
  top: calc(50% - 6px);
@@ -5376,6 +5415,7 @@ smart-grid-cell {
5376
5415
  .smart-icon-reload {
5377
5416
  visibility: hidden !important;
5378
5417
  }
5418
+
5379
5419
  &:hover {
5380
5420
  .smart-icon-reload {
5381
5421
  visibility: visible !important;
@@ -5383,7 +5423,7 @@ smart-grid-cell {
5383
5423
  }
5384
5424
  }
5385
5425
 
5386
-
5426
+
5387
5427
  &[template="url"],
5388
5428
  &[template="email"],
5389
5429
  &[template="modifiedTime"],
@@ -5399,31 +5439,32 @@ smart-grid-cell {
5399
5439
  }
5400
5440
 
5401
5441
  &[template="checkBox"] {
5402
-
5442
+
5403
5443
  &:hover {
5444
+
5404
5445
  .smart-input[icon],
5405
5446
  .smart-input[color] {
5406
5447
  background: var(--smart-background) !important;
5407
5448
  border: 1px solid var(--smart-border) !important;
5408
- color: transparent;
5449
+ color: transparent;
5409
5450
  }
5410
5451
  }
5411
5452
 
5412
5453
  .smart-input[color] {
5413
5454
  color: transparent;
5414
5455
 
5415
- &[checked] {
5456
+ &[checked] {
5416
5457
  color: var(--smart-check-template-color);
5417
- }
5418
-
5458
+ }
5459
+
5419
5460
 
5420
- &:not([icon]) {
5461
+ &:not([icon]) {
5421
5462
  &[checked] {
5422
5463
  background: var(--smart-check-template-color) !important;
5423
5464
  border-color: var(--smart-check-template-color) !important;
5424
5465
  color: var(--smart-check-template-forecolor) !important;
5425
- }
5426
- }
5466
+ }
5467
+ }
5427
5468
  }
5428
5469
 
5429
5470
  .smart-input[icon] {
@@ -5436,36 +5477,43 @@ smart-grid-cell {
5436
5477
  content: var(--smart-icon-heart);
5437
5478
  }
5438
5479
  }
5480
+
5439
5481
  &[icon="cancel"] {
5440
5482
  &:after {
5441
5483
  content: var(--smart-icon-cancel);
5442
5484
  }
5443
5485
  }
5486
+
5444
5487
  &[icon="flag"] {
5445
5488
  &:after {
5446
5489
  content: var(--smart-icon-flag);
5447
5490
  }
5448
5491
  }
5492
+
5449
5493
  &[icon="star"] {
5450
5494
  &:after {
5451
5495
  content: var(--smart-icon-star);
5452
5496
  }
5453
5497
  }
5498
+
5454
5499
  &[icon="circle"] {
5455
5500
  &:after {
5456
5501
  content: var(--smart-icon-circle);
5457
5502
  }
5458
5503
  }
5504
+
5459
5505
  &[icon="bell"] {
5460
5506
  &:after {
5461
5507
  content: var(--smart-icon-bell);
5462
5508
  }
5463
5509
  }
5510
+
5464
5511
  &[icon="like"] {
5465
5512
  &:after {
5466
5513
  content: var(--smart-icon-like);
5467
5514
  }
5468
5515
  }
5516
+
5469
5517
  &[icon="check"] {
5470
5518
  &:after {
5471
5519
  content: var(--smart-icon-check);
@@ -5478,6 +5526,7 @@ smart-grid-cell {
5478
5526
  justify-content: center;
5479
5527
  align-items: center;
5480
5528
  cursor: default;
5529
+
5481
5530
  .smart-input {
5482
5531
  cursor: pointer;
5483
5532
  }
@@ -5650,7 +5699,7 @@ smart-grid-cell {
5650
5699
  >.smart-label:not(.smart-input) {
5651
5700
  width: 100%;
5652
5701
  height: 100%;
5653
-
5702
+
5654
5703
  &.comments::after {
5655
5704
  content: '';
5656
5705
  width: 10px;
@@ -5811,11 +5860,11 @@ smart-grid-cell {
5811
5860
  background: var(--smart-grid-view-bar-background);
5812
5861
  --smart-background: var(--smart-grid-view-bar-background);
5813
5862
  border-right: 1px solid var(--smart-border);
5814
-
5863
+
5815
5864
  &.smart-mobile {
5816
5865
  z-index: 99;
5817
5866
  box-shadow: var(--smart-elevation-4);
5818
- }
5867
+ }
5819
5868
  }
5820
5869
 
5821
5870
  smart-list-item[checked] {
@@ -5840,16 +5889,17 @@ smart-grid-cell {
5840
5889
  .view-label {
5841
5890
  display: flex;
5842
5891
  padding: 10px;
5843
- padding-left:20px;
5892
+ padding-left: 20px;
5844
5893
  width: 100%;
5845
5894
  font-weight: bold;
5846
5895
  justify-content: space-between;
5847
5896
  padding-right: 16px;
5848
5897
  cursor: pointer;
5849
-
5898
+
5850
5899
  .smart-icon-sort-down {
5851
5900
  font-weight: bold;
5852
5901
  }
5902
+
5853
5903
  &.collapsed {
5854
5904
  .smart-icon-sort-down {
5855
5905
  transform: rotate(180deg);
@@ -5905,7 +5955,7 @@ smart-grid-cell {
5905
5955
 
5906
5956
  .smart-grid-view-storage {
5907
5957
  overflow: hidden;
5908
-
5958
+
5909
5959
  smart-list-box .smart-list-item-label-element {
5910
5960
  width: 100%;
5911
5961
 
@@ -6026,11 +6076,12 @@ smart-menu {
6026
6076
  &.smart-grid-column-filter-menu.filter-excel {
6027
6077
  smart-menu-item[level="1"] {
6028
6078
  .smart-menu-item-label-container {
6029
- padding: 0px !important;
6030
- margin: 0px !important;
6031
- }
6079
+ padding: 0px !important;
6080
+ margin: 0px !important;
6081
+ }
6032
6082
  }
6033
6083
  }
6084
+
6034
6085
  &.smart-grid-views-menu[checkboxes][checkable],
6035
6086
  &.smart-grid-column-chooser-menu[checkboxes][checkable] {
6036
6087
  &[disable-auto-check] {
@@ -6146,6 +6197,7 @@ smart-menu {
6146
6197
  --smart-input-drop-down-menu-width {
6147
6198
  width: 98px;
6148
6199
  }
6200
+
6149
6201
  .default-samples-container {
6150
6202
  display: flex;
6151
6203
  }
@@ -6156,6 +6208,10 @@ smart-menu {
6156
6208
  cursor: pointer;
6157
6209
  }
6158
6210
 
6211
+ .smart-grid-date-time-picker-cell-editor-drop-down-menu {
6212
+ padding: 0px !important;
6213
+ }
6214
+
6159
6215
  .smart-grid-loading {
6160
6216
  &::before {
6161
6217
  background-image: url('../images/load.gif') !important;
@@ -6173,9 +6229,9 @@ smart-menu {
6173
6229
  flex: 1 1 auto;
6174
6230
  margin-left: 8px;
6175
6231
  margin-right: 8px;
6176
- height: 30px;
6232
+ height: 30px;
6177
6233
  cursor: pointer;
6178
-
6234
+
6179
6235
  .smart-votes-bar,
6180
6236
  .smart-votes-bar-frame {
6181
6237
  background: var(--smart-check-template-color) !important;
@@ -6186,6 +6242,7 @@ smart-menu {
6186
6242
  bottom: 5px;
6187
6243
  }
6188
6244
  }
6245
+
6189
6246
  .smart-votes-cell-component {
6190
6247
  height: 100%;
6191
6248
  cursor: pointer;
@@ -6196,6 +6253,7 @@ smart-menu {
6196
6253
  display: flex;
6197
6254
  align-items: center;
6198
6255
  }
6256
+
6199
6257
  .smart-vote-button {
6200
6258
  margin-left: 8px;
6201
6259
  flex: 0 0 20px;
@@ -6205,36 +6263,39 @@ smart-menu {
6205
6263
  border-radius: 50%;
6206
6264
  color: var(--smart-check-template-forecolor) !important;
6207
6265
  border: 1px solid var(--smart-check-template-color) !important;
6266
+
6208
6267
  &.voted {
6209
6268
  background: var(--smart-check-template-color) !important;
6210
6269
  }
6211
6270
  }
6212
6271
  }
6213
6272
 
6214
- .smart-votes-bar-animate .smart-votes-bar,
6273
+ .smart-votes-bar-animate .smart-votes-bar,
6215
6274
  .smart-votes-bar-animate .smart-votes-bar-frame {
6216
6275
  transition: all .2s ease-in-out;
6217
6276
  }
6218
6277
 
6219
6278
  .smart-reaction-tooltip {
6220
- display: flex;
6221
- gap: 4px;
6222
- position: absolute;
6223
- visibility: hidden;
6224
- opacity: 0;
6225
- transition: opacity 0.3s ease, transform 0.3s ease;
6226
- background: var(--smart-surface);
6227
- color: var(--smart-surface-color);
6228
- z-index: 10;
6229
- padding: 5px;
6230
- pointer-events: none;
6279
+ display: flex;
6280
+ gap: 4px;
6281
+ position: absolute;
6282
+ visibility: hidden;
6283
+ opacity: 0;
6284
+ transition: opacity 0.3s ease, transform 0.3s ease;
6285
+ background: var(--smart-surface);
6286
+ color: var(--smart-surface-color);
6287
+ z-index: 10;
6288
+ padding: 5px;
6289
+ pointer-events: none;
6231
6290
  }
6232
6291
 
6233
6292
  .smart-reaction-tooltip.show {
6234
6293
  visibility: visible;
6235
6294
  opacity: 1;
6236
- pointer-events: auto; /* Allows interaction when visible */
6237
- transform: translateY(0); /* Smoother appearance */
6295
+ pointer-events: auto;
6296
+ /* Allows interaction when visible */
6297
+ transform: translateY(0);
6298
+ /* Smoother appearance */
6238
6299
  }
6239
6300
 
6240
6301
  .smart-reaction-tooltip span {
@@ -6246,7 +6307,8 @@ smart-menu {
6246
6307
 
6247
6308
  /* Pulsing effect on hover */
6248
6309
  .smart-reaction-tooltip span:hover {
6249
- animation: pulse .7s infinite ease-in-out; /* Pulsing effect on hover */
6310
+ animation: pulse .7s infinite ease-in-out;
6311
+ /* Pulsing effect on hover */
6250
6312
  }
6251
6313
 
6252
6314
  /* Pulsing keyframes */
@@ -6254,9 +6316,11 @@ smart-menu {
6254
6316
  0% {
6255
6317
  transform: scale(1);
6256
6318
  }
6319
+
6257
6320
  50% {
6258
6321
  transform: scale(1.2);
6259
6322
  }
6323
+
6260
6324
  100% {
6261
6325
  transform: scale(1);
6262
6326
  }
@@ -6266,7 +6330,7 @@ smart-menu {
6266
6330
  padding: 3px 5px;
6267
6331
  font-size: 14px;
6268
6332
  display: flex;
6269
- font-size:var(--smart-font-size);
6333
+ font-size: var(--smart-font-size);
6270
6334
  align-items: center;
6271
6335
  gap: 5px;
6272
6336
  margin-top: 5px;
@@ -6286,13 +6350,14 @@ smart-menu {
6286
6350
 
6287
6351
  smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled] {
6288
6352
  smart-grid-cell[data-type="string"][template="tags"]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly) {
6353
+
6289
6354
  &:hover,
6290
6355
  &[focus] {
6291
6356
  .smart-label {
6292
6357
  padding-right: 30px;
6293
6358
  }
6294
6359
 
6295
- .smart-label:after {
6360
+ .smart-label:after {
6296
6361
  content: var(--smart-icon-arrow-down);
6297
6362
  position: absolute;
6298
6363
  right: 7px;
@@ -6303,12 +6368,13 @@ smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled] {
6303
6368
  cursor: pointer;
6304
6369
  }
6305
6370
  }
6306
-
6371
+
6307
6372
  }
6308
6373
  }
6309
6374
 
6310
6375
  smart-grid[editing_enabled][editing_allow-dynamic-buttons][selection_allow-cell-selection][selection_enabled] {
6311
6376
  smart-grid-cell[data-type="date"]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly) {
6377
+
6312
6378
  &:hover,
6313
6379
  &[focus] {
6314
6380
  .smart-label.align-right {
@@ -6330,12 +6396,14 @@ smart-grid[editing_enabled][editing_allow-dynamic-buttons][selection_allow-cell-
6330
6396
  }
6331
6397
 
6332
6398
  smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] {
6333
- smart-grid-cell[data-type="number"]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly) {
6399
+ smart-grid-cell[data-type="number"]:not([editor]):not([template]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly) {
6400
+
6334
6401
  &:hover,
6335
6402
  &[focus] {
6336
6403
  .smart-label.align-right {
6337
6404
  padding-right: 30px;
6338
6405
  }
6406
+
6339
6407
  .smart-label:after {
6340
6408
  content: var(--smart-icon-arrow-down);
6341
6409
  position: absolute;
@@ -6347,7 +6415,8 @@ smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][e
6347
6415
  font-size: 14px;
6348
6416
  cursor: pointer;
6349
6417
  }
6350
- .smart-label:before {
6418
+
6419
+ .smart-label:before {
6351
6420
  content: var(--smart-icon-arrow-up);
6352
6421
  position: absolute;
6353
6422
  right: 7px;
@@ -6361,9 +6430,8 @@ smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][e
6361
6430
  }
6362
6431
  }
6363
6432
  }
6364
- .marching-ants {
6365
6433
 
6366
- }
6434
+ .marching-ants {}
6367
6435
 
6368
6436
  .marching-ants::after {
6369
6437
  content: "";
@@ -6373,7 +6441,7 @@ smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][e
6373
6441
  right: -3px;
6374
6442
  bottom: -3px;
6375
6443
  pointer-events: none;
6376
- background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.0) 50%, rgba(255,255,255, 0.0) 50%), linear-gradient(175deg, rgba(255, 255, 255, 0.6) 50%, rgba(var(--smart-primary-rgb), 0.6) 50%), linear-gradient(175deg, rgba(255, 255, 255, 0.6) 50%, rgba(var(--smart-primary-rgb), 0.6) 50%), linear-gradient(90deg, rgba(255, 255, 255, 0.0) 50%, rgba(255,255,255, 0) 50%);
6444
+ background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0.0) 50%), linear-gradient(175deg, rgba(255, 255, 255, 0.6) 50%, rgba(var(--smart-primary-rgb), 0.6) 50%), linear-gradient(175deg, rgba(255, 255, 255, 0.6) 50%, rgba(var(--smart-primary-rgb), 0.6) 50%), linear-gradient(90deg, rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0) 50%);
6377
6445
  background-position: top, left, right, bottom;
6378
6446
  background-repeat: repeat-x, repeat-y, repeat-y, repeat-x;
6379
6447
  background-size: 10px 2px, 2px 10px, 2px 10px, 10px 2px;
@@ -6392,11 +6460,11 @@ smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][e
6392
6460
  right: -3px;
6393
6461
  bottom: -3px;
6394
6462
  pointer-events: none;
6395
- background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 50%, rgba(var(--smart-primary-rgb), 0.6) 50%), linear-gradient(175deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(175deg, rgba(255, 255, 255, 0) 50%, rgba(255,255,255, 0) 50%), linear-gradient(90deg, rgba(255, 255, 255, 0.6) 50%, rgba(var(--smart-primary-rgb), 0.6) 50%);
6463
+ background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 50%, rgba(var(--smart-primary-rgb), 0.6) 50%), linear-gradient(175deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(175deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(90deg, rgba(255, 255, 255, 0.6) 50%, rgba(var(--smart-primary-rgb), 0.6) 50%);
6396
6464
  background-position: top, left, right, bottom;
6397
6465
  background-repeat: repeat-x, repeat-y, repeat-y, repeat-x;
6398
6466
  background-size: 10px 2px, 2px 10px, 2px 10px, 10px 2px;
6399
- animation: marqueeAnimate var(--alt-duration, 12s) linear infinite;
6467
+ animation: marqueeAnimate var(--alt-duration, 12s) linear infinite;
6400
6468
  mask-composite: exclude;
6401
6469
  -webkit-mask-composite: destination-out;
6402
6470
  box-sizing: border-box;
@@ -6408,12 +6476,23 @@ smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][e
6408
6476
  }
6409
6477
 
6410
6478
  @keyframes marqueeAnimate {
6411
- 0% {background-position: 0 0, 0 0, 100% 0, 0 100%;}
6412
- 100% {background-position: 100% 0, 0 -100%, 100% 100%, -100% 100%;}
6479
+ 0% {
6480
+ background-position: 0 0, 0 0, 100% 0, 0 100%;
6481
+ }
6482
+
6483
+ 100% {
6484
+ background-position: 100% 0, 0 -100%, 100% 100%, -100% 100%;
6485
+ }
6413
6486
  }
6487
+
6414
6488
  @keyframes ants {
6415
- 0% { background-position: 0 0; }
6416
- 100% { background-position: 4px 0; }
6489
+ 0% {
6490
+ background-position: 0 0;
6491
+ }
6492
+
6493
+ 100% {
6494
+ background-position: 4px 0;
6495
+ }
6417
6496
  }
6418
6497
 
6419
6498