smart-webcomponents-react 11.0.55 → 12.0.0

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 (251) hide show
  1. package/index.d.ts +34 -0
  2. package/kanban/kanban.d.ts +16 -0
  3. package/kanban/kanban.esm.js +50 -1
  4. package/kanban/kanban.umd.js +50 -1
  5. package/package.json +1 -1
  6. package/source/modules/smart.accordion.js +1 -1
  7. package/source/modules/smart.array.js +1 -1
  8. package/source/modules/smart.breadcrumb.js +1 -1
  9. package/source/modules/smart.button.js +1 -1
  10. package/source/modules/smart.buttongroup.js +1 -1
  11. package/source/modules/smart.calendar.js +3 -3
  12. package/source/modules/smart.card.js +1 -1
  13. package/source/modules/smart.cardview.js +6 -6
  14. package/source/modules/smart.carousel.js +1 -1
  15. package/source/modules/smart.chart.js +3 -3
  16. package/source/modules/smart.checkbox.js +1 -1
  17. package/source/modules/smart.checkinput.js +2 -2
  18. package/source/modules/smart.chip.js +1 -1
  19. package/source/modules/smart.colorinput.js +2 -2
  20. package/source/modules/smart.colorpanel.js +1 -1
  21. package/source/modules/smart.colorpicker.js +1 -1
  22. package/source/modules/smart.combobox.js +1 -1
  23. package/source/modules/smart.common.js +4 -4
  24. package/source/modules/smart.countryinput.js +2 -2
  25. package/source/modules/smart.dateinput.js +3 -3
  26. package/source/modules/smart.daterangeinput.js +3 -3
  27. package/source/modules/smart.datetimepicker.js +3 -3
  28. package/source/modules/smart.dockinglayout.js +1 -1
  29. package/source/modules/smart.dropdownbutton.js +1 -1
  30. package/source/modules/smart.dropdownlist.js +1 -1
  31. package/source/modules/smart.editor.js +3 -3
  32. package/source/modules/smart.element.js +1 -1
  33. package/source/modules/smart.fileupload.js +1 -1
  34. package/source/modules/smart.form.js +2 -2
  35. package/source/modules/smart.formulaparser.js +1 -1
  36. package/source/modules/smart.ganttchart.js +7 -7
  37. package/source/modules/smart.gauge.js +2 -2
  38. package/source/modules/smart.grid.js +18 -18
  39. package/source/modules/smart.gridpanel.js +6 -6
  40. package/source/modules/smart.input.js +2 -2
  41. package/source/modules/smart.kanban.js +9 -9
  42. package/source/modules/smart.layout.js +1 -1
  43. package/source/modules/smart.led.js +1 -1
  44. package/source/modules/smart.listbox.js +1 -1
  45. package/source/modules/smart.listmenu.js +1 -1
  46. package/source/modules/smart.map.js +1 -1
  47. package/source/modules/smart.maskedtextbox.js +2 -2
  48. package/source/modules/smart.menu.js +1 -1
  49. package/source/modules/smart.multicomboinput.js +3 -3
  50. package/source/modules/smart.multiinput.js +2 -2
  51. package/source/modules/smart.multilinetextbox.js +1 -1
  52. package/source/modules/smart.multisplitbutton.js +1 -1
  53. package/source/modules/smart.numberinput.js +2 -2
  54. package/source/modules/smart.numerictextbox.js +1 -1
  55. package/source/modules/smart.pager.js +2 -2
  56. package/source/modules/smart.passwordinput.js +2 -2
  57. package/source/modules/smart.passwordtextbox.js +2 -2
  58. package/source/modules/smart.path.js +1 -1
  59. package/source/modules/smart.phoneinput.js +2 -2
  60. package/source/modules/smart.pivottable.js +6 -6
  61. package/source/modules/smart.progressbar.js +1 -1
  62. package/source/modules/smart.querybuilder.js +4 -4
  63. package/source/modules/smart.radiobutton.js +1 -1
  64. package/source/modules/smart.rating.js +1 -1
  65. package/source/modules/smart.router.js +2 -2
  66. package/source/modules/smart.scheduler.js +6 -6
  67. package/source/modules/smart.scrollbar.js +1 -1
  68. package/source/modules/smart.slider.js +2 -2
  69. package/source/modules/smart.sortable.js +1 -1
  70. package/source/modules/smart.splitter.js +1 -1
  71. package/source/modules/smart.switchbutton.js +1 -1
  72. package/source/modules/smart.table.js +6 -6
  73. package/source/modules/smart.tabs.js +1 -1
  74. package/source/modules/smart.tank.js +2 -2
  75. package/source/modules/smart.textarea.js +2 -2
  76. package/source/modules/smart.textbox.js +1 -1
  77. package/source/modules/smart.timeinput.js +2 -2
  78. package/source/modules/smart.timepicker.js +1 -1
  79. package/source/modules/smart.toast.js +1 -1
  80. package/source/modules/smart.tooltip.js +1 -1
  81. package/source/modules/smart.tree.js +1 -1
  82. package/source/modules/smart.validator.js +1 -1
  83. package/source/modules/smart.window.js +1 -1
  84. package/source/smart.accordion.js +1 -1
  85. package/source/smart.ajax.js +1 -1
  86. package/source/smart.array.js +1 -1
  87. package/source/smart.bootstrap.js +1 -1
  88. package/source/smart.breadcrumb.js +1 -1
  89. package/source/smart.button.js +1 -1
  90. package/source/smart.buttongroup.js +1 -1
  91. package/source/smart.calendar.js +1 -1
  92. package/source/smart.card.js +1 -1
  93. package/source/smart.cardview.js +1 -1
  94. package/source/smart.carousel.js +1 -1
  95. package/source/smart.chart.annotations.js +1 -1
  96. package/source/smart.chart.api.js +1 -1
  97. package/source/smart.chart.core.js +1 -1
  98. package/source/smart.chart.js +1 -1
  99. package/source/smart.chart.rangeselector.js +1 -1
  100. package/source/smart.chart.waterfall.js +1 -1
  101. package/source/smart.checkbox.js +1 -1
  102. package/source/smart.checkinput.js +1 -1
  103. package/source/smart.chip.js +1 -1
  104. package/source/smart.colorinput.js +1 -1
  105. package/source/smart.colorpanel.js +1 -1
  106. package/source/smart.colorpicker.js +1 -1
  107. package/source/smart.combobox.js +1 -1
  108. package/source/smart.complex.js +1 -1
  109. package/source/smart.core.js +1 -1
  110. package/source/smart.countryinput.js +1 -1
  111. package/source/smart.data.js +2 -2
  112. package/source/smart.date.js +2 -2
  113. package/source/smart.dateformatpanel.js +1 -1
  114. package/source/smart.dateinput.js +1 -1
  115. package/source/smart.daterangeinput.js +1 -1
  116. package/source/smart.datetimepicker.js +2 -2
  117. package/source/smart.dockinglayout.js +1 -1
  118. package/source/smart.draw.js +1 -1
  119. package/source/smart.dropdownbutton.js +1 -1
  120. package/source/smart.dropdownlist.js +1 -1
  121. package/source/smart.editor.js +1 -1
  122. package/source/smart.element.js +1 -1
  123. package/source/smart.elements.js +18 -18
  124. package/source/smart.export.js +2 -2
  125. package/source/smart.fileupload.js +1 -1
  126. package/source/smart.filter.js +1 -1
  127. package/source/smart.filterbuilder.js +1 -1
  128. package/source/smart.filterpanel.js +1 -1
  129. package/source/smart.form.js +1 -1
  130. package/source/smart.format.js +1 -1
  131. package/source/smart.formulaparser.js +1 -1
  132. package/source/smart.ganttchart.js +1 -1
  133. package/source/smart.gauge.js +1 -1
  134. package/source/smart.grid.cell.js +2 -2
  135. package/source/smart.grid.chart.js +1 -1
  136. package/source/smart.grid.column.js +2 -2
  137. package/source/smart.grid.core.js +2 -2
  138. package/source/smart.grid.dialog.js +2 -2
  139. package/source/smart.grid.edit.js +2 -2
  140. package/source/smart.grid.export.js +1 -1
  141. package/source/smart.grid.filter.js +1 -1
  142. package/source/smart.grid.group.js +1 -1
  143. package/source/smart.grid.js +1 -1
  144. package/source/smart.grid.menu.js +1 -1
  145. package/source/smart.grid.pager.js +1 -1
  146. package/source/smart.grid.reorder.js +1 -1
  147. package/source/smart.grid.resize.js +2 -2
  148. package/source/smart.grid.row.js +2 -2
  149. package/source/smart.grid.select.js +2 -2
  150. package/source/smart.grid.sort.js +1 -1
  151. package/source/smart.grid.toolbar.js +2 -2
  152. package/source/smart.grid.tree.js +1 -1
  153. package/source/smart.grid.view.js +2 -2
  154. package/source/smart.gridpanel.js +2 -2
  155. package/source/smart.input.js +2 -2
  156. package/source/smart.kanban.js +2 -2
  157. package/source/smart.layout.js +1 -1
  158. package/source/smart.led.js +1 -1
  159. package/source/smart.listbox.js +1 -1
  160. package/source/smart.listmenu.js +1 -1
  161. package/source/smart.map.js +1 -1
  162. package/source/smart.maskedtextbox.js +1 -1
  163. package/source/smart.math.js +1 -1
  164. package/source/smart.menu.js +1 -1
  165. package/source/smart.multicomboinput.js +2 -2
  166. package/source/smart.multiinput.js +1 -1
  167. package/source/smart.multilinetextbox.js +1 -1
  168. package/source/smart.multisplitbutton.js +1 -1
  169. package/source/smart.numberformatpanel.js +1 -1
  170. package/source/smart.numberinput.js +1 -1
  171. package/source/smart.numeric.js +1 -1
  172. package/source/smart.numerictextbox.js +1 -1
  173. package/source/smart.pager.js +1 -1
  174. package/source/smart.passwordinput.js +1 -1
  175. package/source/smart.passwordtextbox.js +1 -1
  176. package/source/smart.path.js +1 -1
  177. package/source/smart.phoneinput.js +1 -1
  178. package/source/smart.pivottable.js +1 -1
  179. package/source/smart.powerbutton.js +1 -1
  180. package/source/smart.progressbar.js +1 -1
  181. package/source/smart.radiobutton.js +1 -1
  182. package/source/smart.rating.js +1 -1
  183. package/source/smart.router.js +1 -1
  184. package/source/smart.scheduler.js +1 -1
  185. package/source/smart.scrollbar.js +1 -1
  186. package/source/smart.slider.js +1 -1
  187. package/source/smart.sortable.js +1 -1
  188. package/source/smart.splitter.js +1 -1
  189. package/source/smart.switchbutton.js +1 -1
  190. package/source/smart.table.js +1 -1
  191. package/source/smart.tabs.js +1 -1
  192. package/source/smart.tank.js +1 -1
  193. package/source/smart.textarea.js +1 -1
  194. package/source/smart.textbox.js +1 -1
  195. package/source/smart.tickintervalhandler.js +1 -1
  196. package/source/smart.timeinput.js +1 -1
  197. package/source/smart.timepicker.js +1 -1
  198. package/source/smart.toast.js +1 -1
  199. package/source/smart.tooltip.js +1 -1
  200. package/source/smart.tree.js +1 -1
  201. package/source/smart.validationpanel.js +1 -1
  202. package/source/smart.validator.js +1 -1
  203. package/source/smart.window.js +1 -1
  204. package/source/styles/components/smart.array.css +1 -1
  205. package/source/styles/components/smart.calendar.css +1 -1
  206. package/source/styles/components/smart.cardview.css +1 -1
  207. package/source/styles/components/smart.checkinput.css +1 -1
  208. package/source/styles/components/smart.colorinput.css +1 -1
  209. package/source/styles/components/smart.columnpanel.css +1 -1
  210. package/source/styles/components/smart.countryinput.css +1 -1
  211. package/source/styles/components/smart.dateinput.css +1 -1
  212. package/source/styles/components/smart.daterangeinput.css +1 -1
  213. package/source/styles/components/smart.datetimeformatpanel.css +1 -1
  214. package/source/styles/components/smart.editor.css +1 -1
  215. package/source/styles/components/smart.filterbuilder.css +1 -1
  216. package/source/styles/components/smart.filterpanel.css +1 -1
  217. package/source/styles/components/smart.ganttchart.css +1 -1
  218. package/source/styles/components/smart.grid.css +2 -2
  219. package/source/styles/components/smart.gridpanel.css +1 -1
  220. package/source/styles/components/smart.input.css +1 -1
  221. package/source/styles/components/smart.kanban.css +2 -2
  222. package/source/styles/components/smart.maskedtextbox.css +1 -1
  223. package/source/styles/components/smart.multicolumnfilterpanel.css +1 -1
  224. package/source/styles/components/smart.multicomboinput.css +1 -1
  225. package/source/styles/components/smart.multiinput.css +1 -1
  226. package/source/styles/components/smart.multilinetextbox.css +1 -1
  227. package/source/styles/components/smart.numberformatpanel.css +1 -1
  228. package/source/styles/components/smart.numberinput.css +1 -1
  229. package/source/styles/components/smart.pager.css +1 -1
  230. package/source/styles/components/smart.passwordinput.css +1 -1
  231. package/source/styles/components/smart.passwordtextbox.css +1 -1
  232. package/source/styles/components/smart.phoneinput.css +1 -1
  233. package/source/styles/components/smart.pivottable.css +1 -1
  234. package/source/styles/components/smart.querybuilder.css +1 -1
  235. package/source/styles/components/smart.scheduler.css +1 -1
  236. package/source/styles/components/smart.sortpanel.css +1 -1
  237. package/source/styles/components/smart.table.css +1 -1
  238. package/source/styles/components/smart.textarea.css +1 -1
  239. package/source/styles/components/smart.textbox.css +1 -1
  240. package/source/styles/components/smart.timeinput.css +1 -1
  241. package/source/styles/components/smart.validationpanel.css +1 -1
  242. package/source/styles/components/smart.window.css +1 -1
  243. package/source/styles/default/scss/smart.grid.scss +97 -36
  244. package/source/styles/default/scss/smart.kanban.scss +22 -0
  245. package/source/styles/default/scss/textbox/_multi-combo-input.scss +42 -1
  246. package/source/styles/default/smart.grid.css +77 -26
  247. package/source/styles/default/smart.kanban.css +18 -0
  248. package/source/styles/default/smart.textbox.css +28 -1
  249. package/source/styles/smart.default.css +3 -3
  250. package/source/typescript/smart.elements.d.ts +34 -0
  251. package/source/typescript/smart.kanban.d.ts +34 -0
@@ -1512,7 +1512,7 @@ input[type=number] {
1512
1512
  }
1513
1513
 
1514
1514
  &.smart-grid-dialog-expand-row {
1515
- width: 700px !important;
1515
+ width: 750px !important;
1516
1516
 
1517
1517
  .smart-grid-edit-dialog-column-info {
1518
1518
  display: grid;
@@ -1533,6 +1533,32 @@ input[type=number] {
1533
1533
  }
1534
1534
  }
1535
1535
 
1536
+ .tabs {
1537
+ width: 100%;
1538
+ height: 35px;
1539
+ overflow: hidden;
1540
+ background: var(--smart-background);
1541
+ transition: all 0.2s ease-in-out;
1542
+ display: flex;
1543
+ margin-bottom: 10px;
1544
+ border-bottom: 1px solid var(--smart-border);
1545
+
1546
+ .tab {
1547
+ padding: 8px 22px;
1548
+ display: flex;
1549
+ align-items: center;
1550
+ justify-content: center;
1551
+ text-transform: uppercase;
1552
+ color: var(--smart-background-color);
1553
+ cursor: pointer;
1554
+
1555
+ &.active {
1556
+ color: var(--smart-primary);
1557
+ border-bottom: 2px solid var(--smart-primary);
1558
+ }
1559
+ }
1560
+ }
1561
+
1536
1562
  .smart-content-container {
1537
1563
  width: 100%;
1538
1564
  }
@@ -1563,7 +1589,7 @@ input[type=number] {
1563
1589
 
1564
1590
  .smart-grid-edit-dialog-layout {
1565
1591
  display: grid;
1566
- grid-template-columns: 1fr 300px;
1592
+ grid-template-columns: 1fr 350px;
1567
1593
  column-gap: 20px;
1568
1594
 
1569
1595
  .smart-grid-edit-dialog-editors-container {
@@ -1590,6 +1616,70 @@ input[type=number] {
1590
1616
  grid-template-rows: 40px 40px 40px 40px 40px 1fr;
1591
1617
  }
1592
1618
 
1619
+ .history-row {
1620
+ padding: 5px;
1621
+ }
1622
+
1623
+ .history-layout {
1624
+ max-height: 500px;
1625
+ overflow: auto;
1626
+ }
1627
+
1628
+ .history-user {
1629
+ display: grid;
1630
+ grid-template-columns: 35px 1fr 1fr;
1631
+ align-items: center;
1632
+ }
1633
+
1634
+ .history-action {
1635
+ display: grid;
1636
+ padding-left: 35px;
1637
+ grid-template-columns: 50% 50%;
1638
+ align-items: center;
1639
+ opacity: 0.8;
1640
+
1641
+ .detail {
1642
+ white-space: initial;
1643
+ }
1644
+ }
1645
+
1646
+ .smart-user {
1647
+ position: relative;
1648
+ top: 10px;
1649
+ left: -3px;
1650
+ }
1651
+
1652
+ .user-icon {
1653
+ height: 30px;
1654
+ width: 30px;
1655
+ border-radius: 50%;
1656
+ background-size: cover;
1657
+ background-position: center;
1658
+
1659
+ &.image:after {
1660
+ content: '';
1661
+ }
1662
+
1663
+ &:after {
1664
+ content: var(--smart-icon-user);
1665
+ font-family: var(--smart-font-family-icon);
1666
+ width: 100%;
1667
+ height: 100%;
1668
+ display: flex;
1669
+ justify-content: center;
1670
+ align-items: center;
1671
+ font-size: 24px;
1672
+ }
1673
+ }
1674
+
1675
+ .user-name {
1676
+ font-weight: bold;
1677
+ }
1678
+
1679
+ .time {
1680
+ opacity: 0.8;
1681
+ }
1682
+
1593
1683
  .comments-header {
1594
1684
  white-space: nowrap;
1595
1685
  }
@@ -1613,37 +1703,6 @@ input[type=number] {
1613
1703
  margin-bottom: var(--smart-data-view-padding);
1614
1704
  }
1615
1705
 
1616
- .user-icon {
1617
- width: 100%;
1618
- height: 30px;
1619
- border-radius: 50%;
1620
- background-size: cover;
1621
- background-position: center;
1622
-
1623
- &.image:after {
1624
- content: '';
1625
- }
1626
-
1627
- &:after {
1628
- content: var(--smart-icon-user);
1629
- font-family: var(--smart-font-family-icon);
1630
- width: 100%;
1631
- height: 100%;
1632
- display: flex;
1633
- justify-content: center;
1634
- align-items: center;
1635
- font-size: 24px;
1636
- }
1637
- }
1638
-
1639
- .user-name {
1640
- font-weight: bold;
1641
- }
1642
-
1643
- .time {
1644
- opacity: 0.8;
1645
- }
1646
-
1647
1706
  .remove-button {
1648
1707
  transform: rotate(90deg);
1649
1708
  width: 16px;
@@ -1667,8 +1726,8 @@ input[type=number] {
1667
1726
 
1668
1727
  .comments {
1669
1728
  overflow: auto;
1670
- min-height: 150px;
1671
- max-height: 300px;
1729
+ min-height: 180px;
1730
+ max-height: 350px;
1672
1731
  }
1673
1732
 
1674
1733
  .footer {
@@ -1701,6 +1760,7 @@ input[type=number] {
1701
1760
  display: grid;
1702
1761
  grid-template-columns: 1fr 1fr 1fr;
1703
1762
  padding: 5px;
1763
+ width: 300px;
1704
1764
 
1705
1765
  &.font-group {
1706
1766
  grid-column-gap: 10px;
@@ -3279,7 +3339,8 @@ smart-grid-column {
3279
3339
  cursor: default;
3280
3340
  min-height: 30px;
3281
3341
 
3282
- &[selected] {
3342
+ &[selected],
3343
+ &[focus] {
3283
3344
  background: var(--smart-ui-state-hover);
3284
3345
  color: var(--smart-ui-state-color-hover);
3285
3346
  }
@@ -1298,6 +1298,7 @@
1298
1298
  .smart-kanban-tab {
1299
1299
  padding: 8px 22px;
1300
1300
  cursor: pointer;
1301
+ text-transform: uppercase;
1301
1302
 
1302
1303
  &.selected {
1303
1304
  color: var(--smart-primary);
@@ -1343,6 +1344,27 @@
1343
1344
  .smart-kanban-task-field-editor {
1344
1345
  width: 100%;
1345
1346
  }
1347
+
1348
+ .editor-label {
1349
+ display: flex;
1350
+ justify-content: space-between;
1351
+
1352
+ .icon {
1353
+ width: 16px;
1354
+ height: 16px;
1355
+ display: inline-block;
1356
+
1357
+ &::before {
1358
+ content: var(--smart-icon-visibility);
1359
+ font-family: var(--smart-font-family-icon);
1360
+ cursor: pointer;
1361
+ }
1362
+
1363
+ &.hide::before {
1364
+ content: var(--smart-icon-visibility-off);
1365
+ }
1366
+ }
1367
+ }
1346
1368
  }
1347
1369
 
1348
1370
  .history-table {
@@ -42,9 +42,13 @@ smart-multi-combo-input {
42
42
  }
43
43
 
44
44
  .smart-multi-combo-input {
45
- height: auto !important;
45
+ height: var(--smart-editor-height);
46
46
  min-height: var(--smart-editor-height);
47
47
 
48
+ &:not([input-tags-mode="one"]) {
49
+ height: auto !important;
50
+ }
51
+
48
52
  .smart-container {
49
53
  width: 100%;
50
54
  height: 100%;
@@ -215,6 +219,43 @@ smart-multi-combo-input {
215
219
  border: initial;
216
220
  }
217
221
 
222
+ .close-button:after {
223
+ font-family: var(--smart-font-family-icon);
224
+ content: var(--smart-icon-close);
225
+ margin-left: 5px;
226
+ }
227
+
228
+ .add-new-item {
229
+ display: grid;
230
+ grid-template-columns: 1fr var(--smart-text-box-default-height);
231
+ grid-column-gap: 5px;
232
+ margin-left: 7px;
233
+ margin-right: 7px;
234
+ height: 36px;
235
+
236
+ input {
237
+ height: 30px;
238
+ }
239
+
240
+ smart-button {
241
+ justify-content: center;
242
+ align-content: center;
243
+ height: 30px;
244
+ }
245
+
246
+ button {
247
+ padding: 0;
248
+ display: flex;
249
+ align-items: center;
250
+ justify-content: center;
251
+ }
252
+
253
+ button:after {
254
+ font-family: var(--smart-font-family-icon);
255
+ content: var(--smart-icon-plus);
256
+ }
257
+ }
258
+
218
259
  .smart-select-all {
219
260
  height: auto;
220
261
  border-bottom: var(--smart-border-width) solid var(--smart-border);
@@ -1239,7 +1239,7 @@ input[type=number]::-webkit-outer-spin-button {
1239
1239
  transition: none;
1240
1240
  }
1241
1241
  .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row {
1242
- width: 700px !important;
1242
+ width: 750px !important;
1243
1243
  }
1244
1244
  .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-column-info {
1245
1245
  display: grid;
@@ -1257,6 +1257,29 @@ input[type=number]::-webkit-outer-spin-button {
1257
1257
  font-weight: bold;
1258
1258
  font-size: calc(var(--smart-font-size) + 1px);
1259
1259
  }
1260
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .tabs {
1261
+ width: 100%;
1262
+ height: 35px;
1263
+ overflow: hidden;
1264
+ background: var(--smart-background);
1265
+ transition: all 0.2s ease-in-out;
1266
+ display: flex;
1267
+ margin-bottom: 10px;
1268
+ border-bottom: 1px solid var(--smart-border);
1269
+ }
1270
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .tabs .tab {
1271
+ padding: 8px 22px;
1272
+ display: flex;
1273
+ align-items: center;
1274
+ justify-content: center;
1275
+ text-transform: uppercase;
1276
+ color: var(--smart-background-color);
1277
+ cursor: pointer;
1278
+ }
1279
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .tabs .tab.active {
1280
+ color: var(--smart-primary);
1281
+ border-bottom: 2px solid var(--smart-primary);
1282
+ }
1260
1283
  .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-content-container {
1261
1284
  width: 100%;
1262
1285
  }
@@ -1276,7 +1299,7 @@ input[type=number]::-webkit-outer-spin-button {
1276
1299
  }
1277
1300
  .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout {
1278
1301
  display: grid;
1279
- grid-template-columns: 1fr 300px;
1302
+ grid-template-columns: 1fr 350px;
1280
1303
  column-gap: 20px;
1281
1304
  }
1282
1305
  .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-editors-container.many {
@@ -1298,38 +1321,44 @@ input[type=number]::-webkit-outer-spin-button {
1298
1321
  display: grid;
1299
1322
  grid-template-rows: 40px 40px 40px 40px 40px 1fr;
1300
1323
  }
1301
- .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-header {
1302
- white-space: nowrap;
1324
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-row {
1325
+ padding: 5px;
1303
1326
  }
1304
- .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout {
1305
- display: grid;
1306
- grid-template-rows: 1fr auto;
1307
- flex-direction: column;
1308
- padding: 3px;
1327
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout {
1328
+ max-height: 500px;
1329
+ overflow: auto;
1309
1330
  }
1310
- .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment {
1331
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-user {
1311
1332
  display: grid;
1312
- grid-template-columns: 30px 1fr;
1313
- grid-column-gap: var(--smart-data-view-padding);
1314
- margin: var(--smart-data-view-padding);
1333
+ grid-template-columns: 35px 1fr 1fr;
1334
+ align-items: center;
1315
1335
  }
1316
- .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .comment-header {
1336
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-action {
1317
1337
  display: grid;
1318
- grid-template-columns: 1fr auto auto;
1319
- grid-column-gap: calc(var(--smart-data-view-padding) / 2);
1320
- margin-bottom: var(--smart-data-view-padding);
1338
+ padding-left: 35px;
1339
+ grid-template-columns: 50% 50%;
1340
+ align-items: center;
1341
+ opacity: 0.8;
1321
1342
  }
1322
- .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .user-icon {
1323
- width: 100%;
1343
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-action .detail {
1344
+ white-space: initial;
1345
+ }
1346
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .smart-user {
1347
+ position: relative;
1348
+ top: 10px;
1349
+ left: -3px;
1350
+ }
1351
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .user-icon {
1324
1352
  height: 30px;
1353
+ width: 30px;
1325
1354
  border-radius: 50%;
1326
1355
  background-size: cover;
1327
1356
  background-position: center;
1328
1357
  }
1329
- .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .user-icon.image:after {
1358
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .user-icon.image:after {
1330
1359
  content: '';
1331
1360
  }
1332
- .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .user-icon:after {
1361
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .user-icon:after {
1333
1362
  content: var(--smart-icon-user);
1334
1363
  font-family: var(--smart-font-family-icon);
1335
1364
  width: 100%;
@@ -1339,12 +1368,33 @@ input[type=number]::-webkit-outer-spin-button {
1339
1368
  align-items: center;
1340
1369
  font-size: 24px;
1341
1370
  }
1342
- .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .user-name {
1371
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .user-name {
1343
1372
  font-weight: bold;
1344
1373
  }
1345
- .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .time {
1374
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .time {
1346
1375
  opacity: 0.8;
1347
1376
  }
1377
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-header {
1378
+ white-space: nowrap;
1379
+ }
1380
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout {
1381
+ display: grid;
1382
+ grid-template-rows: 1fr auto;
1383
+ flex-direction: column;
1384
+ padding: 3px;
1385
+ }
1386
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment {
1387
+ display: grid;
1388
+ grid-template-columns: 30px 1fr;
1389
+ grid-column-gap: var(--smart-data-view-padding);
1390
+ margin: var(--smart-data-view-padding);
1391
+ }
1392
+ .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .comment-header {
1393
+ display: grid;
1394
+ grid-template-columns: 1fr auto auto;
1395
+ grid-column-gap: calc(var(--smart-data-view-padding) / 2);
1396
+ margin-bottom: var(--smart-data-view-padding);
1397
+ }
1348
1398
  .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .remove-button {
1349
1399
  transform: rotate(90deg);
1350
1400
  width: 16px;
@@ -1364,8 +1414,8 @@ input[type=number]::-webkit-outer-spin-button {
1364
1414
  }
1365
1415
  .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comments {
1366
1416
  overflow: auto;
1367
- min-height: 150px;
1368
- max-height: 300px;
1417
+ min-height: 180px;
1418
+ max-height: 350px;
1369
1419
  }
1370
1420
  .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .footer {
1371
1421
  height: 45px;
@@ -1392,6 +1442,7 @@ input[type=number]::-webkit-outer-spin-button {
1392
1442
  display: grid;
1393
1443
  grid-template-columns: 1fr 1fr 1fr;
1394
1444
  padding: 5px;
1445
+ width: 300px;
1395
1446
  }
1396
1447
  .smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.font-group {
1397
1448
  grid-column-gap: 10px;
@@ -2546,7 +2597,7 @@ smart-grid-column {
2546
2597
  cursor: default;
2547
2598
  min-height: 30px;
2548
2599
  }
2549
- smart-grid-column[selected] {
2600
+ smart-grid-column[selected], smart-grid-column[focus] {
2550
2601
  background: var(--smart-ui-state-hover);
2551
2602
  color: var(--smart-ui-state-color-hover);
2552
2603
  }
@@ -1008,6 +1008,7 @@
1008
1008
  .smart-window.smart-kanban-window .smart-kanban-tab-strip .smart-kanban-tab {
1009
1009
  padding: 8px 22px;
1010
1010
  cursor: pointer;
1011
+ text-transform: uppercase;
1011
1012
  }
1012
1013
  .smart-window.smart-kanban-window .smart-kanban-tab-strip .smart-kanban-tab.selected {
1013
1014
  color: var(--smart-primary);
@@ -1042,6 +1043,23 @@
1042
1043
  .smart-window.smart-kanban-window .fields .smart-kanban-task-field-editor {
1043
1044
  width: 100%;
1044
1045
  }
1046
+ .smart-window.smart-kanban-window .fields .editor-label {
1047
+ display: flex;
1048
+ justify-content: space-between;
1049
+ }
1050
+ .smart-window.smart-kanban-window .fields .editor-label .icon {
1051
+ width: 16px;
1052
+ height: 16px;
1053
+ display: inline-block;
1054
+ }
1055
+ .smart-window.smart-kanban-window .fields .editor-label .icon::before {
1056
+ content: var(--smart-icon-visibility);
1057
+ font-family: var(--smart-font-family-icon);
1058
+ cursor: pointer;
1059
+ }
1060
+ .smart-window.smart-kanban-window .fields .editor-label .icon.hide::before {
1061
+ content: var(--smart-icon-visibility-off);
1062
+ }
1045
1063
  .smart-window.smart-kanban-window .history-table {
1046
1064
  display: block !important;
1047
1065
  max-height: 400px;
@@ -701,8 +701,10 @@ smart-multi-combo-input {
701
701
  border-color: var(--smart-outline); }
702
702
 
703
703
  .smart-multi-combo-input {
704
- height: auto !important;
704
+ height: var(--smart-editor-height);
705
705
  min-height: var(--smart-editor-height); }
706
+ .smart-multi-combo-input:not([input-tags-mode="one"]) {
707
+ height: auto !important; }
706
708
  .smart-multi-combo-input .smart-container {
707
709
  width: 100%;
708
710
  height: 100%;
@@ -809,6 +811,31 @@ smart-multi-combo-input {
809
811
  padding: initial;
810
812
  min-height: inherit;
811
813
  border: initial; }
814
+ .smart-multi-combo-input-drop-down-menu .close-button:after {
815
+ font-family: var(--smart-font-family-icon);
816
+ content: var(--smart-icon-close);
817
+ margin-left: 5px; }
818
+ .smart-multi-combo-input-drop-down-menu .add-new-item {
819
+ display: grid;
820
+ grid-template-columns: 1fr var(--smart-text-box-default-height);
821
+ grid-column-gap: 5px;
822
+ margin-left: 7px;
823
+ margin-right: 7px;
824
+ height: 36px; }
825
+ .smart-multi-combo-input-drop-down-menu .add-new-item input {
826
+ height: 30px; }
827
+ .smart-multi-combo-input-drop-down-menu .add-new-item smart-button {
828
+ justify-content: center;
829
+ align-content: center;
830
+ height: 30px; }
831
+ .smart-multi-combo-input-drop-down-menu .add-new-item button {
832
+ padding: 0;
833
+ display: flex;
834
+ align-items: center;
835
+ justify-content: center; }
836
+ .smart-multi-combo-input-drop-down-menu .add-new-item button:after {
837
+ font-family: var(--smart-font-family-icon);
838
+ content: var(--smart-icon-plus); }
812
839
  .smart-multi-combo-input-drop-down-menu .smart-select-all {
813
840
  height: auto;
814
841
  border-bottom: var(--smart-border-width) solid var(--smart-border); }