@progress/kendo-theme-material 4.43.1-dev.7 → 4.43.1-dev.8

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 (71) hide show
  1. package/dist/all.css +5496 -5402
  2. package/dist/all.scss +1360 -1212
  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 +9 -3
  13. package/modules/@progress/kendo-theme-default/scss/captcha/_layout.scss +6 -0
  14. package/modules/@progress/kendo-theme-default/scss/card/_layout.scss +6 -0
  15. package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +3 -2
  16. package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +6 -0
  17. package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +6 -0
  18. package/modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss +6 -0
  19. package/modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss +6 -0
  20. package/modules/@progress/kendo-theme-default/scss/colorpalette/_layout.scss +6 -0
  21. package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +6 -3
  22. package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +6 -1
  23. package/modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss +7 -1
  24. package/modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss +6 -0
  25. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss +6 -0
  26. package/modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss +6 -2
  27. package/modules/@progress/kendo-theme-default/scss/drawer/_layout.scss +6 -0
  28. package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +6 -1
  29. package/modules/@progress/kendo-theme-default/scss/expansion-panel/_layout.scss +6 -1
  30. package/modules/@progress/kendo-theme-default/scss/fab/_layout.scss +6 -0
  31. package/modules/@progress/kendo-theme-default/scss/filter/_layout.scss +8 -0
  32. package/modules/@progress/kendo-theme-default/scss/floating-label/_layout.scss +7 -0
  33. package/modules/@progress/kendo-theme-default/scss/imageeditor/_layout.scss +6 -0
  34. package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +10 -13
  35. package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +4 -4
  36. package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +7 -0
  37. package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +6 -0
  38. package/modules/@progress/kendo-theme-default/scss/mediaplayer/_layout.scss +6 -0
  39. package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +6 -0
  40. package/modules/@progress/kendo-theme-default/scss/notification/_layout.scss +6 -0
  41. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +6 -2
  42. package/modules/@progress/kendo-theme-default/scss/orgchart/_layout.scss +6 -0
  43. package/modules/@progress/kendo-theme-default/scss/pager/_layout.scss +6 -2
  44. package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +6 -0
  45. package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +55 -83
  46. package/modules/@progress/kendo-theme-default/scss/pivotgrid/_theme.scss +39 -73
  47. package/modules/@progress/kendo-theme-default/scss/popover/_layout.scss +6 -0
  48. package/modules/@progress/kendo-theme-default/scss/progressbar/_layout.scss +6 -0
  49. package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +6 -1
  50. package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +6 -0
  51. package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +6 -0
  52. package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +6 -2
  53. package/modules/@progress/kendo-theme-default/scss/stepper/_layout.scss +6 -1
  54. package/modules/@progress/kendo-theme-default/scss/switch/_layout.scss +14 -9
  55. package/modules/@progress/kendo-theme-default/scss/switch/_variables.scss +127 -33
  56. package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +11 -3
  57. package/modules/@progress/kendo-theme-default/scss/taskboard/_layout.scss +6 -2
  58. package/modules/@progress/kendo-theme-default/scss/textarea/_layout.scss +7 -1
  59. package/modules/@progress/kendo-theme-default/scss/textbox/_layout.scss +6 -0
  60. package/modules/@progress/kendo-theme-default/scss/timeline/_layout.scss +6 -4
  61. package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +6 -1
  62. package/modules/@progress/kendo-theme-default/scss/toolbar/_index.scss +1 -0
  63. package/modules/@progress/kendo-theme-default/scss/tooltip/_layout.scss +6 -1
  64. package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +7 -2
  65. package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +6 -1
  66. package/package.json +3 -3
  67. package/scss/pivotgrid/_layout.scss +0 -54
  68. package/scss/pivotgrid/_theme.scss +0 -140
  69. package/scss/switch/_variables.scss +124 -30
  70. package/scss/toolbar/_index.scss +1 -0
  71. package/scss/treeview/_variables.scss +1 -1
package/dist/all.scss CHANGED
@@ -7497,7 +7497,7 @@ $checkbox-ripple-opacity: .2 !default;
7497
7497
  display: flex;
7498
7498
  align-items: center;
7499
7499
  align-content: center;
7500
- gap: map-get( $spacing, 1 );
7500
+ gap: $icon-spacing;
7501
7501
  cursor: default;
7502
7502
  position: relative;
7503
7503
  transition-property: color, background-color, outline-color, box-shadow;
@@ -7573,18 +7573,15 @@ $checkbox-ripple-opacity: .2 !default;
7573
7573
 
7574
7574
 
7575
7575
  // No data
7576
- .k-list-container {
7577
- .k-no-data {
7578
- min-height: 138px;
7579
- width: 100%;
7580
- display: flex;
7581
- align-items: center;
7582
- justify-content: center;
7583
- text-transform: uppercase;
7584
- font-weight: lighter;
7585
- text-align: center;
7586
- white-space: normal;
7587
- }
7576
+ .k-no-data {
7577
+ min-height: 140px;
7578
+ box-sizing: border-box;
7579
+ display: flex;
7580
+ align-items: center;
7581
+ justify-content: center;
7582
+ font-weight: lighter;
7583
+ text-align: center;
7584
+ white-space: normal;
7588
7585
  }
7589
7586
 
7590
7587
 
@@ -7717,12 +7714,12 @@ $checkbox-ripple-opacity: .2 !default;
7717
7714
  background: transparent;
7718
7715
  }
7719
7716
 
7717
+ }
7720
7718
 
7721
- // No data
7722
- .k-no-data {
7723
- color: $list-no-data-text;
7724
- }
7725
7719
 
7720
+ // No data
7721
+ .k-no-data {
7722
+ color: $list-no-data-text;
7726
7723
  }
7727
7724
 
7728
7725
  }
@@ -8970,12 +8967,19 @@ $floating-label-focus-text: $primary !default;
8970
8967
  .k-floating-label-container {
8971
8968
  padding-top: $floating-label-height;
8972
8969
  width: $input-default-width;
8970
+ box-sizing: border-box;
8973
8971
  display: inline-flex;
8974
8972
  vertical-align: middle;
8975
8973
  position: relative;
8976
8974
  flex-direction: column;
8977
8975
  justify-content: stretch;
8978
8976
 
8977
+ *,
8978
+ *::before,
8979
+ *::after {
8980
+ box-sizing: border-box;
8981
+ }
8982
+
8979
8983
  > .k-label {
8980
8984
  max-width: 90%;
8981
8985
  font-size: $floating-label-font-size;
@@ -9186,6 +9190,12 @@ $floating-label-focus-text: $primary !default;
9186
9190
  -webkit-touch-callout: none;
9187
9191
  -webkit-tap-highlight-color: $rgba-transparent;
9188
9192
 
9193
+ *,
9194
+ *::before,
9195
+ *::after {
9196
+ box-sizing: border-box;
9197
+ }
9198
+
9189
9199
 
9190
9200
  // Input
9191
9201
  .k-input {}
@@ -9205,7 +9215,6 @@ $floating-label-focus-text: $primary !default;
9205
9215
  border-width: 0;
9206
9216
  border-inline-start-width: $picker-select-border-width;
9207
9217
  border-style: solid;
9208
- box-sizing: border-box;
9209
9218
  outline: 0;
9210
9219
  display: flex;
9211
9220
  flex-flow: row nowrap;
@@ -10211,6 +10220,12 @@ $avatar-theme-colors: $theme-colors !default;
10211
10220
  justify-content: center;
10212
10221
  vertical-align: middle;
10213
10222
  overflow: hidden;
10223
+
10224
+ *,
10225
+ *::before,
10226
+ *::after {
10227
+ box-sizing: border-box;
10228
+ }
10214
10229
  }
10215
10230
 
10216
10231
 
@@ -10385,6 +10400,12 @@ $badge-dot-size-lg: 12px !default;
10385
10400
  vertical-align: middle;
10386
10401
  overflow: hidden;
10387
10402
  text-overflow: ellipsis;
10403
+
10404
+ *,
10405
+ *::before,
10406
+ *::after {
10407
+ box-sizing: border-box;
10408
+ }
10388
10409
  }
10389
10410
  .k-badge > * {
10390
10411
  color: inherit;
@@ -10820,6 +10841,12 @@ $chip-error-focus-shadow: null !default;
10820
10841
  cursor: pointer;
10821
10842
  user-select: none;
10822
10843
 
10844
+ *,
10845
+ *::before,
10846
+ *::after {
10847
+ box-sizing: border-box;
10848
+ }
10849
+
10823
10850
  .k-selected-icon-wrapper {
10824
10851
  display: none !important; // sass-lint:disable-line no-important
10825
10852
  }
@@ -11412,6 +11439,12 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
11412
11439
  flex-wrap: nowrap;
11413
11440
  position: relative;
11414
11441
  overflow: hidden;
11442
+
11443
+ *,
11444
+ *::before,
11445
+ *::after {
11446
+ box-sizing: border-box;
11447
+ }
11415
11448
  }
11416
11449
 
11417
11450
 
@@ -12341,6 +12374,12 @@ $tooltip-error-border: $tooltip-error-bg !default;
12341
12374
  -webkit-appearance: none;
12342
12375
  position: relative;
12343
12376
 
12377
+ *,
12378
+ *::before,
12379
+ *::after {
12380
+ box-sizing: border-box;
12381
+ }
12382
+
12344
12383
  &:disabled,
12345
12384
  &.k-state-disabled {
12346
12385
  @include disabled( $disabled-styling );
@@ -12383,15 +12422,15 @@ $tooltip-error-border: $tooltip-error-bg !default;
12383
12422
 
12384
12423
  // Button arrow
12385
12424
  .k-button-arrow {
12386
- padding-left: $button-arrow-padding-y;
12387
- padding-right: $button-arrow-padding-y;
12425
+ padding-left: $button-arrow-padding-x;
12426
+ padding-right: $button-arrow-padding-x;
12388
12427
  flex: none;
12389
12428
  display: inline-flex;
12390
12429
  align-items: center;
12391
12430
  justify-content: center;
12392
12431
  }
12393
12432
  .k-button > .k-button-arrow {
12394
- margin-inline-start: -$button-padding-y;
12433
+ margin-inline-start: -$button-arrow-padding-x;
12395
12434
  margin-inline-end: -$button-padding-x;
12396
12435
  }
12397
12436
 
@@ -13373,6 +13412,595 @@ $tooltip-error-border: $tooltip-error-bg !default;
13373
13412
  // #endregion
13374
13413
  // #region @import "../popup/_index.scss"; -> packages/material/scss/popup/_index.scss
13375
13414
  // File already imported_once. Skipping output.
13415
+ // #endregion
13416
+ // #region @import "../menu/_index.scss"; -> packages/material/scss/menu/_index.scss
13417
+ // #region @import "../core/_index.scss"; -> packages/material/scss/core/_index.scss
13418
+ // File already imported_once. Skipping output.
13419
+ // #endregion
13420
+
13421
+
13422
+ // Dependencies
13423
+ // #region @import "../common/_index.scss"; -> packages/material/scss/common/_index.scss
13424
+ // File already imported_once. Skipping output.
13425
+ // #endregion
13426
+ // #region @import "../popup/_index.scss"; -> packages/material/scss/popup/_index.scss
13427
+ // File already imported_once. Skipping output.
13428
+ // #endregion
13429
+ // #region @import "../icons/_index.scss"; -> packages/material/scss/icons/_index.scss
13430
+ // File already imported_once. Skipping output.
13431
+ // #endregion
13432
+ // #region @import "../list/_index.scss"; -> packages/material/scss/list/_index.scss
13433
+ // File already imported_once. Skipping output.
13434
+ // #endregion
13435
+ // #region @import "../button/_variables.scss"; -> packages/material/scss/button/_variables.scss
13436
+ // File already imported_once. Skipping output.
13437
+ // #endregion
13438
+
13439
+
13440
+ // Component
13441
+ // #region @import "_variables.scss"; -> packages/material/scss/menu/_variables.scss
13442
+ // File already imported_once. Skipping output.
13443
+ // #endregion
13444
+ // #region @import "_layout.scss"; -> packages/material/scss/menu/_layout.scss
13445
+ // #region @import "~@progress/kendo-theme-default/scss/menu/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/menu/_layout.scss
13446
+ @include exports("menu/layout") {
13447
+
13448
+ // Base
13449
+ .k-menu {
13450
+ border-width: $menu-border-width;
13451
+ border-style: solid;
13452
+ box-sizing: border-box;
13453
+ outline: 0;
13454
+ font-family: $menu-font-family;
13455
+ font-size: $menu-font-size;
13456
+ line-height: $menu-line-height;
13457
+ display: flex;
13458
+ flex-wrap: wrap;
13459
+ align-items: stretch;
13460
+ position: relative;
13461
+ cursor: default;
13462
+ -webkit-touch-callout: none;
13463
+ -webkit-tap-highlight-color: $rgba-transparent;
13464
+ }
13465
+
13466
+
13467
+ // Menu item
13468
+ .k-menu-item {
13469
+ box-sizing: border-box;
13470
+ border-width: 0;
13471
+ outline: 0;
13472
+ display: flex;
13473
+ flex-flow: column nowrap;
13474
+ flex: none;
13475
+ position: relative;
13476
+ user-select: none;
13477
+ }
13478
+
13479
+
13480
+ // Menu link
13481
+ .k-menu-link {
13482
+ padding: $menu-item-padding-y $menu-item-padding-x;
13483
+ outline: 0;
13484
+ color: inherit;
13485
+ display: flex;
13486
+ flex-flow: row nowrap;
13487
+ flex: 1 1 auto;
13488
+ align-items: center;
13489
+ position: relative;
13490
+ white-space: nowrap;
13491
+ cursor: pointer;
13492
+
13493
+ > .k-icon:not(.k-menu-expand-arrow),
13494
+ > .k-image,
13495
+ > .k-sprite {
13496
+ margin-right: $menu-item-icon-spacing;
13497
+ }
13498
+ }
13499
+
13500
+
13501
+ // Menu item text
13502
+ .k-menu-link-text {
13503
+ flex: 1 1 auto;
13504
+ overflow: hidden;
13505
+ text-overflow: ellipsis;
13506
+ }
13507
+
13508
+
13509
+ // Expand arrow
13510
+ .k-menu-expand-arrow {
13511
+ margin-left: $icon-spacing;
13512
+ margin-right: -$icon-spacing;
13513
+ display: inline-flex;
13514
+ flex-flow: row wrap;
13515
+ align-items: center;
13516
+ flex: none;
13517
+ position: relative;
13518
+ }
13519
+ .k-menu-expand-arrow.k-i-arrow-60-left,
13520
+ .k-menu-expand-arrow.k-i-arrow-60-right {
13521
+ margin: 0;
13522
+ position: absolute;
13523
+ top: 50%;
13524
+ transform: translateY(-50%);
13525
+ }
13526
+ .k-menu-expand-arrow.k-i-arrow-60-right {
13527
+ right: $icon-spacing;
13528
+ }
13529
+ .k-menu-expand-arrow.k-i-arrow-60-left {
13530
+ left: $icon-spacing;
13531
+ }
13532
+
13533
+
13534
+ // Orientation -- horizontal
13535
+ .k-menu-horizontal {
13536
+ flex-direction: row;
13537
+
13538
+ > .k-menu-item + .k-menu-item {
13539
+ margin-left: $menu-item-spacing;
13540
+ }
13541
+
13542
+ > .k-separator {
13543
+ margin: 0 $menu-separator-spacing;
13544
+ width: 0;
13545
+ height: auto;
13546
+ border-width: 0 0 0 1px;
13547
+ border-style: solid;
13548
+ }
13549
+ }
13550
+
13551
+
13552
+ // Orientation -- vertical
13553
+ .k-menu-vertical {
13554
+ flex-direction: column;
13555
+
13556
+ > .k-menu-item + .k-menu-item {
13557
+ margin-top: $menu-item-spacing;
13558
+ }
13559
+
13560
+ > .k-menu-item > .k-menu-link {
13561
+ padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
13562
+ padding-right: $menu-popup-item-padding-end;
13563
+
13564
+ .k-menu-expand-arrow {
13565
+ margin: 0;
13566
+ position: absolute;
13567
+ top: 50%;
13568
+ transform: translateY(-50%);
13569
+ right: $icon-spacing;
13570
+ }
13571
+ }
13572
+
13573
+ > .k-separator {
13574
+ margin: $menu-separator-spacing 0;
13575
+ height: 0;
13576
+ border-width: 1px 0 0;
13577
+ border-style: solid;
13578
+ border-color: $panel-border;
13579
+ display: block;
13580
+ }
13581
+ }
13582
+
13583
+
13584
+ // Menu popup
13585
+ .k-menu-popup {
13586
+ border-width: $menu-popup-border-width;
13587
+ border-style: solid;
13588
+ overflow: auto;
13589
+ max-height: 80vh;
13590
+ }
13591
+
13592
+
13593
+ // Sub menu
13594
+ .k-menu-group {
13595
+ margin: 0;
13596
+ padding: 0;
13597
+ // padding: $menu-popup-padding-y $menu-popup-padding-x;
13598
+ font-size: $menu-popup-font-size;
13599
+ line-height: $menu-popup-line-height;
13600
+ list-style: none;
13601
+ display: none;
13602
+ position: absolute;
13603
+
13604
+ .k-menu-popup & {
13605
+ position: relative;
13606
+ display: flex;
13607
+ flex-direction: column;
13608
+ }
13609
+
13610
+ // jquery popup overrides those
13611
+ .k-menu-item {
13612
+ font-size: $menu-popup-font-size;
13613
+ line-height: $menu-popup-line-height;
13614
+ }
13615
+
13616
+ .k-menu-item + .k-menu-item {
13617
+ margin-top: $menu-popup-item-spacing;
13618
+ }
13619
+
13620
+ .k-menu-link {
13621
+ padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
13622
+ padding-right: $menu-popup-item-padding-end;
13623
+
13624
+ .k-menu-expand-arrow {
13625
+ margin: 0;
13626
+ position: absolute;
13627
+ top: 50%;
13628
+ transform: translateY(-50%);
13629
+ right: $icon-spacing;
13630
+ }
13631
+ }
13632
+
13633
+ .k-separator {
13634
+ margin: $menu-separator-spacing 0;
13635
+ height: 0;
13636
+ border-width: 1px 0 0;
13637
+ border-style: solid;
13638
+ border-color: $component-border;
13639
+ display: block;
13640
+ }
13641
+ }
13642
+
13643
+
13644
+ // Context menu
13645
+ .k-popups-wrapper {
13646
+ position: relative;
13647
+ border: 0;
13648
+ margin: 0;
13649
+ padding: 0;
13650
+ }
13651
+ .k-context-menu {
13652
+ margin: 0;
13653
+ padding: 0;
13654
+ // padding: $menu-popup-padding-y $menu-popup-padding-x;
13655
+ border-width: $menu-popup-border-width;
13656
+ border-style: solid;
13657
+ }
13658
+ .k-animation-container .k-context-menu.k-menu-horizontal {
13659
+ // kendo-jquery adds `display: block` via js and we need to override it.
13660
+ display: flex !important; // sass-lint:disable-line no-important
13661
+ flex-wrap: nowrap;
13662
+ }
13663
+ .k-context-menu-popup {
13664
+ z-index: 12000;
13665
+
13666
+ .k-context-menu {
13667
+ border-width: 0;
13668
+ }
13669
+ }
13670
+ .k-popup .k-context-menu,
13671
+ .k-context-menu-popup .k-context-menu {
13672
+ border-width: 0;
13673
+ }
13674
+
13675
+
13676
+ // Scrolling
13677
+ .k-menu-scroll-wrapper {
13678
+ margin: 0;
13679
+ padding: 0;
13680
+ border: 0;
13681
+ position: relative;
13682
+
13683
+ .k-menu {
13684
+ overflow: hidden;
13685
+ flex-wrap: nowrap;
13686
+ }
13687
+ }
13688
+ .k-menu-scroll-button {
13689
+ @include border-radius( 0 );
13690
+ padding: 0;
13691
+ border-width: 0;
13692
+ border-color: inherit;
13693
+ color: inherit;
13694
+ background: inherit;
13695
+ position: absolute;
13696
+
13697
+ &.k-scroll-left {
13698
+ top: 0;
13699
+ left: 0;
13700
+ height: 100%;
13701
+ width: 16px;
13702
+ border-right-width: 1px;
13703
+ }
13704
+ &.k-scroll-right {
13705
+ top: 0;
13706
+ right: 0;
13707
+ height: 100%;
13708
+ width: 16px;
13709
+ border-left-width: 1px;
13710
+ }
13711
+ &.k-scroll-up {
13712
+ top: 0;
13713
+ left: 0;
13714
+ width: 100%;
13715
+ height: 16px;
13716
+ border-bottom-width: 1px;
13717
+ }
13718
+ &.k-scroll-down {
13719
+ bottom: 0;
13720
+ left: 0;
13721
+ width: 100%;
13722
+ height: 16px;
13723
+ border-top-width: 1px;
13724
+ }
13725
+ }
13726
+
13727
+
13728
+ // RTL
13729
+ .k-rtl,
13730
+ [dir="rtl"] {
13731
+
13732
+ .k-menu-link {
13733
+ > .k-icon:not(.k-menu-expand-arrow),
13734
+ > .k-image,
13735
+ > .k-sprite {
13736
+ margin-left: $menu-item-icon-spacing;
13737
+ margin-right: 0;
13738
+ }
13739
+ }
13740
+
13741
+ .k-menu-expand-arrow.k-i-arrow-60-down {
13742
+ margin-left: -$icon-spacing;
13743
+ margin-right: $icon-spacing;
13744
+ }
13745
+
13746
+
13747
+ // Orientation -- horizontal
13748
+ .k-menu-horizontal {
13749
+
13750
+ > .k-menu-item + .k-menu-item {
13751
+ margin-right: $menu-item-spacing;
13752
+ margin-left: 0;
13753
+ }
13754
+ }
13755
+
13756
+
13757
+ // Orientation -- vertical
13758
+ .k-menu-vertical {
13759
+
13760
+ > .k-menu-item > .k-menu-link {
13761
+ padding-right: $menu-popup-item-padding-x;
13762
+ padding-left: $menu-popup-item-padding-end;
13763
+
13764
+ .k-menu-expand-arrow {
13765
+ right: auto;
13766
+ left: $icon-spacing;
13767
+ }
13768
+ }
13769
+ }
13770
+
13771
+
13772
+ // Sub menu
13773
+ .k-menu-group {
13774
+
13775
+ .k-menu-link {
13776
+ padding-right: $menu-popup-item-padding-x;
13777
+ padding-left: $menu-popup-item-padding-end;
13778
+
13779
+ .k-menu-expand-arrow {
13780
+ right: auto;
13781
+ left: $icon-spacing;
13782
+ }
13783
+ }
13784
+
13785
+ }
13786
+
13787
+ }
13788
+
13789
+ }
13790
+
13791
+ // #endregion
13792
+
13793
+ @include exports("menu/layout/material") {
13794
+
13795
+ .k-menu:not(.k-context-menu) {
13796
+
13797
+ // Root items
13798
+ > .k-menu-item {
13799
+ transition: $transition;
13800
+ }
13801
+ }
13802
+
13803
+ // Scrolling
13804
+ .k-menu-scroll-wrapper {
13805
+
13806
+ .k-menu-scroll-button {
13807
+ box-shadow: none;
13808
+ }
13809
+
13810
+ &.horizontal .k-menu-scroll-button {
13811
+ width: calc( #{$line-height-em} + #{$nav-item-padding-y});
13812
+ }
13813
+
13814
+ &.vertical .k-menu-scroll-button {
13815
+ height: calc( #{$line-height-em} + #{$nav-item-padding-y});
13816
+ }
13817
+ }
13818
+ }
13819
+
13820
+ // #endregion
13821
+ // #region @import "_theme.scss"; -> packages/material/scss/menu/_theme.scss
13822
+ // #region @import "~@progress/kendo-theme-default/scss/menu/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/menu/_theme.scss
13823
+ @include exports("menu/theme") {
13824
+
13825
+ .k-menu:not(.k-context-menu) {
13826
+ @include fill(
13827
+ $menu-text,
13828
+ $menu-bg,
13829
+ $menu-border,
13830
+ $menu-gradient
13831
+ );
13832
+
13833
+ > .k-item {
13834
+ @include fill(
13835
+ $menu-item-text,
13836
+ $menu-item-bg,
13837
+ $menu-item-border,
13838
+ $menu-item-gradient
13839
+ );
13840
+
13841
+ &:hover,
13842
+ &.k-state-hover {
13843
+ @include fill(
13844
+ $menu-item-hover-text,
13845
+ $menu-item-hover-bg,
13846
+ $menu-item-hover-border,
13847
+ $menu-item-hover-gradient
13848
+ );
13849
+ }
13850
+
13851
+ > .k-state-active,
13852
+ &.k-state-selected {
13853
+ @include fill(
13854
+ $menu-item-expanded-text,
13855
+ $menu-item-expanded-bg,
13856
+ $menu-item-expanded-border,
13857
+ $menu-item-expanded-gradient
13858
+ );
13859
+ }
13860
+
13861
+ &:focus,
13862
+ &.k-state-focus,
13863
+ &.k-state-focused {
13864
+ @include box-shadow( $menu-item-focus-shadow );
13865
+ }
13866
+ }
13867
+ }
13868
+
13869
+ .k-menu-group,
13870
+ .k-menu.k-context-menu {
13871
+ @include fill(
13872
+ $menu-popup-text,
13873
+ $menu-popup-bg,
13874
+ $menu-popup-border,
13875
+ $menu-popup-gradient
13876
+ );
13877
+
13878
+ .k-item {
13879
+ @include fill(
13880
+ $menu-popup-item-text,
13881
+ $menu-popup-item-bg,
13882
+ $menu-popup-item-border,
13883
+ $menu-popup-item-gradient
13884
+ );
13885
+
13886
+ &:hover,
13887
+ &.k-state-hover {
13888
+ @include fill(
13889
+ $menu-popup-item-hover-text,
13890
+ $menu-popup-item-hover-bg,
13891
+ $menu-popup-item-hover-border,
13892
+ $menu-popup-item-hover-gradient
13893
+ );
13894
+ }
13895
+
13896
+ > .k-state-active,
13897
+ &.k-state-selected {
13898
+ @include fill(
13899
+ $menu-popup-item-expanded-text,
13900
+ $menu-popup-item-expanded-bg,
13901
+ $menu-popup-item-expanded-border,
13902
+ $menu-popup-item-expanded-gradient
13903
+ );
13904
+ }
13905
+
13906
+ &:focus,
13907
+ &.k-state-focus,
13908
+ &.k-state-focused {
13909
+ @include box-shadow( $menu-popup-item-focus-shadow );
13910
+ }
13911
+ }
13912
+ }
13913
+
13914
+
13915
+ // Scrolling
13916
+ .k-menu-scroll-button {
13917
+ @include fill(
13918
+ $menu-scroll-button-text,
13919
+ $menu-scroll-button-bg,
13920
+ $menu-scroll-button-border,
13921
+ $menu-scroll-button-gradient
13922
+ );
13923
+
13924
+ &:hover {
13925
+ @include fill(
13926
+ $menu-scroll-button-hover-text,
13927
+ $menu-scroll-button-hover-bg,
13928
+ $menu-scroll-button-hover-border,
13929
+ $menu-scroll-button-hover-gradient
13930
+ );
13931
+
13932
+ &::before {
13933
+ opacity: 0;
13934
+ }
13935
+ }
13936
+ }
13937
+ }
13938
+
13939
+ // #endregion
13940
+
13941
+ @include exports("menu/theme/material") {
13942
+
13943
+ .k-menu:not(.k-context-menu) {
13944
+
13945
+ // Root items
13946
+ > .k-menu-item {
13947
+
13948
+ // Focused state
13949
+ &:focus,
13950
+ &.k-state-focus,
13951
+ &.k-state-focused {
13952
+ @include fill(
13953
+ $menu-item-hover-text,
13954
+ $menu-item-hover-bg,
13955
+ $menu-item-hover-border,
13956
+ $menu-item-hover-gradient
13957
+ );
13958
+ }
13959
+
13960
+ }
13961
+ }
13962
+
13963
+ // Subitems
13964
+ .k-menu-group,
13965
+ .k-context-menu {
13966
+ .k-menu-item {
13967
+
13968
+ // Focused
13969
+ &:focus,
13970
+ &.k-state-focus,
13971
+ &.k-state-focused {
13972
+ @include fill(
13973
+ $menu-popup-item-hover-text,
13974
+ $menu-popup-item-hover-bg,
13975
+ $menu-popup-item-hover-border,
13976
+ $menu-popup-item-hover-gradient
13977
+ );
13978
+ }
13979
+ }
13980
+ }
13981
+
13982
+
13983
+ // Scrolling
13984
+ .k-menu-scroll-wrapper {
13985
+ .k-menu-scroll-button {
13986
+ .k-i-arrow-60-up::before {
13987
+ content: "\e013";
13988
+ }
13989
+ .k-i-arrow-60-right::before {
13990
+ content: "\e014";
13991
+ }
13992
+ .k-i-arrow-60-down::before {
13993
+ content: "\e015";
13994
+ }
13995
+ .k-i-arrow-60-left::before {
13996
+ content: "\e016";
13997
+ }
13998
+ }
13999
+ }
14000
+ }
14001
+
14002
+ // #endregion
14003
+
13376
14004
  // #endregion
13377
14005
  // #region @import "../icons/_index.scss"; -> packages/material/scss/icons/_index.scss
13378
14006
  // File already imported_once. Skipping output.
@@ -13825,6 +14453,7 @@ $actions-gradient: null !default;
13825
14453
 
13826
14454
  .k-actions {
13827
14455
  padding: $actions-padding-y $actions-padding-x;
14456
+ box-sizing: border-box;
13828
14457
  border-width: $actions-border-width 0 0 0;
13829
14458
  border-style: solid;
13830
14459
  border-color: inherit;
@@ -13836,6 +14465,12 @@ $actions-gradient: null !default;
13836
14465
  overflow: hidden;
13837
14466
  // TODO: remove
13838
14467
  clear: both;
14468
+
14469
+ *,
14470
+ *::before,
14471
+ *::after {
14472
+ box-sizing: border-box;
14473
+ }
13839
14474
  }
13840
14475
 
13841
14476
 
@@ -14605,6 +15240,12 @@ $fieldset-legend-border: null !default;
14605
15240
  z-index: 12000;
14606
15241
  -webkit-touch-callout: none;
14607
15242
  -webkit-tap-highlight-color: $rgba-transparent;
15243
+
15244
+ *,
15245
+ *::before,
15246
+ *::after {
15247
+ box-sizing: border-box;
15248
+ }
14608
15249
  }
14609
15250
 
14610
15251
  .k-tooltip-icon {
@@ -14643,7 +15284,6 @@ $fieldset-legend-border: null !default;
14643
15284
  border-width: $tooltip-callout-size;
14644
15285
  border-style: solid;
14645
15286
  border-color: transparent;
14646
- box-sizing: border-box;
14647
15287
  position: absolute;
14648
15288
  pointer-events: none;
14649
15289
  }
@@ -14887,6 +15527,12 @@ $textbox-line-height: 1.375em !default;
14887
15527
  position: relative;
14888
15528
  -webkit-appearance: none;
14889
15529
 
15530
+ *,
15531
+ *::before,
15532
+ *::after {
15533
+ box-sizing: border-box;
15534
+ }
15535
+
14890
15536
  // Hide clear icon
14891
15537
  &::-ms-clear { display: none; }
14892
15538
 
@@ -15136,12 +15782,18 @@ $textarea-invalid-focus-shadow: null !default;
15136
15782
  // Targets https://github.com/telerik/kendo-react/issues/638.
15137
15783
  box-shadow: none;
15138
15784
  background: none;
15139
- display: flex;
15785
+ display: inline-flex;
15140
15786
  flex-wrap: nowrap;
15141
15787
  vertical-align: middle;
15142
15788
  position: relative;
15143
15789
  -webkit-appearance: none;
15144
15790
 
15791
+ *,
15792
+ *::before,
15793
+ *::after {
15794
+ box-sizing: border-box;
15795
+ }
15796
+
15145
15797
  // Hide clear icon
15146
15798
  &::-ms-clear { display: none; }
15147
15799
 
@@ -15681,6 +16333,12 @@ $progressbar-chunk-border: $component-bg !default;
15681
16333
  -webkit-touch-callout: none;
15682
16334
  -webkit-tap-highlight-color: $rgba-transparent;
15683
16335
 
16336
+ *,
16337
+ *::before,
16338
+ *::after {
16339
+ box-sizing: border-box;
16340
+ }
16341
+
15684
16342
 
15685
16343
  // Selection
15686
16344
  > .k-state-selected {
@@ -16628,6 +17286,12 @@ $slider-disabled-opacity: .65 !default;
16628
17286
  -webkit-touch-callout: none;
16629
17287
  -webkit-tap-highlight-color: $rgba-transparent;
16630
17288
 
17289
+ *,
17290
+ *::before,
17291
+ *::after {
17292
+ box-sizing: border-box;
17293
+ }
17294
+
16631
17295
  .k-label {
16632
17296
  width: auto;
16633
17297
  font-size: .92em;
@@ -16675,7 +17339,6 @@ $slider-disabled-opacity: .65 !default;
16675
17339
  .k-slider-wrap {
16676
17340
  width: 100%;
16677
17341
  height: 100%;
16678
- box-sizing: border-box;
16679
17342
  display: flex;
16680
17343
  flex-flow: inherit;
16681
17344
  align-items: inherit;
@@ -16973,7 +17636,6 @@ $slider-disabled-opacity: .65 !default;
16973
17636
  position: absolute;
16974
17637
  text-align: center;
16975
17638
  text-decoration: none;
16976
- box-sizing: border-box;
16977
17639
  width: $slider-draghandle-size;
16978
17640
  height: $slider-draghandle-size;
16979
17641
 
@@ -18573,6 +19235,12 @@ $time-list-focused-bg: null !default;
18573
19235
  -webkit-touch-callout: none;
18574
19236
  -webkit-tap-highlight-color: $rgba-transparent;
18575
19237
 
19238
+ *,
19239
+ *::before,
19240
+ *::after {
19241
+ box-sizing: border-box;
19242
+ }
19243
+
18576
19244
 
18577
19245
  // Input
18578
19246
  .k-input {}
@@ -18735,6 +19403,12 @@ $captcha-validation-message-font-style: italic !default;
18735
19403
  display: flex;
18736
19404
  flex-flow: column nowrap;
18737
19405
  gap: $captcha-gap;
19406
+
19407
+ *,
19408
+ *::before,
19409
+ *::after {
19410
+ box-sizing: border-box;
19411
+ }
18738
19412
  }
18739
19413
 
18740
19414
  // Image
@@ -18853,6 +19527,12 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
18853
19527
  position: relative;
18854
19528
  -webkit-touch-callout: none;
18855
19529
  -webkit-tap-highlight-color: $rgba-transparent;
19530
+
19531
+ *,
19532
+ *::before,
19533
+ *::after {
19534
+ box-sizing: border-box;
19535
+ }
18856
19536
  }
18857
19537
 
18858
19538
  // Table
@@ -19006,6 +19686,12 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
19006
19686
  -webkit-touch-callout: none;
19007
19687
  -webkit-tap-highlight-color: $rgba-transparent;
19008
19688
 
19689
+ *,
19690
+ *::before,
19691
+ *::after {
19692
+ box-sizing: border-box;
19693
+ }
19694
+
19009
19695
 
19010
19696
  // Input
19011
19697
  .k-input {
@@ -19020,7 +19706,6 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
19020
19706
  border-width: 0;
19021
19707
  border-inline-start-width: $picker-select-border-width;
19022
19708
  border-style: solid;
19023
- box-sizing: border-box;
19024
19709
  outline: 0;
19025
19710
  display: flex;
19026
19711
  flex-direction: column;
@@ -19034,7 +19719,6 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
19034
19719
  .k-link {
19035
19720
  padding: 0 $picker-select-padding-x;
19036
19721
  min-width: $spinner-min-width;
19037
- box-sizing: border-box;
19038
19722
  flex: 1 1 auto;
19039
19723
  display: block;
19040
19724
  overflow: hidden;
@@ -19249,6 +19933,12 @@ $colorgradient-contrast-spacer: map-get( $spacing, 2 ) !default;
19249
19933
  gap: $colorgradient-gap;
19250
19934
  -webkit-touch-callout: none;
19251
19935
  -webkit-tap-highlight-color: $rgba-transparent;
19936
+
19937
+ *,
19938
+ *::before,
19939
+ *::after {
19940
+ box-sizing: border-box;
19941
+ }
19252
19942
  }
19253
19943
 
19254
19944
  // Canvas
@@ -19586,6 +20276,12 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
19586
20276
  display: inline-flex;
19587
20277
  flex-direction: column;
19588
20278
  align-items: stretch;
20279
+
20280
+ *,
20281
+ *::before,
20282
+ *::after {
20283
+ box-sizing: border-box;
20284
+ }
19589
20285
  }
19590
20286
 
19591
20287
  // Header
@@ -19754,13 +20450,18 @@ $colorpicker-select-focused-text: $input-text !default;
19754
20450
  -webkit-touch-callout: none;
19755
20451
  -webkit-tap-highlight-color: $rgba-transparent;
19756
20452
 
20453
+ *,
20454
+ *::before,
20455
+ *::after {
20456
+ box-sizing: border-box;
20457
+ }
20458
+
19757
20459
  .k-selected-color {
19758
20460
  margin: $button-padding-y;
19759
20461
  width: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
19760
20462
  height: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
19761
20463
  border-width: 1px;
19762
20464
  border-style: solid;
19763
- box-sizing: border-box;
19764
20465
  background-clip: content-box;
19765
20466
  line-height: 0;
19766
20467
  position: relative;
@@ -19780,7 +20481,6 @@ $colorpicker-select-focused-text: $input-text !default;
19780
20481
  border-width: 0;
19781
20482
  border-style: solid;
19782
20483
  border-color: inherit;
19783
- box-sizing: border-box;
19784
20484
  font-size: inherit;
19785
20485
  text-align: center;
19786
20486
  flex-direction: column;
@@ -19816,7 +20516,6 @@ $colorpicker-select-focused-text: $input-text !default;
19816
20516
  border-inline-start-width: $picker-select-border-width;
19817
20517
  border-style: solid;
19818
20518
  border-color: transparent;
19819
- box-sizing: border-box;
19820
20519
  display: flex;
19821
20520
  align-items: center;
19822
20521
  justify-content: center;
@@ -19970,6 +20669,12 @@ $colorpicker-select-focused-text: $input-text !default;
19970
20669
  -webkit-touch-callout: none;
19971
20670
  -webkit-tap-highlight-color: $rgba-transparent;
19972
20671
 
20672
+ *,
20673
+ *::before,
20674
+ *::after {
20675
+ box-sizing: border-box;
20676
+ }
20677
+
19973
20678
 
19974
20679
  // Input
19975
20680
  .k-input {}
@@ -19994,7 +20699,7 @@ $colorpicker-select-focused-text: $input-text !default;
19994
20699
  }
19995
20700
  .k-link {
19996
20701
  padding: 0 $picker-select-padding-x;
19997
- min-width: $icon-size;
20702
+ min-width: $spinner-min-width;
19998
20703
  flex: 1 1 auto;
19999
20704
  display: block;
20000
20705
  overflow: hidden;
@@ -20185,6 +20890,12 @@ $colorpicker-select-focused-text: $input-text !default;
20185
20890
  -webkit-touch-callout: none;
20186
20891
  -webkit-tap-highlight-color: $rgba-transparent;
20187
20892
 
20893
+ *,
20894
+ *::before,
20895
+ *::after {
20896
+ box-sizing: border-box;
20897
+ }
20898
+
20188
20899
 
20189
20900
  // Input
20190
20901
  .k-input {}
@@ -20374,6 +21085,12 @@ $colorpicker-select-focused-text: $input-text !default;
20374
21085
  -webkit-touch-callout: none;
20375
21086
  -webkit-tap-highlight-color: $rgba-transparent;
20376
21087
 
21088
+ *,
21089
+ *::before,
21090
+ *::after {
21091
+ box-sizing: border-box;
21092
+ }
21093
+
20377
21094
 
20378
21095
  // Input
20379
21096
  .k-input {}
@@ -20386,7 +21103,6 @@ $colorpicker-select-focused-text: $input-text !default;
20386
21103
  border-width: 0;
20387
21104
  border-inline-start-width: $picker-select-border-width;
20388
21105
  border-style: solid;
20389
- box-sizing: border-box;
20390
21106
  outline: 0;
20391
21107
  display: flex;
20392
21108
  flex-flow: row nowrap;
@@ -20570,6 +21286,12 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
20570
21286
  -webkit-touch-callout: none;
20571
21287
  -webkit-tap-highlight-color: $rgba-transparent;
20572
21288
 
21289
+ *,
21290
+ *::before,
21291
+ *::after {
21292
+ box-sizing: border-box;
21293
+ }
21294
+
20573
21295
 
20574
21296
  // Input
20575
21297
  .k-input {}
@@ -20580,7 +21302,6 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
20580
21302
  border-width: 0;
20581
21303
  border-inline-start-width: $picker-select-border-width;
20582
21304
  border-style: solid;
20583
- box-sizing: border-box;
20584
21305
  outline: 0;
20585
21306
  display: flex;
20586
21307
  align-items: stretch;
@@ -20599,7 +21320,6 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
20599
21320
  display: flex;
20600
21321
  align-items: center;
20601
21322
  justify-content: center;
20602
- box-sizing: border-box;
20603
21323
  }
20604
21324
  }
20605
21325
 
@@ -20803,6 +21523,12 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
20803
21523
  flex-flow: row nowrap;
20804
21524
  align-items: flex-start;
20805
21525
  gap: map-get( $spacing, 2 );
21526
+
21527
+ *,
21528
+ *::before,
21529
+ *::after {
21530
+ box-sizing: border-box;
21531
+ }
20806
21532
  }
20807
21533
 
20808
21534
 
@@ -21253,6 +21979,12 @@ $dropdownlist-select-focused-text: $input-text !default;
21253
21979
  -webkit-touch-callout: none;
21254
21980
  -webkit-tap-highlight-color: $rgba-transparent;
21255
21981
 
21982
+ *,
21983
+ *::before,
21984
+ *::after {
21985
+ box-sizing: border-box;
21986
+ }
21987
+
21256
21988
 
21257
21989
  // Input
21258
21990
  .k-input {}
@@ -21273,7 +22005,6 @@ $dropdownlist-select-focused-text: $input-text !default;
21273
22005
  border-inline-start-width: $picker-select-border-width;
21274
22006
  border-style: solid;
21275
22007
  border-color: transparent;
21276
- box-sizing: border-box;
21277
22008
  outline: 0;
21278
22009
  display: flex;
21279
22010
  flex-flow: row nowrap;
@@ -21525,6 +22256,12 @@ $multiselect-clear-right: calc( #{$icon-size} + #{$input-padding-y} ) !default;
21525
22256
  -webkit-touch-callout: none;
21526
22257
  -webkit-tap-highlight-color: $rgba-transparent;
21527
22258
 
22259
+ *,
22260
+ *::before,
22261
+ *::after {
22262
+ box-sizing: border-box;
22263
+ }
22264
+
21528
22265
  .k-loading-hidden {
21529
22266
  visibility: hidden;
21530
22267
  }
@@ -21975,7 +22712,7 @@ $multiselect-clear-right: calc( #{$icon-size} + #{$input-padding-y} ) !default;
21975
22712
 
21976
22713
  // Component
21977
22714
  // #region @import "_variables.scss"; -> packages/material/scss/treeview/_variables.scss
21978
- // TreeviewTreeview
22715
+ // Treeview
21979
22716
 
21980
22717
  /// Font family of the treeview component.
21981
22718
  /// @group treeview
@@ -22098,13 +22835,18 @@ $treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;
22098
22835
  white-space: nowrap;
22099
22836
  -webkit-touch-callout: none;
22100
22837
  -webkit-tap-highlight-color: $rgba-transparent;
22838
+
22839
+ *,
22840
+ *::before,
22841
+ *::after {
22842
+ box-sizing: border-box;
22843
+ }
22101
22844
  }
22102
22845
 
22103
22846
 
22104
22847
  // Treeview filter
22105
22848
  .k-treeview-filter {
22106
- padding: map-get( $spacing, 1 );
22107
- box-sizing: border-box;
22849
+ padding: map-get( $spacing, 2 );
22108
22850
  display: block;
22109
22851
  position: relative;
22110
22852
  flex: none;
@@ -22514,6 +23256,12 @@ $dropdowntree-filter-spacer: 0px !default;
22514
23256
  -webkit-touch-callout: none;
22515
23257
  -webkit-tap-highlight-color: $rgba-transparent;
22516
23258
 
23259
+ *,
23260
+ *::before,
23261
+ *::after {
23262
+ box-sizing: border-box;
23263
+ }
23264
+
22517
23265
 
22518
23266
  // Input
22519
23267
  .k-input {}
@@ -22674,6 +23422,12 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
22674
23422
  -webkit-touch-callout: none;
22675
23423
  -webkit-tap-highlight-color: $rgba-transparent;
22676
23424
 
23425
+ *,
23426
+ *::before,
23427
+ *::after {
23428
+ box-sizing: border-box;
23429
+ }
23430
+
22677
23431
  &.k-state-readonly {
22678
23432
  pointer-events: none;
22679
23433
  }
@@ -22682,7 +23436,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
22682
23436
  .k-rating-container {
22683
23437
  flex: 0 1 auto;
22684
23438
  position: relative;
22685
- box-sizing: border-box;
22686
23439
  margin: 0 $rating-container-margin-x;
22687
23440
 
22688
23441
  .k-rating-item {
@@ -22844,6 +23597,12 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
22844
23597
  -webkit-touch-callout: none;
22845
23598
  -webkit-tap-highlight-color: $rgba-transparent;
22846
23599
 
23600
+ *,
23601
+ *::before,
23602
+ *::after {
23603
+ box-sizing: border-box;
23604
+ }
23605
+
22847
23606
  // Input
22848
23607
  > .k-input {
22849
23608
  padding: $input-padding-y $input-padding-x;
@@ -22963,17 +23722,22 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
22963
23722
  $switch-size: 32px !default;
22964
23723
  $switch-border-radius: $switch-size !default;
22965
23724
 
23725
+ /// Font family of the switch.
23726
+ /// @group switch
22966
23727
  $switch-font-family: $font-family !default;
22967
23728
  $switch-font-size: $font-size-xs !default;
22968
- $switch-line-height: $line-height !default;
22969
23729
 
22970
23730
  $switch-track-size: 14px !default;
23731
+ /// Border width of the switch track.
23732
+ /// @group switch
22971
23733
  $switch-container-border-width: null !default;
22972
23734
  $switch-container-padding-x: null !default;
22973
23735
  $switch-container-padding-y: null !default;
22974
23736
 
22975
23737
  $switch-handle-size: 20px !default;
22976
23738
  $switch-handle-border-radius: 9999px !default;
23739
+ /// Border width of the switch thumb.
23740
+ /// @group switch
22977
23741
  $switch-handle-border-width: 0px !default;
22978
23742
  $switch-thumb-start-x: calc( ( #{$switch-handle-size} - #{$switch-track-size} ) / -2 ) !default;
22979
23743
  // TODO: Remove width property from jQuery and Blazor, and do not use 100% for thumb X calc
@@ -22981,69 +23745,158 @@ $switch-thumb-end-x: calc( 100% - #{$switch-handle-size} + ( ( #{$switch-handle-
22981
23745
 
22982
23746
  $switch-label-offset: null !default;
22983
23747
  $switch-label-width: null !default;
23748
+ /// Text transform of the switch label.
23749
+ /// @group switch
22984
23750
  $switch-label-text-transform: null !default;
23751
+ /// Display of the switch label.
23752
+ /// @group switch
22985
23753
  $switch-label-display: none !default;
22986
23754
 
22987
23755
  $switch-container-shadow: null !default;
22988
23756
  $switch-container-hovered-shadow: null !default;
22989
23757
  $switch-container-focused-shadow: null !default;
22990
23758
 
22991
- $switch-on-bg: rgba( $primary, .54 ) !default;
22992
- $switch-on-text: null !default;
22993
- $switch-on-border: null !default;
22994
- $switch-on-gradient: null !default;
22995
- $switch-on-shadow: null !default;
22996
-
22997
- $switch-on-hovered-bg: null !default;
22998
- $switch-on-hovered-text: null !default;
22999
- $switch-on-hovered-border: null !default;
23000
- $switch-on-hovered-gradient: null !default;
23001
-
23002
- $switch-on-focused-bg: null !default;
23003
- $switch-on-focused-text: null !default;
23004
- $switch-on-focused-border: null !default;
23005
- $switch-on-focused-gradient: null !default;
23006
- $switch-on-focused-shadow: null !default;
23007
-
23008
- $switch-on-handle-bg: $primary !default;
23009
- $switch-on-handle-text: null !default;
23010
- $switch-on-handle-border: null !default;
23011
- $switch-on-handle-gradient: null !default;
23012
- $switch-on-handle-shadow: $box-shadow-depth-2 !default;
23013
-
23014
- $switch-on-handle-hovered-bg: $switch-on-handle-bg !default;
23015
- $switch-on-handle-hovered-text: null !default;
23016
- $switch-on-handle-hovered-border: null !default;
23017
- $switch-on-handle-hovered-gradient: null !default;
23018
-
23759
+ /// The background of the track when the switch is not checked.
23760
+ /// @group switch
23019
23761
  $switch-off-bg: rgba( black, .38 ) !default;
23762
+ /// The text color of the track when the switch is not checked.
23763
+ /// @group switch
23020
23764
  $switch-off-text: null !default;
23765
+ /// The border color of the track when the switch is not checked.
23766
+ /// @group switch
23021
23767
  $switch-off-border: null !default;
23768
+ /// The background gradient of the track when the switch is not checked.
23769
+ /// @group switch
23022
23770
  $switch-off-gradient: null !default;
23023
23771
  $switch-off-shadow: null !default;
23024
23772
 
23773
+ /// The background of the track when the hovered switch is not checked.
23774
+ /// @group switch
23025
23775
  $switch-off-hovered-bg: null !default;
23776
+ /// The text color of the track when the hovered switch is not checked.
23777
+ /// @group switch
23026
23778
  $switch-off-hovered-text: null !default;
23779
+ /// The border color of the track when the hovered switch is not checked.
23780
+ /// @group switch
23027
23781
  $switch-off-hovered-border: null !default;
23782
+ /// The background gradient of the track when the hovered switch is not checked.
23783
+ /// @group switch
23028
23784
  $switch-off-hovered-gradient: null !default;
23029
23785
 
23786
+ /// The background of the track when the focused switch is not checked.
23787
+ /// @group switch
23030
23788
  $switch-off-focused-bg: null !default;
23789
+ /// The text color of the track when the focused switch is not checked.
23790
+ /// @group switch
23031
23791
  $switch-off-focused-text: null !default;
23792
+ /// The border color of the track when the focused switch is not checked.
23793
+ /// @group switch
23032
23794
  $switch-off-focused-border: null !default;
23795
+ /// The background gradient of the track when the focused switch is not checked.
23796
+ /// @group switch
23033
23797
  $switch-off-focused-gradient: null !default;
23798
+ /// The ring around the track when the focused switch is not checked.
23799
+ /// @group switch
23034
23800
  $switch-off-focused-shadow: null !default;
23035
23801
 
23802
+ /// The background of the thumb when the switch is not checked.
23803
+ /// @group switch
23036
23804
  $switch-off-handle-bg: $white !default;
23805
+ /// The text color of the thumb when the switch is not checked.
23806
+ /// @group switch
23037
23807
  $switch-off-handle-text: $switch-off-text !default;
23808
+ /// The border color of the thumb when the switch is not checked.
23809
+ /// @group switch
23038
23810
  $switch-off-handle-border: null !default;
23811
+ /// The background gradient of the thumb when the switch is not checked.
23812
+ /// @group switch
23039
23813
  $switch-off-handle-gradient: null !default;
23040
- $switch-off-handle-shadow: $switch-on-handle-shadow !default;
23814
+ $switch-off-handle-shadow: $box-shadow-depth-2 !default;
23041
23815
 
23816
+ /// The background of the thumb when the hovered switch is not checked.
23817
+ /// @group switch
23042
23818
  $switch-off-handle-hovered-bg: null !default;
23819
+ /// The text color of the thumb when the hovered switch is not checked.
23820
+ /// @group switch
23043
23821
  $switch-off-handle-hovered-text: null !default;
23822
+ /// The border color of the thumb when the hovered switch is not checked.
23823
+ /// @group switch
23044
23824
  $switch-off-handle-hovered-border: null !default;
23825
+ /// The background gradient of the thumb when the hovered switch is not checked.
23826
+ /// @group switch
23045
23827
  $switch-off-handle-hovered-gradient: null !default;
23046
23828
 
23829
+
23830
+ /// The background of the track when the switch is checked.
23831
+ /// @group switch
23832
+ $switch-on-bg: rgba( $primary, .54 ) !default;
23833
+ /// The text color of the track when the switch is checked.
23834
+ /// @group switch
23835
+ $switch-on-text: null !default;
23836
+ /// The border color of the track when the switch is checked.
23837
+ /// @group switch
23838
+ $switch-on-border: null !default;
23839
+ /// The background gradient of the track when the switch is checked.
23840
+ /// @group switch
23841
+ $switch-on-gradient: null !default;
23842
+ $switch-on-shadow: null !default;
23843
+
23844
+ /// The background of the track wen the hovered switch is checked.
23845
+ /// @group switch
23846
+ $switch-on-hovered-bg: null !default;
23847
+ /// The text color of the track wen the hovered switch is checked.
23848
+ /// @group switch
23849
+ $switch-on-hovered-text: null !default;
23850
+ /// The border color of the track wen the hovered switch is checked.
23851
+ /// @group switch
23852
+ $switch-on-hovered-border: null !default;
23853
+ /// The background gradient of the track wen the hovered switch is checked.
23854
+ /// @group switch
23855
+ $switch-on-hovered-gradient: null !default;
23856
+
23857
+ /// The background of the track wen the focused switch is checked.
23858
+ /// @group switch
23859
+ $switch-on-focused-bg: null !default;
23860
+ /// The text color of the track wen the focused switch is checked.
23861
+ /// @group switch
23862
+ $switch-on-focused-text: null !default;
23863
+ /// The border color of the track wen the focused switch is checked.
23864
+ /// @group switch
23865
+ $switch-on-focused-border: null !default;
23866
+ /// The background gradient of the track wen the focused switch is checked.
23867
+ /// @group switch
23868
+ $switch-on-focused-gradient: null !default;
23869
+ /// The ring around the track wen the focused switch is checked.
23870
+ /// @group switch
23871
+ $switch-on-focused-shadow: null !default;
23872
+
23873
+ /// The background of the thumb when the switch is checked.
23874
+ /// @group switch
23875
+ $switch-on-handle-bg: $primary !default;
23876
+ /// The text color of the thumb when the switch is checked.
23877
+ /// @group switch
23878
+ $switch-on-handle-text: null !default;
23879
+ /// The border color of the thumb when the switch is checked.
23880
+ /// @group switch
23881
+ $switch-on-handle-border: null !default;
23882
+ /// The background gradient of the thumb when the switch is checked.
23883
+ /// @group switch
23884
+ $switch-on-handle-gradient: null !default;
23885
+ $switch-on-handle-shadow: $switch-off-handle-shadow !default;
23886
+
23887
+ /// The background of the thumb when the hovered switch is checked.
23888
+ /// @group switch
23889
+ $switch-on-handle-hovered-bg: null !default;
23890
+ /// The text color of the thumb when the hovered switch is checked.
23891
+ /// @group switch
23892
+ $switch-on-handle-hovered-text: null !default;
23893
+ /// The border color of the thumb when the hovered switch is checked.
23894
+ /// @group switch
23895
+ $switch-on-handle-hovered-border: null !default;
23896
+ /// The background gradient of the thumb when the hovered switch is checked.
23897
+ /// @group switch
23898
+ $switch-on-handle-hovered-gradient: null !default;
23899
+
23047
23900
  // #endregion
23048
23901
  // #region @import "_layout.scss"; -> packages/material/scss/switch/_layout.scss
23049
23902
  // #region @import "~@progress/kendo-theme-default/scss/switch/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/switch/_layout.scss
@@ -23058,14 +23911,20 @@ $switch-off-handle-hovered-gradient: null !default;
23058
23911
  display: inline-flex;
23059
23912
  align-items: center;
23060
23913
  vertical-align: middle;
23061
- font-family: $font-family;
23062
- font-size: $font-size-xs;
23063
- line-height: $line-height;
23914
+ font-family: $switch-font-family;
23915
+ font-size: $switch-font-size;
23916
+ line-height: 1;
23064
23917
  user-select: none;
23065
23918
  text-align: left;
23066
23919
  -webkit-touch-callout: none;
23067
23920
  -webkit-tap-highlight-color: $rgba-transparent;
23068
23921
 
23922
+ *,
23923
+ *::before,
23924
+ *::after {
23925
+ box-sizing: border-box;
23926
+ }
23927
+
23069
23928
  [type="checkbox"] {
23070
23929
  display: none;
23071
23930
  }
@@ -23075,11 +23934,9 @@ $switch-off-handle-hovered-gradient: null !default;
23075
23934
  }
23076
23935
  }
23077
23936
 
23078
- .k-switch,
23079
- .k-switch-container,
23080
- .k-switch-handle {
23081
- box-sizing: border-box;
23082
- }
23937
+ // .k-switch,
23938
+ // .k-switch-container,
23939
+ // .k-switch-handle {}
23083
23940
 
23084
23941
 
23085
23942
  // Switch track
@@ -23139,7 +23996,8 @@ $switch-off-handle-hovered-gradient: null !default;
23139
23996
 
23140
23997
  // RTL
23141
23998
  .k-rtl .k-switch,
23142
- .k-switch[dir = "rtl"] {
23999
+ [dir="rtl"] .k-switch,
24000
+ .k-switch[dir="rtl"] {
23143
24001
  &.k-switch-on .k-switch-handle {
23144
24002
  left: $switch-thumb-start-x;
23145
24003
  }
@@ -23614,6 +24472,12 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
23614
24472
  -webkit-touch-callout: none;
23615
24473
  -webkit-tap-highlight-color: $rgba-transparent;
23616
24474
 
24475
+ *,
24476
+ *::before,
24477
+ *::after {
24478
+ box-sizing: border-box;
24479
+ }
24480
+
23617
24481
  .k-upload-button {
23618
24482
  min-width: 7em;
23619
24483
  }
@@ -23769,7 +24633,6 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
23769
24633
  border-style: solid;
23770
24634
  font-size: ($font-size * .57);
23771
24635
  text-transform: uppercase;
23772
- box-sizing: content-box;
23773
24636
  position: absolute;
23774
24637
  top: $upload-item-padding-y;
23775
24638
  }
@@ -24256,9 +25119,14 @@ $appbar-bottom-box-shadow: 0px -2px 3px rgba(0, 0, 0, .24) !default;
24256
25119
  -webkit-touch-callout: none;
24257
25120
  -webkit-tap-highlight-color: $rgba-transparent;
24258
25121
 
25122
+ *,
25123
+ *::before,
25124
+ *::after {
25125
+ box-sizing: border-box;
25126
+ }
25127
+
24259
25128
  > * {
24260
25129
  flex-shrink: 0;
24261
-
24262
25130
  }
24263
25131
 
24264
25132
  // Appbar section
@@ -24502,6 +25370,12 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
24502
25370
  cursor: pointer;
24503
25371
  outline: none;
24504
25372
 
25373
+ *,
25374
+ *::before,
25375
+ *::after {
25376
+ box-sizing: border-box;
25377
+ }
25378
+
24505
25379
  &:focus {
24506
25380
  outline: none;
24507
25381
  }
@@ -24552,843 +25426,257 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
24552
25426
  border-radius: 50%;
24553
25427
 
24554
25428
  &.k-fab-sm {
24555
- width: $fab-size-sm;
24556
- height: $fab-size-sm;
24557
- }
24558
- &.k-fab-md {
24559
- width: $fab-size-md;
24560
- height: $fab-size-md;
24561
- }
24562
- &.k-fab-lg {
24563
- width: $fab-size-lg;
24564
- height: $fab-size-lg;
24565
- }
24566
- }
24567
- .k-fab-pill {
24568
- border-radius: 5rem;
24569
- }
24570
- .k-fab-rounded {
24571
- @include border-radius( $fab-border-radius );
24572
- }
24573
-
24574
-
24575
- // Items
24576
- .k-fab-items {
24577
- margin: 0;
24578
- padding: $fab-items-padding-y $fab-items-padding-x;
24579
- display: flex;
24580
- }
24581
-
24582
- .k-fab-items-bottom {
24583
- flex-direction: column;
24584
- }
24585
- .k-fab-items-bottom .k-fab-item:last-child {
24586
- margin-bottom: 0;
24587
- }
24588
-
24589
- .k-fab-items-top {
24590
- flex-direction: column-reverse;
24591
- }
24592
- .k-fab-items-top .k-fab-item:first-child {
24593
- margin-bottom: 0;
24594
- }
24595
-
24596
- .k-fab-item {
24597
- list-style-type: none;
24598
- margin-bottom: map-get( $spacing, 2 );
24599
- outline: none;
24600
- white-space: nowrap;
24601
- display: flex;
24602
- align-items: center;
24603
- justify-content: flex-end;
24604
- cursor: pointer;
24605
-
24606
- &.k-text-right {
24607
- flex-direction: row;
24608
-
24609
- .k-fab-item-text {
24610
- margin-right: map-get( $spacing, 2 );
24611
- }
24612
- }
24613
- &.k-text-left {
24614
- flex-direction: row-reverse;
24615
-
24616
- .k-fab-item-text {
24617
- margin-left: map-get( $spacing, 2 );
24618
- }
24619
- }
24620
- }
24621
-
24622
- .k-fab-item-text {
24623
- padding: $fab-item-text-padding-y $fab-item-text-padding-x;
24624
- border-width: $fab-item-text-border-width;
24625
- border-radius: $fab-item-text-border-radius;
24626
- font-size: $fab-item-text-font-size;
24627
- line-height: $fab-item-text-line-height;
24628
- }
24629
-
24630
- .k-fab-item-icon {
24631
- width: $fab-item-icon-width;
24632
- height: $fab-item-icon-height;
24633
- padding: $fab-item-icon-padding-y $fab-item-icon-padding-x;
24634
- border-width: $fab-item-icon-border-width;
24635
- border-radius: $fab-item-icon-border-radius;
24636
- box-sizing: content-box;
24637
- outline: none;
24638
- }
24639
-
24640
- }
24641
-
24642
- @include exports("fab/layout/rtl") {
24643
-
24644
- .k-rtl .k-fab,
24645
- .k-fab[dir="rtl"],
24646
- [dir="rtl"] .k-fab {
24647
- direction: rtl;
24648
-
24649
- .k-fab-icon {
24650
- &:not(:only-child) {
24651
- margin-right: -$icon-spacing;
24652
- margin-left: $icon-spacing;
24653
- }
24654
- }
24655
- }
24656
-
24657
- .k-rtl .k-fab-popup,
24658
- [dir="rtl"] .k-fab-popup {
24659
- .k-fab-item.k-text-left {
24660
- flex-direction: row;
24661
- }
24662
-
24663
- .k-fab-item.k-text-right {
24664
- flex-direction: row-reverse;
24665
- }
24666
- }
24667
-
24668
- }
24669
-
24670
-
24671
- // #endregion
24672
-
24673
- @include exports("fab/layout/material") {
24674
-
24675
- .k-fab-text {
24676
- text-transform: uppercase;
24677
- }
24678
-
24679
- }
24680
-
24681
- // #endregion
24682
- // #region @import "_theme.scss"; -> packages/material/scss/fab/_theme.scss
24683
- @include exports( "fab/theme/material" ) {
24684
-
24685
- // Normal state
24686
- @each $name, $color in $fab-theme-colors {
24687
- .k-fab-#{$name} {
24688
- @include box-shadow($fab-shadow);
24689
- border-color: $color;
24690
- color: contrast-wcag( $color );
24691
- background-color: $color;
24692
- }
24693
- }
24694
-
24695
- // Hover state
24696
- @each $name, $color in $fab-theme-colors {
24697
- .k-state-hover.k-fab-#{$name},
24698
- .k-state-hovered.k-fab-#{$name},
24699
- .k-fab-#{$name}:hover {
24700
- border-color: true-mix( #ffffff, $color, 8%);
24701
- background-color: true-mix( #ffffff, $color, 8%);
24702
- }
24703
- }
24704
-
24705
- // Focus state
24706
- @each $name, $color in $fab-theme-colors {
24707
- .k-state-focus.k-fab-#{$name},
24708
- .k-state-focused.k-fab-#{$name},
24709
- .k-fab-#{$name}:focus {
24710
- border-color: true-mix( #ffffff, $color, 12%);
24711
- background-color: true-mix( #ffffff, $color, 12%);
24712
- }
24713
- }
24714
-
24715
- // Active state
24716
- @each $name, $color in $fab-theme-colors {
24717
- .k-state-active.k-fab-#{$name},
24718
- .k-state-selected.k-fab-#{$name},
24719
- .k-fab-#{$name}:active {
24720
- border-color: true-mix( #ffffff, $color, 16%);
24721
- background-color: true-mix( #ffffff, $color, 16%);
24722
- box-shadow: $fab-active-shadow;
24723
- }
24724
- }
24725
-
24726
- // Disabled state
24727
- @each $name, $color in $fab-theme-colors {
24728
- .k-state-disabled.k-fab-#{$name},
24729
- .k-fab-#{$name}:disabled {
24730
- @include box-shadow($fab-disabled-shadow);
24731
- border-color: try-tint( try-shade( $body-bg, 12% ), 5);
24732
- background-color: try-tint( try-shade( $body-bg, 12% ), 5);
24733
- color: tint( $disabled-text, 4);
24734
- opacity: 1;
24735
- }
24736
- }
24737
-
24738
- // Items
24739
- .k-fab-item-text {
24740
- @include fill(
24741
- $fab-item-text,
24742
- $fab-item-bg,
24743
- $fab-item-border
24744
- );
24745
- @include box-shadow($fab-item-shadow);
24746
- }
24747
- .k-fab-item-icon {
24748
- @include fill(
24749
- $fab-item-icon-text,
24750
- $fab-item-icon-bg,
24751
- $fab-item-icon-border
24752
- );
24753
- @include box-shadow($fab-item-shadow);
24754
- }
24755
-
24756
- // Hover state
24757
- .k-fab-item.k-state-hover .k-fab-item-icon,
24758
- .k-fab-item.k-state-hovered .k-fab-item-icon,
24759
- .k-fab-item:hover .k-fab-item-icon {
24760
- border-color: true-mix( #000000, $fab-item-icon-border, 8%);
24761
- background-color: true-mix( #000000, $fab-item-icon-bg, 8%);
24762
- color: true-mix( #000000, $fab-item-icon-text, 8%);
24763
- }
24764
-
24765
- // Focus state
24766
- .k-fab-item:focus .k-fab-item-icon,
24767
- .k-fab-item.k-state-focus .k-fab-item-icon,
24768
- .k-fab-item.k-state-focused .k-fab-item-icon {
24769
- border-color: true-mix( #000000, $fab-item-icon-border, 12%);
24770
- background-color: true-mix( #000000, $fab-item-icon-bg, 12%);
24771
- color: true-mix( #000000, $fab-item-icon-text, 12%);
24772
- }
24773
-
24774
- // Active state
24775
- .k-fab-item.k-state-active .k-fab-item-icon,
24776
- .k-fab-item:active .k-fab-item-icon {
24777
- @include box-shadow($fab-item-active-shadow);
24778
- border-color: true-mix( #ffffff, $fab-item-icon-border, 12%);
24779
- background-color: true-mix( #ffffff, $fab-item-icon-bg, 12%);
24780
- }
24781
-
24782
- // Disabled state
24783
- .k-fab-item.k-state-disabled,
24784
- .k-fab-item:disabled {
24785
- opacity: 1;
24786
-
24787
- .k-fab-item-text,
24788
- .k-fab-item-icon {
24789
- @include box-shadow($fab-item-disabled-shadow);
24790
- background-color: try-tint( $fab-item-bg, 8 );
24791
- color: try-tint( $fab-item-text, 8 );
24792
- }
24793
- }
24794
-
24795
- // Popup
24796
- .k-animation-container > .k-fab-popup {
24797
- @include box-shadow( none );
24798
- }
24799
- }
24800
-
24801
- // #endregion
24802
-
24803
- // #endregion
24804
- // #region @import "menu/_index.scss"; -> packages/material/scss/menu/_index.scss
24805
- // #region @import "../core/_index.scss"; -> packages/material/scss/core/_index.scss
24806
- // File already imported_once. Skipping output.
24807
- // #endregion
24808
-
24809
-
24810
- // Dependencies
24811
- // #region @import "../common/_index.scss"; -> packages/material/scss/common/_index.scss
24812
- // File already imported_once. Skipping output.
24813
- // #endregion
24814
- // #region @import "../popup/_index.scss"; -> packages/material/scss/popup/_index.scss
24815
- // File already imported_once. Skipping output.
24816
- // #endregion
24817
- // #region @import "../icons/_index.scss"; -> packages/material/scss/icons/_index.scss
24818
- // File already imported_once. Skipping output.
24819
- // #endregion
24820
- // #region @import "../list/_index.scss"; -> packages/material/scss/list/_index.scss
24821
- // File already imported_once. Skipping output.
24822
- // #endregion
24823
- // #region @import "../button/_variables.scss"; -> packages/material/scss/button/_variables.scss
24824
- // File already imported_once. Skipping output.
24825
- // #endregion
24826
-
24827
-
24828
- // Component
24829
- // #region @import "_variables.scss"; -> packages/material/scss/menu/_variables.scss
24830
- // File already imported_once. Skipping output.
24831
- // #endregion
24832
- // #region @import "_layout.scss"; -> packages/material/scss/menu/_layout.scss
24833
- // #region @import "~@progress/kendo-theme-default/scss/menu/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/menu/_layout.scss
24834
- @include exports("menu/layout") {
24835
-
24836
- // Base
24837
- .k-menu {
24838
- border-width: $menu-border-width;
24839
- border-style: solid;
24840
- box-sizing: border-box;
24841
- outline: 0;
24842
- font-family: $menu-font-family;
24843
- font-size: $menu-font-size;
24844
- line-height: $menu-line-height;
24845
- display: flex;
24846
- flex-wrap: wrap;
24847
- align-items: stretch;
24848
- position: relative;
24849
- cursor: default;
24850
- -webkit-touch-callout: none;
24851
- -webkit-tap-highlight-color: $rgba-transparent;
24852
- }
24853
-
24854
-
24855
- // Menu item
24856
- .k-menu-item {
24857
- box-sizing: border-box;
24858
- border-width: 0;
24859
- outline: 0;
24860
- display: flex;
24861
- flex-flow: column nowrap;
24862
- flex: none;
24863
- position: relative;
24864
- user-select: none;
24865
- }
24866
-
24867
-
24868
- // Menu link
24869
- .k-menu-link {
24870
- padding: $menu-item-padding-y $menu-item-padding-x;
24871
- outline: 0;
24872
- color: inherit;
24873
- display: flex;
24874
- flex-flow: row nowrap;
24875
- flex: 1 1 auto;
24876
- align-items: center;
24877
- position: relative;
24878
- white-space: nowrap;
24879
- cursor: pointer;
24880
-
24881
- > .k-icon:not(.k-menu-expand-arrow),
24882
- > .k-image,
24883
- > .k-sprite {
24884
- margin-right: $menu-item-icon-spacing;
24885
- }
24886
- }
24887
-
24888
-
24889
- // Menu item text
24890
- .k-menu-link-text {
24891
- flex: 1 1 auto;
24892
- overflow: hidden;
24893
- text-overflow: ellipsis;
24894
- }
24895
-
24896
-
24897
- // Expand arrow
24898
- .k-menu-expand-arrow {
24899
- margin-left: $icon-spacing;
24900
- margin-right: -$icon-spacing;
24901
- display: inline-flex;
24902
- flex-flow: row wrap;
24903
- align-items: center;
24904
- flex: none;
24905
- position: relative;
24906
- }
24907
- .k-menu-expand-arrow.k-i-arrow-60-left,
24908
- .k-menu-expand-arrow.k-i-arrow-60-right {
24909
- margin: 0;
24910
- position: absolute;
24911
- top: 50%;
24912
- transform: translateY(-50%);
24913
- }
24914
- .k-menu-expand-arrow.k-i-arrow-60-right {
24915
- right: $icon-spacing;
24916
- }
24917
- .k-menu-expand-arrow.k-i-arrow-60-left {
24918
- left: $icon-spacing;
24919
- }
24920
-
24921
-
24922
- // Orientation -- horizontal
24923
- .k-menu-horizontal {
24924
- flex-direction: row;
24925
-
24926
- > .k-menu-item + .k-menu-item {
24927
- margin-left: $menu-item-spacing;
24928
- }
24929
-
24930
- > .k-separator {
24931
- margin: 0 $menu-separator-spacing;
24932
- width: 0;
24933
- height: auto;
24934
- border-width: 0 0 0 1px;
24935
- border-style: solid;
24936
- }
24937
- }
24938
-
24939
-
24940
- // Orientation -- vertical
24941
- .k-menu-vertical {
24942
- flex-direction: column;
24943
-
24944
- > .k-menu-item + .k-menu-item {
24945
- margin-top: $menu-item-spacing;
24946
- }
24947
-
24948
- > .k-menu-item > .k-menu-link {
24949
- padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
24950
- padding-right: $menu-popup-item-padding-end;
24951
-
24952
- .k-menu-expand-arrow {
24953
- margin: 0;
24954
- position: absolute;
24955
- top: 50%;
24956
- transform: translateY(-50%);
24957
- right: $icon-spacing;
24958
- }
24959
- }
24960
-
24961
- > .k-separator {
24962
- margin: $menu-separator-spacing 0;
24963
- height: 0;
24964
- border-width: 1px 0 0;
24965
- border-style: solid;
24966
- border-color: $panel-border;
24967
- display: block;
24968
- }
24969
- }
24970
-
24971
-
24972
- // Menu popup
24973
- .k-menu-popup {
24974
- border-width: $menu-popup-border-width;
24975
- border-style: solid;
24976
- overflow: auto;
24977
- max-height: 80vh;
24978
- }
24979
-
24980
-
24981
- // Sub menu
24982
- .k-menu-group {
24983
- margin: 0;
24984
- padding: 0;
24985
- // padding: $menu-popup-padding-y $menu-popup-padding-x;
24986
- font-size: $menu-popup-font-size;
24987
- line-height: $menu-popup-line-height;
24988
- list-style: none;
24989
- display: none;
24990
- position: absolute;
24991
-
24992
- .k-menu-popup & {
24993
- position: relative;
24994
- display: flex;
24995
- flex-direction: column;
24996
- }
24997
-
24998
- // jquery popup overrides those
24999
- .k-menu-item {
25000
- font-size: $menu-popup-font-size;
25001
- line-height: $menu-popup-line-height;
25002
- }
25003
-
25004
- .k-menu-item + .k-menu-item {
25005
- margin-top: $menu-popup-item-spacing;
25006
- }
25007
-
25008
- .k-menu-link {
25009
- padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
25010
- padding-right: $menu-popup-item-padding-end;
25011
-
25012
- .k-menu-expand-arrow {
25013
- margin: 0;
25014
- position: absolute;
25015
- top: 50%;
25016
- transform: translateY(-50%);
25017
- right: $icon-spacing;
25018
- }
25019
- }
25020
-
25021
- .k-separator {
25022
- margin: $menu-separator-spacing 0;
25023
- height: 0;
25024
- border-width: 1px 0 0;
25025
- border-style: solid;
25026
- border-color: $component-border;
25027
- display: block;
25028
- }
25029
- }
25030
-
25031
-
25032
- // Context menu
25033
- .k-popups-wrapper {
25034
- position: relative;
25035
- border: 0;
25036
- margin: 0;
25037
- padding: 0;
25038
- }
25039
- .k-context-menu {
25040
- margin: 0;
25041
- padding: 0;
25042
- // padding: $menu-popup-padding-y $menu-popup-padding-x;
25043
- border-width: $menu-popup-border-width;
25044
- border-style: solid;
25045
- }
25046
- .k-animation-container .k-context-menu.k-menu-horizontal {
25047
- // kendo-jquery adds `display: block` via js and we need to override it.
25048
- display: flex !important; // sass-lint:disable-line no-important
25049
- flex-wrap: nowrap;
25050
- }
25051
- .k-context-menu-popup {
25052
- z-index: 12000;
25053
-
25054
- .k-context-menu {
25055
- border-width: 0;
25429
+ width: $fab-size-sm;
25430
+ height: $fab-size-sm;
25431
+ }
25432
+ &.k-fab-md {
25433
+ width: $fab-size-md;
25434
+ height: $fab-size-md;
25435
+ }
25436
+ &.k-fab-lg {
25437
+ width: $fab-size-lg;
25438
+ height: $fab-size-lg;
25056
25439
  }
25057
25440
  }
25058
- .k-popup .k-context-menu,
25059
- .k-context-menu-popup .k-context-menu {
25060
- border-width: 0;
25441
+ .k-fab-pill {
25442
+ border-radius: 5rem;
25443
+ }
25444
+ .k-fab-rounded {
25445
+ @include border-radius( $fab-border-radius );
25061
25446
  }
25062
25447
 
25063
25448
 
25064
- // Scrolling
25065
- .k-menu-scroll-wrapper {
25449
+ // Items
25450
+ .k-fab-items {
25066
25451
  margin: 0;
25067
- padding: 0;
25068
- border: 0;
25069
- position: relative;
25452
+ padding: $fab-items-padding-y $fab-items-padding-x;
25453
+ display: flex;
25454
+ }
25070
25455
 
25071
- .k-menu {
25072
- overflow: hidden;
25073
- flex-wrap: nowrap;
25074
- }
25456
+ .k-fab-items-bottom {
25457
+ flex-direction: column;
25458
+ }
25459
+ .k-fab-items-bottom .k-fab-item:last-child {
25460
+ margin-bottom: 0;
25075
25461
  }
25076
- .k-menu-scroll-button {
25077
- @include border-radius( 0 );
25078
- padding: 0;
25079
- border-width: 0;
25080
- border-color: inherit;
25081
- color: inherit;
25082
- background: inherit;
25083
- position: absolute;
25084
25462
 
25085
- &.k-scroll-left {
25086
- top: 0;
25087
- left: 0;
25088
- height: 100%;
25089
- width: 16px;
25090
- border-right-width: 1px;
25091
- }
25092
- &.k-scroll-right {
25093
- top: 0;
25094
- right: 0;
25095
- height: 100%;
25096
- width: 16px;
25097
- border-left-width: 1px;
25098
- }
25099
- &.k-scroll-up {
25100
- top: 0;
25101
- left: 0;
25102
- width: 100%;
25103
- height: 16px;
25104
- border-bottom-width: 1px;
25105
- }
25106
- &.k-scroll-down {
25107
- bottom: 0;
25108
- left: 0;
25109
- width: 100%;
25110
- height: 16px;
25111
- border-top-width: 1px;
25112
- }
25463
+ .k-fab-items-top {
25464
+ flex-direction: column-reverse;
25465
+ }
25466
+ .k-fab-items-top .k-fab-item:first-child {
25467
+ margin-bottom: 0;
25113
25468
  }
25114
25469
 
25470
+ .k-fab-item {
25471
+ list-style-type: none;
25472
+ margin-bottom: map-get( $spacing, 2 );
25473
+ outline: none;
25474
+ white-space: nowrap;
25475
+ display: flex;
25476
+ align-items: center;
25477
+ justify-content: flex-end;
25478
+ cursor: pointer;
25115
25479
 
25116
- // RTL
25117
- .k-rtl,
25118
- [dir="rtl"] {
25480
+ &.k-text-right {
25481
+ flex-direction: row;
25119
25482
 
25120
- .k-menu-link {
25121
- > .k-icon:not(.k-menu-expand-arrow),
25122
- > .k-image,
25123
- > .k-sprite {
25124
- margin-left: $menu-item-icon-spacing;
25125
- margin-right: 0;
25483
+ .k-fab-item-text {
25484
+ margin-right: map-get( $spacing, 2 );
25126
25485
  }
25127
25486
  }
25487
+ &.k-text-left {
25488
+ flex-direction: row-reverse;
25128
25489
 
25129
- .k-menu-expand-arrow.k-i-arrow-60-down {
25130
- margin-left: -$icon-spacing;
25131
- margin-right: $icon-spacing;
25490
+ .k-fab-item-text {
25491
+ margin-left: map-get( $spacing, 2 );
25492
+ }
25132
25493
  }
25494
+ }
25133
25495
 
25496
+ .k-fab-item-text {
25497
+ padding: $fab-item-text-padding-y $fab-item-text-padding-x;
25498
+ border-width: $fab-item-text-border-width;
25499
+ border-radius: $fab-item-text-border-radius;
25500
+ font-size: $fab-item-text-font-size;
25501
+ line-height: $fab-item-text-line-height;
25502
+ }
25134
25503
 
25135
- // Orientation -- horizontal
25136
- .k-menu-horizontal {
25137
-
25138
- > .k-menu-item + .k-menu-item {
25139
- margin-right: $menu-item-spacing;
25140
- margin-left: 0;
25141
- }
25142
- }
25504
+ .k-fab-item-icon {
25505
+ width: $fab-item-icon-width;
25506
+ height: $fab-item-icon-height;
25507
+ padding: $fab-item-icon-padding-y $fab-item-icon-padding-x;
25508
+ border-width: $fab-item-icon-border-width;
25509
+ border-radius: $fab-item-icon-border-radius;
25510
+ box-sizing: content-box;
25511
+ outline: none;
25512
+ }
25143
25513
 
25514
+ }
25144
25515
 
25145
- // Orientation -- vertical
25146
- .k-menu-vertical {
25516
+ @include exports("fab/layout/rtl") {
25147
25517
 
25148
- > .k-menu-item > .k-menu-link {
25149
- padding-right: $menu-popup-item-padding-x;
25150
- padding-left: $menu-popup-item-padding-end;
25518
+ .k-rtl .k-fab,
25519
+ .k-fab[dir="rtl"],
25520
+ [dir="rtl"] .k-fab {
25521
+ direction: rtl;
25151
25522
 
25152
- .k-menu-expand-arrow {
25153
- right: auto;
25154
- left: $icon-spacing;
25155
- }
25523
+ .k-fab-icon {
25524
+ &:not(:only-child) {
25525
+ margin-right: -$icon-spacing;
25526
+ margin-left: $icon-spacing;
25156
25527
  }
25157
25528
  }
25529
+ }
25158
25530
 
25531
+ .k-rtl .k-fab-popup,
25532
+ [dir="rtl"] .k-fab-popup {
25533
+ .k-fab-item.k-text-left {
25534
+ flex-direction: row;
25535
+ }
25159
25536
 
25160
- // Sub menu
25161
- .k-menu-group {
25537
+ .k-fab-item.k-text-right {
25538
+ flex-direction: row-reverse;
25539
+ }
25540
+ }
25162
25541
 
25163
- .k-menu-link {
25164
- padding-right: $menu-popup-item-padding-x;
25165
- padding-left: $menu-popup-item-padding-end;
25542
+ }
25166
25543
 
25167
- .k-menu-expand-arrow {
25168
- right: auto;
25169
- left: $icon-spacing;
25170
- }
25171
- }
25172
25544
 
25173
- }
25545
+ // #endregion
25546
+
25547
+ @include exports("fab/layout/material") {
25174
25548
 
25549
+ .k-fab-text {
25550
+ text-transform: uppercase;
25175
25551
  }
25176
25552
 
25177
25553
  }
25178
25554
 
25179
25555
  // #endregion
25556
+ // #region @import "_theme.scss"; -> packages/material/scss/fab/_theme.scss
25557
+ @include exports( "fab/theme/material" ) {
25180
25558
 
25181
- @include exports("menu/layout/material") {
25182
-
25183
- .k-menu:not(.k-context-menu) {
25184
-
25185
- // Root items
25186
- > .k-menu-item {
25187
- transition: $transition;
25559
+ // Normal state
25560
+ @each $name, $color in $fab-theme-colors {
25561
+ .k-fab-#{$name} {
25562
+ @include box-shadow($fab-shadow);
25563
+ border-color: $color;
25564
+ color: contrast-wcag( $color );
25565
+ background-color: $color;
25188
25566
  }
25189
25567
  }
25190
25568
 
25191
- // Scrolling
25192
- .k-menu-scroll-wrapper {
25193
-
25194
- .k-menu-scroll-button {
25195
- box-shadow: none;
25569
+ // Hover state
25570
+ @each $name, $color in $fab-theme-colors {
25571
+ .k-state-hover.k-fab-#{$name},
25572
+ .k-state-hovered.k-fab-#{$name},
25573
+ .k-fab-#{$name}:hover {
25574
+ border-color: true-mix( #ffffff, $color, 8%);
25575
+ background-color: true-mix( #ffffff, $color, 8%);
25196
25576
  }
25577
+ }
25197
25578
 
25198
- &.horizontal .k-menu-scroll-button {
25199
- width: calc( #{$line-height-em} + #{$nav-item-padding-y});
25579
+ // Focus state
25580
+ @each $name, $color in $fab-theme-colors {
25581
+ .k-state-focus.k-fab-#{$name},
25582
+ .k-state-focused.k-fab-#{$name},
25583
+ .k-fab-#{$name}:focus {
25584
+ border-color: true-mix( #ffffff, $color, 12%);
25585
+ background-color: true-mix( #ffffff, $color, 12%);
25200
25586
  }
25587
+ }
25201
25588
 
25202
- &.vertical .k-menu-scroll-button {
25203
- height: calc( #{$line-height-em} + #{$nav-item-padding-y});
25589
+ // Active state
25590
+ @each $name, $color in $fab-theme-colors {
25591
+ .k-state-active.k-fab-#{$name},
25592
+ .k-state-selected.k-fab-#{$name},
25593
+ .k-fab-#{$name}:active {
25594
+ border-color: true-mix( #ffffff, $color, 16%);
25595
+ background-color: true-mix( #ffffff, $color, 16%);
25596
+ box-shadow: $fab-active-shadow;
25204
25597
  }
25205
25598
  }
25206
- }
25207
-
25208
- // #endregion
25209
- // #region @import "_theme.scss"; -> packages/material/scss/menu/_theme.scss
25210
- // #region @import "~@progress/kendo-theme-default/scss/menu/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/menu/_theme.scss
25211
- @include exports("menu/theme") {
25212
-
25213
- .k-menu:not(.k-context-menu) {
25214
- @include fill(
25215
- $menu-text,
25216
- $menu-bg,
25217
- $menu-border,
25218
- $menu-gradient
25219
- );
25220
-
25221
- > .k-item {
25222
- @include fill(
25223
- $menu-item-text,
25224
- $menu-item-bg,
25225
- $menu-item-border,
25226
- $menu-item-gradient
25227
- );
25228
-
25229
- &:hover,
25230
- &.k-state-hover {
25231
- @include fill(
25232
- $menu-item-hover-text,
25233
- $menu-item-hover-bg,
25234
- $menu-item-hover-border,
25235
- $menu-item-hover-gradient
25236
- );
25237
- }
25238
-
25239
- > .k-state-active,
25240
- &.k-state-selected {
25241
- @include fill(
25242
- $menu-item-expanded-text,
25243
- $menu-item-expanded-bg,
25244
- $menu-item-expanded-border,
25245
- $menu-item-expanded-gradient
25246
- );
25247
- }
25248
25599
 
25249
- &:focus,
25250
- &.k-state-focus,
25251
- &.k-state-focused {
25252
- @include box-shadow( $menu-item-focus-shadow );
25253
- }
25600
+ // Disabled state
25601
+ @each $name, $color in $fab-theme-colors {
25602
+ .k-state-disabled.k-fab-#{$name},
25603
+ .k-fab-#{$name}:disabled {
25604
+ @include box-shadow($fab-disabled-shadow);
25605
+ border-color: try-tint( try-shade( $body-bg, 12% ), 5);
25606
+ background-color: try-tint( try-shade( $body-bg, 12% ), 5);
25607
+ color: tint( $disabled-text, 4);
25608
+ opacity: 1;
25254
25609
  }
25255
25610
  }
25256
25611
 
25257
- .k-menu-group,
25258
- .k-menu.k-context-menu {
25612
+ // Items
25613
+ .k-fab-item-text {
25259
25614
  @include fill(
25260
- $menu-popup-text,
25261
- $menu-popup-bg,
25262
- $menu-popup-border,
25263
- $menu-popup-gradient
25615
+ $fab-item-text,
25616
+ $fab-item-bg,
25617
+ $fab-item-border
25264
25618
  );
25265
-
25266
- .k-item {
25267
- @include fill(
25268
- $menu-popup-item-text,
25269
- $menu-popup-item-bg,
25270
- $menu-popup-item-border,
25271
- $menu-popup-item-gradient
25272
- );
25273
-
25274
- &:hover,
25275
- &.k-state-hover {
25276
- @include fill(
25277
- $menu-popup-item-hover-text,
25278
- $menu-popup-item-hover-bg,
25279
- $menu-popup-item-hover-border,
25280
- $menu-popup-item-hover-gradient
25281
- );
25282
- }
25283
-
25284
- > .k-state-active,
25285
- &.k-state-selected {
25286
- @include fill(
25287
- $menu-popup-item-expanded-text,
25288
- $menu-popup-item-expanded-bg,
25289
- $menu-popup-item-expanded-border,
25290
- $menu-popup-item-expanded-gradient
25291
- );
25292
- }
25293
-
25294
- &:focus,
25295
- &.k-state-focus,
25296
- &.k-state-focused {
25297
- @include box-shadow( $menu-popup-item-focus-shadow );
25298
- }
25299
- }
25619
+ @include box-shadow($fab-item-shadow);
25300
25620
  }
25301
-
25302
-
25303
- // Scrolling
25304
- .k-menu-scroll-button {
25621
+ .k-fab-item-icon {
25305
25622
  @include fill(
25306
- $menu-scroll-button-text,
25307
- $menu-scroll-button-bg,
25308
- $menu-scroll-button-border,
25309
- $menu-scroll-button-gradient
25623
+ $fab-item-icon-text,
25624
+ $fab-item-icon-bg,
25625
+ $fab-item-icon-border
25310
25626
  );
25311
-
25312
- &:hover {
25313
- @include fill(
25314
- $menu-scroll-button-hover-text,
25315
- $menu-scroll-button-hover-bg,
25316
- $menu-scroll-button-hover-border,
25317
- $menu-scroll-button-hover-gradient
25318
- );
25319
-
25320
- &::before {
25321
- opacity: 0;
25322
- }
25323
- }
25627
+ @include box-shadow($fab-item-shadow);
25324
25628
  }
25325
- }
25326
-
25327
- // #endregion
25328
25629
 
25329
- @include exports("menu/theme/material") {
25330
-
25331
- .k-menu:not(.k-context-menu) {
25332
-
25333
- // Root items
25334
- > .k-menu-item {
25630
+ // Hover state
25631
+ .k-fab-item.k-state-hover .k-fab-item-icon,
25632
+ .k-fab-item.k-state-hovered .k-fab-item-icon,
25633
+ .k-fab-item:hover .k-fab-item-icon {
25634
+ border-color: true-mix( #000000, $fab-item-icon-border, 8%);
25635
+ background-color: true-mix( #000000, $fab-item-icon-bg, 8%);
25636
+ color: true-mix( #000000, $fab-item-icon-text, 8%);
25637
+ }
25335
25638
 
25336
- // Focused state
25337
- &:focus,
25338
- &.k-state-focus,
25339
- &.k-state-focused {
25340
- @include fill(
25341
- $menu-item-hover-text,
25342
- $menu-item-hover-bg,
25343
- $menu-item-hover-border,
25344
- $menu-item-hover-gradient
25345
- );
25346
- }
25639
+ // Focus state
25640
+ .k-fab-item:focus .k-fab-item-icon,
25641
+ .k-fab-item.k-state-focus .k-fab-item-icon,
25642
+ .k-fab-item.k-state-focused .k-fab-item-icon {
25643
+ border-color: true-mix( #000000, $fab-item-icon-border, 12%);
25644
+ background-color: true-mix( #000000, $fab-item-icon-bg, 12%);
25645
+ color: true-mix( #000000, $fab-item-icon-text, 12%);
25646
+ }
25347
25647
 
25348
- }
25648
+ // Active state
25649
+ .k-fab-item.k-state-active .k-fab-item-icon,
25650
+ .k-fab-item:active .k-fab-item-icon {
25651
+ @include box-shadow($fab-item-active-shadow);
25652
+ border-color: true-mix( #ffffff, $fab-item-icon-border, 12%);
25653
+ background-color: true-mix( #ffffff, $fab-item-icon-bg, 12%);
25349
25654
  }
25350
25655
 
25351
- // Subitems
25352
- .k-menu-group,
25353
- .k-context-menu {
25354
- .k-menu-item {
25656
+ // Disabled state
25657
+ .k-fab-item.k-state-disabled,
25658
+ .k-fab-item:disabled {
25659
+ opacity: 1;
25355
25660
 
25356
- // Focused
25357
- &:focus,
25358
- &.k-state-focus,
25359
- &.k-state-focused {
25360
- @include fill(
25361
- $menu-popup-item-hover-text,
25362
- $menu-popup-item-hover-bg,
25363
- $menu-popup-item-hover-border,
25364
- $menu-popup-item-hover-gradient
25365
- );
25366
- }
25661
+ .k-fab-item-text,
25662
+ .k-fab-item-icon {
25663
+ @include box-shadow($fab-item-disabled-shadow);
25664
+ background-color: try-tint( $fab-item-bg, 8 );
25665
+ color: try-tint( $fab-item-text, 8 );
25367
25666
  }
25368
25667
  }
25369
25668
 
25370
-
25371
- // Scrolling
25372
- .k-menu-scroll-wrapper {
25373
- .k-menu-scroll-button {
25374
- .k-i-arrow-60-up::before {
25375
- content: "\e013";
25376
- }
25377
- .k-i-arrow-60-right::before {
25378
- content: "\e014";
25379
- }
25380
- .k-i-arrow-60-down::before {
25381
- content: "\e015";
25382
- }
25383
- .k-i-arrow-60-left::before {
25384
- content: "\e016";
25385
- }
25386
- }
25669
+ // Popup
25670
+ .k-animation-container > .k-fab-popup {
25671
+ @include box-shadow( none );
25387
25672
  }
25388
25673
  }
25389
25674
 
25390
25675
  // #endregion
25391
25676
 
25677
+ // #endregion
25678
+ // #region @import "menu/_index.scss"; -> packages/material/scss/menu/_index.scss
25679
+ // File already imported_once. Skipping output.
25392
25680
  // #endregion
25393
25681
  // #region @import "toolbar/_index.scss"; -> packages/material/scss/toolbar/_index.scss
25394
25682
  // File already imported_once. Skipping output.
@@ -25526,6 +25814,12 @@ $actionsheet-item-disabled-opacity: .42 !default;
25526
25814
  overflow-y: auto;
25527
25815
  position: fixed;
25528
25816
  z-index: 10002;
25817
+
25818
+ *,
25819
+ *::before,
25820
+ *::after {
25821
+ box-sizing: border-box;
25822
+ }
25529
25823
  }
25530
25824
 
25531
25825
 
@@ -26236,6 +26530,12 @@ $drawer-selected-hover-text: $secondary !default;
26236
26530
  -webkit-touch-callout: none;
26237
26531
  -webkit-tap-highlight-color: $rgba-transparent;
26238
26532
 
26533
+ *,
26534
+ *::before,
26535
+ *::after {
26536
+ box-sizing: border-box;
26537
+ }
26538
+
26239
26539
  // Borders
26240
26540
  .k-drawer-mini &.k-drawer-start,
26241
26541
  .k-drawer-expanded &.k-drawer-start,
@@ -26631,6 +26931,12 @@ $notification-themes: () !default;
26631
26931
  display: block;
26632
26932
  -webkit-touch-callout: none;
26633
26933
  -webkit-tap-highlight-color: $rgba-transparent;
26934
+
26935
+ *,
26936
+ *::before,
26937
+ *::after {
26938
+ box-sizing: border-box;
26939
+ }
26634
26940
  }
26635
26941
 
26636
26942
  .k-notification-wrap {
@@ -26870,6 +27176,12 @@ $card-focus-callout-box-shadow-w: null !default;
26870
27176
  overflow: hidden;
26871
27177
  -webkit-touch-callout: none;
26872
27178
  -webkit-tap-highlight-color: $rgba-transparent;
27179
+
27180
+ *,
27181
+ *::before,
27182
+ *::after {
27183
+ box-sizing: border-box;
27184
+ }
26873
27185
  }
26874
27186
  .k-card > .k-card-inner {
26875
27187
  @include border-radius( $card-inner-border-radius );
@@ -27413,6 +27725,12 @@ $popover-callout-shadow-w: $card-callout-box-shadow-w !default;
27413
27725
  z-index: 12000;
27414
27726
  -webkit-touch-callout: none;
27415
27727
  -webkit-tap-highlight-color: $rgba-transparent;
27728
+
27729
+ *,
27730
+ *::before,
27731
+ *::after {
27732
+ box-sizing: border-box;
27733
+ }
27416
27734
  }
27417
27735
 
27418
27736
  // Header
@@ -27691,6 +28009,12 @@ $bottom-nav-flat-border: $component-border !default;
27691
28009
  outline: none;
27692
28010
  -webkit-touch-callout: none;
27693
28011
  -webkit-tap-highlight-color: $rgba-transparent;
28012
+
28013
+ *,
28014
+ *::before,
28015
+ *::after {
28016
+ box-sizing: border-box;
28017
+ }
27694
28018
  }
27695
28019
 
27696
28020
  .k-bottom-nav-border {
@@ -27942,6 +28266,12 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
27942
28266
  flex-direction: row;
27943
28267
  -webkit-touch-callout: none;
27944
28268
  -webkit-tap-highlight-color: $rgba-transparent;
28269
+
28270
+ *,
28271
+ *::before,
28272
+ *::after {
28273
+ box-sizing: border-box;
28274
+ }
27945
28275
  }
27946
28276
 
27947
28277
 
@@ -28267,6 +28597,12 @@ $pager-dropdown-width: 5em !default;
28267
28597
  -webkit-touch-callout: none;
28268
28598
  -webkit-tap-highlight-color: $rgba-transparent;
28269
28599
 
28600
+ *,
28601
+ *::before,
28602
+ *::after {
28603
+ box-sizing: border-box;
28604
+ }
28605
+
28270
28606
  .k-link {
28271
28607
  text-decoration: none;
28272
28608
  outline: 0;
@@ -28319,7 +28655,6 @@ $pager-dropdown-width: 5em !default;
28319
28655
  %base-pager-item {
28320
28656
  min-width: $button-calc-size;
28321
28657
  height: $button-calc-size;
28322
- box-sizing: border-box;
28323
28658
  color: inherit;
28324
28659
  text-align: center;
28325
28660
  display: inline-flex;
@@ -28479,7 +28814,6 @@ $pager-dropdown-width: 5em !default;
28479
28814
  }
28480
28815
 
28481
28816
  height: $button-calc-size;
28482
- box-sizing: border-box;
28483
28817
  border-color: inherit;
28484
28818
  }
28485
28819
 
@@ -28838,6 +29172,12 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
28838
29172
  color: inherit;
28839
29173
  background: none;
28840
29174
 
29175
+ *,
29176
+ *::before,
29177
+ *::after {
29178
+ box-sizing: border-box;
29179
+ }
29180
+
28841
29181
 
28842
29182
  // Step list
28843
29183
  .k-step-list {
@@ -28887,7 +29227,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
28887
29227
  transition-property: color, background-color, border-color;
28888
29228
  transition-duration: .4s;
28889
29229
  transition-timing-function: ease-in-out;
28890
- box-sizing: content-box;
28891
29230
 
28892
29231
  &::after {
28893
29232
  @include border-radius( 100% );
@@ -29568,19 +29907,27 @@ $tabstrip-content-border-focused: $component-text !default;
29568
29907
  }
29569
29908
 
29570
29909
  > .k-button {
29571
- flex-shrink: 0;
29910
+ width: auto;
29911
+ height: auto;
29912
+ flex: none;
29572
29913
  align-self: stretch;
29914
+ aspect-ratio: auto;
29915
+
29916
+ .k-button-icon {
29917
+ min-width: auto;
29918
+ min-height: auto;
29919
+ }
29573
29920
  }
29574
29921
 
29575
29922
  &.k-hstack {
29576
29923
  > .k-button {
29577
- height: auto;
29924
+ padding: 0 map-get( $spacing, 1 );
29578
29925
  }
29579
29926
  }
29580
29927
 
29581
29928
  &.k-vstack {
29582
29929
  > .k-button {
29583
- width: auto;
29930
+ padding: map-get( $spacing, 1 ) 0;
29584
29931
  }
29585
29932
  }
29586
29933
  }
@@ -30193,6 +30540,12 @@ $expander-content-padding-y: $padding-y * 6 !default;
30193
30540
  -webkit-touch-callout: none;
30194
30541
  -webkit-tap-highlight-color: $rgba-transparent;
30195
30542
 
30543
+ *,
30544
+ *::before,
30545
+ *::after {
30546
+ box-sizing: border-box;
30547
+ }
30548
+
30196
30549
  .k-rtl &,
30197
30550
  &.k-rtl,
30198
30551
  &[dir = "rtl"] {
@@ -30232,7 +30585,6 @@ $expander-content-padding-y: $padding-y * 6 !default;
30232
30585
  // Expander content
30233
30586
  .k-expander-content {
30234
30587
  padding: $expander-content-padding-y $expander-content-padding-x;
30235
- box-sizing: border-box;
30236
30588
  }
30237
30589
 
30238
30590
  // Multiple expanders
@@ -30443,6 +30795,12 @@ $panelbar-header-expanded-gradient: null !default;
30443
30795
  -webkit-touch-callout: none;
30444
30796
  -webkit-tap-highlight-color: $rgba-transparent;
30445
30797
 
30798
+ *,
30799
+ *::before,
30800
+ *::after {
30801
+ box-sizing: border-box;
30802
+ }
30803
+
30446
30804
 
30447
30805
  // Root
30448
30806
  > .k-item,
@@ -36626,6 +36984,7 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
36626
36984
  border-style: solid;
36627
36985
  align-items: flex-start;
36628
36986
  flex-wrap: wrap;
36987
+ box-shadow: none;
36629
36988
 
36630
36989
  > * {
36631
36990
  max-width: 100%;
@@ -36636,33 +36995,6 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
36636
36995
  }
36637
36996
  }
36638
36997
 
36639
- .k-pivot-toolbar .k-button,
36640
- .k-fieldselector .k-list li.k-item {
36641
- @include border-radius( $border-radius );
36642
- padding: $button-padding-y $button-padding-x;
36643
- padding-right: calc( #{$button-padding-x} + #{$icon-size * 3} );
36644
- min-height: auto;
36645
- font-size: $font-size;
36646
- line-height: $button-line-height;
36647
- text-align: left;
36648
- white-space: normal;
36649
- word-break: break-word;
36650
- position: relative;
36651
- cursor: move;
36652
-
36653
- .k-field-actions .k-setting-delete {
36654
- box-sizing: content-box;
36655
- }
36656
- }
36657
-
36658
- .k-field-actions {
36659
- position: absolute;
36660
- right: $button-padding-y;
36661
- top: $button-padding-y;
36662
- line-height: 1;
36663
- cursor: pointer;
36664
- }
36665
-
36666
36998
  .k-pivot-layout {
36667
36999
  border-spacing: 0;
36668
37000
  table-layout: auto;
@@ -36685,6 +37017,8 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
36685
37017
  .k-pivot-rowheaders > .k-grid,
36686
37018
  .k-pivot-table > .k-grid {
36687
37019
  border-width: 0;
37020
+ color: inherit;
37021
+ background: none;
36688
37022
  }
36689
37023
 
36690
37024
  .k-pivot-rowheaders > .k-grid td:first-child,
@@ -36748,77 +37082,73 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
36748
37082
  @include exports("pivotgrid/configurator/layout/legacy") {
36749
37083
 
36750
37084
 
36751
- .k-fieldselector {
36752
- border-width: 1px;
36753
- border-style: solid;
37085
+ // jquery specific -- old pivot
37086
+ .k-pivotgrid-wrapper {
36754
37087
  box-sizing: border-box;
36755
- outline: 0;
36756
- font-family: $pivotgrid-font-family;
36757
- font-size: $pivotgrid-font-size;
36758
- line-height: $pivotgrid-line-height;
36759
- -webkit-touch-callout: none;
36760
- -webkit-tap-highlight-color: $rgba-transparent;
36761
-
36762
- .k-columns {
36763
- display: flex;
36764
- align-items: stretch;
36765
-
36766
- > div {
36767
- padding: $table-cell-padding-y;
36768
- width: 50%;
36769
- box-sizing: border-box;
36770
- border-width: 0;
36771
- border-style: solid;
36772
- float: left;
36773
- overflow: auto;
36774
- }
36775
- > div + div {
36776
- border-left-width: 1px;
36777
- }
36778
- }
36779
-
37088
+ display: flex;
37089
+ flex-flow: row nowrap;
37090
+ align-items: flex-start;
37091
+ gap: map-get( $spacing, 2 );
36780
37092
 
36781
- p {
36782
- margin: 0 0 $padding-y-sm;
36783
- text-transform: uppercase;
37093
+ > .k-pivotgrid-configurator-panel {
37094
+ max-width: 320px;
37095
+ flex: none;
36784
37096
  }
36785
- p .k-icon {
36786
- margin: 0 $icon-spacing 0 0;
37097
+ > .k-pivot {
37098
+ flex: 1;
36787
37099
  }
37100
+ }
37101
+ .k-pivotgrid-configurator-panel.kendo-jquery {
37102
+ box-sizing: border-box;
37103
+ display: inline-flex;
36788
37104
 
36789
-
36790
- // Treeview
36791
- .k-treeview {
36792
- border-width: 0;
36793
- overflow: visible;
37105
+ .k-pivotgrid-configurator {
37106
+ height: 100%;
36794
37107
  }
36795
37108
 
36796
- .k-edit-label {
36797
- width: 16%;
36798
- }
36799
- .k-edit-field {
36800
- width: 77%;
37109
+ .k-pivotgrid-configurator-content {
37110
+ padding: map-get( $spacing, 4 );
37111
+ max-height: 100%;
37112
+ display: flex;
37113
+ flex-flow: column nowrap;
37114
+ gap: map-get( $spacing, 4 );
37115
+ overflow-x: hidden;
37116
+ overflow-y: auto;
36801
37117
  }
36802
37118
 
36803
-
36804
- // List container
36805
- .k-list-container {
36806
- margin-bottom: $spacer;
36807
- padding: $padding-y-sm;
36808
- border-width: 1px;
36809
- border-style: solid;
37119
+ .k-pivotgrid-targets {
37120
+ display: flex;
37121
+ flex-flow: column nowrap;
37122
+ gap: map-get( $spacing, 4 );
36810
37123
  }
36811
- .k-list {
36812
- padding-bottom: $spacer;
37124
+
37125
+ .k-pivotgrid-configurator-section {
37126
+ display: flex;
37127
+ flex-flow: column nowrap;
37128
+ gap: map-get( $spacing, 2 );
36813
37129
  }
36814
- .k-list .k-item {
37130
+
37131
+ .k-column-fields {
37132
+ margin: 0;
37133
+ padding: map-get( $spacing, 1 );
37134
+ max-height: 200px;
36815
37135
  border-width: 1px;
36816
37136
  border-style: solid;
37137
+ display: flex;
37138
+ flex-flow: row wrap;
37139
+ gap: map-get( $spacing, 1 );
37140
+ overflow-x: hidden;
37141
+ overflow-y: auto;
37142
+
37143
+ > * {
37144
+ margin: 0;
37145
+ }
36817
37146
  }
36818
- .k-list .k-item + .k-item {
36819
- margin-top: ($spacer / 2);
37147
+ .k-ie & .k-column-fields {
37148
+ > * {
37149
+ margin: 2px;
37150
+ }
36820
37151
  }
36821
-
36822
37152
  }
36823
37153
 
36824
37154
  }
@@ -36874,64 +37204,10 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
36874
37204
 
36875
37205
  @include exports ("pivotgrid/layout/material/legacy") {
36876
37206
 
36877
- .k-pivot-toolbar .k-button,
36878
- .k-fieldselector .k-list li.k-item {
36879
- @include border-radius( 16px );
36880
-
36881
- .k-field-actions {
36882
- top: initial;
36883
-
36884
- .k-setting-delete {
36885
- border-radius: 50%;
36886
- padding: 2px;
36887
- }
36888
- }
36889
-
36890
- &::before {
36891
- display: none;
36892
- }
36893
-
36894
- &.k-empty {
36895
- border: 0;
36896
- }
36897
- }
36898
-
36899
37207
  .k-pivot-rowheaders .k-grid tr .k-grid-footer {
36900
37208
  border-bottom-width: 0;
36901
37209
  }
36902
37210
 
36903
- .k-fieldselector .k-list .k-item {
36904
- border-width: 0;
36905
- }
36906
-
36907
- .k-fieldselector p,
36908
- .k-pivot-layout .k-button {
36909
- text-transform: none;
36910
- }
36911
-
36912
- .k-fieldselector,
36913
- .k-pivot {
36914
- .k-i-arrow-60-right,
36915
- .k-i-arrow-e,
36916
- .k-i-sarrow-e,
36917
- .k-i-expand,
36918
- .k-i-expand-e {
36919
- &::before {
36920
- content: "\E014";
36921
- }
36922
- }
36923
-
36924
- .k-i-arrow-60-down,
36925
- .k-i-arrow-s,
36926
- .k-i-sarrow-s,
36927
- .k-i-collapse,
36928
- .k-i-expand-s {
36929
- &::before {
36930
- content: "\E015";
36931
- }
36932
- }
36933
- }
36934
-
36935
37211
  }
36936
37212
 
36937
37213
  // #endregion
@@ -37098,103 +37374,59 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
37098
37374
  @include exports("pivotgrid/theme/legacy") {
37099
37375
 
37100
37376
  .k-pivot {
37377
+ @include fill (
37378
+ $pivotgrid-text,
37379
+ $pivotgrid-bg,
37380
+ $pivotgrid-border
37381
+ );
37382
+ }
37383
+ .k-pivot-table {
37101
37384
  border-color: $pivotgrid-border;
37102
37385
  }
37103
37386
 
37104
- .k-alt,
37105
- .k-pivot-layout > tbody > tr:first-child > td:first-child {
37106
- background-color: $pivotgrid-alt-bg;
37387
+ // Pivotgrid header
37388
+ .k-pivot-rowheaders {
37389
+ @include fill(
37390
+ $pivotgrid-headers-text,
37391
+ $pivotgrid-headers-bg,
37392
+ $pivotgrid-headers-border
37393
+ );
37107
37394
  }
37108
37395
 
37109
- .k-fieldselector {
37110
- color: $pivotgrid-configurator-text;
37396
+
37397
+ // Pivotgrid toolbar
37398
+ .k-pivot-toolbar {
37399
+ @include fill(
37400
+ $pivotgrid-headers-text,
37401
+ $pivotgrid-headers-bg,
37402
+ $pivotgrid-headers-border
37403
+ );
37404
+
37405
+ .k-empty {
37406
+ color: $subtle-text;
37407
+ }
37111
37408
  }
37112
37409
 
37113
- .k-fieldselector .k-list-container {
37114
- background-color: $pivotgrid-container-bg;
37410
+ .k-alt {
37411
+ background-color: $pivotgrid-alt-bg;
37115
37412
  }
37116
37413
 
37117
37414
  .k-pivot-toolbar,
37118
37415
  .k-pivot-table,
37119
- .k-fieldselector,
37120
- .k-fieldselector .k-list-container,
37121
- .k-fieldselector .k-columns > div,
37122
37416
  .k-pivot-rowheaders > .k-grid td:first-child,
37123
37417
  .k-pivot-table .k-grid-header .k-header.k-first {
37124
37418
  border-color: $pivotgrid-chrome-border;
37125
37419
  }
37126
37420
 
37127
- .k-pivot-rowheaders .k-alt .k-alt,
37128
37421
  .k-header.k-alt {
37129
37422
  background-color: $pivotgrid-row-headers-bg;
37130
37423
  }
37131
37424
 
37132
- .k-pivot-toolbar .k-button,
37133
- .k-fieldselector .k-list li.k-item {
37134
- @include fill(
37135
- $button-text,
37136
- $button-bg,
37137
- $button-border,
37138
- $button-gradient
37139
- );
37140
-
37141
- &:hover,
37142
- &.k-state-hover {
37143
- @include fill(
37144
- $button-hovered-text,
37145
- $button-hovered-bg,
37146
- $button-hovered-border,
37147
- $button-hovered-gradient
37148
- );
37149
- }
37150
-
37151
- // Pressed state
37152
- &:active,
37153
- &.k-state-active {
37154
- @include fill(
37155
- $button-active-text,
37156
- $button-active-bg,
37157
- $button-active-border,
37158
- $button-active-gradient
37159
- );
37160
- }
37161
-
37162
- // Focused state
37163
- &:focus,
37164
- &.k-state-focus,
37165
- &.k-state-focused {
37166
- box-shadow: $button-focused-shadow;
37167
- }
37168
-
37169
- &.k-empty {
37170
- color: $subtle-text;
37171
- }
37172
- }
37173
-
37174
- .k-pivot-toolbar {
37175
- .k-empty {
37176
- color: $subtle-text;
37177
- }
37178
- }
37179
-
37180
- .k-pivot-layout .k-grid-footer,
37181
- .k-pivot-layout .k-grid.k-alt {
37425
+ .k-pivot-layout .k-grid-footer {
37182
37426
  color: $pivotgrid-alt-text;
37183
37427
  background-color: $pivotgrid-alt-bg;
37184
37428
  }
37185
37429
 
37186
- // Loading indicator
37187
- .k-fieldselector {
37188
- .k-i-loading {
37189
- border-color: $header-bg;
37190
- }
37191
-
37192
- .k-i-loading::before,
37193
- .k-i-loading::after {
37194
- background-color: $header-bg;
37195
- }
37196
- }
37197
-
37198
37430
  // KPI icons
37199
37431
  .k-i-kpi-trend-increase,
37200
37432
  .k-i-kpi-trend-decrease,
@@ -37213,6 +37445,16 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
37213
37445
  .k-i-kpi-status-open {
37214
37446
  color: $success;
37215
37447
  }
37448
+
37449
+
37450
+ // Configurator
37451
+ .k-pivotgrid-configurator-panel.kendo-jquery {
37452
+
37453
+ .k-column-fields {
37454
+ border-color: $component-border;
37455
+ }
37456
+
37457
+ }
37216
37458
  }
37217
37459
 
37218
37460
  // #endregion
@@ -37231,146 +37473,6 @@ $pivotgrid-remove-text: $pivotgrid-button-bg !default;
37231
37473
 
37232
37474
  }
37233
37475
 
37234
-
37235
- @include exports("pivotgrid/theme/material/legacy") {
37236
-
37237
- .k-pivot {
37238
- border-color: $pivotgrid-border;
37239
- }
37240
-
37241
- .k-fieldselector,
37242
- .k-pivot-layout .k-grid-footer,
37243
- .k-pivot-layout > tbody > tr:first-child > td:first-child {
37244
- background-color: $pivotgrid-alt-bg;
37245
- border-color: $pivotgrid-chrome-border;
37246
- }
37247
- .k-pivot-rowheaders .k-grid {
37248
- background: none;
37249
- }
37250
-
37251
- .k-fieldselector {
37252
- color: $pivotgrid-configurator-text;
37253
- }
37254
-
37255
- .k-fieldselector .k-list-container {
37256
- background-color: $grid-bg;
37257
- }
37258
-
37259
- .k-pivot-toolbar,
37260
- .k-pivot-table,
37261
- .k-fieldselector .k-list-container,
37262
- .k-fieldselector .k-columns > div,
37263
- .k-pivot-rowheaders > .k-grid td:first-child,
37264
- .k-pivot-table .k-grid-header .k-header.k-first {
37265
- border-color: $pivotgrid-chrome-border;
37266
- }
37267
-
37268
- .k-pivot-rowheaders > .k-grid td,
37269
- .k-pivot-rowheaders > .k-grid td:first-child:not(.k-first) {
37270
- border-bottom-color: transparent;
37271
- border-left-color: $pivotgrid-chrome-border;
37272
- }
37273
-
37274
- .k-pivot-rowheaders > .k-grid tr {
37275
- &:last-child td:not(.k-grid-footer),
37276
- &:nth-last-child(2) td:not(.k-grid-footer) {
37277
- border-bottom-color: $pivotgrid-chrome-border;
37278
- }
37279
- }
37280
-
37281
- .k-pivot-layout .k-grid .k-alt {
37282
- border-left-color: $pivotgrid-chrome-border;
37283
-
37284
- + .k-alt {
37285
- border-left-color: transparent;
37286
- }
37287
- }
37288
-
37289
- .k-pivot-layout .k-grid-footer,
37290
- .k-pivot-layout .k-grid .k-alt {
37291
- color: $pivotgrid-alt-text;
37292
- }
37293
-
37294
- .k-pivot-toolbar .k-button,
37295
- .k-fieldselector .k-list li.k-item {
37296
- @include fill(
37297
- $pivotgrid-button-text,
37298
- $pivotgrid-button-bg
37299
- );
37300
- box-shadow: unset;
37301
-
37302
- .k-field-actions .k-setting-delete {
37303
- @include fill(
37304
- $pivotgrid-remove-text,
37305
- $pivotgrid-remove-bg
37306
- );
37307
- opacity: .75;
37308
- }
37309
-
37310
- &:hover,
37311
- &.k-state-hover {
37312
- @include fill(
37313
- $pivotgrid-button-hover-text,
37314
- $pivotgrid-button-hover-bg
37315
- );
37316
-
37317
- .k-field-actions .k-setting-delete {
37318
- opacity: 1;
37319
- }
37320
- }
37321
-
37322
- // Pressed state
37323
- &:active,
37324
- &.k-state-active {
37325
- @include fill(
37326
- $pivotgrid-button-active-text,
37327
- $pivotgrid-button-active-bg
37328
- );
37329
- }
37330
-
37331
- // Focused state
37332
- &:focus,
37333
- &.k-state-focused {
37334
- box-shadow: $button-focused-shadow;
37335
- }
37336
-
37337
- &.k-empty {
37338
- background-color: $pivotgrid-container-bg;
37339
- }
37340
- }
37341
-
37342
- // Loading indicator
37343
- .k-fieldselector {
37344
- .k-i-loading {
37345
- border-color: $header-bg;
37346
- }
37347
-
37348
- .k-i-loading::before,
37349
- .k-i-loading::after {
37350
- background-color: $header-bg;
37351
- }
37352
- }
37353
-
37354
- // KPI icons
37355
- .k-i-kpi-trend-increase,
37356
- .k-i-kpi-trend-decrease,
37357
- .k-i-kpi-trend-equal {
37358
- color: inherit;
37359
- }
37360
-
37361
- .k-i-kpi-status-hold {
37362
- color: $warning;
37363
- }
37364
-
37365
- .k-i-kpi-status-deny {
37366
- color: $error;
37367
- }
37368
-
37369
- .k-i-kpi-status-open {
37370
- color: $success;
37371
- }
37372
- }
37373
-
37374
37476
  // #endregion
37375
37477
 
37376
37478
  // #endregion
@@ -37618,11 +37720,19 @@ $filter-preview-operator-text: $subtle-text !default;
37618
37720
  // #region @import "_layout.scss"; -> packages/material/scss/filter/_layout.scss
37619
37721
  // #region @import "~@progress/kendo-theme-default/scss/filter/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/filter/_layout.scss
37620
37722
  @include exports("filter/layout") {
37723
+
37621
37724
  .k-filter {
37725
+ box-sizing: border-box;
37622
37726
  border-width: 0;
37623
37727
  display: inline-block;
37624
37728
  background-color: transparent;
37625
37729
 
37730
+ *,
37731
+ *::before,
37732
+ *::after {
37733
+ box-sizing: border-box;
37734
+ }
37735
+
37626
37736
  ul {
37627
37737
  padding: 0;
37628
37738
 
@@ -38392,6 +38502,12 @@ $taskboard-drag-placeholder-border: $component-border !default;
38392
38502
  display: flex;
38393
38503
  flex-direction: column;
38394
38504
  position: relative;
38505
+
38506
+ *,
38507
+ *::before,
38508
+ *::after {
38509
+ box-sizing: border-box;
38510
+ }
38395
38511
  }
38396
38512
 
38397
38513
  // Toolbar
@@ -38460,7 +38576,6 @@ $taskboard-drag-placeholder-border: $component-border !default;
38460
38576
  .k-taskboard-column-cards {
38461
38577
  padding: $taskboard-column-cards-padding-y $taskboard-column-cards-padding-x;
38462
38578
  min-height: 100%;
38463
- box-sizing: border-box;
38464
38579
  display: flex;
38465
38580
  flex-direction: column;
38466
38581
  gap: $taskboard-column-cards-gap 0;
@@ -38492,7 +38607,6 @@ $taskboard-drag-placeholder-border: $component-border !default;
38492
38607
  width: $taskboard-pane-width;
38493
38608
  border-width: $taskboard-pane-border-width;
38494
38609
  border-style: solid;
38495
- box-sizing: border-box;
38496
38610
  display: flex;
38497
38611
  flex-direction: column;
38498
38612
  position: absolute;
@@ -39792,6 +39906,12 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
39792
39906
  line-height: $imageeditor-line-height;
39793
39907
  -webkit-touch-callout: none;
39794
39908
  -webkit-tap-highlight-color: $rgba-transparent;
39909
+
39910
+ *,
39911
+ *::before,
39912
+ *::after {
39913
+ box-sizing: border-box;
39914
+ }
39795
39915
  }
39796
39916
 
39797
39917
 
@@ -42502,6 +42622,12 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
42502
42622
  flex-shrink: 0;
42503
42623
  font-size: inherit;
42504
42624
  }
42625
+
42626
+ .k-no-data {
42627
+ height: auto;
42628
+ min-height: auto;
42629
+ color: inherit;
42630
+ }
42505
42631
  }
42506
42632
 
42507
42633
  }
@@ -43901,12 +44027,13 @@ $chat-quick-reply-hover-border: $primary !default;
43901
44027
 
43902
44028
 
43903
44029
  .k-scroll-button {
44030
+ // IMPORTANT: if we don't set padding, the browser will set for us
44031
+ padding: 0 map-get( $spacing, 1 );
43904
44032
  height: 100%;
43905
44033
  aspect-ratio: auto;
43906
44034
  position: absolute;
43907
44035
  z-index: 2;
43908
- top: 50%;
43909
- transform: translateY(-50%);
44036
+ top: 0;
43910
44037
 
43911
44038
  .k-button-icon {
43912
44039
  min-width: auto;
@@ -44166,6 +44293,12 @@ $mediaplayer-titlebar-gradient: rgba( $mediaplayer-text, .7 ), rgba( $mediaplaye
44166
44293
  -webkit-touch-callout: none;
44167
44294
  -webkit-tap-highlight-color: $rgba-transparent;
44168
44295
 
44296
+ *,
44297
+ *::before,
44298
+ *::after {
44299
+ box-sizing: border-box;
44300
+ }
44301
+
44169
44302
  > iframe {
44170
44303
  width: 100%;
44171
44304
  height: 100%;
@@ -44388,6 +44521,12 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
44388
44521
  -webkit-touch-callout: none;
44389
44522
  -webkit-tap-highlight-color: $rgba-transparent;
44390
44523
 
44524
+ *,
44525
+ *::before,
44526
+ *::after {
44527
+ box-sizing: border-box;
44528
+ }
44529
+
44391
44530
  ul {
44392
44531
  margin: 0;
44393
44532
  padding: 0;
@@ -44405,7 +44544,6 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
44405
44544
  line-height: $timeline-flag-line-height;
44406
44545
  min-width: $timeline-flag-min-width;
44407
44546
  max-width: $timeline-flag-max-width;
44408
- box-sizing: border-box;
44409
44547
  position: relative;
44410
44548
  z-index: 1;
44411
44549
  }
@@ -44485,7 +44623,6 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
44485
44623
  margin: $timeline-spacing-y 0;
44486
44624
  width: 100%;
44487
44625
  position: relative;
44488
- box-sizing: border-box;
44489
44626
  border: 0;
44490
44627
  }
44491
44628
 
@@ -44675,12 +44812,10 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
44675
44812
 
44676
44813
  .k-timeline-card {
44677
44814
  height: 100%;
44678
- box-sizing: border-box;
44679
44815
  }
44680
44816
 
44681
44817
  .k-card {
44682
44818
  max-height: 100%;
44683
- box-sizing: border-box;
44684
44819
  }
44685
44820
 
44686
44821
  .k-timeline-events-list {
@@ -46532,12 +46667,19 @@ $map-marker-fill: $primary !default;
46532
46667
  // Layout
46533
46668
  .k-map {
46534
46669
  height: 600px;
46670
+ box-sizing: border-box;
46535
46671
  border-width: $map-border-width;
46536
46672
  border-style: solid;
46537
46673
  font-size: $map-font-size;
46538
46674
  line-height: $map-line-height;
46539
46675
  font-family: $map-font-family;
46540
46676
 
46677
+ *,
46678
+ *::before,
46679
+ *::after {
46680
+ box-sizing: border-box;
46681
+ }
46682
+
46541
46683
 
46542
46684
  // Scroll
46543
46685
  .km-scroll-wrapper {
@@ -46811,6 +46953,12 @@ $orgchart-line-v-height: 25px !default;
46811
46953
  font-family: $orgchart-font-family;
46812
46954
  line-height: $orgchart-line-height;
46813
46955
  overflow: auto;
46956
+
46957
+ *,
46958
+ *::before,
46959
+ *::after {
46960
+ box-sizing: border-box;
46961
+ }
46814
46962
  }
46815
46963
 
46816
46964
  .k-orgchart-container {