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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/dist/all.css +2225 -1287
  2. package/dist/all.scss +1827 -1434
  3. package/modules/@progress/kendo-theme-default/package.json +2 -2
  4. package/modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss +7 -0
  5. package/modules/@progress/kendo-theme-default/scss/action-sheet/_layout.scss +6 -0
  6. package/modules/@progress/kendo-theme-default/scss/appbar/_layout.scss +6 -1
  7. package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +6 -0
  8. package/modules/@progress/kendo-theme-default/scss/avatar/_layout.scss +6 -0
  9. package/modules/@progress/kendo-theme-default/scss/badge/_layout.scss +6 -0
  10. package/modules/@progress/kendo-theme-default/scss/bottom-navigation/_layout.scss +6 -0
  11. package/modules/@progress/kendo-theme-default/scss/breadcrumb/_layout.scss +6 -0
  12. package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +80 -92
  13. package/modules/@progress/kendo-theme-default/scss/button/_theme.scss +177 -112
  14. package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +80 -14
  15. package/modules/@progress/kendo-theme-default/scss/captcha/_layout.scss +6 -0
  16. package/modules/@progress/kendo-theme-default/scss/card/_layout.scss +6 -0
  17. package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +9 -2
  18. package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +6 -0
  19. package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +6 -0
  20. package/modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss +6 -0
  21. package/modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss +6 -4
  22. package/modules/@progress/kendo-theme-default/scss/colorpalette/_layout.scss +6 -0
  23. package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +6 -3
  24. package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +6 -1
  25. package/modules/@progress/kendo-theme-default/scss/common/_loading.scss +15 -13
  26. package/modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss +7 -1
  27. package/modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss +6 -0
  28. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss +6 -0
  29. package/modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss +6 -2
  30. package/modules/@progress/kendo-theme-default/scss/drawer/_layout.scss +6 -0
  31. package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +6 -1
  32. package/modules/@progress/kendo-theme-default/scss/expansion-panel/_layout.scss +6 -1
  33. package/modules/@progress/kendo-theme-default/scss/fab/_layout.scss +6 -0
  34. package/modules/@progress/kendo-theme-default/scss/filter/_layout.scss +8 -0
  35. package/modules/@progress/kendo-theme-default/scss/floating-label/_layout.scss +7 -0
  36. package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +4 -3
  37. package/modules/@progress/kendo-theme-default/scss/grid/_theme.scss +2 -8
  38. package/modules/@progress/kendo-theme-default/scss/imageeditor/_layout.scss +6 -0
  39. package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +10 -28
  40. package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +4 -4
  41. package/modules/@progress/kendo-theme-default/scss/listbox/_layout.scss +9 -0
  42. package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +7 -0
  43. package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +6 -0
  44. package/modules/@progress/kendo-theme-default/scss/mediaplayer/_layout.scss +14 -1
  45. package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +8 -2
  46. package/modules/@progress/kendo-theme-default/scss/notification/_layout.scss +6 -0
  47. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +6 -2
  48. package/modules/@progress/kendo-theme-default/scss/orgchart/_layout.scss +6 -0
  49. package/modules/@progress/kendo-theme-default/scss/pager/_layout.scss +6 -2
  50. package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +6 -0
  51. package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +55 -83
  52. package/modules/@progress/kendo-theme-default/scss/pivotgrid/_theme.scss +39 -73
  53. package/modules/@progress/kendo-theme-default/scss/popover/_layout.scss +6 -0
  54. package/modules/@progress/kendo-theme-default/scss/progressbar/_layout.scss +6 -0
  55. package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +6 -1
  56. package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +6 -0
  57. package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +6 -0
  58. package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +71 -144
  59. package/modules/@progress/kendo-theme-default/scss/slider/_theme.scss +0 -6
  60. package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +1 -0
  61. package/modules/@progress/kendo-theme-default/scss/stepper/_layout.scss +6 -1
  62. package/modules/@progress/kendo-theme-default/scss/switch/_layout.scss +14 -9
  63. package/modules/@progress/kendo-theme-default/scss/switch/_variables.scss +127 -33
  64. package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +26 -4
  65. package/modules/@progress/kendo-theme-default/scss/taskboard/_layout.scss +6 -2
  66. package/modules/@progress/kendo-theme-default/scss/textarea/_layout.scss +6 -0
  67. package/modules/@progress/kendo-theme-default/scss/textbox/_layout.scss +6 -0
  68. package/modules/@progress/kendo-theme-default/scss/timeline/_layout.scss +8 -4
  69. package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +6 -1
  70. package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +1 -0
  71. package/modules/@progress/kendo-theme-default/scss/toolbar/_index.scss +1 -0
  72. package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +1 -0
  73. package/modules/@progress/kendo-theme-default/scss/tooltip/_layout.scss +6 -1
  74. package/modules/@progress/kendo-theme-default/scss/treelist/_layout.scss +4 -0
  75. package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +17 -18
  76. package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +6 -1
  77. package/modules/@progress/kendo-theme-default/scss/window/_layout.scss +2 -2
  78. package/modules/@progress/kendo-theme-default/scss/wizard/_layout.scss +4 -0
  79. package/package.json +3 -3
  80. package/scss/button/_variables.scss +84 -18
  81. package/scss/checkbox/_variables.scss +1 -1
  82. package/scss/switch/_variables.scss +142 -48
  83. package/scss/toolbar/_index.scss +1 -0
  84. package/scss/treeview/_variables.scss +1 -1
package/dist/all.scss CHANGED
@@ -2711,27 +2711,24 @@ $display4-letter-spacing: null !default;
2711
2711
  // #region @import "~@progress/kendo-theme-default/scss/common/_loading.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/common/_loading.scss
2712
2712
  @include exports( "common/loading" ) {
2713
2713
 
2714
- // Loading indicator
2715
- .k-loading {
2716
- width: 64px;
2717
- height: 64px;
2718
- display: block;
2719
-
2720
- .animate {
2721
- animation: loading 2s infinite linear;
2722
- }
2723
- }
2724
-
2725
-
2726
2714
  // Loading mask
2727
2715
  .k-loading-mask,
2728
2716
  .k-loading-image,
2729
2717
  .k-loading-color {
2730
2718
  width: 100%;
2731
2719
  height: 100%;
2720
+ box-sizing: border-box;
2732
2721
  position: absolute;
2733
2722
  top: 0;
2734
2723
  left: 0;
2724
+
2725
+ *,
2726
+ *::before,
2727
+ *::after,
2728
+ &::before,
2729
+ &::after {
2730
+ box-sizing: border-box;
2731
+ }
2735
2732
  }
2736
2733
 
2737
2734
  .k-loading-mask {
@@ -2762,6 +2759,11 @@ $display4-letter-spacing: null !default;
2762
2759
  background-color: transparent;
2763
2760
  box-sizing: border-box;
2764
2761
  color: currentColor;
2762
+
2763
+ &::before,
2764
+ &::after {
2765
+ box-sizing: border-box;
2766
+ }
2765
2767
  }
2766
2768
 
2767
2769
  .k-i-loading::before,
@@ -2811,7 +2813,7 @@ $display4-letter-spacing: null !default;
2811
2813
  content: "";
2812
2814
  // See https://github.com/telerik/kendo-themes/issues/1925
2813
2815
  border-width: 1px; // TODO: Remove once we drop IE support
2814
- border-width: #{"max( 1px, .015em )"}; // sass-lint:disable-line no-duplicate-properties
2816
+ border-width: clamp( .015em, 1px, 1px ); // sass-lint:disable-line no-duplicate-properties
2815
2817
  font-size: 4em;
2816
2818
  }
2817
2819
  }
@@ -6095,7 +6097,7 @@ $list-no-data-text: $subtle-text !default;
6095
6097
  // Checkbox
6096
6098
 
6097
6099
  $checkbox-size: map-get( $spacing, 4 ) !default;
6098
- $checkbox-radius: map-get( $spacing, thin ) !default;
6100
+ $checkbox-radius: map-get( $spacing, 1 ) !default;
6099
6101
  /// Border width of checkbox.
6100
6102
  /// @group checkbox
6101
6103
  $checkbox-border-width: 1px !default;
@@ -6641,7 +6643,7 @@ $checkbox-ripple-opacity: .25 !default;
6641
6643
  display: flex;
6642
6644
  align-items: center;
6643
6645
  align-content: center;
6644
- gap: map-get( $spacing, 1 );
6646
+ gap: $icon-spacing;
6645
6647
  cursor: default;
6646
6648
  position: relative;
6647
6649
  transition-property: color, background-color, outline-color, box-shadow;
@@ -6695,21 +6697,6 @@ $checkbox-ripple-opacity: .25 !default;
6695
6697
  }
6696
6698
  }
6697
6699
 
6698
- .k-dropdown-button .k-popup {
6699
- .k-item {
6700
- cursor: pointer;
6701
- }
6702
- }
6703
-
6704
- // SplitButton
6705
- // TODO: Wait for final design + revise
6706
- .k-split-button,
6707
- .k-dropdown-button {
6708
- .k-list .k-item:focus {
6709
- outline: none;
6710
- }
6711
- }
6712
-
6713
6700
  .k-virtual-content {
6714
6701
  overflow-y: scroll;
6715
6702
  -webkit-overflow-scrolling: touch;
@@ -6732,18 +6719,15 @@ $checkbox-ripple-opacity: .25 !default;
6732
6719
 
6733
6720
 
6734
6721
  // No data
6735
- .k-list-container {
6736
- .k-no-data {
6737
- min-height: 138px;
6738
- width: 100%;
6739
- display: flex;
6740
- align-items: center;
6741
- justify-content: center;
6742
- text-transform: uppercase;
6743
- font-weight: lighter;
6744
- text-align: center;
6745
- white-space: normal;
6746
- }
6722
+ .k-no-data {
6723
+ min-height: 140px;
6724
+ box-sizing: border-box;
6725
+ display: flex;
6726
+ align-items: center;
6727
+ justify-content: center;
6728
+ font-weight: lighter;
6729
+ text-align: center;
6730
+ white-space: normal;
6747
6731
  }
6748
6732
 
6749
6733
 
@@ -6855,12 +6839,12 @@ $checkbox-ripple-opacity: .25 !default;
6855
6839
  background: transparent;
6856
6840
  }
6857
6841
 
6842
+ }
6858
6843
 
6859
- // No data
6860
- .k-no-data {
6861
- color: $list-no-data-text;
6862
- }
6863
6844
 
6845
+ // No data
6846
+ .k-no-data {
6847
+ color: $list-no-data-text;
6864
6848
  }
6865
6849
 
6866
6850
  }
@@ -7429,30 +7413,72 @@ $popup-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !d
7429
7413
  // #region @import "../button/_variables.scss"; -> packages/classic/scss/button/_variables.scss
7430
7414
  // Button
7431
7415
 
7432
- /// Width of border around buttons
7416
+ /// Width of the border around the button.
7433
7417
  /// @group button
7434
7418
  $button-border-width: 1px !default;
7435
- /// Border radius of buttons
7419
+
7420
+ /// Border radius of the button.
7436
7421
  /// @group button
7437
7422
  $button-border-radius: $border-radius !default;
7438
7423
 
7439
- /// Horizontal padding of buttons
7424
+ /// Horizontal padding of the button.
7440
7425
  /// @group button
7441
- $button-padding-x: $padding-x !default;
7442
- /// Vertical padding of buttons
7426
+ $button-padding-x: map-get( $spacing, 2 ) !default;
7427
+ $button-padding-x-sm: null !default;
7428
+ $button-padding-x-md: null !default;
7429
+ $button-padding-x-lg: null !default;
7430
+
7431
+ /// Vertical padding of the button.
7432
+ /// @group button
7433
+ $button-padding-y: map-get( $spacing, 1 ) !default;
7434
+ $button-padding-y-sm: null !default;
7435
+ $button-padding-y-md: null !default;
7436
+ $button-padding-y-lg: null !default;
7437
+
7438
+ /// Font family of the button.
7443
7439
  /// @group button
7444
- $button-padding-y: $padding-y !default;
7445
7440
  $button-font-family: $font-family !default;
7441
+
7442
+ /// Font size of the button.
7443
+ /// @group button
7446
7444
  $button-font-size: $font-size !default;
7447
- $button-line-height: $line-height !default;
7445
+ $button-font-size-sm: null !default;
7446
+ $button-font-size-md: null !default;
7447
+ $button-font-size-lg: null !default;
7448
7448
 
7449
- $button-padding-x-sm: $button-padding-x / 2 !default;
7450
- $button-padding-y-sm: $button-padding-y / 2 !default;
7451
- $button-line-height-sm: $line-height-sm !default;
7449
+ /// Line height used along with $font-size.
7450
+ /// @group button
7451
+ $button-line-height: $line-height !default;
7452
+ $button-line-height-sm: null !default;
7453
+ $button-line-height-md: null !default;
7454
+ $button-line-height-lg: null !default;
7452
7455
 
7456
+ /// Calculated height of the button.
7457
+ /// @group button
7453
7458
  $button-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2} + #{$button-border-width * 2} ) !default;
7459
+
7460
+ /// Calculated inner height of the button. Without the border width.
7461
+ /// @group button
7454
7462
  $button-inner-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2} ) !default;
7455
7463
 
7464
+ $button-arrow-padding-x: $button-padding-y !default;
7465
+ $button-arrow-padding-y: $button-padding-y !default;
7466
+
7467
+ /// Theme colors map for the button.
7468
+ /// @group button
7469
+ $button-theme-colors: (
7470
+ "primary": map-get( $theme-colors, primary ),
7471
+ "secondary": map-get( $theme-colors, secondary ),
7472
+ "tertiary": map-get( $theme-colors, tertiary ),
7473
+ "info": map-get( $theme-colors, info ),
7474
+ "success": map-get( $theme-colors, success ),
7475
+ "warning": map-get( $theme-colors, warning ),
7476
+ "error": map-get( $theme-colors, error ),
7477
+ "dark": map-get( $theme-colors, dark ),
7478
+ "light": map-get( $theme-colors, light ),
7479
+ "inverse": map-get( $theme-colors, inverse )
7480
+ ) !default;
7481
+
7456
7482
  /// The background of the buttons.
7457
7483
  /// @group button
7458
7484
  $button-bg: $base-bg !default;
@@ -7475,7 +7501,7 @@ $button-hovered-bg: try-shade( $button-bg, 1 ) !default;
7475
7501
  $button-hovered-text: null !default;
7476
7502
  /// The border color of hovered buttons.
7477
7503
  /// @group button
7478
- $button-hovered-border: try-shade( $button-hovered-bg, 2 ) !default;
7504
+ $button-hovered-border: try-shade( $button-bg, 3 ) !default;
7479
7505
  /// The background gradient of hovered buttons.
7480
7506
  /// @group button
7481
7507
  $button-hovered-gradient: null !default;
@@ -7489,7 +7515,7 @@ $button-active-bg: try-shade( $button-bg, 2 ) !default;
7489
7515
  $button-active-text: null !default;
7490
7516
  /// The border color of active buttons.
7491
7517
  /// @group button
7492
- $button-active-border: try-shade( $button-active-bg, 2 ) !default;
7518
+ $button-active-border: try-shade( $button-bg, 4 ) !default;
7493
7519
  /// The background gradient of active buttons.
7494
7520
  /// @group button
7495
7521
  $button-active-gradient: null !default;
@@ -7497,13 +7523,13 @@ $button-active-shadow: null !default;
7497
7523
 
7498
7524
  /// The background color of selected buttons.
7499
7525
  /// @group button
7500
- $button-selected-bg: $button-active-bg !default;
7526
+ $button-selected-bg: $primary !default;
7501
7527
  /// The text color of selected buttons.
7502
7528
  /// @group button
7503
- $button-selected-text: $button-active-text !default;
7529
+ $button-selected-text: contrast-wcag( $button-selected-bg ) !default;
7504
7530
  /// The border color of selected buttons.
7505
7531
  /// @group button
7506
- $button-selected-border: $button-active-border !default;
7532
+ $button-selected-border: $button-selected-bg !default;
7507
7533
  /// The background gradient of selected buttons.
7508
7534
  /// @group button
7509
7535
  $button-selected-gradient: null !default;
@@ -7531,13 +7557,13 @@ $primary-button-shadow: null !default;
7531
7557
 
7532
7558
  $primary-button-hovered-bg: try-shade( $primary-button-bg, 1 ) !default;
7533
7559
  $primary-button-hovered-text: null !default;
7534
- $primary-button-hovered-border: try-shade( $primary-button-hovered-bg, 2 ) !default;
7560
+ $primary-button-hovered-border: try-shade( $primary-button-bg, 3 ) !default;
7535
7561
  $primary-button-hovered-gradient: null !default;
7536
7562
  $primary-button-hovered-shadow: null !default;
7537
7563
 
7538
7564
  $primary-button-active-bg: try-shade( $primary-button-bg, 2 ) !default;
7539
7565
  $primary-button-active-text: null !default;
7540
- $primary-button-active-border: try-shade( $primary-button-active-bg, 2 ) !default;
7566
+ $primary-button-active-border: try-shade( $primary-button-bg, 4 ) !default;
7541
7567
  $primary-button-active-gradient: null !default;
7542
7568
  $primary-button-active-shadow: null !default;
7543
7569
 
@@ -7549,7 +7575,31 @@ $primary-button-selected-shadow: null !default;
7549
7575
 
7550
7576
  $primary-button-focused-shadow: 0 0 4px 0 rgba( $primary-button-border, .75 ) !default;
7551
7577
 
7552
- $button-group-focus-shadow: null !default;
7578
+ $solid-button-gradient: $base-gradient !default;
7579
+ $solid-button-shade-function: "try-shade";
7580
+ $solid-button-shade-text-amount: 0 !default;
7581
+ $solid-button-shade-bg-amount: 0 !default;
7582
+ $solid-button-shade-border-amount: 2 !default;
7583
+ $solid-button-hover-shade-text-amount: null !default;
7584
+ $solid-button-hover-shade-bg-amount: 1 !default;
7585
+ $solid-button-hover-shade-border-amount: 3 !default;
7586
+ $solid-button-active-shade-text-amount: null !default;
7587
+ $solid-button-active-shade-bg-amount: 2 !default;
7588
+ $solid-button-active-shade-border-amount: 4 !default;
7589
+ $solid-button-shadow: true !default;
7590
+ $solid-button-shadow-blur: 4px !default;
7591
+ $solid-button-shadow-spread: 0px !default;
7592
+ $solid-button-shadow-opacity: .75 !default;
7593
+
7594
+ $outline-button-shadow: true !default;
7595
+ $outline-button-shadow-blur: 4px !default;
7596
+ $outline-button-shadow-spread: 0px !default;
7597
+ $outline-button-shadow-opacity: .75 !default;
7598
+
7599
+ $link-button-shadow: true !default;
7600
+ $link-button-shadow-blur: 4px !default;
7601
+ $link-button-shadow-spread: 0px !default;
7602
+ $link-button-shadow-opacity: .75 !default;
7553
7603
 
7554
7604
  $flat-button-hover-opacity: .08 !default;
7555
7605
  $flat-button-focus-opacity: .12 !default;
@@ -7969,12 +8019,19 @@ $floating-label-focus-text: null !default;
7969
8019
  .k-floating-label-container {
7970
8020
  padding-top: $floating-label-height;
7971
8021
  width: $input-default-width;
8022
+ box-sizing: border-box;
7972
8023
  display: inline-flex;
7973
8024
  vertical-align: middle;
7974
8025
  position: relative;
7975
8026
  flex-direction: column;
7976
8027
  justify-content: stretch;
7977
8028
 
8029
+ *,
8030
+ *::before,
8031
+ *::after {
8032
+ box-sizing: border-box;
8033
+ }
8034
+
7978
8035
  > .k-label {
7979
8036
  max-width: 90%;
7980
8037
  font-size: $floating-label-font-size;
@@ -8144,6 +8201,12 @@ $floating-label-focus-text: null !default;
8144
8201
  -webkit-touch-callout: none;
8145
8202
  -webkit-tap-highlight-color: $rgba-transparent;
8146
8203
 
8204
+ *,
8205
+ *::before,
8206
+ *::after {
8207
+ box-sizing: border-box;
8208
+ }
8209
+
8147
8210
 
8148
8211
  // Input
8149
8212
  .k-input {}
@@ -8163,7 +8226,6 @@ $floating-label-focus-text: null !default;
8163
8226
  border-width: 0;
8164
8227
  border-inline-start-width: $picker-select-border-width;
8165
8228
  border-style: solid;
8166
- box-sizing: border-box;
8167
8229
  outline: 0;
8168
8230
  display: flex;
8169
8231
  flex-flow: row nowrap;
@@ -9161,6 +9223,12 @@ $avatar-theme-colors: $theme-colors !default;
9161
9223
  justify-content: center;
9162
9224
  vertical-align: middle;
9163
9225
  overflow: hidden;
9226
+
9227
+ *,
9228
+ *::before,
9229
+ *::after {
9230
+ box-sizing: border-box;
9231
+ }
9164
9232
  }
9165
9233
 
9166
9234
 
@@ -9335,6 +9403,12 @@ $badge-dot-size-lg: 12px !default;
9335
9403
  vertical-align: middle;
9336
9404
  overflow: hidden;
9337
9405
  text-overflow: ellipsis;
9406
+
9407
+ *,
9408
+ *::before,
9409
+ *::after {
9410
+ box-sizing: border-box;
9411
+ }
9338
9412
  }
9339
9413
  .k-badge > * {
9340
9414
  color: inherit;
@@ -9771,6 +9845,12 @@ $chip-error-focus-shadow: 0 0 0 2px rgba( $error, .16 ) !default;
9771
9845
  cursor: pointer;
9772
9846
  user-select: none;
9773
9847
 
9848
+ *,
9849
+ *::before,
9850
+ *::after {
9851
+ box-sizing: border-box;
9852
+ }
9853
+
9774
9854
  .k-selected-icon-wrapper {
9775
9855
  display: none !important; // sass-lint:disable-line no-important
9776
9856
  }
@@ -10363,6 +10443,12 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
10363
10443
  flex-wrap: nowrap;
10364
10444
  position: relative;
10365
10445
  overflow: hidden;
10446
+
10447
+ *,
10448
+ *::before,
10449
+ *::after {
10450
+ box-sizing: border-box;
10451
+ }
10366
10452
  }
10367
10453
 
10368
10454
 
@@ -11292,6 +11378,12 @@ $tooltip-error-border: $tooltip-error-bg !default;
11292
11378
  -webkit-appearance: none;
11293
11379
  position: relative;
11294
11380
 
11381
+ *,
11382
+ *::before,
11383
+ *::after {
11384
+ box-sizing: border-box;
11385
+ }
11386
+
11295
11387
  &:disabled,
11296
11388
  &.k-state-disabled {
11297
11389
  @include disabled( $disabled-styling );
@@ -11332,6 +11424,21 @@ $tooltip-error-border: $tooltip-error-bg !default;
11332
11424
  .k-button .k-button-text {}
11333
11425
 
11334
11426
 
11427
+ // Button arrow
11428
+ .k-button-arrow {
11429
+ padding-left: $button-arrow-padding-x;
11430
+ padding-right: $button-arrow-padding-x;
11431
+ flex: none;
11432
+ display: inline-flex;
11433
+ align-items: center;
11434
+ justify-content: center;
11435
+ }
11436
+ .k-button > .k-button-arrow {
11437
+ margin-inline-start: -$button-arrow-padding-x;
11438
+ margin-inline-end: -$button-padding-x;
11439
+ }
11440
+
11441
+
11335
11442
  // Text button
11336
11443
  .k-text-button {
11337
11444
 
@@ -11359,6 +11466,10 @@ $tooltip-error-border: $tooltip-error-bg !default;
11359
11466
  min-height: calc( #{$button-font-size} * #{$button-line-height} );
11360
11467
  }
11361
11468
  }
11469
+ .k-icon-button > .k-button-arrow {
11470
+ margin-inline-start: 0;
11471
+ margin-inline-end: -$button-padding-y;
11472
+ }
11362
11473
  // TODO: REMOVE
11363
11474
  .k-button.k-button-icon {
11364
11475
  padding: $button-padding-y;
@@ -11398,50 +11509,51 @@ $tooltip-error-border: $tooltip-error-bg !default;
11398
11509
  -webkit-touch-callout: none;
11399
11510
  -webkit-tap-highlight-color: $rgba-transparent;
11400
11511
 
11401
- .k-button {
11402
- @include border-radius( 0 );
11403
- }
11404
- .k-button ~ .k-button {
11512
+ > .k-button + .k-button {
11405
11513
  margin-inline-start: if( $button-border-width == 0, null, -$button-border-width );
11406
11514
  }
11407
11515
 
11408
- .k-button:hover,
11409
- .k-button.k-state-hover,
11410
- .k-button:active,
11411
- .k-button.k-state-active,
11412
- .k-button.k-state-selected,
11413
- .k-button:focus,
11414
- .k-button.k-state-focus {
11516
+ > .k-button:hover,
11517
+ > .k-button.k-state-hover,
11518
+ > .k-button:focus,
11519
+ > .k-button.k-state-focus,
11520
+ > .k-button:active,
11521
+ > .k-button.k-state-active,
11522
+ > .k-button.k-state-selected {
11415
11523
  z-index: 2;
11416
11524
  }
11417
11525
 
11418
- .k-group-start,
11419
- .k-button:first-child {
11420
- @include border-left-radius( $button-border-radius );
11526
+ .k-button:not(:first-child):not(:last-child) {
11527
+ border-start-end-radius: 0;
11528
+ border-end-end-radius: 0;
11529
+ border-start-start-radius: 0;
11530
+ border-end-start-radius: 0;
11421
11531
  }
11422
- .k-group-end,
11423
- .k-button:last-child {
11424
- @include border-right-radius( $button-border-radius );
11532
+ > .k-button:first-child:not(:only-child) {
11533
+ border-start-end-radius: 0;
11534
+ border-end-end-radius: 0;
11425
11535
  }
11426
- .k-group-start.k-group-end,
11427
- .k-button:first-child:last-child {
11428
- @include border-radius( $button-border-radius );
11536
+ > .k-button:last-child:not(:only-child) {
11537
+ border-start-start-radius: 0;
11538
+ border-end-start-radius: 0;
11539
+ }
11540
+
11541
+ &:disabled,
11542
+ &[disabled],
11543
+ &.k-disabled,
11544
+ &.k-state-disabled {
11545
+ opacity: 1;
11546
+ filter: none;
11429
11547
  }
11430
11548
 
11431
11549
  }
11432
11550
 
11433
11551
  .k-button-group-stretched {
11434
- display: flex;
11552
+ width: 100%;
11435
11553
 
11436
- .k-button {
11437
- display: inline-block;
11554
+ > * {
11438
11555
  flex: 1 0 0%;
11439
11556
  overflow: hidden;
11440
- text-overflow: ellipsis;
11441
-
11442
- > .k-icon {
11443
- vertical-align: text-bottom;
11444
- }
11445
11557
  }
11446
11558
  }
11447
11559
 
@@ -11455,32 +11567,13 @@ $tooltip-error-border: $tooltip-error-bg !default;
11455
11567
  flex-flow: row nowrap;
11456
11568
  vertical-align: middle;
11457
11569
 
11458
- .k-button {
11459
- @include border-radius( 0 );
11460
- }
11461
-
11462
- // .k-button
11463
- > .k-button:first-child {
11464
- @include border-left-radius( $button-border-radius );
11465
- }
11466
- > .k-split-button-arrow,
11467
- > .k-button:last-child {
11468
- @include border-right-radius( $button-border-radius );
11469
- margin-inline-start: if( $button-border-width == 0, null, -$button-border-width );
11470
- padding: $button-padding-y;
11570
+ .k-split-button-arrow {
11571
+ padding: $button-arrow-padding-y $button-arrow-padding-x;
11471
11572
  width: auto;
11472
11573
  flex: none;
11473
- }
11474
11574
 
11475
- &[dir="rtl"] {
11476
- // k-button
11477
- > .k-button:first-child {
11478
- @include border-left-radius( 0 );
11479
- @include border-right-radius( $button-border-radius );
11480
- }
11481
- > .k-button:last-child {
11482
- @include border-right-radius( 0 );
11483
- @include border-left-radius( $button-border-radius );
11575
+ .k-button-icon {
11576
+ min-width: 0;
11484
11577
  }
11485
11578
  }
11486
11579
  }
@@ -11524,13 +11617,29 @@ $tooltip-error-border: $tooltip-error-bg !default;
11524
11617
  .k-button-outline {
11525
11618
  @include box-shadow( none );
11526
11619
  color: inherit;
11527
- background: none;
11620
+ background-color: transparent;
11621
+ background-image: none !important; // sass-lint:disable-line no-important
11528
11622
  }
11529
11623
  .k-button.k-outline {
11530
11624
  @extend .k-button-outline;
11531
11625
  }
11532
11626
 
11533
11627
 
11628
+ // Link button
11629
+ .k-button-link {
11630
+ @include box-shadow( none );
11631
+ border-color: transparent !important; // sass-lint:disable-line no-important
11632
+ color: inherit;
11633
+ background-color: transparent !important; // sass-lint:disable-line no-important
11634
+ background-image: none !important; // sass-lint:disable-line no-important
11635
+ text-decoration: none;
11636
+ }
11637
+ .k-button-link:hover,
11638
+ .k-button-link.k-state-hover {
11639
+ text-decoration: underline;
11640
+ }
11641
+
11642
+
11534
11643
  // Clear button
11535
11644
  .k-button-clear {
11536
11645
  border-color: transparent !important; // sass-lint:disable-line no-important
@@ -11540,46 +11649,11 @@ $tooltip-error-border: $tooltip-error-bg !default;
11540
11649
  }
11541
11650
 
11542
11651
 
11543
- // RTL
11544
- .k-rtl {
11545
-
11546
- // Button group
11547
- .k-button-group {
11548
-
11549
- .k-button {
11550
- @include border-radius( 0 );
11551
- }
11552
-
11553
- .k-group-start,
11554
- .k-button:first-child {
11555
- @include border-right-radius( $button-border-radius );
11556
- }
11557
- .k-group-end,
11558
- .k-button:last-child {
11559
- @include border-left-radius( $button-border-radius );
11560
- }
11561
- .k-group-start.k-group-end,
11562
- .k-button:first-child:last-child {
11563
- @include border-radius( $button-border-radius );
11564
- }
11565
-
11566
- }
11567
-
11568
- // Split button
11569
- .k-split-button {
11570
-
11571
- .k-button {
11572
- @include border-radius( 0 );
11573
- }
11574
-
11575
- // k-button
11576
- > .k-button:first-child {
11577
- @include border-right-radius( $button-border-radius );
11578
- }
11579
- > .k-split-button-arrow,
11580
- > .k-button:last-child {
11581
- @include border-left-radius( $button-border-radius );
11582
- }
11652
+ // IE
11653
+ .k-ie .k-button-group,
11654
+ .k-ie .k-split-button {
11655
+ .k-button {
11656
+ @include border-radius( 0 );
11583
11657
  }
11584
11658
  }
11585
11659
 
@@ -11718,9 +11792,8 @@ $tooltip-error-border: $tooltip-error-bg !default;
11718
11792
  // #region @import "~@progress/kendo-theme-default/scss/button/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/button/_theme.scss
11719
11793
  @include exports( "button/theme" ) {
11720
11794
 
11721
- // Default button
11722
- .k-button,
11723
- .k-button-secondary {
11795
+ // Solid button
11796
+ .k-button {
11724
11797
  @include fill(
11725
11798
  $button-text,
11726
11799
  $button-bg,
@@ -11784,75 +11857,70 @@ $tooltip-error-border: $tooltip-error-bg !default;
11784
11857
  }
11785
11858
 
11786
11859
  }
11860
+ .k-button.k-primary {
11861
+ @extend .k-button-solid-primary !optional;
11862
+ }
11787
11863
 
11864
+ $_shade-fn: get-function( $solid-button-shade-function );
11788
11865
 
11789
- // Primary button
11790
- .k-button-primary {
11791
- @include fill(
11792
- $primary-button-text,
11793
- $primary-button-bg,
11794
- $primary-button-border,
11795
- $primary-button-gradient
11796
- );
11797
- @include box-shadow( $primary-button-shadow );
11866
+ @each $name, $color in $button-theme-colors {
11867
+ $_button-text: contrast-wcag( $color );
11868
+ $_button-bg: if( $solid-button-shade-bg-amount, call( $_shade-fn, $color, $solid-button-shade-bg-amount ), null );
11869
+ $_button-border: if( $solid-button-shade-border-amount, call( $_shade-fn, $color, $solid-button-shade-border-amount ), null );
11798
11870
 
11799
- // Hovoer state
11800
- &:hover,
11801
- &.k-state-hover {
11802
- @include fill(
11803
- $primary-button-hovered-text,
11804
- $primary-button-hovered-bg,
11805
- $primary-button-hovered-border,
11806
- $primary-button-hovered-gradient
11807
- );
11808
- @include box-shadow( $primary-button-hovered-shadow );
11809
- }
11871
+ $_button-hover-text: null;
11872
+ $_button-hover-bg: if( $solid-button-hover-shade-bg-amount, call( $_shade-fn, $color, $solid-button-hover-shade-bg-amount ), null );
11873
+ $_button-hover-border: if( $solid-button-hover-shade-border-amount, call( $_shade-fn, $color, $solid-button-hover-shade-border-amount ), null );
11810
11874
 
11811
- // Focused state
11812
- &:focus,
11813
- &.k-state-focus,
11814
- &.k-state-focused {
11815
- @include box-shadow( $primary-button-focused-shadow );
11816
- }
11875
+ $_button-active-text: null;
11876
+ $_button-active-bg: if( $solid-button-active-shade-bg-amount, call( $_shade-fn, $color, $solid-button-active-shade-bg-amount ), null );
11877
+ $_button-active-border: if( $solid-button-active-shade-border-amount, call( $_shade-fn, $color, $solid-button-active-shade-border-amount ), null );
11817
11878
 
11818
- // Active state
11819
- &:active,
11820
- &.k-state-active {
11879
+ .k-button-solid.k-button-solid-#{$name} {
11821
11880
  @include fill(
11822
- $primary-button-active-text,
11823
- $primary-button-active-bg,
11824
- $primary-button-active-border,
11825
- $primary-button-active-gradient
11881
+ $_button-text,
11882
+ $_button-bg,
11883
+ $_button-border,
11884
+ $solid-button-gradient
11826
11885
  );
11827
- @include box-shadow( $primary-button-active-shadow );
11828
- }
11829
11886
 
11830
- // Selected state
11831
- &.k-state-selected {
11832
- @include fill(
11833
- $primary-button-selected-text,
11834
- $primary-button-selected-bg,
11835
- $primary-button-selected-border,
11836
- $primary-button-selected-gradient
11837
- );
11838
- @include box-shadow( $primary-button-selected-shadow );
11839
- }
11887
+ // Hover state
11888
+ &:hover,
11889
+ &.k-state-hover {
11890
+ @include fill(
11891
+ $_button-hover-text,
11892
+ $_button-hover-bg,
11893
+ $_button-hover-border
11894
+ );
11895
+ }
11840
11896
 
11841
- // Disabled state
11842
- &:disabled,
11843
- &.k-state-disabled {
11844
- @include fill(
11845
- $button-disabled-text,
11846
- $button-disabled-bg,
11847
- $button-disabled-border,
11848
- $button-disabled-gradient
11849
- );
11850
- @include box-shadow( $button-disabled-shadow );
11851
- }
11897
+ // Focus state
11898
+ &:focus,
11899
+ &.k-state-focus {
11900
+ @if ( $solid-button-shadow ) {
11901
+ box-shadow: 0 0 $solid-button-shadow-blur $solid-button-shadow-spread rgba( $_button-border, $solid-button-shadow-opacity );
11902
+ }
11903
+ }
11852
11904
 
11853
- }
11854
- .k-button.k-primary {
11855
- @extend .k-button-primary;
11905
+ // Active state
11906
+ &:active,
11907
+ &.k-state-active {
11908
+ @include fill(
11909
+ $_button-active-text,
11910
+ $_button-active-bg,
11911
+ $_button-active-border
11912
+ );
11913
+ }
11914
+
11915
+ // Selected
11916
+ &.k-state-selected {
11917
+ @include fill(
11918
+ $_button-active-text,
11919
+ $_button-active-bg,
11920
+ $_button-active-border
11921
+ );
11922
+ }
11923
+ }
11856
11924
  }
11857
11925
 
11858
11926
 
@@ -11861,18 +11929,7 @@ $tooltip-error-border: $tooltip-error-bg !default;
11861
11929
 
11862
11930
 
11863
11931
  // Button group
11864
- .k-button-group {
11865
-
11866
- .k-button:focus,
11867
- .k-button.k-state-focus,
11868
- .k-button.k-state-focused,
11869
- .k-button-outline:focus,
11870
- .k-button-outline.k-state-focus,
11871
- .k-button-outline.k-state-focused {
11872
- @include box-shadow( $button-group-focus-shadow );
11873
- }
11874
-
11875
- }
11932
+ .k-button-group {}
11876
11933
 
11877
11934
 
11878
11935
  // Split button
@@ -11894,62 +11951,96 @@ $tooltip-error-border: $tooltip-error-bg !default;
11894
11951
  @include box-shadow( none );
11895
11952
  border-color: currentColor;
11896
11953
  color: $button-text;
11897
- background: none;
11954
+ background-color: transparent;
11898
11955
 
11899
11956
  // Hover state
11900
11957
  &:hover,
11901
11958
  &.k-state-hover {
11902
- @include fill( contrast-wcag( $button-text ), $button-text, $button-text, none );
11959
+ @include fill(
11960
+ contrast-wcag( $button-text ),
11961
+ $button-text,
11962
+ $button-text
11963
+ );
11903
11964
  }
11904
11965
 
11905
11966
  // Focused state
11906
11967
  &:focus,
11907
11968
  &.k-state-focus,
11908
11969
  &.k-state-focused {
11909
- box-shadow: $button-focused-shadow;
11970
+ @if ($outline-button-shadow) {
11971
+ box-shadow: 0 0 $outline-button-shadow-blur $outline-button-shadow-spread rgba( $button-text, $outline-button-shadow-opacity );
11972
+ }
11910
11973
  }
11911
11974
 
11912
11975
  // Active state
11913
11976
  &:active,
11914
11977
  &.k-state-active {
11915
- @include fill( contrast-wcag( $button-text ), $button-text, $button-text, none );
11978
+ @include fill(
11979
+ contrast-wcag( $button-text ),
11980
+ $button-text,
11981
+ $button-text
11982
+ );
11916
11983
  }
11917
11984
 
11918
11985
  // Selected state
11919
11986
  &.k-state-selected {
11920
- @include fill( contrast-wcag( $button-text ), $button-text, $button-text, none );
11987
+ @include fill(
11988
+ contrast-wcag( $button-text ),
11989
+ $button-text,
11990
+ $button-text
11991
+ );
11921
11992
  }
11922
11993
  }
11923
11994
  .k-button-outline.k-primary {
11924
- border-color: currentColor;
11925
- color: $primary-button-bg;
11926
- background: none;
11927
- box-shadow: none;
11995
+ @extend .k-button-outline-primary !optional;
11996
+ }
11928
11997
 
11929
- // Hover state
11930
- &:hover,
11931
- &.k-state-hover {
11932
- @include fill( contrast-wcag( $primary-button-bg ), $primary-button-bg, $primary-button-bg, none );
11933
- }
11998
+ @each $name, $color in $button-theme-colors {
11999
+ .k-button-outline.k-button-outline-#{$name} {
12000
+ @include box-shadow( none );
12001
+ border-color: currentColor;
12002
+ color: $color;
12003
+ background-color: transparent;
11934
12004
 
11935
- // Focused state
11936
- &:focus,
11937
- &.k-state-focus,
11938
- &.k-state-focused {
11939
- box-shadow: $primary-button-focused-shadow;
11940
- }
12005
+ // Hover state
12006
+ &:hover,
12007
+ &.k-state-hover {
12008
+ @include fill(
12009
+ contrast-wcag( $color ),
12010
+ $color,
12011
+ $color
12012
+ );
12013
+ }
11941
12014
 
11942
- // Actove state
11943
- &:active,
11944
- &.k-state-active {
11945
- @include fill( contrast-wcag( $primary-button-bg ), $primary-button-bg, $primary-button-bg, none );
11946
- box-shadow: none;
11947
- }
12015
+ // Focused state
12016
+ &:focus,
12017
+ &.k-state-focus,
12018
+ &.k-state-focused {
12019
+ @if ($outline-button-shadow) {
12020
+ box-shadow: 0 0 $outline-button-shadow-blur $outline-button-shadow-spread rgba( $color, $outline-button-shadow-opacity );
12021
+ }
12022
+ }
11948
12023
 
11949
- // Selected state
11950
- &.k-state-selected {
11951
- @include fill( contrast-wcag( $primary-button-bg ), $primary-button-bg, $primary-button-bg, none );
11952
- box-shadow: none;
12024
+ // Active state
12025
+ &:active,
12026
+ &.k-state-active {
12027
+ @include fill(
12028
+ contrast-wcag( $color ),
12029
+ $color,
12030
+ $color
12031
+ );
12032
+ box-shadow: none;
12033
+ }
12034
+
12035
+ // Selected state
12036
+ &.k-state-selected {
12037
+ @include fill(
12038
+ contrast-wcag( $color ),
12039
+ $color,
12040
+ $color
12041
+ );
12042
+ box-shadow: none;
12043
+ }
11953
12044
  }
11954
12045
  }
11955
12046
 
@@ -11972,17 +12063,65 @@ $tooltip-error-border: $tooltip-error-bg !default;
11972
12063
  &.k-state-focus {
11973
12064
  color: inherit;
11974
12065
  }
12066
+
12067
+ // Disabled state
12068
+ &:disabled,
12069
+ &.k-state-disabled {
12070
+ color: $button-disabled-text;
12071
+ }
11975
12072
  }
11976
12073
  .k-button-flat.k-primary {
12074
+ @extend .k-button-flat-primary !optional;
12075
+ }
11977
12076
 
11978
- &,
11979
- &:hover,
11980
- &.k-state-hover,
11981
- &:active,
11982
- &.k-state-active,
11983
- &:focus,
11984
- &.k-state-focus {
11985
- color: $primary;
12077
+ @each $name, $color in $button-theme-colors {
12078
+ .k-button-flat.k-button-flat-#{$name} {
12079
+
12080
+ &,
12081
+ &:hover,
12082
+ &.k-state-hover,
12083
+ &:active,
12084
+ &.k-state-active,
12085
+ &:focus,
12086
+ &.k-state-focus {
12087
+ color: $color;
12088
+ }
12089
+
12090
+ // Disabled state
12091
+ &:disabled,
12092
+ &.k-state-disabled {
12093
+ color: $button-disabled-text;
12094
+ }
12095
+ }
12096
+ }
12097
+
12098
+ }
12099
+
12100
+
12101
+
12102
+
12103
+ @include exports( "link-button/theme" ) {
12104
+
12105
+ @each $name, $color in map-merge( $button-theme-colors, ( "base": $base-text ) ) {
12106
+ .k-button-link.k-button-link-#{$name} {
12107
+ @include box-shadow( none );
12108
+ color: $color;
12109
+
12110
+ &:hover,
12111
+ &.k-state-hover {
12112
+ color: try-shade( $color, 2 );
12113
+ }
12114
+ &:focus,
12115
+ &.k-state-focus {
12116
+ @if ($link-button-shadow) {
12117
+ box-shadow: 0 0 $link-button-shadow-blur $link-button-shadow-spread rgba( $color, $link-button-shadow-opacity );
12118
+ }
12119
+ }
12120
+ &:active,
12121
+ &.k-state-active,
12122
+ &.k-state-selected {
12123
+ color: try-shade( $color, 2 );
12124
+ }
11986
12125
  }
11987
12126
  }
11988
12127
 
@@ -12029,6 +12168,504 @@ $tooltip-error-border: $tooltip-error-bg !default;
12029
12168
  // #endregion
12030
12169
  // #region @import "../popup/_index.scss"; -> packages/classic/scss/popup/_index.scss
12031
12170
  // File already imported_once. Skipping output.
12171
+ // #endregion
12172
+ // #region @import "../menu/_index.scss"; -> packages/classic/scss/menu/_index.scss
12173
+ // #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
12174
+ // File already imported_once. Skipping output.
12175
+ // #endregion
12176
+
12177
+
12178
+ // Dependencies
12179
+ // #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
12180
+ // File already imported_once. Skipping output.
12181
+ // #endregion
12182
+ // #region @import "../popup/_index.scss"; -> packages/classic/scss/popup/_index.scss
12183
+ // File already imported_once. Skipping output.
12184
+ // #endregion
12185
+ // #region @import "../icons/_index.scss"; -> packages/classic/scss/icons/_index.scss
12186
+ // File already imported_once. Skipping output.
12187
+ // #endregion
12188
+ // #region @import "../list/_index.scss"; -> packages/classic/scss/list/_index.scss
12189
+ // File already imported_once. Skipping output.
12190
+ // #endregion
12191
+
12192
+
12193
+ // Component
12194
+ // #region @import "_variables.scss"; -> packages/classic/scss/menu/_variables.scss
12195
+ // File already imported_once. Skipping output.
12196
+ // #endregion
12197
+ // #region @import "_layout.scss"; -> packages/classic/scss/menu/_layout.scss
12198
+ // #region @import "~@progress/kendo-theme-default/scss/menu/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/menu/_layout.scss
12199
+ @include exports("menu/layout") {
12200
+
12201
+ // Base
12202
+ .k-menu {
12203
+ border-width: $menu-border-width;
12204
+ border-style: solid;
12205
+ box-sizing: border-box;
12206
+ outline: 0;
12207
+ font-family: $menu-font-family;
12208
+ font-size: $menu-font-size;
12209
+ line-height: $menu-line-height;
12210
+ display: flex;
12211
+ flex-wrap: wrap;
12212
+ align-items: stretch;
12213
+ position: relative;
12214
+ cursor: default;
12215
+ -webkit-touch-callout: none;
12216
+ -webkit-tap-highlight-color: $rgba-transparent;
12217
+ }
12218
+
12219
+
12220
+ // Menu item
12221
+ .k-menu-item {
12222
+ box-sizing: border-box;
12223
+ border-width: 0;
12224
+ outline: 0;
12225
+ display: flex;
12226
+ flex-flow: column nowrap;
12227
+ flex: none;
12228
+ position: relative;
12229
+ user-select: none;
12230
+ }
12231
+
12232
+
12233
+ // Menu link
12234
+ .k-menu-link {
12235
+ padding: $menu-item-padding-y $menu-item-padding-x;
12236
+ outline: 0;
12237
+ color: inherit;
12238
+ display: flex;
12239
+ flex-flow: row nowrap;
12240
+ flex: 1 1 auto;
12241
+ align-items: center;
12242
+ position: relative;
12243
+ white-space: nowrap;
12244
+ cursor: pointer;
12245
+
12246
+ > .k-icon:not(.k-menu-expand-arrow),
12247
+ > .k-image,
12248
+ > .k-sprite {
12249
+ margin-right: $menu-item-icon-spacing;
12250
+ }
12251
+ }
12252
+
12253
+
12254
+ // Menu item text
12255
+ .k-menu-link-text {
12256
+ flex: 1 1 auto;
12257
+ overflow: hidden;
12258
+ text-overflow: ellipsis;
12259
+ }
12260
+
12261
+
12262
+ // Expand arrow
12263
+ .k-menu-expand-arrow {
12264
+ margin-left: $icon-spacing;
12265
+ margin-right: -$icon-spacing;
12266
+ display: inline-flex;
12267
+ flex-flow: row wrap;
12268
+ align-items: center;
12269
+ flex: none;
12270
+ position: relative;
12271
+ }
12272
+ .k-menu-expand-arrow.k-i-arrow-60-left,
12273
+ .k-menu-expand-arrow.k-i-arrow-60-right {
12274
+ margin: 0;
12275
+ position: absolute;
12276
+ top: 50%;
12277
+ transform: translateY(-50%);
12278
+ }
12279
+ .k-menu-expand-arrow.k-i-arrow-60-right {
12280
+ right: $icon-spacing;
12281
+ }
12282
+ .k-menu-expand-arrow.k-i-arrow-60-left {
12283
+ left: $icon-spacing;
12284
+ }
12285
+
12286
+
12287
+ // Orientation -- horizontal
12288
+ .k-menu-horizontal {
12289
+ flex-direction: row;
12290
+
12291
+ > .k-menu-item + .k-menu-item {
12292
+ margin-left: $menu-item-spacing;
12293
+ }
12294
+
12295
+ > .k-separator {
12296
+ margin: 0 $menu-separator-spacing;
12297
+ width: 0;
12298
+ height: auto;
12299
+ border-width: 0 0 0 1px;
12300
+ border-style: solid;
12301
+ }
12302
+ }
12303
+
12304
+
12305
+ // Orientation -- vertical
12306
+ .k-menu-vertical {
12307
+ flex-direction: column;
12308
+
12309
+ > .k-menu-item + .k-menu-item {
12310
+ margin-top: $menu-item-spacing;
12311
+ }
12312
+
12313
+ > .k-menu-item > .k-menu-link {
12314
+ padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
12315
+ padding-right: $menu-popup-item-padding-end;
12316
+
12317
+ .k-menu-expand-arrow {
12318
+ margin: 0;
12319
+ position: absolute;
12320
+ top: 50%;
12321
+ transform: translateY(-50%);
12322
+ right: $icon-spacing;
12323
+ }
12324
+ }
12325
+
12326
+ > .k-separator {
12327
+ margin: $menu-separator-spacing 0;
12328
+ height: 0;
12329
+ border-width: 1px 0 0;
12330
+ border-style: solid;
12331
+ border-color: $panel-border;
12332
+ display: block;
12333
+ }
12334
+ }
12335
+
12336
+
12337
+ // Menu popup
12338
+ .k-menu-popup {
12339
+ border-width: $menu-popup-border-width;
12340
+ border-style: solid;
12341
+ overflow: auto;
12342
+ max-height: 80vh;
12343
+ }
12344
+
12345
+
12346
+ // Sub menu
12347
+ .k-menu-group {
12348
+ margin: 0;
12349
+ padding: 0;
12350
+ // padding: $menu-popup-padding-y $menu-popup-padding-x;
12351
+ font-size: $menu-popup-font-size;
12352
+ line-height: $menu-popup-line-height;
12353
+ list-style: none;
12354
+ display: none;
12355
+ position: absolute;
12356
+
12357
+ .k-menu-popup & {
12358
+ position: relative;
12359
+ display: flex;
12360
+ flex-direction: column;
12361
+ }
12362
+
12363
+ // jquery popup overrides those
12364
+ .k-menu-item {
12365
+ font-size: $menu-popup-font-size;
12366
+ line-height: $menu-popup-line-height;
12367
+ }
12368
+
12369
+ .k-menu-item + .k-menu-item {
12370
+ margin-top: $menu-popup-item-spacing;
12371
+ }
12372
+
12373
+ .k-menu-link {
12374
+ padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
12375
+ padding-right: $menu-popup-item-padding-end;
12376
+
12377
+ .k-menu-expand-arrow {
12378
+ margin: 0;
12379
+ position: absolute;
12380
+ top: 50%;
12381
+ transform: translateY(-50%);
12382
+ right: $icon-spacing;
12383
+ }
12384
+ }
12385
+
12386
+ .k-separator {
12387
+ margin: $menu-separator-spacing 0;
12388
+ height: 0;
12389
+ border-width: 1px 0 0;
12390
+ border-style: solid;
12391
+ border-color: $component-border;
12392
+ display: block;
12393
+ }
12394
+ }
12395
+
12396
+
12397
+ // Context menu
12398
+ .k-popups-wrapper {
12399
+ position: relative;
12400
+ border: 0;
12401
+ margin: 0;
12402
+ padding: 0;
12403
+ }
12404
+ .k-context-menu {
12405
+ margin: 0;
12406
+ padding: 0;
12407
+ // padding: $menu-popup-padding-y $menu-popup-padding-x;
12408
+ border-width: $menu-popup-border-width;
12409
+ border-style: solid;
12410
+ }
12411
+ .k-animation-container .k-context-menu.k-menu-horizontal {
12412
+ // kendo-jquery adds `display: block` via js and we need to override it.
12413
+ display: flex !important; // sass-lint:disable-line no-important
12414
+ flex-wrap: nowrap;
12415
+ }
12416
+ .k-context-menu-popup {
12417
+ z-index: 12000;
12418
+
12419
+ .k-context-menu {
12420
+ border-width: 0;
12421
+ }
12422
+ }
12423
+ .k-popup .k-context-menu,
12424
+ .k-context-menu-popup .k-context-menu {
12425
+ border-width: 0;
12426
+ }
12427
+
12428
+
12429
+ // Scrolling
12430
+ .k-menu-scroll-wrapper {
12431
+ margin: 0;
12432
+ padding: 0;
12433
+ border: 0;
12434
+ position: relative;
12435
+
12436
+ .k-menu {
12437
+ overflow: hidden;
12438
+ flex-wrap: nowrap;
12439
+ }
12440
+ }
12441
+ .k-menu-scroll-button {
12442
+ @include border-radius( 0 );
12443
+ padding: 0;
12444
+ border-width: 0;
12445
+ border-color: inherit;
12446
+ color: inherit;
12447
+ background: inherit;
12448
+ position: absolute;
12449
+
12450
+ &.k-scroll-left {
12451
+ top: 0;
12452
+ left: 0;
12453
+ height: 100%;
12454
+ width: 16px;
12455
+ border-right-width: 1px;
12456
+ }
12457
+ &.k-scroll-right {
12458
+ top: 0;
12459
+ right: 0;
12460
+ height: 100%;
12461
+ width: 16px;
12462
+ border-left-width: 1px;
12463
+ }
12464
+ &.k-scroll-up {
12465
+ top: 0;
12466
+ left: 0;
12467
+ width: 100%;
12468
+ height: 16px;
12469
+ border-bottom-width: 1px;
12470
+ }
12471
+ &.k-scroll-down {
12472
+ bottom: 0;
12473
+ left: 0;
12474
+ width: 100%;
12475
+ height: 16px;
12476
+ border-top-width: 1px;
12477
+ }
12478
+ }
12479
+
12480
+
12481
+ // RTL
12482
+ .k-rtl,
12483
+ [dir="rtl"] {
12484
+
12485
+ .k-menu-link {
12486
+ > .k-icon:not(.k-menu-expand-arrow),
12487
+ > .k-image,
12488
+ > .k-sprite {
12489
+ margin-left: $menu-item-icon-spacing;
12490
+ margin-right: 0;
12491
+ }
12492
+ }
12493
+
12494
+ .k-menu-expand-arrow.k-i-arrow-60-down {
12495
+ margin-left: -$icon-spacing;
12496
+ margin-right: $icon-spacing;
12497
+ }
12498
+
12499
+
12500
+ // Orientation -- horizontal
12501
+ .k-menu-horizontal {
12502
+
12503
+ > .k-menu-item + .k-menu-item {
12504
+ margin-right: $menu-item-spacing;
12505
+ margin-left: 0;
12506
+ }
12507
+ }
12508
+
12509
+
12510
+ // Orientation -- vertical
12511
+ .k-menu-vertical {
12512
+
12513
+ > .k-menu-item > .k-menu-link {
12514
+ padding-right: $menu-popup-item-padding-x;
12515
+ padding-left: $menu-popup-item-padding-end;
12516
+
12517
+ .k-menu-expand-arrow {
12518
+ right: auto;
12519
+ left: $icon-spacing;
12520
+ }
12521
+ }
12522
+ }
12523
+
12524
+
12525
+ // Sub menu
12526
+ .k-menu-group {
12527
+
12528
+ .k-menu-link {
12529
+ padding-right: $menu-popup-item-padding-x;
12530
+ padding-left: $menu-popup-item-padding-end;
12531
+
12532
+ .k-menu-expand-arrow {
12533
+ right: auto;
12534
+ left: $icon-spacing;
12535
+ }
12536
+ }
12537
+
12538
+ }
12539
+
12540
+ }
12541
+
12542
+ }
12543
+
12544
+ // #endregion
12545
+
12546
+ // #endregion
12547
+ // #region @import "_theme.scss"; -> packages/classic/scss/menu/_theme.scss
12548
+ // #region @import "~@progress/kendo-theme-default/scss/menu/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/menu/_theme.scss
12549
+ @include exports("menu/theme") {
12550
+
12551
+ .k-menu:not(.k-context-menu) {
12552
+ @include fill(
12553
+ $menu-text,
12554
+ $menu-bg,
12555
+ $menu-border,
12556
+ $menu-gradient
12557
+ );
12558
+
12559
+ > .k-item {
12560
+ @include fill(
12561
+ $menu-item-text,
12562
+ $menu-item-bg,
12563
+ $menu-item-border,
12564
+ $menu-item-gradient
12565
+ );
12566
+
12567
+ &:hover,
12568
+ &.k-state-hover {
12569
+ @include fill(
12570
+ $menu-item-hover-text,
12571
+ $menu-item-hover-bg,
12572
+ $menu-item-hover-border,
12573
+ $menu-item-hover-gradient
12574
+ );
12575
+ }
12576
+
12577
+ > .k-state-active,
12578
+ &.k-state-selected {
12579
+ @include fill(
12580
+ $menu-item-expanded-text,
12581
+ $menu-item-expanded-bg,
12582
+ $menu-item-expanded-border,
12583
+ $menu-item-expanded-gradient
12584
+ );
12585
+ }
12586
+
12587
+ &:focus,
12588
+ &.k-state-focus,
12589
+ &.k-state-focused {
12590
+ @include box-shadow( $menu-item-focus-shadow );
12591
+ }
12592
+ }
12593
+ }
12594
+
12595
+ .k-menu-group,
12596
+ .k-menu.k-context-menu {
12597
+ @include fill(
12598
+ $menu-popup-text,
12599
+ $menu-popup-bg,
12600
+ $menu-popup-border,
12601
+ $menu-popup-gradient
12602
+ );
12603
+
12604
+ .k-item {
12605
+ @include fill(
12606
+ $menu-popup-item-text,
12607
+ $menu-popup-item-bg,
12608
+ $menu-popup-item-border,
12609
+ $menu-popup-item-gradient
12610
+ );
12611
+
12612
+ &:hover,
12613
+ &.k-state-hover {
12614
+ @include fill(
12615
+ $menu-popup-item-hover-text,
12616
+ $menu-popup-item-hover-bg,
12617
+ $menu-popup-item-hover-border,
12618
+ $menu-popup-item-hover-gradient
12619
+ );
12620
+ }
12621
+
12622
+ > .k-state-active,
12623
+ &.k-state-selected {
12624
+ @include fill(
12625
+ $menu-popup-item-expanded-text,
12626
+ $menu-popup-item-expanded-bg,
12627
+ $menu-popup-item-expanded-border,
12628
+ $menu-popup-item-expanded-gradient
12629
+ );
12630
+ }
12631
+
12632
+ &:focus,
12633
+ &.k-state-focus,
12634
+ &.k-state-focused {
12635
+ @include box-shadow( $menu-popup-item-focus-shadow );
12636
+ }
12637
+ }
12638
+ }
12639
+
12640
+
12641
+ // Scrolling
12642
+ .k-menu-scroll-button {
12643
+ @include fill(
12644
+ $menu-scroll-button-text,
12645
+ $menu-scroll-button-bg,
12646
+ $menu-scroll-button-border,
12647
+ $menu-scroll-button-gradient
12648
+ );
12649
+
12650
+ &:hover {
12651
+ @include fill(
12652
+ $menu-scroll-button-hover-text,
12653
+ $menu-scroll-button-hover-bg,
12654
+ $menu-scroll-button-hover-border,
12655
+ $menu-scroll-button-hover-gradient
12656
+ );
12657
+
12658
+ &::before {
12659
+ opacity: 0;
12660
+ }
12661
+ }
12662
+ }
12663
+ }
12664
+
12665
+ // #endregion
12666
+
12667
+ // #endregion
12668
+
12032
12669
  // #endregion
12033
12670
  // #region @import "../icons/_index.scss"; -> packages/classic/scss/icons/_index.scss
12034
12671
  // File already imported_once. Skipping output.
@@ -12277,6 +12914,7 @@ $tooltip-error-border: $tooltip-error-bg !default;
12277
12914
  .k-toolbar {
12278
12915
  padding: 0;
12279
12916
  border-width: 0;
12917
+ flex-shrink: 1;
12280
12918
  color: inherit;
12281
12919
  background: none;
12282
12920
  }
@@ -12418,6 +13056,7 @@ $actions-gradient: null !default;
12418
13056
 
12419
13057
  .k-actions {
12420
13058
  padding: $actions-padding-y $actions-padding-x;
13059
+ box-sizing: border-box;
12421
13060
  border-width: $actions-border-width 0 0 0;
12422
13061
  border-style: solid;
12423
13062
  border-color: inherit;
@@ -12429,6 +13068,12 @@ $actions-gradient: null !default;
12429
13068
  overflow: hidden;
12430
13069
  // TODO: remove
12431
13070
  clear: both;
13071
+
13072
+ *,
13073
+ *::before,
13074
+ *::after {
13075
+ box-sizing: border-box;
13076
+ }
12432
13077
  }
12433
13078
 
12434
13079
 
@@ -13129,6 +13774,12 @@ $fieldset-legend-border: null !default;
13129
13774
  z-index: 12000;
13130
13775
  -webkit-touch-callout: none;
13131
13776
  -webkit-tap-highlight-color: $rgba-transparent;
13777
+
13778
+ *,
13779
+ *::before,
13780
+ *::after {
13781
+ box-sizing: border-box;
13782
+ }
13132
13783
  }
13133
13784
 
13134
13785
  .k-tooltip-icon {
@@ -13167,7 +13818,6 @@ $fieldset-legend-border: null !default;
13167
13818
  border-width: $tooltip-callout-size;
13168
13819
  border-style: solid;
13169
13820
  border-color: transparent;
13170
- box-sizing: border-box;
13171
13821
  position: absolute;
13172
13822
  pointer-events: none;
13173
13823
  }
@@ -13411,6 +14061,12 @@ $textbox-line-height: $input-line-height !default;
13411
14061
  position: relative;
13412
14062
  -webkit-appearance: none;
13413
14063
 
14064
+ *,
14065
+ *::before,
14066
+ *::after {
14067
+ box-sizing: border-box;
14068
+ }
14069
+
13414
14070
  // Hide clear icon
13415
14071
  &::-ms-clear { display: none; }
13416
14072
 
@@ -13655,6 +14311,12 @@ $textarea-invalid-focus-shadow: $invalid-shadow !default;
13655
14311
  position: relative;
13656
14312
  -webkit-appearance: none;
13657
14313
 
14314
+ *,
14315
+ *::before,
14316
+ *::after {
14317
+ box-sizing: border-box;
14318
+ }
14319
+
13658
14320
  // Hide clear icon
13659
14321
  &::-ms-clear { display: none; }
13660
14322
 
@@ -13941,9 +14603,18 @@ $listbox-drop-hint-width: 1px !default;
13941
14603
 
13942
14604
  .k-list-scroller {
13943
14605
  width: 100%;
14606
+ height: inherit;
13944
14607
  border-width: $listbox-border-width;
13945
14608
  border-style: solid;
13946
14609
  box-sizing: border-box;
14610
+
14611
+ .k-list-scroller {
14612
+ border-width: 0;
14613
+ }
14614
+
14615
+ .k-list {
14616
+ height: inherit;
14617
+ }
13947
14618
  }
13948
14619
 
13949
14620
  .k-drop-hint {
@@ -14077,6 +14748,12 @@ $progressbar-chunk-border: $body-bg !default;
14077
14748
  -webkit-touch-callout: none;
14078
14749
  -webkit-tap-highlight-color: $rgba-transparent;
14079
14750
 
14751
+ *,
14752
+ *::before,
14753
+ *::after {
14754
+ box-sizing: border-box;
14755
+ }
14756
+
14080
14757
 
14081
14758
  // Selection
14082
14759
  > .k-state-selected {
@@ -14889,40 +15566,15 @@ $slider-disabled-opacity: null !default;
14889
15566
  line-height: $slider-line-height;
14890
15567
  background: none;
14891
15568
  display: inline-flex;
14892
- align-items: stretch;
15569
+ align-items: center;
14893
15570
  position: relative;
14894
15571
  -webkit-touch-callout: none;
14895
15572
  -webkit-tap-highlight-color: $rgba-transparent;
14896
15573
 
14897
- .k-button {
14898
- height: $slider-button-size;
14899
- line-height: $slider-button-size;
14900
- margin: 0;
14901
- min-width: 0;
14902
- outline: 0;
14903
- padding: 0;
14904
- position: absolute;
14905
- width: $slider-button-size;
14906
- box-sizing: content-box;
14907
-
14908
- .k-icon,
14909
- .k-button-icon {
14910
- vertical-align: baseline;
14911
- line-height: $slider-button-size;
14912
- height: 100%;
14913
- }
14914
- }
14915
-
14916
- .k-button-increase {
14917
- position: absolute;
14918
- right: 0;
14919
- top: 0;
14920
- }
14921
-
14922
- .k-button-decrease {
14923
- position: absolute;
14924
- left: 0;
14925
- top: 0;
15574
+ *,
15575
+ *::before,
15576
+ *::after {
15577
+ box-sizing: border-box;
14926
15578
  }
14927
15579
 
14928
15580
  .k-label {
@@ -14964,30 +15616,32 @@ $slider-disabled-opacity: null !default;
14964
15616
  left: auto;
14965
15617
  right: 0;
14966
15618
  }
15619
+ }
15620
+ }
14967
15621
 
14968
- .k-button-increase {
14969
- left: 0;
14970
- right: auto;
14971
- }
14972
15622
 
14973
- .k-button-decrease {
14974
- right: 0;
14975
- left: auto;
14976
- }
14977
- }
15623
+ // Slider wrap
15624
+ .k-slider-wrap {
15625
+ width: 100%;
15626
+ height: 100%;
15627
+ display: flex;
15628
+ flex-flow: inherit;
15629
+ align-items: inherit;
15630
+ gap: inherit;
15631
+ position: relative;
14978
15632
  }
14979
15633
 
14980
15634
 
14981
15635
  // New rendering
14982
15636
  .k-slider {
15637
+ width: min-content;
15638
+ height: min-content;
14983
15639
  gap: calc( #{$slider-draghandle-size} / 2 );
14984
15640
 
14985
- > .k-button {
14986
- position: relative;
14987
- flex-shrink: 0;
14988
- align-self: center;
15641
+ .k-button {
15642
+ flex: none;
14989
15643
  }
14990
- > .k-slider-track-wrap {
15644
+ .k-slider-track-wrap {
14991
15645
  flex: 1 1 auto;
14992
15646
  display: flex;
14993
15647
  flex-flow: inherit;
@@ -14995,6 +15649,9 @@ $slider-disabled-opacity: null !default;
14995
15649
  touch-action: none;
14996
15650
 
14997
15651
  .k-slider-items {
15652
+ margin: 0;
15653
+ padding: 0;
15654
+ list-style: none;
14998
15655
  // For some reason, Safari does not understand `flex-basis: 100%`
14999
15656
  // See telerik/kendo-themes#2197
15000
15657
  // flex-basis: 100%;
@@ -15002,8 +15659,7 @@ $slider-disabled-opacity: null !default;
15002
15659
  display: flex;
15003
15660
  flex-flow: inherit;
15004
15661
  justify-content: space-between;
15005
-
15006
- &::after { display: none; }
15662
+ user-select: none;
15007
15663
  }
15008
15664
  .k-tick {
15009
15665
  flex: 0 0 1px;
@@ -15015,7 +15671,8 @@ $slider-disabled-opacity: null !default;
15015
15671
  }
15016
15672
 
15017
15673
  &-horizontal {
15018
- > .k-slider-track-wrap {
15674
+ .k-slider-track-wrap {
15675
+ height: 26px;
15019
15676
 
15020
15677
  .k-slider-track {
15021
15678
  width: 100%;
@@ -15067,7 +15724,8 @@ $slider-disabled-opacity: null !default;
15067
15724
  }
15068
15725
 
15069
15726
  &-vertical {
15070
- > .k-slider-track-wrap {
15727
+ .k-slider-track-wrap {
15728
+ width: 26px;
15071
15729
 
15072
15730
  .k-slider-track {
15073
15731
  height: 100%;
@@ -15100,14 +15758,8 @@ $slider-disabled-opacity: null !default;
15100
15758
  // Slider vertical
15101
15759
  .k-slider-vertical {
15102
15760
  height: $slider-size;
15103
- width: $slider-alt-size;
15104
15761
  flex-flow: column-reverse nowrap;
15105
15762
 
15106
- .k-button-decrease {
15107
- bottom: 0;
15108
- top: auto;
15109
- }
15110
-
15111
15763
  .k-tick {
15112
15764
  text-align: right;
15113
15765
  margin-left: 2px;
@@ -15119,32 +15771,32 @@ $slider-disabled-opacity: null !default;
15119
15771
 
15120
15772
  // ticks
15121
15773
 
15122
- .k-tick { background-position: -92px center; }
15123
- .k-slider-topleft .k-tick { background-position: -122px center; }
15124
- .k-slider-bottomright .k-tick { background-position: -152px center; }
15774
+ .k-tick { background-position: -94px center; }
15775
+ .k-slider-topleft .k-tick { background-position: -124px center; }
15776
+ .k-slider-bottomright .k-tick { background-position: -154px center; }
15125
15777
 
15126
15778
  .k-tick-large {
15127
15779
  display: flex;
15128
15780
  align-items: center;
15129
- background-position: -2px center;
15781
+ background-position: -4px center;
15130
15782
  }
15131
15783
 
15132
- .k-slider-topleft .k-tick-large { background-position: -32px center; }
15133
- .k-slider-bottomright .k-tick-large { background-position: -62px center; }
15784
+ .k-slider-topleft .k-tick-large { background-position: -34px center; }
15785
+ .k-slider-bottomright .k-tick-large { background-position: -64px center; }
15134
15786
 
15135
- .k-first { background-position: -92px 100%; }
15136
- .k-tick-large.k-first { background-position: -2px 100%; }
15137
- .k-slider-topleft .k-first { background-position: -122px 100%; }
15138
- .k-slider-topleft .k-tick-large.k-first { background-position: -32px 100%; }
15139
- .k-slider-bottomright .k-first { background-position: -152px 100%; }
15140
- .k-slider-bottomright .k-tick-large.k-first { background-position: -62px 100%; }
15787
+ .k-first { background-position: -94px 100%; }
15788
+ .k-tick-large.k-first { background-position: -4px 100%; }
15789
+ .k-slider-topleft .k-first { background-position: -124px 100%; }
15790
+ .k-slider-topleft .k-tick-large.k-first { background-position: -34px 100%; }
15791
+ .k-slider-bottomright .k-first { background-position: -154px 100%; }
15792
+ .k-slider-bottomright .k-tick-large.k-first { background-position: -64px 100%; }
15141
15793
 
15142
- .k-last { background-position: -92px 0; }
15143
- .k-tick-large.k-last { background-position: -2px 0; }
15144
- .k-slider-topleft .k-last { background-position: -122px 0; }
15145
- .k-slider-topleft .k-tick-large.k-last { background-position: -32px 0; }
15146
- .k-slider-bottomright .k-last { background-position: -152px 0; }
15147
- .k-slider-bottomright .k-tick-large.k-last { background-position: -62px 0; }
15794
+ .k-last { background-position: -94px 0; }
15795
+ .k-tick-large.k-last { background-position: -4px 0; }
15796
+ .k-slider-topleft .k-last { background-position: -124px 0; }
15797
+ .k-slider-topleft .k-tick-large.k-last { background-position: -34px 0; }
15798
+ .k-slider-bottomright .k-last { background-position: -154px 0; }
15799
+ .k-slider-bottomright .k-tick-large.k-last { background-position: -64px 0; }
15148
15800
 
15149
15801
  // labels
15150
15802
 
@@ -15182,17 +15834,9 @@ $slider-disabled-opacity: null !default;
15182
15834
 
15183
15835
  // Slider horizontal
15184
15836
  .k-slider-horizontal {
15185
- height: $slider-alt-size;
15186
15837
  width: $slider-size;
15187
15838
  flex-flow: row nowrap;
15188
15839
 
15189
- // ticks
15190
- .k-tick {
15191
- float: left;
15192
- height: 100%;
15193
- text-align: center;
15194
- }
15195
-
15196
15840
  .k-tick { background-position: center -92px; }
15197
15841
  .k-slider-topleft .k-tick { background-position: center -122px; }
15198
15842
  .k-slider-bottomright .k-tick { background-position: center -152px; }
@@ -15238,9 +15882,6 @@ $slider-disabled-opacity: null !default;
15238
15882
  right: 0;
15239
15883
  left: auto;
15240
15884
  }
15241
- .k-slider-buttons .k-slider-track {
15242
- right: $slider-button-spacing;
15243
- }
15244
15885
 
15245
15886
  .k-button .k-i-arrow-e,
15246
15887
  .k-button .k-i-arrow-w {
@@ -15249,11 +15890,6 @@ $slider-disabled-opacity: null !default;
15249
15890
  }
15250
15891
  }
15251
15892
 
15252
- .k-slider-wrap {
15253
- height: 100%;
15254
- width: 100%;
15255
- }
15256
-
15257
15893
  .k-slider-track,
15258
15894
  .k-slider-selection {
15259
15895
  margin: 0;
@@ -15275,16 +15911,6 @@ $slider-disabled-opacity: null !default;
15275
15911
  }
15276
15912
  }
15277
15913
 
15278
- .k-slider-buttons .k-slider-track {
15279
- .k-slider-horizontal & {
15280
- left: $slider-button-spacing;
15281
- }
15282
-
15283
- .k-slider-vertical & {
15284
- bottom: $slider-button-spacing;
15285
- }
15286
- }
15287
-
15288
15914
 
15289
15915
  .k-draghandle {
15290
15916
  background-color: transparent;
@@ -15295,30 +15921,9 @@ $slider-disabled-opacity: null !default;
15295
15921
  position: absolute;
15296
15922
  text-align: center;
15297
15923
  text-decoration: none;
15298
- box-sizing: content-box;
15299
15924
  width: $slider-draghandle-size;
15300
15925
  height: $slider-draghandle-size;
15301
15926
 
15302
- .k-slider-horizontal & {
15303
- top: 50%;
15304
- transform: translateY(-50%);
15305
-
15306
- &:active,
15307
- &.k-pressed {
15308
- transform: translateY(-50%) scale($slider-draghandle-active-scale);
15309
- }
15310
- }
15311
-
15312
- .k-slider-vertical & {
15313
- left: 50%;
15314
- transform: translateX(-50%);
15315
-
15316
- &:active,
15317
- &.k-pressed {
15318
- transform: translateX(-50%) scale($slider-draghandle-active-scale);
15319
- }
15320
- }
15321
-
15322
15927
  .k-slider-transitions.k-slider-horizontal & {
15323
15928
  transition: left $slider-transition-speed $slider-transition-function, background-color $slider-transition-speed $slider-transition-function, transform $slider-draghandle-transition-speed $slider-draghandle-transition-function;
15324
15929
  }
@@ -15347,34 +15952,18 @@ $slider-disabled-opacity: null !default;
15347
15952
  }
15348
15953
 
15349
15954
 
15350
- .k-slider-items {
15351
- user-select: none;
15352
-
15353
- .k-slider-buttons & {
15354
- margin-left: $slider-button-spacing;
15355
- }
15356
-
15357
- .k-slider-horizontal & {
15358
- height: 100%;
15359
- padding: 2px 0;
15360
- box-sizing: border-box;
15361
- }
15362
-
15363
- .k-slider-vertical & {
15364
- padding-top: 1px;
15365
- }
15366
-
15367
- .k-slider-vertical .k-slider-buttons & {
15368
- margin: 0;
15369
- padding-top: $slider-button-spacing;
15955
+ // Slider readonly
15956
+ .k-slider.k-readonly {
15957
+ .k-button,
15958
+ .k-slider-track,
15959
+ .k-tick,
15960
+ .k-draghandle {
15961
+ pointer-events: none;
15370
15962
  }
15371
15963
  }
15372
- .k-slider-items::after {
15373
- content: "";
15374
- display: block;
15375
- clear: both;
15376
- }
15377
15964
 
15965
+
15966
+ // Slider tooltip
15378
15967
  .k-slider-tooltip {
15379
15968
  .k-callout-n,
15380
15969
  .k-callout-s {
@@ -15386,6 +15975,21 @@ $slider-disabled-opacity: null !default;
15386
15975
  margin-top: -$tooltip-callout-size / 2;
15387
15976
  }
15388
15977
  }
15978
+
15979
+
15980
+ // Angular specific
15981
+ .k-slider kendo-resize-sensor {
15982
+ position: absolute;
15983
+ }
15984
+ .k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
15985
+ padding-left: calc( #{$slider-draghandle-size} / 2 );
15986
+ padding-right: calc( #{$slider-draghandle-size} / 2 );
15987
+ }
15988
+ .k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
15989
+ padding-top: calc( #{$slider-draghandle-size} / 2 );
15990
+ padding-bottom: calc( #{$slider-draghandle-size} / 2 );
15991
+ }
15992
+
15389
15993
  }
15390
15994
 
15391
15995
  // #endregion
@@ -15460,12 +16064,6 @@ $slider-disabled-opacity: null !default;
15460
16064
  &.k-state-disabled {
15461
16065
  opacity: $slider-disabled-opacity;
15462
16066
  }
15463
-
15464
- .k-slider-wrap {
15465
- &:focus {
15466
- outline: none;
15467
- }
15468
- }
15469
16067
  }
15470
16068
 
15471
16069
  .k-slider-horizontal .k-tick {
@@ -16545,6 +17143,7 @@ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;
16545
17143
  flex: 1;
16546
17144
  position: relative;
16547
17145
  z-index: 1;
17146
+ outline: 0;
16548
17147
  overflow: hidden;
16549
17148
 
16550
17149
  &::before,
@@ -16759,6 +17358,12 @@ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;
16759
17358
  -webkit-touch-callout: none;
16760
17359
  -webkit-tap-highlight-color: $rgba-transparent;
16761
17360
 
17361
+ *,
17362
+ *::before,
17363
+ *::after {
17364
+ box-sizing: border-box;
17365
+ }
17366
+
16762
17367
 
16763
17368
  // Input
16764
17369
  .k-input {}
@@ -16911,6 +17516,12 @@ $captcha-validation-message-font-style: italic !default;
16911
17516
  display: flex;
16912
17517
  flex-flow: column nowrap;
16913
17518
  gap: $captcha-gap;
17519
+
17520
+ *,
17521
+ *::before,
17522
+ *::after {
17523
+ box-sizing: border-box;
17524
+ }
16914
17525
  }
16915
17526
 
16916
17527
  // Image
@@ -17029,6 +17640,12 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
17029
17640
  position: relative;
17030
17641
  -webkit-touch-callout: none;
17031
17642
  -webkit-tap-highlight-color: $rgba-transparent;
17643
+
17644
+ *,
17645
+ *::before,
17646
+ *::after {
17647
+ box-sizing: border-box;
17648
+ }
17032
17649
  }
17033
17650
 
17034
17651
  // Table
@@ -17182,6 +17799,12 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
17182
17799
  -webkit-touch-callout: none;
17183
17800
  -webkit-tap-highlight-color: $rgba-transparent;
17184
17801
 
17802
+ *,
17803
+ *::before,
17804
+ *::after {
17805
+ box-sizing: border-box;
17806
+ }
17807
+
17185
17808
 
17186
17809
  // Input
17187
17810
  .k-input {
@@ -17196,7 +17819,6 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
17196
17819
  border-width: 0;
17197
17820
  border-inline-start-width: $picker-select-border-width;
17198
17821
  border-style: solid;
17199
- box-sizing: border-box;
17200
17822
  outline: 0;
17201
17823
  display: flex;
17202
17824
  flex-direction: column;
@@ -17210,7 +17832,6 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
17210
17832
  .k-link {
17211
17833
  padding: 0 $picker-select-padding-x;
17212
17834
  min-width: $spinner-min-width;
17213
- box-sizing: border-box;
17214
17835
  flex: 1 1 auto;
17215
17836
  display: block;
17216
17837
  overflow: hidden;
@@ -17415,6 +18036,12 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
17415
18036
  gap: $colorgradient-gap;
17416
18037
  -webkit-touch-callout: none;
17417
18038
  -webkit-tap-highlight-color: $rgba-transparent;
18039
+
18040
+ *,
18041
+ *::before,
18042
+ *::after {
18043
+ box-sizing: border-box;
18044
+ }
17418
18045
  }
17419
18046
 
17420
18047
  // Canvas
@@ -17501,10 +18128,6 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
17501
18128
  z-index: 1;
17502
18129
  }
17503
18130
 
17504
- .k-slider-wrap > .k-slider-track {
17505
- height: $colorgradient-slider-vertical-size;
17506
- }
17507
-
17508
18131
  .k-slider-selection {
17509
18132
  display: none;
17510
18133
  }
@@ -17757,6 +18380,12 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
17757
18380
  display: inline-flex;
17758
18381
  flex-direction: column;
17759
18382
  align-items: stretch;
18383
+
18384
+ *,
18385
+ *::before,
18386
+ *::after {
18387
+ box-sizing: border-box;
18388
+ }
17760
18389
  }
17761
18390
 
17762
18391
  // Header
@@ -17921,13 +18550,18 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
17921
18550
  -webkit-touch-callout: none;
17922
18551
  -webkit-tap-highlight-color: $rgba-transparent;
17923
18552
 
18553
+ *,
18554
+ *::before,
18555
+ *::after {
18556
+ box-sizing: border-box;
18557
+ }
18558
+
17924
18559
  .k-selected-color {
17925
18560
  margin: $button-padding-y;
17926
18561
  width: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
17927
18562
  height: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
17928
18563
  border-width: 1px;
17929
18564
  border-style: solid;
17930
- box-sizing: border-box;
17931
18565
  background-clip: content-box;
17932
18566
  line-height: 0;
17933
18567
  position: relative;
@@ -17947,7 +18581,6 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
17947
18581
  border-width: 0;
17948
18582
  border-style: solid;
17949
18583
  border-color: inherit;
17950
- box-sizing: border-box;
17951
18584
  font-size: inherit;
17952
18585
  text-align: center;
17953
18586
  flex-direction: column;
@@ -17983,7 +18616,6 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
17983
18616
  border-inline-start-width: $picker-select-border-width;
17984
18617
  border-style: solid;
17985
18618
  border-color: transparent;
17986
- box-sizing: border-box;
17987
18619
  display: flex;
17988
18620
  align-items: center;
17989
18621
  justify-content: center;
@@ -18127,6 +18759,12 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
18127
18759
  -webkit-touch-callout: none;
18128
18760
  -webkit-tap-highlight-color: $rgba-transparent;
18129
18761
 
18762
+ *,
18763
+ *::before,
18764
+ *::after {
18765
+ box-sizing: border-box;
18766
+ }
18767
+
18130
18768
 
18131
18769
  // Input
18132
18770
  .k-input {}
@@ -18151,7 +18789,7 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
18151
18789
  }
18152
18790
  .k-link {
18153
18791
  padding: 0 $picker-select-padding-x;
18154
- min-width: $icon-size;
18792
+ min-width: $spinner-min-width;
18155
18793
  flex: 1 1 auto;
18156
18794
  display: block;
18157
18795
  overflow: hidden;
@@ -18331,6 +18969,12 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
18331
18969
  -webkit-touch-callout: none;
18332
18970
  -webkit-tap-highlight-color: $rgba-transparent;
18333
18971
 
18972
+ *,
18973
+ *::before,
18974
+ *::after {
18975
+ box-sizing: border-box;
18976
+ }
18977
+
18334
18978
 
18335
18979
  // Input
18336
18980
  .k-input {}
@@ -18509,6 +19153,12 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
18509
19153
  -webkit-touch-callout: none;
18510
19154
  -webkit-tap-highlight-color: $rgba-transparent;
18511
19155
 
19156
+ *,
19157
+ *::before,
19158
+ *::after {
19159
+ box-sizing: border-box;
19160
+ }
19161
+
18512
19162
 
18513
19163
  // Input
18514
19164
  .k-input {}
@@ -18521,7 +19171,6 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
18521
19171
  border-width: 0;
18522
19172
  border-inline-start-width: $picker-select-border-width;
18523
19173
  border-style: solid;
18524
- box-sizing: border-box;
18525
19174
  outline: 0;
18526
19175
  display: flex;
18527
19176
  flex-flow: row nowrap;
@@ -18694,6 +19343,12 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
18694
19343
  -webkit-touch-callout: none;
18695
19344
  -webkit-tap-highlight-color: $rgba-transparent;
18696
19345
 
19346
+ *,
19347
+ *::before,
19348
+ *::after {
19349
+ box-sizing: border-box;
19350
+ }
19351
+
18697
19352
 
18698
19353
  // Input
18699
19354
  .k-input {}
@@ -18704,7 +19359,6 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
18704
19359
  border-width: 0;
18705
19360
  border-inline-start-width: $picker-select-border-width;
18706
19361
  border-style: solid;
18707
- box-sizing: border-box;
18708
19362
  outline: 0;
18709
19363
  display: flex;
18710
19364
  align-items: stretch;
@@ -18723,7 +19377,6 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
18723
19377
  display: flex;
18724
19378
  align-items: center;
18725
19379
  justify-content: center;
18726
- box-sizing: border-box;
18727
19380
  }
18728
19381
  }
18729
19382
 
@@ -18916,6 +19569,12 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
18916
19569
  flex-flow: row nowrap;
18917
19570
  align-items: flex-start;
18918
19571
  gap: map-get( $spacing, 2 );
19572
+
19573
+ *,
19574
+ *::before,
19575
+ *::after {
19576
+ box-sizing: border-box;
19577
+ }
18919
19578
  }
18920
19579
 
18921
19580
 
@@ -19362,6 +20021,12 @@ $dropdownlist-focused-shadow: $input-focused-shadow !default;
19362
20021
  -webkit-touch-callout: none;
19363
20022
  -webkit-tap-highlight-color: $rgba-transparent;
19364
20023
 
20024
+ *,
20025
+ *::before,
20026
+ *::after {
20027
+ box-sizing: border-box;
20028
+ }
20029
+
19365
20030
 
19366
20031
  // Input
19367
20032
  .k-input {}
@@ -19382,7 +20047,6 @@ $dropdownlist-focused-shadow: $input-focused-shadow !default;
19382
20047
  border-inline-start-width: $picker-select-border-width;
19383
20048
  border-style: solid;
19384
20049
  border-color: transparent;
19385
- box-sizing: border-box;
19386
20050
  outline: 0;
19387
20051
  display: flex;
19388
20052
  flex-flow: row nowrap;
@@ -19615,6 +20279,12 @@ $multiselect-clear-right: calc( #{$icon-size} + #{$input-padding-y} ) !default;
19615
20279
  -webkit-touch-callout: none;
19616
20280
  -webkit-tap-highlight-color: $rgba-transparent;
19617
20281
 
20282
+ *,
20283
+ *::before,
20284
+ *::after {
20285
+ box-sizing: border-box;
20286
+ }
20287
+
19618
20288
  .k-loading-hidden {
19619
20289
  visibility: hidden;
19620
20290
  }
@@ -19660,8 +20330,8 @@ $multiselect-clear-right: calc( #{$icon-size} + #{$input-padding-y} ) !default;
19660
20330
 
19661
20331
  // Token
19662
20332
  .k-button {
19663
- min-height: calc( #{$form-line-height-em} + #{$button-padding-y-sm} + 2px );
19664
- padding: ($button-padding-y-sm / 2) ($button-padding-x / 2);
20333
+ min-height: calc( #{$form-line-height-em} + #{$button-padding-y /2} + 2px );
20334
+ padding: ($button-padding-y / 4) ($button-padding-x / 2);
19665
20335
  margin: $padding-y-sm 0 0 $padding-y-sm;
19666
20336
  cursor: default;
19667
20337
  display: inline-flex;
@@ -19963,7 +20633,7 @@ $multiselect-clear-right: calc( #{$icon-size} + #{$input-padding-y} ) !default;
19963
20633
 
19964
20634
  // Component
19965
20635
  // #region @import "_variables.scss"; -> packages/classic/scss/treeview/_variables.scss
19966
- // TreeviewTreeview
20636
+ // Treeview
19967
20637
 
19968
20638
  /// Font family of the treeview component.
19969
20639
  /// @group treeview
@@ -20086,6 +20756,21 @@ $treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;
20086
20756
  white-space: nowrap;
20087
20757
  -webkit-touch-callout: none;
20088
20758
  -webkit-tap-highlight-color: $rgba-transparent;
20759
+
20760
+ *,
20761
+ *::before,
20762
+ *::after {
20763
+ box-sizing: border-box;
20764
+ }
20765
+ }
20766
+
20767
+
20768
+ // Treeview filter
20769
+ .k-treeview-filter {
20770
+ padding: map-get( $spacing, 2 );
20771
+ display: block;
20772
+ position: relative;
20773
+ flex: none;
20089
20774
  }
20090
20775
 
20091
20776
 
@@ -20149,11 +20834,6 @@ $treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;
20149
20834
  .k-treeview .k-i-collapse {
20150
20835
  margin-left: -$treeview-indent;
20151
20836
  cursor: pointer;
20152
-
20153
- + .k-checkbox-wrap,
20154
- + .k-checkbox-wrapper {
20155
- margin-left: $icon-spacing;
20156
- }
20157
20837
  }
20158
20838
 
20159
20839
 
@@ -20166,6 +20846,7 @@ $treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;
20166
20846
  // Checkbox
20167
20847
  .k-treeview .k-checkbox-wrap,
20168
20848
  .k-treeview .k-checkbox-wrapper {
20849
+ margin-left: $icon-spacing;
20169
20850
  margin-right: $icon-spacing;
20170
20851
  align-self: center;
20171
20852
  }
@@ -20229,11 +20910,6 @@ $treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;
20229
20910
  .k-treeview-toggle {
20230
20911
  margin-left: 0;
20231
20912
  margin-right: -$treeview-indent;
20232
-
20233
- + .k-checkbox-wrap,
20234
- + .k-checkbox-wrapper {
20235
- margin-right: $icon-spacing;
20236
- }
20237
20913
  }
20238
20914
 
20239
20915
  // Loading
@@ -20242,13 +20918,6 @@ $treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;
20242
20918
  margin-left: $icon-spacing;
20243
20919
  }
20244
20920
 
20245
- // Checkbox
20246
- .k-checkbox-wrap,
20247
- .k-checkbox-wrapper {
20248
- margin-right: 0;
20249
- margin-left: $icon-spacing;
20250
- }
20251
-
20252
20921
  // Treeview leaf
20253
20922
  .k-treeview-leaf,
20254
20923
  .k-in {
@@ -20259,8 +20928,8 @@ $treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;
20259
20928
  margin-left: $icon-spacing;
20260
20929
  }
20261
20930
  }
20262
-
20263
20931
  }
20932
+
20264
20933
  }
20265
20934
 
20266
20935
  // #endregion
@@ -20458,6 +21127,12 @@ $dropdowntree-filter-spacer: $dropdowntree-popup-spacer-y !default;
20458
21127
  -webkit-touch-callout: none;
20459
21128
  -webkit-tap-highlight-color: $rgba-transparent;
20460
21129
 
21130
+ *,
21131
+ *::before,
21132
+ *::after {
21133
+ box-sizing: border-box;
21134
+ }
21135
+
20461
21136
 
20462
21137
  // Input
20463
21138
  .k-input {}
@@ -20607,6 +21282,12 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
20607
21282
  -webkit-touch-callout: none;
20608
21283
  -webkit-tap-highlight-color: $rgba-transparent;
20609
21284
 
21285
+ *,
21286
+ *::before,
21287
+ *::after {
21288
+ box-sizing: border-box;
21289
+ }
21290
+
20610
21291
  &.k-state-readonly {
20611
21292
  pointer-events: none;
20612
21293
  }
@@ -20615,7 +21296,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
20615
21296
  .k-rating-container {
20616
21297
  flex: 0 1 auto;
20617
21298
  position: relative;
20618
- box-sizing: border-box;
20619
21299
  margin: 0 $rating-container-margin-x;
20620
21300
 
20621
21301
  .k-rating-item {
@@ -20777,6 +21457,12 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
20777
21457
  -webkit-touch-callout: none;
20778
21458
  -webkit-tap-highlight-color: $rgba-transparent;
20779
21459
 
21460
+ *,
21461
+ *::before,
21462
+ *::after {
21463
+ box-sizing: border-box;
21464
+ }
21465
+
20780
21466
  // Input
20781
21467
  > .k-input {
20782
21468
  padding: $input-padding-y $input-padding-x;
@@ -20882,20 +21568,25 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
20882
21568
  // Component
20883
21569
  // #region @import "_variables.scss"; -> packages/classic/scss/switch/_variables.scss
20884
21570
  // Switch
20885
- $switch-size: 60px !default;
21571
+ $switch-size: 56px !default;
20886
21572
  $switch-border-radius: 9999px !default;
20887
21573
 
21574
+ /// Font family of the switch.
21575
+ /// @group switch
20888
21576
  $switch-font-family: $font-family !default;
20889
- $switch-font-size: $font-size-xs !default;
20890
- $switch-line-height: $line-height !default;
21577
+ $switch-font-size: $font-size-sm !default;
20891
21578
 
20892
21579
  $switch-track-size: null !default;
20893
- $switch-container-border-width: 0px !default;
20894
- $switch-container-padding-x: 0px !default;
21580
+ /// Border width of the switch track.
21581
+ /// @group switch
21582
+ $switch-container-border-width: 1px !default;
21583
+ $switch-container-padding-x: 2px !default;
20895
21584
  $switch-container-padding-y: $switch-container-padding-x !default;
20896
21585
 
20897
- $switch-handle-size: 30px !default;
21586
+ $switch-handle-size: 24px !default;
20898
21587
  $switch-handle-border-radius: 9999px !default;
21588
+ /// Border width of the switch thumb.
21589
+ /// @group switch
20899
21590
  $switch-handle-border-width: 1px !default;
20900
21591
  $switch-thumb-start-x: 0px !default;
20901
21592
  // TODO: Remove width property from jQuery and Blazor, and do not use 100% for thumb X calc
@@ -20903,69 +21594,158 @@ $switch-thumb-end-x: calc( 100% - #{$switch-handle-size}) !default;
20903
21594
 
20904
21595
  $switch-label-offset: 8px !default;
20905
21596
  $switch-label-width: calc( 100% - (#{$switch-handle-size} + #{$switch-label-offset} + #{$switch-container-padding-x} ) ) !default;
20906
- $switch-label-text-transform: uppercase !default;
21597
+ /// Text transform of the switch label.
21598
+ /// @group switch
21599
+ $switch-label-text-transform: null !default;
21600
+ /// Display of the switch label.
21601
+ /// @group switch
20907
21602
  $switch-label-display: inline !default;
20908
21603
 
20909
- $switch-container-shadow: inset 0 0 0 1px $base-border !default;
20910
- $switch-container-hovered-shadow: inset 0 0 0 1px $hovered-border !default;
20911
- $switch-container-focused-shadow: inset 0 0 0 3px rgba( black, .06) !default;
20912
-
20913
- $switch-on-bg: $primary !default;
20914
- $switch-on-text: contrast-wcag( $switch-on-bg ) !default;
20915
- $switch-on-border: null !default;
20916
- $switch-on-gradient: null !default;
20917
- $switch-on-shadow: null !default;
20918
-
20919
- $switch-on-hovered-bg: shade( $switch-on-bg ) !default;
20920
- $switch-on-hovered-text: $switch-on-text !default;
20921
- $switch-on-hovered-border: null !default;
20922
- $switch-on-hovered-gradient: null !default;
20923
-
20924
- $switch-on-focused-bg: null !default;
20925
- $switch-on-focused-text: null !default;
20926
- $switch-on-focused-border: null !default;
20927
- $switch-on-focused-gradient: null !default;
20928
- $switch-on-focused-shadow: null !default;
20929
-
20930
- $switch-on-handle-bg: darken( white, 5 ) !default;
20931
- $switch-on-handle-text: $switch-on-text !default;
20932
- $switch-on-handle-border: $base-border !default;
20933
- $switch-on-handle-gradient: null !default;
20934
- $switch-on-handle-shadow: null !default;
20935
-
20936
- $switch-on-handle-hovered-bg: darken( white, 7 ) !default;
20937
- $switch-on-handle-hovered-text: $switch-on-text !default;
20938
- $switch-on-handle-hovered-border: $hovered-border !default;
20939
- $switch-on-handle-hovered-gradient: null !default;
21604
+ $switch-container-shadow: null !default;
21605
+ $switch-container-hovered-shadow: null !default;
21606
+ $switch-container-focused-shadow: 0 0 3px 1px rgba( if($dark-theme, $white, $black), .25 ) !default;
20940
21607
 
21608
+ /// The background of the track when the switch is not checked.
21609
+ /// @group switch
20941
21610
  $switch-off-bg: $component-bg !default;
21611
+ /// The text color of the track when the switch is not checked.
21612
+ /// @group switch
20942
21613
  $switch-off-text: $component-text !default;
20943
- $switch-off-border: null !default;
21614
+ /// The border color of the track when the switch is not checked.
21615
+ /// @group switch
21616
+ $switch-off-border: $component-border !default;
21617
+ /// The background gradient of the track when the switch is not checked.
21618
+ /// @group switch
20944
21619
  $switch-off-gradient: null !default;
20945
21620
  $switch-off-shadow: null !default;
20946
21621
 
20947
- $switch-off-hovered-bg: $switch-off-bg !default;
20948
- $switch-off-hovered-text: $switch-off-text !default;
21622
+ /// The background of the track when the hovered switch is not checked.
21623
+ /// @group switch
21624
+ $switch-off-hovered-bg: null !default;
21625
+ /// The text color of the track when the hovered switch is not checked.
21626
+ /// @group switch
21627
+ $switch-off-hovered-text: null !default;
21628
+ /// The border color of the track when the hovered switch is not checked.
21629
+ /// @group switch
20949
21630
  $switch-off-hovered-border: null !default;
21631
+ /// The background gradient of the track when the hovered switch is not checked.
21632
+ /// @group switch
20950
21633
  $switch-off-hovered-gradient: null !default;
20951
21634
 
21635
+ /// The background of the track when the focused switch is not checked.
21636
+ /// @group switch
20952
21637
  $switch-off-focused-bg: null !default;
21638
+ /// The text color of the track when the focused switch is not checked.
21639
+ /// @group switch
20953
21640
  $switch-off-focused-text: null !default;
21641
+ /// The border color of the track when the focused switch is not checked.
21642
+ /// @group switch
20954
21643
  $switch-off-focused-border: null !default;
21644
+ /// The background gradient of the track when the focused switch is not checked.
21645
+ /// @group switch
20955
21646
  $switch-off-focused-gradient: null !default;
21647
+ /// The ring around the track when the focused switch is not checked.
21648
+ /// @group switch
20956
21649
  $switch-off-focused-shadow: null !default;
20957
21650
 
20958
- $switch-off-handle-bg: $switch-on-handle-bg !default;
20959
- $switch-off-handle-text: $switch-off-text !default;
20960
- $switch-off-handle-border: $switch-on-handle-border !default;
20961
- $switch-off-handle-gradient: null !default;
21651
+ /// The background of the thumb when the switch is not checked.
21652
+ /// @group switch
21653
+ $switch-off-handle-bg: try-shade( $switch-off-bg ) !default;
21654
+ /// The text color of the thumb when the switch is not checked.
21655
+ /// @group switch
21656
+ $switch-off-handle-text: null !default;
21657
+ /// The border color of the thumb when the switch is not checked.
21658
+ /// @group switch
21659
+ $switch-off-handle-border: $switch-off-border !default;
21660
+ /// The background gradient of the thumb when the switch is not checked.
21661
+ /// @group switch
21662
+ $switch-off-handle-gradient: $base-gradient !default;
20962
21663
  $switch-off-handle-shadow: null !default;
20963
21664
 
20964
- $switch-off-handle-hovered-bg: $switch-on-handle-hovered-bg !default;
20965
- $switch-off-handle-hovered-text: $switch-off-text !default;
20966
- $switch-off-handle-hovered-border: $switch-on-handle-hovered-border !default;
21665
+ /// The background of the thumb when the hovered switch is not checked.
21666
+ /// @group switch
21667
+ $switch-off-handle-hovered-bg: try-shade( $switch-off-handle-bg ) !default;
21668
+ /// The text color of the thumb when the hovered switch is not checked.
21669
+ /// @group switch
21670
+ $switch-off-handle-hovered-text: null !default;
21671
+ /// The border color of the thumb when the hovered switch is not checked.
21672
+ /// @group switch
21673
+ $switch-off-handle-hovered-border: $switch-off-border !default;
21674
+ /// The background gradient of the thumb when the hovered switch is not checked.
21675
+ /// @group switch
20967
21676
  $switch-off-handle-hovered-gradient: null !default;
20968
21677
 
21678
+
21679
+ /// The background of the track when the switch is checked.
21680
+ /// @group switch
21681
+ $switch-on-bg: $component-bg !default;
21682
+ /// The text color of the track when the switch is checked.
21683
+ /// @group switch
21684
+ $switch-on-text: $primary !default;
21685
+ /// The border color of the track when the switch is checked.
21686
+ /// @group switch
21687
+ $switch-on-border: $component-border !default;
21688
+ /// The background gradient of the track when the switch is checked.
21689
+ /// @group switch
21690
+ $switch-on-gradient: null !default;
21691
+ $switch-on-shadow: null !default;
21692
+
21693
+ /// The background of the track wen the hovered switch is checked.
21694
+ /// @group switch
21695
+ $switch-on-hovered-bg: null !default;
21696
+ /// The text color of the track wen the hovered switch is checked.
21697
+ /// @group switch
21698
+ $switch-on-hovered-text: null !default;
21699
+ /// The border color of the track wen the hovered switch is checked.
21700
+ /// @group switch
21701
+ $switch-on-hovered-border: null !default;
21702
+ /// The background gradient of the track wen the hovered switch is checked.
21703
+ /// @group switch
21704
+ $switch-on-hovered-gradient: null !default;
21705
+
21706
+ /// The background of the track wen the focused switch is checked.
21707
+ /// @group switch
21708
+ $switch-on-focused-bg: null !default;
21709
+ /// The text color of the track wen the focused switch is checked.
21710
+ /// @group switch
21711
+ $switch-on-focused-text: null !default;
21712
+ /// The border color of the track wen the focused switch is checked.
21713
+ /// @group switch
21714
+ $switch-on-focused-border: null !default;
21715
+ /// The background gradient of the track wen the focused switch is checked.
21716
+ /// @group switch
21717
+ $switch-on-focused-gradient: null !default;
21718
+ /// The ring around the track wen the focused switch is checked.
21719
+ /// @group switch
21720
+ $switch-on-focused-shadow: null !default;
21721
+
21722
+ /// The background of the thumb when the switch is checked.
21723
+ /// @group switch
21724
+ $switch-on-handle-bg: $primary !default;
21725
+ /// The text color of the thumb when the switch is checked.
21726
+ /// @group switch
21727
+ $switch-on-handle-text: null !default;
21728
+ /// The border color of the thumb when the switch is checked.
21729
+ /// @group switch
21730
+ $switch-on-handle-border: try-shade( $switch-on-handle-bg ) !default;
21731
+ /// The background gradient of the thumb when the switch is checked.
21732
+ /// @group switch
21733
+ $switch-on-handle-gradient: $base-gradient !default;
21734
+ $switch-on-handle-shadow: null !default;
21735
+
21736
+ /// The background of the thumb when the hovered switch is checked.
21737
+ /// @group switch
21738
+ $switch-on-handle-hovered-bg: try-shade( $switch-on-handle-bg ) !default;
21739
+ /// The text color of the thumb when the hovered switch is checked.
21740
+ /// @group switch
21741
+ $switch-on-handle-hovered-text: null !default;
21742
+ /// The border color of the thumb when the hovered switch is checked.
21743
+ /// @group switch
21744
+ $switch-on-handle-hovered-border: try-shade( $switch-on-handle-hovered-bg ) !default;
21745
+ /// The background gradient of the thumb when the hovered switch is checked.
21746
+ /// @group switch
21747
+ $switch-on-handle-hovered-gradient: null !default;
21748
+
20969
21749
  // #endregion
20970
21750
  // #region @import "_layout.scss"; -> packages/classic/scss/switch/_layout.scss
20971
21751
  // #region @import "~@progress/kendo-theme-default/scss/switch/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/switch/_layout.scss
@@ -20980,14 +21760,20 @@ $switch-off-handle-hovered-gradient: null !default;
20980
21760
  display: inline-flex;
20981
21761
  align-items: center;
20982
21762
  vertical-align: middle;
20983
- font-family: $font-family;
20984
- font-size: $font-size-xs;
20985
- line-height: $line-height;
21763
+ font-family: $switch-font-family;
21764
+ font-size: $switch-font-size;
21765
+ line-height: 1;
20986
21766
  user-select: none;
20987
21767
  text-align: left;
20988
21768
  -webkit-touch-callout: none;
20989
21769
  -webkit-tap-highlight-color: $rgba-transparent;
20990
21770
 
21771
+ *,
21772
+ *::before,
21773
+ *::after {
21774
+ box-sizing: border-box;
21775
+ }
21776
+
20991
21777
  [type="checkbox"] {
20992
21778
  display: none;
20993
21779
  }
@@ -20997,11 +21783,9 @@ $switch-off-handle-hovered-gradient: null !default;
20997
21783
  }
20998
21784
  }
20999
21785
 
21000
- .k-switch,
21001
- .k-switch-container,
21002
- .k-switch-handle {
21003
- box-sizing: border-box;
21004
- }
21786
+ // .k-switch,
21787
+ // .k-switch-container,
21788
+ // .k-switch-handle {}
21005
21789
 
21006
21790
 
21007
21791
  // Switch track
@@ -21061,7 +21845,8 @@ $switch-off-handle-hovered-gradient: null !default;
21061
21845
 
21062
21846
  // RTL
21063
21847
  .k-rtl .k-switch,
21064
- .k-switch[dir = "rtl"] {
21848
+ [dir="rtl"] .k-switch,
21849
+ .k-switch[dir="rtl"] {
21065
21850
  &.k-switch-on .k-switch-handle {
21066
21851
  left: $switch-thumb-start-x;
21067
21852
  }
@@ -21479,6 +22264,12 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
21479
22264
  -webkit-touch-callout: none;
21480
22265
  -webkit-tap-highlight-color: $rgba-transparent;
21481
22266
 
22267
+ *,
22268
+ *::before,
22269
+ *::after {
22270
+ box-sizing: border-box;
22271
+ }
22272
+
21482
22273
  .k-upload-button {
21483
22274
  min-width: 7em;
21484
22275
  }
@@ -21634,7 +22425,6 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
21634
22425
  border-style: solid;
21635
22426
  font-size: ($font-size * .57);
21636
22427
  text-transform: uppercase;
21637
- box-sizing: content-box;
21638
22428
  position: absolute;
21639
22429
  top: $upload-item-padding-y;
21640
22430
  }
@@ -22110,9 +22900,14 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
22110
22900
  -webkit-touch-callout: none;
22111
22901
  -webkit-tap-highlight-color: $rgba-transparent;
22112
22902
 
22903
+ *,
22904
+ *::before,
22905
+ *::after {
22906
+ box-sizing: border-box;
22907
+ }
22908
+
22113
22909
  > * {
22114
22910
  flex-shrink: 0;
22115
-
22116
22911
  }
22117
22912
 
22118
22913
  // Appbar section
@@ -22345,814 +23140,325 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
22345
23140
  font-family: $fab-font-family;
22346
23141
  text-align: center;
22347
23142
  white-space: nowrap;
22348
- display: inline-flex;
22349
- align-items: center;
22350
- justify-content: center;
22351
- vertical-align: middle;
22352
- overflow: hidden;
22353
- text-overflow: ellipsis;
22354
- cursor: pointer;
22355
- outline: none;
22356
-
22357
- &:focus {
22358
- outline: none;
22359
- }
22360
- }
22361
-
22362
- // FAB Icon
22363
- .k-fab-icon {
22364
- width: $fab-icon-width;
22365
- height: $fab-icon-height;
22366
-
22367
- &:not(:only-child) {
22368
- margin-right: $fab-icon-spacing;
22369
- margin-left: -$fab-icon-spacing;
22370
- }
22371
- }
22372
-
22373
-
22374
- // Sizes
22375
- .k-fab-sm {
22376
- padding: $fab-padding-y-sm $fab-padding-x-sm;
22377
- }
22378
- .k-fab-md {
22379
- padding: $fab-padding-y $fab-padding-x;
22380
- }
22381
- .k-fab-lg {
22382
- padding: $fab-padding-y-lg $fab-padding-x-lg;
22383
- }
22384
-
22385
-
22386
- // Shapes
22387
- .k-fab-square {
22388
- border-radius: 0;
22389
-
22390
- &.k-fab-sm {
22391
- width: $fab-size-sm;
22392
- height: $fab-size-sm;
22393
- }
22394
- &.k-fab-md {
22395
- width: $fab-size-md;
22396
- height: $fab-size-md;
22397
- }
22398
- &.k-fab-lg {
22399
- width: $fab-size-lg;
22400
- height: $fab-size-lg;
22401
- }
22402
- }
22403
- .k-fab-circle {
22404
- border-radius: 50%;
22405
-
22406
- &.k-fab-sm {
22407
- width: $fab-size-sm;
22408
- height: $fab-size-sm;
22409
- }
22410
- &.k-fab-md {
22411
- width: $fab-size-md;
22412
- height: $fab-size-md;
22413
- }
22414
- &.k-fab-lg {
22415
- width: $fab-size-lg;
22416
- height: $fab-size-lg;
22417
- }
22418
- }
22419
- .k-fab-pill {
22420
- border-radius: 5rem;
22421
- }
22422
- .k-fab-rounded {
22423
- @include border-radius( $fab-border-radius );
22424
- }
22425
-
22426
-
22427
- // Items
22428
- .k-fab-items {
22429
- margin: 0;
22430
- padding: $fab-items-padding-y $fab-items-padding-x;
22431
- display: flex;
22432
- }
22433
-
22434
- .k-fab-items-bottom {
22435
- flex-direction: column;
22436
- }
22437
- .k-fab-items-bottom .k-fab-item:last-child {
22438
- margin-bottom: 0;
22439
- }
22440
-
22441
- .k-fab-items-top {
22442
- flex-direction: column-reverse;
22443
- }
22444
- .k-fab-items-top .k-fab-item:first-child {
22445
- margin-bottom: 0;
22446
- }
22447
-
22448
- .k-fab-item {
22449
- list-style-type: none;
22450
- margin-bottom: map-get( $spacing, 2 );
22451
- outline: none;
22452
- white-space: nowrap;
22453
- display: flex;
22454
- align-items: center;
22455
- justify-content: flex-end;
22456
- cursor: pointer;
22457
-
22458
- &.k-text-right {
22459
- flex-direction: row;
22460
-
22461
- .k-fab-item-text {
22462
- margin-right: map-get( $spacing, 2 );
22463
- }
22464
- }
22465
- &.k-text-left {
22466
- flex-direction: row-reverse;
22467
-
22468
- .k-fab-item-text {
22469
- margin-left: map-get( $spacing, 2 );
22470
- }
22471
- }
22472
- }
22473
-
22474
- .k-fab-item-text {
22475
- padding: $fab-item-text-padding-y $fab-item-text-padding-x;
22476
- border-width: $fab-item-text-border-width;
22477
- border-radius: $fab-item-text-border-radius;
22478
- font-size: $fab-item-text-font-size;
22479
- line-height: $fab-item-text-line-height;
22480
- }
22481
-
22482
- .k-fab-item-icon {
22483
- width: $fab-item-icon-width;
22484
- height: $fab-item-icon-height;
22485
- padding: $fab-item-icon-padding-y $fab-item-icon-padding-x;
22486
- border-width: $fab-item-icon-border-width;
22487
- border-radius: $fab-item-icon-border-radius;
22488
- box-sizing: content-box;
22489
- outline: none;
22490
- }
22491
-
22492
- }
22493
-
22494
- @include exports("fab/layout/rtl") {
22495
-
22496
- .k-rtl .k-fab,
22497
- .k-fab[dir="rtl"],
22498
- [dir="rtl"] .k-fab {
22499
- direction: rtl;
22500
-
22501
- .k-fab-icon {
22502
- &:not(:only-child) {
22503
- margin-right: -$icon-spacing;
22504
- margin-left: $icon-spacing;
22505
- }
22506
- }
22507
- }
22508
-
22509
- .k-rtl .k-fab-popup,
22510
- [dir="rtl"] .k-fab-popup {
22511
- .k-fab-item.k-text-left {
22512
- flex-direction: row;
22513
- }
22514
-
22515
- .k-fab-item.k-text-right {
22516
- flex-direction: row-reverse;
22517
- }
22518
- }
22519
-
22520
- }
22521
-
22522
-
22523
- // #endregion
22524
-
22525
- // #endregion
22526
- // #region @import "_theme.scss"; -> packages/classic/scss/fab/_theme.scss
22527
- // #region @import "~@progress/kendo-theme-default/scss/fab/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/fab/_theme.scss
22528
- @include exports( "fab/theme" ) {
22529
-
22530
- // Normal state
22531
- @each $name, $color in $fab-theme-colors {
22532
- .k-fab-#{$name} {
22533
- @include box-shadow($fab-shadow);
22534
- outline: $fab-border-width solid $color;
22535
- outline-offset: -$fab-border-width;
22536
- border-color: $color;
22537
- color: contrast-wcag( $color );
22538
- background-color: $color;
22539
- }
22540
- }
22541
-
22542
- // Hover state
22543
- @each $name, $color in $fab-theme-colors {
22544
- .k-state-hover.k-fab-#{$name},
22545
- .k-state-hovered.k-fab-#{$name},
22546
- .k-fab-#{$name}:hover {
22547
- border-color: try-shade( $color, .5 );
22548
- background-color: try-shade( $color, .5 );
22549
- }
22550
- }
22551
-
22552
- // Focus state
22553
- @each $name, $color in $fab-theme-colors {
22554
- .k-fab-#{$name}.k-state-focus,
22555
- .k-fab-#{$name}.k-state-focused,
22556
- .k-fab-#{$name}:focus {
22557
- outline-style: solid;
22558
- outline-width: 2px;
22559
- outline-color: rgba( $color, .3 );
22560
- }
22561
- }
22562
-
22563
- // Active state
22564
- @each $name, $color in $fab-theme-colors {
22565
- .k-state-active.k-fab-#{$name},
22566
- .k-state-selected.k-fab-#{$name},
22567
- .k-fab-#{$name}:active {
22568
- @include box-shadow($fab-active-shadow);
22569
- border-color: try-shade( $color, 1.5);
22570
- background-color: try-shade( $color, 1.5);
22571
- }
22572
- }
22573
-
22574
- // Disabled state
22575
- @each $name, $color in $fab-theme-colors {
22576
- .k-state-disabled.k-fab-#{$name},
22577
- .k-fab-#{$name}:disabled {
22578
- @include box-shadow($fab-disabled-shadow);
22579
- background-color: try-tint( $color, 5 );
22580
- color: try-tint( contrast-wcag( $color ), 5 );
22581
- opacity: 1;
22582
- }
22583
- }
22584
-
22585
- // Items
22586
- .k-fab-item-text {
22587
- @include fill(
22588
- $fab-item-text,
22589
- $fab-item-bg,
22590
- $fab-item-border
22591
- );
22592
- @include box-shadow($fab-item-shadow);
22593
-
22594
- }
22595
- .k-fab-item-icon {
22596
- @include fill(
22597
- $fab-item-icon-text,
22598
- $fab-item-icon-bg,
22599
- $fab-item-icon-border
22600
- );
22601
- @include box-shadow($fab-item-shadow);
22602
- outline: $fab-border-width solid rgba(0, 0, 0, .08);
22603
- outline-offset: -$fab-border-width;
22604
- }
22605
-
22606
- // Hover state
22607
- .k-fab-item.k-state-hover .k-fab-item-icon,
22608
- .k-fab-item.k-state-hovered .k-fab-item-icon
22609
- .k-fab-item:hover .k-fab-item-icon {
22610
- border-color: try-shade( $fab-item-icon-border, .5 );
22611
- background-color: try-shade( $fab-item-icon-bg, .5 );
22612
- }
22613
-
22614
- // Focus state
22615
- .k-fab-item:focus .k-fab-item-text,
22616
- .k-fab-item:focus .k-fab-item-icon,
22617
- .k-fab-item.k-state-focus .k-fab-item-text,
22618
- .k-fab-item.k-state-focus .k-fab-item-icon,
22619
- .k-fab-item.k-state-focused .k-fab-item-text,
22620
- .k-fab-item.k-state-focused .k-fab-item-icon {
22621
- outline-style: solid;
22622
- outline-width: 2px;
22623
- outline-color: rgba(0, 0, 0, .08);
22624
- }
22625
-
22626
- // Active state
22627
- .k-fab-item.k-state-active .k-fab-item-icon,
22628
- .k-fab-item:active .k-fab-item-icon {
22629
- @include box-shadow($fab-item-active-shadow);
22630
- border-color: try-shade( $fab-item-icon-border, 1);
22631
- background-color: try-shade( $fab-item-icon-bg, 1);
22632
- }
22633
-
22634
- // Disabled state
22635
- .k-fab-item.k-state-disabled,
22636
- .k-fab-item:disabled {
22637
- opacity: 1;
22638
-
22639
- .k-fab-item-text,
22640
- .k-fab-item-icon {
22641
- @include box-shadow($fab-item-disabled-shadow);
22642
- background-color: try-tint( $fab-item-bg, 5 );
22643
- color: try-tint( $fab-item-text, 5 );
22644
- }
22645
- }
22646
-
22647
- // Popup
22648
- .k-animation-container > .k-fab-popup {
22649
- @include box-shadow( none );
22650
- }
22651
-
22652
- }
22653
-
22654
- // #endregion
22655
-
22656
- // #endregion
22657
-
22658
- // #endregion
22659
- // #region @import "menu/_index.scss"; -> packages/classic/scss/menu/_index.scss
22660
- // #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
22661
- // File already imported_once. Skipping output.
22662
- // #endregion
22663
-
22664
-
22665
- // Dependencies
22666
- // #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
22667
- // File already imported_once. Skipping output.
22668
- // #endregion
22669
- // #region @import "../popup/_index.scss"; -> packages/classic/scss/popup/_index.scss
22670
- // File already imported_once. Skipping output.
22671
- // #endregion
22672
- // #region @import "../icons/_index.scss"; -> packages/classic/scss/icons/_index.scss
22673
- // File already imported_once. Skipping output.
22674
- // #endregion
22675
- // #region @import "../list/_index.scss"; -> packages/classic/scss/list/_index.scss
22676
- // File already imported_once. Skipping output.
22677
- // #endregion
22678
-
22679
-
22680
- // Component
22681
- // #region @import "_variables.scss"; -> packages/classic/scss/menu/_variables.scss
22682
- // File already imported_once. Skipping output.
22683
- // #endregion
22684
- // #region @import "_layout.scss"; -> packages/classic/scss/menu/_layout.scss
22685
- // #region @import "~@progress/kendo-theme-default/scss/menu/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/menu/_layout.scss
22686
- @include exports("menu/layout") {
22687
-
22688
- // Base
22689
- .k-menu {
22690
- border-width: $menu-border-width;
22691
- border-style: solid;
22692
- box-sizing: border-box;
22693
- outline: 0;
22694
- font-family: $menu-font-family;
22695
- font-size: $menu-font-size;
22696
- line-height: $menu-line-height;
22697
- display: flex;
22698
- flex-wrap: wrap;
22699
- align-items: stretch;
22700
- position: relative;
22701
- cursor: default;
22702
- -webkit-touch-callout: none;
22703
- -webkit-tap-highlight-color: $rgba-transparent;
22704
- }
22705
-
22706
-
22707
- // Menu item
22708
- .k-menu-item {
22709
- box-sizing: border-box;
22710
- border-width: 0;
22711
- outline: 0;
22712
- display: flex;
22713
- flex-flow: column nowrap;
22714
- flex: none;
22715
- position: relative;
22716
- user-select: none;
22717
- }
22718
-
22719
-
22720
- // Menu link
22721
- .k-menu-link {
22722
- padding: $menu-item-padding-y $menu-item-padding-x;
22723
- outline: 0;
22724
- color: inherit;
22725
- display: flex;
22726
- flex-flow: row nowrap;
22727
- flex: 1 1 auto;
22728
- align-items: center;
22729
- position: relative;
22730
- white-space: nowrap;
22731
- cursor: pointer;
22732
-
22733
- > .k-icon:not(.k-menu-expand-arrow),
22734
- > .k-image,
22735
- > .k-sprite {
22736
- margin-right: $menu-item-icon-spacing;
22737
- }
22738
- }
22739
-
22740
-
22741
- // Menu item text
22742
- .k-menu-link-text {
22743
- flex: 1 1 auto;
22744
- overflow: hidden;
22745
- text-overflow: ellipsis;
22746
- }
22747
-
22748
-
22749
- // Expand arrow
22750
- .k-menu-expand-arrow {
22751
- margin-left: $icon-spacing;
22752
- margin-right: -$icon-spacing;
22753
- display: inline-flex;
22754
- flex-flow: row wrap;
22755
- align-items: center;
22756
- flex: none;
22757
- position: relative;
22758
- }
22759
- .k-menu-expand-arrow.k-i-arrow-60-left,
22760
- .k-menu-expand-arrow.k-i-arrow-60-right {
22761
- margin: 0;
22762
- position: absolute;
22763
- top: 50%;
22764
- transform: translateY(-50%);
22765
- }
22766
- .k-menu-expand-arrow.k-i-arrow-60-right {
22767
- right: $icon-spacing;
22768
- }
22769
- .k-menu-expand-arrow.k-i-arrow-60-left {
22770
- left: $icon-spacing;
22771
- }
22772
-
22773
-
22774
- // Orientation -- horizontal
22775
- .k-menu-horizontal {
22776
- flex-direction: row;
22777
-
22778
- > .k-menu-item + .k-menu-item {
22779
- margin-left: $menu-item-spacing;
22780
- }
22781
-
22782
- > .k-separator {
22783
- margin: 0 $menu-separator-spacing;
22784
- width: 0;
22785
- height: auto;
22786
- border-width: 0 0 0 1px;
22787
- border-style: solid;
22788
- }
22789
- }
22790
-
22791
-
22792
- // Orientation -- vertical
22793
- .k-menu-vertical {
22794
- flex-direction: column;
22795
-
22796
- > .k-menu-item + .k-menu-item {
22797
- margin-top: $menu-item-spacing;
22798
- }
22799
-
22800
- > .k-menu-item > .k-menu-link {
22801
- padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
22802
- padding-right: $menu-popup-item-padding-end;
22803
-
22804
- .k-menu-expand-arrow {
22805
- margin: 0;
22806
- position: absolute;
22807
- top: 50%;
22808
- transform: translateY(-50%);
22809
- right: $icon-spacing;
22810
- }
22811
- }
22812
-
22813
- > .k-separator {
22814
- margin: $menu-separator-spacing 0;
22815
- height: 0;
22816
- border-width: 1px 0 0;
22817
- border-style: solid;
22818
- border-color: $panel-border;
22819
- display: block;
22820
- }
22821
- }
22822
-
22823
-
22824
- // Menu popup
22825
- .k-menu-popup {
22826
- border-width: $menu-popup-border-width;
22827
- border-style: solid;
22828
- overflow: auto;
22829
- max-height: 80vh;
22830
- }
22831
-
22832
-
22833
- // Sub menu
22834
- .k-menu-group {
22835
- margin: 0;
22836
- padding: 0;
22837
- // padding: $menu-popup-padding-y $menu-popup-padding-x;
22838
- font-size: $menu-popup-font-size;
22839
- line-height: $menu-popup-line-height;
22840
- list-style: none;
22841
- display: none;
22842
- position: absolute;
22843
-
22844
- .k-menu-popup & {
22845
- position: relative;
22846
- display: flex;
22847
- flex-direction: column;
22848
- }
23143
+ display: inline-flex;
23144
+ align-items: center;
23145
+ justify-content: center;
23146
+ vertical-align: middle;
23147
+ overflow: hidden;
23148
+ text-overflow: ellipsis;
23149
+ cursor: pointer;
23150
+ outline: none;
22849
23151
 
22850
- // jquery popup overrides those
22851
- .k-menu-item {
22852
- font-size: $menu-popup-font-size;
22853
- line-height: $menu-popup-line-height;
23152
+ *,
23153
+ *::before,
23154
+ *::after {
23155
+ box-sizing: border-box;
22854
23156
  }
22855
23157
 
22856
- .k-menu-item + .k-menu-item {
22857
- margin-top: $menu-popup-item-spacing;
23158
+ &:focus {
23159
+ outline: none;
22858
23160
  }
23161
+ }
22859
23162
 
22860
- .k-menu-link {
22861
- padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
22862
- padding-right: $menu-popup-item-padding-end;
22863
-
22864
- .k-menu-expand-arrow {
22865
- margin: 0;
22866
- position: absolute;
22867
- top: 50%;
22868
- transform: translateY(-50%);
22869
- right: $icon-spacing;
22870
- }
22871
- }
23163
+ // FAB Icon
23164
+ .k-fab-icon {
23165
+ width: $fab-icon-width;
23166
+ height: $fab-icon-height;
22872
23167
 
22873
- .k-separator {
22874
- margin: $menu-separator-spacing 0;
22875
- height: 0;
22876
- border-width: 1px 0 0;
22877
- border-style: solid;
22878
- border-color: $component-border;
22879
- display: block;
23168
+ &:not(:only-child) {
23169
+ margin-right: $fab-icon-spacing;
23170
+ margin-left: -$fab-icon-spacing;
22880
23171
  }
22881
23172
  }
22882
23173
 
22883
23174
 
22884
- // Context menu
22885
- .k-popups-wrapper {
22886
- position: relative;
22887
- border: 0;
22888
- margin: 0;
22889
- padding: 0;
22890
- }
22891
- .k-context-menu {
22892
- margin: 0;
22893
- padding: 0;
22894
- // padding: $menu-popup-padding-y $menu-popup-padding-x;
22895
- border-width: $menu-popup-border-width;
22896
- border-style: solid;
22897
- }
22898
- .k-animation-container .k-context-menu.k-menu-horizontal {
22899
- // kendo-jquery adds `display: block` via js and we need to override it.
22900
- display: flex !important; // sass-lint:disable-line no-important
22901
- flex-wrap: nowrap;
23175
+ // Sizes
23176
+ .k-fab-sm {
23177
+ padding: $fab-padding-y-sm $fab-padding-x-sm;
22902
23178
  }
22903
- .k-context-menu-popup {
22904
- z-index: 12000;
22905
-
22906
- .k-context-menu {
22907
- border-width: 0;
22908
- }
23179
+ .k-fab-md {
23180
+ padding: $fab-padding-y $fab-padding-x;
22909
23181
  }
22910
- .k-popup .k-context-menu,
22911
- .k-context-menu-popup .k-context-menu {
22912
- border-width: 0;
23182
+ .k-fab-lg {
23183
+ padding: $fab-padding-y-lg $fab-padding-x-lg;
22913
23184
  }
22914
23185
 
22915
23186
 
22916
- // Scrolling
22917
- .k-menu-scroll-wrapper {
22918
- margin: 0;
22919
- padding: 0;
22920
- border: 0;
22921
- position: relative;
23187
+ // Shapes
23188
+ .k-fab-square {
23189
+ border-radius: 0;
22922
23190
 
22923
- .k-menu {
22924
- overflow: hidden;
22925
- flex-wrap: nowrap;
23191
+ &.k-fab-sm {
23192
+ width: $fab-size-sm;
23193
+ height: $fab-size-sm;
23194
+ }
23195
+ &.k-fab-md {
23196
+ width: $fab-size-md;
23197
+ height: $fab-size-md;
23198
+ }
23199
+ &.k-fab-lg {
23200
+ width: $fab-size-lg;
23201
+ height: $fab-size-lg;
22926
23202
  }
22927
23203
  }
22928
- .k-menu-scroll-button {
22929
- @include border-radius( 0 );
22930
- padding: 0;
22931
- border-width: 0;
22932
- border-color: inherit;
22933
- color: inherit;
22934
- background: inherit;
22935
- position: absolute;
23204
+ .k-fab-circle {
23205
+ border-radius: 50%;
22936
23206
 
22937
- &.k-scroll-left {
22938
- top: 0;
22939
- left: 0;
22940
- height: 100%;
22941
- width: 16px;
22942
- border-right-width: 1px;
22943
- }
22944
- &.k-scroll-right {
22945
- top: 0;
22946
- right: 0;
22947
- height: 100%;
22948
- width: 16px;
22949
- border-left-width: 1px;
23207
+ &.k-fab-sm {
23208
+ width: $fab-size-sm;
23209
+ height: $fab-size-sm;
22950
23210
  }
22951
- &.k-scroll-up {
22952
- top: 0;
22953
- left: 0;
22954
- width: 100%;
22955
- height: 16px;
22956
- border-bottom-width: 1px;
23211
+ &.k-fab-md {
23212
+ width: $fab-size-md;
23213
+ height: $fab-size-md;
22957
23214
  }
22958
- &.k-scroll-down {
22959
- bottom: 0;
22960
- left: 0;
22961
- width: 100%;
22962
- height: 16px;
22963
- border-top-width: 1px;
23215
+ &.k-fab-lg {
23216
+ width: $fab-size-lg;
23217
+ height: $fab-size-lg;
22964
23218
  }
22965
23219
  }
23220
+ .k-fab-pill {
23221
+ border-radius: 5rem;
23222
+ }
23223
+ .k-fab-rounded {
23224
+ @include border-radius( $fab-border-radius );
23225
+ }
22966
23226
 
22967
23227
 
22968
- // RTL
22969
- .k-rtl,
22970
- [dir="rtl"] {
23228
+ // Items
23229
+ .k-fab-items {
23230
+ margin: 0;
23231
+ padding: $fab-items-padding-y $fab-items-padding-x;
23232
+ display: flex;
23233
+ }
22971
23234
 
22972
- .k-menu-link {
22973
- > .k-icon:not(.k-menu-expand-arrow),
22974
- > .k-image,
22975
- > .k-sprite {
22976
- margin-left: $menu-item-icon-spacing;
22977
- margin-right: 0;
22978
- }
22979
- }
23235
+ .k-fab-items-bottom {
23236
+ flex-direction: column;
23237
+ }
23238
+ .k-fab-items-bottom .k-fab-item:last-child {
23239
+ margin-bottom: 0;
23240
+ }
22980
23241
 
22981
- .k-menu-expand-arrow.k-i-arrow-60-down {
22982
- margin-left: -$icon-spacing;
22983
- margin-right: $icon-spacing;
22984
- }
23242
+ .k-fab-items-top {
23243
+ flex-direction: column-reverse;
23244
+ }
23245
+ .k-fab-items-top .k-fab-item:first-child {
23246
+ margin-bottom: 0;
23247
+ }
22985
23248
 
23249
+ .k-fab-item {
23250
+ list-style-type: none;
23251
+ margin-bottom: map-get( $spacing, 2 );
23252
+ outline: none;
23253
+ white-space: nowrap;
23254
+ display: flex;
23255
+ align-items: center;
23256
+ justify-content: flex-end;
23257
+ cursor: pointer;
22986
23258
 
22987
- // Orientation -- horizontal
22988
- .k-menu-horizontal {
23259
+ &.k-text-right {
23260
+ flex-direction: row;
22989
23261
 
22990
- > .k-menu-item + .k-menu-item {
22991
- margin-right: $menu-item-spacing;
22992
- margin-left: 0;
23262
+ .k-fab-item-text {
23263
+ margin-right: map-get( $spacing, 2 );
22993
23264
  }
22994
23265
  }
23266
+ &.k-text-left {
23267
+ flex-direction: row-reverse;
22995
23268
 
22996
-
22997
- // Orientation -- vertical
22998
- .k-menu-vertical {
22999
-
23000
- > .k-menu-item > .k-menu-link {
23001
- padding-right: $menu-popup-item-padding-x;
23002
- padding-left: $menu-popup-item-padding-end;
23003
-
23004
- .k-menu-expand-arrow {
23005
- right: auto;
23006
- left: $icon-spacing;
23007
- }
23269
+ .k-fab-item-text {
23270
+ margin-left: map-get( $spacing, 2 );
23008
23271
  }
23009
23272
  }
23273
+ }
23274
+
23275
+ .k-fab-item-text {
23276
+ padding: $fab-item-text-padding-y $fab-item-text-padding-x;
23277
+ border-width: $fab-item-text-border-width;
23278
+ border-radius: $fab-item-text-border-radius;
23279
+ font-size: $fab-item-text-font-size;
23280
+ line-height: $fab-item-text-line-height;
23281
+ }
23010
23282
 
23283
+ .k-fab-item-icon {
23284
+ width: $fab-item-icon-width;
23285
+ height: $fab-item-icon-height;
23286
+ padding: $fab-item-icon-padding-y $fab-item-icon-padding-x;
23287
+ border-width: $fab-item-icon-border-width;
23288
+ border-radius: $fab-item-icon-border-radius;
23289
+ box-sizing: content-box;
23290
+ outline: none;
23291
+ }
23011
23292
 
23012
- // Sub menu
23013
- .k-menu-group {
23293
+ }
23014
23294
 
23015
- .k-menu-link {
23016
- padding-right: $menu-popup-item-padding-x;
23017
- padding-left: $menu-popup-item-padding-end;
23295
+ @include exports("fab/layout/rtl") {
23018
23296
 
23019
- .k-menu-expand-arrow {
23020
- right: auto;
23021
- left: $icon-spacing;
23022
- }
23297
+ .k-rtl .k-fab,
23298
+ .k-fab[dir="rtl"],
23299
+ [dir="rtl"] .k-fab {
23300
+ direction: rtl;
23301
+
23302
+ .k-fab-icon {
23303
+ &:not(:only-child) {
23304
+ margin-right: -$icon-spacing;
23305
+ margin-left: $icon-spacing;
23023
23306
  }
23307
+ }
23308
+ }
23024
23309
 
23310
+ .k-rtl .k-fab-popup,
23311
+ [dir="rtl"] .k-fab-popup {
23312
+ .k-fab-item.k-text-left {
23313
+ flex-direction: row;
23025
23314
  }
23026
23315
 
23316
+ .k-fab-item.k-text-right {
23317
+ flex-direction: row-reverse;
23318
+ }
23027
23319
  }
23028
23320
 
23029
23321
  }
23030
23322
 
23323
+
23031
23324
  // #endregion
23032
23325
 
23033
23326
  // #endregion
23034
- // #region @import "_theme.scss"; -> packages/classic/scss/menu/_theme.scss
23035
- // #region @import "~@progress/kendo-theme-default/scss/menu/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/menu/_theme.scss
23036
- @include exports("menu/theme") {
23327
+ // #region @import "_theme.scss"; -> packages/classic/scss/fab/_theme.scss
23328
+ // #region @import "~@progress/kendo-theme-default/scss/fab/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/fab/_theme.scss
23329
+ @include exports( "fab/theme" ) {
23037
23330
 
23038
- .k-menu:not(.k-context-menu) {
23039
- @include fill(
23040
- $menu-text,
23041
- $menu-bg,
23042
- $menu-border,
23043
- $menu-gradient
23044
- );
23331
+ // Normal state
23332
+ @each $name, $color in $fab-theme-colors {
23333
+ .k-fab-#{$name} {
23334
+ @include box-shadow($fab-shadow);
23335
+ outline: $fab-border-width solid $color;
23336
+ outline-offset: -$fab-border-width;
23337
+ border-color: $color;
23338
+ color: contrast-wcag( $color );
23339
+ background-color: $color;
23340
+ }
23341
+ }
23045
23342
 
23046
- > .k-item {
23047
- @include fill(
23048
- $menu-item-text,
23049
- $menu-item-bg,
23050
- $menu-item-border,
23051
- $menu-item-gradient
23052
- );
23343
+ // Hover state
23344
+ @each $name, $color in $fab-theme-colors {
23345
+ .k-state-hover.k-fab-#{$name},
23346
+ .k-state-hovered.k-fab-#{$name},
23347
+ .k-fab-#{$name}:hover {
23348
+ border-color: try-shade( $color, .5 );
23349
+ background-color: try-shade( $color, .5 );
23350
+ }
23351
+ }
23053
23352
 
23054
- &:hover,
23055
- &.k-state-hover {
23056
- @include fill(
23057
- $menu-item-hover-text,
23058
- $menu-item-hover-bg,
23059
- $menu-item-hover-border,
23060
- $menu-item-hover-gradient
23061
- );
23062
- }
23353
+ // Focus state
23354
+ @each $name, $color in $fab-theme-colors {
23355
+ .k-fab-#{$name}.k-state-focus,
23356
+ .k-fab-#{$name}.k-state-focused,
23357
+ .k-fab-#{$name}:focus {
23358
+ outline-style: solid;
23359
+ outline-width: 2px;
23360
+ outline-color: rgba( $color, .3 );
23361
+ }
23362
+ }
23063
23363
 
23064
- > .k-state-active,
23065
- &.k-state-selected {
23066
- @include fill(
23067
- $menu-item-expanded-text,
23068
- $menu-item-expanded-bg,
23069
- $menu-item-expanded-border,
23070
- $menu-item-expanded-gradient
23071
- );
23072
- }
23364
+ // Active state
23365
+ @each $name, $color in $fab-theme-colors {
23366
+ .k-state-active.k-fab-#{$name},
23367
+ .k-state-selected.k-fab-#{$name},
23368
+ .k-fab-#{$name}:active {
23369
+ @include box-shadow($fab-active-shadow);
23370
+ border-color: try-shade( $color, 1.5);
23371
+ background-color: try-shade( $color, 1.5);
23372
+ }
23373
+ }
23073
23374
 
23074
- &:focus,
23075
- &.k-state-focus,
23076
- &.k-state-focused {
23077
- @include box-shadow( $menu-item-focus-shadow );
23078
- }
23375
+ // Disabled state
23376
+ @each $name, $color in $fab-theme-colors {
23377
+ .k-state-disabled.k-fab-#{$name},
23378
+ .k-fab-#{$name}:disabled {
23379
+ @include box-shadow($fab-disabled-shadow);
23380
+ background-color: try-tint( $color, 5 );
23381
+ color: try-tint( contrast-wcag( $color ), 5 );
23382
+ opacity: 1;
23079
23383
  }
23080
23384
  }
23081
23385
 
23082
- .k-menu-group,
23083
- .k-menu.k-context-menu {
23386
+ // Items
23387
+ .k-fab-item-text {
23084
23388
  @include fill(
23085
- $menu-popup-text,
23086
- $menu-popup-bg,
23087
- $menu-popup-border,
23088
- $menu-popup-gradient
23389
+ $fab-item-text,
23390
+ $fab-item-bg,
23391
+ $fab-item-border
23089
23392
  );
23393
+ @include box-shadow($fab-item-shadow);
23090
23394
 
23091
- .k-item {
23092
- @include fill(
23093
- $menu-popup-item-text,
23094
- $menu-popup-item-bg,
23095
- $menu-popup-item-border,
23096
- $menu-popup-item-gradient
23097
- );
23098
-
23099
- &:hover,
23100
- &.k-state-hover {
23101
- @include fill(
23102
- $menu-popup-item-hover-text,
23103
- $menu-popup-item-hover-bg,
23104
- $menu-popup-item-hover-border,
23105
- $menu-popup-item-hover-gradient
23106
- );
23107
- }
23108
-
23109
- > .k-state-active,
23110
- &.k-state-selected {
23111
- @include fill(
23112
- $menu-popup-item-expanded-text,
23113
- $menu-popup-item-expanded-bg,
23114
- $menu-popup-item-expanded-border,
23115
- $menu-popup-item-expanded-gradient
23116
- );
23117
- }
23395
+ }
23396
+ .k-fab-item-icon {
23397
+ @include fill(
23398
+ $fab-item-icon-text,
23399
+ $fab-item-icon-bg,
23400
+ $fab-item-icon-border
23401
+ );
23402
+ @include box-shadow($fab-item-shadow);
23403
+ outline: $fab-border-width solid rgba(0, 0, 0, .08);
23404
+ outline-offset: -$fab-border-width;
23405
+ }
23118
23406
 
23119
- &:focus,
23120
- &.k-state-focus,
23121
- &.k-state-focused {
23122
- @include box-shadow( $menu-popup-item-focus-shadow );
23123
- }
23124
- }
23407
+ // Hover state
23408
+ .k-fab-item.k-state-hover .k-fab-item-icon,
23409
+ .k-fab-item.k-state-hovered .k-fab-item-icon
23410
+ .k-fab-item:hover .k-fab-item-icon {
23411
+ border-color: try-shade( $fab-item-icon-border, .5 );
23412
+ background-color: try-shade( $fab-item-icon-bg, .5 );
23125
23413
  }
23126
23414
 
23415
+ // Focus state
23416
+ .k-fab-item:focus .k-fab-item-text,
23417
+ .k-fab-item:focus .k-fab-item-icon,
23418
+ .k-fab-item.k-state-focus .k-fab-item-text,
23419
+ .k-fab-item.k-state-focus .k-fab-item-icon,
23420
+ .k-fab-item.k-state-focused .k-fab-item-text,
23421
+ .k-fab-item.k-state-focused .k-fab-item-icon {
23422
+ outline-style: solid;
23423
+ outline-width: 2px;
23424
+ outline-color: rgba(0, 0, 0, .08);
23425
+ }
23127
23426
 
23128
- // Scrolling
23129
- .k-menu-scroll-button {
23130
- @include fill(
23131
- $menu-scroll-button-text,
23132
- $menu-scroll-button-bg,
23133
- $menu-scroll-button-border,
23134
- $menu-scroll-button-gradient
23135
- );
23427
+ // Active state
23428
+ .k-fab-item.k-state-active .k-fab-item-icon,
23429
+ .k-fab-item:active .k-fab-item-icon {
23430
+ @include box-shadow($fab-item-active-shadow);
23431
+ border-color: try-shade( $fab-item-icon-border, 1);
23432
+ background-color: try-shade( $fab-item-icon-bg, 1);
23433
+ }
23136
23434
 
23137
- &:hover {
23138
- @include fill(
23139
- $menu-scroll-button-hover-text,
23140
- $menu-scroll-button-hover-bg,
23141
- $menu-scroll-button-hover-border,
23142
- $menu-scroll-button-hover-gradient
23143
- );
23435
+ // Disabled state
23436
+ .k-fab-item.k-state-disabled,
23437
+ .k-fab-item:disabled {
23438
+ opacity: 1;
23144
23439
 
23145
- &::before {
23146
- opacity: 0;
23147
- }
23440
+ .k-fab-item-text,
23441
+ .k-fab-item-icon {
23442
+ @include box-shadow($fab-item-disabled-shadow);
23443
+ background-color: try-tint( $fab-item-bg, 5 );
23444
+ color: try-tint( $fab-item-text, 5 );
23148
23445
  }
23149
23446
  }
23447
+
23448
+ // Popup
23449
+ .k-animation-container > .k-fab-popup {
23450
+ @include box-shadow( none );
23451
+ }
23452
+
23150
23453
  }
23151
23454
 
23152
23455
  // #endregion
23153
23456
 
23154
23457
  // #endregion
23155
23458
 
23459
+ // #endregion
23460
+ // #region @import "menu/_index.scss"; -> packages/classic/scss/menu/_index.scss
23461
+ // File already imported_once. Skipping output.
23156
23462
  // #endregion
23157
23463
  // #region @import "toolbar/_index.scss"; -> packages/classic/scss/toolbar/_index.scss
23158
23464
  // File already imported_once. Skipping output.
@@ -23285,6 +23591,12 @@ $actionsheet-item-disabled-shadow: null !default;
23285
23591
  overflow-y: auto;
23286
23592
  position: fixed;
23287
23593
  z-index: 10002;
23594
+
23595
+ *,
23596
+ *::before,
23597
+ *::after {
23598
+ box-sizing: border-box;
23599
+ }
23288
23600
  }
23289
23601
 
23290
23602
 
@@ -23641,10 +23953,10 @@ $actionsheet-item-disabled-shadow: null !default;
23641
23953
  margin-top: -($window-inner-padding-y / 2);
23642
23954
  }
23643
23955
  .k-window-content:first-child {
23644
- padding-top: #{"max( #{$window-inner-padding-y}, #{$window-titlebar-padding-y} )"};
23956
+ padding-top: clamp( #{$window-inner-padding-y}, #{$window-titlebar-padding-y}, #{$window-titlebar-padding-y} );
23645
23957
  }
23646
23958
  .k-window-content:last-child {
23647
- padding-bottom: #{"max( #{$window-inner-padding-y}, #{$window-titlebar-padding-y} )"};
23959
+ padding-bottom: clamp( #{$window-inner-padding-y}, #{$window-titlebar-padding-y}, #{$window-titlebar-padding-y} );
23648
23960
  }
23649
23961
 
23650
23962
  .k-window-iframecontent {
@@ -23954,6 +24266,12 @@ $drawer-selected-hover-text: $selected-hover-text !default;
23954
24266
  -webkit-touch-callout: none;
23955
24267
  -webkit-tap-highlight-color: $rgba-transparent;
23956
24268
 
24269
+ *,
24270
+ *::before,
24271
+ *::after {
24272
+ box-sizing: border-box;
24273
+ }
24274
+
23957
24275
  // Borders
23958
24276
  .k-drawer-mini &.k-drawer-start,
23959
24277
  .k-drawer-expanded &.k-drawer-start,
@@ -24309,6 +24627,12 @@ $notification-themes: () !default;
24309
24627
  display: block;
24310
24628
  -webkit-touch-callout: none;
24311
24629
  -webkit-tap-highlight-color: $rgba-transparent;
24630
+
24631
+ *,
24632
+ *::before,
24633
+ *::after {
24634
+ box-sizing: border-box;
24635
+ }
24312
24636
  }
24313
24637
 
24314
24638
  .k-notification-wrap {
@@ -24548,6 +24872,12 @@ $card-focus-callout-box-shadow-w: 2px -1px 4px 0 rgba( black, .06) !default;
24548
24872
  overflow: hidden;
24549
24873
  -webkit-touch-callout: none;
24550
24874
  -webkit-tap-highlight-color: $rgba-transparent;
24875
+
24876
+ *,
24877
+ *::before,
24878
+ *::after {
24879
+ box-sizing: border-box;
24880
+ }
24551
24881
  }
24552
24882
  .k-card > .k-card-inner {
24553
24883
  @include border-radius( $card-inner-border-radius );
@@ -25091,6 +25421,12 @@ $popover-callout-shadow-w: $card-callout-box-shadow-w !default;
25091
25421
  z-index: 12000;
25092
25422
  -webkit-touch-callout: none;
25093
25423
  -webkit-tap-highlight-color: $rgba-transparent;
25424
+
25425
+ *,
25426
+ *::before,
25427
+ *::after {
25428
+ box-sizing: border-box;
25429
+ }
25094
25430
  }
25095
25431
 
25096
25432
  // Header
@@ -25369,6 +25705,12 @@ $bottom-nav-flat-border: $component-border !default;
25369
25705
  outline: none;
25370
25706
  -webkit-touch-callout: none;
25371
25707
  -webkit-tap-highlight-color: $rgba-transparent;
25708
+
25709
+ *,
25710
+ *::before,
25711
+ *::after {
25712
+ box-sizing: border-box;
25713
+ }
25372
25714
  }
25373
25715
 
25374
25716
  .k-bottom-nav-border {
@@ -25620,6 +25962,12 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
25620
25962
  flex-direction: row;
25621
25963
  -webkit-touch-callout: none;
25622
25964
  -webkit-tap-highlight-color: $rgba-transparent;
25965
+
25966
+ *,
25967
+ *::before,
25968
+ *::after {
25969
+ box-sizing: border-box;
25970
+ }
25623
25971
  }
25624
25972
 
25625
25973
 
@@ -25945,6 +26293,12 @@ $pager-dropdown-width: 5em !default;
25945
26293
  -webkit-touch-callout: none;
25946
26294
  -webkit-tap-highlight-color: $rgba-transparent;
25947
26295
 
26296
+ *,
26297
+ *::before,
26298
+ *::after {
26299
+ box-sizing: border-box;
26300
+ }
26301
+
25948
26302
  .k-link {
25949
26303
  text-decoration: none;
25950
26304
  outline: 0;
@@ -25997,7 +26351,6 @@ $pager-dropdown-width: 5em !default;
25997
26351
  %base-pager-item {
25998
26352
  min-width: $button-calc-size;
25999
26353
  height: $button-calc-size;
26000
- box-sizing: border-box;
26001
26354
  color: inherit;
26002
26355
  text-align: center;
26003
26356
  display: inline-flex;
@@ -26157,7 +26510,6 @@ $pager-dropdown-width: 5em !default;
26157
26510
  }
26158
26511
 
26159
26512
  height: $button-calc-size;
26160
- box-sizing: border-box;
26161
26513
  border-color: inherit;
26162
26514
  }
26163
26515
 
@@ -26482,6 +26834,12 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
26482
26834
  color: inherit;
26483
26835
  background: none;
26484
26836
 
26837
+ *,
26838
+ *::before,
26839
+ *::after {
26840
+ box-sizing: border-box;
26841
+ }
26842
+
26485
26843
 
26486
26844
  // Step list
26487
26845
  .k-step-list {
@@ -26531,7 +26889,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
26531
26889
  transition-property: color, background-color, border-color;
26532
26890
  transition-duration: .4s;
26533
26891
  transition-timing-function: ease-in-out;
26534
- box-sizing: content-box;
26535
26892
 
26536
26893
  &::after {
26537
26894
  @include border-radius( 100% );
@@ -27065,6 +27422,7 @@ $tabstrip-content-border-focused: $component-text !default;
27065
27422
 
27066
27423
  .k-tabstrip-wrapper {
27067
27424
  padding: $tabstrip-wrapper-padding-y $tabstrip-wrapper-padding-x;
27425
+ box-sizing: border-box;
27068
27426
  border-width: $tabstrip-wrapper-border-width;
27069
27427
  border-style: solid;
27070
27428
  display: flex;
@@ -27082,7 +27440,7 @@ $tabstrip-content-border-focused: $component-text !default;
27082
27440
  color: inherit;
27083
27441
  background-color: transparent;
27084
27442
  display: flex;
27085
- flex-direction: column;
27443
+ flex-flow: column nowrap;
27086
27444
  -webkit-touch-callout: none;
27087
27445
  -webkit-tap-highlight-color: $rgba-transparent;
27088
27446
 
@@ -27092,6 +27450,7 @@ $tabstrip-content-border-focused: $component-text !default;
27092
27450
  }
27093
27451
 
27094
27452
  .k-tabstrip-items-wrapper {
27453
+ box-sizing: border-box;
27095
27454
  border-width: 0;
27096
27455
  border-style: solid;
27097
27456
  border-color: inherit;
@@ -27100,11 +27459,18 @@ $tabstrip-content-border-focused: $component-text !default;
27100
27459
  }
27101
27460
 
27102
27461
  .k-tabstrip-items {
27462
+ box-sizing: border-box;
27103
27463
  outline: 0;
27104
27464
  display: flex;
27105
27465
  flex-flow: row wrap;
27106
27466
  flex: 0 0 auto;
27107
27467
 
27468
+ *,
27469
+ *::before,
27470
+ *::after {
27471
+ box-sizing: border-box;
27472
+ }
27473
+
27108
27474
  .k-item {
27109
27475
  margin: 0;
27110
27476
  padding: 0;
@@ -27141,6 +27507,7 @@ $tabstrip-content-border-focused: $component-text !default;
27141
27507
  .k-tabstrip-content,
27142
27508
  .k-tabstrip > .k-content {
27143
27509
  padding: $tabstrip-content-padding-y $tabstrip-content-padding-x;
27510
+ box-sizing: border-box;
27144
27511
  border-width: $tabstrip-content-border-width;
27145
27512
  border-style: solid;
27146
27513
  border-color: inherit;
@@ -27175,6 +27542,9 @@ $tabstrip-content-border-focused: $component-text !default;
27175
27542
  left: 0;
27176
27543
  transition: width .2s linear;
27177
27544
 
27545
+ // TODO: a better name
27546
+ display: none;
27547
+
27178
27548
  &.k-complete {
27179
27549
  width: 100%;
27180
27550
  border-top-width: 0;
@@ -27188,24 +27558,33 @@ $tabstrip-content-border-focused: $component-text !default;
27188
27558
 
27189
27559
  > .k-tabstrip-items {
27190
27560
  flex: 1 1 auto;
27561
+ flex-wrap: nowrap;
27191
27562
  white-space: nowrap;
27192
27563
  overflow: hidden;
27193
27564
  }
27194
27565
 
27195
27566
  > .k-button {
27196
- flex-shrink: 0;
27567
+ width: auto;
27568
+ height: auto;
27569
+ flex: none;
27197
27570
  align-self: stretch;
27571
+ aspect-ratio: auto;
27572
+
27573
+ .k-button-icon {
27574
+ min-width: auto;
27575
+ min-height: auto;
27576
+ }
27198
27577
  }
27199
27578
 
27200
27579
  &.k-hstack {
27201
27580
  > .k-button {
27202
- height: auto;
27581
+ padding: 0 map-get( $spacing, 1 );
27203
27582
  }
27204
27583
  }
27205
27584
 
27206
27585
  &.k-vstack {
27207
27586
  > .k-button {
27208
- width: auto;
27587
+ padding: map-get( $spacing, 1 ) 0;
27209
27588
  }
27210
27589
  }
27211
27590
  }
@@ -27575,11 +27954,13 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
27575
27954
  overflow: hidden;
27576
27955
 
27577
27956
  .k-wizard-steps {
27957
+ box-sizing: border-box;
27578
27958
  display: flex;
27579
27959
  overflow: hidden;
27580
27960
  }
27581
27961
 
27582
27962
  .k-wizard-step {
27963
+ box-sizing: border-box;
27583
27964
  padding: calc(#{$wizard-content-padding-x / 4} + 2px);
27584
27965
  width: 100%;
27585
27966
  display: flex;
@@ -27596,11 +27977,13 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
27596
27977
  }
27597
27978
 
27598
27979
  .k-wizard-content {
27980
+ box-sizing: border-box;
27599
27981
  overflow-y: auto;
27600
27982
  }
27601
27983
 
27602
27984
  .k-wizard-buttons {
27603
27985
  margin-top: $wizard-content-padding-y;
27986
+ box-sizing: border-box;
27604
27987
  display: flex;
27605
27988
  flex-wrap: nowrap;
27606
27989
  align-items: center;
@@ -27779,6 +28162,12 @@ $expander-content-padding-y: $padding-y * 4 !default;
27779
28162
  -webkit-touch-callout: none;
27780
28163
  -webkit-tap-highlight-color: $rgba-transparent;
27781
28164
 
28165
+ *,
28166
+ *::before,
28167
+ *::after {
28168
+ box-sizing: border-box;
28169
+ }
28170
+
27782
28171
  .k-rtl &,
27783
28172
  &.k-rtl,
27784
28173
  &[dir = "rtl"] {
@@ -27818,7 +28207,6 @@ $expander-content-padding-y: $padding-y * 4 !default;
27818
28207
  // Expander content
27819
28208
  .k-expander-content {
27820
28209
  padding: $expander-content-padding-y $expander-content-padding-x;
27821
- box-sizing: border-box;
27822
28210
  }
27823
28211
 
27824
28212
  // Multiple expanders
@@ -28029,6 +28417,12 @@ $panelbar-header-expanded-gradient: null !default;
28029
28417
  -webkit-touch-callout: none;
28030
28418
  -webkit-tap-highlight-color: $rgba-transparent;
28031
28419
 
28420
+ *,
28421
+ *::before,
28422
+ *::after {
28423
+ box-sizing: border-box;
28424
+ }
28425
+
28032
28426
 
28033
28427
  // Root
28034
28428
  > .k-item,
@@ -30633,11 +31027,12 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
30633
31027
  }
30634
31028
 
30635
31029
  .k-grid-norecords-template {
31030
+ box-sizing: border-box;
31031
+ margin: 0 auto;
30636
31032
  width: 20em;
30637
31033
  height: 4em;
30638
- line-height: 4em;
30639
- margin: 0 auto;
30640
31034
  border: 1px solid;
31035
+ line-height: 4em;
30641
31036
  }
30642
31037
 
30643
31038
  .k-header > .k-cell-inner {
@@ -30909,7 +31304,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
30909
31304
  padding: $grid-column-menu-popup-padding-y $grid-column-menu-popup-padding-x;
30910
31305
  }
30911
31306
  .k-popup > & {
30912
- width: 100%;
31307
+ max-width: 100%;
30913
31308
  }
30914
31309
 
30915
31310
  .k-actions {
@@ -31137,8 +31532,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
31137
31532
  }
31138
31533
 
31139
31534
  // Hover state
31140
- tbody tr:hover,
31141
- tbody tr.k-state-hover {
31535
+ tbody tr:not(.k-detail-row):hover,
31536
+ tbody tr:not(.k-detail-row).k-state-hover {
31142
31537
  color: $grid-hovered-text;
31143
31538
  background-color: $grid-hovered-bg;
31144
31539
  }
@@ -31208,12 +31603,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
31208
31603
  @include fill( $bg: $grid-sticky-selected-alt-bg );
31209
31604
  }
31210
31605
 
31211
- // Hovered state
31212
- .k-state-hover td,
31213
- tr:hover td {
31214
- @include fill( $bg: $grid-sticky-hovered-bg );
31215
- }
31216
-
31217
31606
  // Selected hover
31218
31607
  .k-state-selected:hover td,
31219
31608
  .k-state-selected.k-state-hover td {
@@ -31930,6 +32319,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
31930
32319
  margin: 0;
31931
32320
  }
31932
32321
  .k-spreadsheet-tabstrip .k-loading {
32322
+ // TODO: better name
31933
32323
  display: none;
31934
32324
  }
31935
32325
  .k-spreadsheet-tabstrip .k-content,
@@ -33723,6 +34113,7 @@ $pivotgrid-remove-text: null !default;
33723
34113
  border-style: solid;
33724
34114
  align-items: flex-start;
33725
34115
  flex-wrap: wrap;
34116
+ box-shadow: none;
33726
34117
 
33727
34118
  > * {
33728
34119
  max-width: 100%;
@@ -33733,33 +34124,6 @@ $pivotgrid-remove-text: null !default;
33733
34124
  }
33734
34125
  }
33735
34126
 
33736
- .k-pivot-toolbar .k-button,
33737
- .k-fieldselector .k-list li.k-item {
33738
- @include border-radius( $border-radius );
33739
- padding: $button-padding-y $button-padding-x;
33740
- padding-right: calc( #{$button-padding-x} + #{$icon-size * 3} );
33741
- min-height: auto;
33742
- font-size: $font-size;
33743
- line-height: $button-line-height;
33744
- text-align: left;
33745
- white-space: normal;
33746
- word-break: break-word;
33747
- position: relative;
33748
- cursor: move;
33749
-
33750
- .k-field-actions .k-setting-delete {
33751
- box-sizing: content-box;
33752
- }
33753
- }
33754
-
33755
- .k-field-actions {
33756
- position: absolute;
33757
- right: $button-padding-y;
33758
- top: $button-padding-y;
33759
- line-height: 1;
33760
- cursor: pointer;
33761
- }
33762
-
33763
34127
  .k-pivot-layout {
33764
34128
  border-spacing: 0;
33765
34129
  table-layout: auto;
@@ -33782,6 +34146,8 @@ $pivotgrid-remove-text: null !default;
33782
34146
  .k-pivot-rowheaders > .k-grid,
33783
34147
  .k-pivot-table > .k-grid {
33784
34148
  border-width: 0;
34149
+ color: inherit;
34150
+ background: none;
33785
34151
  }
33786
34152
 
33787
34153
  .k-pivot-rowheaders > .k-grid td:first-child,
@@ -33845,77 +34211,73 @@ $pivotgrid-remove-text: null !default;
33845
34211
  @include exports("pivotgrid/configurator/layout/legacy") {
33846
34212
 
33847
34213
 
33848
- .k-fieldselector {
33849
- border-width: 1px;
33850
- border-style: solid;
34214
+ // jquery specific -- old pivot
34215
+ .k-pivotgrid-wrapper {
33851
34216
  box-sizing: border-box;
33852
- outline: 0;
33853
- font-family: $pivotgrid-font-family;
33854
- font-size: $pivotgrid-font-size;
33855
- line-height: $pivotgrid-line-height;
33856
- -webkit-touch-callout: none;
33857
- -webkit-tap-highlight-color: $rgba-transparent;
33858
-
33859
- .k-columns {
33860
- display: flex;
33861
- align-items: stretch;
33862
-
33863
- > div {
33864
- padding: $table-cell-padding-y;
33865
- width: 50%;
33866
- box-sizing: border-box;
33867
- border-width: 0;
33868
- border-style: solid;
33869
- float: left;
33870
- overflow: auto;
33871
- }
33872
- > div + div {
33873
- border-left-width: 1px;
33874
- }
33875
- }
33876
-
34217
+ display: flex;
34218
+ flex-flow: row nowrap;
34219
+ align-items: flex-start;
34220
+ gap: map-get( $spacing, 2 );
33877
34221
 
33878
- p {
33879
- margin: 0 0 $padding-y-sm;
33880
- text-transform: uppercase;
34222
+ > .k-pivotgrid-configurator-panel {
34223
+ max-width: 320px;
34224
+ flex: none;
33881
34225
  }
33882
- p .k-icon {
33883
- margin: 0 $icon-spacing 0 0;
34226
+ > .k-pivot {
34227
+ flex: 1;
33884
34228
  }
34229
+ }
34230
+ .k-pivotgrid-configurator-panel.kendo-jquery {
34231
+ box-sizing: border-box;
34232
+ display: inline-flex;
33885
34233
 
33886
-
33887
- // Treeview
33888
- .k-treeview {
33889
- border-width: 0;
33890
- overflow: visible;
34234
+ .k-pivotgrid-configurator {
34235
+ height: 100%;
33891
34236
  }
33892
34237
 
33893
- .k-edit-label {
33894
- width: 16%;
33895
- }
33896
- .k-edit-field {
33897
- width: 77%;
34238
+ .k-pivotgrid-configurator-content {
34239
+ padding: map-get( $spacing, 4 );
34240
+ max-height: 100%;
34241
+ display: flex;
34242
+ flex-flow: column nowrap;
34243
+ gap: map-get( $spacing, 4 );
34244
+ overflow-x: hidden;
34245
+ overflow-y: auto;
33898
34246
  }
33899
34247
 
33900
-
33901
- // List container
33902
- .k-list-container {
33903
- margin-bottom: $spacer;
33904
- padding: $padding-y-sm;
33905
- border-width: 1px;
33906
- border-style: solid;
34248
+ .k-pivotgrid-targets {
34249
+ display: flex;
34250
+ flex-flow: column nowrap;
34251
+ gap: map-get( $spacing, 4 );
33907
34252
  }
33908
- .k-list {
33909
- padding-bottom: $spacer;
34253
+
34254
+ .k-pivotgrid-configurator-section {
34255
+ display: flex;
34256
+ flex-flow: column nowrap;
34257
+ gap: map-get( $spacing, 2 );
33910
34258
  }
33911
- .k-list .k-item {
34259
+
34260
+ .k-column-fields {
34261
+ margin: 0;
34262
+ padding: map-get( $spacing, 1 );
34263
+ max-height: 200px;
33912
34264
  border-width: 1px;
33913
34265
  border-style: solid;
34266
+ display: flex;
34267
+ flex-flow: row wrap;
34268
+ gap: map-get( $spacing, 1 );
34269
+ overflow-x: hidden;
34270
+ overflow-y: auto;
34271
+
34272
+ > * {
34273
+ margin: 0;
34274
+ }
33914
34275
  }
33915
- .k-list .k-item + .k-item {
33916
- margin-top: ($spacer / 2);
34276
+ .k-ie & .k-column-fields {
34277
+ > * {
34278
+ margin: 2px;
34279
+ }
33917
34280
  }
33918
-
33919
34281
  }
33920
34282
 
33921
34283
  }
@@ -34133,103 +34495,59 @@ $pivotgrid-remove-text: null !default;
34133
34495
  @include exports("pivotgrid/theme/legacy") {
34134
34496
 
34135
34497
  .k-pivot {
34498
+ @include fill (
34499
+ $pivotgrid-text,
34500
+ $pivotgrid-bg,
34501
+ $pivotgrid-border
34502
+ );
34503
+ }
34504
+ .k-pivot-table {
34136
34505
  border-color: $pivotgrid-border;
34137
34506
  }
34138
34507
 
34139
- .k-alt,
34140
- .k-pivot-layout > tbody > tr:first-child > td:first-child {
34141
- background-color: $pivotgrid-alt-bg;
34508
+ // Pivotgrid header
34509
+ .k-pivot-rowheaders {
34510
+ @include fill(
34511
+ $pivotgrid-headers-text,
34512
+ $pivotgrid-headers-bg,
34513
+ $pivotgrid-headers-border
34514
+ );
34142
34515
  }
34143
34516
 
34144
- .k-fieldselector {
34145
- color: $pivotgrid-configurator-text;
34517
+
34518
+ // Pivotgrid toolbar
34519
+ .k-pivot-toolbar {
34520
+ @include fill(
34521
+ $pivotgrid-headers-text,
34522
+ $pivotgrid-headers-bg,
34523
+ $pivotgrid-headers-border
34524
+ );
34525
+
34526
+ .k-empty {
34527
+ color: $subtle-text;
34528
+ }
34146
34529
  }
34147
34530
 
34148
- .k-fieldselector .k-list-container {
34149
- background-color: $pivotgrid-container-bg;
34531
+ .k-alt {
34532
+ background-color: $pivotgrid-alt-bg;
34150
34533
  }
34151
34534
 
34152
34535
  .k-pivot-toolbar,
34153
34536
  .k-pivot-table,
34154
- .k-fieldselector,
34155
- .k-fieldselector .k-list-container,
34156
- .k-fieldselector .k-columns > div,
34157
34537
  .k-pivot-rowheaders > .k-grid td:first-child,
34158
34538
  .k-pivot-table .k-grid-header .k-header.k-first {
34159
34539
  border-color: $pivotgrid-chrome-border;
34160
34540
  }
34161
34541
 
34162
- .k-pivot-rowheaders .k-alt .k-alt,
34163
34542
  .k-header.k-alt {
34164
34543
  background-color: $pivotgrid-row-headers-bg;
34165
34544
  }
34166
34545
 
34167
- .k-pivot-toolbar .k-button,
34168
- .k-fieldselector .k-list li.k-item {
34169
- @include fill(
34170
- $button-text,
34171
- $button-bg,
34172
- $button-border,
34173
- $button-gradient
34174
- );
34175
-
34176
- &:hover,
34177
- &.k-state-hover {
34178
- @include fill(
34179
- $button-hovered-text,
34180
- $button-hovered-bg,
34181
- $button-hovered-border,
34182
- $button-hovered-gradient
34183
- );
34184
- }
34185
-
34186
- // Pressed state
34187
- &:active,
34188
- &.k-state-active {
34189
- @include fill(
34190
- $button-active-text,
34191
- $button-active-bg,
34192
- $button-active-border,
34193
- $button-active-gradient
34194
- );
34195
- }
34196
-
34197
- // Focused state
34198
- &:focus,
34199
- &.k-state-focus,
34200
- &.k-state-focused {
34201
- box-shadow: $button-focused-shadow;
34202
- }
34203
-
34204
- &.k-empty {
34205
- color: $subtle-text;
34206
- }
34207
- }
34208
-
34209
- .k-pivot-toolbar {
34210
- .k-empty {
34211
- color: $subtle-text;
34212
- }
34213
- }
34214
-
34215
- .k-pivot-layout .k-grid-footer,
34216
- .k-pivot-layout .k-grid.k-alt {
34546
+ .k-pivot-layout .k-grid-footer {
34217
34547
  color: $pivotgrid-alt-text;
34218
34548
  background-color: $pivotgrid-alt-bg;
34219
34549
  }
34220
34550
 
34221
- // Loading indicator
34222
- .k-fieldselector {
34223
- .k-i-loading {
34224
- border-color: $header-bg;
34225
- }
34226
-
34227
- .k-i-loading::before,
34228
- .k-i-loading::after {
34229
- background-color: $header-bg;
34230
- }
34231
- }
34232
-
34233
34551
  // KPI icons
34234
34552
  .k-i-kpi-trend-increase,
34235
34553
  .k-i-kpi-trend-decrease,
@@ -34248,6 +34566,16 @@ $pivotgrid-remove-text: null !default;
34248
34566
  .k-i-kpi-status-open {
34249
34567
  color: $success;
34250
34568
  }
34569
+
34570
+
34571
+ // Configurator
34572
+ .k-pivotgrid-configurator-panel.kendo-jquery {
34573
+
34574
+ .k-column-fields {
34575
+ border-color: $component-border;
34576
+ }
34577
+
34578
+ }
34251
34579
  }
34252
34580
 
34253
34581
  // #endregion
@@ -34294,9 +34622,13 @@ $treelist-footer-row-border-width: 1px !default;
34294
34622
  padding: .4em .6em;
34295
34623
  line-height: 1.6em;
34296
34624
 
34625
+ // TODO: see what this does and use a better name
34297
34626
  .k-loading {
34298
34627
  vertical-align: baseline;
34299
34628
  margin-right: 5px;
34629
+
34630
+ // TODO
34631
+ display: none;
34300
34632
  }
34301
34633
  }
34302
34634
 
@@ -34450,11 +34782,19 @@ $filter-preview-operator-text: $subtle-text !default;
34450
34782
  // #region @import "_layout.scss"; -> packages/classic/scss/filter/_layout.scss
34451
34783
  // #region @import "~@progress/kendo-theme-default/scss/filter/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/filter/_layout.scss
34452
34784
  @include exports("filter/layout") {
34785
+
34453
34786
  .k-filter {
34787
+ box-sizing: border-box;
34454
34788
  border-width: 0;
34455
34789
  display: inline-block;
34456
34790
  background-color: transparent;
34457
34791
 
34792
+ *,
34793
+ *::before,
34794
+ *::after {
34795
+ box-sizing: border-box;
34796
+ }
34797
+
34458
34798
  ul {
34459
34799
  padding: 0;
34460
34800
 
@@ -35223,6 +35563,12 @@ $taskboard-drag-placeholder-border: $component-border !default;
35223
35563
  display: flex;
35224
35564
  flex-direction: column;
35225
35565
  position: relative;
35566
+
35567
+ *,
35568
+ *::before,
35569
+ *::after {
35570
+ box-sizing: border-box;
35571
+ }
35226
35572
  }
35227
35573
 
35228
35574
  // Toolbar
@@ -35291,7 +35637,6 @@ $taskboard-drag-placeholder-border: $component-border !default;
35291
35637
  .k-taskboard-column-cards {
35292
35638
  padding: $taskboard-column-cards-padding-y $taskboard-column-cards-padding-x;
35293
35639
  min-height: 100%;
35294
- box-sizing: border-box;
35295
35640
  display: flex;
35296
35641
  flex-direction: column;
35297
35642
  gap: $taskboard-column-cards-gap 0;
@@ -35323,7 +35668,6 @@ $taskboard-drag-placeholder-border: $component-border !default;
35323
35668
  width: $taskboard-pane-width;
35324
35669
  border-width: $taskboard-pane-border-width;
35325
35670
  border-style: solid;
35326
- box-sizing: border-box;
35327
35671
  display: flex;
35328
35672
  flex-direction: column;
35329
35673
  position: absolute;
@@ -36567,6 +36911,12 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
36567
36911
  line-height: $imageeditor-line-height;
36568
36912
  -webkit-touch-callout: none;
36569
36913
  -webkit-tap-highlight-color: $rgba-transparent;
36914
+
36915
+ *,
36916
+ *::before,
36917
+ *::after {
36918
+ box-sizing: border-box;
36919
+ }
36570
36920
  }
36571
36921
 
36572
36922
 
@@ -39241,6 +39591,12 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
39241
39591
  flex-shrink: 0;
39242
39592
  font-size: inherit;
39243
39593
  }
39594
+
39595
+ .k-no-data {
39596
+ height: auto;
39597
+ min-height: auto;
39598
+ color: inherit;
39599
+ }
39244
39600
  }
39245
39601
 
39246
39602
  }
@@ -40361,11 +40717,18 @@ $chat-quick-reply-hover-border: $primary !default;
40361
40717
 
40362
40718
 
40363
40719
  .k-scroll-button {
40720
+ // IMPORTANT: if we don't set padding, the browser will set for us
40721
+ padding: 0 map-get( $spacing, 1 );
40364
40722
  height: 100%;
40723
+ aspect-ratio: auto;
40365
40724
  position: absolute;
40366
40725
  z-index: 2;
40367
- top: 50%;
40368
- transform: translateY(-50%);
40726
+ top: 0;
40727
+
40728
+ .k-button-icon {
40729
+ min-width: auto;
40730
+ min-height: auto;
40731
+ }
40369
40732
  }
40370
40733
  .k-scroll-button-left {
40371
40734
  left: 0;
@@ -40620,6 +40983,12 @@ $mediaplayer-titlebar-gradient: rgba( $mediaplayer-text, .7 ), rgba( $mediaplaye
40620
40983
  -webkit-touch-callout: none;
40621
40984
  -webkit-tap-highlight-color: $rgba-transparent;
40622
40985
 
40986
+ *,
40987
+ *::before,
40988
+ *::after {
40989
+ box-sizing: border-box;
40990
+ }
40991
+
40623
40992
  > iframe {
40624
40993
  width: 100%;
40625
40994
  height: 100%;
@@ -40668,6 +41037,9 @@ $mediaplayer-titlebar-gradient: rgba( $mediaplayer-text, .7 ), rgba( $mediaplaye
40668
41037
  padding: 0 (14px / 2);
40669
41038
  align-items: center;
40670
41039
  }
41040
+ .k-mediaplayer-volume {
41041
+ width: 100px;
41042
+ }
40671
41043
 
40672
41044
 
40673
41045
  // Seekbar
@@ -40675,8 +41047,9 @@ $mediaplayer-titlebar-gradient: rgba( $mediaplayer-text, .7 ), rgba( $mediaplaye
40675
41047
  width: 100%;
40676
41048
  position: absolute;
40677
41049
  z-index: 3;
40678
- top: -17px;
41050
+ top: 0;
40679
41051
  left: 0;
41052
+ transform: translateY( -50% );
40680
41053
  }
40681
41054
  .k-mediaplayer-seekbar .k-slider-track {
40682
41055
  // sass-lint:disable no-important
@@ -40684,6 +41057,9 @@ $mediaplayer-titlebar-gradient: rgba( $mediaplayer-text, .7 ), rgba( $mediaplaye
40684
41057
  // sass-lint:enable no-important
40685
41058
  border-radius: 0;
40686
41059
  }
41060
+ .k-mediaplayer-seekbar .k-slider-selection {
41061
+ border-radius: 0;
41062
+ }
40687
41063
 
40688
41064
  .k-mediaplayer-fullscreen {
40689
41065
  z-index: 10000;
@@ -40835,6 +41211,14 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
40835
41211
  -webkit-touch-callout: none;
40836
41212
  -webkit-tap-highlight-color: $rgba-transparent;
40837
41213
 
41214
+ *,
41215
+ *::before,
41216
+ *::after,
41217
+ &::before,
41218
+ &::after {
41219
+ box-sizing: border-box;
41220
+ }
41221
+
40838
41222
  ul {
40839
41223
  margin: 0;
40840
41224
  padding: 0;
@@ -40852,7 +41236,6 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
40852
41236
  line-height: $timeline-flag-line-height;
40853
41237
  min-width: $timeline-flag-min-width;
40854
41238
  max-width: $timeline-flag-max-width;
40855
- box-sizing: border-box;
40856
41239
  position: relative;
40857
41240
  z-index: 1;
40858
41241
  }
@@ -40932,7 +41315,6 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
40932
41315
  margin: $timeline-spacing-y 0;
40933
41316
  width: 100%;
40934
41317
  position: relative;
40935
- box-sizing: border-box;
40936
41318
  border: 0;
40937
41319
  }
40938
41320
 
@@ -41122,12 +41504,10 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
41122
41504
 
41123
41505
  .k-timeline-card {
41124
41506
  height: 100%;
41125
- box-sizing: border-box;
41126
41507
  }
41127
41508
 
41128
41509
  .k-card {
41129
41510
  max-height: 100%;
41130
- box-sizing: border-box;
41131
41511
  }
41132
41512
 
41133
41513
  .k-timeline-events-list {
@@ -42959,12 +43339,19 @@ $map-marker-fill: $primary !default;
42959
43339
  // Layout
42960
43340
  .k-map {
42961
43341
  height: 600px;
43342
+ box-sizing: border-box;
42962
43343
  border-width: $map-border-width;
42963
43344
  border-style: solid;
42964
43345
  font-size: $map-font-size;
42965
43346
  line-height: $map-line-height;
42966
43347
  font-family: $map-font-family;
42967
43348
 
43349
+ *,
43350
+ *::before,
43351
+ *::after {
43352
+ box-sizing: border-box;
43353
+ }
43354
+
42968
43355
 
42969
43356
  // Scroll
42970
43357
  .km-scroll-wrapper {
@@ -43238,6 +43625,12 @@ $orgchart-line-v-height: 25px !default;
43238
43625
  font-family: $orgchart-font-family;
43239
43626
  line-height: $orgchart-line-height;
43240
43627
  overflow: auto;
43628
+
43629
+ *,
43630
+ *::before,
43631
+ *::after {
43632
+ box-sizing: border-box;
43633
+ }
43241
43634
  }
43242
43635
 
43243
43636
  .k-orgchart-container {