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

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 (49) hide show
  1. package/README.md +5 -8
  2. package/dist/all.css +512 -536
  3. package/dist/all.scss +855 -905
  4. package/modules/@progress/kendo-theme-default/package.json +2 -2
  5. package/modules/@progress/kendo-theme-default/scss/appbar/_layout.scss +13 -0
  6. package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +4 -4
  7. package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +1 -7
  8. package/modules/@progress/kendo-theme-default/scss/checkbox/_index.scss +1 -0
  9. package/modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss +2 -1
  10. package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +49 -7
  11. package/modules/@progress/kendo-theme-default/scss/color-preview/_theme.scss +0 -14
  12. package/modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss +5 -1
  13. package/modules/@progress/kendo-theme-default/scss/coloreditor/_variables.scss +3 -3
  14. package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +6 -0
  15. package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +22 -29
  16. package/modules/@progress/kendo-theme-default/scss/combobox/_theme.scss +59 -99
  17. package/modules/@progress/kendo-theme-default/scss/combobox/_variables.scss +1 -32
  18. package/modules/@progress/kendo-theme-default/scss/dropdowngrid/_layout.scss +1 -0
  19. package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +37 -55
  20. package/modules/@progress/kendo-theme-default/scss/dropdownlist/_theme.scss +33 -75
  21. package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +9 -16
  22. package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +0 -4
  23. package/modules/@progress/kendo-theme-default/scss/grid/_variables.scss +6 -6
  24. package/modules/@progress/kendo-theme-default/scss/imageeditor/_layout.scss +4 -8
  25. package/modules/@progress/kendo-theme-default/scss/imageeditor/_variables.scss +1 -0
  26. package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +1 -1
  27. package/modules/@progress/kendo-theme-default/scss/list/_index.scss +1 -0
  28. package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +15 -3
  29. package/modules/@progress/kendo-theme-default/scss/list/_variables.scss +4 -0
  30. package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +4 -7
  31. package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +17 -31
  32. package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_theme.scss +44 -14
  33. package/modules/@progress/kendo-theme-default/scss/mediaplayer/_layout.scss +5 -0
  34. package/modules/@progress/kendo-theme-default/scss/radio/_index.scss +1 -0
  35. package/modules/@progress/kendo-theme-default/scss/radio/_layout.scss +2 -1
  36. package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +1 -1
  37. package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +4 -8
  38. package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +15 -0
  39. package/package.json +3 -3
  40. package/scss/checkbox/_index.scss +1 -0
  41. package/scss/coloreditor/_variables.scss +3 -3
  42. package/scss/combobox/_variables.scss +1 -32
  43. package/scss/fab/index.md +0 -0
  44. package/scss/grid/_variables.scss +6 -6
  45. package/scss/imageeditor/_variables.scss +1 -0
  46. package/scss/input/_variables.scss +1 -1
  47. package/scss/list/_index.scss +1 -0
  48. package/scss/list/_variables.scss +4 -0
  49. package/scss/radio/_index.scss +1 -0
package/dist/all.scss CHANGED
@@ -5998,11 +5998,22 @@ $message-box-link-text-decoration: underline !default;
5998
5998
  // #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
5999
5999
  // File already imported_once. Skipping output.
6000
6000
  // #endregion
6001
+ // #region @import "../checkbox/_index.scss"; -> packages/classic/scss/checkbox/_index.scss
6002
+ // #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
6003
+ // File already imported_once. Skipping output.
6004
+ // #endregion
6001
6005
 
6002
6006
 
6003
- // Component
6004
- // #region @import "_variables.scss"; -> packages/classic/scss/list/_variables.scss
6007
+ // Dependencies
6008
+ // #region @import "../typography/_variables.scss"; -> packages/classic/scss/typography/_variables.scss
6009
+ // File already imported_once. Skipping output.
6010
+ // #endregion
6011
+ // #region @import "../list/_variables.scss"; -> packages/classic/scss/list/_variables.scss
6005
6012
  // List
6013
+ $list-font-size: $font-size !default;
6014
+ $list-line-height: $line-height !default;
6015
+ $list-line-height-em: $line-height-em !default;
6016
+
6006
6017
  $list-item-padding-x: $padding-x !default;
6007
6018
  $list-item-padding-y: $padding-y !default;
6008
6019
 
@@ -6021,10 +6032,493 @@ $list-container-shadow: null !default;
6021
6032
  $list-container-no-data-text: $subtle-text !default;
6022
6033
 
6023
6034
  // #endregion
6035
+
6036
+
6037
+ // Component
6038
+ // #region @import "_variables.scss"; -> packages/classic/scss/checkbox/_variables.scss
6039
+ // Checkbox
6040
+ $checkbox-size: map-get( $spacing, 4 ) !default;
6041
+ $checkbox-radius: map-get( $spacing, thin ) !default;
6042
+ $checkbox-border-width: 1px !default;
6043
+ $checkbox-line-height: calc( #{$checkbox-size} + #{$checkbox-border-width} ) !default;
6044
+
6045
+ $checkbox-bg: $white !default;
6046
+ $checkbox-text: transparent !default;
6047
+ $checkbox-border: $base-border !default;
6048
+
6049
+ $checkbox-hovered-bg: null !default;
6050
+ $checkbox-hovered-text: null !default;
6051
+ $checkbox-hovered-border: null !default;
6052
+
6053
+ $checkbox-checked-bg: $primary !default;
6054
+ $checkbox-checked-text: contrast-wcag( $checkbox-checked-bg ) !default;
6055
+ $checkbox-checked-border: $checkbox-checked-bg !default;
6056
+
6057
+ $checkbox-indeterminate-bg: $checkbox-bg !default;
6058
+ $checkbox-indeterminate-text: $checkbox-checked-bg !default;
6059
+ $checkbox-indeterminate-border: $checkbox-border !default;
6060
+
6061
+ $checkbox-focused-border: null !default;
6062
+ $checkbox-focused-shadow: 0 0 0 2px rgba( 0, 0, 0, .06 ) !default;
6063
+ $checkbox-focused-checked-border: null !default;
6064
+ $checkbox-focused-checked-shadow: 0 0 0 2px rgba( $primary, .3 ) !default;
6065
+
6066
+ $checkbox-disabled-bg: null !default;
6067
+ $checkbox-disabled-text: null !default;
6068
+ $checkbox-disabled-border: null !default;
6069
+
6070
+ $checkbox-disabled-checked-bg: null !default;
6071
+ $checkbox-disabled-checked-text: null !default;
6072
+ $checkbox-disabled-checked-border: null !default;
6073
+
6074
+ $checkbox-invalid-bg: null !default;
6075
+ $checkbox-invalid-text: $invalid-text !default;
6076
+ $checkbox-invalid-border: $invalid-border !default;
6077
+
6078
+
6079
+ // Checkbox indicator
6080
+ $checkbox-icon-type: glyph !default;
6081
+
6082
+ $checkbox-glyph-font-family: "WebComponentsIcons", monospace !default;
6083
+ $checkbox-glyph-size: 12px !default;
6084
+ $checkbox-checked-glyph: "\e118" !default;
6085
+ $checkbox-indeterminate-glyph: "\e121" !default;
6086
+
6087
+ $checkbox-checked-image: null !default;
6088
+ $checkbox-indeterminate-image: null !default;
6089
+
6090
+ $checkbox-marker-checked-width: ( $checkbox-size / 2 ) !default;
6091
+ $checkbox-marker-checked-height: ( $checkbox-size / 2 ) !default;
6092
+ $checkbox-marker-indeterminate-width: ( $checkbox-size / 2 ) !default;
6093
+ $checkbox-marker-indeterminate-height: ( $checkbox-size / 2 ) !default;
6094
+
6095
+
6096
+ // Checkbox label
6097
+ $checkbox-label-margin-x: map-get( $spacing, 1 ) !default;
6098
+
6099
+
6100
+ // Checkbox list
6101
+ $checkbox-list-margin: 0px !default;
6102
+ $checkbox-list-padding: 0px !default;
6103
+ $checkbox-list-item-padding-x: 0px !default;
6104
+ $checkbox-list-item-padding-y: $list-item-padding-y !default;
6105
+ $checkbox-list-horizontal-item-margin-x: 32px !default;
6106
+
6107
+
6108
+ // Checkbox ripple
6109
+ $checkbox-ripple-size: $checkbox-size * 3 !default;
6110
+ $checkbox-ripple-margin: calc(-1 * (#{$checkbox-size} + 2 * #{$checkbox-border-width})) !default;
6111
+ $checkbox-ripple-opacity: .3 !default;
6112
+
6113
+ // #endregion
6114
+ // #region @import "_layout.scss"; -> packages/classic/scss/checkbox/_layout.scss
6115
+ // #region @import "~@progress/kendo-theme-default/scss/checkbox/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss
6116
+ @include exports( "checkbox/layout" ) {
6117
+
6118
+ // Checkbox
6119
+ .k-checkbox {
6120
+ @include border-radius( $checkbox-radius );
6121
+ margin: 0;
6122
+ padding: 0;
6123
+ width: $checkbox-size;
6124
+ height: $checkbox-size;
6125
+ line-height: initial;
6126
+ border-width: $checkbox-border-width;
6127
+ border-style: solid;
6128
+ outline: 0;
6129
+ box-sizing: border-box;
6130
+ background-position: center;
6131
+ background-repeat: no-repeat;
6132
+ background-size: contain;
6133
+ display: inline-block;
6134
+ flex: none;
6135
+ vertical-align: middle;
6136
+ position: relative;
6137
+ cursor: pointer;
6138
+ -webkit-appearance: none;
6139
+ }
6140
+
6141
+ // Checkbox indicator
6142
+ .k-checkbox::before {
6143
+ @if $checkbox-icon-type == "glyph" {
6144
+ content: $checkbox-checked-glyph;
6145
+ width: $checkbox-glyph-size;
6146
+ height: $checkbox-glyph-size;
6147
+ font-size: $checkbox-glyph-size;
6148
+ font-family: $checkbox-glyph-font-family;
6149
+ line-height: 1;
6150
+ transform: scale(0) translate(-50%, -50%);
6151
+ overflow: hidden;
6152
+ position: absolute;
6153
+ top: 50%;
6154
+ left: 50%;
6155
+ }
6156
+
6157
+ @if $checkbox-icon-type == "marker" {
6158
+ content: "";
6159
+ width: $checkbox-marker-checked-width;
6160
+ height: $checkbox-marker-checked-height;
6161
+ background-color: currentColor;
6162
+ transform: scale(0) translate(-50%, -50%);
6163
+ overflow: hidden;
6164
+ position: absolute;
6165
+ top: 50%;
6166
+ left: 50%;
6167
+ }
6168
+ }
6169
+
6170
+
6171
+ // Checked state
6172
+ .k-checkbox:checked,
6173
+ .k-checkbox.k-checked {
6174
+ @if $checkbox-icon-type == "image" {
6175
+ background-image: $checkbox-checked-image;
6176
+ }
6177
+
6178
+ @if $checkbox-icon-type == "glyph" {
6179
+ &::before {
6180
+ transform: scale(1) translate(-50%, -50%);
6181
+ }
6182
+ }
6183
+
6184
+ @if $checkbox-icon-type == "marker" {
6185
+ &::before {
6186
+ transform: scale(1) translate(-50%, -50%);
6187
+ }
6188
+ }
6189
+ }
6190
+
6191
+
6192
+ // Indeterminate state
6193
+ .k-checkbox:indeterminate,
6194
+ .k-checkbox.k-indeterminate,
6195
+ .k-checkbox.k-state-indeterminate {
6196
+ @if $checkbox-icon-type == "image" {
6197
+ background-image: $checkbox-indeterminate-image;
6198
+ }
6199
+
6200
+ @if $checkbox-icon-type == "glyph" {
6201
+ &::before {
6202
+ content: $checkbox-indeterminate-glyph;
6203
+ transform: scale(1) translate(-50%, -50%);
6204
+ }
6205
+ }
6206
+
6207
+ @if $checkbox-icon-type == "marker" {
6208
+ &::before {
6209
+ width: $checkbox-maker-indeterminate-width;
6210
+ height: $checkbox-marker-indeterminate-height;
6211
+ transform: scale(1) translate(-50%, -50%);
6212
+ }
6213
+ }
6214
+ }
6215
+
6216
+
6217
+ // Disabled state
6218
+ .k-checkbox:disabled,
6219
+ .k-checkbox.k-disabled,
6220
+ .k-checkbox:disabled + .k-checkbox-label,
6221
+ .k-checkbox.k-disabled + .k-checkbox-label {
6222
+ @include disabled( $disabled-styling );
6223
+ }
6224
+
6225
+ // Checkbox label
6226
+ .k-checkbox-label {
6227
+ margin: 0;
6228
+ padding: 0;
6229
+ line-height: $checkbox-line-height;
6230
+ display: inline-flex;
6231
+ align-items: flex-start;
6232
+ vertical-align: middle;
6233
+ position: relative;
6234
+ cursor: pointer;
6235
+
6236
+ .k-label {
6237
+ cursor: pointer;
6238
+ }
6239
+
6240
+ .k-ripple {
6241
+ top: $checkbox-size / 2;
6242
+ left: $checkbox-size / 2;
6243
+ right: auto;
6244
+ bottom: auto;
6245
+ width: $checkbox-size * 5 / 2;
6246
+ height: $checkbox-size * 5 / 2;
6247
+ transform: translate(-50%, -50%);
6248
+ border-radius: 50%;
6249
+
6250
+ // Hide ripple temporarily
6251
+ visibility: hidden !important; // sass-lint:disable-line no-important
6252
+ }
6253
+
6254
+ .k-ripple-blob {
6255
+ // sass-lint:disable-block no-important
6256
+ // use !important until ripple can apply these styles from the script
6257
+ top: 50% !important;
6258
+ left: 50% !important;
6259
+ width: 200% !important;
6260
+ height: 200% !important;
6261
+ }
6262
+ }
6263
+ .k-checkbox + .k-checkbox-label {
6264
+ display: inline;
6265
+ }
6266
+ .k-checkbox + .k-checkbox-label,
6267
+ .k-checkbox-label + .k-checkbox {
6268
+ margin-left: $checkbox-label-margin-x;
6269
+ }
6270
+ .k-checkbox-label > .k-checkbox {
6271
+ margin-right: $checkbox-label-margin-x;
6272
+ flex-shrink: 0;
6273
+ }
6274
+ kendo-label.k-checkbox-label > .k-checkbox:last-child {
6275
+ margin-right: 0;
6276
+ }
6277
+ kendo-label.k-checkbox-label > .k-label:first-child {
6278
+ margin-right: $checkbox-label-margin-x;
6279
+ }
6280
+ kendo-label.k-checkbox-label > .k-label {
6281
+ display: inline;
6282
+ }
6283
+
6284
+
6285
+ // Empty label
6286
+ .k-checkbox-label:empty {
6287
+ display: none !important; // sass-lint:disable-line no-important
6288
+ }
6289
+
6290
+
6291
+ // Label with no text
6292
+ .k-checkbox-label.k-no-text {
6293
+ min-width: 1px;
6294
+ }
6295
+
6296
+
6297
+ // Checkbox list
6298
+ .k-checkbox-list {
6299
+ margin: $checkbox-list-margin;
6300
+ padding: $checkbox-list-padding;
6301
+ list-style: none;
6302
+
6303
+ .k-checkbox-item {
6304
+ padding: $checkbox-list-item-padding-y $checkbox-list-item-padding-x;
6305
+ }
6306
+ }
6307
+
6308
+ .k-list-horizontal {
6309
+ .k-checkbox-item {
6310
+ display: inline-block;
6311
+ margin: 0 $checkbox-list-horizontal-item-margin-x 0 0;
6312
+
6313
+ &:last-child {
6314
+ margin-right: 0;
6315
+ }
6316
+ }
6317
+ }
6318
+
6319
+
6320
+ // RTL
6321
+ .k-rtl,
6322
+ [dir="rtl"] {
6323
+ .k-checkbox + .k-checkbox-label,
6324
+ .k-checkbox-label + .k-checkbox {
6325
+ margin-left: 0;
6326
+ margin-right: $checkbox-label-margin-x;
6327
+ }
6328
+ .k-checkbox-label > .k-checkbox {
6329
+ margin-right: 0;
6330
+ margin-left: $checkbox-label-margin-x;
6331
+ }
6332
+ kendo-label.k-checkbox-label > .k-checkbox:last-child {
6333
+ margin-left: 0;
6334
+ }
6335
+ kendo-label.k-checkbox-label > .k-label:first-child {
6336
+ margin-right: 0;
6337
+ margin-left: $checkbox-label-margin-x;
6338
+ }
6339
+
6340
+ .k-list-horizontal {
6341
+ .k-checkbox-item {
6342
+ margin-right: 0;
6343
+ margin-left: $checkbox-list-horizontal-item-margin-x;
6344
+
6345
+ &:last-child {
6346
+ margin-left: 0;
6347
+ }
6348
+ }
6349
+ }
6350
+ }
6351
+
6352
+ .k-ripple-container {
6353
+ .k-checkbox::after {
6354
+ content: "";
6355
+ display: block;
6356
+ position: absolute;
6357
+ left: 0;
6358
+ top: 0;
6359
+ width: $checkbox-ripple-size;
6360
+ height: $checkbox-ripple-size;
6361
+ margin-left: $checkbox-ripple-margin;
6362
+ margin-top: $checkbox-ripple-margin;
6363
+ border-radius: 100%;
6364
+ z-index: 1;
6365
+ transform: scale(0);
6366
+ }
6367
+
6368
+ .k-checkbox:disabled::after,
6369
+ .k-checkbox.k-disabled::after {
6370
+ display: none;
6371
+ }
6372
+ }
6373
+
6374
+ }
6375
+
6376
+
6377
+
6378
+
6379
+ @include exports( "checkbox/layout/edge" ) {
6380
+
6381
+ .k-checkbox::-ms-check {
6382
+ border-width: 1px;
6383
+ border-color: inherit;
6384
+ color: inherit;
6385
+ background-color: inherit;
6386
+ }
6387
+
6388
+ }
6389
+
6390
+ // #endregion
6391
+
6392
+ // #endregion
6393
+ // #region @import "_theme.scss"; -> packages/classic/scss/checkbox/_theme.scss
6394
+ // #region @import "~@progress/kendo-theme-default/scss/checkbox/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss
6395
+ @include exports("checkbox/theme") {
6396
+
6397
+ // Checkbox
6398
+ .k-checkbox {
6399
+ @include fill(
6400
+ $checkbox-text,
6401
+ $checkbox-bg,
6402
+ $checkbox-border
6403
+ );
6404
+ }
6405
+
6406
+
6407
+ // Hover state
6408
+ .k-checkbox:hover,
6409
+ .k-checkbox.k-state-hover {
6410
+ @include fill(
6411
+ $checkbox-hovered-text,
6412
+ $checkbox-hovered-bg,
6413
+ $checkbox-hovered-border
6414
+ );
6415
+ }
6416
+
6417
+
6418
+ // Focus state
6419
+ .k-checkbox:focus,
6420
+ .k-checkbox.k-state-focus {
6421
+ @include fill( $border: $checkbox-focused-border );
6422
+ @include box-shadow( $checkbox-focused-shadow );
6423
+ }
6424
+
6425
+
6426
+ // Indeterminate
6427
+ .k-checkbox:indeterminate,
6428
+ .k-checkbox.k-state-indeterminate,
6429
+ .k-checkbox.k-indeterminate {
6430
+ @include fill(
6431
+ $checkbox-indeterminate-text,
6432
+ $checkbox-indeterminate-bg,
6433
+ $checkbox-indeterminate-border
6434
+ );
6435
+ }
6436
+
6437
+
6438
+ // Checked
6439
+ .k-checkbox:checked,
6440
+ .k-checkbox.k-checked {
6441
+ @include fill(
6442
+ $checkbox-checked-text,
6443
+ $checkbox-checked-bg,
6444
+ $checkbox-checked-border
6445
+ );
6446
+ }
6447
+ .k-checkbox:checked:focus,
6448
+ .k-checkbox.k-checked.k-state-focus {
6449
+ @include fill( $border: $checkbox-focused-checked-border );
6450
+ @include box-shadow( $checkbox-focused-checked-shadow );
6451
+ }
6452
+
6453
+
6454
+ // Disabled
6455
+ .k-checkbox:disabled,
6456
+ .k-checkbox.k-disabled {
6457
+ @include fill(
6458
+ $checkbox-disabled-text,
6459
+ $checkbox-disabled-bg,
6460
+ $checkbox-disabled-border
6461
+ );
6462
+ }
6463
+ .k-checkbox:checked:disabled,
6464
+ .k-checkbox:indeterminate:disabled,
6465
+ .k-checkbox.k-state-indeterminate:disabled,
6466
+ .k-checkbox.k-checked.k-disabled,
6467
+ .k-checkbox.k-indeterminate.k-disabled {
6468
+ @include fill(
6469
+ $checkbox-disabled-checked-text,
6470
+ $checkbox-disabled-checked-bg,
6471
+ $checkbox-disabled-checked-border
6472
+ );
6473
+ }
6474
+
6475
+
6476
+ // Invalid
6477
+ .k-checkbox.k-invalid,
6478
+ .k-checkbox.k-state-invalid,
6479
+ .k-checkbox.ng-invalid.ng-touched,
6480
+ .k-checkbox.ng-invalid.ng-dirty {
6481
+ @include fill( $border: $checkbox-invalid-border );
6482
+ }
6483
+ .k-checkbox.k-invalid + .k-checkbox-label,
6484
+ .k-checkbox.k-state-invalid + .k-checkbox-label,
6485
+ .k-checkbox.ng-invalid.ng-touched + .k-checkbox-label,
6486
+ .k-checkbox.ng-invalid.ng-dirty + .k-checkbox-label {
6487
+ @include fill( $color: $checkbox-invalid-text );
6488
+ }
6489
+
6490
+
6491
+ // Ripple
6492
+ .k-ripple-container {
6493
+ .k-checkbox::after {
6494
+ background: $checkbox-checked-bg;
6495
+ opacity: $checkbox-ripple-opacity;
6496
+ }
6497
+ }
6498
+
6499
+ }
6500
+
6501
+ // #endregion
6502
+
6503
+ // #endregion
6504
+
6505
+ // #endregion
6506
+
6507
+
6508
+ // Component
6509
+ // #region @import "_variables.scss"; -> packages/classic/scss/list/_variables.scss
6510
+ // File already imported_once. Skipping output.
6511
+ // #endregion
6024
6512
  // #region @import "_layout.scss"; -> packages/classic/scss/list/_layout.scss
6025
6513
  // #region @import "~@progress/kendo-theme-default/scss/list/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/list/_layout.scss
6026
6514
  @include exports( "list/layout" ) {
6027
6515
 
6516
+ .k-list,
6517
+ .k-list-container {
6518
+ font-size: $list-font-size;
6519
+ line-height: $list-line-height;
6520
+ }
6521
+
6028
6522
  // Layout
6029
6523
  .k-list-scroller {
6030
6524
  position: relative;
@@ -6039,7 +6533,7 @@ $list-container-no-data-text: $subtle-text !default;
6039
6533
 
6040
6534
  .k-list__group-header { // sass-lint:disable-line class-name-format
6041
6535
  padding: $list-item-padding-y $list-item-padding-x;
6042
- min-height: $line-height-em;
6536
+ min-height: $list-line-height-em;
6043
6537
  border-bottom-width: 1px;
6044
6538
  border-bottom-style: solid;
6045
6539
  font-size: $font-size;
@@ -6081,8 +6575,8 @@ $list-container-no-data-text: $subtle-text !default;
6081
6575
 
6082
6576
  .k-list__item { // sass-lint:disable-line class-name-format
6083
6577
  padding: $list-item-padding-y $list-item-padding-x;
6084
- min-height: $line-height-em;
6085
- line-height: $line-height-em;
6578
+ min-height: $list-line-height-em;
6579
+ line-height: $list-line-height;
6086
6580
  white-space: normal;
6087
6581
  display: flex;
6088
6582
  align-items: center;
@@ -6095,6 +6589,12 @@ $list-container-no-data-text: $subtle-text !default;
6095
6589
  transition-timing-function: ease;
6096
6590
  outline: none;
6097
6591
 
6592
+ .k-checkbox {
6593
+ margin-top: calc( ( #{$list-line-height-em} - #{$checkbox-size} ) / 2 );
6594
+ font-size: inherit;
6595
+ align-self: flex-start;
6596
+ }
6597
+
6098
6598
  &.k-first::before {
6099
6599
  content: "";
6100
6600
  display: block;
@@ -7036,7 +7536,7 @@ $clear-button-focused-opacity: .1 !default;
7036
7536
  // #region @import "_variables.scss"; -> packages/classic/scss/input/_variables.scss
7037
7537
  // Input
7038
7538
 
7039
- $input-default-width: 12.4em !default;
7539
+ $input-default-width: 200px !default;
7040
7540
 
7041
7541
  $input-border-width: 1px !default;
7042
7542
  $input-border-height: ( $input-border-width * 2 ) !default;
@@ -7584,103 +8084,65 @@ $floating-label-focus-text: null !default;
7584
8084
 
7585
8085
  // Component
7586
8086
  // #region @import "_variables.scss"; -> packages/classic/scss/combobox/_variables.scss
7587
- // Comboboxes
7588
- $combobox-select-padding-x: $button-padding-y !default;
7589
- $combobox-select-padding-y: $button-padding-y !default;
7590
- $combobox-select-width: $button-inner-calc-size !default;
7591
-
7592
- $combobox-bg: $input-bg !default;
7593
- $combobox-text: $input-text !default;
7594
- $combobox-border: $input-border !default;
7595
-
7596
- $combobox-hovered-bg: $input-hovered-bg !default;
7597
- $combobox-hovered-text: $input-hovered-text !default;
7598
- $combobox-hovered-border: $input-hovered-border !default;
7599
-
7600
- $combobox-focused-bg: $input-focused-bg !default;
7601
- $combobox-focused-text: $input-focused-text !default;
7602
- $combobox-focused-border: $input-focused-border !default;
7603
- $combobox-focused-shadow: $input-focused-shadow !default;
7604
-
7605
- $combobox-select-bg: $button-bg !default;
7606
- $combobox-select-text: $button-text !default;
7607
- $combobox-select-border: $button-border !default;
7608
- $combobox-select-gradient: $button-gradient !default;
7609
-
7610
- $combobox-select-hovered-bg: $button-hovered-bg !default;
7611
- $combobox-select-hovered-text: $button-hovered-text !default;
7612
- $combobox-select-hovered-border: $button-hovered-border !default;
7613
- $combobox-select-hovered-gradient: $button-hovered-gradient !default;
7614
-
7615
- $combobox-select-pressed-bg: $button-active-bg !default;
7616
- $combobox-select-pressed-text: $button-active-text !default;
7617
- $combobox-select-pressed-border: $button-active-border !default;
7618
- $combobox-select-pressed-gradient: $button-active-gradient !default;
8087
+ // Combobox
7619
8088
 
7620
8089
  // #endregion
7621
8090
  // #region @import "_layout.scss"; -> packages/classic/scss/combobox/_layout.scss
7622
8091
  // #region @import "~@progress/kendo-theme-default/scss/combobox/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/combobox/_layout.scss
7623
- @include exports("combobox/layout") {
8092
+ @include exports( "combobox/layout" ) {
7624
8093
 
7625
8094
  // Combobox
7626
8095
  .k-combobox {
8096
+ @include border-radius( $input-border-radius );
7627
8097
  width: $input-default-width;
7628
- border-width: 0;
8098
+ border-width: $input-border-width;
8099
+ border-style: solid;
7629
8100
  box-sizing: border-box;
7630
8101
  outline: 0;
7631
- background: none;
7632
8102
  font-family: $input-font-family;
7633
8103
  font-size: $input-font-size;
7634
8104
  line-height: $input-line-height;
7635
- text-align: left;
8105
+ text-align: start;
7636
8106
  white-space: nowrap;
7637
8107
  display: inline-flex;
8108
+ flex-flow: row nowrap;
7638
8109
  vertical-align: middle;
7639
8110
  position: relative;
8111
+ overflow: hidden;
8112
+ transition: all .1s ease; // sass-lint:disable-line no-transition-all
7640
8113
  -webkit-touch-callout: none;
7641
8114
  -webkit-tap-highlight-color: $rgba-transparent;
7642
8115
 
7643
- .k-dropdown-wrap {
7644
- @include border-radius( $input-border-radius );
7645
- padding: 0;
7646
- width: 100%;
7647
- border-width: 1px;
7648
- border-style: solid;
7649
- box-sizing: border-box;
7650
- position: relative;
7651
- display: flex;
7652
- flex-flow: row nowrap;
7653
- transition: all .1s ease; // sass-lint:disable-line no-transition-all
7654
- outline: 0;
7655
- cursor: initial;
7656
- overflow: hidden;
7657
- }
7658
-
7659
8116
 
7660
8117
  // Input
7661
8118
  .k-input {}
7662
8119
 
8120
+
8121
+ // Loading icon
8122
+ .k-i-loading {
8123
+ width: $input-icon-width;
8124
+ height: $input-icon-height;
8125
+ }
8126
+
8127
+
7663
8128
  // Select
7664
8129
  .k-select {
7665
- padding: $combobox-select-padding-y $combobox-select-padding-x;
7666
- width: if( $use-picker-select-width, $combobox-select-width, null );
8130
+ padding: $picker-select-padding-y $picker-select-padding-x;
8131
+ width: if( $use-picker-select-width, $spinner-width, null );
7667
8132
  border-width: 0;
7668
8133
  border-inline-start-width: $picker-select-border-width;
7669
- box-sizing: border-box;
7670
8134
  border-style: solid;
8135
+ box-sizing: border-box;
8136
+ outline: 0;
7671
8137
  display: flex;
8138
+ flex-flow: row nowrap;
7672
8139
  align-items: center;
7673
8140
  justify-content: center;
7674
8141
  flex: 0 0 auto;
7675
- text-align: center;
7676
8142
  cursor: pointer;
7677
8143
  }
7678
-
7679
- &[dir="rtl"],
7680
- .k-rtl & {
7681
- text-align: right;
7682
- }
7683
8144
  }
8145
+
7684
8146
  }
7685
8147
 
7686
8148
  // #endregion
@@ -7688,128 +8150,88 @@ $combobox-select-pressed-gradient: $button-active-gradient !default;
7688
8150
  // #endregion
7689
8151
  // #region @import "_theme.scss"; -> packages/classic/scss/combobox/_theme.scss
7690
8152
  // #region @import "~@progress/kendo-theme-default/scss/combobox/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/combobox/_theme.scss
7691
- @include exports("combobox/theme") {
8153
+ @include exports( "combobox/theme" ) {
7692
8154
 
7693
8155
  .k-combobox {
7694
-
7695
- // Normal state
7696
- .k-dropdown-wrap {
7697
- @include fill(
7698
- $combobox-text,
7699
- $combobox-bg,
7700
- $combobox-border
7701
- );
7702
-
7703
- // Invalid state
7704
- &.k-invalid,
7705
- &.k-invalid:hover,
7706
- &.k-state-invalid {
7707
- border-color: $invalid-border;
7708
-
7709
- .k-input-validation-icon {
7710
- color: $invalid-text;
7711
- }
7712
-
7713
- &:focus,
7714
- &.k-state-focused {
7715
- @include box-shadow($invalid-shadow);
7716
- }
7717
- }
7718
- }
7719
-
7720
- .k-select {
7721
- @include fill(
7722
- $combobox-select-text,
7723
- $combobox-select-bg,
7724
- $combobox-select-border,
7725
- $combobox-select-gradient
7726
- );
7727
- }
8156
+ @include fill(
8157
+ $input-text,
8158
+ $input-bg,
8159
+ $input-border
8160
+ );
7728
8161
 
7729
8162
  // Hover state
7730
- > :hover,
7731
- .k-state-hover {
8163
+ &:hover,
8164
+ &.k-state-hover {
7732
8165
  @include fill(
7733
- $combobox-hovered-text,
7734
- $combobox-hovered-bg,
7735
- $combobox-hovered-border
8166
+ $input-hovered-text,
8167
+ $input-hovered-bg,
8168
+ $input-hovered-border
7736
8169
  );
7737
8170
  }
7738
- .k-select:hover {
8171
+
8172
+ // Focus state
8173
+ &:focus,
8174
+ &.k-state-focus {
7739
8175
  @include fill(
7740
- $combobox-select-hovered-text,
7741
- $combobox-select-hovered-bg,
7742
- $combobox-select-hovered-border,
7743
- $combobox-select-hovered-gradient
8176
+ $input-focused-text,
8177
+ $input-focused-bg,
8178
+ $input-focused-border
7744
8179
  );
8180
+ @include box-shadow( $input-focused-shadow );
7745
8181
  }
7746
-
7747
- // Focus state
7748
- > .k-state-focused {
8182
+ &:focus-within {
7749
8183
  @include fill(
7750
- $combobox-focused-text,
7751
- $combobox-focused-bg,
7752
- $combobox-focused-border
8184
+ $input-focused-text,
8185
+ $input-focused-bg,
8186
+ $input-focused-border
7753
8187
  );
7754
- @include box-shadow($combobox-focused-shadow);
8188
+ @include box-shadow( $input-focused-shadow );
7755
8189
  }
7756
8190
 
7757
- // Invalid
7758
- &.k-state-invalid,
7759
- &.ng-invalid.ng-touched,
7760
- &.ng-invalid.ng-dirty {
7761
- .k-dropdown-wrap {
7762
- border-color: $invalid-border;
7763
-
7764
- .k-input-validation-icon {
7765
- color: $invalid-text;
7766
- }
7767
8191
 
7768
- &:focus,
7769
- &.k-state-focused {
7770
- @include box-shadow($invalid-shadow);
7771
- }
7772
- }
7773
- }
7774
- }
8192
+ // Invalid state
8193
+ &.k-invalid,
8194
+ &.ng-invalid,
8195
+ &.k-state-invalid {
8196
+ border-color: $invalid-border;
7775
8197
 
7776
- // Universal rendering
7777
- .k-combobox {
7778
- &.k-state-hover {
7779
- .k-dropdown-wrap {
7780
- @include fill(
7781
- $combobox-hovered-text,
7782
- $combobox-hovered-bg,
7783
- $combobox-hovered-border
7784
- );
8198
+ .k-input-validation-icon {
8199
+ color: $invalid-text;
7785
8200
  }
7786
- }
7787
8201
 
7788
- &.k-state-focus {
7789
- .k-dropdown-wrap {
7790
- @include fill(
7791
- $combobox-focused-text,
7792
- $combobox-focused-bg,
7793
- $combobox-focused-border
7794
- );
7795
- @include box-shadow($combobox-focused-shadow);
8202
+ &:focus-within,
8203
+ &.k-state-focus {
8204
+ @include box-shadow($invalid-shadow);
7796
8205
  }
7797
8206
  }
7798
8207
 
7799
- &.k-invalid {
7800
- .k-dropdown-wrap {
7801
- border-color: $invalid-border;
7802
8208
 
7803
- .k-input-validation-icon {
7804
- color: $invalid-text;
7805
- }
7806
- }
8209
+ // Select
8210
+ .k-select {
8211
+ @include fill(
8212
+ $picker-select-text,
8213
+ $picker-select-bg,
8214
+ $picker-select-border,
8215
+ $picker-select-gradient
8216
+ );
7807
8217
  }
7808
-
7809
- &.k-invalid.k-state-focus {
7810
- .k-dropdown-wrap {
7811
- @include box-shadow($invalid-shadow);
7812
- }
8218
+ .k-select:hover,
8219
+ .k-select.k-state-hover {
8220
+ @include fill(
8221
+ $picker-select-hovered-text,
8222
+ $picker-select-hovered-bg,
8223
+ $picker-select-hovered-border,
8224
+ $picker-select-hovered-gradient
8225
+ );
8226
+ }
8227
+ .k-select:active,
8228
+ .k-select.k-state-active {
8229
+ @include fill(
8230
+ $picker-select-pressed-text,
8231
+ $picker-select-pressed-bg,
8232
+ $picker-select-pressed-border,
8233
+ $picker-select-pressed-gradient
8234
+ );
7813
8235
  }
7814
8236
  }
7815
8237
 
@@ -8083,14 +8505,14 @@ $grid-filter-menu-check-all-border-bottom-width: 1px !default;
8083
8505
  $grid-filter-menu-item-spacing-x: map-get( $spacing, 2 ) !default;
8084
8506
  $grid-filter-menu-item-spacing-y: $grid-filter-menu-item-spacing-x !default;
8085
8507
 
8086
- $grid-column-menu-popup-padding-x: 0 !default;
8087
- $grid-column-menu-popup-padding-y: $padding-y-sm !default;
8508
+ $grid-column-menu-popup-padding-x: null !default;
8509
+ $grid-column-menu-popup-padding-y: null !default;
8088
8510
 
8089
- $grid-column-menu-item-padding-x: $padding-x !default;
8090
- $grid-column-menu-item-padding-y: $padding-y !default;
8511
+ $grid-column-menu-item-padding-x: $menu-popup-item-padding-x !default;
8512
+ $grid-column-menu-item-padding-y: $menu-popup-item-padding-y !default;
8091
8513
 
8092
- $grid-column-menu-list-item-padding-x: $padding-x !default;
8093
- $grid-column-menu-list-item-padding-y: $padding-y-sm !default;
8514
+ $grid-column-menu-list-item-padding-x: $list-item-padding-x !default;
8515
+ $grid-column-menu-list-item-padding-y: $list-item-padding-y !default;
8094
8516
 
8095
8517
  $grid-column-menu-items-wrap-padding-x: 0 !default;
8096
8518
  $grid-column-menu-items-wrap-padding-y: $padding-y-lg !default;
@@ -9870,6 +10292,7 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
9870
10292
  .k-color-preview {
9871
10293
  border-width: $color-preview-border-width;
9872
10294
  border-radius: $color-preview-border-radius;
10295
+ box-sizing: border-box;
9873
10296
  border-style: solid;
9874
10297
  display: inline-flex;
9875
10298
  flex-direction: row;
@@ -9877,21 +10300,62 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
9877
10300
  position: relative;
9878
10301
  overflow: hidden;
9879
10302
  }
9880
- .k-color-preview::before {
9881
- content: "";
10303
+
10304
+
10305
+ // Current Color
10306
+ .k-coloreditor-current-color {
10307
+ cursor: pointer;
10308
+ }
10309
+
10310
+
10311
+ // Icon color preview
10312
+ .k-icon-color-preview {
10313
+ border-width: 0;
10314
+ border-radius: 0;
10315
+ display: flex;
10316
+ flex-flow: column nowrap;
10317
+ align-items: center;
10318
+ justify-content: center;
10319
+ gap: 2px;
10320
+
10321
+ .k-color-preview-mask {
10322
+ width: calc( #{$icon-size} - 2px );
10323
+ height: 2px;
10324
+ }
10325
+ }
10326
+
10327
+
10328
+ // Color Preview Mask
10329
+ .k-color-preview-mask {
9882
10330
  width: 100%;
9883
10331
  height: 100%;
9884
- display: block;
9885
10332
  position: relative;
10333
+ }
10334
+ .k-color-preview-mask::before {
10335
+ content: "";
10336
+ width: 100%;
10337
+ height: 100%;
10338
+ position: absolute;
10339
+ top: 0;
10340
+ left: 0;
9886
10341
  z-index: -1;
10342
+ background: $color-preview-transparent-color-image;
10343
+ background-size: contain;
10344
+ background-position: 0 0;
9887
10345
  }
9888
10346
 
9889
- // Current Color
9890
- .k-coloreditor-current-color {
9891
- cursor: pointer;
9892
- }
9893
10347
 
9894
10348
  // No Color
10349
+ .k-no-color .k-color-preview-mask::before {
10350
+ content: "";
10351
+ background-color: $color-preview-no-color-bg;
10352
+ background-image: $color-preview-no-color-image;
10353
+ background-size: 100% 100%;
10354
+ background-position: 0 0;
10355
+ }
10356
+
10357
+
10358
+ // No Color (legacy)
9895
10359
  .k-no-color::before {
9896
10360
  content: "";
9897
10361
  width: 100%;
@@ -9918,12 +10382,6 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
9918
10382
  $color-preview-border
9919
10383
  );
9920
10384
 
9921
- &::before {
9922
- background: $color-preview-transparent-color-image;
9923
- background-size: contain;
9924
- background-position: 0;
9925
- }
9926
-
9927
10385
  &:hover,
9928
10386
  &.k-state-hover,
9929
10387
  &.k-hover {
@@ -9931,14 +10389,6 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
9931
10389
  }
9932
10390
  }
9933
10391
 
9934
- // No Color
9935
- .k-no-color::before {
9936
- background-color: $color-preview-no-color-bg;
9937
- background-image: $color-preview-no-color-image;
9938
- background-size: 100% 100%;
9939
- background-position: 0 0;
9940
- }
9941
-
9942
10392
  }
9943
10393
 
9944
10394
  // #endregion
@@ -11150,7 +11600,7 @@ $tooltip-error-border: $tooltip-error-bg !default;
11150
11600
  .k-button {
11151
11601
 
11152
11602
  &::after {
11153
- @include border-radius( $button-border-radius );
11603
+ @include border-radius( inherit );
11154
11604
  content: "";
11155
11605
  opacity: 0;
11156
11606
  display: none;
@@ -11173,12 +11623,6 @@ $tooltip-error-border: $tooltip-error-bg !default;
11173
11623
 
11174
11624
  .k-ie {
11175
11625
 
11176
- .k-button,
11177
- .k-button-group {
11178
- display: inline-block;
11179
- overflow: visible; // IE9
11180
- }
11181
-
11182
11626
  .k-button-icontext {
11183
11627
 
11184
11628
  .k-icon,
@@ -11635,12 +12079,26 @@ $tooltip-error-border: $tooltip-error-bg !default;
11635
12079
  flex: 1 0 0%;
11636
12080
  }
11637
12081
 
12082
+
11638
12083
  // Template
11639
12084
  .k-toolbar-template {
11640
12085
  align-self: center;
11641
12086
  align-items: center;
11642
12087
  }
11643
12088
 
12089
+
12090
+ // Child components
12091
+ .k-textbox,
12092
+ .k-combobox,
12093
+ .k-dropdown,
12094
+ .k-searchbox,
12095
+ .k-numerictextbox,
12096
+ .k-datepicker,
12097
+ .k-timepicker,
12098
+ .k-datetimepicker {
12099
+ width: 10em;
12100
+ }
12101
+
11644
12102
  }
11645
12103
 
11646
12104
 
@@ -11655,6 +12113,7 @@ $tooltip-error-border: $tooltip-error-bg !default;
11655
12113
 
11656
12114
  // Angular specific
11657
12115
  kendo-toolbar-renderer {
12116
+ display: inline-block;
11658
12117
  border-color: inherit;
11659
12118
  }
11660
12119
 
@@ -12221,10 +12680,6 @@ $fieldset-legend-border: null !default;
12221
12680
  display: inline-flex;
12222
12681
  width: 100%;
12223
12682
  }
12224
-
12225
- .k-editor .k-dropdown {
12226
- width: $input-default-width;
12227
- }
12228
12683
  }
12229
12684
 
12230
12685
  // Form Buttons Container
@@ -13251,485 +13706,8 @@ $textarea-invalid-focus-shadow: $invalid-shadow !default;
13251
13706
 
13252
13707
  // #endregion
13253
13708
  // #region @import "checkbox/_index.scss"; -> packages/classic/scss/checkbox/_index.scss
13254
- // #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
13255
- // File already imported_once. Skipping output.
13256
- // #endregion
13257
-
13258
-
13259
- // Dependencies
13260
- // #region @import "../list/_variables.scss"; -> packages/classic/scss/list/_variables.scss
13261
13709
  // File already imported_once. Skipping output.
13262
13710
  // #endregion
13263
-
13264
-
13265
- // Component
13266
- // #region @import "_variables.scss"; -> packages/classic/scss/checkbox/_variables.scss
13267
- // Checkbox
13268
- $checkbox-size: map-get( $spacing, 4 ) !default;
13269
- $checkbox-radius: map-get( $spacing, thin ) !default;
13270
- $checkbox-border-width: 1px !default;
13271
- $checkbox-line-height: calc( #{$checkbox-size} + #{$checkbox-border-width} ) !default;
13272
-
13273
- $checkbox-bg: $white !default;
13274
- $checkbox-text: transparent !default;
13275
- $checkbox-border: $base-border !default;
13276
-
13277
- $checkbox-hovered-bg: null !default;
13278
- $checkbox-hovered-text: null !default;
13279
- $checkbox-hovered-border: null !default;
13280
-
13281
- $checkbox-checked-bg: $primary !default;
13282
- $checkbox-checked-text: contrast-wcag( $checkbox-checked-bg ) !default;
13283
- $checkbox-checked-border: $checkbox-checked-bg !default;
13284
-
13285
- $checkbox-indeterminate-bg: $checkbox-bg !default;
13286
- $checkbox-indeterminate-text: $checkbox-checked-bg !default;
13287
- $checkbox-indeterminate-border: $checkbox-border !default;
13288
-
13289
- $checkbox-focused-border: null !default;
13290
- $checkbox-focused-shadow: 0 0 0 2px rgba( 0, 0, 0, .06 ) !default;
13291
- $checkbox-focused-checked-border: null !default;
13292
- $checkbox-focused-checked-shadow: 0 0 0 2px rgba( $primary, .3 ) !default;
13293
-
13294
- $checkbox-disabled-bg: null !default;
13295
- $checkbox-disabled-text: null !default;
13296
- $checkbox-disabled-border: null !default;
13297
-
13298
- $checkbox-disabled-checked-bg: null !default;
13299
- $checkbox-disabled-checked-text: null !default;
13300
- $checkbox-disabled-checked-border: null !default;
13301
-
13302
- $checkbox-invalid-bg: null !default;
13303
- $checkbox-invalid-text: $invalid-text !default;
13304
- $checkbox-invalid-border: $invalid-border !default;
13305
-
13306
-
13307
- // Checkbox indicator
13308
- $checkbox-icon-type: glyph !default;
13309
-
13310
- $checkbox-glyph-font-family: "WebComponentsIcons", monospace !default;
13311
- $checkbox-glyph-size: 12px !default;
13312
- $checkbox-checked-glyph: "\e118" !default;
13313
- $checkbox-indeterminate-glyph: "\e121" !default;
13314
-
13315
- $checkbox-checked-image: null !default;
13316
- $checkbox-indeterminate-image: null !default;
13317
-
13318
- $checkbox-marker-checked-width: ( $checkbox-size / 2 ) !default;
13319
- $checkbox-marker-checked-height: ( $checkbox-size / 2 ) !default;
13320
- $checkbox-marker-indeterminate-width: ( $checkbox-size / 2 ) !default;
13321
- $checkbox-marker-indeterminate-height: ( $checkbox-size / 2 ) !default;
13322
-
13323
-
13324
- // Checkbox label
13325
- $checkbox-label-margin-x: map-get( $spacing, 1 ) !default;
13326
-
13327
-
13328
- // Checkbox list
13329
- $checkbox-list-margin: 0px !default;
13330
- $checkbox-list-padding: 0px !default;
13331
- $checkbox-list-item-padding-x: 0px !default;
13332
- $checkbox-list-item-padding-y: $list-item-padding-y !default;
13333
- $checkbox-list-horizontal-item-margin-x: 32px !default;
13334
-
13335
-
13336
- // Checkbox ripple
13337
- $checkbox-ripple-size: $checkbox-size * 3 !default;
13338
- $checkbox-ripple-margin: calc(-1 * (#{$checkbox-size} + 2 * #{$checkbox-border-width})) !default;
13339
- $checkbox-ripple-opacity: .3 !default;
13340
-
13341
- // #endregion
13342
- // #region @import "_layout.scss"; -> packages/classic/scss/checkbox/_layout.scss
13343
- // #region @import "~@progress/kendo-theme-default/scss/checkbox/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss
13344
- @include exports( "checkbox/layout" ) {
13345
-
13346
- // Checkbox
13347
- .k-checkbox {
13348
- @include border-radius( $checkbox-radius );
13349
- margin: 0;
13350
- padding: 0;
13351
- width: $checkbox-size;
13352
- height: $checkbox-size;
13353
- line-height: initial;
13354
- border-width: $checkbox-border-width;
13355
- border-style: solid;
13356
- outline: 0;
13357
- box-sizing: border-box;
13358
- background-position: center;
13359
- background-repeat: no-repeat;
13360
- background-size: contain;
13361
- display: inline-block;
13362
- vertical-align: middle;
13363
- position: relative;
13364
- cursor: pointer;
13365
- -webkit-appearance: none;
13366
- }
13367
-
13368
- // Checkbox indicator
13369
- .k-checkbox::before {
13370
- @if $checkbox-icon-type == "glyph" {
13371
- content: $checkbox-checked-glyph;
13372
- width: $checkbox-glyph-size;
13373
- height: $checkbox-glyph-size;
13374
- font-size: $checkbox-glyph-size;
13375
- font-family: $checkbox-glyph-font-family;
13376
- line-height: 1;
13377
- transform: scale(0) translate(-50%, -50%);
13378
- overflow: hidden;
13379
- position: absolute;
13380
- top: 50%;
13381
- left: 50%;
13382
- }
13383
-
13384
- @if $checkbox-icon-type == "marker" {
13385
- content: "";
13386
- width: $checkbox-marker-checked-width;
13387
- height: $checkbox-marker-checked-height;
13388
- background-color: currentColor;
13389
- transform: scale(0) translate(-50%, -50%);
13390
- overflow: hidden;
13391
- position: absolute;
13392
- top: 50%;
13393
- left: 50%;
13394
- }
13395
- }
13396
-
13397
-
13398
- // Checked state
13399
- .k-checkbox:checked,
13400
- .k-checkbox.k-checked {
13401
- @if $checkbox-icon-type == "image" {
13402
- background-image: $checkbox-checked-image;
13403
- }
13404
-
13405
- @if $checkbox-icon-type == "glyph" {
13406
- &::before {
13407
- transform: scale(1) translate(-50%, -50%);
13408
- }
13409
- }
13410
-
13411
- @if $checkbox-icon-type == "marker" {
13412
- &::before {
13413
- transform: scale(1) translate(-50%, -50%);
13414
- }
13415
- }
13416
- }
13417
-
13418
-
13419
- // Indeterminate state
13420
- .k-checkbox:indeterminate,
13421
- .k-checkbox.k-indeterminate,
13422
- .k-checkbox.k-state-indeterminate {
13423
- @if $checkbox-icon-type == "image" {
13424
- background-image: $checkbox-indeterminate-image;
13425
- }
13426
-
13427
- @if $checkbox-icon-type == "glyph" {
13428
- &::before {
13429
- content: $checkbox-indeterminate-glyph;
13430
- transform: scale(1) translate(-50%, -50%);
13431
- }
13432
- }
13433
-
13434
- @if $checkbox-icon-type == "marker" {
13435
- &::before {
13436
- width: $checkbox-maker-indeterminate-width;
13437
- height: $checkbox-marker-indeterminate-height;
13438
- transform: scale(1) translate(-50%, -50%);
13439
- }
13440
- }
13441
- }
13442
-
13443
-
13444
- // Disabled state
13445
- .k-checkbox:disabled,
13446
- .k-checkbox.k-disabled,
13447
- .k-checkbox:disabled + .k-checkbox-label,
13448
- .k-checkbox.k-disabled + .k-checkbox-label {
13449
- @include disabled( $disabled-styling );
13450
- }
13451
-
13452
- // Checkbox label
13453
- .k-checkbox-label {
13454
- margin: 0;
13455
- padding: 0;
13456
- line-height: $checkbox-line-height;
13457
- display: inline-flex;
13458
- align-items: flex-start;
13459
- vertical-align: middle;
13460
- position: relative;
13461
- cursor: pointer;
13462
-
13463
- .k-label {
13464
- cursor: pointer;
13465
- }
13466
-
13467
- .k-ripple {
13468
- top: $checkbox-size / 2;
13469
- left: $checkbox-size / 2;
13470
- right: auto;
13471
- bottom: auto;
13472
- width: $checkbox-size * 5 / 2;
13473
- height: $checkbox-size * 5 / 2;
13474
- transform: translate(-50%, -50%);
13475
- border-radius: 50%;
13476
-
13477
- // Hide ripple temporarily
13478
- visibility: hidden !important; // sass-lint:disable-line no-important
13479
- }
13480
-
13481
- .k-ripple-blob {
13482
- // sass-lint:disable-block no-important
13483
- // use !important until ripple can apply these styles from the script
13484
- top: 50% !important;
13485
- left: 50% !important;
13486
- width: 200% !important;
13487
- height: 200% !important;
13488
- }
13489
- }
13490
- .k-checkbox + .k-checkbox-label {
13491
- display: inline;
13492
- }
13493
- .k-checkbox + .k-checkbox-label,
13494
- .k-checkbox-label + .k-checkbox {
13495
- margin-left: $checkbox-label-margin-x;
13496
- }
13497
- .k-checkbox-label > .k-checkbox {
13498
- margin-right: $checkbox-label-margin-x;
13499
- flex-shrink: 0;
13500
- }
13501
- kendo-label.k-checkbox-label > .k-checkbox:last-child {
13502
- margin-right: 0;
13503
- }
13504
- kendo-label.k-checkbox-label > .k-label:first-child {
13505
- margin-right: $checkbox-label-margin-x;
13506
- }
13507
- kendo-label.k-checkbox-label > .k-label {
13508
- display: inline;
13509
- }
13510
-
13511
-
13512
- // Empty label
13513
- .k-checkbox-label:empty {
13514
- display: none;
13515
- }
13516
-
13517
-
13518
- // Label with no text
13519
- .k-checkbox-label.k-no-text {
13520
- min-width: 1px;
13521
- }
13522
-
13523
-
13524
- // Checkbox list
13525
- .k-checkbox-list {
13526
- margin: $checkbox-list-margin;
13527
- padding: $checkbox-list-padding;
13528
- list-style: none;
13529
-
13530
- .k-checkbox-item {
13531
- padding: $checkbox-list-item-padding-y $checkbox-list-item-padding-x;
13532
- }
13533
- }
13534
-
13535
- .k-list-horizontal {
13536
- .k-checkbox-item {
13537
- display: inline-block;
13538
- margin: 0 $checkbox-list-horizontal-item-margin-x 0 0;
13539
-
13540
- &:last-child {
13541
- margin-right: 0;
13542
- }
13543
- }
13544
- }
13545
-
13546
-
13547
- // RTL
13548
- .k-rtl,
13549
- [dir="rtl"] {
13550
- .k-checkbox + .k-checkbox-label,
13551
- .k-checkbox-label + .k-checkbox {
13552
- margin-left: 0;
13553
- margin-right: $checkbox-label-margin-x;
13554
- }
13555
- .k-checkbox-label > .k-checkbox {
13556
- margin-right: 0;
13557
- margin-left: $checkbox-label-margin-x;
13558
- }
13559
- kendo-label.k-checkbox-label > .k-checkbox:last-child {
13560
- margin-left: 0;
13561
- }
13562
- kendo-label.k-checkbox-label > .k-label:first-child {
13563
- margin-right: 0;
13564
- margin-left: $checkbox-label-margin-x;
13565
- }
13566
-
13567
- .k-list-horizontal {
13568
- .k-checkbox-item {
13569
- margin-right: 0;
13570
- margin-left: $checkbox-list-horizontal-item-margin-x;
13571
-
13572
- &:last-child {
13573
- margin-left: 0;
13574
- }
13575
- }
13576
- }
13577
- }
13578
-
13579
- .k-ripple-container {
13580
- .k-checkbox::after {
13581
- content: "";
13582
- display: block;
13583
- position: absolute;
13584
- left: 0;
13585
- top: 0;
13586
- width: $checkbox-ripple-size;
13587
- height: $checkbox-ripple-size;
13588
- margin-left: $checkbox-ripple-margin;
13589
- margin-top: $checkbox-ripple-margin;
13590
- border-radius: 100%;
13591
- z-index: 1;
13592
- transform: scale(0);
13593
- }
13594
-
13595
- .k-checkbox:disabled::after,
13596
- .k-checkbox.k-disabled::after {
13597
- display: none;
13598
- }
13599
- }
13600
-
13601
- }
13602
-
13603
-
13604
-
13605
-
13606
- @include exports( "checkbox/layout/edge" ) {
13607
-
13608
- .k-checkbox::-ms-check {
13609
- border-width: 1px;
13610
- border-color: inherit;
13611
- color: inherit;
13612
- background-color: inherit;
13613
- }
13614
-
13615
- }
13616
-
13617
- // #endregion
13618
-
13619
- // #endregion
13620
- // #region @import "_theme.scss"; -> packages/classic/scss/checkbox/_theme.scss
13621
- // #region @import "~@progress/kendo-theme-default/scss/checkbox/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss
13622
- @include exports("checkbox/theme") {
13623
-
13624
- // Checkbox
13625
- .k-checkbox {
13626
- @include fill(
13627
- $checkbox-text,
13628
- $checkbox-bg,
13629
- $checkbox-border
13630
- );
13631
- }
13632
-
13633
-
13634
- // Hover state
13635
- .k-checkbox:hover,
13636
- .k-checkbox.k-state-hover {
13637
- @include fill(
13638
- $checkbox-hovered-text,
13639
- $checkbox-hovered-bg,
13640
- $checkbox-hovered-border
13641
- );
13642
- }
13643
-
13644
-
13645
- // Focus state
13646
- .k-checkbox:focus,
13647
- .k-checkbox.k-state-focus {
13648
- @include fill( $border: $checkbox-focused-border );
13649
- @include box-shadow( $checkbox-focused-shadow );
13650
- }
13651
-
13652
-
13653
- // Indeterminate
13654
- .k-checkbox:indeterminate,
13655
- .k-checkbox.k-state-indeterminate,
13656
- .k-checkbox.k-indeterminate {
13657
- @include fill(
13658
- $checkbox-indeterminate-text,
13659
- $checkbox-indeterminate-bg,
13660
- $checkbox-indeterminate-border
13661
- );
13662
- }
13663
-
13664
-
13665
- // Checked
13666
- .k-checkbox:checked,
13667
- .k-checkbox.k-checked {
13668
- @include fill(
13669
- $checkbox-checked-text,
13670
- $checkbox-checked-bg,
13671
- $checkbox-checked-border
13672
- );
13673
- }
13674
- .k-checkbox:checked:focus,
13675
- .k-checkbox.k-checked.k-state-focus {
13676
- @include fill( $border: $checkbox-focused-checked-border );
13677
- @include box-shadow( $checkbox-focused-checked-shadow );
13678
- }
13679
-
13680
-
13681
- // Disabled
13682
- .k-checkbox:disabled,
13683
- .k-checkbox.k-disabled {
13684
- @include fill(
13685
- $checkbox-disabled-text,
13686
- $checkbox-disabled-bg,
13687
- $checkbox-disabled-border
13688
- );
13689
- }
13690
- .k-checkbox:checked:disabled,
13691
- .k-checkbox:indeterminate:disabled,
13692
- .k-checkbox.k-state-indeterminate:disabled,
13693
- .k-checkbox.k-checked.k-disabled,
13694
- .k-checkbox.k-indeterminate.k-disabled {
13695
- @include fill(
13696
- $checkbox-disabled-checked-text,
13697
- $checkbox-disabled-checked-bg,
13698
- $checkbox-disabled-checked-border
13699
- );
13700
- }
13701
-
13702
-
13703
- // Invalid
13704
- .k-checkbox.k-invalid,
13705
- .k-checkbox.k-state-invalid,
13706
- .k-checkbox.ng-invalid.ng-touched,
13707
- .k-checkbox.ng-invalid.ng-dirty {
13708
- @include fill( $border: $checkbox-invalid-border );
13709
- }
13710
- .k-checkbox.k-invalid + .k-checkbox-label,
13711
- .k-checkbox.k-state-invalid + .k-checkbox-label,
13712
- .k-checkbox.ng-invalid.ng-touched + .k-checkbox-label,
13713
- .k-checkbox.ng-invalid.ng-dirty + .k-checkbox-label {
13714
- @include fill( $color: $checkbox-invalid-text );
13715
- }
13716
-
13717
-
13718
- // Ripple
13719
- .k-ripple-container {
13720
- .k-checkbox::after {
13721
- background: $checkbox-checked-bg;
13722
- opacity: $checkbox-ripple-opacity;
13723
- }
13724
- }
13725
-
13726
- }
13727
-
13728
- // #endregion
13729
-
13730
- // #endregion
13731
-
13732
- // #endregion
13733
13711
  // #region @import "listbox/_index.scss"; -> packages/classic/scss/listbox/_index.scss
13734
13712
  // #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
13735
13713
  // File already imported_once. Skipping output.
@@ -14264,6 +14242,9 @@ $progressbar-chunk-border: $body-bg !default;
14264
14242
 
14265
14243
 
14266
14244
  // Dependencies
14245
+ // #region @import "../typography/_variables.scss"; -> packages/classic/scss/typography/_variables.scss
14246
+ // File already imported_once. Skipping output.
14247
+ // #endregion
14267
14248
  // #region @import "../list/_variables.scss"; -> packages/classic/scss/list/_variables.scss
14268
14249
  // File already imported_once. Skipping output.
14269
14250
  // #endregion
@@ -14365,6 +14346,7 @@ $radio-ripple-opacity: .3 !default;
14365
14346
  background-repeat: no-repeat;
14366
14347
  background-size: contain;
14367
14348
  display: inline-block;
14349
+ flex: none;
14368
14350
  vertical-align: middle;
14369
14351
  position: relative;
14370
14352
  cursor: pointer;
@@ -14450,7 +14432,7 @@ $radio-ripple-opacity: .3 !default;
14450
14432
 
14451
14433
  // Hide empty label
14452
14434
  &:empty {
14453
- display: none;
14435
+ display: none !important; // sass-lint:disable-line no-important
14454
14436
  }
14455
14437
 
14456
14438
  .k-ripple {
@@ -16671,19 +16653,19 @@ $autocomplete-disabled-shadow: null !default;
16671
16653
  width: $input-default-width;
16672
16654
  border-width: $input-border-width;
16673
16655
  border-style: solid;
16674
- outline: 0;
16675
16656
  box-sizing: border-box;
16657
+ outline: 0;
16676
16658
  font-family: $input-font-family;
16677
16659
  font-size: $input-font-size;
16678
16660
  line-height: $input-line-height;
16661
+ text-align: start;
16679
16662
  white-space: nowrap;
16680
16663
  display: inline-flex;
16681
16664
  flex-flow: row nowrap;
16682
- align-items: stretch;
16683
16665
  vertical-align: middle;
16684
- transition: all .1s ease; // sass-lint:disable-block no-transition-all
16685
16666
  position: relative;
16686
- cursor: default;
16667
+ overflow: hidden;
16668
+ transition: all .1s ease; // sass-lint:disable-line no-transition-all
16687
16669
  -webkit-touch-callout: none;
16688
16670
  -webkit-tap-highlight-color: $rgba-transparent;
16689
16671
 
@@ -17742,9 +17724,9 @@ $coloreditor-header-padding-y: $coloreditor-spacer !default;
17742
17724
  $coloreditor-header-padding-x: $coloreditor-header-padding-y !default;
17743
17725
  $coloreditor-header-actions-gap: ( $coloreditor-spacer / 1.5 ) !default;
17744
17726
 
17745
- $coloreditor-preview-gap: ( $coloreditor-spacer / 4 ) !default;
17746
- $coloreditor-color-preview-width: 34px !default;
17747
- $coloreditor-color-preview-height: 14px !default;
17727
+ $coloreditor-preview-gap: map-get( $spacing, 1 ) !default;
17728
+ $coloreditor-color-preview-width: 32px !default;
17729
+ $coloreditor-color-preview-height: 12px !default;
17748
17730
 
17749
17731
  $coloreditor-views-padding-y: $coloreditor-spacer !default;
17750
17732
  $coloreditor-views-padding-x: $coloreditor-views-padding-y !default;
@@ -17781,8 +17763,12 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
17781
17763
  }
17782
17764
 
17783
17765
  .k-coloreditor-preview {
17784
- position: relative;
17766
+ display: flex;
17767
+ flex-flow: column nowrap;
17768
+ align-items: stretch;
17769
+ justify-content: center;
17785
17770
  gap: $coloreditor-preview-gap;
17771
+ position: relative;
17786
17772
  z-index: 1;
17787
17773
  }
17788
17774
  .k-coloreditor-preview .k-color-preview {
@@ -17941,6 +17927,12 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
17941
17927
  position: relative;
17942
17928
  overflow: hidden;
17943
17929
  }
17930
+ .k-color-preview {
17931
+ margin: $button-padding-y;
17932
+ width: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
17933
+ height: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
17934
+ z-index: 1;
17935
+ }
17944
17936
 
17945
17937
  .k-tool-icon {
17946
17938
  padding: $button-padding-y;
@@ -18930,6 +18922,7 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
18930
18922
  // #region @import "_layout.scss"; -> packages/classic/scss/dropdowngrid/_layout.scss
18931
18923
  // #region @import "~@progress/kendo-theme-default/scss/dropdowngrid/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/dropdowngrid/_layout.scss
18932
18924
  @include exports("dropdowngrid/layout") {
18925
+
18933
18926
  .k-dropdowngrid-popup {
18934
18927
  overflow: hidden;
18935
18928
  }
@@ -19285,70 +19278,55 @@ $dropdownlist-focused-shadow: $input-focused-shadow !default;
19285
19278
 
19286
19279
  // Dropdown list
19287
19280
  .k-dropdown {
19281
+ @include border-radius( $input-border-radius );
19288
19282
  width: $input-default-width;
19289
- border-width: 0;
19290
- outline: 0;
19291
- background: none;
19283
+ border-width: $input-border-width;
19284
+ border-style: solid;
19292
19285
  box-sizing: border-box;
19286
+ outline: 0;
19293
19287
  font-family: $input-font-family;
19294
19288
  font-size: $input-font-size;
19295
19289
  line-height: $input-line-height;
19296
- text-align: left;
19290
+ text-align: start;
19297
19291
  white-space: nowrap;
19298
19292
  display: inline-flex;
19293
+ flex-flow: row nowrap;
19299
19294
  vertical-align: middle;
19300
19295
  position: relative;
19296
+ overflow: hidden;
19297
+ transition: all .1s ease; // sass-lint:disable-line no-transition-all
19301
19298
  -webkit-touch-callout: none;
19302
19299
  -webkit-tap-highlight-color: $rgba-transparent;
19303
19300
 
19304
- .k-dropdown-wrap {
19305
- @include border-radius( $input-border-radius );
19306
- padding: 0;
19307
- width: 100%;
19308
- display: flex;
19309
- flex-flow: row nowrap;
19310
- border-width: 1px;
19311
- border-style: solid;
19312
- box-sizing: border-box;
19313
- position: relative;
19314
- transition: all .1s ease; // sass-lint:disable-line no-transition-all
19315
- cursor: pointer;
19316
- outline: 0;
19317
- overflow: hidden;
19318
-
19319
19301
 
19320
- // Input
19321
- .k-input {}
19302
+ // Input
19303
+ .k-input {}
19322
19304
 
19323
19305
 
19324
- // Select
19325
- .k-select {
19326
- padding: $picker-select-padding-y $picker-select-padding-x;
19327
- width: if( $use-picker-select-width, $button-inner-calc-size, null );
19328
- border-width: 0;
19329
- border-inline-start-width: $picker-select-border-width;
19330
- border-color: transparent;
19331
- box-sizing: border-box;
19332
- border-style: solid;
19333
- display: flex;
19334
- align-items: center;
19335
- justify-content: center;
19336
- flex: 0 0 auto;
19337
- text-align: center;
19338
- cursor: pointer;
19339
- }
19306
+ // Loading icon
19307
+ .k-i-loading {
19308
+ width: $input-icon-width;
19309
+ height: $input-icon-height;
19340
19310
  }
19341
19311
 
19342
- }
19343
-
19344
-
19345
- // RTL
19346
19312
 
19347
- .k-dropdown.k-rtl,
19348
- .k-dropdown[dir="rtl"],
19349
- .k-rtl .k-dropdown,
19350
- [dir="rtl"] .k-dropdown {
19351
- text-align: right;
19313
+ // Select
19314
+ .k-select {
19315
+ padding: $picker-select-padding-y $picker-select-padding-x;
19316
+ width: if( $use-picker-select-width, $spinner-width, null );
19317
+ border-width: 0;
19318
+ border-inline-start-width: $picker-select-border-width;
19319
+ border-style: solid;
19320
+ border-color: transparent;
19321
+ box-sizing: border-box;
19322
+ outline: 0;
19323
+ display: flex;
19324
+ flex-flow: row nowrap;
19325
+ align-items: center;
19326
+ justify-content: center;
19327
+ flex: 0 0 auto;
19328
+ cursor: pointer;
19329
+ }
19352
19330
  }
19353
19331
 
19354
19332
 
@@ -19357,16 +19335,13 @@ $dropdownlist-focused-shadow: $input-focused-shadow !default;
19357
19335
  .k-dropdown-operator {
19358
19336
  width: auto;
19359
19337
 
19360
- .k-dropdown-wrap {
19361
- .k-input {
19362
- display: none;
19363
- }
19364
- .k-select {
19365
- width: $button-inner-calc-size;
19366
- height: $button-inner-calc-size;
19367
- }
19338
+ .k-input {
19339
+ display: none;
19340
+ }
19341
+ .k-select {
19342
+ width: $button-inner-calc-size;
19343
+ height: $button-inner-calc-size;
19368
19344
  }
19369
-
19370
19345
  }
19371
19346
 
19372
19347
 
@@ -19393,79 +19368,8 @@ $dropdownlist-focused-shadow: $input-focused-shadow !default;
19393
19368
  // #region @import "~@progress/kendo-theme-default/scss/dropdownlist/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/dropdownlist/_theme.scss
19394
19369
  @include exports( "dropdownlist/theme" ) {
19395
19370
 
19371
+ // Dropdown list
19396
19372
  .k-dropdown {
19397
-
19398
- .k-dropdown-wrap {
19399
- @include fill(
19400
- $dropdownlist-text,
19401
- $dropdownlist-bg,
19402
- $dropdownlist-border,
19403
- $dropdownlist-gradient
19404
- );
19405
-
19406
- // Hover state
19407
- &:hover,
19408
- &.k-state-hover {
19409
- @include fill(
19410
- $dropdownlist-hovered-text,
19411
- $dropdownlist-hovered-bg,
19412
- $dropdownlist-hovered-border,
19413
- $dropdownlist-hovered-gradient
19414
- );
19415
- }
19416
-
19417
- &.k-state-active {}
19418
-
19419
- // Focused state
19420
- &.k-state-focused {
19421
- @include fill(
19422
- $dropdownlist-focused-text,
19423
- $dropdownlist-focused-bg,
19424
- $dropdownlist-focused-border,
19425
- $dropdownlist-focused-gradient
19426
- );
19427
- @include box-shadow($dropdownlist-focused-shadow);
19428
- }
19429
-
19430
- // Invalid state
19431
- &.k-invalid,
19432
- &.k-invalid:hover,
19433
- &.k-state-invalid {
19434
- border-color: $invalid-border;
19435
-
19436
- .k-input-validation-icon {
19437
- color: $invalid-text;
19438
- }
19439
-
19440
- &:focus,
19441
- &.k-state-focused {
19442
- @include box-shadow($invalid-shadow);
19443
- }
19444
- }
19445
- }
19446
-
19447
- // Invalid
19448
- &.k-state-invalid,
19449
- &.ng-invalid.ng-touched,
19450
- &.ng-invalid.ng-dirty {
19451
- > .k-dropdown-wrap {
19452
- border-color: $invalid-border;
19453
-
19454
- .k-input-validation-icon {
19455
- color: $invalid-text;
19456
- }
19457
-
19458
- &:focus,
19459
- &.k-state-focused {
19460
- @include box-shadow($invalid-shadow);
19461
- }
19462
- }
19463
- }
19464
-
19465
- }
19466
-
19467
- // Native select
19468
- select.k-dropdown {
19469
19373
  @include fill(
19470
19374
  $dropdownlist-text,
19471
19375
  $dropdownlist-bg,
@@ -19474,7 +19378,8 @@ $dropdownlist-focused-shadow: $input-focused-shadow !default;
19474
19378
  );
19475
19379
 
19476
19380
  // Hover state
19477
- &:hover {
19381
+ &:hover,
19382
+ &.k-state-hover {
19478
19383
  @include fill(
19479
19384
  $dropdownlist-hovered-text,
19480
19385
  $dropdownlist-hovered-bg,
@@ -19483,8 +19388,18 @@ $dropdownlist-focused-shadow: $input-focused-shadow !default;
19483
19388
  );
19484
19389
  }
19485
19390
 
19486
- // Focused state
19487
- &:focus {
19391
+ // Focus state
19392
+ &:focus,
19393
+ &.k-state-focus {
19394
+ @include fill(
19395
+ $dropdownlist-focused-text,
19396
+ $dropdownlist-focused-bg,
19397
+ $dropdownlist-focused-border,
19398
+ $dropdownlist-focused-gradient
19399
+ );
19400
+ @include box-shadow($dropdownlist-focused-shadow);
19401
+ }
19402
+ &:focus-within {
19488
19403
  @include fill(
19489
19404
  $dropdownlist-focused-text,
19490
19405
  $dropdownlist-focused-bg,
@@ -19493,6 +19408,24 @@ $dropdownlist-focused-shadow: $input-focused-shadow !default;
19493
19408
  );
19494
19409
  @include box-shadow($dropdownlist-focused-shadow);
19495
19410
  }
19411
+
19412
+
19413
+ // Invalid state
19414
+ &.k-invalid,
19415
+ &.ng-invalid,
19416
+ &.k-state-invalid {
19417
+ border-color: $invalid-border;
19418
+
19419
+ .k-input-validation-icon {
19420
+ color: $invalid-text;
19421
+ }
19422
+
19423
+ &:focus-within,
19424
+ &.k-state-focus {
19425
+ @include box-shadow($invalid-shadow);
19426
+ }
19427
+ }
19428
+
19496
19429
  }
19497
19430
 
19498
19431
  }
@@ -20352,56 +20285,42 @@ $dropdowntree-filter-spacer: $dropdowntree-popup-spacer-y !default;
20352
20285
  // #endregion
20353
20286
  // #region @import "_layout.scss"; -> packages/classic/scss/maskedtextbox/_layout.scss
20354
20287
  // #region @import "~@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss
20355
- @include exports("maskedtextbox/layout") {
20288
+ @include exports( "maskedtextbox/layout" ) {
20356
20289
 
20357
20290
  // Masked textbox
20358
20291
  .k-maskedtextbox {
20292
+ @include border-radius( $input-border-radius );
20359
20293
  width: $input-default-width;
20294
+ border-width: $input-border-width;
20295
+ border-style: solid;
20296
+ box-sizing: border-box;
20297
+ outline: 0;
20360
20298
  font-family: $input-font-family;
20361
20299
  font-size: $input-font-size;
20362
20300
  line-height: $input-line-height;
20363
- border-width: 0;
20364
- box-sizing: border-box;
20365
- outline: 0;
20366
- background: none;
20367
- text-align: left;
20301
+ text-align: start;
20368
20302
  white-space: nowrap;
20369
20303
  display: inline-flex;
20304
+ flex-flow: row nowrap;
20370
20305
  vertical-align: middle;
20371
20306
  position: relative;
20307
+ overflow: hidden;
20308
+ transition: all .1s ease; // sass-lint:disable-line no-transition-all
20372
20309
  -webkit-touch-callout: none;
20373
20310
  -webkit-tap-highlight-color: $rgba-transparent;
20374
20311
 
20375
- > .k-textbox {
20376
- flex: 1 0 0%;
20377
- min-width: 0;
20378
-
20379
- &.k-state-invalid {
20380
- transition: none;
20381
- }
20382
- }
20383
-
20384
- .k-i-warning {
20385
- position: absolute;
20386
- top: 50%;
20387
- transform: translateY(-50%);
20388
- right: $padding-x;
20389
- }
20390
20312
 
20391
- &[dir="rtl"],
20392
- .k-rtl & {
20393
- text-align: right;
20313
+ // Input
20314
+ .k-input {}
20394
20315
 
20395
- .k-i-warning {
20396
- right: auto;
20397
- left: $padding-x;
20398
- }
20399
- }
20400
20316
 
20401
- ::-ms-clear {
20402
- display: none;
20317
+ // Loading icon
20318
+ .k-i-loading {
20319
+ width: $input-icon-width;
20320
+ height: $input-icon-height;
20403
20321
  }
20404
20322
  }
20323
+
20405
20324
  }
20406
20325
 
20407
20326
  // #endregion
@@ -20409,33 +20328,63 @@ $dropdowntree-filter-spacer: $dropdowntree-popup-spacer-y !default;
20409
20328
  // #endregion
20410
20329
  // #region @import "_theme.scss"; -> packages/classic/scss/maskedtextbox/_theme.scss
20411
20330
  // #region @import "~@progress/kendo-theme-default/scss/maskedtextbox/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/maskedtextbox/_theme.scss
20412
- @include exports("maskedtextbox/theme") {
20331
+ @include exports( "maskedtextbox/theme" ) {
20413
20332
 
20333
+ // Masked textbox
20414
20334
  .k-maskedtextbox {
20335
+ @include fill(
20336
+ $input-text,
20337
+ $input-bg,
20338
+ $input-border
20339
+ );
20415
20340
 
20416
- .k-i-warning {
20417
- color: $error;
20341
+ // Hover state
20342
+ &:hover,
20343
+ &.k-state-hover {
20344
+ @include fill(
20345
+ $input-hovered-text,
20346
+ $input-hovered-bg,
20347
+ $input-hovered-border
20348
+ );
20418
20349
  }
20419
20350
 
20420
- &.k-state-invalid,
20421
- &.ng-invalid.ng-touched,
20422
- &.ng-invalid.ng-dirty {
20423
- .k-textbox {
20424
- border-color: $invalid-border;
20425
- }
20351
+ // Focus state
20352
+ &:focus,
20353
+ &.k-state-focus {
20354
+ @include fill(
20355
+ $input-focused-text,
20356
+ $input-focused-bg,
20357
+ $input-focused-border
20358
+ );
20359
+ @include box-shadow( $input-focused-shadow );
20360
+ }
20361
+ &:focus-within {
20362
+ @include fill(
20363
+ $input-focused-text,
20364
+ $input-focused-bg,
20365
+ $input-focused-border
20366
+ );
20367
+ @include box-shadow( $input-focused-shadow );
20368
+ }
20369
+
20370
+
20371
+ // Invalid state
20372
+ &.k-invalid,
20373
+ &.ng-invalid,
20374
+ &.k-state-invalid {
20375
+ border-color: $invalid-border;
20426
20376
 
20427
20377
  .k-input-validation-icon {
20428
20378
  color: $invalid-text;
20429
20379
  }
20430
20380
 
20431
- &:focus,
20432
- &.k-state-focused {
20433
- .k-textbox {
20434
- @include box-shadow($invalid-shadow);
20435
- }
20381
+ &:focus-within,
20382
+ &.k-state-focus {
20383
+ @include box-shadow($invalid-shadow);
20436
20384
  }
20437
20385
  }
20438
20386
  }
20387
+
20439
20388
  }
20440
20389
 
20441
20390
  // #endregion
@@ -22057,6 +22006,19 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
22057
22006
  border-width: 0 0 0 1px;
22058
22007
  display: inline-block;
22059
22008
  }
22009
+
22010
+
22011
+ // Appbar child components
22012
+ .k-textbox,
22013
+ .k-combobox,
22014
+ .k-dropdown,
22015
+ .k-searchbox,
22016
+ .k-numerictextbox,
22017
+ .k-datepicker,
22018
+ .k-timepicker,
22019
+ .k-datetimepicker {
22020
+ width: 10em;
22021
+ }
22060
22022
  }
22061
22023
 
22062
22024
  .k-appbar-static {
@@ -31844,14 +31806,10 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
31844
31806
  width: auto;
31845
31807
  min-width: $form-line-height * 1em;
31846
31808
  }
31847
- [data-tool="fontSize"] {
31848
- width: 5 * $spacer;
31849
- }
31850
- [data-tool="fontFamily"] {
31851
- width: 6 * $spacer;
31852
- }
31853
- [data-tool="format"] {
31854
- width: 4 * $spacer;
31809
+
31810
+ .k-combobox,
31811
+ .k-dropdown {
31812
+ width: 5em;
31855
31813
  }
31856
31814
  }
31857
31815
 
@@ -35674,6 +35632,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
35674
35632
  }
35675
35633
 
35676
35634
  // Toolbar
35635
+ .k-editor-toolbar,
35677
35636
  .k-editor > .k-toolbar {
35678
35637
  border-width: 0 0 $toolbar-border-width 0;
35679
35638
  flex-shrink: 0;
@@ -35701,13 +35660,14 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
35701
35660
  top: 0;
35702
35661
  right: 0;
35703
35662
  visibility: hidden;
35704
- }
35705
- .k-overflow-anchor {
35706
- border-width: 0;
35707
- padding: $toolbar-padding-y;
35708
- width: $toolbar-inner-calc-size;
35709
- height: $toolbar-inner-calc-size;
35710
- position: relative;
35663
+
35664
+ .k-overflow-anchor {
35665
+ border-width: 0;
35666
+ padding: $toolbar-padding-y;
35667
+ width: $toolbar-inner-calc-size;
35668
+ height: $toolbar-inner-calc-size;
35669
+ position: relative;
35670
+ }
35711
35671
  }
35712
35672
 
35713
35673
  .k-editor-export {
@@ -35825,15 +35785,6 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
35825
35785
  }
35826
35786
  }
35827
35787
 
35828
- .k-editor-widget .k-colorpicker {}
35829
-
35830
- .k-rtl .k-editor .k-editor-widget .k-dropdown-wrap {
35831
- padding-left: 0;
35832
-
35833
- .k-select {
35834
- border-width: 0;
35835
- }
35836
- }
35837
35788
 
35838
35789
  // Find and replace dialog
35839
35790
  .k-editor-find-replace {
@@ -36416,6 +36367,7 @@ $imageeditor-content-border-width: 1px !default;
36416
36367
 
36417
36368
  $imageeditor-action-pane-padding-y: map-get( $spacing, 8 ) !default;
36418
36369
  $imageeditor-action-pane-padding-x: map-get( $spacing, 4 ) !default;
36370
+ $imageeditor-action-pane-width: if( $imageeditor-content-border-width == null, 240px, calc(240px + #{$imageeditor-content-border-width}) );
36419
36371
 
36420
36372
  $imageeditor-crop-border-width: 1px !default;
36421
36373
  $imageeditor-crop-border-style: dashed !default;
@@ -36498,16 +36450,16 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
36498
36450
 
36499
36451
  // Action Pane
36500
36452
  .k-imageeditor-action-pane {
36453
+ padding: $imageeditor-action-pane-padding-y $imageeditor-action-pane-padding-x;
36454
+ width: $imageeditor-action-pane-width;
36501
36455
  border-width: 0;
36502
36456
  border-left-width: $imageeditor-content-border-width;
36503
36457
  border-style: solid;
36504
36458
  border-color: inherit;
36505
- flex-shrink: 0;
36459
+ box-sizing: border-box;
36460
+ flex: none;
36506
36461
  overflow-y: auto;
36507
36462
  }
36508
- .k-imageeditor-action-pane > .k-form {
36509
- padding: $imageeditor-action-pane-padding-y $imageeditor-action-pane-padding-x;
36510
- }
36511
36463
 
36512
36464
 
36513
36465
  // Crop Tool
@@ -36597,10 +36549,6 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
36597
36549
  flex-direction: row;
36598
36550
  align-self: flex-start;
36599
36551
  }
36600
-
36601
- .k-imageeditor-action-pane {
36602
- flex: 0 0 auto;
36603
- }
36604
36552
  }
36605
36553
 
36606
36554
  }
@@ -39172,7 +39120,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
39172
39120
  .k-widget.k-recur-month,
39173
39121
  .k-widget.k-recur-weekday,
39174
39122
  .k-widget.k-recur-weekday-offset {
39175
- width: 9em;
39123
+ width: 10em;
39176
39124
  }
39177
39125
 
39178
39126
  }
@@ -40573,6 +40521,11 @@ $mediaplayer-titlebar-gradient: rgba( $mediaplayer-text, .7 ), rgba( $mediaplaye
40573
40521
  width: 100% !important;
40574
40522
  // sass-lint:enable no-important
40575
40523
  box-shadow: none;
40524
+
40525
+
40526
+ .k-dropdown {
40527
+ width: auto;
40528
+ }
40576
40529
  }
40577
40530
  .k-mediaplayer-time-wrap {
40578
40531
  flex: 1;
@@ -42955,35 +42908,32 @@ $map-marker-fill: $primary !default;
42955
42908
 
42956
42909
  // Buttons
42957
42910
  .k-button {
42958
- margin: 0;
42959
42911
  padding: 0;
42960
42912
  width: auto;
42961
42913
  height: auto;
42962
- border-radius: 100%;
42963
42914
  line-height: 1;
42964
42915
  box-shadow: none;
42965
42916
  position: absolute;
42966
-
42967
- &:not(:hover) {
42968
- border-color: transparent;
42969
- background: none;
42970
- }
42971
42917
  }
42918
+ .k-navigator-n,
42972
42919
  .k-navigator-up {
42973
42920
  transform: translateX(-50%);
42974
42921
  top: $map-navigator-padding;
42975
42922
  left: 50%;
42976
42923
  }
42924
+ .k-navigator-e,
42977
42925
  .k-navigator-right {
42978
42926
  transform: translateY(-50%);
42979
42927
  right: $map-navigator-padding;
42980
42928
  top: 50%;
42981
42929
  }
42930
+ .k-navigator-s,
42982
42931
  .k-navigator-down {
42983
42932
  transform: translateX(-50%);
42984
42933
  bottom: $map-navigator-padding;
42985
42934
  left: 50%;
42986
42935
  }
42936
+ .k-navigator-w,
42987
42937
  .k-navigator-left {
42988
42938
  transform: translateY(-50%);
42989
42939
  left: $map-navigator-padding;