@progress/kendo-theme-classic 4.43.1-dev.4 → 4.43.1-dev.5

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 (93) hide show
  1. package/dist/all.css +746 -799
  2. package/dist/all.scss +1296 -1170
  3. package/modules/@progress/kendo-theme-default/package.json +2 -2
  4. package/modules/@progress/kendo-theme-default/scss/adaptive/_layout.scss +40 -86
  5. package/modules/@progress/kendo-theme-default/scss/adaptive/_theme.scss +0 -9
  6. package/modules/@progress/kendo-theme-default/scss/appbar/_variables.scss +1 -1
  7. package/modules/@progress/kendo-theme-default/scss/autocomplete/_theme.scss +20 -39
  8. package/modules/@progress/kendo-theme-default/scss/autocomplete/_variables.scss +0 -19
  9. package/modules/@progress/kendo-theme-default/scss/avatar/_variables.scss +11 -1
  10. package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +2 -2
  11. package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +3 -3
  12. package/modules/@progress/kendo-theme-default/scss/calendar/_layout.scss +2 -14
  13. package/modules/@progress/kendo-theme-default/scss/card/_variables.scss +4 -4
  14. package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +3 -9
  15. package/modules/@progress/kendo-theme-default/scss/chat/_theme.scss +0 -21
  16. package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +0 -7
  17. package/modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss +78 -145
  18. package/modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss +6 -2
  19. package/modules/@progress/kendo-theme-default/scss/checkbox/_variables.scss +87 -18
  20. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_index.scss +10 -0
  21. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss +27 -0
  22. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_theme.scss +3 -0
  23. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_variables.scss +1 -0
  24. package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +2 -10
  25. package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +7 -9
  26. package/modules/@progress/kendo-theme-default/scss/gantt/_layout.scss +1 -1
  27. package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +128 -97
  28. package/modules/@progress/kendo-theme-default/scss/grid/_variables.scss +1 -3
  29. package/modules/@progress/kendo-theme-default/scss/index.scss +1 -0
  30. package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +1 -1
  31. package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +5 -5
  32. package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +9 -41
  33. package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +4 -3
  34. package/modules/@progress/kendo-theme-default/scss/list/_variables.scss +64 -8
  35. package/modules/@progress/kendo-theme-default/scss/listbox/_variables.scss +1 -1
  36. package/modules/@progress/kendo-theme-default/scss/listview/_layout.scss +2 -9
  37. package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +5 -0
  38. package/modules/@progress/kendo-theme-default/scss/menu/_layout.scss +48 -5
  39. package/modules/@progress/kendo-theme-default/scss/menu/_theme.scss +6 -2
  40. package/modules/@progress/kendo-theme-default/scss/menu/_variables.scss +1 -1
  41. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +9 -27
  42. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_theme.scss +64 -84
  43. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_variables.scss +0 -27
  44. package/modules/@progress/kendo-theme-default/scss/orgchart/_variables.scss +2 -2
  45. package/modules/@progress/kendo-theme-default/scss/pager/_variables.scss +1 -1
  46. package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_layout.scss +20 -29
  47. package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_variables.scss +2 -5
  48. package/modules/@progress/kendo-theme-default/scss/radio/_layout.scss +89 -136
  49. package/modules/@progress/kendo-theme-default/scss/radio/_theme.scss +2 -2
  50. package/modules/@progress/kendo-theme-default/scss/radio/_variables.scss +88 -26
  51. package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +25 -12
  52. package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +22 -8
  53. package/modules/@progress/kendo-theme-default/scss/searchbox/_theme.scss +16 -25
  54. package/modules/@progress/kendo-theme-default/scss/searchbox/_variables.scss +0 -20
  55. package/modules/@progress/kendo-theme-default/scss/skeleton/_layout.scss +1 -1
  56. package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +27 -15
  57. package/modules/@progress/kendo-theme-default/scss/table/_layout.scss +29 -6
  58. package/modules/@progress/kendo-theme-default/scss/table/_theme.scss +3 -2
  59. package/modules/@progress/kendo-theme-default/scss/table/_variables.scss +3 -3
  60. package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +2 -2
  61. package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +21 -2
  62. package/modules/@progress/kendo-theme-default/scss/toolbar/_theme.scss +35 -7
  63. package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +130 -110
  64. package/modules/@progress/kendo-theme-default/scss/treeview/_theme.scss +36 -25
  65. package/modules/@progress/kendo-theme-default/scss/treeview/_variables.scss +67 -13
  66. package/modules/@progress/kendo-theme-default/scss/typography/_variables.scss +3 -3
  67. package/modules/@progress/kendo-theme-default/scss/window/_variables.scss +1 -1
  68. package/package.json +3 -3
  69. package/scss/appbar/_variables.scss +1 -1
  70. package/scss/autocomplete/_variables.scss +0 -19
  71. package/scss/avatar/_variables.scss +13 -2
  72. package/scss/card/_variables.scss +4 -4
  73. package/scss/chat/_variables.scss +0 -7
  74. package/scss/checkbox/_variables.scss +88 -19
  75. package/scss/daterangepicker/_index.scss +10 -0
  76. package/scss/daterangepicker/_layout.scss +1 -0
  77. package/scss/daterangepicker/_theme.scss +1 -0
  78. package/scss/daterangepicker/_variables.scss +1 -0
  79. package/scss/grid/_variables.scss +1 -3
  80. package/scss/index.scss +1 -0
  81. package/scss/input/_variables.scss +5 -5
  82. package/scss/list/_variables.scss +64 -8
  83. package/scss/listbox/_variables.scss +1 -1
  84. package/scss/menu/_variables.scss +1 -1
  85. package/scss/numerictextbox/_variables.scss +0 -27
  86. package/scss/orgchart/_variables.scss +2 -2
  87. package/scss/pager/_variables.scss +1 -1
  88. package/scss/pdf-viewer/_variables.scss +2 -5
  89. package/scss/radio/_variables.scss +86 -27
  90. package/scss/searchbox/_variables.scss +0 -20
  91. package/scss/table/_variables.scss +3 -3
  92. package/scss/treeview/_variables.scss +70 -16
  93. package/scss/typography/_variables.scss +3 -3
package/dist/all.scss CHANGED
@@ -1493,8 +1493,8 @@ $enable-typography: false !default;
1493
1493
  $font-size: 14px !default;
1494
1494
  $font-size-xs: 10px !default;
1495
1495
  $font-size-sm: 12px !default;
1496
- $font-size-md: 16px !default;
1497
- $font-size-lg: 18px !default;
1496
+ $font-size-md: $font-size !default;
1497
+ $font-size-lg: 16px !default;
1498
1498
  $font-size-xl: 20px !default;
1499
1499
 
1500
1500
  /// Font family across all components.
@@ -1509,7 +1509,7 @@ $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono",
1509
1509
  /// @group typography
1510
1510
  $line-height: (20 / 14) !default;
1511
1511
  $line-height-xs: 1 !default;
1512
- $line-height-sm: 1.2 !default;
1512
+ $line-height-sm: 1.25 !default;
1513
1513
  $line-height-md: $line-height !default;
1514
1514
  $line-height-lg: 1.5 !default;
1515
1515
  $line-height-em: $line-height * 1em !default;
@@ -6010,26 +6010,82 @@ $message-box-link-text-decoration: underline !default;
6010
6010
  // #endregion
6011
6011
  // #region @import "../list/_variables.scss"; -> packages/classic/scss/list/_variables.scss
6012
6012
  // List
6013
- $list-font-size: $font-size !default;
6014
- $list-line-height: $line-height !default;
6015
- $list-line-height-em: $line-height-em !default;
6016
6013
 
6017
- $list-item-padding-x: $padding-x !default;
6018
- $list-item-padding-y: $padding-y !default;
6014
+ /// Font size of the list component.
6015
+ /// @group list
6016
+ $list-font-size: $font-size-md !default;
6017
+
6018
+ /// Line height of the list component.
6019
+ /// @group list
6020
+ $list-line-height: $line-height-md !default;
6021
+ $list-line-height-em: $line-height-em !default;
6019
6022
 
6023
+ /// Horizontal padding of list items.
6024
+ /// @group list
6025
+ $list-item-padding-x: map-get( $spacing, 2 ) !default;
6026
+
6027
+ /// Vertical padding of list items.
6028
+ /// @group list
6029
+ $list-item-padding-y: map-get( $spacing, 1 ) !default;
6030
+
6031
+
6032
+ /// Background color of the list component.
6033
+ /// @group list
6034
+ $list-bg: $component-bg !default;
6035
+ /// Text color of the list component.
6036
+ /// @group list
6037
+ $list-text: $component-text !default;
6038
+ /// Border color of the list component.
6039
+ /// @group list
6040
+ $list-border: $component-border !default;
6041
+
6042
+ /// Background color of list header.
6043
+ /// @group list
6044
+ $list-header-bg: null !default;
6045
+ /// Text color of list header.
6046
+ /// @group list
6047
+ $list-header-text: null !default;
6048
+ /// Border color of list header.
6049
+ /// @group list
6050
+ $list-header-border: inherit !default;
6051
+ /// Box shadow of list header.
6052
+ /// @group list
6053
+ $list-header-shadow: null !default;
6054
+
6055
+ /// Background color of list items.
6056
+ /// @group list
6020
6057
  $list-item-bg: null !default;
6058
+ /// Text color of list items.
6059
+ /// @group list
6021
6060
  $list-item-text: null !default;
6022
6061
 
6062
+ /// Background color of hovered list items.
6063
+ /// @group list
6023
6064
  $list-item-hovered-bg: $hovered-bg !default;
6065
+ /// Text color of hovered list items.
6066
+ /// @group list
6024
6067
  $list-item-hovered-text: $hovered-text !default;
6025
6068
 
6069
+ /// Background color of focused list items.
6070
+ /// @group list
6071
+ $list-item-focused-bg: null !default;
6072
+ /// Text color of focused list items.
6073
+ /// @group list
6074
+ $list-item-focused-text: null !default;
6075
+ /// Box shadow of focused list items.
6076
+ /// @group list
6077
+ $list-item-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .12) !default;
6078
+
6079
+ /// Background color of selected list items.
6080
+ /// @group list
6026
6081
  $list-item-selected-bg: $selected-bg !default;
6082
+ /// Text color of selected list items.
6083
+ /// @group list
6027
6084
  $list-item-selected-text: $selected-text !default;
6028
6085
 
6029
- $list-item-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .12) !default;
6030
-
6031
- $list-container-shadow: null !default;
6032
- $list-container-no-data-text: $subtle-text !default;
6086
+ /// Text color of the 'No Data' text.
6087
+ /// @group list
6088
+ $list-no-data-text: $subtle-text !default;
6033
6089
 
6034
6090
  // #endregion
6035
6091
 
@@ -6037,60 +6093,120 @@ $list-container-no-data-text: $subtle-text !default;
6037
6093
  // Component
6038
6094
  // #region @import "_variables.scss"; -> packages/classic/scss/checkbox/_variables.scss
6039
6095
  // Checkbox
6096
+
6040
6097
  $checkbox-size: map-get( $spacing, 4 ) !default;
6041
6098
  $checkbox-radius: map-get( $spacing, thin ) !default;
6099
+ /// Border width of checkbox.
6100
+ /// @group checkbox
6042
6101
  $checkbox-border-width: 1px !default;
6043
- $checkbox-line-height: calc( #{$checkbox-size} + #{$checkbox-border-width} ) !default;
6044
-
6045
- $checkbox-bg: $white !default;
6046
- $checkbox-text: transparent !default;
6047
- $checkbox-border: $base-border !default;
6048
6102
 
6103
+ /// Background color of checkbox.
6104
+ /// @group checkbox
6105
+ $checkbox-bg: $component-bg !default;
6106
+ /// Color of checkbox.
6107
+ /// @group checkbox
6108
+ $checkbox-text: null !default;
6109
+ /// Border color of checkbox.
6110
+ /// @group checkbox
6111
+ $checkbox-border: $component-border !default;
6112
+
6113
+ /// Background color of hovered checkbox.
6114
+ /// @group checkbox
6049
6115
  $checkbox-hovered-bg: null !default;
6116
+ /// Color of hovered checkbox.
6117
+ /// @group checkbox
6050
6118
  $checkbox-hovered-text: null !default;
6119
+ /// Border color of hovered checkbox.
6120
+ /// @group checkbox
6051
6121
  $checkbox-hovered-border: null !default;
6052
6122
 
6123
+ /// Background color of checked checkbox.
6124
+ /// @group checkbox
6053
6125
  $checkbox-checked-bg: $primary !default;
6126
+ /// Color of checked checkbox.
6127
+ /// @group checkbox
6054
6128
  $checkbox-checked-text: contrast-wcag( $checkbox-checked-bg ) !default;
6129
+ /// Border color of checked checkbox.
6130
+ /// @group checkbox
6055
6131
  $checkbox-checked-border: $checkbox-checked-bg !default;
6056
6132
 
6133
+ /// Background color of indeterminate checkbox.
6134
+ /// @group checkbox
6057
6135
  $checkbox-indeterminate-bg: $checkbox-bg !default;
6136
+ /// Color of indeterminate checkbox.
6137
+ /// @group checkbox
6058
6138
  $checkbox-indeterminate-text: $checkbox-checked-bg !default;
6139
+ /// Border color of indeterminate checkbox.
6140
+ /// @group checkbox
6059
6141
  $checkbox-indeterminate-border: $checkbox-border !default;
6060
6142
 
6143
+ /// Border color of focused checkbox.
6144
+ /// @group checkbox
6061
6145
  $checkbox-focused-border: null !default;
6062
- $checkbox-focused-shadow: 0 0 0 2px rgba( 0, 0, 0, .06 ) !default;
6146
+ /// Box shadow of focused checkbox.
6147
+ /// @group checkbox
6148
+ $checkbox-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .06) !default;
6149
+ /// Border color of focused and checked checkbox.
6150
+ /// @group checkbox
6063
6151
  $checkbox-focused-checked-border: null !default;
6152
+ /// Box shadow of focused and checked checkbox.
6153
+ /// @group checkbox
6064
6154
  $checkbox-focused-checked-shadow: 0 0 0 2px rgba( $primary, .3 ) !default;
6065
6155
 
6156
+ /// Background color of disabled checkbox.
6157
+ /// @group checkbox
6066
6158
  $checkbox-disabled-bg: null !default;
6159
+ /// Color of disabled checkbox.
6160
+ /// @group checkbox
6067
6161
  $checkbox-disabled-text: null !default;
6162
+ /// Border color of disabled checkbox.
6163
+ /// @group checkbox
6068
6164
  $checkbox-disabled-border: null !default;
6069
6165
 
6166
+ /// Background color of disabled and checked checkbox.
6167
+ /// @group checkbox
6070
6168
  $checkbox-disabled-checked-bg: null !default;
6169
+ /// Color of disabled and checked checkbox.
6170
+ /// @group checkbox
6071
6171
  $checkbox-disabled-checked-text: null !default;
6172
+ /// Border color of disabled and checked checkbox.
6173
+ /// @group checkbox
6072
6174
  $checkbox-disabled-checked-border: null !default;
6073
6175
 
6176
+ /// Background color of invalid checkbox.
6177
+ /// @group checkbox
6074
6178
  $checkbox-invalid-bg: null !default;
6179
+ /// Color of invalid checkbox.
6180
+ /// @group checkbox
6075
6181
  $checkbox-invalid-text: $invalid-text !default;
6182
+ /// Border color of invalid checkbox.
6183
+ /// @group checkbox
6076
6184
  $checkbox-invalid-border: $invalid-border !default;
6077
6185
 
6078
6186
 
6079
6187
  // Checkbox indicator
6080
- $checkbox-icon-type: glyph !default;
6081
6188
 
6189
+ /// Type of checkbox indicator.
6190
+ /// @group checkbox
6191
+ $checkbox-indicator-type: image !default;
6192
+
6193
+ /// Glyph font family of checkbox indicator.
6194
+ /// @group checkbox
6082
6195
  $checkbox-glyph-font-family: "WebComponentsIcons", monospace !default;
6083
6196
  $checkbox-glyph-size: 12px !default;
6197
+ /// Glyph of checkbox indicator.
6198
+ /// @group checkbox
6084
6199
  $checkbox-checked-glyph: "\e118" !default;
6200
+ /// Glyph of indeterminate checkbox indicator.
6201
+ /// @group checkbox
6085
6202
  $checkbox-indeterminate-glyph: "\e121" !default;
6086
6203
 
6087
- $checkbox-checked-image: null !default;
6088
- $checkbox-indeterminate-image: null !default;
6089
-
6090
- $checkbox-marker-checked-width: ( $checkbox-size / 2 ) !default;
6091
- $checkbox-marker-checked-height: ( $checkbox-size / 2 ) !default;
6092
- $checkbox-marker-indeterminate-width: ( $checkbox-size / 2 ) !default;
6093
- $checkbox-marker-indeterminate-height: ( $checkbox-size / 2 ) !default;
6204
+ /// Image of checked checkbox indicator.
6205
+ /// @group checkbox
6206
+ $checkbox-checked-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$checkbox-checked-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>") ) !default;
6207
+ /// Image image of checked checkbox indicator.
6208
+ /// @group checkbox
6209
+ $checkbox-indeterminate-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$checkbox-indeterminate-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/></svg>") ) !default;
6094
6210
 
6095
6211
 
6096
6212
  // Checkbox label
@@ -6098,17 +6214,26 @@ $checkbox-label-margin-x: map-get( $spacing, 1 ) !default;
6098
6214
 
6099
6215
 
6100
6216
  // Checkbox list
6101
- $checkbox-list-margin: 0px !default;
6102
- $checkbox-list-padding: 0px !default;
6217
+
6218
+ /// Spacing between items of horizontal checkbox list.
6219
+ /// @group checkbox
6220
+ $checkbox-list-spacing: map-get( $spacing, 4 ) !default;
6221
+ /// Horizontal padding of checkbox list items.
6222
+ /// @group checkbox
6103
6223
  $checkbox-list-item-padding-x: 0px !default;
6224
+ /// Vertical padding of checkbox list items.
6225
+ /// @group checkbox
6104
6226
  $checkbox-list-item-padding-y: $list-item-padding-y !default;
6105
- $checkbox-list-horizontal-item-margin-x: 32px !default;
6106
6227
 
6107
6228
 
6108
6229
  // Checkbox ripple
6109
6230
  $checkbox-ripple-size: $checkbox-size * 3 !default;
6110
- $checkbox-ripple-margin: calc(-1 * (#{$checkbox-size} + 2 * #{$checkbox-border-width})) !default;
6111
- $checkbox-ripple-opacity: .3 !default;
6231
+ /// Background color of checkbox ripple.
6232
+ /// @group checkbox
6233
+ $checkbox-ripple-bg: $checkbox-checked-bg !default;
6234
+ /// Opacity of checkbox ripple.
6235
+ /// @group checkbox
6236
+ $checkbox-ripple-opacity: .25 !default;
6112
6237
 
6113
6238
  // #endregion
6114
6239
  // #region @import "_layout.scss"; -> packages/classic/scss/checkbox/_layout.scss
@@ -6138,28 +6263,17 @@ $checkbox-ripple-opacity: .3 !default;
6138
6263
  -webkit-appearance: none;
6139
6264
  }
6140
6265
 
6266
+
6141
6267
  // Checkbox indicator
6142
6268
  .k-checkbox::before {
6143
- @if $checkbox-icon-type == "glyph" {
6269
+ @if $checkbox-indicator-type == "glyph" {
6144
6270
  content: $checkbox-checked-glyph;
6145
6271
  width: $checkbox-glyph-size;
6146
6272
  height: $checkbox-glyph-size;
6147
6273
  font-size: $checkbox-glyph-size;
6148
6274
  font-family: $checkbox-glyph-font-family;
6149
6275
  line-height: 1;
6150
- transform: scale(0) translate(-50%, -50%);
6151
- overflow: hidden;
6152
- position: absolute;
6153
- top: 50%;
6154
- left: 50%;
6155
- }
6156
-
6157
- @if $checkbox-icon-type == "marker" {
6158
- content: "";
6159
- width: $checkbox-marker-checked-width;
6160
- height: $checkbox-marker-checked-height;
6161
- background-color: currentColor;
6162
- transform: scale(0) translate(-50%, -50%);
6276
+ transform: translate(-50%, -50%) scale(0);
6163
6277
  overflow: hidden;
6164
6278
  position: absolute;
6165
6279
  top: 50%;
@@ -6171,19 +6285,13 @@ $checkbox-ripple-opacity: .3 !default;
6171
6285
  // Checked state
6172
6286
  .k-checkbox:checked,
6173
6287
  .k-checkbox.k-checked {
6174
- @if $checkbox-icon-type == "image" {
6288
+ @if $checkbox-indicator-type == "image" {
6175
6289
  background-image: $checkbox-checked-image;
6176
6290
  }
6177
6291
 
6178
- @if $checkbox-icon-type == "glyph" {
6292
+ @if $checkbox-indicator-type == "glyph" {
6179
6293
  &::before {
6180
- transform: scale(1) translate(-50%, -50%);
6181
- }
6182
- }
6183
-
6184
- @if $checkbox-icon-type == "marker" {
6185
- &::before {
6186
- transform: scale(1) translate(-50%, -50%);
6294
+ transform: translate(-50%, -50%) scale(1);
6187
6295
  }
6188
6296
  }
6189
6297
  }
@@ -6193,22 +6301,14 @@ $checkbox-ripple-opacity: .3 !default;
6193
6301
  .k-checkbox:indeterminate,
6194
6302
  .k-checkbox.k-indeterminate,
6195
6303
  .k-checkbox.k-state-indeterminate {
6196
- @if $checkbox-icon-type == "image" {
6304
+ @if $checkbox-indicator-type == "image" {
6197
6305
  background-image: $checkbox-indeterminate-image;
6198
6306
  }
6199
6307
 
6200
- @if $checkbox-icon-type == "glyph" {
6308
+ @if $checkbox-indicator-type == "glyph" {
6201
6309
  &::before {
6202
6310
  content: $checkbox-indeterminate-glyph;
6203
- transform: scale(1) translate(-50%, -50%);
6204
- }
6205
- }
6206
-
6207
- @if $checkbox-icon-type == "marker" {
6208
- &::before {
6209
- width: $checkbox-maker-indeterminate-width;
6210
- height: $checkbox-marker-indeterminate-height;
6211
- transform: scale(1) translate(-50%, -50%);
6311
+ transform: translate(-50%, -50%) scale(1);
6212
6312
  }
6213
6313
  }
6214
6314
  }
@@ -6216,69 +6316,55 @@ $checkbox-ripple-opacity: .3 !default;
6216
6316
 
6217
6317
  // Disabled state
6218
6318
  .k-checkbox:disabled,
6219
- .k-checkbox.k-disabled,
6220
- .k-checkbox:disabled + .k-checkbox-label,
6221
- .k-checkbox.k-disabled + .k-checkbox-label {
6319
+ .k-checkbox.k-disabled {
6222
6320
  @include disabled( $disabled-styling );
6223
6321
  }
6224
6322
 
6323
+
6324
+ // Checkbox wrap
6325
+ .k-checkbox-wrap {
6326
+ flex: none;
6327
+ display: inline-flex;
6328
+ flex-flow: row nowrap;
6329
+ gap: 0;
6330
+ align-items: center;
6331
+ align-self: flex-start;
6332
+ vertical-align: middle;
6333
+ position: relative;
6334
+
6335
+ &::before {
6336
+ content: "\200b";
6337
+ width: 0px;
6338
+ overflow: hidden;
6339
+ flex: none;
6340
+ display: inline-block;
6341
+ vertical-align: top;
6342
+ }
6343
+ }
6344
+
6345
+
6225
6346
  // Checkbox label
6226
6347
  .k-checkbox-label {
6227
6348
  margin: 0;
6228
6349
  padding: 0;
6229
- line-height: $checkbox-line-height;
6230
6350
  display: inline-flex;
6231
6351
  align-items: flex-start;
6352
+ gap: $checkbox-label-margin-x;
6232
6353
  vertical-align: middle;
6233
6354
  position: relative;
6234
6355
  cursor: pointer;
6235
6356
 
6236
- .k-label {
6237
- cursor: pointer;
6238
- }
6239
-
6240
6357
  .k-ripple {
6241
- top: $checkbox-size / 2;
6242
- left: $checkbox-size / 2;
6243
- right: auto;
6244
- bottom: auto;
6245
- width: $checkbox-size * 5 / 2;
6246
- height: $checkbox-size * 5 / 2;
6247
- transform: translate(-50%, -50%);
6248
- border-radius: 50%;
6249
-
6250
6358
  // Hide ripple temporarily
6251
6359
  visibility: hidden !important; // sass-lint:disable-line no-important
6252
6360
  }
6253
-
6254
- .k-ripple-blob {
6255
- // sass-lint:disable-block no-important
6256
- // use !important until ripple can apply these styles from the script
6257
- top: 50% !important;
6258
- left: 50% !important;
6259
- width: 200% !important;
6260
- height: 200% !important;
6261
- }
6262
- }
6263
- .k-checkbox + .k-checkbox-label {
6264
- display: inline;
6265
6361
  }
6362
+ .k-checkbox + .k-label,
6363
+ .k-checkbox-wrap + .k-label,
6266
6364
  .k-checkbox + .k-checkbox-label,
6267
- .k-checkbox-label + .k-checkbox {
6268
- margin-left: $checkbox-label-margin-x;
6269
- }
6270
- .k-checkbox-label > .k-checkbox {
6271
- margin-right: $checkbox-label-margin-x;
6272
- flex-shrink: 0;
6273
- }
6274
- kendo-label.k-checkbox-label > .k-checkbox:last-child {
6275
- margin-right: 0;
6276
- }
6277
- kendo-label.k-checkbox-label > .k-label:first-child {
6278
- margin-right: $checkbox-label-margin-x;
6279
- }
6280
- kendo-label.k-checkbox-label > .k-label {
6365
+ .k-checkbox-wrap + .k-checkbox-label {
6281
6366
  display: inline;
6367
+ margin-inline-start: $checkbox-label-margin-x;
6282
6368
  }
6283
6369
 
6284
6370
 
@@ -6286,9 +6372,6 @@ $checkbox-ripple-opacity: .3 !default;
6286
6372
  .k-checkbox-label:empty {
6287
6373
  display: none !important; // sass-lint:disable-line no-important
6288
6374
  }
6289
-
6290
-
6291
- // Label with no text
6292
6375
  .k-checkbox-label.k-no-text {
6293
6376
  min-width: 1px;
6294
6377
  }
@@ -6296,73 +6379,62 @@ $checkbox-ripple-opacity: .3 !default;
6296
6379
 
6297
6380
  // Checkbox list
6298
6381
  .k-checkbox-list {
6299
- margin: $checkbox-list-margin;
6300
- padding: $checkbox-list-padding;
6382
+ margin: 0;
6383
+ padding: 0;
6384
+ display: flex;
6385
+ flex-flow: column nowrap;
6386
+ gap: 0;
6301
6387
  list-style: none;
6302
-
6303
- .k-checkbox-item {
6304
- padding: $checkbox-list-item-padding-y $checkbox-list-item-padding-x;
6305
- }
6306
6388
  }
6389
+ .k-checkbox-item,
6390
+ .k-checkbox-list-item {
6391
+ padding: $checkbox-list-item-padding-y $checkbox-list-item-padding-x;
6392
+ display: flex;
6393
+ flex-flow: row nowrap;
6394
+ align-items: center;
6395
+ align-content: center;
6396
+ gap: map-get( $spacing, 1 );
6307
6397
 
6308
- .k-list-horizontal {
6309
- .k-checkbox-item {
6310
- display: inline-block;
6311
- margin: 0 $checkbox-list-horizontal-item-margin-x 0 0;
6312
-
6313
- &:last-child {
6314
- margin-right: 0;
6315
- }
6398
+ .k-checkbox-label {
6399
+ margin: 0;
6316
6400
  }
6317
6401
  }
6402
+ .k-checkbox-list-horizontal,
6403
+ .k-checkbox-list.k-list-horizontal {
6404
+ display: flex;
6405
+ flex-flow: row wrap;
6406
+ gap: $checkbox-list-spacing;
6407
+ }
6318
6408
 
6319
6409
 
6320
- // RTL
6321
- .k-rtl,
6322
- [dir="rtl"] {
6323
- .k-checkbox + .k-checkbox-label,
6324
- .k-checkbox-label + .k-checkbox {
6325
- margin-left: 0;
6326
- margin-right: $checkbox-label-margin-x;
6327
- }
6328
- .k-checkbox-label > .k-checkbox {
6329
- margin-right: 0;
6330
- margin-left: $checkbox-label-margin-x;
6331
- }
6332
- kendo-label.k-checkbox-label > .k-checkbox:last-child {
6333
- margin-left: 0;
6334
- }
6335
- kendo-label.k-checkbox-label > .k-label:first-child {
6336
- margin-right: 0;
6337
- margin-left: $checkbox-label-margin-x;
6338
- }
6339
-
6340
- .k-list-horizontal {
6341
- .k-checkbox-item {
6342
- margin-right: 0;
6343
- margin-left: $checkbox-list-horizontal-item-margin-x;
6344
-
6345
- &:last-child {
6346
- margin-left: 0;
6347
- }
6348
- }
6349
- }
6410
+ // Ripple
6411
+ .k-checkbox-wrap .k-ripple-blob {
6412
+ width: $checkbox-ripple-size;
6413
+ height: $checkbox-ripple-size;
6350
6414
  }
6351
-
6352
6415
  .k-ripple-container {
6353
6416
  .k-checkbox::after {
6354
6417
  content: "";
6355
6418
  display: block;
6356
6419
  position: absolute;
6357
- left: 0;
6358
- top: 0;
6420
+ left: 50%;
6421
+ top: 50%;
6359
6422
  width: $checkbox-ripple-size;
6360
6423
  height: $checkbox-ripple-size;
6361
- margin-left: $checkbox-ripple-margin;
6362
- margin-top: $checkbox-ripple-margin;
6363
6424
  border-radius: 100%;
6364
- z-index: 1;
6365
- transform: scale(0);
6425
+ z-index: -1;
6426
+ transition: opacity 100ms linear, transform 150ms cubic-bezier(.4, 0, .2, 1);
6427
+ transform: translate(-50%, -50%) scale(0);
6428
+ transform-origin: center center;
6429
+ }
6430
+
6431
+ .k-checkbox:focus,
6432
+ .k-checkbox.k-state-focus {
6433
+ box-shadow: none !important; // sass-lint:disable-line no-important
6434
+
6435
+ &::after {
6436
+ transform: translate(-50%, -50%) scale(1);
6437
+ }
6366
6438
  }
6367
6439
 
6368
6440
  .k-checkbox:disabled::after,
@@ -6373,26 +6445,12 @@ $checkbox-ripple-opacity: .3 !default;
6373
6445
 
6374
6446
  }
6375
6447
 
6376
-
6377
-
6378
-
6379
- @include exports( "checkbox/layout/edge" ) {
6380
-
6381
- .k-checkbox::-ms-check {
6382
- border-width: 1px;
6383
- border-color: inherit;
6384
- color: inherit;
6385
- background-color: inherit;
6386
- }
6387
-
6388
- }
6389
-
6390
6448
  // #endregion
6391
6449
 
6392
6450
  // #endregion
6393
6451
  // #region @import "_theme.scss"; -> packages/classic/scss/checkbox/_theme.scss
6394
6452
  // #region @import "~@progress/kendo-theme-default/scss/checkbox/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss
6395
- @include exports("checkbox/theme") {
6453
+ @include exports( "checkbox/theme" ) {
6396
6454
 
6397
6455
  // Checkbox
6398
6456
  .k-checkbox {
@@ -6489,9 +6547,13 @@ $checkbox-ripple-opacity: .3 !default;
6489
6547
 
6490
6548
 
6491
6549
  // Ripple
6550
+ .k-checkbox-wrap .k-ripple-blob {
6551
+ color: $checkbox-ripple-bg;
6552
+ opacity: $checkbox-ripple-opacity;
6553
+ }
6492
6554
  .k-ripple-container {
6493
6555
  .k-checkbox::after {
6494
- background: $checkbox-checked-bg;
6556
+ background: $checkbox-ripple-bg;
6495
6557
  opacity: $checkbox-ripple-opacity;
6496
6558
  }
6497
6559
  }
@@ -6533,10 +6595,9 @@ $checkbox-ripple-opacity: .3 !default;
6533
6595
 
6534
6596
  .k-list__group-header { // sass-lint:disable-line class-name-format
6535
6597
  padding: $list-item-padding-y $list-item-padding-x;
6536
- min-height: $list-line-height-em;
6537
6598
  border-bottom-width: 1px;
6538
6599
  border-bottom-style: solid;
6539
- font-size: $font-size;
6600
+ font-size: $list-font-size;
6540
6601
  white-space: normal;
6541
6602
  position: relative;
6542
6603
  transition: $transition;
@@ -6575,7 +6636,6 @@ $checkbox-ripple-opacity: .3 !default;
6575
6636
 
6576
6637
  .k-list__item { // sass-lint:disable-line class-name-format
6577
6638
  padding: $list-item-padding-y $list-item-padding-x;
6578
- min-height: $list-line-height-em;
6579
6639
  line-height: $list-line-height;
6580
6640
  white-space: normal;
6581
6641
  display: flex;
@@ -6589,12 +6649,6 @@ $checkbox-ripple-opacity: .3 !default;
6589
6649
  transition-timing-function: ease;
6590
6650
  outline: none;
6591
6651
 
6592
- .k-checkbox {
6593
- margin-top: calc( ( #{$list-line-height-em} - #{$checkbox-size} ) / 2 );
6594
- font-size: inherit;
6595
- align-self: flex-start;
6596
- }
6597
-
6598
6652
  &.k-first::before {
6599
6653
  content: "";
6600
6654
  display: block;
@@ -6677,34 +6731,9 @@ $checkbox-ripple-opacity: .3 !default;
6677
6731
  }
6678
6732
 
6679
6733
 
6734
+ // No data
6680
6735
  .k-list-container {
6681
-
6682
- .k-button {
6683
- @include border-radius( 0 );
6684
- padding: $list-item-padding-y $list-item-padding-x;
6685
- border-width: 0;
6686
- color: inherit;
6687
- background-color: transparent;
6688
- background-image: none;
6689
- line-height: inherit;
6690
- display: flex;
6691
- justify-content: flex-start;
6692
-
6693
- .k-ie11 & {
6694
- display: flex;
6695
-
6696
- .k-icon {
6697
- margin: 0 $icon-spacing 0 0;
6698
- }
6699
- }
6700
- }
6701
-
6702
- // Button disabled state
6703
- .k-button.k-state-disabled {
6704
- pointer-events: none;
6705
- }
6706
-
6707
- .k-nodata {
6736
+ .k-no-data {
6708
6737
  min-height: 138px;
6709
6738
  width: 100%;
6710
6739
  display: flex;
@@ -6714,14 +6743,15 @@ $checkbox-ripple-opacity: .3 !default;
6714
6743
  font-weight: lighter;
6715
6744
  text-align: center;
6716
6745
  white-space: normal;
6717
-
6718
- .k-button {
6719
- display: inline-flex;
6720
- border-width: 1px;
6721
- }
6722
6746
  }
6723
6747
  }
6724
6748
 
6749
+
6750
+ // Alias
6751
+ .k-nodata {
6752
+ @extend .k-no-data !optional;
6753
+ }
6754
+
6725
6755
  }
6726
6756
 
6727
6757
  // #endregion
@@ -6736,7 +6766,7 @@ $checkbox-ripple-opacity: .3 !default;
6736
6766
  .k-list__group-header { // sass-lint:disable-line class-name-format
6737
6767
  color: $component-text;
6738
6768
  border-color: $component-border;
6739
- box-shadow: $list-container-shadow;
6769
+ box-shadow: $list-header-shadow;
6740
6770
  }
6741
6771
 
6742
6772
  .k-list__item__group { // sass-lint:disable-line class-name-format
@@ -6826,8 +6856,9 @@ $checkbox-ripple-opacity: .3 !default;
6826
6856
  }
6827
6857
 
6828
6858
 
6829
- .k-nodata {
6830
- color: $list-container-no-data-text;
6859
+ // No data
6860
+ .k-no-data {
6861
+ color: $list-no-data-text;
6831
6862
  }
6832
6863
 
6833
6864
  }
@@ -7536,7 +7567,7 @@ $clear-button-focused-opacity: .1 !default;
7536
7567
  // #region @import "_variables.scss"; -> packages/classic/scss/input/_variables.scss
7537
7568
  // Input
7538
7569
 
7539
- $input-default-width: 200px !default;
7570
+ $input-default-width: 10em !default;
7540
7571
 
7541
7572
  $input-border-width: 1px !default;
7542
7573
  $input-border-height: ( $input-border-width * 2 ) !default;
@@ -7547,19 +7578,19 @@ $input-border-radius-lg: $border-radius !default;
7547
7578
  $input-padding-x: $padding-x !default;
7548
7579
  $input-padding-y: $padding-y !default;
7549
7580
  $input-font-family: $font-family !default;
7550
- $input-font-size: $font-size !default;
7551
- $input-line-height: $line-height !default;
7581
+ $input-font-size: $font-size-md !default;
7582
+ $input-line-height: $line-height-md !default;
7552
7583
  $input-line-height-em: $input-line-height * 1em !default;
7553
7584
 
7554
7585
  $input-padding-x-sm: ($input-padding-x / 2) !default;
7555
7586
  $input-padding-y-sm: ($input-padding-y / 2) !default;
7556
7587
  $input-font-size-sm: $input-font-size !default;
7557
- $input-line-height-sm: $line-height-sm !default;
7588
+ $input-line-height-sm: $input-line-height !default;
7558
7589
 
7559
7590
  $input-padding-x-lg: ($input-padding-x * 1.5) !default;
7560
7591
  $input-padding-y-lg: ($input-padding-y * 1.5) !default;
7561
7592
  $input-font-size-lg: $input-font-size !default;
7562
- $input-line-height-lg: $line-height-lg !default;
7593
+ $input-line-height-lg: $input-line-height !default;
7563
7594
 
7564
7595
  $input-calc-height: calc( #{$input-line-height * 1em} + #{$input-padding-y * 2} + #{$input-border-height} ) !default;
7565
7596
  $input-calc-height-sm: calc( #{$input-line-height-sm * 1em} + #{$input-padding-y-sm * 2} + #{$input-border-height} ) !default;
@@ -7699,9 +7730,9 @@ $input-separator-opacity: .5 !default;
7699
7730
  .k-input-prefix,
7700
7731
  .k-input-suffix {
7701
7732
  display: flex;
7733
+ flex-flow: row nowrap;
7702
7734
  align-items: center;
7703
7735
  flex-shrink: 0;
7704
- height: $button-inner-calc-size;
7705
7736
 
7706
7737
  > * {
7707
7738
  flex-shrink: 0;
@@ -8309,7 +8340,7 @@ $menu-item-expanded-gradient: null !default;
8309
8340
 
8310
8341
  $menu-item-focus-shadow: inset 0 0 3px 1px rgba( $menu-text, .25 ) !default;
8311
8342
 
8312
- $menu-separator-spacing: 2px !default;
8343
+ $menu-separator-spacing: map-get( $spacing, 1 ) !default;
8313
8344
 
8314
8345
  $menu-scroll-button-bg: $component-bg !default;
8315
8346
  $menu-scroll-button-text: $link-text !default;
@@ -8477,8 +8508,6 @@ $grid-edit-cell-padding-y: 3px !default;
8477
8508
 
8478
8509
  $grid-command-cell-button-spacing: map-get( $spacing, 2 ) !default;
8479
8510
 
8480
- $grid-search-width: $input-default-width !default;
8481
-
8482
8511
  $grid-sticky-bg: $grid-bg !default;
8483
8512
  $grid-sticky-text: $grid-text !default;
8484
8513
  $grid-sticky-border: $grid-border !default;
@@ -8498,7 +8527,7 @@ $grid-sticky-selected-alt-bg: $grid-selected-alt-bg !default;
8498
8527
  $grid-sticky-hovered-bg: $grid-hovered-bg !default;
8499
8528
  $grid-sticky-selected-hovered-bg: $grid-selected-hovered-bg !default;
8500
8529
 
8501
- $grid-filter-menu-width: 230px !default;
8530
+ $grid-column-menu-width: 230px !default;
8502
8531
 
8503
8532
  $grid-filter-menu-check-all-border-bottom-width: 1px !default;
8504
8533
 
@@ -8599,13 +8628,13 @@ $table-footer-border: $grid-footer-border !default;
8599
8628
 
8600
8629
  /// Background color of group rows in table.
8601
8630
  /// @group table
8602
- $table-group-row-bg: $grid-grouping-row-bg !default;
8631
+ $table-group-row-bg: $table-header-bg !default;
8603
8632
  /// Text color of group rows in table.
8604
8633
  /// @group table
8605
- $table-group-row-text: $grid-grouping-row-text !default;
8634
+ $table-group-row-text: $table-header-text !default;
8606
8635
  /// Border color of group rows in table.
8607
8636
  /// @group table
8608
- $table-group-row-border: null !default;
8637
+ $table-group-row-border: $table-header-border !default;
8609
8638
 
8610
8639
 
8611
8640
  /// Background color of alternating rows in table.
@@ -8657,7 +8686,7 @@ $table-selected-border: $grid-selected-border !default;
8657
8686
  // #endregion
8658
8687
  // #region @import "_layout.scss"; -> packages/classic/scss/table/_layout.scss
8659
8688
  // #region @import "~@progress/kendo-theme-default/scss/table/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/table/_layout.scss
8660
- @include exports("table/layout") {
8689
+ @include exports( "table/layout" ) {
8661
8690
 
8662
8691
  // Table
8663
8692
  .k-table {
@@ -8689,12 +8718,11 @@ $table-selected-border: $grid-selected-border !default;
8689
8718
  // Table native parts
8690
8719
  .k-table-thead,
8691
8720
  .k-table-tbody,
8692
- .k-table-tfoot {
8693
- text-align: inherit;
8694
- }
8721
+ .k-table-tfoot,
8695
8722
  .k-table-row,
8696
8723
  .k-table-alt-row {
8697
8724
  border-color: inherit;
8725
+ text-align: inherit;
8698
8726
  }
8699
8727
  .k-table-th,
8700
8728
  .k-table-td {
@@ -8715,6 +8743,9 @@ $table-selected-border: $grid-selected-border !default;
8715
8743
  border-left-width: 0;
8716
8744
  }
8717
8745
  }
8746
+ .k-table-th {
8747
+ border-bottom-width: 1px;
8748
+ }
8718
8749
 
8719
8750
 
8720
8751
  // Table header
@@ -8733,8 +8764,27 @@ $table-selected-border: $grid-selected-border !default;
8733
8764
  width: 100%;
8734
8765
  border-width: 0 $table-cell-vertical-border-width 0 0;
8735
8766
  border-style: solid;
8767
+ border-color: inherit;
8736
8768
  overflow: hidden;
8737
8769
  }
8770
+ .k-table-header,
8771
+ .k-table-header-wrap {
8772
+ > .k-table {
8773
+ margin-bottom: -1px;
8774
+ }
8775
+ }
8776
+ .k-table-group-sticky-header {
8777
+ font-size: $table-font-size;
8778
+ line-height: $line-height;
8779
+ flex: none;
8780
+
8781
+ .k-table-th {
8782
+ display: flex;
8783
+ flex-flow: row nowrap;
8784
+ align-items: center;
8785
+ align-content: center;
8786
+ }
8787
+ }
8738
8788
 
8739
8789
 
8740
8790
  // Table list
@@ -8771,7 +8821,7 @@ $table-selected-border: $grid-selected-border !default;
8771
8821
  .k-table-group-row {
8772
8822
 
8773
8823
  &::before {
8774
- content: ".";
8824
+ content: "\200b";
8775
8825
  padding: $table-cell-padding-y 0;
8776
8826
  width: 0;
8777
8827
  display: block;
@@ -8813,7 +8863,8 @@ $table-selected-border: $grid-selected-border !default;
8813
8863
 
8814
8864
 
8815
8865
  // Virtualization
8816
- .k-virtual-table .k-table-row {
8866
+ .k-virtual-table .k-table-row,
8867
+ .k-virtual-table .k-table-group-row {
8817
8868
  position: absolute;
8818
8869
  width: 100%;
8819
8870
  }
@@ -8846,6 +8897,7 @@ $table-selected-border: $grid-selected-border !default;
8846
8897
  width: 100%;
8847
8898
  border-width: 0 $table-cell-vertical-border-width 0 0;
8848
8899
  border-style: solid;
8900
+ border-color: inherit;
8849
8901
  overflow: hidden;
8850
8902
  }
8851
8903
 
@@ -8891,7 +8943,7 @@ $table-selected-border: $grid-selected-border !default;
8891
8943
  // #endregion
8892
8944
  // #region @import "_theme.scss"; -> packages/classic/scss/table/_theme.scss
8893
8945
  // #region @import "~@progress/kendo-theme-default/scss/table/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/table/_theme.scss
8894
- @include exports("table/theme") {
8946
+ @include exports( "table/theme" ) {
8895
8947
 
8896
8948
  // Table
8897
8949
  .k-table,
@@ -8904,7 +8956,8 @@ $table-selected-border: $grid-selected-border !default;
8904
8956
 
8905
8957
  // Table header
8906
8958
  .k-table-thead,
8907
- .k-table-header {
8959
+ .k-table-header,
8960
+ .k-table-group-sticky-header {
8908
8961
  border-color: $table-header-border;
8909
8962
  color: $table-header-text;
8910
8963
  background-color: $table-header-bg;
@@ -9063,21 +9116,32 @@ $table-selected-border: $grid-selected-border !default;
9063
9116
  // Component
9064
9117
  // #region @import "_variables.scss"; -> packages/classic/scss/avatar/_variables.scss
9065
9118
  // Avatar
9119
+
9120
+ /// Border width of the avatar.
9121
+ /// @group avatar
9066
9122
  $avatar-border-width: 1px !default;
9067
9123
  $avatar-border-radius: map-get( $spacing, 1 ) !default;
9068
9124
 
9125
+ /// Font family of the avatar.
9126
+ /// @group avatar
9069
9127
  $avatar-font-family: $font-family !default;
9128
+ /// Font size of the avatar.
9129
+ /// @group avatar
9070
9130
  $avatar-font-size: $font-size !default;
9131
+ /// Line height of the avatar.
9132
+ /// @group avatar
9071
9133
  $avatar-line-height: $line-height !default;
9072
9134
 
9073
-
9135
+ /// The sizes of the avatar.
9136
+ /// @group avatar
9074
9137
  $avatar-sizes: (
9075
9138
  sm: map-get( $spacing, 4 ),
9076
9139
  md: map-get( $spacing, 8 ),
9077
9140
  lg: map-get( $spacing, 16 )
9078
9141
  ) !default;
9079
9142
 
9080
-
9143
+ /// Theme colors map of the avatar.
9144
+ /// @group avatar
9081
9145
  $avatar-theme-colors: $theme-colors !default;
9082
9146
 
9083
9147
  // #endregion
@@ -10994,7 +11058,7 @@ $skeleton-wave-bg: rgba( black, .04 ) !default;
10994
11058
  transform: $skeleton-text-transform;
10995
11059
 
10996
11060
  &:empty::before {
10997
- content: "\00a0";
11061
+ content: "\200b";
10998
11062
  }
10999
11063
  }
11000
11064
 
@@ -11282,8 +11346,6 @@ $tooltip-error-border: $tooltip-error-bg !default;
11282
11346
  .k-icon-button,
11283
11347
  .k-button.k-button-icon {
11284
11348
  padding: $button-padding-y;
11285
- width: $button-calc-size;
11286
- height: $button-calc-size;
11287
11349
  gap: 0;
11288
11350
 
11289
11351
  > .k-text,
@@ -11293,6 +11355,8 @@ $tooltip-error-border: $tooltip-error-bg !default;
11293
11355
 
11294
11356
  .k-button-icon {
11295
11357
  margin: 0;
11358
+ min-width: calc( #{$button-font-size} * #{$button-line-height} );
11359
+ min-height: calc( #{$button-font-size} * #{$button-line-height} );
11296
11360
  }
11297
11361
  }
11298
11362
  // TODO: REMOVE
@@ -12046,8 +12110,9 @@ $tooltip-error-border: $tooltip-error-bg !default;
12046
12110
  @include border-radius( 0 );
12047
12111
  margin: 0;
12048
12112
  padding: $toolbar-padding-y;
12049
- width: $toolbar-inner-calc-size;
12113
+ width: auto;
12050
12114
  height: 100%;
12115
+ aspect-ratio: 1;
12051
12116
  border-width: 0;
12052
12117
  border-color: inherit;
12053
12118
  box-sizing: border-box;
@@ -12121,6 +12186,14 @@ $tooltip-error-border: $tooltip-error-bg !default;
12121
12186
  // Overflow container
12122
12187
  .k-overflow-container {
12123
12188
 
12189
+ > .k-item {
12190
+ border-color: inherit;
12191
+ }
12192
+
12193
+ .k-separator {
12194
+ margin: map-get( $spacing, 1 ) 0;
12195
+ }
12196
+
12124
12197
  // Group
12125
12198
  .k-overflow-tool-group {
12126
12199
  display: block;
@@ -12128,13 +12201,23 @@ $tooltip-error-border: $tooltip-error-bg !default;
12128
12201
 
12129
12202
  // Button
12130
12203
  .k-overflow-button {
12204
+ @include border-radius( 0 );
12205
+ padding: $list-item-padding-y $list-item-padding-x;
12131
12206
  width: 100%;
12207
+ border-width: 0;
12208
+ color: inherit;
12209
+ background-color: transparent;
12210
+ background-image: none;
12211
+ line-height: inherit;
12212
+ display: flex;
12213
+ justify-content: flex-start;
12132
12214
  }
12133
12215
 
12134
12216
  // Button group
12135
12217
  .k-button-group {
12218
+ @include box-shadow( none );
12136
12219
  display: flex;
12137
- flex-direction: column;
12220
+ flex-flow: column nowrap;
12138
12221
 
12139
12222
  .k-button {
12140
12223
  margin: if( $button-border-width == 0, null, 0);
@@ -12228,13 +12311,6 @@ $tooltip-error-border: $tooltip-error-bg !default;
12228
12311
  @include box-shadow( $toolbar-shadow );
12229
12312
 
12230
12313
 
12231
- // Overflow anchor
12232
- .k-overflow-anchor {
12233
- color: inherit;
12234
- background: transparent;
12235
- }
12236
-
12237
-
12238
12314
  // Separator
12239
12315
  .k-separator {
12240
12316
  border-color: $toolbar-separator-border;
@@ -12246,6 +12322,41 @@ $tooltip-error-border: $tooltip-error-bg !default;
12246
12322
 
12247
12323
  }
12248
12324
 
12325
+
12326
+ // Overflow container
12327
+ .k-overflow-container {
12328
+
12329
+ .k-button {
12330
+
12331
+ // Hover state
12332
+ &:hover,
12333
+ &.k-state-hover {
12334
+ color: $list-item-hovered-text;
12335
+ background: $list-item-hovered-bg;
12336
+ }
12337
+
12338
+ // Active state
12339
+ &:active,
12340
+ &.k-state-active {
12341
+ color: $list-item-selected-text;
12342
+ background: $list-item-selected-bg;
12343
+ }
12344
+
12345
+ // Button focus state
12346
+ .k-button:focus,
12347
+ .k-button.k-state-focused {
12348
+ box-shadow: $list-item-focused-shadow;
12349
+ }
12350
+
12351
+ // Disabled state
12352
+ &:disabled,
12353
+ &.k-state-disabled {
12354
+ color: inherit;
12355
+ }
12356
+ }
12357
+
12358
+ }
12359
+
12249
12360
  }
12250
12361
 
12251
12362
 
@@ -12585,10 +12696,6 @@ $fieldset-legend-border: null !default;
12585
12696
  display: flex;
12586
12697
  flex-flow: row nowrap;
12587
12698
  }
12588
- .k-checkbox-label,
12589
- .k-radio-label {
12590
- display: inline-flex;
12591
- }
12592
12699
 
12593
12700
  .k-label + .k-radio {
12594
12701
  margin-left: 0;
@@ -12623,13 +12730,11 @@ $fieldset-legend-border: null !default;
12623
12730
  padding: 0;
12624
12731
  }
12625
12732
 
12626
- .k-form-field,
12627
- .k-daterangepicker .k-textbox-container {
12733
+ .k-form-field {
12628
12734
  margin-top: $form-field-margin-top;
12629
12735
  }
12630
12736
 
12631
- > *,
12632
- .k-daterangepicker .k-textbox-container {
12737
+ > * {
12633
12738
  &:not(.k-hidden):first-child,
12634
12739
  &.k-hidden + :not(.k-hidden) {
12635
12740
  margin-top: 0;
@@ -12671,7 +12776,6 @@ $fieldset-legend-border: null !default;
12671
12776
  .k-dateinput,
12672
12777
  .k-datepicker,
12673
12778
  .k-datetimepicker,
12674
- .k-daterangepicker-wrap,
12675
12779
  .k-timepicker,
12676
12780
  .k-numerictextbox,
12677
12781
  .k-maskedtextbox,
@@ -12680,6 +12784,11 @@ $fieldset-legend-border: null !default;
12680
12784
  display: inline-flex;
12681
12785
  width: 100%;
12682
12786
  }
12787
+ .k-daterangepicker {
12788
+ width: 100%;
12789
+ flex-flow: column nowrap;
12790
+ gap: 0;
12791
+ }
12683
12792
  }
12684
12793
 
12685
12794
  // Form Buttons Container
@@ -13737,7 +13846,7 @@ $textarea-invalid-focus-shadow: $invalid-shadow !default;
13737
13846
  // Listbox
13738
13847
  $listbox-margin: $padding-x !default;
13739
13848
  $listbox-button-margin: $padding-x !default;
13740
- $listbox-width: 12.4em !default;
13849
+ $listbox-width: 10em !default;
13741
13850
  $listbox-default-height: 200px !default;
13742
13851
 
13743
13852
  $listbox-border-width: 1px !default;
@@ -14256,74 +14365,133 @@ $progressbar-chunk-border: $body-bg !default;
14256
14365
  // Component
14257
14366
  // #region @import "_variables.scss"; -> packages/classic/scss/radio/_variables.scss
14258
14367
  // Radio button
14368
+
14259
14369
  $radio-size: map-get( $spacing, 4 ) !default;
14370
+ /// Border radius of radio button.
14371
+ /// @group radio
14260
14372
  $radio-radius: 50% !default;
14373
+ /// Border width of radio button.
14374
+ /// @group radio
14261
14375
  $radio-border-width: 1px !default;
14262
- $radio-line-height: calc(#{$radio-size} + #{$radio-border-width}) !default;
14263
14376
 
14377
+ /// Background color of radio button.
14378
+ /// @group radio
14264
14379
  $radio-bg: $checkbox-bg !default;
14380
+ /// Color of radio button.
14381
+ /// @group radio
14265
14382
  $radio-text: $checkbox-text !default;
14383
+ /// Border color of radio button.
14384
+ /// @group radio
14266
14385
  $radio-border: $checkbox-border !default;
14267
14386
 
14387
+ /// Background color of hovered radio button.
14388
+ /// @group radio
14268
14389
  $radio-hovered-bg: $checkbox-hovered-bg !default;
14390
+ /// Color of hovered radio button.
14391
+ /// @group radio
14269
14392
  $radio-hovered-text: $checkbox-hovered-text !default;
14393
+ /// Border color of hovered radio button.
14394
+ /// @group radio
14270
14395
  $radio-hovered-border: $checkbox-hovered-border !default;
14271
14396
 
14397
+ /// Background color of checked radio button.
14398
+ /// @group radio
14272
14399
  $radio-checked-bg: $checkbox-checked-bg !default;
14400
+ /// Color of checked radio button.
14401
+ /// @group radio
14273
14402
  $radio-checked-text: $checkbox-checked-text !default;
14403
+ /// Border color of checked radio button.
14404
+ /// @group radio
14274
14405
  $radio-checked-border: $checkbox-checked-border !default;
14275
14406
 
14276
- $radio-indeterminate-bg: $radio-checked-bg !default;
14277
- $radio-indeterminate-text: $radio-checked-text !default;
14278
- $radio-indeterminate-border: $radio-checked-border !default;
14279
-
14407
+ /// Border color of focused radio button.
14408
+ /// @group radio
14280
14409
  $radio-focused-border: $checkbox-hovered-border !default;
14410
+ /// Box shadow of focused radio button.
14411
+ /// @group radio
14281
14412
  $radio-focused-shadow: $checkbox-focused-shadow !default;
14413
+ /// Border color of focused and checked radio button.
14414
+ /// @group radio
14282
14415
  $radio-focused-checked-border: $checkbox-checked-border !default;
14416
+ /// Box shadow of focused and checked radio button.
14417
+ /// @group radio
14283
14418
  $radio-focused-checked-shadow: $checkbox-focused-checked-shadow !default;
14284
14419
 
14285
- $radio-disabled-bg: null !default;
14286
- $radio-disabled-text: null !default;
14287
- $radio-disabled-border: null !default;
14288
-
14289
- $radio-disabled-checked-bg: null !default;
14290
- $radio-disabled-checked-text: null !default;
14291
- $radio-disabled-checked-border: null !default;
14292
-
14293
- $radio-invalid-bg: null !default;
14294
- $radio-invalid-text: $invalid-text !default;
14295
- $radio-invalid-border: $invalid-border !default;
14420
+ /// Background color of disabled radio button.
14421
+ /// @group radio
14422
+ $radio-disabled-bg: $checkbox-disabled-bg !default;
14423
+ /// Color of disabled radio button.
14424
+ /// @group radio
14425
+ $radio-disabled-text: $checkbox-disabled-text !default;
14426
+ /// Border color of disabled radio button.
14427
+ /// @group radio
14428
+ $radio-disabled-border: $checkbox-disabled-border !default;
14429
+
14430
+ /// Background color of disabled and checked radio button.
14431
+ /// @group radio
14432
+ $radio-disabled-checked-bg: $checkbox-disabled-checked-bg !default;
14433
+ /// Color of disabled and checked radio button.
14434
+ /// @group radio
14435
+ $radio-disabled-checked-text: $checkbox-disabled-checked-text !default;
14436
+ /// Border color of disabled and checked radio button.
14437
+ /// @group radio
14438
+ $radio-disabled-checked-border: $checkbox-disabled-checked-border !default;
14439
+
14440
+ /// Background color of invalid radio button.
14441
+ /// @group radio
14442
+ $radio-invalid-bg: $checkbox-invalid-bg !default;
14443
+ /// Color of invalid radio button.
14444
+ /// @group radio
14445
+ $radio-invalid-text: $checkbox-invalid-text !default;
14446
+ /// Border color of invalid radio button.
14447
+ /// @group radio
14448
+ $radio-invalid-border: $checkbox-invalid-border !default;
14296
14449
 
14297
14450
 
14298
14451
  // Radio indicator
14299
- $radio-icon-type: marker !default;
14452
+
14453
+ /// Type of radio button indicator.
14454
+ /// @group radio
14455
+ $radio-indicator-type: image !default;
14300
14456
 
14301
14457
  $radio-glyph-font-family: "WebComponentsIcons", monospace !default;
14302
14458
  $radio-glyph-size: 12px !default;
14459
+ /// Glyph of radio button indicator.
14460
+ /// @group radio
14303
14461
  $radio-checked-glyph: "\e308" !default;
14304
14462
 
14305
- $radio-checked-image: null !default;
14306
-
14307
- $radio-marker-checked-width: ( $radio-size / 2 ) !default;
14308
- $radio-marker-checked-height: ( $radio-size / 2 ) !default;
14309
-
14463
+ /// Image of checked radio button indicator.
14464
+ /// @group radio
14465
+ $radio-checked-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><circle cx='50%' cy='50%' r='4' fill='#{$radio-checked-text}'/></svg>") ) !default;
14466
+ /// Image of disabled and checked radio button indicator.
14467
+ /// @group radio
14468
+ $radio-disabled-checked-image: null !default;
14310
14469
 
14311
14470
  // Radio label
14312
14471
  $radio-label-margin-x: map-get( $spacing, 1 ) !default;
14313
14472
 
14314
14473
 
14315
14474
  // Radio list
14316
- $radio-list-margin: 0px !default;
14317
- $radio-list-padding: 0px !default;
14475
+
14476
+ /// Spacing between items of horizontal radio button list.
14477
+ /// @group radio
14478
+ $radio-list-spacing: map-get( $spacing, 4 ) !default;
14479
+ /// Horizontal padding of radio button list items.
14480
+ /// @group radio
14318
14481
  $radio-list-item-padding-x: 0px !default;
14482
+ /// Vertical padding of radio button list items.
14483
+ /// @group radio
14319
14484
  $radio-list-item-padding-y: $list-item-padding-y !default;
14320
- $radio-list-horizontal-item-margin-x: 32px !default;
14321
14485
 
14322
14486
 
14323
14487
  // Radio ripple
14324
14488
  $radio-ripple-size: $radio-size * 3 !default;
14325
- $radio-ripple-margin: calc(-1 * (#{$radio-size} + 2 * #{$radio-border-width})) !default;
14326
- $radio-ripple-opacity: .3 !default;
14489
+ /// Background color of radio button ripple.
14490
+ /// @group radio
14491
+ $radio-ripple-bg: $radio-checked-bg !default;
14492
+ /// Opacity of radio button ripple.
14493
+ /// @group radio
14494
+ $radio-ripple-opacity: .25 !default;
14327
14495
 
14328
14496
  // #endregion
14329
14497
  // #region @import "_layout.scss"; -> packages/classic/scss/radio/_layout.scss
@@ -14353,9 +14521,10 @@ $radio-ripple-opacity: .3 !default;
14353
14521
  -webkit-appearance: none;
14354
14522
  }
14355
14523
 
14524
+
14356
14525
  // Radio indicator
14357
14526
  .k-radio::before {
14358
- @if $radio-icon-type == "glyph" {
14527
+ @if $radio-indicator-type == "glyph" {
14359
14528
  content: $radio-checked-glyph;
14360
14529
  width: $radio-glyph-size;
14361
14530
  height: $radio-glyph-size;
@@ -14368,179 +14537,151 @@ $radio-ripple-opacity: .3 !default;
14368
14537
  top: 50%;
14369
14538
  left: 50%;
14370
14539
  }
14371
-
14372
- @if $radio-icon-type == "marker" {
14373
- content: "";
14374
- width: $radio-marker-checked-width;
14375
- height: $radio-marker-checked-width;
14376
- border-radius: 50%;
14377
- background-color: currentColor;
14378
- transform: scale(0) translate(-50%, -50%);
14379
- overflow: hidden;
14380
- position: absolute;
14381
- top: 50%;
14382
- left: 50%;
14383
- }
14384
14540
  }
14385
14541
 
14542
+
14386
14543
  // Checked state
14387
14544
  .k-radio:checked,
14388
14545
  .k-radio.k-checked {
14389
- @if $radio-icon-type == "image" {
14546
+ @if $radio-indicator-type == "image" {
14390
14547
  background-image: $radio-checked-image;
14391
14548
  }
14392
14549
 
14393
- @if $radio-icon-type == "glyph" {
14394
- &::before {
14395
- transform: scale(1) translate(-50%, -50%);
14396
- }
14397
- }
14398
-
14399
- @if $radio-icon-type == "marker" {
14550
+ @if $radio-indicator-type == "glyph" {
14400
14551
  &::before {
14401
14552
  transform: scale(1) translate(-50%, -50%);
14402
14553
  }
14403
14554
  }
14404
14555
  }
14405
14556
 
14557
+
14406
14558
  // Disabled state
14407
14559
  .k-radio:disabled,
14408
- .k-radio.k-disabled,
14409
- .k-radio:disabled + .k-radio-label,
14410
- .k-radio.k-disabled + .k-radio-label {
14560
+ .k-radio.k-disabled {
14411
14561
  @include disabled( $disabled-styling );
14412
14562
  }
14563
+ .k-radio:disabled:checked,
14564
+ .k-radio.k-disabled.k-checked {
14565
+ @if $radio-indicator-type == "image" {
14566
+ background-image: $radio-disabled-checked-image;
14567
+ }
14568
+ }
14413
14569
 
14414
- .k-radio + .k-radio-label {
14415
- display: inline;
14570
+
14571
+ // Radio wrap
14572
+ .k-radio-wrap {
14573
+ flex: none;
14574
+ display: inline-flex;
14575
+ flex-flow: row nowrap;
14576
+ gap: 0;
14577
+ align-items: center;
14578
+ align-self: start;
14579
+ vertical-align: middle;
14580
+ position: relative;
14581
+
14582
+ &::before {
14583
+ content: "\200b";
14584
+ width: 0px;
14585
+ overflow: hidden;
14586
+ flex: none;
14587
+ display: inline-block;
14588
+ vertical-align: top;
14589
+ }
14416
14590
  }
14417
14591
 
14592
+
14418
14593
  // Radio label
14419
14594
  .k-radio-label {
14420
14595
  margin: 0;
14421
14596
  padding: 0;
14422
- line-height: $radio-line-height;
14423
14597
  display: inline-flex;
14424
14598
  align-items: flex-start;
14599
+ gap: $radio-label-margin-x;
14425
14600
  vertical-align: middle;
14426
14601
  position: relative;
14427
14602
  cursor: pointer;
14428
14603
 
14429
- .k-label {
14430
- cursor: pointer;
14431
- }
14432
-
14433
- // Hide empty label
14434
- &:empty {
14435
- display: none !important; // sass-lint:disable-line no-important
14436
- }
14437
-
14438
14604
  .k-ripple {
14439
- top: $radio-size / 2;
14440
- left: $radio-size / 2;
14441
- right: auto;
14442
- bottom: auto;
14443
- width: $radio-size * 5 / 2;
14444
- height: $radio-size * 5 / 2;
14445
- transform: translate(-50%, -50%);
14446
- border-radius: 50%;
14447
-
14448
14605
  // Hide ripple temporarily
14449
14606
  visibility: hidden !important; // sass-lint:disable-line no-important
14450
14607
  }
14451
-
14452
- .k-ripple-blob {
14453
- // sass-lint:disable-block no-important
14454
- // use !important until ripple can apply these styles from the script
14455
- top: 50% !important;
14456
- left: 50% !important;
14457
- width: 200% !important;
14458
- height: 200% !important;
14459
- }
14460
14608
  }
14461
-
14609
+ .k-radio + .k-label,
14610
+ .k-radio-wrap + .k-label,
14462
14611
  .k-radio + .k-radio-label,
14463
- .k-radio-label + .k-radio,
14464
- .k-label + .k-radio {
14465
- margin-left: $radio-label-margin-x;
14612
+ .k-radio-wrap + .k-radio-label {
14613
+ display: inline;
14614
+ margin-inline-start: $radio-label-margin-x;
14466
14615
  }
14467
- .k-radio-label > .k-radio {
14468
- margin-right: $radio-label-margin-x;
14469
- flex-shrink: 0;
14616
+
14617
+
14618
+ // Empty label
14619
+ .k-radio-label:empty {
14620
+ display: none !important; // sass-lint:disable-line no-important
14470
14621
  }
14471
- kendo-label.k-radio-label > .k-label {
14472
- display: inline;
14622
+ .k-radio-label.k-no-text {
14623
+ min-width: 1px;
14473
14624
  }
14474
14625
 
14626
+
14475
14627
  // Radio list
14476
14628
  .k-radio-list {
14477
- margin: $radio-list-margin;
14478
- padding: $radio-list-padding;
14629
+ margin: 0;
14630
+ padding: 0;
14631
+ display: flex;
14632
+ flex-flow: column nowrap;
14633
+ gap: 0;
14479
14634
  list-style: none;
14480
-
14481
- .k-radio-item {
14482
- padding: $radio-list-item-padding-y $radio-list-item-padding-x;
14483
- }
14484
14635
  }
14636
+ .k-radio-item,
14637
+ .k-radio-list-item {
14638
+ padding: $radio-list-item-padding-y $radio-list-item-padding-x;
14639
+ display: flex;
14640
+ flex-flow: row nowrap;
14641
+ align-items: center;
14642
+ align-content: center;
14643
+ gap: map-get( $spacing, 1 );
14485
14644
 
14486
- .k-list-horizontal {
14487
- .k-radio-item {
14488
- display: inline-block;
14489
- margin: 0 $radio-list-horizontal-item-margin-x 0 0;
14490
-
14491
- &:last-child {
14492
- margin-right: 0;
14493
- }
14645
+ .k-radio-label {
14646
+ margin: 0;
14494
14647
  }
14495
14648
  }
14649
+ .k-radio-list-horizontal,
14650
+ .k-radio-list.k-list-horizontal {
14651
+ display: flex;
14652
+ flex-flow: row wrap;
14653
+ gap: $radio-list-spacing;
14654
+ }
14496
14655
 
14497
- // RTL
14498
- .k-rtl,
14499
- [dir="rtl"] {
14500
- .k-radio + .k-radio-label,
14501
- .k-radio-label + .k-radio,
14502
- .k-label + .k-radio {
14503
- margin-left: 0;
14504
- margin-right: $radio-label-margin-x;
14505
- }
14506
- .k-radio-label > .k-radio {
14507
- margin-right: 0;
14508
- margin-left: $radio-label-margin-x;
14509
- }
14510
- kendo-label.k-radio-label > .k-radio:last-child {
14511
- margin-left: 0;
14512
- }
14513
- kendo-label.k-radio-label > .k-label:first-child {
14514
- margin-right: 0;
14515
- margin-left: $radio-label-margin-x;
14516
- }
14517
-
14518
- .k-list-horizontal {
14519
- .k-radio-item {
14520
- margin-right: 0;
14521
- margin-left: $radio-list-horizontal-item-margin-x;
14522
14656
 
14523
- &:last-child {
14524
- margin-left: 0;
14525
- }
14526
- }
14527
- }
14657
+ // Ripple
14658
+ .k-radio-wrap .k-ripple-blob {
14659
+ width: $radio-ripple-size;
14660
+ height: $radio-ripple-size;
14528
14661
  }
14529
-
14530
14662
  .k-ripple-container {
14531
14663
  .k-radio::after {
14532
14664
  content: "";
14533
14665
  display: block;
14534
14666
  position: absolute;
14535
- left: 0;
14536
- top: 0;
14667
+ left: 50%;
14668
+ top: 50%;
14537
14669
  width: $radio-ripple-size;
14538
14670
  height: $radio-ripple-size;
14539
- margin-left: $radio-ripple-margin;
14540
- margin-top: $radio-ripple-margin;
14541
14671
  border-radius: 100%;
14542
- z-index: 1;
14543
- transform: scale(0);
14672
+ z-index: -1;
14673
+ transition: opacity 100ms linear, transform 150ms cubic-bezier(.4, 0, .2, 1);
14674
+ transform: translate(-50%, -50%) scale(0);
14675
+ transform-origin: center center;
14676
+ }
14677
+
14678
+ .k-radio:focus,
14679
+ .k-radio.k-state-focus {
14680
+ box-shadow: none !important; // sass-lint:disable-line no-important
14681
+
14682
+ &::after {
14683
+ transform: translate(-50%, -50%) scale(1);
14684
+ }
14544
14685
  }
14545
14686
 
14546
14687
  .k-radio:disabled::after,
@@ -14548,26 +14689,6 @@ $radio-ripple-opacity: .3 !default;
14548
14689
  display: none;
14549
14690
  }
14550
14691
  }
14551
- }
14552
-
14553
-
14554
-
14555
-
14556
- @include exports( "radio/layout/edge" ) {
14557
-
14558
- .k-radio::-ms-check {
14559
- border-width: 0;
14560
- border-color: inherit;
14561
- color: inherit;
14562
- background-color: inherit;
14563
- }
14564
-
14565
- // IE 11 hack
14566
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
14567
- .k-radio::-ms-check {
14568
- border-width: 1px;
14569
- }
14570
- }
14571
14692
 
14572
14693
  }
14573
14694
 
@@ -14576,7 +14697,7 @@ $radio-ripple-opacity: .3 !default;
14576
14697
  // #endregion
14577
14698
  // #region @import "_theme.scss"; -> packages/classic/scss/radio/_theme.scss
14578
14699
  // #region @import "~@progress/kendo-theme-default/scss/radio/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/radio/_theme.scss
14579
- @include exports("radio/theme") {
14700
+ @include exports( "radio/theme" ) {
14580
14701
 
14581
14702
  // Radio
14582
14703
  .k-radio {
@@ -14631,7 +14752,6 @@ $radio-ripple-opacity: .3 !default;
14631
14752
  $radio-checked-border
14632
14753
  );
14633
14754
  }
14634
-
14635
14755
  .k-radio:checked:focus,
14636
14756
  .k-radio.k-checked.k-state-focus {
14637
14757
  @include fill( $border: $radio-focused-checked-border );
@@ -14657,6 +14777,7 @@ $radio-ripple-opacity: .3 !default;
14657
14777
  );
14658
14778
  }
14659
14779
 
14780
+
14660
14781
  // Ripple
14661
14782
  .k-ripple-container {
14662
14783
  .k-radio::after {
@@ -15798,7 +15919,7 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
15798
15919
  display: block;
15799
15920
  position: absolute;
15800
15921
  bottom: 0;
15801
- content: " ";
15922
+ content: "\200b";
15802
15923
  height: 0;
15803
15924
  line-height: 0;
15804
15925
  z-index: 1;
@@ -15836,7 +15957,7 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
15836
15957
  &::after {
15837
15958
  display: block;
15838
15959
  position: absolute;
15839
- content: " ";
15960
+ content: "\200b";
15840
15961
  height: 0;
15841
15962
  line-height: 0;
15842
15963
  z-index: 1;
@@ -15935,18 +16056,6 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
15935
16056
 
15936
16057
 
15937
16058
 
15938
-
15939
- @include exports("daterangepicker/layout") {
15940
-
15941
- // jQuery DateRangePicker
15942
- .k-widget.k-daterangepicker {
15943
- border: 0;
15944
- }
15945
-
15946
- }
15947
-
15948
-
15949
-
15950
16059
  @include exports("calendar/layout/rtl") {
15951
16060
 
15952
16061
  .k-rtl .k-calendar,
@@ -16406,7 +16515,7 @@ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;
16406
16515
  &::before,
16407
16516
  &::after {
16408
16517
  display: block;
16409
- content: " ";
16518
+ content: "\200b";
16410
16519
  position: absolute;
16411
16520
  width: 100%;
16412
16521
  left: 0;
@@ -16442,7 +16551,7 @@ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;
16442
16551
  &::after {
16443
16552
  display: block;
16444
16553
  position: absolute;
16445
- content: " ";
16554
+ content: "\200b";
16446
16555
  height: 0;
16447
16556
  line-height: 0;
16448
16557
  z-index: 1;
@@ -16622,25 +16731,6 @@ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;
16622
16731
  // Component
16623
16732
  // #region @import "_variables.scss"; -> packages/classic/scss/autocomplete/_variables.scss
16624
16733
  // Autocomplete
16625
- $autocomplete-bg: $input-bg !default;
16626
- $autocomplete-text: $input-text !default;
16627
- $autocomplete-border: $input-border !default;
16628
- $autocomplete-shadow: $input-shadow !default;
16629
-
16630
- $autocomplete-hovered-bg: $input-hovered-bg !default;
16631
- $autocomplete-hovered-text: $input-hovered-text !default;
16632
- $autocomplete-hovered-border: $input-hovered-border !default;
16633
- $autocomplete-hovered-shadow: $input-hovered-shadow !default;
16634
-
16635
- $autocomplete-focused-bg: $input-focused-bg !default;
16636
- $autocomplete-focused-text: $input-focused-text !default;
16637
- $autocomplete-focused-border: $input-focused-border !default;
16638
- $autocomplete-focused-shadow: $input-focused-shadow !default;
16639
-
16640
- $autocomplete-disabled-bg: null !default;
16641
- $autocomplete-disabled-text: null !default;
16642
- $autocomplete-disabled-border: null !default;
16643
- $autocomplete-disabled-shadow: null !default;
16644
16734
 
16645
16735
  // #endregion
16646
16736
  // #region @import "_layout.scss"; -> packages/classic/scss/autocomplete/_layout.scss
@@ -16690,79 +16780,60 @@ $autocomplete-disabled-shadow: null !default;
16690
16780
  // #endregion
16691
16781
  // #region @import "_theme.scss"; -> packages/classic/scss/autocomplete/_theme.scss
16692
16782
  // #region @import "~@progress/kendo-theme-default/scss/autocomplete/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/autocomplete/_theme.scss
16693
- @include exports("autocomplete/theme") {
16783
+ @include exports( "autocomplete/theme" ) {
16694
16784
 
16695
- // Remove first selector when https://github.com/telerik/kendo-angular-dropdowns/issues/656 is done.
16696
- .k-autocomplete.k-header,
16785
+ // Autocomplete
16697
16786
  .k-autocomplete {
16698
16787
  @include fill(
16699
- $autocomplete-text,
16700
- $autocomplete-bg,
16701
- $autocomplete-border
16788
+ $input-text,
16789
+ $input-bg,
16790
+ $input-border
16702
16791
  );
16703
- @include box-shadow( $autocomplete-shadow );
16704
16792
 
16705
16793
  // Hover state
16706
16794
  &:hover,
16707
16795
  &.k-state-hover {
16708
16796
  @include fill(
16709
- $autocomplete-hovered-text,
16710
- $autocomplete-hovered-bg,
16711
- $autocomplete-hovered-border
16797
+ $input-hovered-text,
16798
+ $input-hovered-bg,
16799
+ $input-hovered-border
16712
16800
  );
16713
- @include box-shadow( $autocomplete-hovered-shadow );
16714
16801
  }
16715
16802
 
16716
16803
  // Focus state
16717
- // &:focus-within,
16718
- &.k-state-focused,
16804
+ &:focus,
16719
16805
  &.k-state-focus {
16720
16806
  @include fill(
16721
- $autocomplete-focused-text,
16722
- $autocomplete-focused-bg,
16723
- $autocomplete-focused-border
16807
+ $input-focused-text,
16808
+ $input-focused-bg,
16809
+ $input-focused-border
16724
16810
  );
16725
- @include box-shadow( $autocomplete-focused-shadow );
16811
+ @include box-shadow( $input-focused-shadow );
16726
16812
  }
16727
16813
  &:focus-within {
16728
16814
  @include fill(
16729
- $autocomplete-focused-text,
16730
- $autocomplete-focused-bg,
16731
- $autocomplete-focused-border
16815
+ $input-focused-text,
16816
+ $input-focused-bg,
16817
+ $input-focused-border
16732
16818
  );
16733
- @include box-shadow( $autocomplete-focused-shadow );
16819
+ @include box-shadow( $input-focused-shadow );
16734
16820
  }
16735
16821
 
16736
- // Disabled state
16737
- &:disabled,
16738
- &.k-state-disabled {
16739
- @include fill(
16740
- $autocomplete-disabled-text,
16741
- $autocomplete-disabled-bg,
16742
- $autocomplete-disabled-border
16743
- );
16744
- @include box-shadow( $autocomplete-disabled-shadow );
16745
- }
16746
16822
 
16747
16823
  // Invalid state
16748
16824
  &.k-invalid,
16749
- &.k-state-invalid,
16750
- &.ng-invalid.ng-touched,
16751
- &.ng-invalid.ng-dirty {
16825
+ &.ng-invalid,
16826
+ &.k-state-invalid {
16752
16827
  border-color: $invalid-border;
16753
16828
 
16754
16829
  .k-input-validation-icon {
16755
16830
  color: $invalid-text;
16756
16831
  }
16757
16832
 
16758
- // &:focus-within,
16759
- &.k-state-focused,
16833
+ &:focus-within,
16760
16834
  &.k-state-focus {
16761
16835
  @include box-shadow($invalid-shadow);
16762
16836
  }
16763
- &:focus-within {
16764
- @include box-shadow($invalid-shadow);
16765
- }
16766
16837
  }
16767
16838
  }
16768
16839
 
@@ -17083,73 +17154,34 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
17083
17154
  // Component
17084
17155
  // #region @import "_variables.scss"; -> packages/classic/scss/numerictextbox/_variables.scss
17085
17156
  // Numeric textbox
17086
- $numeric-bg: $input-bg !default;
17087
- $numeric-text: $input-text !default;
17088
- $numeric-border: $input-border !default;
17089
-
17090
- $numeric-hovered-bg: $input-hovered-bg !default;
17091
- $numeric-hovered-text: $input-hovered-text !default;
17092
- $numeric-hovered-border: $input-hovered-border !default;
17093
-
17094
- $numeric-focused-bg: $input-focused-bg !default;
17095
- $numeric-focused-text: $input-focused-text !default;
17096
- $numeric-focused-border: $input-focused-border !default;
17097
- $numeric-focused-shadow: $input-focused-shadow !default;
17098
-
17099
- $numeric-button-bg: $button-bg !default;
17100
- $numeric-button-text: $button-text !default;
17101
- $numeric-button-border: $button-border !default;
17102
- $numeric-button-gradient: $button-gradient !default;
17103
-
17104
- $numeric-button-hovered-bg: $button-hovered-bg !default;
17105
- $numeric-button-hovered-text: $button-hovered-text !default;
17106
- $numeric-button-hovered-border: $button-hovered-border !default;
17107
- $numeric-button-hovered-gradient: $button-hovered-gradient !default;
17108
-
17109
- $numeric-button-pressed-bg: $button-active-bg !default;
17110
- $numeric-button-pressed-text: $button-active-text !default;
17111
- $numeric-button-pressed-border: $button-active-border !default;
17112
- $numeric-button-pressed-gradient: $button-active-gradient !default;
17113
17157
 
17114
17158
  // #endregion
17115
17159
  // #region @import "_layout.scss"; -> packages/classic/scss/numerictextbox/_layout.scss
17116
17160
  // #region @import "~@progress/kendo-theme-default/scss/numerictextbox/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss
17117
- @include exports("numerictextbox/layout") {
17161
+ @include exports( "numerictextbox/layout" ) {
17118
17162
 
17119
17163
  // Numeric textbox
17120
17164
  .k-numerictextbox {
17165
+ @include border-radius( $input-border-radius );
17121
17166
  width: $input-default-width;
17122
- border-width: 0;
17167
+ border-width: $input-border-width;
17168
+ border-style: solid;
17123
17169
  box-sizing: border-box;
17124
17170
  outline: 0;
17125
- background: none;
17126
17171
  font-family: $input-font-family;
17127
17172
  font-size: $input-font-size;
17128
17173
  line-height: $input-line-height;
17129
- text-align: left;
17174
+ text-align: start;
17130
17175
  white-space: nowrap;
17131
17176
  display: inline-flex;
17177
+ flex-flow: row nowrap;
17132
17178
  vertical-align: middle;
17133
17179
  position: relative;
17180
+ overflow: hidden;
17181
+ transition: all .1s ease; // sass-lint:disable-line no-transition-all
17134
17182
  -webkit-touch-callout: none;
17135
17183
  -webkit-tap-highlight-color: $rgba-transparent;
17136
17184
 
17137
- .k-numeric-wrap {
17138
- @include border-radius( $input-border-radius );
17139
- padding: 0;
17140
- width: 100%;
17141
- border-width: $input-border-width;
17142
- border-style: solid;
17143
- box-sizing: border-box;
17144
- position: relative;
17145
- transition: all .1s ease; // sass-lint:disable-line no-transition-all
17146
- cursor: default;
17147
- outline: 0;
17148
- display: flex;
17149
- flex-flow: row nowrap;
17150
- overflow: hidden;
17151
- }
17152
-
17153
17185
 
17154
17186
  // Input
17155
17187
  .k-input {
@@ -17165,6 +17197,7 @@ $numeric-button-pressed-gradient: $button-active-gradient !default;
17165
17197
  border-inline-start-width: $picker-select-border-width;
17166
17198
  border-style: solid;
17167
17199
  box-sizing: border-box;
17200
+ outline: 0;
17168
17201
  display: flex;
17169
17202
  flex-direction: column;
17170
17203
  align-items: stretch;
@@ -17197,13 +17230,6 @@ $numeric-button-pressed-gradient: $button-active-gradient !default;
17197
17230
  .k-link-decrease .k-icon {
17198
17231
  top: -$spinner-icon-offset;
17199
17232
  }
17200
-
17201
-
17202
- // RTL
17203
- .k-rtl &,
17204
- &[dir="rtl"] {
17205
- text-align: right;
17206
- }
17207
17233
  }
17208
17234
 
17209
17235
  }
@@ -17215,110 +17241,90 @@ $numeric-button-pressed-gradient: $button-active-gradient !default;
17215
17241
  // #region @import "~@progress/kendo-theme-default/scss/numerictextbox/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/numerictextbox/_theme.scss
17216
17242
  @include exports( "numerictextbox/theme" ) {
17217
17243
 
17218
- // Numeric
17244
+ // Numeric textbox
17219
17245
  .k-numerictextbox {
17246
+ @include fill(
17247
+ $input-text,
17248
+ $input-bg,
17249
+ $input-border
17250
+ );
17220
17251
 
17221
- .k-i-warning {
17222
- color: $error;
17252
+ // Hover state
17253
+ &:hover,
17254
+ &.k-state-hover {
17255
+ @include fill(
17256
+ $input-hovered-text,
17257
+ $input-hovered-bg,
17258
+ $input-hovered-border
17259
+ );
17223
17260
  }
17224
17261
 
17225
- // Normal state
17226
- .k-numeric-wrap {
17262
+ // Focus state
17263
+ &:focus,
17264
+ &.k-state-focus {
17227
17265
  @include fill(
17228
- $numeric-text,
17229
- $numeric-bg,
17230
- $numeric-border
17266
+ $input-focused-text,
17267
+ $input-focused-bg,
17268
+ $input-focused-border
17231
17269
  );
17270
+ @include box-shadow( $input-focused-shadow );
17271
+ }
17272
+ &:focus-within {
17273
+ @include fill(
17274
+ $input-focused-text,
17275
+ $input-focused-bg,
17276
+ $input-focused-border
17277
+ );
17278
+ @include box-shadow( $input-focused-shadow );
17279
+ }
17232
17280
 
17233
17281
 
17234
- // Hover state
17235
- &:hover,
17236
- &.k-state-hover {
17237
- @include fill(
17238
- $numeric-hovered-text,
17239
- $numeric-hovered-bg,
17240
- $numeric-hovered-border
17241
- );
17242
- }
17243
-
17282
+ // Invalid state
17283
+ &.k-invalid,
17284
+ &.ng-invalid,
17285
+ &.k-state-invalid {
17286
+ border-color: $invalid-border;
17244
17287
 
17245
- // Focus state
17246
- &.k-state-focused {
17247
- @include fill(
17248
- $numeric-focused-text,
17249
- $numeric-focused-bg,
17250
- $numeric-focused-border
17251
- );
17252
- @include box-shadow($numeric-focused-shadow);
17288
+ .k-input-validation-icon {
17289
+ color: $invalid-text;
17253
17290
  }
17254
17291
 
17255
- // Invalid state
17256
- &.k-invalid,
17257
- &.k-invalid:hover,
17258
- &.k-state-invalid {
17259
- border-color: $invalid-border;
17260
-
17261
- .k-input-validation-icon {
17262
- color: $invalid-text;
17263
- }
17264
-
17265
- &:focus,
17266
- &.k-state-focused {
17267
- @include box-shadow($invalid-shadow);
17268
- }
17292
+ &:focus-within,
17293
+ &.k-state-focus {
17294
+ @include box-shadow($invalid-shadow);
17269
17295
  }
17270
17296
  }
17271
17297
 
17272
17298
 
17273
- // Select buttons
17299
+ // Spinner
17274
17300
  .k-select {
17275
17301
  @include fill(
17276
- $numeric-button-text,
17277
- $numeric-button-bg,
17278
- $numeric-button-border,
17279
- $numeric-button-gradient
17302
+ $picker-select-text,
17303
+ $picker-select-bg,
17304
+ $picker-select-border,
17305
+ $picker-select-gradient
17280
17306
  );
17281
-
17282
- .k-link:hover,
17283
- .k-link.k-state-hover {
17284
- @include fill(
17285
- $numeric-button-hovered-text,
17286
- $numeric-button-hovered-bg,
17287
- $numeric-button-hovered-border,
17288
- $numeric-button-hovered-gradient
17289
- );
17290
- }
17291
-
17292
- .k-link:active,
17293
- .k-link.k-state-active,
17294
- .k-link.k-state-selected {
17295
- @include fill(
17296
- $numeric-button-pressed-text,
17297
- $numeric-button-pressed-bg,
17298
- $numeric-button-pressed-border,
17299
- $numeric-button-pressed-gradient
17300
- );
17301
- }
17302
17307
  }
17303
-
17304
-
17305
- // Invalid state
17306
- &.k-state-invalid,
17307
- &.ng-invalid.ng-touched,
17308
- &.ng-invalid.ng-dirty {
17309
- .k-numeric-wrap {
17310
- border-color: $invalid-border;
17311
-
17312
- .k-input-validation-icon {
17313
- color: $invalid-text;
17314
- }
17315
-
17316
- &.k-state-focused {
17317
- @include box-shadow($invalid-shadow);
17318
- }
17319
- }
17308
+ .k-link:hover,
17309
+ .k-link.k-state-hover {
17310
+ @include fill(
17311
+ $picker-select-hovered-text,
17312
+ $picker-select-hovered-bg,
17313
+ $picker-select-hovered-border,
17314
+ $picker-select-hovered-gradient
17315
+ );
17316
+ }
17317
+ .k-link:active,
17318
+ .k-link.k-state-active {
17319
+ @include fill(
17320
+ $picker-select-pressed-text,
17321
+ $picker-select-pressed-bg,
17322
+ $picker-select-pressed-border,
17323
+ $picker-select-pressed-gradient
17324
+ );
17320
17325
  }
17321
17326
  }
17327
+
17322
17328
  }
17323
17329
 
17324
17330
  // #endregion
@@ -18884,6 +18890,64 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
18884
18890
 
18885
18891
  // #endregion
18886
18892
 
18893
+ // #endregion
18894
+ // #region @import "daterangepicker/_index.scss"; -> packages/classic/scss/daterangepicker/_index.scss
18895
+ // #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
18896
+ // File already imported_once. Skipping output.
18897
+ // #endregion
18898
+
18899
+
18900
+ // Dependencies
18901
+
18902
+
18903
+ // Component
18904
+ // #region @import "_variables.scss"; -> packages/classic/scss/daterangepicker/_variables.scss
18905
+ // Daterangepicker
18906
+
18907
+ // #endregion
18908
+ // #region @import "_layout.scss"; -> packages/classic/scss/daterangepicker/_layout.scss
18909
+ // #region @import "~@progress/kendo-theme-default/scss/daterangepicker/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss
18910
+ @include exports( "daterangepicker/layout" ) {
18911
+
18912
+ // Daterange picker
18913
+ .k-daterangepicker {
18914
+ border: 0;
18915
+ display: inline-flex;
18916
+ flex-flow: row nowrap;
18917
+ align-items: flex-start;
18918
+ gap: map-get( $spacing, 2 );
18919
+ }
18920
+
18921
+
18922
+ // Angular specific
18923
+ kendo-daterange {
18924
+ // @extend .k-daterangepicker;
18925
+ }
18926
+
18927
+
18928
+ // React specific
18929
+ .k-daterangepicker-wrap {
18930
+ display: inherit;
18931
+ flex-flow: inherit;
18932
+ align-items: inherit;
18933
+ gap: inherit;
18934
+ }
18935
+
18936
+ }
18937
+
18938
+ // #endregion
18939
+
18940
+ // #endregion
18941
+ // #region @import "_theme.scss"; -> packages/classic/scss/daterangepicker/_theme.scss
18942
+ // #region @import "~@progress/kendo-theme-default/scss/daterangepicker/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/daterangepicker/_theme.scss
18943
+ @include exports("daterangepicker/theme") {
18944
+
18945
+ }
18946
+
18947
+ // #endregion
18948
+
18949
+ // #endregion
18950
+
18887
18951
  // #endregion
18888
18952
  // #region @import "dropdowngrid/_index.scss"; -> packages/classic/scss/dropdowngrid/_index.scss
18889
18953
  // #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
@@ -19899,62 +19963,116 @@ $multiselect-clear-right: calc( #{$icon-size} + #{$input-padding-y} ) !default;
19899
19963
 
19900
19964
  // Component
19901
19965
  // #region @import "_variables.scss"; -> packages/classic/scss/treeview/_variables.scss
19902
- // Treeview
19903
- $treeview-padding-x: 0px !default;
19904
- $treeview-padding-y: 0px !default;
19905
- $treeview-font-family: $font-family !default;
19906
- $treeview-font-size: $font-size !default;
19907
- $treeview-line-height: $line-height !default;
19966
+ // TreeviewTreeview
19908
19967
 
19968
+ /// Font family of the treeview component.
19969
+ /// @group treeview
19970
+ $treeview-font-family: $font-family !default;
19971
+ /// Font size of the treeview component.
19972
+ /// @group treeview
19973
+ $treeview-font-size: $font-size-md !default;
19974
+ /// Line height of the treeview component.
19975
+ /// @group treeview
19976
+ $treeview-line-height: $line-height-md !default;
19977
+
19978
+ /// Indentation of child groups in treeview component.
19979
+ /// @group treeview
19909
19980
  $treeview-indent: 16px !default;
19910
19981
 
19911
- $treeview-item-padding-x: $nav-item-padding-x !default;
19912
- $treeview-item-padding-y: $nav-item-padding-y !default;
19982
+ /// Horizontal padding of treeview items.
19983
+ /// @group treeview
19984
+ $treeview-item-padding-x: map-get( $spacing, 2 ) !default;
19985
+ /// Vertical padding of treeview items.
19986
+ /// @group treeview
19987
+ $treeview-item-padding-y: map-get( $spacing, 1 ) !default;
19988
+ /// Border width of treeview items.
19989
+ /// @group treeview
19913
19990
  $treeview-item-border-width: 0px !default;
19991
+ /// Border radius of treeview items.
19992
+ /// @group treeview
19914
19993
  $treeview-item-border-radius: $border-radius !default;
19915
19994
 
19995
+ /// Background color of the treeview component.
19996
+ /// @group treeview
19916
19997
  $treeview-bg: null !default;
19998
+ /// Text color of the treeview component.
19999
+ /// @group treeview
19917
20000
  $treeview-text: $component-text !default;
20001
+ /// Border color of the treeview component.
20002
+ /// @group treeview
19918
20003
  $treeview-border: null !default;
19919
20004
 
20005
+ /// Background color of hovered treeview items.
20006
+ /// @group treeview
19920
20007
  $treeview-item-hovered-bg: $hovered-bg !default;
20008
+ /// Text color of hovered treeview items.
20009
+ /// @group treeview
19921
20010
  $treeview-item-hovered-text: $hovered-text !default;
20011
+ /// Border color of hovered treeview items.
20012
+ /// @group treeview
19922
20013
  $treeview-item-hovered-border: $hovered-border !default;
20014
+ /// Background gradient of hovered treeview items.
20015
+ /// @group treeview
19923
20016
  $treeview-item-hovered-gradient: $hovered-gradient !default;
19924
20017
 
20018
+ /// Background color of selected treeview items.
20019
+ /// @group treeview
19925
20020
  $treeview-item-selected-bg: $selected-bg !default;
20021
+ /// Text color of selected treeview items.
20022
+ /// @group treeview
19926
20023
  $treeview-item-selected-text: $selected-text !default;
20024
+ /// Border color of selected treeview items.
20025
+ /// @group treeview
19927
20026
  $treeview-item-selected-border: $selected-border !default;
20027
+ /// Background gradient of selected treeview items.
20028
+ /// @group treeview
19928
20029
  $treeview-item-selected-gradient: $selected-gradient !default;
19929
20030
 
20031
+ /// Box shadow of focused treeview items.
20032
+ /// @group treeview
19930
20033
  $treeview-item-focused-shadow: $focused-shadow !default;
19931
- $treeview-item-selected-focused-shadow: null !default;
19932
-
19933
- $treeview-loadmore-checkboxes-padding-x: calc( #{$icon-spacing} + #{$checkbox-size} + #{$treeview-indent} ) !default;
19934
- $treeview-loadmore-checkboxes-icon-indent: calc( -1 * (#{$icon-spacing} + #{$treeview-indent}) ) !default;
19935
- $treeview-loadmore-checkboxes-icon-margin-x: $icon-spacing !default;
19936
20034
 
20035
+ /// Background color of load more.
20036
+ /// @group treeview
19937
20037
  $treeview-loadmore-bg: transparent !default;
19938
- $treeview-loadmore-text: $primary !default;
20038
+ /// Text color of load more.
20039
+ /// @group treeview
20040
+ $treeview-loadmore-text: $link-text !default;
20041
+ /// Border color of load more.
20042
+ /// @group treeview
19939
20043
  $treeview-loadmore-border: null !default;
19940
20044
 
20045
+ /// Background color of a hovered load more.
20046
+ /// @group treeview
19941
20047
  $treeview-loadmore-hover-bg: transparent !default;
19942
- $treeview-loadmore-hover-text: $primary-darker !default;
20048
+ /// Text color of a hovered load more.
20049
+ /// @group treeview
20050
+ $treeview-loadmore-hover-text: $link-hover-text !default;
20051
+ /// Border color of a hovered load more.
20052
+ /// @group treeview
19943
20053
  $treeview-loadmore-hover-border: null !default;
19944
20054
 
20055
+ /// Background color of a focused load more.
20056
+ /// @group treeview
19945
20057
  $treeview-loadmore-focus-bg: transparent !default;
19946
- $treeview-loadmore-focus-text: $primary !default;
20058
+ /// Text color of a focused load more.
20059
+ /// @group treeview
20060
+ $treeview-loadmore-focus-text: $link-hover-text !default;
20061
+ /// Border color of a focused load more.
20062
+ /// @group treeview
19947
20063
  $treeview-loadmore-focus-border: null !default;
19948
- $treeview-loadmore-focus-shadow: none !default;
20064
+ /// Box shadow of a focused load more.
20065
+ /// @group treeview
20066
+ $treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;
19949
20067
 
19950
20068
  // #endregion
19951
20069
  // #region @import "_layout.scss"; -> packages/classic/scss/treeview/_layout.scss
19952
20070
  // #region @import "~@progress/kendo-theme-default/scss/treeview/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/treeview/_layout.scss
19953
20071
  @include exports("treeview/layout") {
19954
20072
 
19955
- // Base
20073
+ // Treeview
19956
20074
  .k-treeview {
19957
- padding: $treeview-padding-y $treeview-padding-x;
20075
+ padding: 0;
19958
20076
  border-width: 0;
19959
20077
  background: none;
19960
20078
  box-sizing: border-box;
@@ -19968,158 +20086,178 @@ $treeview-loadmore-focus-shadow: none !default;
19968
20086
  white-space: nowrap;
19969
20087
  -webkit-touch-callout: none;
19970
20088
  -webkit-tap-highlight-color: $rgba-transparent;
20089
+ }
19971
20090
 
19972
- > .k-group {
19973
- outline: 0;
19974
- -webkit-touch-callout: none;
19975
- -webkit-tap-highlight-color: $rgba-transparent;
19976
- }
19977
20091
 
19978
- .k-content,
19979
- > .k-group,
19980
- .k-item > .k-group {
19981
- margin: 0;
19982
- padding: 0;
19983
- background: none;
19984
- list-style: none;
19985
- position: relative;
20092
+ // Treeview group
20093
+ .k-treeview-group,
20094
+ .k-treeview .k-group {
20095
+ margin: 0;
20096
+ padding: 0;
20097
+ background: none;
20098
+ list-style: none;
20099
+ position: relative;
20100
+ outline: 0;
20101
+ -webkit-touch-callout: none;
20102
+ -webkit-tap-highlight-color: $rgba-transparent;
19986
20103
 
19987
- &.ng-animating {
19988
- overflow: hidden;
19989
- }
20104
+ &.ng-animating {
20105
+ overflow: hidden;
19990
20106
  }
20107
+ }
19991
20108
 
19992
- // Wrappers
19993
- .k-top,
19994
- .k-mid,
19995
- .k-bot {
19996
- display: flex;
19997
- flex-direction: row;
19998
- align-items: center;
19999
- align-content: center;
20000
- }
20001
20109
 
20002
- // Items
20003
- .k-item {
20004
- outline-style: none;
20005
- margin: 0;
20006
- padding: 0 0 0 $treeview-indent;
20007
- border-width: 0;
20008
- display: block;
20009
- }
20110
+ // Treeview wrappers
20111
+ .k-treeview-top,
20112
+ .k-treeview .k-top,
20113
+ .k-treeview-mid,
20114
+ .k-treeview .k-mid,
20115
+ .k-treeview-bot,
20116
+ .k-treeview .k-bot {
20117
+ display: flex;
20118
+ flex-direction: row;
20119
+ align-items: center;
20120
+ align-content: center;
20121
+ }
20010
20122
 
20011
- // Link
20012
- .k-in {
20013
- @include border-radius( $treeview-item-border-radius );
20014
- margin: 0;
20015
- padding: $treeview-item-padding-y $treeview-item-padding-x;
20016
- border: $treeview-item-border-width solid transparent;
20017
- text-decoration: none;
20018
- display: inline-flex;
20019
- align-items: center;
20020
- align-content: center;
20021
- vertical-align: middle;
20022
- position: relative;
20023
- }
20024
- .k-in.k-state-focused {
20025
- z-index: 1;
20026
- }
20027
20123
 
20028
- // LoadMore button
20029
- .k-treeview-load-more-button {
20030
- cursor: pointer;
20124
+ // Treeview item
20125
+ .k-treeview-item,
20126
+ .k-treeview .k-item {
20127
+ outline-style: none;
20128
+ margin: 0;
20129
+ padding: 0 0 0 $treeview-indent;
20130
+ border-width: 0;
20131
+ display: block;
20132
+ }
20031
20133
 
20032
- &:hover,
20033
- &.k-state-hover,
20034
- &:focus,
20035
- &.k-state-focused {
20036
- text-decoration: underline;
20037
- }
20038
- }
20039
- .k-treeview-load-more-checkboxes-container {
20040
- padding-left: $treeview-loadmore-checkboxes-padding-x;
20041
20134
 
20042
- .k-i-loading {
20043
- margin-left: $treeview-loadmore-checkboxes-icon-indent;
20044
- margin-right: $treeview-loadmore-checkboxes-icon-margin-x;
20045
- }
20046
- }
20135
+ // Treeview toggle
20136
+ .k-treeview-toggle {
20137
+ flex: none;
20138
+ display: inline-flex;
20139
+ flex-flow: row nowrap;
20140
+ align-items: center;
20047
20141
 
20048
- // Expand / collapse
20049
20142
  .k-i-expand,
20050
20143
  .k-i-collapse {
20051
- margin-left: -$treeview-indent;
20052
- cursor: pointer;
20144
+ margin: 0 !important; // sass-lint:disable-line no-important
20145
+ }
20146
+ }
20147
+ .k-treeview-toggle,
20148
+ .k-treeview .k-i-expand,
20149
+ .k-treeview .k-i-collapse {
20150
+ margin-left: -$treeview-indent;
20151
+ cursor: pointer;
20053
20152
 
20054
- + .k-checkbox-wrapper {
20055
- margin-left: $icon-spacing;
20056
- }
20153
+ + .k-checkbox-wrap,
20154
+ + .k-checkbox-wrapper {
20155
+ margin-left: $icon-spacing;
20057
20156
  }
20157
+ }
20058
20158
 
20059
- // Checkboxes
20060
- .k-checkbox-wrapper {
20159
+
20160
+ // Loading icon
20161
+ .k-treeview-loading {
20162
+ margin-right: $icon-spacing;
20163
+ }
20164
+
20165
+
20166
+ // Checkbox
20167
+ .k-treeview .k-checkbox-wrap,
20168
+ .k-treeview .k-checkbox-wrapper {
20169
+ margin-right: $icon-spacing;
20170
+ align-self: center;
20171
+ }
20172
+
20173
+
20174
+ // Treeview leaf
20175
+ .k-treeview-leaf,
20176
+ .k-treeview .k-in {
20177
+ @include border-radius( $treeview-item-border-radius );
20178
+ margin: 0;
20179
+ padding: $treeview-item-padding-y $treeview-item-padding-x;
20180
+ border: $treeview-item-border-width solid transparent;
20181
+ text-decoration: none;
20182
+ display: inline-flex;
20183
+ align-items: center;
20184
+ align-content: center;
20185
+ vertical-align: middle;
20186
+ position: relative;
20187
+
20188
+ .k-icon,
20189
+ .k-image,
20190
+ .k-sprite {
20061
20191
  margin-right: $icon-spacing;
20062
20192
  }
20063
20193
 
20064
- // TODO: Delete the following block when https://github.com/telerik/kendo-angular-treeview/issues/138 is done
20065
- // Drag and Drop icon
20066
- .k-i-drag-and-drop {
20067
- position: absolute;
20068
- transform: translate(-50%, -50%);
20069
- z-index: 1000;
20194
+ &.k-state-focus,
20195
+ &.k-state-focused {
20196
+ z-index: 1;
20070
20197
  }
20198
+ }
20071
20199
 
20072
- // Other content
20073
- .k-in .k-icon,
20074
- .k-in .k-image,
20075
- .k-in .k-sprite {
20076
- margin-right: $icon-spacing;
20200
+
20201
+ // Treeview load more button
20202
+ .k-treeview .k-treeview-load-more-button {
20203
+ cursor: pointer;
20204
+
20205
+ &:hover,
20206
+ &.k-state-hover,
20207
+ &:focus,
20208
+ &.k-state-focus,
20209
+ &.k-state-focused {
20210
+ text-decoration: underline;
20077
20211
  }
20078
20212
  }
20079
20213
 
20214
+
20080
20215
  // RTL
20081
20216
  .k-rtl .k-treeview,
20082
20217
  .k-treeview[dir="rtl"] {
20083
20218
 
20084
- // Items
20085
- .k-item {
20219
+ // Treeview item
20220
+ .k-item,
20221
+ .k-treeview-item {
20086
20222
  padding-left: 0;
20087
20223
  padding-right: $treeview-indent;
20088
20224
  }
20089
20225
 
20090
- .k-treeview-load-more-checkboxes-container {
20091
- padding-left: 0;
20092
- padding-right: $treeview-loadmore-checkboxes-padding-x;
20093
-
20094
- .k-i-loading {
20095
- margin-left: $treeview-loadmore-checkboxes-icon-margin-x;
20096
- margin-right: $treeview-loadmore-checkboxes-icon-indent;
20097
- }
20098
- }
20099
-
20100
- // Expand / collapse
20226
+ // Treeview toggle
20101
20227
  .k-i-expand,
20102
- .k-i-collapse {
20228
+ .k-i-collapse,
20229
+ .k-treeview-toggle {
20103
20230
  margin-left: 0;
20104
20231
  margin-right: -$treeview-indent;
20105
20232
 
20233
+ + .k-checkbox-wrap,
20106
20234
  + .k-checkbox-wrapper {
20107
20235
  margin-right: $icon-spacing;
20108
20236
  }
20109
20237
  }
20110
20238
 
20111
- // Checkboxes
20112
- .k-checkbox-wrapper {
20239
+ // Loading
20240
+ .k-treeview-loading {
20113
20241
  margin-right: 0;
20114
20242
  margin-left: $icon-spacing;
20115
20243
  }
20116
20244
 
20117
- // Other content
20118
- .k-in .k-icon,
20119
- .k-in .k-image,
20120
- .k-in .k-sprite {
20121
- margin-left: $icon-spacing;
20245
+ // Checkbox
20246
+ .k-checkbox-wrap,
20247
+ .k-checkbox-wrapper {
20122
20248
  margin-right: 0;
20249
+ margin-left: $icon-spacing;
20250
+ }
20251
+
20252
+ // Treeview leaf
20253
+ .k-treeview-leaf,
20254
+ .k-in {
20255
+ .k-icon,
20256
+ .k-image,
20257
+ .k-sprite {
20258
+ margin-right: 0;
20259
+ margin-left: $icon-spacing;
20260
+ }
20123
20261
  }
20124
20262
 
20125
20263
  }
@@ -20132,22 +20270,27 @@ $treeview-loadmore-focus-shadow: none !default;
20132
20270
  // #region @import "~@progress/kendo-theme-default/scss/treeview/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/treeview/_theme.scss
20133
20271
  @include exports("treeview/theme") {
20134
20272
 
20135
- // Appearance
20273
+ // Treeview
20136
20274
  .k-treeview {
20137
20275
  @include fill(
20138
20276
  $treeview-text,
20139
20277
  $treeview-bg,
20140
20278
  $treeview-border
20141
20279
  );
20280
+ }
20142
20281
 
20143
20282
 
20144
- // Item
20145
- .k-in {}
20283
+ // Treeview item
20284
+ .k-treeview-item {}
20146
20285
 
20147
20286
 
20148
- // Interactive states
20149
- .k-in:hover,
20150
- .k-in.k-state-hover {
20287
+ // Treeview leaf
20288
+ .k-treeview-leaf,
20289
+ .k-treeview .k-in {
20290
+
20291
+ // Hover state
20292
+ &:hover,
20293
+ &.k-state-hover {
20151
20294
  @include fill(
20152
20295
  $treeview-item-hovered-text,
20153
20296
  $treeview-item-hovered-bg,
@@ -20155,7 +20298,15 @@ $treeview-loadmore-focus-shadow: none !default;
20155
20298
  $treeview-item-hovered-gradient
20156
20299
  );
20157
20300
  }
20158
- .k-in.k-state-selected {
20301
+
20302
+ // Focus state
20303
+ &.k-state-focus,
20304
+ &.k-state-focused {
20305
+ @include box-shadow( $treeview-item-focused-shadow );
20306
+ }
20307
+
20308
+ // Selected state
20309
+ &.k-state-selected {
20159
20310
  @include fill(
20160
20311
  $treeview-item-selected-text,
20161
20312
  $treeview-item-selected-bg,
@@ -20163,24 +20314,20 @@ $treeview-loadmore-focus-shadow: none !default;
20163
20314
  $treeview-item-selected-gradient
20164
20315
  );
20165
20316
  }
20166
- .k-in.k-state-focused {
20167
- @include box-shadow( $treeview-item-focused-shadow );
20168
- }
20169
- .k-in.k-state-selected.k-state-focused {
20170
- @include box-shadow( $treeview-item-selected-focused-shadow );
20171
- }
20317
+ }
20172
20318
 
20173
- // LoadMore button
20174
- .k-treeview-load-more-button {
20175
- @include fill(
20176
- $treeview-loadmore-text,
20177
- $treeview-loadmore-bg,
20178
- $treeview-loadmore-border
20179
- );
20180
- }
20181
20319
 
20182
- .k-treeview-load-more-button:hover,
20183
- .k-treeview-load-more-button.k-state-hover {
20320
+ // Treeview load more button
20321
+ .k-treeview .k-treeview-load-more-button {
20322
+ @include fill(
20323
+ $treeview-loadmore-text,
20324
+ $treeview-loadmore-bg,
20325
+ $treeview-loadmore-border
20326
+ );
20327
+
20328
+ // Hover state
20329
+ &:hover,
20330
+ &.k-state-hover {
20184
20331
  @include fill(
20185
20332
  $treeview-loadmore-hover-text,
20186
20333
  $treeview-loadmore-hover-bg,
@@ -20188,8 +20335,10 @@ $treeview-loadmore-focus-shadow: none !default;
20188
20335
  );
20189
20336
  }
20190
20337
 
20191
- .k-treeview-load-more-button:focus,
20192
- .k-treeview-load-more-button.k-state-focused {
20338
+ // Focus state
20339
+ &:focus,
20340
+ &.k-state-focus,
20341
+ &.k-state-focused {
20193
20342
  @include fill(
20194
20343
  $treeview-loadmore-focus-text,
20195
20344
  $treeview-loadmore-focus-bg,
@@ -20600,26 +20749,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
20600
20749
  // Component
20601
20750
  // #region @import "_variables.scss"; -> packages/classic/scss/searchbox/_variables.scss
20602
20751
  // Searchbox
20603
- $searchbox-padding-x: $input-padding-x !default;
20604
- $searchbox-padding-y: $input-padding-y !default;
20605
- $searchbox-border-width: $input-border-width !default;
20606
- $searchbox-border-radius: $input-border-radius !default;
20607
-
20608
- $searchbox-font-family: $input-font-family !default;
20609
- $searchbox-font-size: $input-font-size !default;
20610
- $searchbox-line-height: $input-line-height !default;
20611
-
20612
- $searchbox-bg: $input-bg !default;
20613
- $searchbox-text: $input-text !default;
20614
- $searchbox-border: $input-border !default;
20615
-
20616
- $searchbox-hover-bg: $input-hovered-bg !default;
20617
- $searchbox-hover-text: $input-hovered-text !default;
20618
- $searchbox-hover-border: $input-hovered-border !default;
20619
-
20620
- $searchbox-focus-bg: $input-focused-bg !default;
20621
- $searchbox-focus-text: $input-focused-text !default;
20622
- $searchbox-focus-border: $input-focused-border !default;
20623
20752
 
20624
20753
  // #endregion
20625
20754
  // #region @import "_layout.scss"; -> packages/classic/scss/searchbox/_layout.scss
@@ -20628,22 +20757,36 @@ $searchbox-focus-border: $input-focused-border !default;
20628
20757
 
20629
20758
  // Searchbox
20630
20759
  .k-searchbox {
20631
- @include border-radius( $searchbox-border-radius );
20632
- border-width: 1px;
20760
+ @include border-radius( $input-border-radius );
20761
+ width: $input-default-width;
20762
+ border-width: $input-border-width;
20633
20763
  border-style: solid;
20634
20764
  box-sizing: border-box;
20635
- font-family: $searchbox-font-family;
20636
- font-size: $searchbox-font-size;
20637
- line-height: $searchbox-line-height;
20765
+ outline: 0;
20766
+ font-family: $input-font-family;
20767
+ font-size: $input-font-size;
20768
+ line-height: $input-line-height;
20769
+ text-align: start;
20770
+ white-space: nowrap;
20638
20771
  display: inline-flex;
20639
- align-items: center;
20640
- vertical-align: middle;
20641
20772
  flex-flow: row nowrap;
20773
+ vertical-align: middle;
20642
20774
  position: relative;
20643
20775
  overflow: hidden;
20776
+ transition: all .1s ease; // sass-lint:disable-line no-transition-all
20777
+ -webkit-touch-callout: none;
20778
+ -webkit-tap-highlight-color: $rgba-transparent;
20644
20779
 
20780
+ // Input
20645
20781
  > .k-input {
20646
- padding: $searchbox-padding-y $searchbox-padding-x;
20782
+ padding: $input-padding-y $input-padding-x;
20783
+ }
20784
+
20785
+
20786
+ // Loading icon
20787
+ .k-i-loading {
20788
+ width: $input-icon-width;
20789
+ height: $input-icon-height;
20647
20790
  }
20648
20791
  }
20649
20792
 
@@ -20659,53 +20802,44 @@ $searchbox-focus-border: $input-focused-border !default;
20659
20802
  // Searchbox
20660
20803
  .k-searchbox {
20661
20804
  @include fill(
20662
- $searchbox-text,
20663
- $searchbox-bg,
20664
- $searchbox-border
20805
+ $input-text,
20806
+ $input-bg,
20807
+ $input-border
20665
20808
  );
20666
20809
 
20667
-
20668
20810
  // Hover state
20669
20811
  &:hover,
20670
20812
  &.k-state-hover {
20671
20813
  @include fill(
20672
- $searchbox-hover-text,
20673
- $searchbox-hover-bg,
20674
- $searchbox-hover-border
20814
+ $input-hovered-text,
20815
+ $input-hovered-bg,
20816
+ $input-hovered-border
20675
20817
  );
20676
20818
  }
20677
20819
 
20678
-
20679
20820
  // Focus state
20680
20821
  &:focus,
20681
- // &:focus-within,
20682
20822
  &.k-state-focus {
20683
20823
  @include fill(
20684
- $searchbox-focus-text,
20685
- $searchbox-focus-bg,
20686
- $searchbox-focus-border
20824
+ $input-focused-text,
20825
+ $input-focused-bg,
20826
+ $input-focused-border
20687
20827
  );
20688
20828
  @include box-shadow( $input-focused-shadow );
20689
20829
  }
20690
20830
  &:focus-within {
20691
20831
  @include fill(
20692
- $searchbox-focus-text,
20693
- $searchbox-focus-bg,
20694
- $searchbox-focus-border
20832
+ $input-focused-text,
20833
+ $input-focused-bg,
20834
+ $input-focused-border
20695
20835
  );
20696
20836
  @include box-shadow( $input-focused-shadow );
20697
20837
  }
20698
20838
 
20699
20839
 
20700
- // Disabled
20701
- &:disabled,
20702
- &.k-state-disabled {
20703
- @include disabled( $disabled-styling );
20704
- }
20705
-
20706
-
20707
- // Invalid
20840
+ // Invalid state
20708
20841
  &.k-invalid,
20842
+ &.ng-invalid,
20709
20843
  &.k-state-invalid {
20710
20844
  border-color: $invalid-border;
20711
20845
 
@@ -20713,13 +20847,13 @@ $searchbox-focus-border: $input-focused-border !default;
20713
20847
  color: $invalid-text;
20714
20848
  }
20715
20849
 
20716
- &:focus,
20850
+ &:focus-within,
20717
20851
  &.k-state-focus {
20718
20852
  @include box-shadow($invalid-shadow);
20719
20853
  }
20720
20854
  }
20721
-
20722
20855
  }
20856
+
20723
20857
  }
20724
20858
 
20725
20859
  // #endregion
@@ -21932,7 +22066,7 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
21932
22066
  $appbar-margin-y: null !default;
21933
22067
  $appbar-margin-x: null !default;
21934
22068
  $appbar-padding-y: map-get( $spacing, 2 ) !default;
21935
- $appbar-padding-x: map-get( $spacing, 4 ) !default;
22069
+ $appbar-padding-x: map-get( $spacing, 2 ) !default;
21936
22070
  $appbar-border-width: 0px !default;
21937
22071
 
21938
22072
  $appbar-zindex: 1000 !default;
@@ -22572,10 +22706,12 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
22572
22706
 
22573
22707
  // Menu item
22574
22708
  .k-menu-item {
22709
+ box-sizing: border-box;
22575
22710
  border-width: 0;
22576
22711
  outline: 0;
22577
22712
  display: flex;
22578
- flex: 0 0 auto;
22713
+ flex-flow: column nowrap;
22714
+ flex: none;
22579
22715
  position: relative;
22580
22716
  user-select: none;
22581
22717
  }
@@ -22587,7 +22723,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
22587
22723
  outline: 0;
22588
22724
  color: inherit;
22589
22725
  display: flex;
22590
- flex-direction: row;
22726
+ flex-flow: row nowrap;
22591
22727
  flex: 1 1 auto;
22592
22728
  align-items: center;
22593
22729
  position: relative;
@@ -22602,10 +22738,22 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
22602
22738
  }
22603
22739
 
22604
22740
 
22741
+ // Menu item text
22742
+ .k-menu-link-text {
22743
+ flex: 1 1 auto;
22744
+ overflow: hidden;
22745
+ text-overflow: ellipsis;
22746
+ }
22747
+
22748
+
22605
22749
  // Expand arrow
22606
22750
  .k-menu-expand-arrow {
22607
22751
  margin-left: $icon-spacing;
22608
22752
  margin-right: -$icon-spacing;
22753
+ display: inline-flex;
22754
+ flex-flow: row wrap;
22755
+ align-items: center;
22756
+ flex: none;
22609
22757
  position: relative;
22610
22758
  }
22611
22759
  .k-menu-expand-arrow.k-i-arrow-60-left,
@@ -22652,6 +22800,14 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
22652
22800
  > .k-menu-item > .k-menu-link {
22653
22801
  padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
22654
22802
  padding-right: $menu-popup-item-padding-end;
22803
+
22804
+ .k-menu-expand-arrow {
22805
+ margin: 0;
22806
+ position: absolute;
22807
+ top: 50%;
22808
+ transform: translateY(-50%);
22809
+ right: $icon-spacing;
22810
+ }
22655
22811
  }
22656
22812
 
22657
22813
  > .k-separator {
@@ -22704,6 +22860,14 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
22704
22860
  .k-menu-link {
22705
22861
  padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
22706
22862
  padding-right: $menu-popup-item-padding-end;
22863
+
22864
+ .k-menu-expand-arrow {
22865
+ margin: 0;
22866
+ position: absolute;
22867
+ top: 50%;
22868
+ transform: translateY(-50%);
22869
+ right: $icon-spacing;
22870
+ }
22707
22871
  }
22708
22872
 
22709
22873
  .k-separator {
@@ -22711,7 +22875,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
22711
22875
  height: 0;
22712
22876
  border-width: 1px 0 0;
22713
22877
  border-style: solid;
22714
- border-color: $panel-border;
22878
+ border-color: $component-border;
22715
22879
  display: block;
22716
22880
  }
22717
22881
  }
@@ -22739,11 +22903,14 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
22739
22903
  .k-context-menu-popup {
22740
22904
  z-index: 12000;
22741
22905
 
22742
- > .k-popup:not(.k-menu-popup),
22743
22906
  .k-context-menu {
22744
- border: 0;
22907
+ border-width: 0;
22745
22908
  }
22746
22909
  }
22910
+ .k-popup .k-context-menu,
22911
+ .k-context-menu-popup .k-context-menu {
22912
+ border-width: 0;
22913
+ }
22747
22914
 
22748
22915
 
22749
22916
  // Scrolling
@@ -22833,6 +23000,11 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
22833
23000
  > .k-menu-item > .k-menu-link {
22834
23001
  padding-right: $menu-popup-item-padding-x;
22835
23002
  padding-left: $menu-popup-item-padding-end;
23003
+
23004
+ .k-menu-expand-arrow {
23005
+ right: auto;
23006
+ left: $icon-spacing;
23007
+ }
22836
23008
  }
22837
23009
  }
22838
23010
 
@@ -22843,6 +23015,11 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
22843
23015
  .k-menu-link {
22844
23016
  padding-right: $menu-popup-item-padding-x;
22845
23017
  padding-left: $menu-popup-item-padding-end;
23018
+
23019
+ .k-menu-expand-arrow {
23020
+ right: auto;
23021
+ left: $icon-spacing;
23022
+ }
22846
23023
  }
22847
23024
 
22848
23025
  }
@@ -22884,7 +23061,8 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
22884
23061
  );
22885
23062
  }
22886
23063
 
22887
- > .k-state-active {
23064
+ > .k-state-active,
23065
+ &.k-state-selected {
22888
23066
  @include fill(
22889
23067
  $menu-item-expanded-text,
22890
23068
  $menu-item-expanded-bg,
@@ -22894,6 +23072,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
22894
23072
  }
22895
23073
 
22896
23074
  &:focus,
23075
+ &.k-state-focus,
22897
23076
  &.k-state-focused {
22898
23077
  @include box-shadow( $menu-item-focus-shadow );
22899
23078
  }
@@ -22927,7 +23106,8 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
22927
23106
  );
22928
23107
  }
22929
23108
 
22930
- > .k-state-active {
23109
+ > .k-state-active,
23110
+ &.k-state-selected {
22931
23111
  @include fill(
22932
23112
  $menu-popup-item-expanded-text,
22933
23113
  $menu-popup-item-expanded-bg,
@@ -22937,6 +23117,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
22937
23117
  }
22938
23118
 
22939
23119
  &:focus,
23120
+ &.k-state-focus,
22940
23121
  &.k-state-focused {
22941
23122
  @include box-shadow( $menu-popup-item-focus-shadow );
22942
23123
  }
@@ -24296,15 +24477,15 @@ $card-footer-text: $header-text !default;
24296
24477
  $card-footer-border: $header-border !default;
24297
24478
 
24298
24479
  $card-title-margin-bottom: map-get( $spacing, sm ) !default;
24299
- $card-title-font-size: $font-size-md !default;
24300
- $card-title-font-family: inherit !default;
24301
- $card-title-line-height: normal !default;
24480
+ $card-title-font-size: $h5-font-size !default;
24481
+ $card-title-font-family: null !default;
24482
+ $card-title-line-height: 1.25 !default;
24302
24483
  $card-title-font-weight: $font-weight-normal !default;
24303
24484
  $card-title-letter-spacing: null !default;
24304
24485
 
24305
24486
  $card-subtitle-margin-bottom: map-get( $spacing, sm ) !default;
24306
24487
  $card-subtitle-font-size: $font-size-sm !default;
24307
- $card-subtitle-font-family: inherit !default;
24488
+ $card-subtitle-font-family: null !default;
24308
24489
  $card-subtitle-line-height: normal !default;
24309
24490
  $card-subtitle-font-weight: $font-weight-normal !default;
24310
24491
  $card-subtitle-letter-spacing: null !default;
@@ -25738,7 +25919,7 @@ $pager-number-focus-opacity: .12 !default;
25738
25919
  $pager-number-focus-bg: transparent !default;
25739
25920
  $pager-number-focus-shadow: inset 0 0 0 2px rgba($pager-number-selected-bg, $pager-number-focus-opacity) !default;
25740
25921
 
25741
- $pager-input-width: 3em !default;
25922
+ $pager-input-width: 5em !default;
25742
25923
  $pager-dropdown-width: 5em !default;
25743
25924
 
25744
25925
  // #endregion
@@ -28803,14 +28984,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
28803
28984
  }
28804
28985
  }
28805
28986
 
28806
- .k-grid-filter-menu {
28807
-
28808
- .k-filter-selected-items {
28809
- margin: 1em;
28810
- font-weight: normal;
28811
- }
28812
- }
28813
-
28814
28987
  .k-grid-edit-form {
28815
28988
 
28816
28989
  .k-popup-edit-form,
@@ -28819,10 +28992,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
28819
28992
  min-width: auto;
28820
28993
  }
28821
28994
  }
28822
-
28823
- .k-grid .k-grid-search {
28824
- width: 100%;
28825
- }
28826
28995
  }
28827
28996
 
28828
28997
  .k-grid.k-grid-mobile {
@@ -29089,39 +29258,18 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29089
29258
 
29090
29259
  .k-pane-wrapper {
29091
29260
 
29092
- .k-grid-edit-form,
29093
- .k-grid-column-menu,
29094
- .k-grid-filter-menu,
29095
- .k-scheduler-edit-form {
29096
-
29097
- > .k-header {
29098
- display: flex;
29099
- justify-content: space-between;
29100
- padding: .3em .6em;
29101
- width: auto;
29102
- line-height: 2em;
29103
-
29104
- .k-header-done,
29105
- .k-header-cancel {
29106
- display: flex;
29107
- flex-direction: row;
29108
- align-items: center;
29109
-
29110
- .k-icon {
29111
- font-size: 1.5em;
29112
- }
29113
- }
29114
- }
29261
+ .k-appbar {
29262
+ padding: map-get( $spacing, 1 );
29115
29263
  }
29116
29264
 
29117
29265
  .k-list-title,
29118
- .k-filter-help-text,
29119
- .k-list-group-header {
29266
+ .k-filter-help-text {
29120
29267
  padding: $listgroup-item-padding-y $listgroup-item-padding-x;
29121
29268
  display: block;
29122
29269
  }
29123
29270
 
29124
- .k-list-group-header {
29271
+ .k-listgroup-title {
29272
+ padding: $listgroup-item-padding-y $listgroup-item-padding-x;
29125
29273
  font-weight: bold;
29126
29274
  text-transform: uppercase;
29127
29275
  }
@@ -29133,31 +29281,56 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29133
29281
  }
29134
29282
  }
29135
29283
  .k-listgroup + .k-listgroup {
29136
- margin-top: 2em;
29284
+ margin-top: map-get( $spacing, 4 );
29137
29285
  }
29138
29286
 
29139
29287
  // Column menu
29140
29288
  .k-column-menu {
29289
+ padding: map-get( $spacing, 2 );
29290
+ display: flex;
29291
+ flex-flow: column nowrap;
29292
+ gap: map-get( $spacing, 2 );
29141
29293
 
29142
29294
  .k-filter-item .k-filterable * {
29143
29295
  pointer-events: none;
29144
29296
  }
29297
+
29298
+ .k-list-title,
29299
+ .k-listgroup-title {
29300
+ padding: 0;
29301
+ }
29302
+
29303
+ .k-listgroup {
29304
+ margin-inline: -#{map-get( $spacing, 2 )};
29305
+ }
29145
29306
  }
29146
29307
 
29147
29308
  // Filter menu
29148
29309
  .k-filter-menu {
29310
+ padding: map-get( $spacing, 2 );
29311
+ display: flex;
29312
+ flex-flow: column nowrap;
29313
+ gap: map-get( $spacing, 2 );
29149
29314
 
29150
- .k-space-right {
29151
- margin: .5em 10px;
29152
- width: auto;
29315
+ .k-list-title {
29316
+ padding: 0;
29317
+ }
29318
+
29319
+ .k-list-filter {
29320
+ padding: 0;
29153
29321
  display: flex;
29154
- align-items: center;
29322
+ flex-flow: column nowrap;
29323
+ gap: inherit;
29155
29324
  }
29156
29325
 
29157
29326
  .k-filter-tools {
29158
- margin: 1em;
29159
29327
  display: flex;
29160
- justify-content: space-between;
29328
+ flex-flow: row nowrap;
29329
+ gap: inherit;
29330
+ }
29331
+
29332
+ .k-listgroup {
29333
+ margin-inline: -#{map-get( $spacing, 2 )};
29161
29334
  }
29162
29335
  }
29163
29336
 
@@ -29181,7 +29354,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29181
29354
  }
29182
29355
 
29183
29356
  // Pager
29184
-
29185
29357
  .k-pager-wrap.k-pager-sm {
29186
29358
  justify-content: center;
29187
29359
 
@@ -29191,47 +29363,14 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29191
29363
 
29192
29364
  }
29193
29365
 
29194
- // IE
29195
-
29196
- .k-ie & {
29197
-
29198
- .k-scheduler {
29199
- .k-scheduler-toolbar,
29200
- .k-scheduler-footer {
29201
- line-height: 2em;
29202
- }
29203
- }
29204
-
29205
- .k-grid {
29206
-
29207
- .k-icon {
29208
- text-indent: 0;
29209
- }
29210
- }
29211
- }
29212
-
29213
29366
  // RTL
29214
-
29215
29367
  .k-rtl &,
29216
29368
  &[dir="rtl"],
29217
29369
  [dir="rtl"] & {
29218
29370
 
29219
- .k-grid-edit-form,
29220
- .k-grid-column-menu,
29221
- .k-grid-filter-menu,
29222
- .k-scheduler-edit-form {
29223
-
29224
- > .k-header {
29225
- flex-direction: row-reverse;
29226
- }
29227
- }
29228
-
29229
- .k-filter-menu {
29230
-
29231
- .k-space-right > .k-i-zoom {
29232
- left: 15px;
29233
- right: auto;
29234
- }
29371
+ .k-header-cancel .k-i-arrow-chevron-left,
29372
+ .k-listgroup-item .k-select .k-i-arrow-chevron-right {
29373
+ transform: scaleX( -1 );
29235
29374
  }
29236
29375
 
29237
29376
  .k-scheduler-mobile {
@@ -29253,10 +29392,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29253
29392
  margin-right: 0;
29254
29393
  }
29255
29394
  }
29256
-
29257
- .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right {
29258
- transform: scaleX(-1);
29259
- }
29260
29395
  }
29261
29396
  }
29262
29397
  }
@@ -29334,15 +29469,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29334
29469
  .k-grid-filter-menu,
29335
29470
  .k-scheduler-edit-form {
29336
29471
 
29337
- .k-header {
29338
- color: $adaptive-menu-text;
29339
- background-color: $adaptive-menu-bg;
29340
-
29341
- .k-link {
29342
- color: inherit;
29343
- }
29344
- }
29345
-
29346
29472
  .k-item,
29347
29473
  .k-link {
29348
29474
  color: $base-text;
@@ -29459,7 +29585,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29459
29585
  // be cautious when changing the next line; see https://github.com/MoOx/reduce-css-calc/issues/38
29460
29586
  $grid-command-cell-padding-y: calc( #{$table-cell-padding-y} - (#{$button-calc-size} - #{$line-height-em}) / 2 ) !default;
29461
29587
 
29462
- $grid-form-component-vertical-align: middle !default;
29463
29588
  $grid-hierarchy-col-width: ($icon-size * 2) !default;
29464
29589
 
29465
29590
  $grid-group-indicator-border-radius: $border-radius !default;
@@ -29857,12 +29982,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29857
29982
  }
29858
29983
 
29859
29984
 
29860
- // Grid search
29861
- .k-grid-search {
29862
- width: $grid-search-width;
29863
- }
29864
-
29865
-
29866
29985
  // Grouping header
29867
29986
  .k-grouping-header {
29868
29987
  padding: $grid-grouping-header-padding-y $grid-grouping-header-padding-x;
@@ -30160,14 +30279,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
30160
30279
  padding: 4px 8px;
30161
30280
  }
30162
30281
 
30163
- .k-grid-columnmenu-popup {
30164
- width: 230px;
30165
-
30166
- &.k-popup {
30167
- padding: $grid-column-menu-popup-padding-y $grid-column-menu-popup-padding-x;
30168
- }
30169
- }
30170
-
30171
30282
  // Filter row
30172
30283
  .k-filter-row {
30173
30284
  line-height: $form-line-height;
@@ -30251,6 +30362,18 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
30251
30362
  }
30252
30363
 
30253
30364
 
30365
+ // Checkboxes
30366
+ .k-grid th,
30367
+ .k-grid td {
30368
+ > .k-radio,
30369
+ > .k-radio-wrap,
30370
+ > .k-checkbox,
30371
+ > .k-checkbox-wrap {
30372
+ vertical-align: top;
30373
+ }
30374
+ }
30375
+
30376
+
30254
30377
  // Edit row
30255
30378
  .k-grid .k-edit-cell,
30256
30379
  .k-grid .k-command-cell,
@@ -30267,13 +30390,19 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
30267
30390
  > .k-textbox,
30268
30391
  > .k-widget:not(.k-switch) {
30269
30392
  width: 100%;
30270
- vertical-align: $grid-form-component-vertical-align;
30393
+ vertical-align: middle;
30271
30394
  box-sizing: border-box;
30272
30395
  }
30396
+ > .k-radio,
30397
+ > .k-checkbox,
30398
+ > .k-radio-wrap,
30399
+ > .k-checkbox-wrap {
30400
+ vertical-align: middle;
30401
+ }
30273
30402
  }
30274
30403
 
30275
30404
  .k-grid .k-command-cell > .k-button {
30276
- vertical-align: $grid-form-component-vertical-align;
30405
+ vertical-align: middle;
30277
30406
  }
30278
30407
  .k-grid .k-command-cell > .k-button + .k-button {
30279
30408
  margin-left: $grid-command-cell-button-spacing;
@@ -30652,79 +30781,89 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
30652
30781
 
30653
30782
  @include exports( "filtermenu/layout" ) {
30654
30783
 
30655
- .k-filter-menu.k-popup,
30656
- .k-grid-filter-popup.k-popup {
30657
-
30658
- .k-filter-menu-container {
30659
- width: $grid-filter-menu-width;
30660
- }
30784
+ // Filter menu
30785
+ .k-filter-menu-popup {
30786
+ width: $grid-column-menu-width;
30661
30787
  }
30788
+ .k-filter-menu {
30789
+ box-sizing: border-box;
30790
+ }
30791
+ .k-filter-menu-container {
30792
+ padding: map-get( $spacing, 2 );
30793
+ box-sizing: border-box;
30794
+ display: flex;
30795
+ flex-flow: column nowrap;
30796
+ align-items: stretch;
30797
+ gap: map-get( $spacing, 2 );
30662
30798
 
30663
- .k-filter-menu.k-popup,
30664
- .k-grid-filter-popup.k-popup,
30665
- .k-popup .k-filter-menu,
30666
- .k-popup .k-grid-filter-popup {
30667
- .k-multicheck-wrap {
30668
- padding: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
30669
-
30670
- .k-item {
30671
- padding: $grid-column-menu-list-item-padding-y 0;
30672
- }
30673
-
30674
- .k-check-all-wrap {
30675
- padding-bottom: ($grid-column-menu-list-item-padding-y * 2);
30676
- border-bottom-width: $grid-filter-menu-check-all-border-bottom-width;
30677
- border-bottom-style: solid;
30678
- }
30799
+ > * {
30800
+ width: 100%;
30679
30801
  }
30680
30802
 
30681
- .k-filter-help-text {
30682
- padding: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
30803
+ .k-switch,
30804
+ .k-filter-and {
30805
+ width: min-content;
30806
+ align-self: start;
30683
30807
  }
30684
30808
 
30685
- .k-filter-selected-items {
30686
- padding: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
30809
+ .k-actions {
30810
+ margin: 0;
30811
+ padding: 0;
30687
30812
  }
30688
- }
30689
30813
 
30690
- .k-filter-menu {
30691
- $item-spacing: $spacer-y / 2;
30692
- $form-padding: $spacer-y;
30693
- $form-padding-y: $form-padding - $item-spacing;
30814
+ // Angular specific
30815
+ kendo-numeric-filter-menu,
30816
+ kendo-grid-string-filter-menu,
30817
+ kendo-grid-date-filter-menu,
30818
+ kendo-grid-filter-menu-input-wrapper {
30819
+ display: flex;
30820
+ flex-flow: column nowrap;
30821
+ align-items: stretch;
30822
+ gap: map-get( $spacing, 2 );
30694
30823
 
30695
- .k-filter-menu-container {
30696
- box-sizing: border-box;
30824
+ > * {
30825
+ width: 100%;
30826
+ }
30697
30827
  }
30828
+ }
30829
+ .k-ie .k-filter-menu-container {
30830
+ > * { margin-top: map-get( $spacing, 2 ); }
30831
+ > :first-child { margin-top: 0; }
30698
30832
 
30699
- .k-widget,
30700
- .k-radio-list,
30701
- .k-textbox,
30702
- .k-searchbox {
30703
- margin: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
30704
- width: calc( 100% - ( 2 * #{$grid-filter-menu-item-spacing-x} ) );
30705
- box-sizing: border-box;
30706
- display: flex;
30833
+ // Angular specific
30834
+ .k-filter-and,
30835
+ kendo-grid-filter-menu-input-wrapper > * {
30836
+ margin-top: map-get( $spacing, 2 );
30707
30837
  }
30708
-
30709
- .k-widget.k-filter-and {
30710
- width: 6em;
30838
+ kendo-grid-filter-menu-input-wrapper > :first-child {
30839
+ margin-top: 0;
30711
30840
  }
30841
+ }
30712
30842
 
30713
- .k-widget.k-button-group {
30714
- width: auto;
30715
- display: inline-flex;
30716
- }
30843
+ .k-filter-menu.k-popup,
30844
+ .k-grid-filter-popup.k-popup {
30717
30845
 
30718
- .k-switch {
30719
- width: $switch-size;
30720
- display: inline-flex;
30846
+ .k-filter-menu-container {
30847
+ width: $grid-column-menu-width;
30721
30848
  }
30722
30849
  }
30723
30850
 
30724
- .k-multicheck-wrap {
30851
+ .k-popup .k-multicheck-wrap {
30852
+ margin: 0;
30853
+ padding: 0;
30725
30854
  max-height: 300px;
30855
+ font-size: $list-font-size;
30856
+ line-height: $list-line-height;
30726
30857
  white-space: nowrap;
30727
30858
  overflow: auto;
30859
+ list-style: none;
30860
+
30861
+ .k-item,
30862
+ .k-check-all-wrap {
30863
+ padding: $grid-column-menu-list-item-padding-y $grid-column-menu-list-item-padding-x;
30864
+ display: flex;
30865
+ flex-flow: row nowrap;
30866
+ }
30728
30867
  }
30729
30868
 
30730
30869
  .k-filter-selected-items {
@@ -30759,6 +30898,43 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
30759
30898
  }
30760
30899
 
30761
30900
  @include exports("columnmenu/layout") {
30901
+
30902
+ // Column menu
30903
+ .k-column-menu-popup,
30904
+ .k-grid-columnmenu-popup {
30905
+ width: $grid-column-menu-width;
30906
+ box-sizing: border-box;
30907
+
30908
+ &.k-popup {
30909
+ padding: $grid-column-menu-popup-padding-y $grid-column-menu-popup-padding-x;
30910
+ }
30911
+ .k-popup > & {
30912
+ width: 100%;
30913
+ }
30914
+
30915
+ .k-actions {
30916
+ margin: 0;
30917
+ }
30918
+
30919
+ }
30920
+ .k-column-menu {
30921
+ box-sizing: border-box;
30922
+
30923
+ .k-menu:not(.k-context-menu) {
30924
+ font-weight: 400;
30925
+ }
30926
+
30927
+ .k-expander {
30928
+ border: 0;
30929
+ background: inherit;
30930
+
30931
+ .k-columnmenu-item {
30932
+ display: flex;
30933
+ align-items: center;
30934
+ }
30935
+ }
30936
+ }
30937
+
30762
30938
  .k-column-list {
30763
30939
  padding: 0;
30764
30940
  margin: 0;
@@ -30774,10 +30950,17 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
30774
30950
  }
30775
30951
 
30776
30952
  .k-column-list-item {
30777
- position: relative;
30778
- display: block;
30779
30953
  margin: 0;
30954
+ display: flex;
30955
+ flex-flow: row nowrap;
30956
+ align-items: center;
30957
+ gap: 4px;
30780
30958
  cursor: pointer;
30959
+ position: relative;
30960
+
30961
+ .k-checkbox-label {
30962
+ margin: 0;
30963
+ }
30781
30964
  }
30782
30965
 
30783
30966
  .k-columns-items-wrap {
@@ -30803,16 +30986,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
30803
30986
  overflow: hidden;
30804
30987
  }
30805
30988
 
30806
- .k-filter-menu,
30807
- .k-column-list-wrapper,
30808
- .k-columnmenu-item-content {
30809
-
30810
- .k-actions {
30811
- margin-top: ($grid-filter-menu-item-spacing-y / 2);
30812
- padding: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x;
30813
- }
30814
- }
30815
-
30816
30989
  .k-column-menu-group-header {
30817
30990
  padding: $grid-column-menu-group-header-padding-y $grid-column-menu-group-header-padding-x;
30818
30991
  display: flex;
@@ -30831,22 +31004,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
30831
31004
  flex: 1 1 auto;
30832
31005
  }
30833
31006
 
30834
- .k-column-menu {
30835
- .k-menu:not(.k-context-menu) {
30836
- font-weight: 400;
30837
- }
30838
-
30839
- .k-expander {
30840
- border: 0;
30841
- background: inherit;
30842
-
30843
- .k-columnmenu-item {
30844
- display: flex;
30845
- align-items: center;
30846
- }
30847
- }
30848
- }
30849
-
30850
31007
  [dir="rtl"],
30851
31008
  .k-rtl {
30852
31009
  .k-columnmenu-item > .k-icon {
@@ -31420,7 +31577,7 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
31420
31577
  .k-listview {
31421
31578
  margin: 0;
31422
31579
  padding: 0;
31423
- border-width: $listview-border-width;
31580
+ border-width: 0;
31424
31581
  border-style: solid;
31425
31582
  box-sizing: border-box;
31426
31583
  outline: 0;
@@ -31440,7 +31597,6 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
31440
31597
  // Header
31441
31598
  .k-listview-header {
31442
31599
  border-width: 0;
31443
- border-bottom-width: $listview-border-width;
31444
31600
  border-style: solid;
31445
31601
  border-color: inherit;
31446
31602
  }
@@ -31449,7 +31605,7 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
31449
31605
  }
31450
31606
 
31451
31607
 
31452
- // Listview contnet
31608
+ // Listview content
31453
31609
  .k-listview-content {
31454
31610
  margin: 0;
31455
31611
  padding: 0;
@@ -31504,7 +31660,6 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
31504
31660
  // Listview footer
31505
31661
  .k-listview-footer {
31506
31662
  border-width: 0;
31507
- border-top-width: $listview-border-width;
31508
31663
  border-style: solid;
31509
31664
  border-color: inherit;
31510
31665
  }
@@ -31516,14 +31671,9 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
31516
31671
  // Listview pager
31517
31672
  .k-listview-pager {
31518
31673
  border-width: 0;
31519
- border-top-width: $listview-border-width;
31520
31674
  border-color: inherit;
31521
31675
  font: inherit;
31522
31676
  }
31523
- .k-listview-pager-top {
31524
- border-top-width: 0;
31525
- border-bottom-width: $listview-border-width;
31526
- }
31527
31677
  .k-listview-bordered > .k-listview-pager-top {
31528
31678
  border-bottom-width: $listview-border-width;
31529
31679
  }
@@ -31983,6 +32133,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
31983
32133
  font-family: Arial, Verdana, Sans-serif;
31984
32134
  flex: 1;
31985
32135
  position: relative;
32136
+ overflow: hidden;
31986
32137
 
31987
32138
  // disabled cells in the Spreadsheet should allow navigation if link is used
31988
32139
  .k-state-disabled {
@@ -32341,37 +32492,48 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
32341
32492
  }
32342
32493
 
32343
32494
  // Details
32344
- .k-details {
32495
+ .k-details,
32496
+ .k-expander {
32345
32497
  padding: 0;
32346
32498
  border-width: 1px 0 0;
32347
32499
  border-style: solid;
32348
32500
  border-color: inherit;
32349
32501
  }
32350
- .k-details-summary {
32351
- padding: $padding-y;
32502
+ .k-expander {
32503
+ border: 0;
32504
+ background: inherit;
32505
+ }
32506
+ .k-details-summary,
32507
+ .k-columnmenu-item {
32508
+ padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
32509
+ display: flex;
32510
+ align-items: center;
32352
32511
  cursor: pointer;
32353
32512
 
32354
32513
  > .k-icon {
32355
32514
  margin-right: $padding-y;
32356
32515
  }
32357
32516
  }
32358
- .k-details-content {
32359
- padding: $padding-y $padding-x $padding-y $filter-menu-padding-left;
32517
+ .k-details-content,
32518
+ .k-columnmenu-item-content {
32519
+ padding: map-get( $spacing, 2 );
32520
+ display: flex;
32521
+ flex-flow: column nowrap;
32522
+ gap: map-get( $spacing, 2 );
32360
32523
 
32361
- > .k-textbox,
32362
- > .k-widget {
32363
- width: 100%;
32364
- margin-bottom: 3px;
32524
+ .k-filter-and {
32525
+ width: min-content;
32526
+ align-self: flex-start;
32365
32527
  }
32366
32528
 
32367
- .k-space-right {
32368
- background-image: none;
32529
+ .k-searchbox {
32530
+ width: 100%;
32369
32531
  }
32532
+ }
32370
32533
 
32371
- .k-filter-and {
32372
- width: 75px;
32373
- margin: 8px 0;
32374
- }
32534
+ .k-actions {
32535
+ margin: 0;
32536
+ padding: 0;
32375
32537
  }
32376
32538
  }
32377
32539
 
@@ -35662,10 +35824,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
35662
35824
  visibility: hidden;
35663
35825
 
35664
35826
  .k-overflow-anchor {
35665
- border-width: 0;
35666
- padding: $toolbar-padding-y;
35667
- width: $toolbar-inner-calc-size;
35668
- height: $toolbar-inner-calc-size;
35669
35827
  position: relative;
35670
35828
  }
35671
35829
  }
@@ -35808,10 +35966,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
35808
35966
  display: flex;
35809
35967
  flex-direction: column;
35810
35968
  padding: 10px 0 40px;
35811
-
35812
- > span {
35813
- padding-bottom: $padding-y;
35814
- }
35815
35969
  }
35816
35970
 
35817
35971
  .k-matches-container {
@@ -36047,12 +36201,12 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
36047
36201
  width: 10em;
36048
36202
 
36049
36203
  & + .k-dropdown {
36050
- width: 4em;
36204
+ width: 5em;
36051
36205
  }
36052
36206
 
36053
36207
  & + .k-colorpicker,
36054
36208
  & + .k-dropdown {
36055
- margin-left: $padding-x-sm;
36209
+ margin-left: map-get( $spacing, 2 );
36056
36210
  }
36057
36211
  }
36058
36212
 
@@ -37128,7 +37282,7 @@ $gantt-offset-resize-handler-top: 50% !default;
37128
37282
  position: relative;
37129
37283
  vertical-align: middle;
37130
37284
  }
37131
- td::after { content: "\a0"; }
37285
+ td::after { content: "\200b"; }
37132
37286
  }
37133
37287
  .k-task-wrap {
37134
37288
  margin: 0 -21px;
@@ -38850,7 +39004,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
38850
39004
  // TODO: add this class to jQuery rendering
38851
39005
  // after refactoring jQuery scheduler layout to be flex
38852
39006
  .k-recurrence-editor {
38853
- display: inline-flex;
39007
+ display: flex;
38854
39008
  flex-direction: column;
38855
39009
  }
38856
39010
  kendo-scheduler .k-recurrence-editor {
@@ -39102,27 +39256,40 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
39102
39256
 
39103
39257
  .k-scheduler-edit-form {
39104
39258
 
39105
- .k-edit-form-container { width: 620px; }
39259
+ .k-edit-form-container { width: 100%; }
39106
39260
  .k-edit-label { width: 17%; }
39107
39261
  .k-edit-field { width: 77%; }
39108
39262
 
39109
- .k-scheduler-delete {
39110
- float: left;
39263
+ .k-edit-field > ul > li {
39264
+ display: flex;
39265
+ flex-flow: row nowrap;
39266
+ align-items: center;
39267
+ }
39268
+ .k-recurrence-editor {
39269
+ .k-radio-list .k-radio-wrap,
39270
+ .k-checkbox-list .k-checkbox-wrap {
39271
+ align-self: center;
39272
+ }
39111
39273
  }
39112
39274
 
39113
-
39114
- .k-widget.k-recur-interval,
39115
- .k-widget.k-recur-count,
39116
- .k-widget.k-recur-monthday {
39275
+ .k-recur-interval,
39276
+ .k-recur-count,
39277
+ .k-recur-monthday {
39117
39278
  width: 5em;
39118
39279
  }
39119
- .k-widget.k-recur-until,
39120
- .k-widget.k-recur-month,
39121
- .k-widget.k-recur-weekday,
39122
- .k-widget.k-recur-weekday-offset {
39280
+ .k-recur-until,
39281
+ .k-recur-month,
39282
+ .k-recur-weekday,
39283
+ .k-recur-weekday-offset {
39123
39284
  width: 10em;
39124
39285
  }
39125
39286
 
39287
+ .k-scheduler-datetime-picker {
39288
+ display: flex;
39289
+ flex-flow: row nowrap;
39290
+ gap: map-get( $spacing, 2 );
39291
+ }
39292
+
39126
39293
  }
39127
39294
 
39128
39295
  }
@@ -39745,13 +39912,6 @@ $chat-quick-reply-hover-bg: $primary !default;
39745
39912
  $chat-quick-reply-hover-text: $primary-contrast !default;
39746
39913
  $chat-quick-reply-hover-border: $primary !default;
39747
39914
 
39748
- $chat-message-box-bg: $input-bg !default;
39749
- $chat-message-box-text: $input-text !default;
39750
- $chat-message-box-border: inherit !default;
39751
- $chat-message-box-focus-shadow: 0 0 40px rgba( $input-text, .1 ) !default;
39752
-
39753
- $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
39754
-
39755
39915
  // #endregion
39756
39916
  // #region @import "_layout.scss"; -> packages/classic/scss/chat/_layout.scss
39757
39917
  // #region @import "~@progress/kendo-theme-default/scss/chat/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/chat/_layout.scss
@@ -40028,7 +40188,8 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
40028
40188
  box-sizing: border-box;
40029
40189
  border-width: 1px 0 0;
40030
40190
  border-style: solid;
40031
- border-radius: 0;
40191
+ border-color: inherit !important; // sass-lint:disable-line no-important
40192
+ border-radius: 0 !important; // sass-lint:disable-line no-important
40032
40193
  flex: none;
40033
40194
  display: flex;
40034
40195
  flex-flow: row nowrap;
@@ -40045,6 +40206,7 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
40045
40206
  .k-input {}
40046
40207
 
40047
40208
  .k-button {
40209
+ border-width: 0;
40048
40210
  flex-shrink: 0;
40049
40211
 
40050
40212
  svg {
@@ -40054,11 +40216,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
40054
40216
  display: inline-block;
40055
40217
  }
40056
40218
 
40057
- &::before,
40058
- &::after {
40059
- display: none;
40060
- }
40061
-
40062
40219
  .k-rtl &,
40063
40220
  &[dir="rtl"] {
40064
40221
  transform: scaleX(-1);
@@ -40199,9 +40356,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
40199
40356
  }
40200
40357
 
40201
40358
  .k-button {
40202
- border-color: transparent;
40203
- color: inherit;
40204
- background: none;
40205
40359
  flex: none;
40206
40360
  }
40207
40361
 
@@ -40387,19 +40541,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
40387
40541
  );
40388
40542
  }
40389
40543
 
40390
-
40391
- // Message box
40392
- .k-message-box {
40393
- @include fill(
40394
- $chat-message-box-text,
40395
- $chat-message-box-bg,
40396
- $chat-message-box-border
40397
- );
40398
- }
40399
- .k-message-box.k-state-focused {
40400
- @include box-shadow( $chat-message-box-focus-shadow );
40401
- }
40402
-
40403
40544
  }
40404
40545
 
40405
40546
 
@@ -40411,14 +40552,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
40411
40552
  $chat-toolbar-bg,
40412
40553
  $chat-toolbar-border
40413
40554
  );
40414
-
40415
- .k-scroll-button {
40416
- @include fill( $bg: $chat-bg );
40417
- @include box-shadow( $chat-toolbar-box-scroll-button-shadow );
40418
- }
40419
- .k-scroll-button:hover {
40420
- @include fill( $bg: $chat-bg );
40421
- }
40422
40555
  }
40423
40556
 
40424
40557
  }
@@ -41253,11 +41386,8 @@ $pdf-viewer-page-text: $component-text !default;
41253
41386
  $pdf-viewer-page-border: $component-border !default;
41254
41387
  $pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
41255
41388
 
41256
- $pdf-viewer-search-dialog-spacing: $toolbar-padding-x !default;
41257
- $pdf-viewer-search-dialog-button-spacing: $pdf-viewer-search-dialog-spacing !default;
41258
- $pdf-viewer-search-dialog-textbox-padding-x: $input-padding-y !default;
41259
- $pdf-viewer-search-dialog-input-button-height: $line-height-em !default;
41260
- $pdf-viewer-search-dialog-matches-width: 4.5em !default;
41389
+ $pdf-viewer-search-dialog-padding: $toolbar-padding-x !default;
41390
+ $pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
41261
41391
 
41262
41392
  $pdf-viewer-selection-line-height: $line-height-sm !default;
41263
41393
 
@@ -41354,51 +41484,42 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
41354
41484
 
41355
41485
  // Search
41356
41486
  .k-pdf-viewer-search-dialog {
41357
- padding: $pdf-viewer-search-dialog-spacing;
41487
+ padding: $pdf-viewer-search-dialog-padding;
41358
41488
 
41359
41489
  .k-search-container {
41360
41490
  display: flex;
41491
+ gap: $pdf-viewer-search-dialog-spacing;
41492
+ flex-flow: row nowrap;
41361
41493
  flex: 0 0 auto;
41362
41494
  justify-content: flex-start;
41363
41495
  align-items: center;
41364
41496
 
41365
- .k-textbox {
41366
- display: inline-flex;
41367
- padding-right: $pdf-viewer-search-dialog-textbox-padding-x;
41368
- margin: 0 $pdf-viewer-search-dialog-spacing;
41369
- align-items: center;
41370
- background: none;
41497
+ .k-search-dialog-draghandle {
41498
+ cursor: move;
41499
+ margin-left: 0;
41371
41500
  }
41372
- .k-textbox .k-icon {
41373
- position: absolute;
41374
- font-size: inherit;
41375
41501
 
41376
- .k-ie & {
41377
- position: relative;
41378
- }
41379
- }
41502
+ .k-textbox {
41503
+ width: 10em;
41504
+ flex: none;
41380
41505
 
41381
- .k-match-case-button {
41382
- display: inline-flex;
41383
- height: $pdf-viewer-search-dialog-input-button-height;
41384
- justify-content: center;
41506
+ .k-button {
41507
+ border-width: 0;
41508
+ }
41385
41509
  }
41386
41510
 
41387
41511
  .k-search-matches {
41388
- display: inline-block;
41389
- min-width: $pdf-viewer-search-dialog-matches-width;
41390
- margin: 0 $pdf-viewer-search-dialog-spacing 0 $pdf-viewer-search-dialog-button-spacing;
41391
- vertical-align: middle;
41512
+ flex: 1 1 auto;
41392
41513
  }
41514
+ }
41515
+ }
41393
41516
 
41394
- > .k-button {
41395
- margin-left: $pdf-viewer-search-dialog-button-spacing;
41396
- }
41397
41517
 
41398
- .k-search-dialog-draghandle {
41399
- cursor: move;
41400
- margin-left: 0;
41401
- }
41518
+ // IE
41519
+ .k-ie .k-pdf-viewer-search-dialog {
41520
+
41521
+ .k-search-container > * + * {
41522
+ margin-left: $pdf-viewer-search-dialog-spacing;
41402
41523
  }
41403
41524
  }
41404
41525
 
@@ -42914,6 +43035,11 @@ $map-marker-fill: $primary !default;
42914
43035
  line-height: 1;
42915
43036
  box-shadow: none;
42916
43037
  position: absolute;
43038
+
43039
+ .k-icon {
43040
+ min-width: 0;
43041
+ min-height: 0;
43042
+ }
42917
43043
  }
42918
43044
  .k-navigator-n,
42919
43045
  .k-navigator-up {
@@ -43082,10 +43208,10 @@ $orgchart-card-shadow: $card-shadow !default;
43082
43208
  $orgchart-card-focus-shadow: $card-focus-shadow !default;
43083
43209
 
43084
43210
  $orgchart-card-title-margin-bottom: 0px !default;
43085
- $orgchart-card-title-font-size: $font-size-xl !default;
43211
+ $orgchart-card-title-font-size: null !default;
43086
43212
 
43087
43213
  $orgchart-card-subtitle-margin-bottom: 0px !default;
43088
- $orgchart-card-subtitle-font-size: $font-size-md !default;
43214
+ $orgchart-card-subtitle-font-size: null !default;
43089
43215
 
43090
43216
  $orgchart-card-body-border-width: 2px 0 0 !default;
43091
43217
  $orgchart-card-body-border-color: transparent !default;