@progress/kendo-theme-bootstrap 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 (96) hide show
  1. package/dist/all.css +742 -820
  2. package/dist/all.scss +1284 -1214
  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 +11 -0
  72. package/scss/button/_variables.scss +3 -3
  73. package/scss/chat/_variables.scss +0 -7
  74. package/scss/checkbox/_variables.scss +81 -12
  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 +4 -4
  82. package/scss/list/_theme.scss +0 -24
  83. package/scss/list/_variables.scss +62 -6
  84. package/scss/listbox/_variables.scss +1 -1
  85. package/scss/menu/_theme.scss +0 -10
  86. package/scss/menu/_variables.scss +1 -1
  87. package/scss/numerictextbox/_layout.scss +2 -7
  88. package/scss/numerictextbox/_variables.scss +0 -27
  89. package/scss/orgchart/_variables.scss +2 -2
  90. package/scss/pdf-viewer/_variables.scss +2 -5
  91. package/scss/popup/_theme.scss +0 -9
  92. package/scss/radio/_variables.scss +86 -26
  93. package/scss/searchbox/_variables.scss +0 -20
  94. package/scss/table/_variables.scss +3 -3
  95. package/scss/treeview/_layout.scss +6 -15
  96. package/scss/treeview/_variables.scss +68 -14
package/dist/all.scss CHANGED
@@ -8080,26 +8080,82 @@ $message-box-link-text-decoration: underline !default;
8080
8080
  // #endregion
8081
8081
  // #region @import "../list/_variables.scss"; -> packages/bootstrap/scss/list/_variables.scss
8082
8082
  // List
8083
- $list-font-size: $font-size !default;
8084
- $list-line-height: $line-height !default;
8083
+
8084
+ /// Font size of the list component.
8085
+ /// @group list
8086
+ $list-font-size: $font-size-md !default;
8087
+
8088
+ /// Line height of the list component.
8089
+ /// @group list
8090
+ $list-line-height: $line-height-md !default;
8085
8091
  $list-line-height-em: $line-height-em !default;
8086
8092
 
8093
+ /// Horizontal padding of list items.
8094
+ /// @group list
8087
8095
  $list-item-padding-x: map-get( $spacing, 4 ) !default;
8096
+
8097
+ /// Vertical padding of list items.
8098
+ /// @group list
8088
8099
  $list-item-padding-y: map-get( $spacing, 1 ) !default;
8089
8100
 
8101
+
8102
+ /// Background color of the list component.
8103
+ /// @group list
8104
+ $list-bg: $component-bg !default;
8105
+ /// Text color of the list component.
8106
+ /// @group list
8107
+ $list-text: $component-text !default;
8108
+ /// Border color of the list component.
8109
+ /// @group list
8110
+ $list-border: $component-border !default;
8111
+
8112
+ /// Background color of list header.
8113
+ /// @group list
8114
+ $list-header-bg: null !default;
8115
+ /// Text color of list header.
8116
+ /// @group list
8117
+ $list-header-text: null !default;
8118
+ /// Border color of list header.
8119
+ /// @group list
8120
+ $list-header-border: inherit !default;
8121
+ /// Box shadow of list header.
8122
+ /// @group list
8123
+ $list-header-shadow: null !default;
8124
+
8125
+ /// Background color of list items.
8126
+ /// @group list
8090
8127
  $list-item-bg: null !default;
8128
+ /// Text color of list items.
8129
+ /// @group list
8091
8130
  $list-item-text: $component-text !default;
8092
8131
 
8132
+ /// Background color of hovered list items.
8133
+ /// @group list
8093
8134
  $list-item-hovered-bg: $hovered-bg !default;
8135
+ /// Text color of hovered list items.
8136
+ /// @group list
8094
8137
  $list-item-hovered-text: $hovered-text !default;
8095
8138
 
8139
+ /// Background color of focused list items.
8140
+ /// @group list
8141
+ $list-item-focused-bg: null !default;
8142
+ /// Text color of focused list items.
8143
+ /// @group list
8144
+ $list-item-focused-text: null !default;
8145
+ /// Box shadow of focused list items.
8146
+ /// @group list
8147
+ $list-item-focused-shadow: inset 0 0 0 3px rgba( $list-item-text, .15 ) !default;
8148
+
8149
+ /// Background color of selected list items.
8150
+ /// @group list
8096
8151
  $list-item-selected-bg: $selected-bg !default;
8152
+ /// Text color of selected list items.
8153
+ /// @group list
8097
8154
  $list-item-selected-text: $selected-text !default;
8098
8155
 
8099
- $list-item-focused-shadow: inset 0 0 0 3px rgba( $list-item-text, .15 ) !default;
8100
-
8101
- $list-container-shadow: null !default;
8102
- $list-container-no-data-text: $subtle-text !default;
8156
+ /// Text color of the 'No Data' text.
8157
+ /// @group list
8158
+ $list-no-data-text: $subtle-text !default;
8103
8159
 
8104
8160
  // #endregion
8105
8161
 
@@ -8107,78 +8163,147 @@ $list-container-no-data-text: $subtle-text !default;
8107
8163
  // Component
8108
8164
  // #region @import "_variables.scss"; -> packages/bootstrap/scss/checkbox/_variables.scss
8109
8165
  // Checkbox
8166
+
8110
8167
  $checkbox-size: map-get( $spacing, 4 ) !default;
8111
8168
  $checkbox-radius: map-get( $spacing, 1 ) !default;
8169
+ /// Border width of checkbox.
8170
+ /// @group checkbox
8112
8171
  $checkbox-border-width: 1px !default;
8113
- $checkbox-line-height: calc( #{$checkbox-size} + #{$checkbox-border-width} ) !default;
8114
8172
 
8173
+ /// Background color of checkbox.
8174
+ /// @group checkbox
8115
8175
  $checkbox-bg: $component-bg !default;
8176
+ /// Color of checkbox.
8177
+ /// @group checkbox
8116
8178
  $checkbox-text: null !default;
8179
+ /// Border color of checkbox.
8180
+ /// @group checkbox
8117
8181
  $checkbox-border: contrast-wcag( $input-bg, $gray-400, $gray-600 ) !default;
8118
8182
 
8183
+ /// Background color of hovered checkbox.
8184
+ /// @group checkbox
8119
8185
  $checkbox-hovered-bg: null !default;
8186
+ /// Color of hovered checkbox.
8187
+ /// @group checkbox
8120
8188
  $checkbox-hovered-text: null !default;
8189
+ /// Border color of hovered checkbox.
8190
+ /// @group checkbox
8121
8191
  $checkbox-hovered-border: null !default;
8122
8192
 
8193
+ /// Background color of checked checkbox.
8194
+ /// @group checkbox
8123
8195
  $checkbox-checked-bg: $primary !default;
8196
+ /// Color of checked checkbox.
8197
+ /// @group checkbox
8124
8198
  $checkbox-checked-text: contrast-wcag( $checkbox-checked-bg ) !default;
8199
+ /// Border color of checked checkbox.
8200
+ /// @group checkbox
8125
8201
  $checkbox-checked-border: $checkbox-checked-bg !default;
8126
8202
 
8203
+ /// Background color of indeterminate checkbox.
8204
+ /// @group checkbox
8127
8205
  $checkbox-indeterminate-bg: $checkbox-checked-bg !default;
8206
+ /// Color of indeterminate checkbox.
8207
+ /// @group checkbox
8128
8208
  $checkbox-indeterminate-text: $checkbox-checked-text !default;
8209
+ /// Border color of indeterminate checkbox.
8210
+ /// @group checkbox
8129
8211
  $checkbox-indeterminate-border: $checkbox-checked-border !default;
8130
8212
 
8213
+ /// Border color of focused checkbox.
8214
+ /// @group checkbox
8131
8215
  $checkbox-focused-border: try-tint( $primary, 50% ) !default;
8216
+ /// Box shadow of focused checkbox.
8217
+ /// @group checkbox
8132
8218
  $checkbox-focused-shadow: 0 0 0 .25rem rgba( $primary, .25 ) !default;
8219
+ /// Border color of focused and checked checkbox.
8220
+ /// @group checkbox
8133
8221
  $checkbox-focused-checked-border: $checkbox-checked-border !default;
8222
+ /// Box shadow of focused and checked checkbox.
8223
+ /// @group checkbox
8134
8224
  $checkbox-focused-checked-shadow: $checkbox-focused-shadow !default;
8135
8225
 
8226
+ /// Background color of disabled checkbox.
8227
+ /// @group checkbox
8136
8228
  $checkbox-disabled-bg: null !default;
8229
+ /// Color of disabled checkbox.
8230
+ /// @group checkbox
8137
8231
  $checkbox-disabled-text: null !default;
8232
+ /// Border color of disabled checkbox.
8233
+ /// @group checkbox
8138
8234
  $checkbox-disabled-border: null !default;
8139
8235
 
8236
+ /// Background color of disabled and checked checkbox.
8237
+ /// @group checkbox
8140
8238
  $checkbox-disabled-checked-bg: null !default;
8239
+ /// Color of disabled and checked checkbox.
8240
+ /// @group checkbox
8141
8241
  $checkbox-disabled-checked-text: null !default;
8242
+ /// Border color of disabled and checked checkbox.
8243
+ /// @group checkbox
8142
8244
  $checkbox-disabled-checked-border: null !default;
8143
8245
 
8246
+ /// Background color of invalid checkbox.
8247
+ /// @group checkbox
8144
8248
  $checkbox-invalid-bg: null !default;
8249
+ /// Color of invalid checkbox.
8250
+ /// @group checkbox
8145
8251
  $checkbox-invalid-text: $invalid-text !default;
8252
+ /// Border color of invalid checkbox.
8253
+ /// @group checkbox
8146
8254
  $checkbox-invalid-border: $invalid-border !default;
8147
8255
 
8148
8256
 
8149
8257
  // Checkbox indicator
8150
- $checkbox-icon-type: image !default;
8151
8258
 
8259
+ /// Type of checkbox indicator.
8260
+ /// @group checkbox
8261
+ $checkbox-indicator-type: image !default;
8262
+
8263
+ /// Glyph font family of checkbox indicator.
8264
+ /// @group checkbox
8152
8265
  $checkbox-glyph-font-family: "WebComponentsIcons", monospace !default;
8153
8266
  $checkbox-glyph-size: $checkbox-size !default;
8267
+ /// Glyph of checkbox indicator.
8268
+ /// @group checkbox
8154
8269
  $checkbox-checked-glyph: "\e118" !default;
8270
+ /// Glyph of indeterminate checkbox indicator.
8271
+ /// @group checkbox
8155
8272
  $checkbox-indeterminate-glyph: "\e121" !default;
8156
8273
 
8274
+ /// Image of checked checkbox indicator.
8275
+ /// @group checkbox
8157
8276
  $checkbox-checked-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$checkbox-checked-text}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>") ) !default;
8277
+ /// Image of checked checkbox indicator.
8278
+ /// @group checkbox
8158
8279
  $checkbox-indeterminate-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$checkbox-indeterminate-text}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/></svg>") ) !default;
8159
8280
 
8160
- $checkbox-marker-checked-width: ( $checkbox-size / 2 ) !default;
8161
- $checkbox-marker-checked-height: ( $checkbox-size / 2 ) !default;
8162
- $checkbox-marker-indeterminate-width: ( $checkbox-size / 2 ) !default;
8163
- $checkbox-marker-indeterminate-height: 2px !default;
8164
-
8165
8281
 
8166
8282
  // Checkbox label
8167
8283
  $checkbox-label-margin-x: map-get( $spacing, 1 ) !default;
8168
8284
 
8169
8285
 
8170
8286
  // Checkbox list
8171
- $checkbox-list-margin: 0px !default;
8172
- $checkbox-list-padding: 0px !default;
8287
+
8288
+ /// Spacing between items of horizontal checkbox list.
8289
+ /// @group checkbox
8290
+ $checkbox-list-spacing: map-get( $spacing, 4 ) !default;
8291
+ /// Horizontal padding of checkbox list items.
8292
+ /// @group checkbox
8173
8293
  $checkbox-list-item-padding-x: 0px !default;
8294
+ /// Vertical padding of checkbox list items.
8295
+ /// @group checkbox
8174
8296
  $checkbox-list-item-padding-y: $list-item-padding-y !default;
8175
- $checkbox-list-horizontal-item-margin-x: 32px !default;
8176
8297
 
8177
8298
 
8178
8299
  // Checkbox ripple
8179
8300
  $checkbox-ripple-size: $checkbox-size * 3 !default;
8180
- $checkbox-ripple-margin: calc(-1 * (#{$checkbox-size} + #{$checkbox-border-width})) !default;
8181
- $checkbox-ripple-opacity: .3 !default;
8301
+ /// Background color of checkbox ripple.
8302
+ /// @group checkbox
8303
+ $checkbox-ripple-bg: $checkbox-checked-bg !default;
8304
+ /// Opacity of checkbox ripple.
8305
+ /// @group checkbox
8306
+ $checkbox-ripple-opacity: .25 !default;
8182
8307
 
8183
8308
  // #endregion
8184
8309
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/checkbox/_layout.scss
@@ -8208,28 +8333,17 @@ $checkbox-ripple-opacity: .3 !default;
8208
8333
  -webkit-appearance: none;
8209
8334
  }
8210
8335
 
8336
+
8211
8337
  // Checkbox indicator
8212
8338
  .k-checkbox::before {
8213
- @if $checkbox-icon-type == "glyph" {
8339
+ @if $checkbox-indicator-type == "glyph" {
8214
8340
  content: $checkbox-checked-glyph;
8215
8341
  width: $checkbox-glyph-size;
8216
8342
  height: $checkbox-glyph-size;
8217
8343
  font-size: $checkbox-glyph-size;
8218
8344
  font-family: $checkbox-glyph-font-family;
8219
8345
  line-height: 1;
8220
- transform: scale(0) translate(-50%, -50%);
8221
- overflow: hidden;
8222
- position: absolute;
8223
- top: 50%;
8224
- left: 50%;
8225
- }
8226
-
8227
- @if $checkbox-icon-type == "marker" {
8228
- content: "";
8229
- width: $checkbox-marker-checked-width;
8230
- height: $checkbox-marker-checked-height;
8231
- background-color: currentColor;
8232
- transform: scale(0) translate(-50%, -50%);
8346
+ transform: translate(-50%, -50%) scale(0);
8233
8347
  overflow: hidden;
8234
8348
  position: absolute;
8235
8349
  top: 50%;
@@ -8241,19 +8355,13 @@ $checkbox-ripple-opacity: .3 !default;
8241
8355
  // Checked state
8242
8356
  .k-checkbox:checked,
8243
8357
  .k-checkbox.k-checked {
8244
- @if $checkbox-icon-type == "image" {
8358
+ @if $checkbox-indicator-type == "image" {
8245
8359
  background-image: $checkbox-checked-image;
8246
8360
  }
8247
8361
 
8248
- @if $checkbox-icon-type == "glyph" {
8249
- &::before {
8250
- transform: scale(1) translate(-50%, -50%);
8251
- }
8252
- }
8253
-
8254
- @if $checkbox-icon-type == "marker" {
8362
+ @if $checkbox-indicator-type == "glyph" {
8255
8363
  &::before {
8256
- transform: scale(1) translate(-50%, -50%);
8364
+ transform: translate(-50%, -50%) scale(1);
8257
8365
  }
8258
8366
  }
8259
8367
  }
@@ -8263,22 +8371,14 @@ $checkbox-ripple-opacity: .3 !default;
8263
8371
  .k-checkbox:indeterminate,
8264
8372
  .k-checkbox.k-indeterminate,
8265
8373
  .k-checkbox.k-state-indeterminate {
8266
- @if $checkbox-icon-type == "image" {
8374
+ @if $checkbox-indicator-type == "image" {
8267
8375
  background-image: $checkbox-indeterminate-image;
8268
8376
  }
8269
8377
 
8270
- @if $checkbox-icon-type == "glyph" {
8378
+ @if $checkbox-indicator-type == "glyph" {
8271
8379
  &::before {
8272
8380
  content: $checkbox-indeterminate-glyph;
8273
- transform: scale(1) translate(-50%, -50%);
8274
- }
8275
- }
8276
-
8277
- @if $checkbox-icon-type == "marker" {
8278
- &::before {
8279
- width: $checkbox-maker-indeterminate-width;
8280
- height: $checkbox-marker-indeterminate-height;
8281
- transform: scale(1) translate(-50%, -50%);
8381
+ transform: translate(-50%, -50%) scale(1);
8282
8382
  }
8283
8383
  }
8284
8384
  }
@@ -8286,69 +8386,55 @@ $checkbox-ripple-opacity: .3 !default;
8286
8386
 
8287
8387
  // Disabled state
8288
8388
  .k-checkbox:disabled,
8289
- .k-checkbox.k-disabled,
8290
- .k-checkbox:disabled + .k-checkbox-label,
8291
- .k-checkbox.k-disabled + .k-checkbox-label {
8389
+ .k-checkbox.k-disabled {
8292
8390
  @include disabled( $disabled-styling );
8293
8391
  }
8294
8392
 
8393
+
8394
+ // Checkbox wrap
8395
+ .k-checkbox-wrap {
8396
+ flex: none;
8397
+ display: inline-flex;
8398
+ flex-flow: row nowrap;
8399
+ gap: 0;
8400
+ align-items: center;
8401
+ align-self: flex-start;
8402
+ vertical-align: middle;
8403
+ position: relative;
8404
+
8405
+ &::before {
8406
+ content: "\200b";
8407
+ width: 0px;
8408
+ overflow: hidden;
8409
+ flex: none;
8410
+ display: inline-block;
8411
+ vertical-align: top;
8412
+ }
8413
+ }
8414
+
8415
+
8295
8416
  // Checkbox label
8296
8417
  .k-checkbox-label {
8297
8418
  margin: 0;
8298
8419
  padding: 0;
8299
- line-height: $checkbox-line-height;
8300
8420
  display: inline-flex;
8301
8421
  align-items: flex-start;
8422
+ gap: $checkbox-label-margin-x;
8302
8423
  vertical-align: middle;
8303
8424
  position: relative;
8304
8425
  cursor: pointer;
8305
8426
 
8306
- .k-label {
8307
- cursor: pointer;
8308
- }
8309
-
8310
8427
  .k-ripple {
8311
- top: $checkbox-size / 2;
8312
- left: $checkbox-size / 2;
8313
- right: auto;
8314
- bottom: auto;
8315
- width: $checkbox-size * 5 / 2;
8316
- height: $checkbox-size * 5 / 2;
8317
- transform: translate(-50%, -50%);
8318
- border-radius: 50%;
8319
-
8320
8428
  // Hide ripple temporarily
8321
8429
  visibility: hidden !important; // sass-lint:disable-line no-important
8322
8430
  }
8323
-
8324
- .k-ripple-blob {
8325
- // sass-lint:disable-block no-important
8326
- // use !important until ripple can apply these styles from the script
8327
- top: 50% !important;
8328
- left: 50% !important;
8329
- width: 200% !important;
8330
- height: 200% !important;
8331
- }
8332
- }
8333
- .k-checkbox + .k-checkbox-label {
8334
- display: inline;
8335
8431
  }
8432
+ .k-checkbox + .k-label,
8433
+ .k-checkbox-wrap + .k-label,
8336
8434
  .k-checkbox + .k-checkbox-label,
8337
- .k-checkbox-label + .k-checkbox {
8338
- margin-left: $checkbox-label-margin-x;
8339
- }
8340
- .k-checkbox-label > .k-checkbox {
8341
- margin-right: $checkbox-label-margin-x;
8342
- flex-shrink: 0;
8343
- }
8344
- kendo-label.k-checkbox-label > .k-checkbox:last-child {
8345
- margin-right: 0;
8346
- }
8347
- kendo-label.k-checkbox-label > .k-label:first-child {
8348
- margin-right: $checkbox-label-margin-x;
8349
- }
8350
- kendo-label.k-checkbox-label > .k-label {
8435
+ .k-checkbox-wrap + .k-checkbox-label {
8351
8436
  display: inline;
8437
+ margin-inline-start: $checkbox-label-margin-x;
8352
8438
  }
8353
8439
 
8354
8440
 
@@ -8356,9 +8442,6 @@ $checkbox-ripple-opacity: .3 !default;
8356
8442
  .k-checkbox-label:empty {
8357
8443
  display: none !important; // sass-lint:disable-line no-important
8358
8444
  }
8359
-
8360
-
8361
- // Label with no text
8362
8445
  .k-checkbox-label.k-no-text {
8363
8446
  min-width: 1px;
8364
8447
  }
@@ -8366,73 +8449,62 @@ $checkbox-ripple-opacity: .3 !default;
8366
8449
 
8367
8450
  // Checkbox list
8368
8451
  .k-checkbox-list {
8369
- margin: $checkbox-list-margin;
8370
- padding: $checkbox-list-padding;
8452
+ margin: 0;
8453
+ padding: 0;
8454
+ display: flex;
8455
+ flex-flow: column nowrap;
8456
+ gap: 0;
8371
8457
  list-style: none;
8372
-
8373
- .k-checkbox-item {
8374
- padding: $checkbox-list-item-padding-y $checkbox-list-item-padding-x;
8375
- }
8376
8458
  }
8459
+ .k-checkbox-item,
8460
+ .k-checkbox-list-item {
8461
+ padding: $checkbox-list-item-padding-y $checkbox-list-item-padding-x;
8462
+ display: flex;
8463
+ flex-flow: row nowrap;
8464
+ align-items: center;
8465
+ align-content: center;
8466
+ gap: map-get( $spacing, 1 );
8377
8467
 
8378
- .k-list-horizontal {
8379
- .k-checkbox-item {
8380
- display: inline-block;
8381
- margin: 0 $checkbox-list-horizontal-item-margin-x 0 0;
8382
-
8383
- &:last-child {
8384
- margin-right: 0;
8385
- }
8468
+ .k-checkbox-label {
8469
+ margin: 0;
8386
8470
  }
8387
8471
  }
8472
+ .k-checkbox-list-horizontal,
8473
+ .k-checkbox-list.k-list-horizontal {
8474
+ display: flex;
8475
+ flex-flow: row wrap;
8476
+ gap: $checkbox-list-spacing;
8477
+ }
8388
8478
 
8389
8479
 
8390
- // RTL
8391
- .k-rtl,
8392
- [dir="rtl"] {
8393
- .k-checkbox + .k-checkbox-label,
8394
- .k-checkbox-label + .k-checkbox {
8395
- margin-left: 0;
8396
- margin-right: $checkbox-label-margin-x;
8397
- }
8398
- .k-checkbox-label > .k-checkbox {
8399
- margin-right: 0;
8400
- margin-left: $checkbox-label-margin-x;
8401
- }
8402
- kendo-label.k-checkbox-label > .k-checkbox:last-child {
8403
- margin-left: 0;
8404
- }
8405
- kendo-label.k-checkbox-label > .k-label:first-child {
8406
- margin-right: 0;
8407
- margin-left: $checkbox-label-margin-x;
8408
- }
8409
-
8410
- .k-list-horizontal {
8411
- .k-checkbox-item {
8412
- margin-right: 0;
8413
- margin-left: $checkbox-list-horizontal-item-margin-x;
8414
-
8415
- &:last-child {
8416
- margin-left: 0;
8417
- }
8418
- }
8419
- }
8480
+ // Ripple
8481
+ .k-checkbox-wrap .k-ripple-blob {
8482
+ width: $checkbox-ripple-size;
8483
+ height: $checkbox-ripple-size;
8420
8484
  }
8421
-
8422
8485
  .k-ripple-container {
8423
8486
  .k-checkbox::after {
8424
8487
  content: "";
8425
8488
  display: block;
8426
8489
  position: absolute;
8427
- left: 0;
8428
- top: 0;
8490
+ left: 50%;
8491
+ top: 50%;
8429
8492
  width: $checkbox-ripple-size;
8430
8493
  height: $checkbox-ripple-size;
8431
- margin-left: $checkbox-ripple-margin;
8432
- margin-top: $checkbox-ripple-margin;
8433
8494
  border-radius: 100%;
8434
- z-index: 1;
8435
- transform: scale(0);
8495
+ z-index: -1;
8496
+ transition: opacity 100ms linear, transform 150ms cubic-bezier(.4, 0, .2, 1);
8497
+ transform: translate(-50%, -50%) scale(0);
8498
+ transform-origin: center center;
8499
+ }
8500
+
8501
+ .k-checkbox:focus,
8502
+ .k-checkbox.k-state-focus {
8503
+ box-shadow: none !important; // sass-lint:disable-line no-important
8504
+
8505
+ &::after {
8506
+ transform: translate(-50%, -50%) scale(1);
8507
+ }
8436
8508
  }
8437
8509
 
8438
8510
  .k-checkbox:disabled::after,
@@ -8443,26 +8515,12 @@ $checkbox-ripple-opacity: .3 !default;
8443
8515
 
8444
8516
  }
8445
8517
 
8446
-
8447
-
8448
-
8449
- @include exports( "checkbox/layout/edge" ) {
8450
-
8451
- .k-checkbox::-ms-check {
8452
- border-width: 1px;
8453
- border-color: inherit;
8454
- color: inherit;
8455
- background-color: inherit;
8456
- }
8457
-
8458
- }
8459
-
8460
8518
  // #endregion
8461
8519
 
8462
8520
  // #endregion
8463
8521
  // #region @import "_theme.scss"; -> packages/bootstrap/scss/checkbox/_theme.scss
8464
8522
  // #region @import "~@progress/kendo-theme-default/scss/checkbox/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss
8465
- @include exports("checkbox/theme") {
8523
+ @include exports( "checkbox/theme" ) {
8466
8524
 
8467
8525
  // Checkbox
8468
8526
  .k-checkbox {
@@ -8559,9 +8617,13 @@ $checkbox-ripple-opacity: .3 !default;
8559
8617
 
8560
8618
 
8561
8619
  // Ripple
8620
+ .k-checkbox-wrap .k-ripple-blob {
8621
+ color: $checkbox-ripple-bg;
8622
+ opacity: $checkbox-ripple-opacity;
8623
+ }
8562
8624
  .k-ripple-container {
8563
8625
  .k-checkbox::after {
8564
- background: $checkbox-checked-bg;
8626
+ background: $checkbox-ripple-bg;
8565
8627
  opacity: $checkbox-ripple-opacity;
8566
8628
  }
8567
8629
  }
@@ -8603,10 +8665,9 @@ $checkbox-ripple-opacity: .3 !default;
8603
8665
 
8604
8666
  .k-list__group-header { // sass-lint:disable-line class-name-format
8605
8667
  padding: $list-item-padding-y $list-item-padding-x;
8606
- min-height: $list-line-height-em;
8607
8668
  border-bottom-width: 1px;
8608
8669
  border-bottom-style: solid;
8609
- font-size: $font-size;
8670
+ font-size: $list-font-size;
8610
8671
  white-space: normal;
8611
8672
  position: relative;
8612
8673
  transition: $transition;
@@ -8645,7 +8706,6 @@ $checkbox-ripple-opacity: .3 !default;
8645
8706
 
8646
8707
  .k-list__item { // sass-lint:disable-line class-name-format
8647
8708
  padding: $list-item-padding-y $list-item-padding-x;
8648
- min-height: $list-line-height-em;
8649
8709
  line-height: $list-line-height;
8650
8710
  white-space: normal;
8651
8711
  display: flex;
@@ -8659,12 +8719,6 @@ $checkbox-ripple-opacity: .3 !default;
8659
8719
  transition-timing-function: ease;
8660
8720
  outline: none;
8661
8721
 
8662
- .k-checkbox {
8663
- margin-top: calc( ( #{$list-line-height-em} - #{$checkbox-size} ) / 2 );
8664
- font-size: inherit;
8665
- align-self: flex-start;
8666
- }
8667
-
8668
8722
  &.k-first::before {
8669
8723
  content: "";
8670
8724
  display: block;
@@ -8747,34 +8801,9 @@ $checkbox-ripple-opacity: .3 !default;
8747
8801
  }
8748
8802
 
8749
8803
 
8804
+ // No data
8750
8805
  .k-list-container {
8751
-
8752
- .k-button {
8753
- @include border-radius( 0 );
8754
- padding: $list-item-padding-y $list-item-padding-x;
8755
- border-width: 0;
8756
- color: inherit;
8757
- background-color: transparent;
8758
- background-image: none;
8759
- line-height: inherit;
8760
- display: flex;
8761
- justify-content: flex-start;
8762
-
8763
- .k-ie11 & {
8764
- display: flex;
8765
-
8766
- .k-icon {
8767
- margin: 0 $icon-spacing 0 0;
8768
- }
8769
- }
8770
- }
8771
-
8772
- // Button disabled state
8773
- .k-button.k-state-disabled {
8774
- pointer-events: none;
8775
- }
8776
-
8777
- .k-nodata {
8806
+ .k-no-data {
8778
8807
  min-height: 138px;
8779
8808
  width: 100%;
8780
8809
  display: flex;
@@ -8784,14 +8813,15 @@ $checkbox-ripple-opacity: .3 !default;
8784
8813
  font-weight: lighter;
8785
8814
  text-align: center;
8786
8815
  white-space: normal;
8787
-
8788
- .k-button {
8789
- display: inline-flex;
8790
- border-width: 1px;
8791
- }
8792
8816
  }
8793
8817
  }
8794
8818
 
8819
+
8820
+ // Alias
8821
+ .k-nodata {
8822
+ @extend .k-no-data !optional;
8823
+ }
8824
+
8795
8825
  }
8796
8826
 
8797
8827
  // #endregion
@@ -8816,7 +8846,7 @@ $checkbox-ripple-opacity: .3 !default;
8816
8846
  .k-list__group-header { // sass-lint:disable-line class-name-format
8817
8847
  color: $component-text;
8818
8848
  border-color: $component-border;
8819
- box-shadow: $list-container-shadow;
8849
+ box-shadow: $list-header-shadow;
8820
8850
  }
8821
8851
 
8822
8852
  .k-list__item__group { // sass-lint:disable-line class-name-format
@@ -8906,8 +8936,9 @@ $checkbox-ripple-opacity: .3 !default;
8906
8936
  }
8907
8937
 
8908
8938
 
8909
- .k-nodata {
8910
- color: $list-container-no-data-text;
8939
+ // No data
8940
+ .k-no-data {
8941
+ color: $list-no-data-text;
8911
8942
  }
8912
8943
 
8913
8944
  }
@@ -8934,30 +8965,6 @@ $checkbox-ripple-opacity: .3 !default;
8934
8965
  }
8935
8966
  }
8936
8967
 
8937
-
8938
- .k-list-container {
8939
-
8940
- // Button normal state
8941
- .k-button {}
8942
-
8943
- // Button focus state
8944
- .k-button:focus,
8945
- .k-button.k-state-focused {
8946
- box-shadow: inset 0 0 0 3px rgba($list-item-text, .15);
8947
-
8948
- &:hover,
8949
- &.k-state-hover {
8950
- box-shadow: inset 0 0 0 3px rgba($list-item-hovered-text, .15);
8951
- }
8952
-
8953
- &:active,
8954
- &.k-state-active {
8955
- box-shadow: inset 0 0 0 3px rgba($list-item-selected-text, .15);
8956
- }
8957
- }
8958
-
8959
- }
8960
-
8961
8968
  }
8962
8969
 
8963
8970
  // #endregion
@@ -9422,15 +9429,6 @@ $popup-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !d
9422
9429
 
9423
9430
  // #endregion
9424
9431
 
9425
- @include exports( "popup/theme/bootstrap" ) {
9426
-
9427
- .k-animation-container-shown,
9428
- .k-animation-container > .k-popup {
9429
- @include box-shadow( none );
9430
- }
9431
-
9432
- }
9433
-
9434
9432
  // #endregion
9435
9433
 
9436
9434
  // #endregion
@@ -9608,13 +9606,13 @@ $button-active-shadow: null !default;
9608
9606
 
9609
9607
  /// The background color of selected buttons.
9610
9608
  /// @group button
9611
- $button-selected-bg: try-darken( $primary, 10% ) !default;
9609
+ $button-selected-bg: $button-active-bg !default;
9612
9610
  /// The text color of selected buttons.
9613
9611
  /// @group button
9614
- $button-selected-text: contrast-wcag( $button-selected-bg ) !default;
9612
+ $button-selected-text: $button-active-text !default;
9615
9613
  /// The border color of selected buttons.
9616
9614
  /// @group button
9617
- $button-selected-border: try-darken( $primary, 12.5% ) !default;
9615
+ $button-selected-border: $button-active-border !default;
9618
9616
  /// The background gradient of selected buttons.
9619
9617
  /// @group button
9620
9618
  $button-selected-gradient: null !default;
@@ -9678,7 +9676,7 @@ $clear-button-focused-opacity: .1 !default;
9678
9676
  // #region @import "_variables.scss"; -> packages/bootstrap/scss/input/_variables.scss
9679
9677
  // Input
9680
9678
 
9681
- $input-default-width: 200px !default;
9679
+ $input-default-width: 10em !default;
9682
9680
 
9683
9681
  $input-border-width: $input-border-width !default;
9684
9682
  $input-border-height: ( $input-border-width * 2 ) !default;
@@ -9689,18 +9687,18 @@ $input-border-radius-lg: $input-border-radius-lg !default;
9689
9687
  $input-padding-x: $input-padding-x !default;
9690
9688
  $input-padding-y: $input-padding-y !default;
9691
9689
  $input-font-family: $font-family !default;
9692
- $input-font-size: $font-size !default;
9690
+ $input-font-size: $font-size-md !default;
9693
9691
  $input-line-height: $input-line-height !default;
9694
9692
  $input-line-height-em: $input-line-height * 1em !default;
9695
9693
 
9696
9694
  $input-padding-x-sm: $input-padding-x-sm !default;
9697
9695
  $input-padding-y-sm: $input-padding-y-sm !default;
9698
- $input-font-size-sm: $input-font-size-sm !default;
9696
+ $input-font-size-sm: $input-font-size !default;
9699
9697
  $input-line-height-sm: $input-line-height !default;
9700
9698
 
9701
9699
  $input-padding-x-lg: $input-padding-x-lg !default;
9702
9700
  $input-padding-y-lg: $input-padding-y-lg !default;
9703
- $input-font-size-lg: $input-font-size-lg !default;
9701
+ $input-font-size-lg: $input-font-size !default;
9704
9702
  $input-line-height-lg: $input-line-height !default;
9705
9703
 
9706
9704
  $input-calc-height: calc( #{$input-line-height * 1em} + #{$input-padding-y * 2} + #{$input-border-height} ) !default;
@@ -9840,9 +9838,9 @@ $input-separator-opacity: .5 !default;
9840
9838
  .k-input-prefix,
9841
9839
  .k-input-suffix {
9842
9840
  display: flex;
9841
+ flex-flow: row nowrap;
9843
9842
  align-items: center;
9844
9843
  flex-shrink: 0;
9845
- height: $button-inner-calc-size;
9846
9844
 
9847
9845
  > * {
9848
9846
  flex-shrink: 0;
@@ -10469,7 +10467,7 @@ $menu-item-expanded-gradient: null !default;
10469
10467
 
10470
10468
  $menu-item-focus-shadow: inset 0 0 0 3px rgba( $menu-text, .15 ) !default;
10471
10469
 
10472
- $menu-separator-spacing: 2px !default;
10470
+ $menu-separator-spacing: map-get( $spacing, 1 ) !default;
10473
10471
 
10474
10472
  $menu-scroll-button-bg: $menu-bg !default;
10475
10473
  $menu-scroll-button-text: rgba( $menu-text, .5 ) !default;
@@ -10634,8 +10632,6 @@ $grid-edit-cell-padding-y: 5px !default;
10634
10632
 
10635
10633
  $grid-command-cell-button-spacing: map-get( $spacing, 2 ) !default;
10636
10634
 
10637
- $grid-search-width: $input-default-width !default;
10638
-
10639
10635
  $grid-sticky-bg: $grid-bg !default;
10640
10636
  $grid-sticky-text: $grid-text !default;
10641
10637
  $grid-sticky-border: rgba($grid-text, .5) !default;
@@ -10655,7 +10651,7 @@ $grid-sticky-selected-alt-bg: shade($grid-sticky-selected-bg, .4) !default;
10655
10651
  $grid-sticky-hovered-bg: try-shade( $grid-bg ) !default;
10656
10652
  $grid-sticky-selected-hovered-bg: shade($grid-sticky-selected-bg, .7) !default;
10657
10653
 
10658
- $grid-filter-menu-width: 250px !default;
10654
+ $grid-column-menu-width: 250px !default;
10659
10655
 
10660
10656
  $grid-filter-menu-check-all-border-bottom-width: 1px !default;
10661
10657
 
@@ -10756,13 +10752,13 @@ $table-footer-border: $grid-footer-border !default;
10756
10752
 
10757
10753
  /// Background color of group rows in table.
10758
10754
  /// @group table
10759
- $table-group-row-bg: $grid-grouping-row-bg !default;
10755
+ $table-group-row-bg: $table-header-bg !default;
10760
10756
  /// Text color of group rows in table.
10761
10757
  /// @group table
10762
- $table-group-row-text: $grid-grouping-row-text !default;
10758
+ $table-group-row-text: $table-header-text !default;
10763
10759
  /// Border color of group rows in table.
10764
10760
  /// @group table
10765
- $table-group-row-border: null !default;
10761
+ $table-group-row-border: $table-header-border !default;
10766
10762
 
10767
10763
 
10768
10764
  /// Background color of alternating rows in table.
@@ -10814,7 +10810,7 @@ $table-selected-border: $grid-selected-border !default;
10814
10810
  // #endregion
10815
10811
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/table/_layout.scss
10816
10812
  // #region @import "~@progress/kendo-theme-default/scss/table/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/table/_layout.scss
10817
- @include exports("table/layout") {
10813
+ @include exports( "table/layout" ) {
10818
10814
 
10819
10815
  // Table
10820
10816
  .k-table {
@@ -10846,12 +10842,11 @@ $table-selected-border: $grid-selected-border !default;
10846
10842
  // Table native parts
10847
10843
  .k-table-thead,
10848
10844
  .k-table-tbody,
10849
- .k-table-tfoot {
10850
- text-align: inherit;
10851
- }
10845
+ .k-table-tfoot,
10852
10846
  .k-table-row,
10853
10847
  .k-table-alt-row {
10854
10848
  border-color: inherit;
10849
+ text-align: inherit;
10855
10850
  }
10856
10851
  .k-table-th,
10857
10852
  .k-table-td {
@@ -10872,6 +10867,9 @@ $table-selected-border: $grid-selected-border !default;
10872
10867
  border-left-width: 0;
10873
10868
  }
10874
10869
  }
10870
+ .k-table-th {
10871
+ border-bottom-width: 1px;
10872
+ }
10875
10873
 
10876
10874
 
10877
10875
  // Table header
@@ -10890,8 +10888,27 @@ $table-selected-border: $grid-selected-border !default;
10890
10888
  width: 100%;
10891
10889
  border-width: 0 $table-cell-vertical-border-width 0 0;
10892
10890
  border-style: solid;
10891
+ border-color: inherit;
10893
10892
  overflow: hidden;
10894
10893
  }
10894
+ .k-table-header,
10895
+ .k-table-header-wrap {
10896
+ > .k-table {
10897
+ margin-bottom: -1px;
10898
+ }
10899
+ }
10900
+ .k-table-group-sticky-header {
10901
+ font-size: $table-font-size;
10902
+ line-height: $line-height;
10903
+ flex: none;
10904
+
10905
+ .k-table-th {
10906
+ display: flex;
10907
+ flex-flow: row nowrap;
10908
+ align-items: center;
10909
+ align-content: center;
10910
+ }
10911
+ }
10895
10912
 
10896
10913
 
10897
10914
  // Table list
@@ -10928,7 +10945,7 @@ $table-selected-border: $grid-selected-border !default;
10928
10945
  .k-table-group-row {
10929
10946
 
10930
10947
  &::before {
10931
- content: ".";
10948
+ content: "\200b";
10932
10949
  padding: $table-cell-padding-y 0;
10933
10950
  width: 0;
10934
10951
  display: block;
@@ -10970,7 +10987,8 @@ $table-selected-border: $grid-selected-border !default;
10970
10987
 
10971
10988
 
10972
10989
  // Virtualization
10973
- .k-virtual-table .k-table-row {
10990
+ .k-virtual-table .k-table-row,
10991
+ .k-virtual-table .k-table-group-row {
10974
10992
  position: absolute;
10975
10993
  width: 100%;
10976
10994
  }
@@ -11003,6 +11021,7 @@ $table-selected-border: $grid-selected-border !default;
11003
11021
  width: 100%;
11004
11022
  border-width: 0 $table-cell-vertical-border-width 0 0;
11005
11023
  border-style: solid;
11024
+ border-color: inherit;
11006
11025
  overflow: hidden;
11007
11026
  }
11008
11027
 
@@ -11048,7 +11067,7 @@ $table-selected-border: $grid-selected-border !default;
11048
11067
  // #endregion
11049
11068
  // #region @import "_theme.scss"; -> packages/bootstrap/scss/table/_theme.scss
11050
11069
  // #region @import "~@progress/kendo-theme-default/scss/table/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/table/_theme.scss
11051
- @include exports("table/theme") {
11070
+ @include exports( "table/theme" ) {
11052
11071
 
11053
11072
  // Table
11054
11073
  .k-table,
@@ -11061,7 +11080,8 @@ $table-selected-border: $grid-selected-border !default;
11061
11080
 
11062
11081
  // Table header
11063
11082
  .k-table-thead,
11064
- .k-table-header {
11083
+ .k-table-header,
11084
+ .k-table-group-sticky-header {
11065
11085
  border-color: $table-header-border;
11066
11086
  color: $table-header-text;
11067
11087
  background-color: $table-header-bg;
@@ -11220,14 +11240,25 @@ $table-selected-border: $grid-selected-border !default;
11220
11240
  // Component
11221
11241
  // #region @import "_variables.scss"; -> packages/bootstrap/scss/avatar/_variables.scss
11222
11242
  // Avatar
11243
+
11244
+ /// Border width of the avatar.
11245
+ /// @group avatar
11223
11246
  $avatar-border-width: 1px !default;
11224
11247
  $avatar-border-radius: map-get( $spacing, 1 ) !default;
11225
11248
 
11249
+ /// Font family of the avatar.
11250
+ /// @group avatar
11226
11251
  $avatar-font-family: $font-family !default;
11252
+ /// Font size of the avatar.
11253
+ /// @group avatar
11227
11254
  $avatar-font-size: $font-size !default;
11255
+ /// Line height of the avatar.
11256
+ /// @group avatar
11228
11257
  $avatar-line-height: $line-height !default;
11229
11258
 
11230
11259
 
11260
+ /// The sizes of the avatar.
11261
+ /// @group avatar
11231
11262
  $avatar-sizes: (
11232
11263
  sm: map-get( $spacing, 4 ),
11233
11264
  md: map-get( $spacing, 8 ),
@@ -13154,7 +13185,7 @@ $skeleton-wave-bg: rgba( black, .04 ) !default;
13154
13185
  transform: $skeleton-text-transform;
13155
13186
 
13156
13187
  &:empty::before {
13157
- content: "\00a0";
13188
+ content: "\200b";
13158
13189
  }
13159
13190
  }
13160
13191
 
@@ -13443,8 +13474,6 @@ $tooltip-error-border: $tooltip-error-bg !default;
13443
13474
  .k-icon-button,
13444
13475
  .k-button.k-button-icon {
13445
13476
  padding: $button-padding-y;
13446
- width: $button-calc-size;
13447
- height: $button-calc-size;
13448
13477
  gap: 0;
13449
13478
 
13450
13479
  > .k-text,
@@ -13454,6 +13483,8 @@ $tooltip-error-border: $tooltip-error-bg !default;
13454
13483
 
13455
13484
  .k-button-icon {
13456
13485
  margin: 0;
13486
+ min-width: calc( #{$button-font-size} * #{$button-line-height} );
13487
+ min-height: calc( #{$button-font-size} * #{$button-line-height} );
13457
13488
  }
13458
13489
  }
13459
13490
  // TODO: REMOVE
@@ -14215,8 +14246,9 @@ $tooltip-error-border: $tooltip-error-bg !default;
14215
14246
  @include border-radius( 0 );
14216
14247
  margin: 0;
14217
14248
  padding: $toolbar-padding-y;
14218
- width: $toolbar-inner-calc-size;
14249
+ width: auto;
14219
14250
  height: 100%;
14251
+ aspect-ratio: 1;
14220
14252
  border-width: 0;
14221
14253
  border-color: inherit;
14222
14254
  box-sizing: border-box;
@@ -14290,6 +14322,14 @@ $tooltip-error-border: $tooltip-error-bg !default;
14290
14322
  // Overflow container
14291
14323
  .k-overflow-container {
14292
14324
 
14325
+ > .k-item {
14326
+ border-color: inherit;
14327
+ }
14328
+
14329
+ .k-separator {
14330
+ margin: map-get( $spacing, 1 ) 0;
14331
+ }
14332
+
14293
14333
  // Group
14294
14334
  .k-overflow-tool-group {
14295
14335
  display: block;
@@ -14297,13 +14337,23 @@ $tooltip-error-border: $tooltip-error-bg !default;
14297
14337
 
14298
14338
  // Button
14299
14339
  .k-overflow-button {
14340
+ @include border-radius( 0 );
14341
+ padding: $list-item-padding-y $list-item-padding-x;
14300
14342
  width: 100%;
14343
+ border-width: 0;
14344
+ color: inherit;
14345
+ background-color: transparent;
14346
+ background-image: none;
14347
+ line-height: inherit;
14348
+ display: flex;
14349
+ justify-content: flex-start;
14301
14350
  }
14302
14351
 
14303
14352
  // Button group
14304
14353
  .k-button-group {
14354
+ @include box-shadow( none );
14305
14355
  display: flex;
14306
- flex-direction: column;
14356
+ flex-flow: column nowrap;
14307
14357
 
14308
14358
  .k-button {
14309
14359
  margin: if( $button-border-width == 0, null, 0);
@@ -14397,13 +14447,6 @@ $tooltip-error-border: $tooltip-error-bg !default;
14397
14447
  @include box-shadow( $toolbar-shadow );
14398
14448
 
14399
14449
 
14400
- // Overflow anchor
14401
- .k-overflow-anchor {
14402
- color: inherit;
14403
- background: transparent;
14404
- }
14405
-
14406
-
14407
14450
  // Separator
14408
14451
  .k-separator {
14409
14452
  border-color: $toolbar-separator-border;
@@ -14415,6 +14458,41 @@ $tooltip-error-border: $tooltip-error-bg !default;
14415
14458
 
14416
14459
  }
14417
14460
 
14461
+
14462
+ // Overflow container
14463
+ .k-overflow-container {
14464
+
14465
+ .k-button {
14466
+
14467
+ // Hover state
14468
+ &:hover,
14469
+ &.k-state-hover {
14470
+ color: $list-item-hovered-text;
14471
+ background: $list-item-hovered-bg;
14472
+ }
14473
+
14474
+ // Active state
14475
+ &:active,
14476
+ &.k-state-active {
14477
+ color: $list-item-selected-text;
14478
+ background: $list-item-selected-bg;
14479
+ }
14480
+
14481
+ // Button focus state
14482
+ .k-button:focus,
14483
+ .k-button.k-state-focused {
14484
+ box-shadow: $list-item-focused-shadow;
14485
+ }
14486
+
14487
+ // Disabled state
14488
+ &:disabled,
14489
+ &.k-state-disabled {
14490
+ color: inherit;
14491
+ }
14492
+ }
14493
+
14494
+ }
14495
+
14418
14496
  }
14419
14497
 
14420
14498
 
@@ -14754,10 +14832,6 @@ $fieldset-legend-border: null !default;
14754
14832
  display: flex;
14755
14833
  flex-flow: row nowrap;
14756
14834
  }
14757
- .k-checkbox-label,
14758
- .k-radio-label {
14759
- display: inline-flex;
14760
- }
14761
14835
 
14762
14836
  .k-label + .k-radio {
14763
14837
  margin-left: 0;
@@ -14792,13 +14866,11 @@ $fieldset-legend-border: null !default;
14792
14866
  padding: 0;
14793
14867
  }
14794
14868
 
14795
- .k-form-field,
14796
- .k-daterangepicker .k-textbox-container {
14869
+ .k-form-field {
14797
14870
  margin-top: $form-field-margin-top;
14798
14871
  }
14799
14872
 
14800
- > *,
14801
- .k-daterangepicker .k-textbox-container {
14873
+ > * {
14802
14874
  &:not(.k-hidden):first-child,
14803
14875
  &.k-hidden + :not(.k-hidden) {
14804
14876
  margin-top: 0;
@@ -14840,7 +14912,6 @@ $fieldset-legend-border: null !default;
14840
14912
  .k-dateinput,
14841
14913
  .k-datepicker,
14842
14914
  .k-datetimepicker,
14843
- .k-daterangepicker-wrap,
14844
14915
  .k-timepicker,
14845
14916
  .k-numerictextbox,
14846
14917
  .k-maskedtextbox,
@@ -14849,6 +14920,11 @@ $fieldset-legend-border: null !default;
14849
14920
  display: inline-flex;
14850
14921
  width: 100%;
14851
14922
  }
14923
+ .k-daterangepicker {
14924
+ width: 100%;
14925
+ flex-flow: column nowrap;
14926
+ gap: 0;
14927
+ }
14852
14928
  }
14853
14929
 
14854
14930
  // Form Buttons Container
@@ -15966,7 +16042,7 @@ $textarea-invalid-focus-shadow: $invalid-shadow !default;
15966
16042
  // Listbox
15967
16043
  $listbox-margin: 5px !default;
15968
16044
  $listbox-button-margin: $padding-x !default;
15969
- $listbox-width: 12.4em !default;
16045
+ $listbox-width: 10em !default;
15970
16046
  $listbox-default-height: 200px !default;
15971
16047
 
15972
16048
  $listbox-border-width: 1px !default;
@@ -16485,56 +16561,107 @@ $progressbar-chunk-border: $body-bg !default;
16485
16561
  // Component
16486
16562
  // #region @import "_variables.scss"; -> packages/bootstrap/scss/radio/_variables.scss
16487
16563
  // Radio button
16564
+
16488
16565
  $radio-size: map-get( $spacing, 4 ) !default;
16566
+ /// Border radius of radio button.
16567
+ /// @group radio
16489
16568
  $radio-radius: 50% !default;
16569
+ /// Border width of radio button.
16570
+ /// @group radio
16490
16571
  $radio-border-width: 1px !default;
16491
- $radio-line-height: calc(#{$radio-size} + #{$radio-border-width}) !default;
16492
16572
 
16573
+ /// Background color of radio button.
16574
+ /// @group radio
16493
16575
  $radio-bg: $checkbox-bg !default;
16576
+ /// Color of radio button.
16577
+ /// @group radio
16494
16578
  $radio-text: $checkbox-text !default;
16579
+ /// Border color of radio button.
16580
+ /// @group radio
16495
16581
  $radio-border: $checkbox-border !default;
16496
16582
 
16583
+ /// Background color of hovered radio button.
16584
+ /// @group radio
16497
16585
  $radio-hovered-bg: $checkbox-hovered-bg !default;
16586
+ /// Color of hovered radio button.
16587
+ /// @group radio
16498
16588
  $radio-hovered-text: $checkbox-hovered-text !default;
16589
+ /// Border color of hovered radio button.
16590
+ /// @group radio
16499
16591
  $radio-hovered-border: $checkbox-hovered-border !default;
16500
16592
 
16593
+ /// Background color of checked radio button.
16594
+ /// @group radio
16501
16595
  $radio-checked-bg: $checkbox-checked-bg !default;
16596
+ /// Color of checked radio button.
16597
+ /// @group radio
16502
16598
  $radio-checked-text: $checkbox-checked-text !default;
16599
+ /// Border color of checked radio button.
16600
+ /// @group radio
16503
16601
  $radio-checked-border: $checkbox-checked-border !default;
16504
16602
 
16505
- $radio-indeterminate-bg: $radio-checked-bg !default;
16506
- $radio-indeterminate-text: $radio-checked-text !default;
16507
- $radio-indeterminate-border: $radio-checked-border !default;
16508
-
16509
- $radio-focused-border: $checkbox-focused-border !default;
16603
+ /// Border color of focused radio button.
16604
+ /// @group radio
16605
+ $radio-focused-border: $checkbox-hovered-border !default;
16606
+ /// Box shadow of focused radio button.
16607
+ /// @group radio
16510
16608
  $radio-focused-shadow: $checkbox-focused-shadow !default;
16609
+ /// Border color of focused and checked radio button.
16610
+ /// @group radio
16511
16611
  $radio-focused-checked-border: $checkbox-checked-border !default;
16612
+ /// Box shadow of focused and checked radio button.
16613
+ /// @group radio
16512
16614
  $radio-focused-checked-shadow: $checkbox-focused-checked-shadow !default;
16513
16615
 
16514
- $radio-disabled-bg: null !default;
16515
- $radio-disabled-text: null !default;
16516
- $radio-disabled-border: null !default;
16517
-
16518
- $radio-disabled-checked-bg: null !default;
16519
- $radio-disabled-checked-text: null !default;
16520
- $radio-disabled-checked-border: null !default;
16521
-
16522
- $radio-invalid-bg: null !default;
16523
- $radio-invalid-text: $invalid-text !default;
16524
- $radio-invalid-border: $invalid-border !default;
16616
+ /// Background color of disabled radio button.
16617
+ /// @group radio
16618
+ $radio-disabled-bg: $checkbox-disabled-bg !default;
16619
+ /// Color of disabled radio button.
16620
+ /// @group radio
16621
+ $radio-disabled-text: $checkbox-disabled-text !default;
16622
+ /// Border color of disabled radio button.
16623
+ /// @group radio
16624
+ $radio-disabled-border: $checkbox-disabled-border !default;
16625
+
16626
+ /// Background color of disabled and checked radio button.
16627
+ /// @group radio
16628
+ $radio-disabled-checked-bg: $checkbox-disabled-checked-bg !default;
16629
+ /// Color of disabled and checked radio button.
16630
+ /// @group radio
16631
+ $radio-disabled-checked-text: $checkbox-disabled-checked-text !default;
16632
+ /// Border color of disabled and checked radio button.
16633
+ /// @group radio
16634
+ $radio-disabled-checked-border: $checkbox-disabled-checked-border !default;
16635
+
16636
+ /// Background color of invalid radio button.
16637
+ /// @group radio
16638
+ $radio-invalid-bg: $checkbox-invalid-bg !default;
16639
+ /// Color of invalid radio button.
16640
+ /// @group radio
16641
+ $radio-invalid-text: $checkbox-invalid-text !default;
16642
+ /// Border color of invalid radio button.
16643
+ /// @group radio
16644
+ $radio-invalid-border: $checkbox-invalid-border !default;
16525
16645
 
16526
16646
 
16527
16647
  // Radio indicator
16528
- $radio-icon-type: image !default;
16648
+
16649
+ /// Type of radio button indicator.
16650
+ /// @group radio
16651
+ $radio-indicator-type: image !default;
16529
16652
 
16530
16653
  $radio-glyph-font-family: "WebComponentsIcons", monospace !default;
16531
16654
  $radio-glyph-size: 12px !default;
16655
+ /// Glyph of radio button indicator.
16656
+ /// @group radio
16532
16657
  $radio-checked-glyph: "\e308" !default;
16533
16658
 
16659
+ /// Image of checked radio button indicator.
16660
+ /// @group radio
16534
16661
  $radio-checked-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='#{$radio-checked-text}'/></svg>") ) !default;
16535
-
16536
- $radio-marker-checked-width: ( $radio-size / 2 ) !default;
16537
- $radio-marker-checked-height: ( $radio-size / 2 ) !default;
16662
+ /// Image of disabled and checked radio button indicator.
16663
+ /// @group radio
16664
+ $radio-disabled-checked-image: null !default;
16538
16665
 
16539
16666
 
16540
16667
  // Radio label
@@ -16542,17 +16669,26 @@ $radio-label-margin-x: map-get( $spacing, 1 ) !default;
16542
16669
 
16543
16670
 
16544
16671
  // Radio list
16545
- $radio-list-margin: 0px !default;
16546
- $radio-list-padding: 0px !default;
16672
+
16673
+ /// Spacing between items of horizontal radio button list.
16674
+ /// @group radio
16675
+ $radio-list-spacing: map-get( $spacing, 4 ) !default;
16676
+ /// Horizontal padding of radio button list items.
16677
+ /// @group radio
16547
16678
  $radio-list-item-padding-x: 0px !default;
16679
+ /// Vertical padding of radio button list items.
16680
+ /// @group radio
16548
16681
  $radio-list-item-padding-y: $list-item-padding-y !default;
16549
- $radio-list-horizontal-item-margin-x: 32px !default;
16550
16682
 
16551
16683
 
16552
16684
  // Radio ripple
16553
16685
  $radio-ripple-size: $radio-size * 3 !default;
16554
- $radio-ripple-margin: calc(-1 * (#{$radio-size} + 2 * #{$radio-border-width})) !default;
16555
- $radio-ripple-opacity: .3 !default;
16686
+ /// Background color of radio button ripple.
16687
+ /// @group radio
16688
+ $radio-ripple-bg: $radio-checked-bg !default;
16689
+ /// Opacity of radio button ripple.
16690
+ /// @group radio
16691
+ $radio-ripple-opacity: .25 !default;
16556
16692
 
16557
16693
  // #endregion
16558
16694
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/radio/_layout.scss
@@ -16582,9 +16718,10 @@ $radio-ripple-opacity: .3 !default;
16582
16718
  -webkit-appearance: none;
16583
16719
  }
16584
16720
 
16721
+
16585
16722
  // Radio indicator
16586
16723
  .k-radio::before {
16587
- @if $radio-icon-type == "glyph" {
16724
+ @if $radio-indicator-type == "glyph" {
16588
16725
  content: $radio-checked-glyph;
16589
16726
  width: $radio-glyph-size;
16590
16727
  height: $radio-glyph-size;
@@ -16597,179 +16734,151 @@ $radio-ripple-opacity: .3 !default;
16597
16734
  top: 50%;
16598
16735
  left: 50%;
16599
16736
  }
16600
-
16601
- @if $radio-icon-type == "marker" {
16602
- content: "";
16603
- width: $radio-marker-checked-width;
16604
- height: $radio-marker-checked-width;
16605
- border-radius: 50%;
16606
- background-color: currentColor;
16607
- transform: scale(0) translate(-50%, -50%);
16608
- overflow: hidden;
16609
- position: absolute;
16610
- top: 50%;
16611
- left: 50%;
16612
- }
16613
16737
  }
16614
16738
 
16739
+
16615
16740
  // Checked state
16616
16741
  .k-radio:checked,
16617
16742
  .k-radio.k-checked {
16618
- @if $radio-icon-type == "image" {
16743
+ @if $radio-indicator-type == "image" {
16619
16744
  background-image: $radio-checked-image;
16620
16745
  }
16621
16746
 
16622
- @if $radio-icon-type == "glyph" {
16623
- &::before {
16624
- transform: scale(1) translate(-50%, -50%);
16625
- }
16626
- }
16627
-
16628
- @if $radio-icon-type == "marker" {
16747
+ @if $radio-indicator-type == "glyph" {
16629
16748
  &::before {
16630
16749
  transform: scale(1) translate(-50%, -50%);
16631
16750
  }
16632
16751
  }
16633
16752
  }
16634
16753
 
16754
+
16635
16755
  // Disabled state
16636
16756
  .k-radio:disabled,
16637
- .k-radio.k-disabled,
16638
- .k-radio:disabled + .k-radio-label,
16639
- .k-radio.k-disabled + .k-radio-label {
16757
+ .k-radio.k-disabled {
16640
16758
  @include disabled( $disabled-styling );
16641
16759
  }
16760
+ .k-radio:disabled:checked,
16761
+ .k-radio.k-disabled.k-checked {
16762
+ @if $radio-indicator-type == "image" {
16763
+ background-image: $radio-disabled-checked-image;
16764
+ }
16765
+ }
16642
16766
 
16643
- .k-radio + .k-radio-label {
16644
- display: inline;
16767
+
16768
+ // Radio wrap
16769
+ .k-radio-wrap {
16770
+ flex: none;
16771
+ display: inline-flex;
16772
+ flex-flow: row nowrap;
16773
+ gap: 0;
16774
+ align-items: center;
16775
+ align-self: start;
16776
+ vertical-align: middle;
16777
+ position: relative;
16778
+
16779
+ &::before {
16780
+ content: "\200b";
16781
+ width: 0px;
16782
+ overflow: hidden;
16783
+ flex: none;
16784
+ display: inline-block;
16785
+ vertical-align: top;
16786
+ }
16645
16787
  }
16646
16788
 
16789
+
16647
16790
  // Radio label
16648
16791
  .k-radio-label {
16649
16792
  margin: 0;
16650
16793
  padding: 0;
16651
- line-height: $radio-line-height;
16652
16794
  display: inline-flex;
16653
16795
  align-items: flex-start;
16796
+ gap: $radio-label-margin-x;
16654
16797
  vertical-align: middle;
16655
16798
  position: relative;
16656
16799
  cursor: pointer;
16657
16800
 
16658
- .k-label {
16659
- cursor: pointer;
16660
- }
16661
-
16662
- // Hide empty label
16663
- &:empty {
16664
- display: none !important; // sass-lint:disable-line no-important
16665
- }
16666
-
16667
16801
  .k-ripple {
16668
- top: $radio-size / 2;
16669
- left: $radio-size / 2;
16670
- right: auto;
16671
- bottom: auto;
16672
- width: $radio-size * 5 / 2;
16673
- height: $radio-size * 5 / 2;
16674
- transform: translate(-50%, -50%);
16675
- border-radius: 50%;
16676
-
16677
16802
  // Hide ripple temporarily
16678
16803
  visibility: hidden !important; // sass-lint:disable-line no-important
16679
16804
  }
16680
-
16681
- .k-ripple-blob {
16682
- // sass-lint:disable-block no-important
16683
- // use !important until ripple can apply these styles from the script
16684
- top: 50% !important;
16685
- left: 50% !important;
16686
- width: 200% !important;
16687
- height: 200% !important;
16688
- }
16689
16805
  }
16690
-
16806
+ .k-radio + .k-label,
16807
+ .k-radio-wrap + .k-label,
16691
16808
  .k-radio + .k-radio-label,
16692
- .k-radio-label + .k-radio,
16693
- .k-label + .k-radio {
16694
- margin-left: $radio-label-margin-x;
16809
+ .k-radio-wrap + .k-radio-label {
16810
+ display: inline;
16811
+ margin-inline-start: $radio-label-margin-x;
16695
16812
  }
16696
- .k-radio-label > .k-radio {
16697
- margin-right: $radio-label-margin-x;
16698
- flex-shrink: 0;
16813
+
16814
+
16815
+ // Empty label
16816
+ .k-radio-label:empty {
16817
+ display: none !important; // sass-lint:disable-line no-important
16699
16818
  }
16700
- kendo-label.k-radio-label > .k-label {
16701
- display: inline;
16819
+ .k-radio-label.k-no-text {
16820
+ min-width: 1px;
16702
16821
  }
16703
16822
 
16823
+
16704
16824
  // Radio list
16705
16825
  .k-radio-list {
16706
- margin: $radio-list-margin;
16707
- padding: $radio-list-padding;
16826
+ margin: 0;
16827
+ padding: 0;
16828
+ display: flex;
16829
+ flex-flow: column nowrap;
16830
+ gap: 0;
16708
16831
  list-style: none;
16709
-
16710
- .k-radio-item {
16711
- padding: $radio-list-item-padding-y $radio-list-item-padding-x;
16712
- }
16713
16832
  }
16833
+ .k-radio-item,
16834
+ .k-radio-list-item {
16835
+ padding: $radio-list-item-padding-y $radio-list-item-padding-x;
16836
+ display: flex;
16837
+ flex-flow: row nowrap;
16838
+ align-items: center;
16839
+ align-content: center;
16840
+ gap: map-get( $spacing, 1 );
16714
16841
 
16715
- .k-list-horizontal {
16716
- .k-radio-item {
16717
- display: inline-block;
16718
- margin: 0 $radio-list-horizontal-item-margin-x 0 0;
16719
-
16720
- &:last-child {
16721
- margin-right: 0;
16722
- }
16842
+ .k-radio-label {
16843
+ margin: 0;
16723
16844
  }
16724
16845
  }
16846
+ .k-radio-list-horizontal,
16847
+ .k-radio-list.k-list-horizontal {
16848
+ display: flex;
16849
+ flex-flow: row wrap;
16850
+ gap: $radio-list-spacing;
16851
+ }
16725
16852
 
16726
- // RTL
16727
- .k-rtl,
16728
- [dir="rtl"] {
16729
- .k-radio + .k-radio-label,
16730
- .k-radio-label + .k-radio,
16731
- .k-label + .k-radio {
16732
- margin-left: 0;
16733
- margin-right: $radio-label-margin-x;
16734
- }
16735
- .k-radio-label > .k-radio {
16736
- margin-right: 0;
16737
- margin-left: $radio-label-margin-x;
16738
- }
16739
- kendo-label.k-radio-label > .k-radio:last-child {
16740
- margin-left: 0;
16741
- }
16742
- kendo-label.k-radio-label > .k-label:first-child {
16743
- margin-right: 0;
16744
- margin-left: $radio-label-margin-x;
16745
- }
16746
-
16747
- .k-list-horizontal {
16748
- .k-radio-item {
16749
- margin-right: 0;
16750
- margin-left: $radio-list-horizontal-item-margin-x;
16751
16853
 
16752
- &:last-child {
16753
- margin-left: 0;
16754
- }
16755
- }
16756
- }
16854
+ // Ripple
16855
+ .k-radio-wrap .k-ripple-blob {
16856
+ width: $radio-ripple-size;
16857
+ height: $radio-ripple-size;
16757
16858
  }
16758
-
16759
16859
  .k-ripple-container {
16760
16860
  .k-radio::after {
16761
16861
  content: "";
16762
16862
  display: block;
16763
16863
  position: absolute;
16764
- left: 0;
16765
- top: 0;
16864
+ left: 50%;
16865
+ top: 50%;
16766
16866
  width: $radio-ripple-size;
16767
16867
  height: $radio-ripple-size;
16768
- margin-left: $radio-ripple-margin;
16769
- margin-top: $radio-ripple-margin;
16770
16868
  border-radius: 100%;
16771
- z-index: 1;
16772
- transform: scale(0);
16869
+ z-index: -1;
16870
+ transition: opacity 100ms linear, transform 150ms cubic-bezier(.4, 0, .2, 1);
16871
+ transform: translate(-50%, -50%) scale(0);
16872
+ transform-origin: center center;
16873
+ }
16874
+
16875
+ .k-radio:focus,
16876
+ .k-radio.k-state-focus {
16877
+ box-shadow: none !important; // sass-lint:disable-line no-important
16878
+
16879
+ &::after {
16880
+ transform: translate(-50%, -50%) scale(1);
16881
+ }
16773
16882
  }
16774
16883
 
16775
16884
  .k-radio:disabled::after,
@@ -16777,26 +16886,6 @@ $radio-ripple-opacity: .3 !default;
16777
16886
  display: none;
16778
16887
  }
16779
16888
  }
16780
- }
16781
-
16782
-
16783
-
16784
-
16785
- @include exports( "radio/layout/edge" ) {
16786
-
16787
- .k-radio::-ms-check {
16788
- border-width: 0;
16789
- border-color: inherit;
16790
- color: inherit;
16791
- background-color: inherit;
16792
- }
16793
-
16794
- // IE 11 hack
16795
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
16796
- .k-radio::-ms-check {
16797
- border-width: 1px;
16798
- }
16799
- }
16800
16889
 
16801
16890
  }
16802
16891
 
@@ -16805,7 +16894,7 @@ $radio-ripple-opacity: .3 !default;
16805
16894
  // #endregion
16806
16895
  // #region @import "_theme.scss"; -> packages/bootstrap/scss/radio/_theme.scss
16807
16896
  // #region @import "~@progress/kendo-theme-default/scss/radio/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/radio/_theme.scss
16808
- @include exports("radio/theme") {
16897
+ @include exports( "radio/theme" ) {
16809
16898
 
16810
16899
  // Radio
16811
16900
  .k-radio {
@@ -16860,7 +16949,6 @@ $radio-ripple-opacity: .3 !default;
16860
16949
  $radio-checked-border
16861
16950
  );
16862
16951
  }
16863
-
16864
16952
  .k-radio:checked:focus,
16865
16953
  .k-radio.k-checked.k-state-focus {
16866
16954
  @include fill( $border: $radio-focused-checked-border );
@@ -16886,6 +16974,7 @@ $radio-ripple-opacity: .3 !default;
16886
16974
  );
16887
16975
  }
16888
16976
 
16977
+
16889
16978
  // Ripple
16890
16979
  .k-ripple-container {
16891
16980
  .k-radio::after {
@@ -18033,7 +18122,7 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18033
18122
  display: block;
18034
18123
  position: absolute;
18035
18124
  bottom: 0;
18036
- content: " ";
18125
+ content: "\200b";
18037
18126
  height: 0;
18038
18127
  line-height: 0;
18039
18128
  z-index: 1;
@@ -18071,7 +18160,7 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18071
18160
  &::after {
18072
18161
  display: block;
18073
18162
  position: absolute;
18074
- content: " ";
18163
+ content: "\200b";
18075
18164
  height: 0;
18076
18165
  line-height: 0;
18077
18166
  z-index: 1;
@@ -18170,18 +18259,6 @@ $infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
18170
18259
 
18171
18260
 
18172
18261
 
18173
-
18174
- @include exports("daterangepicker/layout") {
18175
-
18176
- // jQuery DateRangePicker
18177
- .k-widget.k-daterangepicker {
18178
- border: 0;
18179
- }
18180
-
18181
- }
18182
-
18183
-
18184
-
18185
18262
  @include exports("calendar/layout/rtl") {
18186
18263
 
18187
18264
  .k-rtl .k-calendar,
@@ -18641,7 +18718,7 @@ $time-list-focused-bg: rgba(0, 0, 0, .02) !default;
18641
18718
  &::before,
18642
18719
  &::after {
18643
18720
  display: block;
18644
- content: " ";
18721
+ content: "\200b";
18645
18722
  position: absolute;
18646
18723
  width: 100%;
18647
18724
  left: 0;
@@ -18677,7 +18754,7 @@ $time-list-focused-bg: rgba(0, 0, 0, .02) !default;
18677
18754
  &::after {
18678
18755
  display: block;
18679
18756
  position: absolute;
18680
- content: " ";
18757
+ content: "\200b";
18681
18758
  height: 0;
18682
18759
  line-height: 0;
18683
18760
  z-index: 1;
@@ -18857,25 +18934,6 @@ $time-list-focused-bg: rgba(0, 0, 0, .02) !default;
18857
18934
  // Component
18858
18935
  // #region @import "_variables.scss"; -> packages/bootstrap/scss/autocomplete/_variables.scss
18859
18936
  // Autocomplete
18860
- $autocomplete-bg: $input-bg !default;
18861
- $autocomplete-text: $input-text !default;
18862
- $autocomplete-border: $input-border !default;
18863
- $autocomplete-shadow: $input-shadow !default;
18864
-
18865
- $autocomplete-hovered-bg: $input-hovered-bg !default;
18866
- $autocomplete-hovered-text: $input-hovered-text !default;
18867
- $autocomplete-hovered-border: $input-hovered-border !default;
18868
- $autocomplete-hovered-shadow: $input-hovered-shadow !default;
18869
-
18870
- $autocomplete-focused-bg: $input-focused-bg !default;
18871
- $autocomplete-focused-text: $input-focused-text !default;
18872
- $autocomplete-focused-border: $input-focused-border !default;
18873
- $autocomplete-focused-shadow: $input-focused-shadow !default;
18874
-
18875
- $autocomplete-disabled-bg: null !default;
18876
- $autocomplete-disabled-text: null !default;
18877
- $autocomplete-disabled-border: null !default;
18878
- $autocomplete-disabled-shadow: null !default;
18879
18937
 
18880
18938
  // #endregion
18881
18939
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/autocomplete/_layout.scss
@@ -18925,79 +18983,60 @@ $autocomplete-disabled-shadow: null !default;
18925
18983
  // #endregion
18926
18984
  // #region @import "_theme.scss"; -> packages/bootstrap/scss/autocomplete/_theme.scss
18927
18985
  // #region @import "~@progress/kendo-theme-default/scss/autocomplete/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/autocomplete/_theme.scss
18928
- @include exports("autocomplete/theme") {
18986
+ @include exports( "autocomplete/theme" ) {
18929
18987
 
18930
- // Remove first selector when https://github.com/telerik/kendo-angular-dropdowns/issues/656 is done.
18931
- .k-autocomplete.k-header,
18988
+ // Autocomplete
18932
18989
  .k-autocomplete {
18933
18990
  @include fill(
18934
- $autocomplete-text,
18935
- $autocomplete-bg,
18936
- $autocomplete-border
18991
+ $input-text,
18992
+ $input-bg,
18993
+ $input-border
18937
18994
  );
18938
- @include box-shadow( $autocomplete-shadow );
18939
18995
 
18940
18996
  // Hover state
18941
18997
  &:hover,
18942
18998
  &.k-state-hover {
18943
18999
  @include fill(
18944
- $autocomplete-hovered-text,
18945
- $autocomplete-hovered-bg,
18946
- $autocomplete-hovered-border
19000
+ $input-hovered-text,
19001
+ $input-hovered-bg,
19002
+ $input-hovered-border
18947
19003
  );
18948
- @include box-shadow( $autocomplete-hovered-shadow );
18949
19004
  }
18950
19005
 
18951
19006
  // Focus state
18952
- // &:focus-within,
18953
- &.k-state-focused,
19007
+ &:focus,
18954
19008
  &.k-state-focus {
18955
19009
  @include fill(
18956
- $autocomplete-focused-text,
18957
- $autocomplete-focused-bg,
18958
- $autocomplete-focused-border
19010
+ $input-focused-text,
19011
+ $input-focused-bg,
19012
+ $input-focused-border
18959
19013
  );
18960
- @include box-shadow( $autocomplete-focused-shadow );
19014
+ @include box-shadow( $input-focused-shadow );
18961
19015
  }
18962
19016
  &:focus-within {
18963
19017
  @include fill(
18964
- $autocomplete-focused-text,
18965
- $autocomplete-focused-bg,
18966
- $autocomplete-focused-border
19018
+ $input-focused-text,
19019
+ $input-focused-bg,
19020
+ $input-focused-border
18967
19021
  );
18968
- @include box-shadow( $autocomplete-focused-shadow );
19022
+ @include box-shadow( $input-focused-shadow );
18969
19023
  }
18970
19024
 
18971
- // Disabled state
18972
- &:disabled,
18973
- &.k-state-disabled {
18974
- @include fill(
18975
- $autocomplete-disabled-text,
18976
- $autocomplete-disabled-bg,
18977
- $autocomplete-disabled-border
18978
- );
18979
- @include box-shadow( $autocomplete-disabled-shadow );
18980
- }
18981
19025
 
18982
19026
  // Invalid state
18983
19027
  &.k-invalid,
18984
- &.k-state-invalid,
18985
- &.ng-invalid.ng-touched,
18986
- &.ng-invalid.ng-dirty {
19028
+ &.ng-invalid,
19029
+ &.k-state-invalid {
18987
19030
  border-color: $invalid-border;
18988
19031
 
18989
19032
  .k-input-validation-icon {
18990
19033
  color: $invalid-text;
18991
19034
  }
18992
19035
 
18993
- // &:focus-within,
18994
- &.k-state-focused,
19036
+ &:focus-within,
18995
19037
  &.k-state-focus {
18996
19038
  @include box-shadow($invalid-shadow);
18997
19039
  }
18998
- &:focus-within {
18999
- @include box-shadow($invalid-shadow);
19000
- }
19001
19040
  }
19002
19041
  }
19003
19042
 
@@ -19317,73 +19356,34 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
19317
19356
  // Component
19318
19357
  // #region @import "_variables.scss"; -> packages/bootstrap/scss/numerictextbox/_variables.scss
19319
19358
  // Numeric textbox
19320
- $numeric-bg: $input-bg !default;
19321
- $numeric-text: $input-text !default;
19322
- $numeric-border: $input-border !default;
19323
-
19324
- $numeric-hovered-bg: $input-hovered-bg !default;
19325
- $numeric-hovered-text: $input-hovered-text !default;
19326
- $numeric-hovered-border: $input-hovered-border !default;
19327
-
19328
- $numeric-focused-bg: $input-focused-bg !default;
19329
- $numeric-focused-text: $input-focused-text !default;
19330
- $numeric-focused-border: $input-focused-border !default;
19331
- $numeric-focused-shadow: $input-focused-shadow !default;
19332
-
19333
- $numeric-button-bg: $button-bg !default;
19334
- $numeric-button-text: $button-text !default;
19335
- $numeric-button-border: $button-border !default;
19336
- $numeric-button-gradient: $button-gradient !default;
19337
-
19338
- $numeric-button-hovered-bg: $button-hovered-bg !default;
19339
- $numeric-button-hovered-text: $button-hovered-text !default;
19340
- $numeric-button-hovered-border: $button-hovered-border !default;
19341
- $numeric-button-hovered-gradient: $button-hovered-gradient !default;
19342
-
19343
- $numeric-button-pressed-bg: $button-active-bg !default;
19344
- $numeric-button-pressed-text: $button-active-text !default;
19345
- $numeric-button-pressed-border: $button-active-border !default;
19346
- $numeric-button-pressed-gradient: $button-active-gradient !default;
19347
19359
 
19348
19360
  // #endregion
19349
19361
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/numerictextbox/_layout.scss
19350
19362
  // #region @import "~@progress/kendo-theme-default/scss/numerictextbox/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss
19351
- @include exports("numerictextbox/layout") {
19363
+ @include exports( "numerictextbox/layout" ) {
19352
19364
 
19353
19365
  // Numeric textbox
19354
19366
  .k-numerictextbox {
19367
+ @include border-radius( $input-border-radius );
19355
19368
  width: $input-default-width;
19356
- border-width: 0;
19369
+ border-width: $input-border-width;
19370
+ border-style: solid;
19357
19371
  box-sizing: border-box;
19358
19372
  outline: 0;
19359
- background: none;
19360
19373
  font-family: $input-font-family;
19361
19374
  font-size: $input-font-size;
19362
19375
  line-height: $input-line-height;
19363
- text-align: left;
19376
+ text-align: start;
19364
19377
  white-space: nowrap;
19365
19378
  display: inline-flex;
19379
+ flex-flow: row nowrap;
19366
19380
  vertical-align: middle;
19367
19381
  position: relative;
19382
+ overflow: hidden;
19383
+ transition: all .1s ease; // sass-lint:disable-line no-transition-all
19368
19384
  -webkit-touch-callout: none;
19369
19385
  -webkit-tap-highlight-color: $rgba-transparent;
19370
19386
 
19371
- .k-numeric-wrap {
19372
- @include border-radius( $input-border-radius );
19373
- padding: 0;
19374
- width: 100%;
19375
- border-width: $input-border-width;
19376
- border-style: solid;
19377
- box-sizing: border-box;
19378
- position: relative;
19379
- transition: all .1s ease; // sass-lint:disable-line no-transition-all
19380
- cursor: default;
19381
- outline: 0;
19382
- display: flex;
19383
- flex-flow: row nowrap;
19384
- overflow: hidden;
19385
- }
19386
-
19387
19387
 
19388
19388
  // Input
19389
19389
  .k-input {
@@ -19399,6 +19399,7 @@ $numeric-button-pressed-gradient: $button-active-gradient !default;
19399
19399
  border-inline-start-width: $picker-select-border-width;
19400
19400
  border-style: solid;
19401
19401
  box-sizing: border-box;
19402
+ outline: 0;
19402
19403
  display: flex;
19403
19404
  flex-direction: column;
19404
19405
  align-items: stretch;
@@ -19431,13 +19432,6 @@ $numeric-button-pressed-gradient: $button-active-gradient !default;
19431
19432
  .k-link-decrease .k-icon {
19432
19433
  top: -$spinner-icon-offset;
19433
19434
  }
19434
-
19435
-
19436
- // RTL
19437
- .k-rtl &,
19438
- &[dir="rtl"] {
19439
- text-align: right;
19440
- }
19441
19435
  }
19442
19436
 
19443
19437
  }
@@ -19446,14 +19440,9 @@ $numeric-button-pressed-gradient: $button-active-gradient !default;
19446
19440
 
19447
19441
  @include exports( "numerictextbox/layout/bootstrap" ) {
19448
19442
 
19449
- // Numeric
19443
+ // Numeric textbox
19450
19444
  .k-numerictextbox {
19451
-
19452
- .k-select,
19453
- .k-numeric-wrap {
19454
- transition: $transition;
19455
- }
19456
-
19445
+ transition: $transition;
19457
19446
  }
19458
19447
 
19459
19448
  }
@@ -19464,110 +19453,90 @@ $numeric-button-pressed-gradient: $button-active-gradient !default;
19464
19453
  // #region @import "~@progress/kendo-theme-default/scss/numerictextbox/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/numerictextbox/_theme.scss
19465
19454
  @include exports( "numerictextbox/theme" ) {
19466
19455
 
19467
- // Numeric
19456
+ // Numeric textbox
19468
19457
  .k-numerictextbox {
19458
+ @include fill(
19459
+ $input-text,
19460
+ $input-bg,
19461
+ $input-border
19462
+ );
19469
19463
 
19470
- .k-i-warning {
19471
- color: $error;
19464
+ // Hover state
19465
+ &:hover,
19466
+ &.k-state-hover {
19467
+ @include fill(
19468
+ $input-hovered-text,
19469
+ $input-hovered-bg,
19470
+ $input-hovered-border
19471
+ );
19472
19472
  }
19473
19473
 
19474
- // Normal state
19475
- .k-numeric-wrap {
19474
+ // Focus state
19475
+ &:focus,
19476
+ &.k-state-focus {
19476
19477
  @include fill(
19477
- $numeric-text,
19478
- $numeric-bg,
19479
- $numeric-border
19478
+ $input-focused-text,
19479
+ $input-focused-bg,
19480
+ $input-focused-border
19480
19481
  );
19482
+ @include box-shadow( $input-focused-shadow );
19483
+ }
19484
+ &:focus-within {
19485
+ @include fill(
19486
+ $input-focused-text,
19487
+ $input-focused-bg,
19488
+ $input-focused-border
19489
+ );
19490
+ @include box-shadow( $input-focused-shadow );
19491
+ }
19481
19492
 
19482
19493
 
19483
- // Hover state
19484
- &:hover,
19485
- &.k-state-hover {
19486
- @include fill(
19487
- $numeric-hovered-text,
19488
- $numeric-hovered-bg,
19489
- $numeric-hovered-border
19490
- );
19491
- }
19492
-
19494
+ // Invalid state
19495
+ &.k-invalid,
19496
+ &.ng-invalid,
19497
+ &.k-state-invalid {
19498
+ border-color: $invalid-border;
19493
19499
 
19494
- // Focus state
19495
- &.k-state-focused {
19496
- @include fill(
19497
- $numeric-focused-text,
19498
- $numeric-focused-bg,
19499
- $numeric-focused-border
19500
- );
19501
- @include box-shadow($numeric-focused-shadow);
19500
+ .k-input-validation-icon {
19501
+ color: $invalid-text;
19502
19502
  }
19503
19503
 
19504
- // Invalid state
19505
- &.k-invalid,
19506
- &.k-invalid:hover,
19507
- &.k-state-invalid {
19508
- border-color: $invalid-border;
19509
-
19510
- .k-input-validation-icon {
19511
- color: $invalid-text;
19512
- }
19513
-
19514
- &:focus,
19515
- &.k-state-focused {
19516
- @include box-shadow($invalid-shadow);
19517
- }
19504
+ &:focus-within,
19505
+ &.k-state-focus {
19506
+ @include box-shadow($invalid-shadow);
19518
19507
  }
19519
19508
  }
19520
19509
 
19521
19510
 
19522
- // Select buttons
19511
+ // Spinner
19523
19512
  .k-select {
19524
19513
  @include fill(
19525
- $numeric-button-text,
19526
- $numeric-button-bg,
19527
- $numeric-button-border,
19528
- $numeric-button-gradient
19514
+ $picker-select-text,
19515
+ $picker-select-bg,
19516
+ $picker-select-border,
19517
+ $picker-select-gradient
19529
19518
  );
19530
-
19531
- .k-link:hover,
19532
- .k-link.k-state-hover {
19533
- @include fill(
19534
- $numeric-button-hovered-text,
19535
- $numeric-button-hovered-bg,
19536
- $numeric-button-hovered-border,
19537
- $numeric-button-hovered-gradient
19538
- );
19539
- }
19540
-
19541
- .k-link:active,
19542
- .k-link.k-state-active,
19543
- .k-link.k-state-selected {
19544
- @include fill(
19545
- $numeric-button-pressed-text,
19546
- $numeric-button-pressed-bg,
19547
- $numeric-button-pressed-border,
19548
- $numeric-button-pressed-gradient
19549
- );
19550
- }
19551
19519
  }
19552
-
19553
-
19554
- // Invalid state
19555
- &.k-state-invalid,
19556
- &.ng-invalid.ng-touched,
19557
- &.ng-invalid.ng-dirty {
19558
- .k-numeric-wrap {
19559
- border-color: $invalid-border;
19560
-
19561
- .k-input-validation-icon {
19562
- color: $invalid-text;
19563
- }
19564
-
19565
- &.k-state-focused {
19566
- @include box-shadow($invalid-shadow);
19567
- }
19568
- }
19520
+ .k-link:hover,
19521
+ .k-link.k-state-hover {
19522
+ @include fill(
19523
+ $picker-select-hovered-text,
19524
+ $picker-select-hovered-bg,
19525
+ $picker-select-hovered-border,
19526
+ $picker-select-hovered-gradient
19527
+ );
19528
+ }
19529
+ .k-link:active,
19530
+ .k-link.k-state-active {
19531
+ @include fill(
19532
+ $picker-select-pressed-text,
19533
+ $picker-select-pressed-bg,
19534
+ $picker-select-pressed-border,
19535
+ $picker-select-pressed-gradient
19536
+ );
19569
19537
  }
19570
19538
  }
19539
+
19571
19540
  }
19572
19541
 
19573
19542
  // #endregion
@@ -21176,6 +21145,64 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
21176
21145
 
21177
21146
  // #endregion
21178
21147
 
21148
+ // #endregion
21149
+ // #region @import "daterangepicker/_index.scss"; -> packages/bootstrap/scss/daterangepicker/_index.scss
21150
+ // #region @import "../core/_index.scss"; -> packages/bootstrap/scss/core/_index.scss
21151
+ // File already imported_once. Skipping output.
21152
+ // #endregion
21153
+
21154
+
21155
+ // Dependencies
21156
+
21157
+
21158
+ // Component
21159
+ // #region @import "_variables.scss"; -> packages/bootstrap/scss/daterangepicker/_variables.scss
21160
+ // Daterangepicker
21161
+
21162
+ // #endregion
21163
+ // #region @import "_layout.scss"; -> packages/bootstrap/scss/daterangepicker/_layout.scss
21164
+ // #region @import "~@progress/kendo-theme-default/scss/daterangepicker/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss
21165
+ @include exports( "daterangepicker/layout" ) {
21166
+
21167
+ // Daterange picker
21168
+ .k-daterangepicker {
21169
+ border: 0;
21170
+ display: inline-flex;
21171
+ flex-flow: row nowrap;
21172
+ align-items: flex-start;
21173
+ gap: map-get( $spacing, 2 );
21174
+ }
21175
+
21176
+
21177
+ // Angular specific
21178
+ kendo-daterange {
21179
+ // @extend .k-daterangepicker;
21180
+ }
21181
+
21182
+
21183
+ // React specific
21184
+ .k-daterangepicker-wrap {
21185
+ display: inherit;
21186
+ flex-flow: inherit;
21187
+ align-items: inherit;
21188
+ gap: inherit;
21189
+ }
21190
+
21191
+ }
21192
+
21193
+ // #endregion
21194
+
21195
+ // #endregion
21196
+ // #region @import "_theme.scss"; -> packages/bootstrap/scss/daterangepicker/_theme.scss
21197
+ // #region @import "~@progress/kendo-theme-default/scss/daterangepicker/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/daterangepicker/_theme.scss
21198
+ @include exports("daterangepicker/theme") {
21199
+
21200
+ }
21201
+
21202
+ // #endregion
21203
+
21204
+ // #endregion
21205
+
21179
21206
  // #endregion
21180
21207
  // #region @import "dropdowngrid/_index.scss"; -> packages/bootstrap/scss/dropdowngrid/_index.scss
21181
21208
  // #region @import "../core/_index.scss"; -> packages/bootstrap/scss/core/_index.scss
@@ -22217,61 +22244,115 @@ $multiselect-clear-right: calc( #{$icon-size} + #{$input-padding-y} ) !default;
22217
22244
  // Component
22218
22245
  // #region @import "_variables.scss"; -> packages/bootstrap/scss/treeview/_variables.scss
22219
22246
  // Treeview
22220
- $treeview-padding-x: 2px !default;
22221
- $treeview-padding-y: $treeview-padding-x !default;
22222
- $treeview-font-family: $font-family !default;
22223
- $treeview-font-size: $font-size !default;
22224
- $treeview-line-height: $line-height !default;
22225
22247
 
22248
+ /// Font family of the treeview component.
22249
+ /// @group treeview
22250
+ $treeview-font-family: $font-family !default;
22251
+ /// Font size of the treeview component.
22252
+ /// @group treeview
22253
+ $treeview-font-size: $font-size-md !default;
22254
+ /// Line height of the treeview component.
22255
+ /// @group treeview
22256
+ $treeview-line-height: $line-height-md !default;
22257
+
22258
+ /// Indentation of child groups in treeview component.
22259
+ /// @group treeview
22226
22260
  $treeview-indent: 16px !default;
22227
22261
 
22262
+ /// Horizontal padding of treeview items.
22263
+ /// @group treeview
22228
22264
  $treeview-item-padding-x: map-get( $spacing, 3 ) !default;
22229
- $treeview-item-padding-y: ( $treeview-item-padding-x / 2 ) !default;
22230
- $treeview-item-border-width: 1px !default;
22265
+ /// Vertical padding of treeview items.
22266
+ /// @group treeview
22267
+ $treeview-item-padding-y: map-get( $spacing, 1 ) !default;
22268
+ /// Border width of treeview items.
22269
+ /// @group treeview
22270
+ $treeview-item-border-width: 0px !default;
22271
+ /// Border radius of treeview items.
22272
+ /// @group treeview
22231
22273
  $treeview-item-border-radius: map-get( $spacing, 1 ) !default;
22232
22274
 
22275
+ /// Background color of the treeview component.
22276
+ /// @group treeview
22233
22277
  $treeview-bg: null !default;
22278
+ /// Text color of the treeview component.
22279
+ /// @group treeview
22234
22280
  $treeview-text: $component-text !default;
22281
+ /// Border color of the treeview component.
22282
+ /// @group treeview
22235
22283
  $treeview-border: null !default;
22236
22284
 
22285
+ /// Background color of hovered treeview items.
22286
+ /// @group treeview
22237
22287
  $treeview-item-hovered-bg: $hovered-bg !default;
22288
+ /// Text color of hovered treeview items.
22289
+ /// @group treeview
22238
22290
  $treeview-item-hovered-text: $hovered-text !default;
22291
+ /// Border color of hovered treeview items.
22292
+ /// @group treeview
22239
22293
  $treeview-item-hovered-border: $treeview-item-hovered-bg !default;
22294
+ /// Background gradient of hovered treeview items.
22295
+ /// @group treeview
22240
22296
  $treeview-item-hovered-gradient: null !default;
22241
22297
 
22298
+ /// Background color of selected treeview items.
22299
+ /// @group treeview
22242
22300
  $treeview-item-selected-bg: $selected-bg !default;
22301
+ /// Text color of selected treeview items.
22302
+ /// @group treeview
22243
22303
  $treeview-item-selected-text: $selected-text !default;
22304
+ /// Border color of selected treeview items.
22305
+ /// @group treeview
22244
22306
  $treeview-item-selected-border: $treeview-item-selected-bg !default;
22307
+ /// Background gradient of selected treeview items.
22308
+ /// @group treeview
22245
22309
  $treeview-item-selected-gradient: null !default;
22246
22310
 
22247
- $treeview-item-focused-shadow: 0 0 0 2px $component-border !default;
22248
- $treeview-item-selected-focused-shadow: 0 0 0 2px rgba( $treeview-item-selected-border, .5 ) !default;
22249
-
22250
- $treeview-loadmore-checkboxes-padding-x: calc( #{$icon-spacing} + #{$checkbox-size} + #{$treeview-indent} ) !default;
22251
- $treeview-loadmore-checkboxes-icon-indent: calc( -1 * (#{$icon-spacing} + #{$treeview-indent}) ) !default;
22252
- $treeview-loadmore-checkboxes-icon-margin-x: $icon-spacing !default;
22311
+ /// Box shadow of focused treeview items.
22312
+ /// @group treeview
22313
+ $treeview-item-focused-shadow: inset 0 0 0 2px rgba( $treeview-text, .15 ) !default;
22253
22314
 
22315
+ /// Background color of load more.
22316
+ /// @group treeview
22254
22317
  $treeview-loadmore-bg: transparent !default;
22318
+ /// Text color of load more.
22319
+ /// @group treeview
22255
22320
  $treeview-loadmore-text: $link-text !default;
22321
+ /// Border color of load more.
22322
+ /// @group treeview
22256
22323
  $treeview-loadmore-border: null !default;
22257
22324
 
22325
+ /// Background color of a hovered load more.
22326
+ /// @group treeview
22258
22327
  $treeview-loadmore-hover-bg: transparent !default;
22328
+ /// Text color of a hovered load more.
22329
+ /// @group treeview
22259
22330
  $treeview-loadmore-hover-text: $link-hover-text !default;
22331
+ /// Border color of a hovered load more.
22332
+ /// @group treeview
22260
22333
  $treeview-loadmore-hover-border: null !default;
22261
22334
 
22335
+ /// Background color of a focused load more.
22336
+ /// @group treeview
22262
22337
  $treeview-loadmore-focus-bg: transparent !default;
22263
- $treeview-loadmore-focus-text: $link-text !default;
22338
+ /// Text color of a focused load more.
22339
+ /// @group treeview
22340
+ $treeview-loadmore-focus-text: $link-hover-text !default;
22341
+ /// Border color of a focused load more.
22342
+ /// @group treeview
22264
22343
  $treeview-loadmore-focus-border: null !default;
22265
- $treeview-loadmore-focus-shadow: none !default;
22344
+ /// Box shadow of a focused load more.
22345
+ /// @group treeview
22346
+ $treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;
22266
22347
 
22267
22348
  // #endregion
22268
22349
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/treeview/_layout.scss
22269
22350
  // #region @import "~@progress/kendo-theme-default/scss/treeview/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/treeview/_layout.scss
22270
22351
  @include exports("treeview/layout") {
22271
22352
 
22272
- // Base
22353
+ // Treeview
22273
22354
  .k-treeview {
22274
- padding: $treeview-padding-y $treeview-padding-x;
22355
+ padding: 0;
22275
22356
  border-width: 0;
22276
22357
  background: none;
22277
22358
  box-sizing: border-box;
@@ -22285,158 +22366,178 @@ $treeview-loadmore-focus-shadow: none !default;
22285
22366
  white-space: nowrap;
22286
22367
  -webkit-touch-callout: none;
22287
22368
  -webkit-tap-highlight-color: $rgba-transparent;
22369
+ }
22288
22370
 
22289
- > .k-group {
22290
- outline: 0;
22291
- -webkit-touch-callout: none;
22292
- -webkit-tap-highlight-color: $rgba-transparent;
22293
- }
22294
22371
 
22295
- .k-content,
22296
- > .k-group,
22297
- .k-item > .k-group {
22298
- margin: 0;
22299
- padding: 0;
22300
- background: none;
22301
- list-style: none;
22302
- position: relative;
22372
+ // Treeview group
22373
+ .k-treeview-group,
22374
+ .k-treeview .k-group {
22375
+ margin: 0;
22376
+ padding: 0;
22377
+ background: none;
22378
+ list-style: none;
22379
+ position: relative;
22380
+ outline: 0;
22381
+ -webkit-touch-callout: none;
22382
+ -webkit-tap-highlight-color: $rgba-transparent;
22303
22383
 
22304
- &.ng-animating {
22305
- overflow: hidden;
22306
- }
22384
+ &.ng-animating {
22385
+ overflow: hidden;
22307
22386
  }
22387
+ }
22308
22388
 
22309
- // Wrappers
22310
- .k-top,
22311
- .k-mid,
22312
- .k-bot {
22313
- display: flex;
22314
- flex-direction: row;
22315
- align-items: center;
22316
- align-content: center;
22317
- }
22318
22389
 
22319
- // Items
22320
- .k-item {
22321
- outline-style: none;
22322
- margin: 0;
22323
- padding: 0 0 0 $treeview-indent;
22324
- border-width: 0;
22325
- display: block;
22326
- }
22390
+ // Treeview wrappers
22391
+ .k-treeview-top,
22392
+ .k-treeview .k-top,
22393
+ .k-treeview-mid,
22394
+ .k-treeview .k-mid,
22395
+ .k-treeview-bot,
22396
+ .k-treeview .k-bot {
22397
+ display: flex;
22398
+ flex-direction: row;
22399
+ align-items: center;
22400
+ align-content: center;
22401
+ }
22327
22402
 
22328
- // Link
22329
- .k-in {
22330
- @include border-radius( $treeview-item-border-radius );
22331
- margin: 0;
22332
- padding: $treeview-item-padding-y $treeview-item-padding-x;
22333
- border: $treeview-item-border-width solid transparent;
22334
- text-decoration: none;
22335
- display: inline-flex;
22336
- align-items: center;
22337
- align-content: center;
22338
- vertical-align: middle;
22339
- position: relative;
22340
- }
22341
- .k-in.k-state-focused {
22342
- z-index: 1;
22343
- }
22344
22403
 
22345
- // LoadMore button
22346
- .k-treeview-load-more-button {
22347
- cursor: pointer;
22404
+ // Treeview item
22405
+ .k-treeview-item,
22406
+ .k-treeview .k-item {
22407
+ outline-style: none;
22408
+ margin: 0;
22409
+ padding: 0 0 0 $treeview-indent;
22410
+ border-width: 0;
22411
+ display: block;
22412
+ }
22348
22413
 
22349
- &:hover,
22350
- &.k-state-hover,
22351
- &:focus,
22352
- &.k-state-focused {
22353
- text-decoration: underline;
22354
- }
22355
- }
22356
- .k-treeview-load-more-checkboxes-container {
22357
- padding-left: $treeview-loadmore-checkboxes-padding-x;
22358
22414
 
22359
- .k-i-loading {
22360
- margin-left: $treeview-loadmore-checkboxes-icon-indent;
22361
- margin-right: $treeview-loadmore-checkboxes-icon-margin-x;
22362
- }
22363
- }
22415
+ // Treeview toggle
22416
+ .k-treeview-toggle {
22417
+ flex: none;
22418
+ display: inline-flex;
22419
+ flex-flow: row nowrap;
22420
+ align-items: center;
22364
22421
 
22365
- // Expand / collapse
22366
22422
  .k-i-expand,
22367
22423
  .k-i-collapse {
22368
- margin-left: -$treeview-indent;
22369
- cursor: pointer;
22424
+ margin: 0 !important; // sass-lint:disable-line no-important
22425
+ }
22426
+ }
22427
+ .k-treeview-toggle,
22428
+ .k-treeview .k-i-expand,
22429
+ .k-treeview .k-i-collapse {
22430
+ margin-left: -$treeview-indent;
22431
+ cursor: pointer;
22370
22432
 
22371
- + .k-checkbox-wrapper {
22372
- margin-left: $icon-spacing;
22373
- }
22433
+ + .k-checkbox-wrap,
22434
+ + .k-checkbox-wrapper {
22435
+ margin-left: $icon-spacing;
22374
22436
  }
22437
+ }
22375
22438
 
22376
- // Checkboxes
22377
- .k-checkbox-wrapper {
22439
+
22440
+ // Loading icon
22441
+ .k-treeview-loading {
22442
+ margin-right: $icon-spacing;
22443
+ }
22444
+
22445
+
22446
+ // Checkbox
22447
+ .k-treeview .k-checkbox-wrap,
22448
+ .k-treeview .k-checkbox-wrapper {
22449
+ margin-right: $icon-spacing;
22450
+ align-self: center;
22451
+ }
22452
+
22453
+
22454
+ // Treeview leaf
22455
+ .k-treeview-leaf,
22456
+ .k-treeview .k-in {
22457
+ @include border-radius( $treeview-item-border-radius );
22458
+ margin: 0;
22459
+ padding: $treeview-item-padding-y $treeview-item-padding-x;
22460
+ border: $treeview-item-border-width solid transparent;
22461
+ text-decoration: none;
22462
+ display: inline-flex;
22463
+ align-items: center;
22464
+ align-content: center;
22465
+ vertical-align: middle;
22466
+ position: relative;
22467
+
22468
+ .k-icon,
22469
+ .k-image,
22470
+ .k-sprite {
22378
22471
  margin-right: $icon-spacing;
22379
22472
  }
22380
22473
 
22381
- // TODO: Delete the following block when https://github.com/telerik/kendo-angular-treeview/issues/138 is done
22382
- // Drag and Drop icon
22383
- .k-i-drag-and-drop {
22384
- position: absolute;
22385
- transform: translate(-50%, -50%);
22386
- z-index: 1000;
22474
+ &.k-state-focus,
22475
+ &.k-state-focused {
22476
+ z-index: 1;
22387
22477
  }
22478
+ }
22388
22479
 
22389
- // Other content
22390
- .k-in .k-icon,
22391
- .k-in .k-image,
22392
- .k-in .k-sprite {
22393
- margin-right: $icon-spacing;
22480
+
22481
+ // Treeview load more button
22482
+ .k-treeview .k-treeview-load-more-button {
22483
+ cursor: pointer;
22484
+
22485
+ &:hover,
22486
+ &.k-state-hover,
22487
+ &:focus,
22488
+ &.k-state-focus,
22489
+ &.k-state-focused {
22490
+ text-decoration: underline;
22394
22491
  }
22395
22492
  }
22396
22493
 
22494
+
22397
22495
  // RTL
22398
22496
  .k-rtl .k-treeview,
22399
22497
  .k-treeview[dir="rtl"] {
22400
22498
 
22401
- // Items
22402
- .k-item {
22499
+ // Treeview item
22500
+ .k-item,
22501
+ .k-treeview-item {
22403
22502
  padding-left: 0;
22404
22503
  padding-right: $treeview-indent;
22405
22504
  }
22406
22505
 
22407
- .k-treeview-load-more-checkboxes-container {
22408
- padding-left: 0;
22409
- padding-right: $treeview-loadmore-checkboxes-padding-x;
22410
-
22411
- .k-i-loading {
22412
- margin-left: $treeview-loadmore-checkboxes-icon-margin-x;
22413
- margin-right: $treeview-loadmore-checkboxes-icon-indent;
22414
- }
22415
- }
22416
-
22417
- // Expand / collapse
22506
+ // Treeview toggle
22418
22507
  .k-i-expand,
22419
- .k-i-collapse {
22508
+ .k-i-collapse,
22509
+ .k-treeview-toggle {
22420
22510
  margin-left: 0;
22421
22511
  margin-right: -$treeview-indent;
22422
22512
 
22513
+ + .k-checkbox-wrap,
22423
22514
  + .k-checkbox-wrapper {
22424
22515
  margin-right: $icon-spacing;
22425
22516
  }
22426
22517
  }
22427
22518
 
22428
- // Checkboxes
22429
- .k-checkbox-wrapper {
22519
+ // Loading
22520
+ .k-treeview-loading {
22430
22521
  margin-right: 0;
22431
22522
  margin-left: $icon-spacing;
22432
22523
  }
22433
22524
 
22434
- // Other content
22435
- .k-in .k-icon,
22436
- .k-in .k-image,
22437
- .k-in .k-sprite {
22438
- margin-left: $icon-spacing;
22525
+ // Checkbox
22526
+ .k-checkbox-wrap,
22527
+ .k-checkbox-wrapper {
22439
22528
  margin-right: 0;
22529
+ margin-left: $icon-spacing;
22530
+ }
22531
+
22532
+ // Treeview leaf
22533
+ .k-treeview-leaf,
22534
+ .k-in {
22535
+ .k-icon,
22536
+ .k-image,
22537
+ .k-sprite {
22538
+ margin-right: 0;
22539
+ margin-left: $icon-spacing;
22540
+ }
22440
22541
  }
22441
22542
 
22442
22543
  }
@@ -22444,25 +22545,16 @@ $treeview-loadmore-focus-shadow: none !default;
22444
22545
 
22445
22546
  // #endregion
22446
22547
 
22447
-
22448
22548
  @include exports( "treeview/layout/bootstrap" ) {
22449
22549
 
22450
- // Base
22451
- .k-treeview {
22452
-
22453
- .k-top,
22454
- .k-mid,
22455
- .k-bot {
22456
- padding-top: 2px;
22457
- padding-bottom: 2px;
22458
- }
22550
+ // Treeview
22551
+ .k-treeview {}
22459
22552
 
22460
22553
 
22461
- // Item
22462
- .k-in {
22463
- transition: $transition;
22464
- }
22465
-
22554
+ // Treeview item
22555
+ .k-treeview-item,
22556
+ .k-treeview .k-item {
22557
+ transition: $transition;
22466
22558
  }
22467
22559
 
22468
22560
  }
@@ -22472,22 +22564,27 @@ $treeview-loadmore-focus-shadow: none !default;
22472
22564
  // #region @import "~@progress/kendo-theme-default/scss/treeview/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/treeview/_theme.scss
22473
22565
  @include exports("treeview/theme") {
22474
22566
 
22475
- // Appearance
22567
+ // Treeview
22476
22568
  .k-treeview {
22477
22569
  @include fill(
22478
22570
  $treeview-text,
22479
22571
  $treeview-bg,
22480
22572
  $treeview-border
22481
22573
  );
22574
+ }
22482
22575
 
22483
22576
 
22484
- // Item
22485
- .k-in {}
22577
+ // Treeview item
22578
+ .k-treeview-item {}
22486
22579
 
22487
22580
 
22488
- // Interactive states
22489
- .k-in:hover,
22490
- .k-in.k-state-hover {
22581
+ // Treeview leaf
22582
+ .k-treeview-leaf,
22583
+ .k-treeview .k-in {
22584
+
22585
+ // Hover state
22586
+ &:hover,
22587
+ &.k-state-hover {
22491
22588
  @include fill(
22492
22589
  $treeview-item-hovered-text,
22493
22590
  $treeview-item-hovered-bg,
@@ -22495,7 +22592,15 @@ $treeview-loadmore-focus-shadow: none !default;
22495
22592
  $treeview-item-hovered-gradient
22496
22593
  );
22497
22594
  }
22498
- .k-in.k-state-selected {
22595
+
22596
+ // Focus state
22597
+ &.k-state-focus,
22598
+ &.k-state-focused {
22599
+ @include box-shadow( $treeview-item-focused-shadow );
22600
+ }
22601
+
22602
+ // Selected state
22603
+ &.k-state-selected {
22499
22604
  @include fill(
22500
22605
  $treeview-item-selected-text,
22501
22606
  $treeview-item-selected-bg,
@@ -22503,24 +22608,20 @@ $treeview-loadmore-focus-shadow: none !default;
22503
22608
  $treeview-item-selected-gradient
22504
22609
  );
22505
22610
  }
22506
- .k-in.k-state-focused {
22507
- @include box-shadow( $treeview-item-focused-shadow );
22508
- }
22509
- .k-in.k-state-selected.k-state-focused {
22510
- @include box-shadow( $treeview-item-selected-focused-shadow );
22511
- }
22611
+ }
22512
22612
 
22513
- // LoadMore button
22514
- .k-treeview-load-more-button {
22515
- @include fill(
22516
- $treeview-loadmore-text,
22517
- $treeview-loadmore-bg,
22518
- $treeview-loadmore-border
22519
- );
22520
- }
22521
22613
 
22522
- .k-treeview-load-more-button:hover,
22523
- .k-treeview-load-more-button.k-state-hover {
22614
+ // Treeview load more button
22615
+ .k-treeview .k-treeview-load-more-button {
22616
+ @include fill(
22617
+ $treeview-loadmore-text,
22618
+ $treeview-loadmore-bg,
22619
+ $treeview-loadmore-border
22620
+ );
22621
+
22622
+ // Hover state
22623
+ &:hover,
22624
+ &.k-state-hover {
22524
22625
  @include fill(
22525
22626
  $treeview-loadmore-hover-text,
22526
22627
  $treeview-loadmore-hover-bg,
@@ -22528,8 +22629,10 @@ $treeview-loadmore-focus-shadow: none !default;
22528
22629
  );
22529
22630
  }
22530
22631
 
22531
- .k-treeview-load-more-button:focus,
22532
- .k-treeview-load-more-button.k-state-focused {
22632
+ // Focus state
22633
+ &:focus,
22634
+ &.k-state-focus,
22635
+ &.k-state-focused {
22533
22636
  @include fill(
22534
22637
  $treeview-loadmore-focus-text,
22535
22638
  $treeview-loadmore-focus-bg,
@@ -22940,26 +23043,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
22940
23043
  // Component
22941
23044
  // #region @import "_variables.scss"; -> packages/bootstrap/scss/searchbox/_variables.scss
22942
23045
  // Searchbox
22943
- $searchbox-padding-x: $input-padding-x !default;
22944
- $searchbox-padding-y: $input-padding-y !default;
22945
- $searchbox-border-width: $input-border-width !default;
22946
- $searchbox-border-radius: $input-border-radius !default;
22947
-
22948
- $searchbox-font-family: $input-font-family !default;
22949
- $searchbox-font-size: $input-font-size !default;
22950
- $searchbox-line-height: $input-line-height !default;
22951
-
22952
- $searchbox-bg: $input-bg !default;
22953
- $searchbox-text: $input-text !default;
22954
- $searchbox-border: $input-border !default;
22955
-
22956
- $searchbox-hover-bg: $input-hovered-bg !default;
22957
- $searchbox-hover-text: $input-hovered-text !default;
22958
- $searchbox-hover-border: $input-hovered-border !default;
22959
-
22960
- $searchbox-focus-bg: $input-focused-bg !default;
22961
- $searchbox-focus-text: $input-focused-text !default;
22962
- $searchbox-focus-border: $input-focused-border !default;
22963
23046
 
22964
23047
  // #endregion
22965
23048
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/searchbox/_layout.scss
@@ -22968,22 +23051,36 @@ $searchbox-focus-border: $input-focused-border !default;
22968
23051
 
22969
23052
  // Searchbox
22970
23053
  .k-searchbox {
22971
- @include border-radius( $searchbox-border-radius );
22972
- border-width: 1px;
23054
+ @include border-radius( $input-border-radius );
23055
+ width: $input-default-width;
23056
+ border-width: $input-border-width;
22973
23057
  border-style: solid;
22974
23058
  box-sizing: border-box;
22975
- font-family: $searchbox-font-family;
22976
- font-size: $searchbox-font-size;
22977
- line-height: $searchbox-line-height;
23059
+ outline: 0;
23060
+ font-family: $input-font-family;
23061
+ font-size: $input-font-size;
23062
+ line-height: $input-line-height;
23063
+ text-align: start;
23064
+ white-space: nowrap;
22978
23065
  display: inline-flex;
22979
- align-items: center;
22980
- vertical-align: middle;
22981
23066
  flex-flow: row nowrap;
23067
+ vertical-align: middle;
22982
23068
  position: relative;
22983
23069
  overflow: hidden;
23070
+ transition: all .1s ease; // sass-lint:disable-line no-transition-all
23071
+ -webkit-touch-callout: none;
23072
+ -webkit-tap-highlight-color: $rgba-transparent;
22984
23073
 
23074
+ // Input
22985
23075
  > .k-input {
22986
- padding: $searchbox-padding-y $searchbox-padding-x;
23076
+ padding: $input-padding-y $input-padding-x;
23077
+ }
23078
+
23079
+
23080
+ // Loading icon
23081
+ .k-i-loading {
23082
+ width: $input-icon-width;
23083
+ height: $input-icon-height;
22987
23084
  }
22988
23085
  }
22989
23086
 
@@ -22999,53 +23096,44 @@ $searchbox-focus-border: $input-focused-border !default;
22999
23096
  // Searchbox
23000
23097
  .k-searchbox {
23001
23098
  @include fill(
23002
- $searchbox-text,
23003
- $searchbox-bg,
23004
- $searchbox-border
23099
+ $input-text,
23100
+ $input-bg,
23101
+ $input-border
23005
23102
  );
23006
23103
 
23007
-
23008
23104
  // Hover state
23009
23105
  &:hover,
23010
23106
  &.k-state-hover {
23011
23107
  @include fill(
23012
- $searchbox-hover-text,
23013
- $searchbox-hover-bg,
23014
- $searchbox-hover-border
23108
+ $input-hovered-text,
23109
+ $input-hovered-bg,
23110
+ $input-hovered-border
23015
23111
  );
23016
23112
  }
23017
23113
 
23018
-
23019
23114
  // Focus state
23020
23115
  &:focus,
23021
- // &:focus-within,
23022
23116
  &.k-state-focus {
23023
23117
  @include fill(
23024
- $searchbox-focus-text,
23025
- $searchbox-focus-bg,
23026
- $searchbox-focus-border
23118
+ $input-focused-text,
23119
+ $input-focused-bg,
23120
+ $input-focused-border
23027
23121
  );
23028
23122
  @include box-shadow( $input-focused-shadow );
23029
23123
  }
23030
23124
  &:focus-within {
23031
23125
  @include fill(
23032
- $searchbox-focus-text,
23033
- $searchbox-focus-bg,
23034
- $searchbox-focus-border
23126
+ $input-focused-text,
23127
+ $input-focused-bg,
23128
+ $input-focused-border
23035
23129
  );
23036
23130
  @include box-shadow( $input-focused-shadow );
23037
23131
  }
23038
23132
 
23039
23133
 
23040
- // Disabled
23041
- &:disabled,
23042
- &.k-state-disabled {
23043
- @include disabled( $disabled-styling );
23044
- }
23045
-
23046
-
23047
- // Invalid
23134
+ // Invalid state
23048
23135
  &.k-invalid,
23136
+ &.ng-invalid,
23049
23137
  &.k-state-invalid {
23050
23138
  border-color: $invalid-border;
23051
23139
 
@@ -23053,13 +23141,13 @@ $searchbox-focus-border: $input-focused-border !default;
23053
23141
  color: $invalid-text;
23054
23142
  }
23055
23143
 
23056
- &:focus,
23144
+ &:focus-within,
23057
23145
  &.k-state-focus {
23058
23146
  @include box-shadow($invalid-shadow);
23059
23147
  }
23060
23148
  }
23061
-
23062
23149
  }
23150
+
23063
23151
  }
23064
23152
 
23065
23153
  // #endregion
@@ -24312,7 +24400,7 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
24312
24400
  $appbar-margin-y: null !default;
24313
24401
  $appbar-margin-x: null !default;
24314
24402
  $appbar-padding-y: map-get( $spacing, 2 ) !default;
24315
- $appbar-padding-x: map-get( $spacing, 4 ) !default;
24403
+ $appbar-padding-x: map-get( $spacing, 2 ) !default;
24316
24404
  $appbar-border-width: 0px !default;
24317
24405
 
24318
24406
  $appbar-zindex: 1000 !default;
@@ -24952,10 +25040,12 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
24952
25040
 
24953
25041
  // Menu item
24954
25042
  .k-menu-item {
25043
+ box-sizing: border-box;
24955
25044
  border-width: 0;
24956
25045
  outline: 0;
24957
25046
  display: flex;
24958
- flex: 0 0 auto;
25047
+ flex-flow: column nowrap;
25048
+ flex: none;
24959
25049
  position: relative;
24960
25050
  user-select: none;
24961
25051
  }
@@ -24967,7 +25057,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
24967
25057
  outline: 0;
24968
25058
  color: inherit;
24969
25059
  display: flex;
24970
- flex-direction: row;
25060
+ flex-flow: row nowrap;
24971
25061
  flex: 1 1 auto;
24972
25062
  align-items: center;
24973
25063
  position: relative;
@@ -24982,10 +25072,22 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
24982
25072
  }
24983
25073
 
24984
25074
 
25075
+ // Menu item text
25076
+ .k-menu-link-text {
25077
+ flex: 1 1 auto;
25078
+ overflow: hidden;
25079
+ text-overflow: ellipsis;
25080
+ }
25081
+
25082
+
24985
25083
  // Expand arrow
24986
25084
  .k-menu-expand-arrow {
24987
25085
  margin-left: $icon-spacing;
24988
25086
  margin-right: -$icon-spacing;
25087
+ display: inline-flex;
25088
+ flex-flow: row wrap;
25089
+ align-items: center;
25090
+ flex: none;
24989
25091
  position: relative;
24990
25092
  }
24991
25093
  .k-menu-expand-arrow.k-i-arrow-60-left,
@@ -25032,6 +25134,14 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
25032
25134
  > .k-menu-item > .k-menu-link {
25033
25135
  padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
25034
25136
  padding-right: $menu-popup-item-padding-end;
25137
+
25138
+ .k-menu-expand-arrow {
25139
+ margin: 0;
25140
+ position: absolute;
25141
+ top: 50%;
25142
+ transform: translateY(-50%);
25143
+ right: $icon-spacing;
25144
+ }
25035
25145
  }
25036
25146
 
25037
25147
  > .k-separator {
@@ -25084,6 +25194,14 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
25084
25194
  .k-menu-link {
25085
25195
  padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
25086
25196
  padding-right: $menu-popup-item-padding-end;
25197
+
25198
+ .k-menu-expand-arrow {
25199
+ margin: 0;
25200
+ position: absolute;
25201
+ top: 50%;
25202
+ transform: translateY(-50%);
25203
+ right: $icon-spacing;
25204
+ }
25087
25205
  }
25088
25206
 
25089
25207
  .k-separator {
@@ -25091,7 +25209,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
25091
25209
  height: 0;
25092
25210
  border-width: 1px 0 0;
25093
25211
  border-style: solid;
25094
- border-color: $panel-border;
25212
+ border-color: $component-border;
25095
25213
  display: block;
25096
25214
  }
25097
25215
  }
@@ -25119,11 +25237,14 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
25119
25237
  .k-context-menu-popup {
25120
25238
  z-index: 12000;
25121
25239
 
25122
- > .k-popup:not(.k-menu-popup),
25123
25240
  .k-context-menu {
25124
- border: 0;
25241
+ border-width: 0;
25125
25242
  }
25126
25243
  }
25244
+ .k-popup .k-context-menu,
25245
+ .k-context-menu-popup .k-context-menu {
25246
+ border-width: 0;
25247
+ }
25127
25248
 
25128
25249
 
25129
25250
  // Scrolling
@@ -25213,6 +25334,11 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
25213
25334
  > .k-menu-item > .k-menu-link {
25214
25335
  padding-right: $menu-popup-item-padding-x;
25215
25336
  padding-left: $menu-popup-item-padding-end;
25337
+
25338
+ .k-menu-expand-arrow {
25339
+ right: auto;
25340
+ left: $icon-spacing;
25341
+ }
25216
25342
  }
25217
25343
  }
25218
25344
 
@@ -25223,6 +25349,11 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
25223
25349
  .k-menu-link {
25224
25350
  padding-right: $menu-popup-item-padding-x;
25225
25351
  padding-left: $menu-popup-item-padding-end;
25352
+
25353
+ .k-menu-expand-arrow {
25354
+ right: auto;
25355
+ left: $icon-spacing;
25356
+ }
25226
25357
  }
25227
25358
 
25228
25359
  }
@@ -25297,7 +25428,8 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
25297
25428
  );
25298
25429
  }
25299
25430
 
25300
- > .k-state-active {
25431
+ > .k-state-active,
25432
+ &.k-state-selected {
25301
25433
  @include fill(
25302
25434
  $menu-item-expanded-text,
25303
25435
  $menu-item-expanded-bg,
@@ -25307,6 +25439,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
25307
25439
  }
25308
25440
 
25309
25441
  &:focus,
25442
+ &.k-state-focus,
25310
25443
  &.k-state-focused {
25311
25444
  @include box-shadow( $menu-item-focus-shadow );
25312
25445
  }
@@ -25340,7 +25473,8 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
25340
25473
  );
25341
25474
  }
25342
25475
 
25343
- > .k-state-active {
25476
+ > .k-state-active,
25477
+ &.k-state-selected {
25344
25478
  @include fill(
25345
25479
  $menu-popup-item-expanded-text,
25346
25480
  $menu-popup-item-expanded-bg,
@@ -25350,6 +25484,7 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
25350
25484
  }
25351
25485
 
25352
25486
  &:focus,
25487
+ &.k-state-focus,
25353
25488
  &.k-state-focused {
25354
25489
  @include box-shadow( $menu-popup-item-focus-shadow );
25355
25490
  }
@@ -25383,16 +25518,6 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
25383
25518
 
25384
25519
  // #endregion
25385
25520
 
25386
- @include exports("menu/theme/bootstrap") {
25387
-
25388
- .k-context-menu-popup {
25389
- .k-header {
25390
- color: inherit;
25391
- }
25392
- }
25393
-
25394
- }
25395
-
25396
25521
  // #endregion
25397
25522
 
25398
25523
  // #endregion
@@ -31381,14 +31506,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
31381
31506
  }
31382
31507
  }
31383
31508
 
31384
- .k-grid-filter-menu {
31385
-
31386
- .k-filter-selected-items {
31387
- margin: 1em;
31388
- font-weight: normal;
31389
- }
31390
- }
31391
-
31392
31509
  .k-grid-edit-form {
31393
31510
 
31394
31511
  .k-popup-edit-form,
@@ -31397,10 +31514,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
31397
31514
  min-width: auto;
31398
31515
  }
31399
31516
  }
31400
-
31401
- .k-grid .k-grid-search {
31402
- width: 100%;
31403
- }
31404
31517
  }
31405
31518
 
31406
31519
  .k-grid.k-grid-mobile {
@@ -31667,39 +31780,18 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
31667
31780
 
31668
31781
  .k-pane-wrapper {
31669
31782
 
31670
- .k-grid-edit-form,
31671
- .k-grid-column-menu,
31672
- .k-grid-filter-menu,
31673
- .k-scheduler-edit-form {
31674
-
31675
- > .k-header {
31676
- display: flex;
31677
- justify-content: space-between;
31678
- padding: .3em .6em;
31679
- width: auto;
31680
- line-height: 2em;
31681
-
31682
- .k-header-done,
31683
- .k-header-cancel {
31684
- display: flex;
31685
- flex-direction: row;
31686
- align-items: center;
31687
-
31688
- .k-icon {
31689
- font-size: 1.5em;
31690
- }
31691
- }
31692
- }
31783
+ .k-appbar {
31784
+ padding: map-get( $spacing, 1 );
31693
31785
  }
31694
31786
 
31695
31787
  .k-list-title,
31696
- .k-filter-help-text,
31697
- .k-list-group-header {
31788
+ .k-filter-help-text {
31698
31789
  padding: $listgroup-item-padding-y $listgroup-item-padding-x;
31699
31790
  display: block;
31700
31791
  }
31701
31792
 
31702
- .k-list-group-header {
31793
+ .k-listgroup-title {
31794
+ padding: $listgroup-item-padding-y $listgroup-item-padding-x;
31703
31795
  font-weight: bold;
31704
31796
  text-transform: uppercase;
31705
31797
  }
@@ -31711,31 +31803,56 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
31711
31803
  }
31712
31804
  }
31713
31805
  .k-listgroup + .k-listgroup {
31714
- margin-top: 2em;
31806
+ margin-top: map-get( $spacing, 4 );
31715
31807
  }
31716
31808
 
31717
31809
  // Column menu
31718
31810
  .k-column-menu {
31811
+ padding: map-get( $spacing, 2 );
31812
+ display: flex;
31813
+ flex-flow: column nowrap;
31814
+ gap: map-get( $spacing, 2 );
31719
31815
 
31720
31816
  .k-filter-item .k-filterable * {
31721
31817
  pointer-events: none;
31722
31818
  }
31819
+
31820
+ .k-list-title,
31821
+ .k-listgroup-title {
31822
+ padding: 0;
31823
+ }
31824
+
31825
+ .k-listgroup {
31826
+ margin-inline: -#{map-get( $spacing, 2 )};
31827
+ }
31723
31828
  }
31724
31829
 
31725
31830
  // Filter menu
31726
31831
  .k-filter-menu {
31832
+ padding: map-get( $spacing, 2 );
31833
+ display: flex;
31834
+ flex-flow: column nowrap;
31835
+ gap: map-get( $spacing, 2 );
31727
31836
 
31728
- .k-space-right {
31729
- margin: .5em 10px;
31730
- width: auto;
31837
+ .k-list-title {
31838
+ padding: 0;
31839
+ }
31840
+
31841
+ .k-list-filter {
31842
+ padding: 0;
31731
31843
  display: flex;
31732
- align-items: center;
31844
+ flex-flow: column nowrap;
31845
+ gap: inherit;
31733
31846
  }
31734
31847
 
31735
31848
  .k-filter-tools {
31736
- margin: 1em;
31737
31849
  display: flex;
31738
- justify-content: space-between;
31850
+ flex-flow: row nowrap;
31851
+ gap: inherit;
31852
+ }
31853
+
31854
+ .k-listgroup {
31855
+ margin-inline: -#{map-get( $spacing, 2 )};
31739
31856
  }
31740
31857
  }
31741
31858
 
@@ -31759,7 +31876,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
31759
31876
  }
31760
31877
 
31761
31878
  // Pager
31762
-
31763
31879
  .k-pager-wrap.k-pager-sm {
31764
31880
  justify-content: center;
31765
31881
 
@@ -31769,47 +31885,14 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
31769
31885
 
31770
31886
  }
31771
31887
 
31772
- // IE
31773
-
31774
- .k-ie & {
31775
-
31776
- .k-scheduler {
31777
- .k-scheduler-toolbar,
31778
- .k-scheduler-footer {
31779
- line-height: 2em;
31780
- }
31781
- }
31782
-
31783
- .k-grid {
31784
-
31785
- .k-icon {
31786
- text-indent: 0;
31787
- }
31788
- }
31789
- }
31790
-
31791
31888
  // RTL
31792
-
31793
31889
  .k-rtl &,
31794
31890
  &[dir="rtl"],
31795
31891
  [dir="rtl"] & {
31796
31892
 
31797
- .k-grid-edit-form,
31798
- .k-grid-column-menu,
31799
- .k-grid-filter-menu,
31800
- .k-scheduler-edit-form {
31801
-
31802
- > .k-header {
31803
- flex-direction: row-reverse;
31804
- }
31805
- }
31806
-
31807
- .k-filter-menu {
31808
-
31809
- .k-space-right > .k-i-zoom {
31810
- left: 15px;
31811
- right: auto;
31812
- }
31893
+ .k-header-cancel .k-i-arrow-chevron-left,
31894
+ .k-listgroup-item .k-select .k-i-arrow-chevron-right {
31895
+ transform: scaleX( -1 );
31813
31896
  }
31814
31897
 
31815
31898
  .k-scheduler-mobile {
@@ -31831,10 +31914,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
31831
31914
  margin-right: 0;
31832
31915
  }
31833
31916
  }
31834
-
31835
- .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right {
31836
- transform: scaleX(-1);
31837
- }
31838
31917
  }
31839
31918
  }
31840
31919
  }
@@ -31912,15 +31991,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
31912
31991
  .k-grid-filter-menu,
31913
31992
  .k-scheduler-edit-form {
31914
31993
 
31915
- .k-header {
31916
- color: $adaptive-menu-text;
31917
- background-color: $adaptive-menu-bg;
31918
-
31919
- .k-link {
31920
- color: inherit;
31921
- }
31922
- }
31923
-
31924
31994
  .k-item,
31925
31995
  .k-link {
31926
31996
  color: $base-text;
@@ -32037,7 +32107,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
32037
32107
  // be cautious when changing the next line; see https://github.com/MoOx/reduce-css-calc/issues/38
32038
32108
  $grid-command-cell-padding-y: calc( #{$table-cell-padding-y} - (#{$button-calc-size} - #{$line-height-em}) / 2 ) !default;
32039
32109
 
32040
- $grid-form-component-vertical-align: middle !default;
32041
32110
  $grid-hierarchy-col-width: ($icon-size * 2) !default;
32042
32111
 
32043
32112
  $grid-group-indicator-border-radius: $border-radius !default;
@@ -32435,12 +32504,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
32435
32504
  }
32436
32505
 
32437
32506
 
32438
- // Grid search
32439
- .k-grid-search {
32440
- width: $grid-search-width;
32441
- }
32442
-
32443
-
32444
32507
  // Grouping header
32445
32508
  .k-grouping-header {
32446
32509
  padding: $grid-grouping-header-padding-y $grid-grouping-header-padding-x;
@@ -32738,14 +32801,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
32738
32801
  padding: 4px 8px;
32739
32802
  }
32740
32803
 
32741
- .k-grid-columnmenu-popup {
32742
- width: 230px;
32743
-
32744
- &.k-popup {
32745
- padding: $grid-column-menu-popup-padding-y $grid-column-menu-popup-padding-x;
32746
- }
32747
- }
32748
-
32749
32804
  // Filter row
32750
32805
  .k-filter-row {
32751
32806
  line-height: $form-line-height;
@@ -32829,6 +32884,18 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
32829
32884
  }
32830
32885
 
32831
32886
 
32887
+ // Checkboxes
32888
+ .k-grid th,
32889
+ .k-grid td {
32890
+ > .k-radio,
32891
+ > .k-radio-wrap,
32892
+ > .k-checkbox,
32893
+ > .k-checkbox-wrap {
32894
+ vertical-align: top;
32895
+ }
32896
+ }
32897
+
32898
+
32832
32899
  // Edit row
32833
32900
  .k-grid .k-edit-cell,
32834
32901
  .k-grid .k-command-cell,
@@ -32845,13 +32912,19 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
32845
32912
  > .k-textbox,
32846
32913
  > .k-widget:not(.k-switch) {
32847
32914
  width: 100%;
32848
- vertical-align: $grid-form-component-vertical-align;
32915
+ vertical-align: middle;
32849
32916
  box-sizing: border-box;
32850
32917
  }
32918
+ > .k-radio,
32919
+ > .k-checkbox,
32920
+ > .k-radio-wrap,
32921
+ > .k-checkbox-wrap {
32922
+ vertical-align: middle;
32923
+ }
32851
32924
  }
32852
32925
 
32853
32926
  .k-grid .k-command-cell > .k-button {
32854
- vertical-align: $grid-form-component-vertical-align;
32927
+ vertical-align: middle;
32855
32928
  }
32856
32929
  .k-grid .k-command-cell > .k-button + .k-button {
32857
32930
  margin-left: $grid-command-cell-button-spacing;
@@ -33230,79 +33303,89 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
33230
33303
 
33231
33304
  @include exports( "filtermenu/layout" ) {
33232
33305
 
33233
- .k-filter-menu.k-popup,
33234
- .k-grid-filter-popup.k-popup {
33235
-
33236
- .k-filter-menu-container {
33237
- width: $grid-filter-menu-width;
33238
- }
33306
+ // Filter menu
33307
+ .k-filter-menu-popup {
33308
+ width: $grid-column-menu-width;
33239
33309
  }
33310
+ .k-filter-menu {
33311
+ box-sizing: border-box;
33312
+ }
33313
+ .k-filter-menu-container {
33314
+ padding: map-get( $spacing, 2 );
33315
+ box-sizing: border-box;
33316
+ display: flex;
33317
+ flex-flow: column nowrap;
33318
+ align-items: stretch;
33319
+ gap: map-get( $spacing, 2 );
33240
33320
 
33241
- .k-filter-menu.k-popup,
33242
- .k-grid-filter-popup.k-popup,
33243
- .k-popup .k-filter-menu,
33244
- .k-popup .k-grid-filter-popup {
33245
- .k-multicheck-wrap {
33246
- padding: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
33247
-
33248
- .k-item {
33249
- padding: $grid-column-menu-list-item-padding-y 0;
33250
- }
33251
-
33252
- .k-check-all-wrap {
33253
- padding-bottom: ($grid-column-menu-list-item-padding-y * 2);
33254
- border-bottom-width: $grid-filter-menu-check-all-border-bottom-width;
33255
- border-bottom-style: solid;
33256
- }
33321
+ > * {
33322
+ width: 100%;
33257
33323
  }
33258
33324
 
33259
- .k-filter-help-text {
33260
- padding: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
33325
+ .k-switch,
33326
+ .k-filter-and {
33327
+ width: min-content;
33328
+ align-self: start;
33261
33329
  }
33262
33330
 
33263
- .k-filter-selected-items {
33264
- padding: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
33331
+ .k-actions {
33332
+ margin: 0;
33333
+ padding: 0;
33265
33334
  }
33266
- }
33267
33335
 
33268
- .k-filter-menu {
33269
- $item-spacing: $spacer-y / 2;
33270
- $form-padding: $spacer-y;
33271
- $form-padding-y: $form-padding - $item-spacing;
33336
+ // Angular specific
33337
+ kendo-numeric-filter-menu,
33338
+ kendo-grid-string-filter-menu,
33339
+ kendo-grid-date-filter-menu,
33340
+ kendo-grid-filter-menu-input-wrapper {
33341
+ display: flex;
33342
+ flex-flow: column nowrap;
33343
+ align-items: stretch;
33344
+ gap: map-get( $spacing, 2 );
33272
33345
 
33273
- .k-filter-menu-container {
33274
- box-sizing: border-box;
33346
+ > * {
33347
+ width: 100%;
33348
+ }
33275
33349
  }
33350
+ }
33351
+ .k-ie .k-filter-menu-container {
33352
+ > * { margin-top: map-get( $spacing, 2 ); }
33353
+ > :first-child { margin-top: 0; }
33276
33354
 
33277
- .k-widget,
33278
- .k-radio-list,
33279
- .k-textbox,
33280
- .k-searchbox {
33281
- margin: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
33282
- width: calc( 100% - ( 2 * #{$grid-filter-menu-item-spacing-x} ) );
33283
- box-sizing: border-box;
33284
- display: flex;
33355
+ // Angular specific
33356
+ .k-filter-and,
33357
+ kendo-grid-filter-menu-input-wrapper > * {
33358
+ margin-top: map-get( $spacing, 2 );
33285
33359
  }
33286
-
33287
- .k-widget.k-filter-and {
33288
- width: 6em;
33360
+ kendo-grid-filter-menu-input-wrapper > :first-child {
33361
+ margin-top: 0;
33289
33362
  }
33363
+ }
33290
33364
 
33291
- .k-widget.k-button-group {
33292
- width: auto;
33293
- display: inline-flex;
33294
- }
33365
+ .k-filter-menu.k-popup,
33366
+ .k-grid-filter-popup.k-popup {
33295
33367
 
33296
- .k-switch {
33297
- width: $switch-size;
33298
- display: inline-flex;
33368
+ .k-filter-menu-container {
33369
+ width: $grid-column-menu-width;
33299
33370
  }
33300
33371
  }
33301
33372
 
33302
- .k-multicheck-wrap {
33373
+ .k-popup .k-multicheck-wrap {
33374
+ margin: 0;
33375
+ padding: 0;
33303
33376
  max-height: 300px;
33377
+ font-size: $list-font-size;
33378
+ line-height: $list-line-height;
33304
33379
  white-space: nowrap;
33305
33380
  overflow: auto;
33381
+ list-style: none;
33382
+
33383
+ .k-item,
33384
+ .k-check-all-wrap {
33385
+ padding: $grid-column-menu-list-item-padding-y $grid-column-menu-list-item-padding-x;
33386
+ display: flex;
33387
+ flex-flow: row nowrap;
33388
+ }
33306
33389
  }
33307
33390
 
33308
33391
  .k-filter-selected-items {
@@ -33337,6 +33420,43 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
33337
33420
  }
33338
33421
 
33339
33422
  @include exports("columnmenu/layout") {
33423
+
33424
+ // Column menu
33425
+ .k-column-menu-popup,
33426
+ .k-grid-columnmenu-popup {
33427
+ width: $grid-column-menu-width;
33428
+ box-sizing: border-box;
33429
+
33430
+ &.k-popup {
33431
+ padding: $grid-column-menu-popup-padding-y $grid-column-menu-popup-padding-x;
33432
+ }
33433
+ .k-popup > & {
33434
+ width: 100%;
33435
+ }
33436
+
33437
+ .k-actions {
33438
+ margin: 0;
33439
+ }
33440
+
33441
+ }
33442
+ .k-column-menu {
33443
+ box-sizing: border-box;
33444
+
33445
+ .k-menu:not(.k-context-menu) {
33446
+ font-weight: 400;
33447
+ }
33448
+
33449
+ .k-expander {
33450
+ border: 0;
33451
+ background: inherit;
33452
+
33453
+ .k-columnmenu-item {
33454
+ display: flex;
33455
+ align-items: center;
33456
+ }
33457
+ }
33458
+ }
33459
+
33340
33460
  .k-column-list {
33341
33461
  padding: 0;
33342
33462
  margin: 0;
@@ -33352,10 +33472,17 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
33352
33472
  }
33353
33473
 
33354
33474
  .k-column-list-item {
33355
- position: relative;
33356
- display: block;
33357
33475
  margin: 0;
33476
+ display: flex;
33477
+ flex-flow: row nowrap;
33478
+ align-items: center;
33479
+ gap: 4px;
33358
33480
  cursor: pointer;
33481
+ position: relative;
33482
+
33483
+ .k-checkbox-label {
33484
+ margin: 0;
33485
+ }
33359
33486
  }
33360
33487
 
33361
33488
  .k-columns-items-wrap {
@@ -33381,16 +33508,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
33381
33508
  overflow: hidden;
33382
33509
  }
33383
33510
 
33384
- .k-filter-menu,
33385
- .k-column-list-wrapper,
33386
- .k-columnmenu-item-content {
33387
-
33388
- .k-actions {
33389
- margin-top: ($grid-filter-menu-item-spacing-y / 2);
33390
- padding: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x;
33391
- }
33392
- }
33393
-
33394
33511
  .k-column-menu-group-header {
33395
33512
  padding: $grid-column-menu-group-header-padding-y $grid-column-menu-group-header-padding-x;
33396
33513
  display: flex;
@@ -33409,22 +33526,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
33409
33526
  flex: 1 1 auto;
33410
33527
  }
33411
33528
 
33412
- .k-column-menu {
33413
- .k-menu:not(.k-context-menu) {
33414
- font-weight: 400;
33415
- }
33416
-
33417
- .k-expander {
33418
- border: 0;
33419
- background: inherit;
33420
-
33421
- .k-columnmenu-item {
33422
- display: flex;
33423
- align-items: center;
33424
- }
33425
- }
33426
- }
33427
-
33428
33529
  [dir="rtl"],
33429
33530
  .k-rtl {
33430
33531
  .k-columnmenu-item > .k-icon {
@@ -33995,7 +34096,7 @@ $listview-item-focus-shadow: inset 0 0 0 3px rgba( $listview-text, .15 ) !defaul
33995
34096
  .k-listview {
33996
34097
  margin: 0;
33997
34098
  padding: 0;
33998
- border-width: $listview-border-width;
34099
+ border-width: 0;
33999
34100
  border-style: solid;
34000
34101
  box-sizing: border-box;
34001
34102
  outline: 0;
@@ -34015,7 +34116,6 @@ $listview-item-focus-shadow: inset 0 0 0 3px rgba( $listview-text, .15 ) !defaul
34015
34116
  // Header
34016
34117
  .k-listview-header {
34017
34118
  border-width: 0;
34018
- border-bottom-width: $listview-border-width;
34019
34119
  border-style: solid;
34020
34120
  border-color: inherit;
34021
34121
  }
@@ -34024,7 +34124,7 @@ $listview-item-focus-shadow: inset 0 0 0 3px rgba( $listview-text, .15 ) !defaul
34024
34124
  }
34025
34125
 
34026
34126
 
34027
- // Listview contnet
34127
+ // Listview content
34028
34128
  .k-listview-content {
34029
34129
  margin: 0;
34030
34130
  padding: 0;
@@ -34079,7 +34179,6 @@ $listview-item-focus-shadow: inset 0 0 0 3px rgba( $listview-text, .15 ) !defaul
34079
34179
  // Listview footer
34080
34180
  .k-listview-footer {
34081
34181
  border-width: 0;
34082
- border-top-width: $listview-border-width;
34083
34182
  border-style: solid;
34084
34183
  border-color: inherit;
34085
34184
  }
@@ -34091,14 +34190,9 @@ $listview-item-focus-shadow: inset 0 0 0 3px rgba( $listview-text, .15 ) !defaul
34091
34190
  // Listview pager
34092
34191
  .k-listview-pager {
34093
34192
  border-width: 0;
34094
- border-top-width: $listview-border-width;
34095
34193
  border-color: inherit;
34096
34194
  font: inherit;
34097
34195
  }
34098
- .k-listview-pager-top {
34099
- border-top-width: 0;
34100
- border-bottom-width: $listview-border-width;
34101
- }
34102
34196
  .k-listview-bordered > .k-listview-pager-top {
34103
34197
  border-bottom-width: $listview-border-width;
34104
34198
  }
@@ -34558,6 +34652,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
34558
34652
  font-family: Arial, Verdana, Sans-serif;
34559
34653
  flex: 1;
34560
34654
  position: relative;
34655
+ overflow: hidden;
34561
34656
 
34562
34657
  // disabled cells in the Spreadsheet should allow navigation if link is used
34563
34658
  .k-state-disabled {
@@ -34916,37 +35011,48 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
34916
35011
  }
34917
35012
 
34918
35013
  // Details
34919
- .k-details {
35014
+ .k-details,
35015
+ .k-expander {
34920
35016
  padding: 0;
34921
35017
  border-width: 1px 0 0;
34922
35018
  border-style: solid;
34923
35019
  border-color: inherit;
34924
35020
  }
34925
- .k-details-summary {
34926
- padding: $padding-y;
35021
+ .k-expander {
35022
+ border: 0;
35023
+ background: inherit;
35024
+ }
35025
+ .k-details-summary,
35026
+ .k-columnmenu-item {
35027
+ padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
35028
+ display: flex;
35029
+ align-items: center;
34927
35030
  cursor: pointer;
34928
35031
 
34929
35032
  > .k-icon {
34930
35033
  margin-right: $padding-y;
34931
35034
  }
34932
35035
  }
34933
- .k-details-content {
34934
- padding: $padding-y $padding-x $padding-y $filter-menu-padding-left;
35036
+ .k-details-content,
35037
+ .k-columnmenu-item-content {
35038
+ padding: map-get( $spacing, 2 );
35039
+ display: flex;
35040
+ flex-flow: column nowrap;
35041
+ gap: map-get( $spacing, 2 );
34935
35042
 
34936
- > .k-textbox,
34937
- > .k-widget {
34938
- width: 100%;
34939
- margin-bottom: 3px;
35043
+ .k-filter-and {
35044
+ width: min-content;
35045
+ align-self: flex-start;
34940
35046
  }
34941
35047
 
34942
- .k-space-right {
34943
- background-image: none;
35048
+ .k-searchbox {
35049
+ width: 100%;
34944
35050
  }
35051
+ }
34945
35052
 
34946
- .k-filter-and {
34947
- width: 75px;
34948
- margin: 8px 0;
34949
- }
35053
+ .k-actions {
35054
+ margin: 0;
35055
+ padding: 0;
34950
35056
  }
34951
35057
  }
34952
35058
 
@@ -38393,10 +38499,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
38393
38499
  visibility: hidden;
38394
38500
 
38395
38501
  .k-overflow-anchor {
38396
- border-width: 0;
38397
- padding: $toolbar-padding-y;
38398
- width: $toolbar-inner-calc-size;
38399
- height: $toolbar-inner-calc-size;
38400
38502
  position: relative;
38401
38503
  }
38402
38504
  }
@@ -38539,10 +38641,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
38539
38641
  display: flex;
38540
38642
  flex-direction: column;
38541
38643
  padding: 10px 0 40px;
38542
-
38543
- > span {
38544
- padding-bottom: $padding-y;
38545
- }
38546
38644
  }
38547
38645
 
38548
38646
  .k-matches-container {
@@ -38778,12 +38876,12 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
38778
38876
  width: 10em;
38779
38877
 
38780
38878
  & + .k-dropdown {
38781
- width: 4em;
38879
+ width: 5em;
38782
38880
  }
38783
38881
 
38784
38882
  & + .k-colorpicker,
38785
38883
  & + .k-dropdown {
38786
- margin-left: $padding-x-sm;
38884
+ margin-left: map-get( $spacing, 2 );
38787
38885
  }
38788
38886
  }
38789
38887
 
@@ -39859,7 +39957,7 @@ $gantt-offset-resize-handler-top: 45% !default;
39859
39957
  position: relative;
39860
39958
  vertical-align: middle;
39861
39959
  }
39862
- td::after { content: "\a0"; }
39960
+ td::after { content: "\200b"; }
39863
39961
  }
39864
39962
  .k-task-wrap {
39865
39963
  margin: 0 -21px;
@@ -41581,7 +41679,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
41581
41679
  // TODO: add this class to jQuery rendering
41582
41680
  // after refactoring jQuery scheduler layout to be flex
41583
41681
  .k-recurrence-editor {
41584
- display: inline-flex;
41682
+ display: flex;
41585
41683
  flex-direction: column;
41586
41684
  }
41587
41685
  kendo-scheduler .k-recurrence-editor {
@@ -41833,27 +41931,40 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
41833
41931
 
41834
41932
  .k-scheduler-edit-form {
41835
41933
 
41836
- .k-edit-form-container { width: 620px; }
41934
+ .k-edit-form-container { width: 100%; }
41837
41935
  .k-edit-label { width: 17%; }
41838
41936
  .k-edit-field { width: 77%; }
41839
41937
 
41840
- .k-scheduler-delete {
41841
- float: left;
41938
+ .k-edit-field > ul > li {
41939
+ display: flex;
41940
+ flex-flow: row nowrap;
41941
+ align-items: center;
41942
+ }
41943
+ .k-recurrence-editor {
41944
+ .k-radio-list .k-radio-wrap,
41945
+ .k-checkbox-list .k-checkbox-wrap {
41946
+ align-self: center;
41947
+ }
41842
41948
  }
41843
41949
 
41844
-
41845
- .k-widget.k-recur-interval,
41846
- .k-widget.k-recur-count,
41847
- .k-widget.k-recur-monthday {
41950
+ .k-recur-interval,
41951
+ .k-recur-count,
41952
+ .k-recur-monthday {
41848
41953
  width: 5em;
41849
41954
  }
41850
- .k-widget.k-recur-until,
41851
- .k-widget.k-recur-month,
41852
- .k-widget.k-recur-weekday,
41853
- .k-widget.k-recur-weekday-offset {
41955
+ .k-recur-until,
41956
+ .k-recur-month,
41957
+ .k-recur-weekday,
41958
+ .k-recur-weekday-offset {
41854
41959
  width: 10em;
41855
41960
  }
41856
41961
 
41962
+ .k-scheduler-datetime-picker {
41963
+ display: flex;
41964
+ flex-flow: row nowrap;
41965
+ gap: map-get( $spacing, 2 );
41966
+ }
41967
+
41857
41968
  }
41858
41969
 
41859
41970
  }
@@ -42506,13 +42617,6 @@ $chat-quick-reply-hover-bg: $primary !default;
42506
42617
  $chat-quick-reply-hover-text: $primary-contrast !default;
42507
42618
  $chat-quick-reply-hover-border: $primary !default;
42508
42619
 
42509
- $chat-message-box-bg: $input-bg !default;
42510
- $chat-message-box-text: $input-text !default;
42511
- $chat-message-box-border: inherit !default;
42512
- $chat-message-box-focus-shadow: 0 0 40px rgba( $input-text, .1 ) !default;
42513
-
42514
- $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
42515
-
42516
42620
  // #endregion
42517
42621
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/chat/_layout.scss
42518
42622
  // #region @import "~@progress/kendo-theme-default/scss/chat/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/chat/_layout.scss
@@ -42789,7 +42893,8 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
42789
42893
  box-sizing: border-box;
42790
42894
  border-width: 1px 0 0;
42791
42895
  border-style: solid;
42792
- border-radius: 0;
42896
+ border-color: inherit !important; // sass-lint:disable-line no-important
42897
+ border-radius: 0 !important; // sass-lint:disable-line no-important
42793
42898
  flex: none;
42794
42899
  display: flex;
42795
42900
  flex-flow: row nowrap;
@@ -42806,6 +42911,7 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
42806
42911
  .k-input {}
42807
42912
 
42808
42913
  .k-button {
42914
+ border-width: 0;
42809
42915
  flex-shrink: 0;
42810
42916
 
42811
42917
  svg {
@@ -42815,11 +42921,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
42815
42921
  display: inline-block;
42816
42922
  }
42817
42923
 
42818
- &::before,
42819
- &::after {
42820
- display: none;
42821
- }
42822
-
42823
42924
  .k-rtl &,
42824
42925
  &[dir="rtl"] {
42825
42926
  transform: scaleX(-1);
@@ -42960,9 +43061,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
42960
43061
  }
42961
43062
 
42962
43063
  .k-button {
42963
- border-color: transparent;
42964
- color: inherit;
42965
- background: none;
42966
43064
  flex: none;
42967
43065
  }
42968
43066
 
@@ -43148,19 +43246,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
43148
43246
  );
43149
43247
  }
43150
43248
 
43151
-
43152
- // Message box
43153
- .k-message-box {
43154
- @include fill(
43155
- $chat-message-box-text,
43156
- $chat-message-box-bg,
43157
- $chat-message-box-border
43158
- );
43159
- }
43160
- .k-message-box.k-state-focused {
43161
- @include box-shadow( $chat-message-box-focus-shadow );
43162
- }
43163
-
43164
43249
  }
43165
43250
 
43166
43251
 
@@ -43172,14 +43257,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
43172
43257
  $chat-toolbar-bg,
43173
43258
  $chat-toolbar-border
43174
43259
  );
43175
-
43176
- .k-scroll-button {
43177
- @include fill( $bg: $chat-bg );
43178
- @include box-shadow( $chat-toolbar-box-scroll-button-shadow );
43179
- }
43180
- .k-scroll-button:hover {
43181
- @include fill( $bg: $chat-bg );
43182
- }
43183
43260
  }
43184
43261
 
43185
43262
  }
@@ -44020,11 +44097,8 @@ $pdf-viewer-page-text: $component-text !default;
44020
44097
  $pdf-viewer-page-border: $component-border !default;
44021
44098
  $pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
44022
44099
 
44023
- $pdf-viewer-search-dialog-spacing: $toolbar-padding-x !default;
44024
- $pdf-viewer-search-dialog-button-spacing: $pdf-viewer-search-dialog-spacing !default;
44025
- $pdf-viewer-search-dialog-textbox-padding-x: $input-padding-y !default;
44026
- $pdf-viewer-search-dialog-input-button-height: $line-height-em !default;
44027
- $pdf-viewer-search-dialog-matches-width: 4.5em !default;
44100
+ $pdf-viewer-search-dialog-padding: $toolbar-padding-x !default;
44101
+ $pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
44028
44102
 
44029
44103
  $pdf-viewer-selection-line-height: 1.2 !default;
44030
44104
 
@@ -44121,51 +44195,42 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
44121
44195
 
44122
44196
  // Search
44123
44197
  .k-pdf-viewer-search-dialog {
44124
- padding: $pdf-viewer-search-dialog-spacing;
44198
+ padding: $pdf-viewer-search-dialog-padding;
44125
44199
 
44126
44200
  .k-search-container {
44127
44201
  display: flex;
44202
+ gap: $pdf-viewer-search-dialog-spacing;
44203
+ flex-flow: row nowrap;
44128
44204
  flex: 0 0 auto;
44129
44205
  justify-content: flex-start;
44130
44206
  align-items: center;
44131
44207
 
44132
- .k-textbox {
44133
- display: inline-flex;
44134
- padding-right: $pdf-viewer-search-dialog-textbox-padding-x;
44135
- margin: 0 $pdf-viewer-search-dialog-spacing;
44136
- align-items: center;
44137
- background: none;
44208
+ .k-search-dialog-draghandle {
44209
+ cursor: move;
44210
+ margin-left: 0;
44138
44211
  }
44139
- .k-textbox .k-icon {
44140
- position: absolute;
44141
- font-size: inherit;
44142
44212
 
44143
- .k-ie & {
44144
- position: relative;
44145
- }
44146
- }
44213
+ .k-textbox {
44214
+ width: 10em;
44215
+ flex: none;
44147
44216
 
44148
- .k-match-case-button {
44149
- display: inline-flex;
44150
- height: $pdf-viewer-search-dialog-input-button-height;
44151
- justify-content: center;
44217
+ .k-button {
44218
+ border-width: 0;
44219
+ }
44152
44220
  }
44153
44221
 
44154
44222
  .k-search-matches {
44155
- display: inline-block;
44156
- min-width: $pdf-viewer-search-dialog-matches-width;
44157
- margin: 0 $pdf-viewer-search-dialog-spacing 0 $pdf-viewer-search-dialog-button-spacing;
44158
- vertical-align: middle;
44223
+ flex: 1 1 auto;
44159
44224
  }
44225
+ }
44226
+ }
44160
44227
 
44161
- > .k-button {
44162
- margin-left: $pdf-viewer-search-dialog-button-spacing;
44163
- }
44164
44228
 
44165
- .k-search-dialog-draghandle {
44166
- cursor: move;
44167
- margin-left: 0;
44168
- }
44229
+ // IE
44230
+ .k-ie .k-pdf-viewer-search-dialog {
44231
+
44232
+ .k-search-container > * + * {
44233
+ margin-left: $pdf-viewer-search-dialog-spacing;
44169
44234
  }
44170
44235
  }
44171
44236
 
@@ -45676,6 +45741,11 @@ $map-marker-fill: $primary !default;
45676
45741
  line-height: 1;
45677
45742
  box-shadow: none;
45678
45743
  position: absolute;
45744
+
45745
+ .k-icon {
45746
+ min-width: 0;
45747
+ min-height: 0;
45748
+ }
45679
45749
  }
45680
45750
  .k-navigator-n,
45681
45751
  .k-navigator-up {
@@ -45844,10 +45914,10 @@ $orgchart-card-shadow: $card-shadow !default;
45844
45914
  $orgchart-card-focus-shadow: $card-focus-shadow !default;
45845
45915
 
45846
45916
  $orgchart-card-title-margin-bottom: 0px !default;
45847
- $orgchart-card-title-font-size: $font-size !default;
45917
+ $orgchart-card-title-font-size: null !default;
45848
45918
 
45849
45919
  $orgchart-card-subtitle-margin-bottom: 0px !default;
45850
- $orgchart-card-subtitle-font-size: $font-size-md !default;
45920
+ $orgchart-card-subtitle-font-size: null !default;
45851
45921
 
45852
45922
  $orgchart-card-body-border-width: 2px 0 0 !default;
45853
45923
  $orgchart-card-body-border-color: transparent !default;