smart-webcomponents 25.0.0 → 25.0.1

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 (94) hide show
  1. package/bootstrap/source/smart.element.js +1 -1
  2. package/framework/smart.element.js +1 -1
  3. package/package.json +1 -1
  4. package/source/components/smart.ui.ganttchart.js +1 -1
  5. package/source/components/smart.ui.grid.js +1 -1
  6. package/source/modules/smart.3dchart.js +2 -2
  7. package/source/modules/smart.accordion.js +2 -2
  8. package/source/modules/smart.array.js +2 -2
  9. package/source/modules/smart.barcode.js +2 -2
  10. package/source/modules/smart.breadcrumb.js +2 -2
  11. package/source/modules/smart.button.js +2 -2
  12. package/source/modules/smart.buttongroup.js +2 -2
  13. package/source/modules/smart.calendar.js +2 -2
  14. package/source/modules/smart.card.js +2 -2
  15. package/source/modules/smart.cardview.js +2 -2
  16. package/source/modules/smart.carousel.js +2 -2
  17. package/source/modules/smart.chart.js +2 -2
  18. package/source/modules/smart.checkbox.js +2 -2
  19. package/source/modules/smart.checkinput.js +2 -2
  20. package/source/modules/smart.chip.js +2 -2
  21. package/source/modules/smart.colorinput.js +2 -2
  22. package/source/modules/smart.colorpanel.js +2 -2
  23. package/source/modules/smart.colorpicker.js +2 -2
  24. package/source/modules/smart.combobox.js +2 -2
  25. package/source/modules/smart.common.js +2 -2
  26. package/source/modules/smart.countryinput.js +2 -2
  27. package/source/modules/smart.dateinput.js +2 -2
  28. package/source/modules/smart.daterangeinput.js +2 -2
  29. package/source/modules/smart.datetimepicker.js +2 -2
  30. package/source/modules/smart.dockinglayout.js +2 -2
  31. package/source/modules/smart.dropdownbutton.js +2 -2
  32. package/source/modules/smart.dropdownlist.js +2 -2
  33. package/source/modules/smart.editor.js +2 -2
  34. package/source/modules/smart.element.js +2 -2
  35. package/source/modules/smart.fileupload.js +2 -2
  36. package/source/modules/smart.form.js +2 -2
  37. package/source/modules/smart.formulaparser.js +2 -2
  38. package/source/modules/smart.ganttchart.js +3 -3
  39. package/source/modules/smart.gauge.js +2 -2
  40. package/source/modules/smart.grid.js +9 -9
  41. package/source/modules/smart.gridpanel.js +2 -2
  42. package/source/modules/smart.gridview.js +9 -9
  43. package/source/modules/smart.input.js +2 -2
  44. package/source/modules/smart.kanban.js +2 -2
  45. package/source/modules/smart.layout.js +2 -2
  46. package/source/modules/smart.led.js +2 -2
  47. package/source/modules/smart.listbox.js +2 -2
  48. package/source/modules/smart.listmenu.js +2 -2
  49. package/source/modules/smart.map.js +2 -2
  50. package/source/modules/smart.maskedtextbox.js +2 -2
  51. package/source/modules/smart.menu.js +2 -2
  52. package/source/modules/smart.multicomboinput.js +2 -2
  53. package/source/modules/smart.multiinput.js +2 -2
  54. package/source/modules/smart.multilinetextbox.js +2 -2
  55. package/source/modules/smart.multisplitbutton.js +2 -2
  56. package/source/modules/smart.numberinput.js +2 -2
  57. package/source/modules/smart.numerictextbox.js +2 -2
  58. package/source/modules/smart.pager.js +2 -2
  59. package/source/modules/smart.passwordinput.js +2 -2
  60. package/source/modules/smart.passwordtextbox.js +2 -2
  61. package/source/modules/smart.path.js +2 -2
  62. package/source/modules/smart.phoneinput.js +2 -2
  63. package/source/modules/smart.pivottable.js +2 -2
  64. package/source/modules/smart.progressbar.js +2 -2
  65. package/source/modules/smart.qrcode.js +2 -2
  66. package/source/modules/smart.querybuilder.js +2 -2
  67. package/source/modules/smart.radiobutton.js +2 -2
  68. package/source/modules/smart.rating.js +2 -2
  69. package/source/modules/smart.ribbon.js +2 -2
  70. package/source/modules/smart.router.js +2 -2
  71. package/source/modules/smart.scheduler.js +2 -2
  72. package/source/modules/smart.scrollbar.js +2 -2
  73. package/source/modules/smart.slider.js +2 -2
  74. package/source/modules/smart.sortable.js +2 -2
  75. package/source/modules/smart.splitter.js +2 -2
  76. package/source/modules/smart.switchbutton.js +2 -2
  77. package/source/modules/smart.table.js +2 -2
  78. package/source/modules/smart.tabs.js +2 -2
  79. package/source/modules/smart.tank.js +2 -2
  80. package/source/modules/smart.textarea.js +2 -2
  81. package/source/modules/smart.textbox.js +2 -2
  82. package/source/modules/smart.timeinput.js +2 -2
  83. package/source/modules/smart.timeline.js +2 -2
  84. package/source/modules/smart.timepicker.js +2 -2
  85. package/source/modules/smart.toast.js +2 -2
  86. package/source/modules/smart.tooltip.js +2 -2
  87. package/source/modules/smart.tree.js +2 -2
  88. package/source/modules/smart.validator.js +2 -2
  89. package/source/modules/smart.window.js +2 -2
  90. package/source/smart.elements.js +9 -9
  91. package/source/styles/components/smart.grid.css +1 -1
  92. package/source/styles/default/scss/smart.grid.scss +5 -1
  93. package/source/styles/default/smart.grid.css +7 -3
  94. package/source/styles/smart.default.css +1 -1
@@ -6156,6 +6156,10 @@ smart-menu {
6156
6156
  cursor: pointer;
6157
6157
  }
6158
6158
 
6159
+ .smart-grid-date-time-picker-cell-editor-drop-down-menu {
6160
+ padding: 0px !important;
6161
+ }
6162
+
6159
6163
  .smart-grid-loading {
6160
6164
  &::before {
6161
6165
  background-image: url('../images/load.gif') !important;
@@ -6330,7 +6334,7 @@ smart-grid[editing_enabled][editing_allow-dynamic-buttons][selection_allow-cell-
6330
6334
  }
6331
6335
 
6332
6336
  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) {
6337
+ 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) {
6334
6338
  &:hover,
6335
6339
  &[focus] {
6336
6340
  .smart-label.align-right {
@@ -4932,6 +4932,10 @@ smart-menu.smart-grid-views-menu[checkboxes][checkable] smart-menu-item[level="1
4932
4932
  cursor: pointer;
4933
4933
  }
4934
4934
 
4935
+ .smart-grid-date-time-picker-cell-editor-drop-down-menu {
4936
+ padding: 0px !important;
4937
+ }
4938
+
4935
4939
  .smart-grid-loading::before {
4936
4940
  background-image: url("../images/load.gif") !important;
4937
4941
  background-repeat: no-repeat !important;
@@ -5084,10 +5088,10 @@ smart-grid[editing_enabled][editing_allow-dynamic-buttons][selection_allow-cell-
5084
5088
  cursor: pointer;
5085
5089
  }
5086
5090
 
5087
- smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label.align-right, smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label.align-right {
5091
+ smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] 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):hover .smart-label.align-right, smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] 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)[focus] .smart-label.align-right {
5088
5092
  padding-right: 30px;
5089
5093
  }
5090
- smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label:after, smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label:after {
5094
+ smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] 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):hover .smart-label:after, smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] 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)[focus] .smart-label:after {
5091
5095
  content: var(--smart-icon-arrow-down);
5092
5096
  position: absolute;
5093
5097
  right: 7px;
@@ -5098,7 +5102,7 @@ smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][e
5098
5102
  font-size: 14px;
5099
5103
  cursor: pointer;
5100
5104
  }
5101
- smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label:before, smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label:before {
5105
+ smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] 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):hover .smart-label:before, smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] 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)[focus] .smart-label:before {
5102
5106
  content: var(--smart-icon-arrow-up);
5103
5107
  position: absolute;
5104
5108
  right: 7px;