@progress/kendo-theme-bootstrap 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 +5369 -5209
  2. package/dist/all.scss +1527 -1303
  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/checkbox/_variables.scss +1 -1
  68. package/scss/list/_layout.scss +1 -3
  69. package/scss/pivotgrid/_theme.scss +0 -116
  70. package/scss/switch/_variables.scss +123 -29
  71. package/scss/toolbar/_index.scss +1 -0
package/dist/all.scss CHANGED
@@ -8166,7 +8166,7 @@ $checkbox-bg: $component-bg !default;
8166
8166
  $checkbox-text: null !default;
8167
8167
  /// Border color of checkbox.
8168
8168
  /// @group checkbox
8169
- $checkbox-border: contrast-wcag( $input-bg, $gray-400, $gray-600 ) !default;
8169
+ $checkbox-border: contrast-wcag( $checkbox-bg, $gray-400, $gray-600 ) !default;
8170
8170
 
8171
8171
  /// Background color of hovered checkbox.
8172
8172
  /// @group checkbox
@@ -8699,7 +8699,7 @@ $checkbox-ripple-opacity: .25 !default;
8699
8699
  display: flex;
8700
8700
  align-items: center;
8701
8701
  align-content: center;
8702
- gap: map-get( $spacing, 1 );
8702
+ gap: $icon-spacing;
8703
8703
  cursor: default;
8704
8704
  position: relative;
8705
8705
  transition-property: color, background-color, outline-color, box-shadow;
@@ -8775,18 +8775,15 @@ $checkbox-ripple-opacity: .25 !default;
8775
8775
 
8776
8776
 
8777
8777
  // No data
8778
- .k-list-container {
8779
- .k-no-data {
8780
- min-height: 138px;
8781
- width: 100%;
8782
- display: flex;
8783
- align-items: center;
8784
- justify-content: center;
8785
- text-transform: uppercase;
8786
- font-weight: lighter;
8787
- text-align: center;
8788
- white-space: normal;
8789
- }
8778
+ .k-no-data {
8779
+ min-height: 140px;
8780
+ box-sizing: border-box;
8781
+ display: flex;
8782
+ align-items: center;
8783
+ justify-content: center;
8784
+ font-weight: lighter;
8785
+ text-align: center;
8786
+ white-space: normal;
8790
8787
  }
8791
8788
 
8792
8789
 
@@ -8802,9 +8799,7 @@ $checkbox-ripple-opacity: .25 !default;
8802
8799
  @include exports( "list/layout/bootstrap" ) {
8803
8800
 
8804
8801
  .k-list__group-header { // sass-lint:disable-line class-name-format
8805
- font-weight: 600;
8806
- font-size: $font-size-sm;
8807
- box-shadow: none;
8802
+ font-weight: bold;
8808
8803
  }
8809
8804
 
8810
8805
  }
@@ -8908,12 +8903,12 @@ $checkbox-ripple-opacity: .25 !default;
8908
8903
  background: transparent;
8909
8904
  }
8910
8905
 
8906
+ }
8911
8907
 
8912
- // No data
8913
- .k-no-data {
8914
- color: $list-no-data-text;
8915
- }
8916
8908
 
8909
+ // No data
8910
+ .k-no-data {
8911
+ color: $list-no-data-text;
8917
8912
  }
8918
8913
 
8919
8914
  }
@@ -10125,12 +10120,19 @@ $floating-label-focus-text: null !default;
10125
10120
  .k-floating-label-container {
10126
10121
  padding-top: $floating-label-height;
10127
10122
  width: $input-default-width;
10123
+ box-sizing: border-box;
10128
10124
  display: inline-flex;
10129
10125
  vertical-align: middle;
10130
10126
  position: relative;
10131
10127
  flex-direction: column;
10132
10128
  justify-content: stretch;
10133
10129
 
10130
+ *,
10131
+ *::before,
10132
+ *::after {
10133
+ box-sizing: border-box;
10134
+ }
10135
+
10134
10136
  > .k-label {
10135
10137
  max-width: 90%;
10136
10138
  font-size: $floating-label-font-size;
@@ -10300,6 +10302,12 @@ $floating-label-focus-text: null !default;
10300
10302
  -webkit-touch-callout: none;
10301
10303
  -webkit-tap-highlight-color: $rgba-transparent;
10302
10304
 
10305
+ *,
10306
+ *::before,
10307
+ *::after {
10308
+ box-sizing: border-box;
10309
+ }
10310
+
10303
10311
 
10304
10312
  // Input
10305
10313
  .k-input {}
@@ -10319,7 +10327,6 @@ $floating-label-focus-text: null !default;
10319
10327
  border-width: 0;
10320
10328
  border-inline-start-width: $picker-select-border-width;
10321
10329
  border-style: solid;
10322
- box-sizing: border-box;
10323
10330
  outline: 0;
10324
10331
  display: flex;
10325
10332
  flex-flow: row nowrap;
@@ -11324,6 +11331,12 @@ $avatar-theme-colors: $theme-colors !default;
11324
11331
  justify-content: center;
11325
11332
  vertical-align: middle;
11326
11333
  overflow: hidden;
11334
+
11335
+ *,
11336
+ *::before,
11337
+ *::after {
11338
+ box-sizing: border-box;
11339
+ }
11327
11340
  }
11328
11341
 
11329
11342
 
@@ -11498,6 +11511,12 @@ $badge-dot-size-lg: 12px !default;
11498
11511
  vertical-align: middle;
11499
11512
  overflow: hidden;
11500
11513
  text-overflow: ellipsis;
11514
+
11515
+ *,
11516
+ *::before,
11517
+ *::after {
11518
+ box-sizing: border-box;
11519
+ }
11501
11520
  }
11502
11521
  .k-badge > * {
11503
11522
  color: inherit;
@@ -11937,6 +11956,12 @@ $chip-error-focus-shadow: 0 0 0 3px rgba( $error, .16 ) !default;
11937
11956
  cursor: pointer;
11938
11957
  user-select: none;
11939
11958
 
11959
+ *,
11960
+ *::before,
11961
+ *::after {
11962
+ box-sizing: border-box;
11963
+ }
11964
+
11940
11965
  .k-selected-icon-wrapper {
11941
11966
  display: none !important; // sass-lint:disable-line no-important
11942
11967
  }
@@ -12529,6 +12554,12 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
12529
12554
  flex-wrap: nowrap;
12530
12555
  position: relative;
12531
12556
  overflow: hidden;
12557
+
12558
+ *,
12559
+ *::before,
12560
+ *::after {
12561
+ box-sizing: border-box;
12562
+ }
12532
12563
  }
12533
12564
 
12534
12565
 
@@ -13459,6 +13490,12 @@ $tooltip-error-border: $tooltip-error-bg !default;
13459
13490
  -webkit-appearance: none;
13460
13491
  position: relative;
13461
13492
 
13493
+ *,
13494
+ *::before,
13495
+ *::after {
13496
+ box-sizing: border-box;
13497
+ }
13498
+
13462
13499
  &:disabled,
13463
13500
  &.k-state-disabled {
13464
13501
  @include disabled( $disabled-styling );
@@ -13501,15 +13538,15 @@ $tooltip-error-border: $tooltip-error-bg !default;
13501
13538
 
13502
13539
  // Button arrow
13503
13540
  .k-button-arrow {
13504
- padding-left: $button-arrow-padding-y;
13505
- padding-right: $button-arrow-padding-y;
13541
+ padding-left: $button-arrow-padding-x;
13542
+ padding-right: $button-arrow-padding-x;
13506
13543
  flex: none;
13507
13544
  display: inline-flex;
13508
13545
  align-items: center;
13509
13546
  justify-content: center;
13510
13547
  }
13511
13548
  .k-button > .k-button-arrow {
13512
- margin-inline-start: -$button-padding-y;
13549
+ margin-inline-start: -$button-arrow-padding-x;
13513
13550
  margin-inline-end: -$button-padding-x;
13514
13551
  }
13515
13552
 
@@ -14248,6 +14285,19 @@ $tooltip-error-border: $tooltip-error-bg !default;
14248
14285
 
14249
14286
  // #endregion
14250
14287
 
14288
+ // #endregion
14289
+ // #region @import "../popup/_index.scss"; -> packages/bootstrap/scss/popup/_index.scss
14290
+ // File already imported_once. Skipping output.
14291
+ // #endregion
14292
+ // #region @import "../menu/_index.scss"; -> packages/bootstrap/scss/menu/_index.scss
14293
+ // #region @import "../core/_index.scss"; -> packages/bootstrap/scss/core/_index.scss
14294
+ // File already imported_once. Skipping output.
14295
+ // #endregion
14296
+
14297
+
14298
+ // Dependencies
14299
+ // #region @import "../common/_index.scss"; -> packages/bootstrap/scss/common/_index.scss
14300
+ // File already imported_once. Skipping output.
14251
14301
  // #endregion
14252
14302
  // #region @import "../popup/_index.scss"; -> packages/bootstrap/scss/popup/_index.scss
14253
14303
  // File already imported_once. Skipping output.
@@ -14255,275 +14305,793 @@ $tooltip-error-border: $tooltip-error-bg !default;
14255
14305
  // #region @import "../icons/_index.scss"; -> packages/bootstrap/scss/icons/_index.scss
14256
14306
  // File already imported_once. Skipping output.
14257
14307
  // #endregion
14308
+ // #region @import "../list/_index.scss"; -> packages/bootstrap/scss/list/_index.scss
14309
+ // File already imported_once. Skipping output.
14310
+ // #endregion
14258
14311
 
14259
14312
 
14260
14313
  // Component
14261
- // #region @import "_variables.scss"; -> packages/bootstrap/scss/toolbar/_variables.scss
14314
+ // #region @import "_variables.scss"; -> packages/bootstrap/scss/menu/_variables.scss
14262
14315
  // File already imported_once. Skipping output.
14263
14316
  // #endregion
14264
- // #region @import "_layout.scss"; -> packages/bootstrap/scss/toolbar/_layout.scss
14265
- // #region @import "~@progress/kendo-theme-default/scss/toolbar/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss
14266
- @include exports("toolbar/layout") {
14317
+ // #region @import "_layout.scss"; -> packages/bootstrap/scss/menu/_layout.scss
14318
+ // #region @import "~@progress/kendo-theme-default/scss/menu/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/menu/_layout.scss
14319
+ @include exports("menu/layout") {
14267
14320
 
14268
14321
  // Base
14269
- .k-toolbar {
14270
- margin: 0;
14271
- padding: $toolbar-padding-y $toolbar-padding-x;
14272
- border-width: $toolbar-border-width;
14322
+ .k-menu {
14323
+ border-width: $menu-border-width;
14273
14324
  border-style: solid;
14274
14325
  box-sizing: border-box;
14275
14326
  outline: 0;
14276
- font-family: $toolbar-font-family;
14277
- font-size: $toolbar-font-size;
14278
- line-height: $toolbar-line-height;
14279
- list-style: none;
14327
+ font-family: $menu-font-family;
14328
+ font-size: $menu-font-size;
14329
+ line-height: $menu-line-height;
14280
14330
  display: flex;
14281
- flex-flow: row wrap;
14282
- gap: $toolbar-spacing;
14283
- align-items: center;
14284
- justify-content: flex-start;
14331
+ flex-wrap: wrap;
14332
+ align-items: stretch;
14285
14333
  position: relative;
14286
- overflow: hidden;
14334
+ cursor: default;
14287
14335
  -webkit-touch-callout: none;
14288
14336
  -webkit-tap-highlight-color: $rgba-transparent;
14337
+ }
14289
14338
 
14290
- // Remove once we decide to not size empty containers
14291
- &::before {
14292
- content: "";
14293
- height: $button-calc-size;
14294
- margin-inline-start: -$toolbar-spacing;
14295
- }
14296
-
14297
- &.k-toolbar-resizable {
14298
- flex-wrap: nowrap;
14299
- }
14300
-
14301
- > * {
14302
- flex-shrink: 0;
14303
- display: inline-flex;
14304
- align-content: center;
14305
- vertical-align: middle;
14306
-
14307
- > label {
14308
- margin-inline-end: $toolbar-spacing;
14309
- align-self: center;
14310
- }
14311
- }
14312
14339
 
14340
+ // Menu item
14341
+ .k-menu-item {
14342
+ box-sizing: border-box;
14343
+ border-width: 0;
14344
+ outline: 0;
14345
+ display: flex;
14346
+ flex-flow: column nowrap;
14347
+ flex: none;
14348
+ position: relative;
14349
+ user-select: none;
14350
+ }
14313
14351
 
14314
- // Button
14315
- .k-button {}
14316
14352
 
14353
+ // Menu link
14354
+ .k-menu-link {
14355
+ padding: $menu-item-padding-y $menu-item-padding-x;
14356
+ outline: 0;
14357
+ color: inherit;
14358
+ display: flex;
14359
+ flex-flow: row nowrap;
14360
+ flex: 1 1 auto;
14361
+ align-items: center;
14362
+ position: relative;
14363
+ white-space: nowrap;
14364
+ cursor: pointer;
14317
14365
 
14318
- // Toggle button
14319
- .k-toggle-button {}
14366
+ > .k-icon:not(.k-menu-expand-arrow),
14367
+ > .k-image,
14368
+ > .k-sprite {
14369
+ margin-right: $menu-item-icon-spacing;
14370
+ }
14371
+ }
14320
14372
 
14321
14373
 
14322
- // Button group
14323
- .k-button-group {}
14374
+ // Menu item text
14375
+ .k-menu-link-text {
14376
+ flex: 1 1 auto;
14377
+ overflow: hidden;
14378
+ text-overflow: ellipsis;
14379
+ }
14324
14380
 
14325
14381
 
14326
- // Split button
14327
- .k-split-button {}
14382
+ // Expand arrow
14383
+ .k-menu-expand-arrow {
14384
+ margin-left: $icon-spacing;
14385
+ margin-right: -$icon-spacing;
14386
+ display: inline-flex;
14387
+ flex-flow: row wrap;
14388
+ align-items: center;
14389
+ flex: none;
14390
+ position: relative;
14391
+ }
14392
+ .k-menu-expand-arrow.k-i-arrow-60-left,
14393
+ .k-menu-expand-arrow.k-i-arrow-60-right {
14394
+ margin: 0;
14395
+ position: absolute;
14396
+ top: 50%;
14397
+ transform: translateY(-50%);
14398
+ }
14399
+ .k-menu-expand-arrow.k-i-arrow-60-right {
14400
+ right: $icon-spacing;
14401
+ }
14402
+ .k-menu-expand-arrow.k-i-arrow-60-left {
14403
+ left: $icon-spacing;
14404
+ }
14328
14405
 
14329
14406
 
14330
- // Overflow anchor
14331
- .k-overflow-anchor {
14332
- @include border-radius( 0 );
14333
- margin: 0;
14334
- padding: $toolbar-padding-y;
14335
- width: auto;
14336
- height: 100%;
14337
- aspect-ratio: 1;
14338
- border-width: 0;
14339
- border-color: inherit;
14340
- box-sizing: border-box;
14341
- justify-content: center;
14342
- position: absolute;
14343
- top: 0;
14344
- right: 0;
14407
+ // Orientation -- horizontal
14408
+ .k-menu-horizontal {
14409
+ flex-direction: row;
14345
14410
 
14346
- &::before {
14347
- display: block;
14348
- }
14411
+ > .k-menu-item + .k-menu-item {
14412
+ margin-left: $menu-item-spacing;
14349
14413
  }
14350
14414
 
14351
-
14352
- // Separator
14353
- .k-separator,
14354
- .k-toolbar-separator {
14415
+ > .k-separator {
14416
+ margin: 0 $menu-separator-spacing;
14355
14417
  width: 0;
14356
- height: $line-height-em;
14418
+ height: auto;
14357
14419
  border-width: 0 0 0 1px;
14358
14420
  border-style: solid;
14359
- align-self: center;
14360
14421
  }
14422
+ }
14361
14423
 
14362
14424
 
14363
- // Spacer
14364
- .k-toolbar-spacer {
14365
- height: $line-height-em;
14366
- flex: 1 0 0%;
14367
- }
14368
-
14425
+ // Orientation -- vertical
14426
+ .k-menu-vertical {
14427
+ flex-direction: column;
14369
14428
 
14370
- // Template
14371
- .k-toolbar-template {
14372
- align-self: center;
14373
- align-items: center;
14429
+ > .k-menu-item + .k-menu-item {
14430
+ margin-top: $menu-item-spacing;
14374
14431
  }
14375
14432
 
14433
+ > .k-menu-item > .k-menu-link {
14434
+ padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
14435
+ padding-right: $menu-popup-item-padding-end;
14376
14436
 
14377
- // Child components
14378
- .k-textbox,
14379
- .k-combobox,
14380
- .k-dropdown,
14381
- .k-searchbox,
14382
- .k-numerictextbox,
14383
- .k-datepicker,
14384
- .k-timepicker,
14385
- .k-datetimepicker {
14386
- width: 10em;
14437
+ .k-menu-expand-arrow {
14438
+ margin: 0;
14439
+ position: absolute;
14440
+ top: 50%;
14441
+ transform: translateY(-50%);
14442
+ right: $icon-spacing;
14443
+ }
14387
14444
  }
14388
14445
 
14446
+ > .k-separator {
14447
+ margin: $menu-separator-spacing 0;
14448
+ height: 0;
14449
+ border-width: 1px 0 0;
14450
+ border-style: solid;
14451
+ border-color: $panel-border;
14452
+ display: block;
14453
+ }
14389
14454
  }
14390
14455
 
14391
14456
 
14392
- // Toolbar group
14393
- .k-toolbar-group {
14394
- display: flex;
14395
- flex-direction: inherit;
14396
- flex-wrap: nowrap;
14397
- gap: inherit;
14457
+ // Menu popup
14458
+ .k-menu-popup {
14459
+ border-width: $menu-popup-border-width;
14460
+ border-style: solid;
14461
+ overflow: auto;
14462
+ max-height: 80vh;
14398
14463
  }
14399
14464
 
14400
14465
 
14401
- // Angular specific
14402
- kendo-toolbar-renderer {
14403
- display: inline-block;
14404
- border-color: inherit;
14405
- }
14466
+ // Sub menu
14467
+ .k-menu-group {
14468
+ margin: 0;
14469
+ padding: 0;
14470
+ // padding: $menu-popup-padding-y $menu-popup-padding-x;
14471
+ font-size: $menu-popup-font-size;
14472
+ line-height: $menu-popup-line-height;
14473
+ list-style: none;
14474
+ display: none;
14475
+ position: absolute;
14406
14476
 
14477
+ .k-menu-popup & {
14478
+ position: relative;
14479
+ display: flex;
14480
+ flex-direction: column;
14481
+ }
14407
14482
 
14408
- // Overflow container
14409
- .k-overflow-container {
14483
+ // jquery popup overrides those
14484
+ .k-menu-item {
14485
+ font-size: $menu-popup-font-size;
14486
+ line-height: $menu-popup-line-height;
14487
+ }
14410
14488
 
14411
- > .k-item {
14412
- border-color: inherit;
14489
+ .k-menu-item + .k-menu-item {
14490
+ margin-top: $menu-popup-item-spacing;
14413
14491
  }
14414
14492
 
14415
- .k-separator {
14416
- margin: map-get( $spacing, 1 ) 0;
14493
+ .k-menu-link {
14494
+ padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
14495
+ padding-right: $menu-popup-item-padding-end;
14496
+
14497
+ .k-menu-expand-arrow {
14498
+ margin: 0;
14499
+ position: absolute;
14500
+ top: 50%;
14501
+ transform: translateY(-50%);
14502
+ right: $icon-spacing;
14503
+ }
14417
14504
  }
14418
14505
 
14419
- // Group
14420
- .k-overflow-tool-group {
14506
+ .k-separator {
14507
+ margin: $menu-separator-spacing 0;
14508
+ height: 0;
14509
+ border-width: 1px 0 0;
14510
+ border-style: solid;
14511
+ border-color: $component-border;
14421
14512
  display: block;
14422
14513
  }
14514
+ }
14423
14515
 
14424
- // Button
14425
- .k-overflow-button {
14426
- @include border-radius( 0 );
14427
- padding: $list-item-padding-y $list-item-padding-x;
14428
- width: 100%;
14516
+
14517
+ // Context menu
14518
+ .k-popups-wrapper {
14519
+ position: relative;
14520
+ border: 0;
14521
+ margin: 0;
14522
+ padding: 0;
14523
+ }
14524
+ .k-context-menu {
14525
+ margin: 0;
14526
+ padding: 0;
14527
+ // padding: $menu-popup-padding-y $menu-popup-padding-x;
14528
+ border-width: $menu-popup-border-width;
14529
+ border-style: solid;
14530
+ }
14531
+ .k-animation-container .k-context-menu.k-menu-horizontal {
14532
+ // kendo-jquery adds `display: block` via js and we need to override it.
14533
+ display: flex !important; // sass-lint:disable-line no-important
14534
+ flex-wrap: nowrap;
14535
+ }
14536
+ .k-context-menu-popup {
14537
+ z-index: 12000;
14538
+
14539
+ .k-context-menu {
14429
14540
  border-width: 0;
14430
- color: inherit;
14431
- background-color: transparent;
14432
- background-image: none;
14433
- line-height: inherit;
14434
- display: flex;
14435
- justify-content: flex-start;
14436
14541
  }
14542
+ }
14543
+ .k-popup .k-context-menu,
14544
+ .k-context-menu-popup .k-context-menu {
14545
+ border-width: 0;
14546
+ }
14437
14547
 
14438
- // Button group
14439
- .k-button-group {
14440
- @include box-shadow( none );
14441
- display: flex;
14442
- flex-flow: column nowrap;
14443
14548
 
14444
- .k-button {
14445
- margin: if( $button-border-width == 0, null, 0);
14446
- }
14447
- }
14549
+ // Scrolling
14550
+ .k-menu-scroll-wrapper {
14551
+ margin: 0;
14552
+ padding: 0;
14553
+ border: 0;
14554
+ position: relative;
14448
14555
 
14449
- // Split button
14450
- .k-split-button {
14451
- display: flex;
14452
- flex-direction: column;
14556
+ .k-menu {
14557
+ overflow: hidden;
14558
+ flex-wrap: nowrap;
14453
14559
  }
14560
+ }
14561
+ .k-menu-scroll-button {
14562
+ @include border-radius( 0 );
14563
+ padding: 0;
14564
+ border-width: 0;
14565
+ border-color: inherit;
14566
+ color: inherit;
14567
+ background: inherit;
14568
+ position: absolute;
14454
14569
 
14455
- // Hidden items
14456
- .k-overflow-hidden {
14457
- display: none;
14570
+ &.k-scroll-left {
14571
+ top: 0;
14572
+ left: 0;
14573
+ height: 100%;
14574
+ width: 16px;
14575
+ border-right-width: 1px;
14576
+ }
14577
+ &.k-scroll-right {
14578
+ top: 0;
14579
+ right: 0;
14580
+ height: 100%;
14581
+ width: 16px;
14582
+ border-left-width: 1px;
14583
+ }
14584
+ &.k-scroll-up {
14585
+ top: 0;
14586
+ left: 0;
14587
+ width: 100%;
14588
+ height: 16px;
14589
+ border-bottom-width: 1px;
14590
+ }
14591
+ &.k-scroll-down {
14592
+ bottom: 0;
14593
+ left: 0;
14594
+ width: 100%;
14595
+ height: 16px;
14596
+ border-top-width: 1px;
14458
14597
  }
14459
14598
  }
14460
14599
 
14461
14600
 
14601
+ // RTL
14602
+ .k-rtl,
14603
+ [dir="rtl"] {
14462
14604
 
14605
+ .k-menu-link {
14606
+ > .k-icon:not(.k-menu-expand-arrow),
14607
+ > .k-image,
14608
+ > .k-sprite {
14609
+ margin-left: $menu-item-icon-spacing;
14610
+ margin-right: 0;
14611
+ }
14612
+ }
14463
14613
 
14464
- // RTL
14465
- .k-toolbar {
14614
+ .k-menu-expand-arrow.k-i-arrow-60-down {
14615
+ margin-left: -$icon-spacing;
14616
+ margin-right: $icon-spacing;
14617
+ }
14466
14618
 
14467
- &.k-rtl,
14468
- .k-rtl &,
14469
- &[dir="rtl"],
14470
- [dir="rtl"] & {
14471
- .k-overflow-anchor {
14472
- margin: 0;
14473
- right: auto;
14474
- left: 0;
14619
+
14620
+ // Orientation -- horizontal
14621
+ .k-menu-horizontal {
14622
+
14623
+ > .k-menu-item + .k-menu-item {
14624
+ margin-right: $menu-item-spacing;
14625
+ margin-left: 0;
14475
14626
  }
14476
14627
  }
14477
14628
 
14478
- }
14479
14629
 
14480
- }
14630
+ // Orientation -- vertical
14631
+ .k-menu-vertical {
14481
14632
 
14633
+ > .k-menu-item > .k-menu-link {
14634
+ padding-right: $menu-popup-item-padding-x;
14635
+ padding-left: $menu-popup-item-padding-end;
14482
14636
 
14637
+ .k-menu-expand-arrow {
14638
+ right: auto;
14639
+ left: $icon-spacing;
14640
+ }
14641
+ }
14642
+ }
14483
14643
 
14484
14644
 
14485
- @include exports( "floating-toolbar/layout" ) {
14645
+ // Sub menu
14646
+ .k-menu-group {
14486
14647
 
14648
+ .k-menu-link {
14649
+ padding-right: $menu-popup-item-padding-x;
14650
+ padding-left: $menu-popup-item-padding-end;
14487
14651
 
14488
- // sass-lint:disable class-name-format
14489
- .k-floating-toolbar,
14490
- .editorToolbarWindow.k-window-content {
14491
- padding: $toolbar-padding-y $toolbar-padding-x !important; // sass-lint:disable-line no-important
14492
- border-width: $toolbar-border-width;
14493
- border-style: solid;
14494
- display: flex;
14495
- flex-flow: row nowrap;
14496
- gap: $toolbar-spacing;
14497
- align-items: center;
14652
+ .k-menu-expand-arrow {
14653
+ right: auto;
14654
+ left: $icon-spacing;
14655
+ }
14656
+ }
14498
14657
 
14499
- .k-toolbar {
14500
- padding: 0;
14501
- border-width: 0;
14502
- flex-shrink: 1;
14503
- color: inherit;
14504
- background: none;
14505
14658
  }
14506
- }
14507
- .k-editortoolbar-dragHandle {
14508
- cursor: move;
14509
- display: flex;
14510
- align-items: center;
14511
- align-self: stretch;
14512
- flex-shrink: 0;
14513
- }
14514
- // sass-lint:enable class-name-format
14515
14659
 
14660
+ }
14516
14661
 
14517
14662
  }
14518
14663
 
14519
14664
  // #endregion
14520
14665
 
14521
- // #endregion
14522
- // #region @import "_theme.scss"; -> packages/bootstrap/scss/toolbar/_theme.scss
14523
- // #region @import "~@progress/kendo-theme-default/scss/toolbar/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/toolbar/_theme.scss
14524
- @include exports("toolbar/theme") {
14666
+ @include exports("menu/layout/bootstrap") {
14525
14667
 
14526
- // Theme
14668
+ .k-menu.k-menu-horizontal:not(.k-context-menu) {
14669
+ padding: $navbar-padding-y $navbar-padding-x;
14670
+ }
14671
+ .k-menu.k-menu-vertical:not(.k-context-menu) {
14672
+ padding: $navbar-padding-y 0;
14673
+ }
14674
+
14675
+ .k-menu-group,
14676
+ .k-menu-vertical {
14677
+
14678
+ .k-menu-popup & {
14679
+ padding: 0;
14680
+ }
14681
+ }
14682
+
14683
+ .k-context-menu-popup {
14684
+ > .k-popup:not(.k-menu-popup) {
14685
+ padding: 0;
14686
+ }
14687
+
14688
+ .k-context-menu {
14689
+ @include border-radius( $border-radius );
14690
+ }
14691
+
14692
+ .k-header {
14693
+ font-size: inherit;
14694
+ font-weight: inherit;
14695
+ }
14696
+ }
14697
+ }
14698
+
14699
+ // #endregion
14700
+ // #region @import "_theme.scss"; -> packages/bootstrap/scss/menu/_theme.scss
14701
+ // #region @import "~@progress/kendo-theme-default/scss/menu/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/menu/_theme.scss
14702
+ @include exports("menu/theme") {
14703
+
14704
+ .k-menu:not(.k-context-menu) {
14705
+ @include fill(
14706
+ $menu-text,
14707
+ $menu-bg,
14708
+ $menu-border,
14709
+ $menu-gradient
14710
+ );
14711
+
14712
+ > .k-item {
14713
+ @include fill(
14714
+ $menu-item-text,
14715
+ $menu-item-bg,
14716
+ $menu-item-border,
14717
+ $menu-item-gradient
14718
+ );
14719
+
14720
+ &:hover,
14721
+ &.k-state-hover {
14722
+ @include fill(
14723
+ $menu-item-hover-text,
14724
+ $menu-item-hover-bg,
14725
+ $menu-item-hover-border,
14726
+ $menu-item-hover-gradient
14727
+ );
14728
+ }
14729
+
14730
+ > .k-state-active,
14731
+ &.k-state-selected {
14732
+ @include fill(
14733
+ $menu-item-expanded-text,
14734
+ $menu-item-expanded-bg,
14735
+ $menu-item-expanded-border,
14736
+ $menu-item-expanded-gradient
14737
+ );
14738
+ }
14739
+
14740
+ &:focus,
14741
+ &.k-state-focus,
14742
+ &.k-state-focused {
14743
+ @include box-shadow( $menu-item-focus-shadow );
14744
+ }
14745
+ }
14746
+ }
14747
+
14748
+ .k-menu-group,
14749
+ .k-menu.k-context-menu {
14750
+ @include fill(
14751
+ $menu-popup-text,
14752
+ $menu-popup-bg,
14753
+ $menu-popup-border,
14754
+ $menu-popup-gradient
14755
+ );
14756
+
14757
+ .k-item {
14758
+ @include fill(
14759
+ $menu-popup-item-text,
14760
+ $menu-popup-item-bg,
14761
+ $menu-popup-item-border,
14762
+ $menu-popup-item-gradient
14763
+ );
14764
+
14765
+ &:hover,
14766
+ &.k-state-hover {
14767
+ @include fill(
14768
+ $menu-popup-item-hover-text,
14769
+ $menu-popup-item-hover-bg,
14770
+ $menu-popup-item-hover-border,
14771
+ $menu-popup-item-hover-gradient
14772
+ );
14773
+ }
14774
+
14775
+ > .k-state-active,
14776
+ &.k-state-selected {
14777
+ @include fill(
14778
+ $menu-popup-item-expanded-text,
14779
+ $menu-popup-item-expanded-bg,
14780
+ $menu-popup-item-expanded-border,
14781
+ $menu-popup-item-expanded-gradient
14782
+ );
14783
+ }
14784
+
14785
+ &:focus,
14786
+ &.k-state-focus,
14787
+ &.k-state-focused {
14788
+ @include box-shadow( $menu-popup-item-focus-shadow );
14789
+ }
14790
+ }
14791
+ }
14792
+
14793
+
14794
+ // Scrolling
14795
+ .k-menu-scroll-button {
14796
+ @include fill(
14797
+ $menu-scroll-button-text,
14798
+ $menu-scroll-button-bg,
14799
+ $menu-scroll-button-border,
14800
+ $menu-scroll-button-gradient
14801
+ );
14802
+
14803
+ &:hover {
14804
+ @include fill(
14805
+ $menu-scroll-button-hover-text,
14806
+ $menu-scroll-button-hover-bg,
14807
+ $menu-scroll-button-hover-border,
14808
+ $menu-scroll-button-hover-gradient
14809
+ );
14810
+
14811
+ &::before {
14812
+ opacity: 0;
14813
+ }
14814
+ }
14815
+ }
14816
+ }
14817
+
14818
+ // #endregion
14819
+
14820
+ // #endregion
14821
+
14822
+ // #endregion
14823
+ // #region @import "../icons/_index.scss"; -> packages/bootstrap/scss/icons/_index.scss
14824
+ // File already imported_once. Skipping output.
14825
+ // #endregion
14826
+
14827
+
14828
+ // Component
14829
+ // #region @import "_variables.scss"; -> packages/bootstrap/scss/toolbar/_variables.scss
14830
+ // File already imported_once. Skipping output.
14831
+ // #endregion
14832
+ // #region @import "_layout.scss"; -> packages/bootstrap/scss/toolbar/_layout.scss
14833
+ // #region @import "~@progress/kendo-theme-default/scss/toolbar/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss
14834
+ @include exports("toolbar/layout") {
14835
+
14836
+ // Base
14837
+ .k-toolbar {
14838
+ margin: 0;
14839
+ padding: $toolbar-padding-y $toolbar-padding-x;
14840
+ border-width: $toolbar-border-width;
14841
+ border-style: solid;
14842
+ box-sizing: border-box;
14843
+ outline: 0;
14844
+ font-family: $toolbar-font-family;
14845
+ font-size: $toolbar-font-size;
14846
+ line-height: $toolbar-line-height;
14847
+ list-style: none;
14848
+ display: flex;
14849
+ flex-flow: row wrap;
14850
+ gap: $toolbar-spacing;
14851
+ align-items: center;
14852
+ justify-content: flex-start;
14853
+ position: relative;
14854
+ overflow: hidden;
14855
+ -webkit-touch-callout: none;
14856
+ -webkit-tap-highlight-color: $rgba-transparent;
14857
+
14858
+ // Remove once we decide to not size empty containers
14859
+ &::before {
14860
+ content: "";
14861
+ height: $button-calc-size;
14862
+ margin-inline-start: -$toolbar-spacing;
14863
+ }
14864
+
14865
+ &.k-toolbar-resizable {
14866
+ flex-wrap: nowrap;
14867
+ }
14868
+
14869
+ > * {
14870
+ flex-shrink: 0;
14871
+ display: inline-flex;
14872
+ align-content: center;
14873
+ vertical-align: middle;
14874
+
14875
+ > label {
14876
+ margin-inline-end: $toolbar-spacing;
14877
+ align-self: center;
14878
+ }
14879
+ }
14880
+
14881
+
14882
+ // Button
14883
+ .k-button {}
14884
+
14885
+
14886
+ // Toggle button
14887
+ .k-toggle-button {}
14888
+
14889
+
14890
+ // Button group
14891
+ .k-button-group {}
14892
+
14893
+
14894
+ // Split button
14895
+ .k-split-button {}
14896
+
14897
+
14898
+ // Overflow anchor
14899
+ .k-overflow-anchor {
14900
+ @include border-radius( 0 );
14901
+ margin: 0;
14902
+ padding: $toolbar-padding-y;
14903
+ width: auto;
14904
+ height: 100%;
14905
+ aspect-ratio: 1;
14906
+ border-width: 0;
14907
+ border-color: inherit;
14908
+ box-sizing: border-box;
14909
+ justify-content: center;
14910
+ position: absolute;
14911
+ top: 0;
14912
+ right: 0;
14913
+
14914
+ &::before {
14915
+ display: block;
14916
+ }
14917
+ }
14918
+
14919
+
14920
+ // Separator
14921
+ .k-separator,
14922
+ .k-toolbar-separator {
14923
+ width: 0;
14924
+ height: $line-height-em;
14925
+ border-width: 0 0 0 1px;
14926
+ border-style: solid;
14927
+ align-self: center;
14928
+ }
14929
+
14930
+
14931
+ // Spacer
14932
+ .k-toolbar-spacer {
14933
+ height: $line-height-em;
14934
+ flex: 1 0 0%;
14935
+ }
14936
+
14937
+
14938
+ // Template
14939
+ .k-toolbar-template {
14940
+ align-self: center;
14941
+ align-items: center;
14942
+ }
14943
+
14944
+
14945
+ // Child components
14946
+ .k-textbox,
14947
+ .k-combobox,
14948
+ .k-dropdown,
14949
+ .k-searchbox,
14950
+ .k-numerictextbox,
14951
+ .k-datepicker,
14952
+ .k-timepicker,
14953
+ .k-datetimepicker {
14954
+ width: 10em;
14955
+ }
14956
+
14957
+ }
14958
+
14959
+
14960
+ // Toolbar group
14961
+ .k-toolbar-group {
14962
+ display: flex;
14963
+ flex-direction: inherit;
14964
+ flex-wrap: nowrap;
14965
+ gap: inherit;
14966
+ }
14967
+
14968
+
14969
+ // Angular specific
14970
+ kendo-toolbar-renderer {
14971
+ display: inline-block;
14972
+ border-color: inherit;
14973
+ }
14974
+
14975
+
14976
+ // Overflow container
14977
+ .k-overflow-container {
14978
+
14979
+ > .k-item {
14980
+ border-color: inherit;
14981
+ }
14982
+
14983
+ .k-separator {
14984
+ margin: map-get( $spacing, 1 ) 0;
14985
+ }
14986
+
14987
+ // Group
14988
+ .k-overflow-tool-group {
14989
+ display: block;
14990
+ }
14991
+
14992
+ // Button
14993
+ .k-overflow-button {
14994
+ @include border-radius( 0 );
14995
+ padding: $list-item-padding-y $list-item-padding-x;
14996
+ width: 100%;
14997
+ border-width: 0;
14998
+ color: inherit;
14999
+ background-color: transparent;
15000
+ background-image: none;
15001
+ line-height: inherit;
15002
+ display: flex;
15003
+ justify-content: flex-start;
15004
+ }
15005
+
15006
+ // Button group
15007
+ .k-button-group {
15008
+ @include box-shadow( none );
15009
+ display: flex;
15010
+ flex-flow: column nowrap;
15011
+
15012
+ .k-button {
15013
+ margin: if( $button-border-width == 0, null, 0);
15014
+ }
15015
+ }
15016
+
15017
+ // Split button
15018
+ .k-split-button {
15019
+ display: flex;
15020
+ flex-direction: column;
15021
+ }
15022
+
15023
+ // Hidden items
15024
+ .k-overflow-hidden {
15025
+ display: none;
15026
+ }
15027
+ }
15028
+
15029
+
15030
+
15031
+
15032
+ // RTL
15033
+ .k-toolbar {
15034
+
15035
+ &.k-rtl,
15036
+ .k-rtl &,
15037
+ &[dir="rtl"],
15038
+ [dir="rtl"] & {
15039
+ .k-overflow-anchor {
15040
+ margin: 0;
15041
+ right: auto;
15042
+ left: 0;
15043
+ }
15044
+ }
15045
+
15046
+ }
15047
+
15048
+ }
15049
+
15050
+
15051
+
15052
+
15053
+ @include exports( "floating-toolbar/layout" ) {
15054
+
15055
+
15056
+ // sass-lint:disable class-name-format
15057
+ .k-floating-toolbar,
15058
+ .editorToolbarWindow.k-window-content {
15059
+ padding: $toolbar-padding-y $toolbar-padding-x !important; // sass-lint:disable-line no-important
15060
+ border-width: $toolbar-border-width;
15061
+ border-style: solid;
15062
+ display: flex;
15063
+ flex-flow: row nowrap;
15064
+ gap: $toolbar-spacing;
15065
+ align-items: center;
15066
+
15067
+ .k-toolbar {
15068
+ padding: 0;
15069
+ border-width: 0;
15070
+ flex-shrink: 1;
15071
+ color: inherit;
15072
+ background: none;
15073
+ }
15074
+ }
15075
+ .k-editortoolbar-dragHandle {
15076
+ cursor: move;
15077
+ display: flex;
15078
+ align-items: center;
15079
+ align-self: stretch;
15080
+ flex-shrink: 0;
15081
+ }
15082
+ // sass-lint:enable class-name-format
15083
+
15084
+
15085
+ }
15086
+
15087
+ // #endregion
15088
+
15089
+ // #endregion
15090
+ // #region @import "_theme.scss"; -> packages/bootstrap/scss/toolbar/_theme.scss
15091
+ // #region @import "~@progress/kendo-theme-default/scss/toolbar/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/toolbar/_theme.scss
15092
+ @include exports("toolbar/theme") {
15093
+
15094
+ // Theme
14527
15095
  .k-toolbar {
14528
15096
  @include fill(
14529
15097
  $toolbar-text,
@@ -14641,6 +15209,7 @@ $actions-gradient: null !default;
14641
15209
 
14642
15210
  .k-actions {
14643
15211
  padding: $actions-padding-y $actions-padding-x;
15212
+ box-sizing: border-box;
14644
15213
  border-width: $actions-border-width 0 0 0;
14645
15214
  border-style: solid;
14646
15215
  border-color: inherit;
@@ -14652,6 +15221,12 @@ $actions-gradient: null !default;
14652
15221
  overflow: hidden;
14653
15222
  // TODO: remove
14654
15223
  clear: both;
15224
+
15225
+ *,
15226
+ *::before,
15227
+ *::after {
15228
+ box-sizing: border-box;
15229
+ }
14655
15230
  }
14656
15231
 
14657
15232
 
@@ -15403,6 +15978,12 @@ $fieldset-legend-border: null !default;
15403
15978
  z-index: 12000;
15404
15979
  -webkit-touch-callout: none;
15405
15980
  -webkit-tap-highlight-color: $rgba-transparent;
15981
+
15982
+ *,
15983
+ *::before,
15984
+ *::after {
15985
+ box-sizing: border-box;
15986
+ }
15406
15987
  }
15407
15988
 
15408
15989
  .k-tooltip-icon {
@@ -15441,7 +16022,6 @@ $fieldset-legend-border: null !default;
15441
16022
  border-width: $tooltip-callout-size;
15442
16023
  border-style: solid;
15443
16024
  border-color: transparent;
15444
- box-sizing: border-box;
15445
16025
  position: absolute;
15446
16026
  pointer-events: none;
15447
16027
  }
@@ -15685,6 +16265,12 @@ $textbox-line-height: $input-line-height !default;
15685
16265
  position: relative;
15686
16266
  -webkit-appearance: none;
15687
16267
 
16268
+ *,
16269
+ *::before,
16270
+ *::after {
16271
+ box-sizing: border-box;
16272
+ }
16273
+
15688
16274
  // Hide clear icon
15689
16275
  &::-ms-clear { display: none; }
15690
16276
 
@@ -15923,12 +16509,18 @@ $textarea-invalid-focus-shadow: $invalid-shadow !default;
15923
16509
  // Targets https://github.com/telerik/kendo-react/issues/638.
15924
16510
  box-shadow: none;
15925
16511
  background: none;
15926
- display: flex;
16512
+ display: inline-flex;
15927
16513
  flex-wrap: nowrap;
15928
16514
  vertical-align: middle;
15929
16515
  position: relative;
15930
16516
  -webkit-appearance: none;
15931
16517
 
16518
+ *,
16519
+ *::before,
16520
+ *::after {
16521
+ box-sizing: border-box;
16522
+ }
16523
+
15932
16524
  // Hide clear icon
15933
16525
  &::-ms-clear { display: none; }
15934
16526
 
@@ -16369,6 +16961,12 @@ $progressbar-chunk-border: $body-bg !default;
16369
16961
  -webkit-touch-callout: none;
16370
16962
  -webkit-tap-highlight-color: $rgba-transparent;
16371
16963
 
16964
+ *,
16965
+ *::before,
16966
+ *::after {
16967
+ box-sizing: border-box;
16968
+ }
16969
+
16372
16970
 
16373
16971
  // Selection
16374
16972
  > .k-state-selected {
@@ -17193,6 +17791,12 @@ $slider-disabled-opacity: null !default;
17193
17791
  -webkit-touch-callout: none;
17194
17792
  -webkit-tap-highlight-color: $rgba-transparent;
17195
17793
 
17794
+ *,
17795
+ *::before,
17796
+ *::after {
17797
+ box-sizing: border-box;
17798
+ }
17799
+
17196
17800
  .k-label {
17197
17801
  width: auto;
17198
17802
  font-size: .92em;
@@ -17240,7 +17844,6 @@ $slider-disabled-opacity: null !default;
17240
17844
  .k-slider-wrap {
17241
17845
  width: 100%;
17242
17846
  height: 100%;
17243
- box-sizing: border-box;
17244
17847
  display: flex;
17245
17848
  flex-flow: inherit;
17246
17849
  align-items: inherit;
@@ -17538,7 +18141,6 @@ $slider-disabled-opacity: null !default;
17538
18141
  position: absolute;
17539
18142
  text-align: center;
17540
18143
  text-decoration: none;
17541
- box-sizing: border-box;
17542
18144
  width: $slider-draghandle-size;
17543
18145
  height: $slider-draghandle-size;
17544
18146
 
@@ -18976,6 +19578,12 @@ $time-list-focused-bg: rgba(0, 0, 0, .02) !default;
18976
19578
  -webkit-touch-callout: none;
18977
19579
  -webkit-tap-highlight-color: $rgba-transparent;
18978
19580
 
19581
+ *,
19582
+ *::before,
19583
+ *::after {
19584
+ box-sizing: border-box;
19585
+ }
19586
+
18979
19587
 
18980
19588
  // Input
18981
19589
  .k-input {}
@@ -19128,6 +19736,12 @@ $captcha-validation-message-font-style: italic !default;
19128
19736
  display: flex;
19129
19737
  flex-flow: column nowrap;
19130
19738
  gap: $captcha-gap;
19739
+
19740
+ *,
19741
+ *::before,
19742
+ *::after {
19743
+ box-sizing: border-box;
19744
+ }
19131
19745
  }
19132
19746
 
19133
19747
  // Image
@@ -19245,6 +19859,12 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
19245
19859
  position: relative;
19246
19860
  -webkit-touch-callout: none;
19247
19861
  -webkit-tap-highlight-color: $rgba-transparent;
19862
+
19863
+ *,
19864
+ *::before,
19865
+ *::after {
19866
+ box-sizing: border-box;
19867
+ }
19248
19868
  }
19249
19869
 
19250
19870
  // Table
@@ -19398,6 +20018,12 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
19398
20018
  -webkit-touch-callout: none;
19399
20019
  -webkit-tap-highlight-color: $rgba-transparent;
19400
20020
 
20021
+ *,
20022
+ *::before,
20023
+ *::after {
20024
+ box-sizing: border-box;
20025
+ }
20026
+
19401
20027
 
19402
20028
  // Input
19403
20029
  .k-input {
@@ -19412,7 +20038,6 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
19412
20038
  border-width: 0;
19413
20039
  border-inline-start-width: $picker-select-border-width;
19414
20040
  border-style: solid;
19415
- box-sizing: border-box;
19416
20041
  outline: 0;
19417
20042
  display: flex;
19418
20043
  flex-direction: column;
@@ -19426,7 +20051,6 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
19426
20051
  .k-link {
19427
20052
  padding: 0 $picker-select-padding-x;
19428
20053
  min-width: $spinner-min-width;
19429
- box-sizing: border-box;
19430
20054
  flex: 1 1 auto;
19431
20055
  display: block;
19432
20056
  overflow: hidden;
@@ -19640,6 +20264,12 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 2 ) !default;
19640
20264
  gap: $colorgradient-gap;
19641
20265
  -webkit-touch-callout: none;
19642
20266
  -webkit-tap-highlight-color: $rgba-transparent;
20267
+
20268
+ *,
20269
+ *::before,
20270
+ *::after {
20271
+ box-sizing: border-box;
20272
+ }
19643
20273
  }
19644
20274
 
19645
20275
  // Canvas
@@ -19978,6 +20608,12 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
19978
20608
  display: inline-flex;
19979
20609
  flex-direction: column;
19980
20610
  align-items: stretch;
20611
+
20612
+ *,
20613
+ *::before,
20614
+ *::after {
20615
+ box-sizing: border-box;
20616
+ }
19981
20617
  }
19982
20618
 
19983
20619
  // Header
@@ -20142,13 +20778,18 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
20142
20778
  -webkit-touch-callout: none;
20143
20779
  -webkit-tap-highlight-color: $rgba-transparent;
20144
20780
 
20781
+ *,
20782
+ *::before,
20783
+ *::after {
20784
+ box-sizing: border-box;
20785
+ }
20786
+
20145
20787
  .k-selected-color {
20146
20788
  margin: $button-padding-y;
20147
20789
  width: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
20148
20790
  height: calc( #{$button-inner-calc-size} - #{$button-padding-y * 2} );
20149
20791
  border-width: 1px;
20150
20792
  border-style: solid;
20151
- box-sizing: border-box;
20152
20793
  background-clip: content-box;
20153
20794
  line-height: 0;
20154
20795
  position: relative;
@@ -20168,7 +20809,6 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
20168
20809
  border-width: 0;
20169
20810
  border-style: solid;
20170
20811
  border-color: inherit;
20171
- box-sizing: border-box;
20172
20812
  font-size: inherit;
20173
20813
  text-align: center;
20174
20814
  flex-direction: column;
@@ -20204,7 +20844,6 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
20204
20844
  border-inline-start-width: $picker-select-border-width;
20205
20845
  border-style: solid;
20206
20846
  border-color: transparent;
20207
- box-sizing: border-box;
20208
20847
  display: flex;
20209
20848
  align-items: center;
20210
20849
  justify-content: center;
@@ -20356,6 +20995,12 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
20356
20995
  -webkit-touch-callout: none;
20357
20996
  -webkit-tap-highlight-color: $rgba-transparent;
20358
20997
 
20998
+ *,
20999
+ *::before,
21000
+ *::after {
21001
+ box-sizing: border-box;
21002
+ }
21003
+
20359
21004
 
20360
21005
  // Input
20361
21006
  .k-input {}
@@ -20380,7 +21025,7 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
20380
21025
  }
20381
21026
  .k-link {
20382
21027
  padding: 0 $picker-select-padding-x;
20383
- min-width: $icon-size;
21028
+ min-width: $spinner-min-width;
20384
21029
  flex: 1 1 auto;
20385
21030
  display: block;
20386
21031
  overflow: hidden;
@@ -20569,6 +21214,12 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
20569
21214
  -webkit-touch-callout: none;
20570
21215
  -webkit-tap-highlight-color: $rgba-transparent;
20571
21216
 
21217
+ *,
21218
+ *::before,
21219
+ *::after {
21220
+ box-sizing: border-box;
21221
+ }
21222
+
20572
21223
 
20573
21224
  // Input
20574
21225
  .k-input {}
@@ -20756,6 +21407,12 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
20756
21407
  -webkit-touch-callout: none;
20757
21408
  -webkit-tap-highlight-color: $rgba-transparent;
20758
21409
 
21410
+ *,
21411
+ *::before,
21412
+ *::after {
21413
+ box-sizing: border-box;
21414
+ }
21415
+
20759
21416
 
20760
21417
  // Input
20761
21418
  .k-input {}
@@ -20768,7 +21425,6 @@ $colorpicker-focused-shadow: $button-focused-shadow !default;
20768
21425
  border-width: 0;
20769
21426
  border-inline-start-width: $picker-select-border-width;
20770
21427
  border-style: solid;
20771
- box-sizing: border-box;
20772
21428
  outline: 0;
20773
21429
  display: flex;
20774
21430
  flex-flow: row nowrap;
@@ -20950,6 +21606,12 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
20950
21606
  -webkit-touch-callout: none;
20951
21607
  -webkit-tap-highlight-color: $rgba-transparent;
20952
21608
 
21609
+ *,
21610
+ *::before,
21611
+ *::after {
21612
+ box-sizing: border-box;
21613
+ }
21614
+
20953
21615
 
20954
21616
  // Input
20955
21617
  .k-input {}
@@ -20960,7 +21622,6 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
20960
21622
  border-width: 0;
20961
21623
  border-inline-start-width: $picker-select-border-width;
20962
21624
  border-style: solid;
20963
- box-sizing: border-box;
20964
21625
  outline: 0;
20965
21626
  display: flex;
20966
21627
  align-items: stretch;
@@ -20979,7 +21640,6 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
20979
21640
  display: flex;
20980
21641
  align-items: center;
20981
21642
  justify-content: center;
20982
- box-sizing: border-box;
20983
21643
  }
20984
21644
  }
20985
21645
 
@@ -21181,6 +21841,12 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
21181
21841
  flex-flow: row nowrap;
21182
21842
  align-items: flex-start;
21183
21843
  gap: map-get( $spacing, 2 );
21844
+
21845
+ *,
21846
+ *::before,
21847
+ *::after {
21848
+ box-sizing: border-box;
21849
+ }
21184
21850
  }
21185
21851
 
21186
21852
 
@@ -21627,6 +22293,12 @@ $dropdownlist-focused-shadow: $button-focused-shadow !default;
21627
22293
  -webkit-touch-callout: none;
21628
22294
  -webkit-tap-highlight-color: $rgba-transparent;
21629
22295
 
22296
+ *,
22297
+ *::before,
22298
+ *::after {
22299
+ box-sizing: border-box;
22300
+ }
22301
+
21630
22302
 
21631
22303
  // Input
21632
22304
  .k-input {}
@@ -21647,7 +22319,6 @@ $dropdownlist-focused-shadow: $button-focused-shadow !default;
21647
22319
  border-inline-start-width: $picker-select-border-width;
21648
22320
  border-style: solid;
21649
22321
  border-color: transparent;
21650
- box-sizing: border-box;
21651
22322
  outline: 0;
21652
22323
  display: flex;
21653
22324
  flex-flow: row nowrap;
@@ -21889,6 +22560,12 @@ $multiselect-clear-right: calc( #{$icon-size} + #{$input-padding-y} ) !default;
21889
22560
  -webkit-touch-callout: none;
21890
22561
  -webkit-tap-highlight-color: $rgba-transparent;
21891
22562
 
22563
+ *,
22564
+ *::before,
22565
+ *::after {
22566
+ box-sizing: border-box;
22567
+ }
22568
+
21892
22569
  .k-loading-hidden {
21893
22570
  visibility: hidden;
21894
22571
  }
@@ -22378,13 +23055,18 @@ $treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;
22378
23055
  white-space: nowrap;
22379
23056
  -webkit-touch-callout: none;
22380
23057
  -webkit-tap-highlight-color: $rgba-transparent;
23058
+
23059
+ *,
23060
+ *::before,
23061
+ *::after {
23062
+ box-sizing: border-box;
23063
+ }
22381
23064
  }
22382
23065
 
22383
23066
 
22384
23067
  // Treeview filter
22385
23068
  .k-treeview-filter {
22386
- padding: map-get( $spacing, 1 );
22387
- box-sizing: border-box;
23069
+ padding: map-get( $spacing, 2 );
22388
23070
  display: block;
22389
23071
  position: relative;
22390
23072
  flex: none;
@@ -22758,6 +23440,12 @@ $dropdowntree-filter-spacer: 0px !default;
22758
23440
  -webkit-touch-callout: none;
22759
23441
  -webkit-tap-highlight-color: $rgba-transparent;
22760
23442
 
23443
+ *,
23444
+ *::before,
23445
+ *::after {
23446
+ box-sizing: border-box;
23447
+ }
23448
+
22761
23449
 
22762
23450
  // Input
22763
23451
  .k-input {}
@@ -22907,6 +23595,12 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
22907
23595
  -webkit-touch-callout: none;
22908
23596
  -webkit-tap-highlight-color: $rgba-transparent;
22909
23597
 
23598
+ *,
23599
+ *::before,
23600
+ *::after {
23601
+ box-sizing: border-box;
23602
+ }
23603
+
22910
23604
  &.k-state-readonly {
22911
23605
  pointer-events: none;
22912
23606
  }
@@ -22915,7 +23609,6 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
22915
23609
  .k-rating-container {
22916
23610
  flex: 0 1 auto;
22917
23611
  position: relative;
22918
- box-sizing: border-box;
22919
23612
  margin: 0 $rating-container-margin-x;
22920
23613
 
22921
23614
  .k-rating-item {
@@ -23077,6 +23770,12 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
23077
23770
  -webkit-touch-callout: none;
23078
23771
  -webkit-tap-highlight-color: $rgba-transparent;
23079
23772
 
23773
+ *,
23774
+ *::before,
23775
+ *::after {
23776
+ box-sizing: border-box;
23777
+ }
23778
+
23080
23779
  // Input
23081
23780
  > .k-input {
23082
23781
  padding: $input-padding-y $input-padding-x;
@@ -23185,17 +23884,22 @@ $rating-icon-focused-selected-shadow: 0 2px 4px rgba( $black, .1) !default;
23185
23884
  $switch-size: 56px !default;
23186
23885
  $switch-border-radius: 9999px !default;
23187
23886
 
23887
+ /// Font family of the switch.
23888
+ /// @group switch
23188
23889
  $switch-font-family: $font-family !default;
23189
23890
  $switch-font-size: $font-size-xs !default;
23190
- $switch-line-height: $line-height !default;
23191
23891
 
23192
23892
  $switch-track-size: null !default;
23893
+ /// Border width of the switch track.
23894
+ /// @group switch
23193
23895
  $switch-container-border-width: 1px !default;
23194
23896
  $switch-container-padding-x: 2px !default;
23195
23897
  $switch-container-padding-y: $switch-container-padding-x !default;
23196
23898
 
23197
23899
  $switch-handle-size: 24px !default;
23198
23900
  $switch-handle-border-radius: 9999px !default;
23901
+ /// Border width of the switch thumb.
23902
+ /// @group switch
23199
23903
  $switch-handle-border-width: null !default;
23200
23904
  $switch-thumb-start-x: 0px !default;
23201
23905
  // TODO: Remove width property from jQuery and Blazor, and do not use 100% for thumb X calc
@@ -23203,69 +23907,158 @@ $switch-thumb-end-x: calc( 100% - #{$switch-handle-size} ) !default;
23203
23907
 
23204
23908
  $switch-label-offset: null !default;
23205
23909
  $switch-label-width: null !default;
23910
+ /// Text transform of the switch label.
23911
+ /// @group switch
23206
23912
  $switch-label-text-transform: null !default;
23913
+ /// Display of the switch label.
23914
+ /// @group switch
23207
23915
  $switch-label-display: none !default;
23208
23916
 
23209
23917
  $switch-container-shadow: null !default;
23210
23918
  $switch-container-hovered-shadow: null !default;
23211
23919
  $switch-container-focused-shadow: null !default;
23212
23920
 
23213
- $switch-on-bg: $primary !default;
23214
- $switch-on-text: null !default;
23215
- $switch-on-border: $primary !default;
23216
- $switch-on-gradient: null !default;
23217
- $switch-on-shadow: null !default;
23218
-
23219
- $switch-on-hovered-bg: null !default;
23220
- $switch-on-hovered-text: null !default;
23221
- $switch-on-hovered-border: null !default;
23222
- $switch-on-hovered-gradient: null !default;
23223
-
23224
- $switch-on-focused-bg: null !default;
23225
- $switch-on-focused-text: null !default;
23226
- $switch-on-focused-border: null !default;
23227
- $switch-on-focused-gradient: null !default;
23228
- $switch-on-focused-shadow: $input-focused-shadow !default;
23229
-
23230
- $switch-on-handle-bg: white !default;
23231
- $switch-on-handle-text: null !default;
23232
- $switch-on-handle-border: null !default;
23233
- $switch-on-handle-gradient: null !default;
23234
- $switch-on-handle-shadow: null !default;
23235
-
23236
- $switch-on-handle-hovered-bg: null !default;
23237
- $switch-on-handle-hovered-text: null !default;
23238
- $switch-on-handle-hovered-border: null !default;
23239
- $switch-on-handle-hovered-gradient: null !default;
23240
-
23921
+ /// The background of the track when the switch is not checked.
23922
+ /// @group switch
23241
23923
  $switch-off-bg: $input-bg !default;
23924
+ /// The text color of the track when the switch is not checked.
23925
+ /// @group switch
23242
23926
  $switch-off-text: null !default;
23927
+ /// The border color of the track when the switch is not checked.
23928
+ /// @group switch
23243
23929
  $switch-off-border: $gray-500 !default;
23930
+ /// The background gradient of the track when the switch is not checked.
23931
+ /// @group switch
23244
23932
  $switch-off-gradient: null !default;
23245
23933
  $switch-off-shadow: null !default;
23246
23934
 
23935
+ /// The background of the track when the hovered switch is not checked.
23936
+ /// @group switch
23247
23937
  $switch-off-hovered-bg: null !default;
23938
+ /// The text color of the track when the hovered switch is not checked.
23939
+ /// @group switch
23248
23940
  $switch-off-hovered-text: null !default;
23941
+ /// The border color of the track when the hovered switch is not checked.
23942
+ /// @group switch
23249
23943
  $switch-off-hovered-border: null !default;
23944
+ /// The background gradient of the track when the hovered switch is not checked.
23945
+ /// @group switch
23250
23946
  $switch-off-hovered-gradient: null !default;
23251
23947
 
23948
+ /// The background of the track when the focused switch is not checked.
23949
+ /// @group switch
23252
23950
  $switch-off-focused-bg: null !default;
23951
+ /// The text color of the track when the focused switch is not checked.
23952
+ /// @group switch
23253
23953
  $switch-off-focused-text: null !default;
23954
+ /// The border color of the track when the focused switch is not checked.
23955
+ /// @group switch
23254
23956
  $switch-off-focused-border: $input-focused-border !default;
23957
+ /// The background gradient of the track when the focused switch is not checked.
23958
+ /// @group switch
23255
23959
  $switch-off-focused-gradient: null !default;
23960
+ /// The ring around the track when the focused switch is not checked.
23961
+ /// @group switch
23256
23962
  $switch-off-focused-shadow: $input-focused-shadow !default;
23257
23963
 
23964
+ /// The background of the thumb when the switch is not checked.
23965
+ /// @group switch
23258
23966
  $switch-off-handle-bg: $gray-500 !default;
23967
+ /// The text color of the thumb when the switch is not checked.
23968
+ /// @group switch
23259
23969
  $switch-off-handle-text: null !default;
23970
+ /// The border color of the thumb when the switch is not checked.
23971
+ /// @group switch
23260
23972
  $switch-off-handle-border: null !default;
23973
+ /// The background gradient of the thumb when the switch is not checked.
23974
+ /// @group switch
23261
23975
  $switch-off-handle-gradient: null !default;
23262
23976
  $switch-off-handle-shadow: null !default;
23263
23977
 
23978
+ /// The background of the thumb when the hovered switch is not checked.
23979
+ /// @group switch
23264
23980
  $switch-off-handle-hovered-bg: null !default;
23981
+ /// The text color of the thumb when the hovered switch is not checked.
23982
+ /// @group switch
23265
23983
  $switch-off-handle-hovered-text: null !default;
23984
+ /// The border color of the thumb when the hovered switch is not checked.
23985
+ /// @group switch
23266
23986
  $switch-off-handle-hovered-border: null !default;
23987
+ /// The background gradient of the thumb when the hovered switch is not checked.
23988
+ /// @group switch
23267
23989
  $switch-off-handle-hovered-gradient: null !default;
23268
23990
 
23991
+
23992
+ /// The background of the track when the switch is checked.
23993
+ /// @group switch
23994
+ $switch-on-bg: $primary !default;
23995
+ /// The text color of the track when the switch is checked.
23996
+ /// @group switch
23997
+ $switch-on-text: null !default;
23998
+ /// The border color of the track when the switch is checked.
23999
+ /// @group switch
24000
+ $switch-on-border: $primary !default;
24001
+ /// The background gradient of the track when the switch is checked.
24002
+ /// @group switch
24003
+ $switch-on-gradient: null !default;
24004
+ $switch-on-shadow: null !default;
24005
+
24006
+ /// The background of the track wen the hovered switch is checked.
24007
+ /// @group switch
24008
+ $switch-on-hovered-bg: null !default;
24009
+ /// The text color of the track wen the hovered switch is checked.
24010
+ /// @group switch
24011
+ $switch-on-hovered-text: null !default;
24012
+ /// The border color of the track wen the hovered switch is checked.
24013
+ /// @group switch
24014
+ $switch-on-hovered-border: null !default;
24015
+ /// The background gradient of the track wen the hovered switch is checked.
24016
+ /// @group switch
24017
+ $switch-on-hovered-gradient: null !default;
24018
+
24019
+ /// The background of the track wen the focused switch is checked.
24020
+ /// @group switch
24021
+ $switch-on-focused-bg: null !default;
24022
+ /// The text color of the track wen the focused switch is checked.
24023
+ /// @group switch
24024
+ $switch-on-focused-text: null !default;
24025
+ /// The border color of the track wen the focused switch is checked.
24026
+ /// @group switch
24027
+ $switch-on-focused-border: null !default;
24028
+ /// The background gradient of the track wen the focused switch is checked.
24029
+ /// @group switch
24030
+ $switch-on-focused-gradient: null !default;
24031
+ /// The ring around the track wen the focused switch is checked.
24032
+ /// @group switch
24033
+ $switch-on-focused-shadow: $input-focused-shadow !default;
24034
+
24035
+ /// The background of the thumb when the switch is checked.
24036
+ /// @group switch
24037
+ $switch-on-handle-bg: white !default;
24038
+ /// The text color of the thumb when the switch is checked.
24039
+ /// @group switch
24040
+ $switch-on-handle-text: null !default;
24041
+ /// The border color of the thumb when the switch is checked.
24042
+ /// @group switch
24043
+ $switch-on-handle-border: null !default;
24044
+ /// The background gradient of the thumb when the switch is checked.
24045
+ /// @group switch
24046
+ $switch-on-handle-gradient: null !default;
24047
+ $switch-on-handle-shadow: null !default;
24048
+
24049
+ /// The background of the thumb when the hovered switch is checked.
24050
+ /// @group switch
24051
+ $switch-on-handle-hovered-bg: null !default;
24052
+ /// The text color of the thumb when the hovered switch is checked.
24053
+ /// @group switch
24054
+ $switch-on-handle-hovered-text: null !default;
24055
+ /// The border color of the thumb when the hovered switch is checked.
24056
+ /// @group switch
24057
+ $switch-on-handle-hovered-border: null !default;
24058
+ /// The background gradient of the thumb when the hovered switch is checked.
24059
+ /// @group switch
24060
+ $switch-on-handle-hovered-gradient: null !default;
24061
+
23269
24062
  // #endregion
23270
24063
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/switch/_layout.scss
23271
24064
  // #region @import "~@progress/kendo-theme-default/scss/switch/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/switch/_layout.scss
@@ -23280,14 +24073,20 @@ $switch-off-handle-hovered-gradient: null !default;
23280
24073
  display: inline-flex;
23281
24074
  align-items: center;
23282
24075
  vertical-align: middle;
23283
- font-family: $font-family;
23284
- font-size: $font-size-xs;
23285
- line-height: $line-height;
24076
+ font-family: $switch-font-family;
24077
+ font-size: $switch-font-size;
24078
+ line-height: 1;
23286
24079
  user-select: none;
23287
24080
  text-align: left;
23288
24081
  -webkit-touch-callout: none;
23289
24082
  -webkit-tap-highlight-color: $rgba-transparent;
23290
24083
 
24084
+ *,
24085
+ *::before,
24086
+ *::after {
24087
+ box-sizing: border-box;
24088
+ }
24089
+
23291
24090
  [type="checkbox"] {
23292
24091
  display: none;
23293
24092
  }
@@ -23297,11 +24096,9 @@ $switch-off-handle-hovered-gradient: null !default;
23297
24096
  }
23298
24097
  }
23299
24098
 
23300
- .k-switch,
23301
- .k-switch-container,
23302
- .k-switch-handle {
23303
- box-sizing: border-box;
23304
- }
24099
+ // .k-switch,
24100
+ // .k-switch-container,
24101
+ // .k-switch-handle {}
23305
24102
 
23306
24103
 
23307
24104
  // Switch track
@@ -23361,7 +24158,8 @@ $switch-off-handle-hovered-gradient: null !default;
23361
24158
 
23362
24159
  // RTL
23363
24160
  .k-rtl .k-switch,
23364
- .k-switch[dir = "rtl"] {
24161
+ [dir="rtl"] .k-switch,
24162
+ .k-switch[dir="rtl"] {
23365
24163
  &.k-switch-on .k-switch-handle {
23366
24164
  left: $switch-thumb-start-x;
23367
24165
  }
@@ -23819,6 +24617,12 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
23819
24617
  -webkit-touch-callout: none;
23820
24618
  -webkit-tap-highlight-color: $rgba-transparent;
23821
24619
 
24620
+ *,
24621
+ *::before,
24622
+ *::after {
24623
+ box-sizing: border-box;
24624
+ }
24625
+
23822
24626
  .k-upload-button {
23823
24627
  min-width: 7em;
23824
24628
  }
@@ -23974,7 +24778,6 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
23974
24778
  border-style: solid;
23975
24779
  font-size: ($font-size * .57);
23976
24780
  text-transform: uppercase;
23977
- box-sizing: content-box;
23978
24781
  position: absolute;
23979
24782
  top: $upload-item-padding-y;
23980
24783
  }
@@ -24450,9 +25253,14 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
24450
25253
  -webkit-touch-callout: none;
24451
25254
  -webkit-tap-highlight-color: $rgba-transparent;
24452
25255
 
25256
+ *,
25257
+ *::before,
25258
+ *::after {
25259
+ box-sizing: border-box;
25260
+ }
25261
+
24453
25262
  > * {
24454
25263
  flex-shrink: 0;
24455
-
24456
25264
  }
24457
25265
 
24458
25266
  // Appbar section
@@ -24694,838 +25502,316 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
24694
25502
  cursor: pointer;
24695
25503
  outline: none;
24696
25504
 
24697
- &:focus {
24698
- outline: none;
24699
- }
24700
- }
24701
-
24702
- // FAB Icon
24703
- .k-fab-icon {
24704
- width: $fab-icon-width;
24705
- height: $fab-icon-height;
24706
-
24707
- &:not(:only-child) {
24708
- margin-right: $fab-icon-spacing;
24709
- margin-left: -$fab-icon-spacing;
24710
- }
24711
- }
24712
-
24713
-
24714
- // Sizes
24715
- .k-fab-sm {
24716
- padding: $fab-padding-y-sm $fab-padding-x-sm;
24717
- }
24718
- .k-fab-md {
24719
- padding: $fab-padding-y $fab-padding-x;
24720
- }
24721
- .k-fab-lg {
24722
- padding: $fab-padding-y-lg $fab-padding-x-lg;
24723
- }
24724
-
24725
-
24726
- // Shapes
24727
- .k-fab-square {
24728
- border-radius: 0;
24729
-
24730
- &.k-fab-sm {
24731
- width: $fab-size-sm;
24732
- height: $fab-size-sm;
24733
- }
24734
- &.k-fab-md {
24735
- width: $fab-size-md;
24736
- height: $fab-size-md;
24737
- }
24738
- &.k-fab-lg {
24739
- width: $fab-size-lg;
24740
- height: $fab-size-lg;
24741
- }
24742
- }
24743
- .k-fab-circle {
24744
- border-radius: 50%;
24745
-
24746
- &.k-fab-sm {
24747
- width: $fab-size-sm;
24748
- height: $fab-size-sm;
24749
- }
24750
- &.k-fab-md {
24751
- width: $fab-size-md;
24752
- height: $fab-size-md;
24753
- }
24754
- &.k-fab-lg {
24755
- width: $fab-size-lg;
24756
- height: $fab-size-lg;
24757
- }
24758
- }
24759
- .k-fab-pill {
24760
- border-radius: 5rem;
24761
- }
24762
- .k-fab-rounded {
24763
- @include border-radius( $fab-border-radius );
24764
- }
24765
-
24766
-
24767
- // Items
24768
- .k-fab-items {
24769
- margin: 0;
24770
- padding: $fab-items-padding-y $fab-items-padding-x;
24771
- display: flex;
24772
- }
24773
-
24774
- .k-fab-items-bottom {
24775
- flex-direction: column;
24776
- }
24777
- .k-fab-items-bottom .k-fab-item:last-child {
24778
- margin-bottom: 0;
24779
- }
24780
-
24781
- .k-fab-items-top {
24782
- flex-direction: column-reverse;
24783
- }
24784
- .k-fab-items-top .k-fab-item:first-child {
24785
- margin-bottom: 0;
24786
- }
24787
-
24788
- .k-fab-item {
24789
- list-style-type: none;
24790
- margin-bottom: map-get( $spacing, 2 );
24791
- outline: none;
24792
- white-space: nowrap;
24793
- display: flex;
24794
- align-items: center;
24795
- justify-content: flex-end;
24796
- cursor: pointer;
24797
-
24798
- &.k-text-right {
24799
- flex-direction: row;
24800
-
24801
- .k-fab-item-text {
24802
- margin-right: map-get( $spacing, 2 );
24803
- }
24804
- }
24805
- &.k-text-left {
24806
- flex-direction: row-reverse;
24807
-
24808
- .k-fab-item-text {
24809
- margin-left: map-get( $spacing, 2 );
24810
- }
24811
- }
24812
- }
24813
-
24814
- .k-fab-item-text {
24815
- padding: $fab-item-text-padding-y $fab-item-text-padding-x;
24816
- border-width: $fab-item-text-border-width;
24817
- border-radius: $fab-item-text-border-radius;
24818
- font-size: $fab-item-text-font-size;
24819
- line-height: $fab-item-text-line-height;
24820
- }
24821
-
24822
- .k-fab-item-icon {
24823
- width: $fab-item-icon-width;
24824
- height: $fab-item-icon-height;
24825
- padding: $fab-item-icon-padding-y $fab-item-icon-padding-x;
24826
- border-width: $fab-item-icon-border-width;
24827
- border-radius: $fab-item-icon-border-radius;
24828
- box-sizing: content-box;
24829
- outline: none;
24830
- }
24831
-
24832
- }
24833
-
24834
- @include exports("fab/layout/rtl") {
24835
-
24836
- .k-rtl .k-fab,
24837
- .k-fab[dir="rtl"],
24838
- [dir="rtl"] .k-fab {
24839
- direction: rtl;
24840
-
24841
- .k-fab-icon {
24842
- &:not(:only-child) {
24843
- margin-right: -$icon-spacing;
24844
- margin-left: $icon-spacing;
24845
- }
24846
- }
24847
- }
24848
-
24849
- .k-rtl .k-fab-popup,
24850
- [dir="rtl"] .k-fab-popup {
24851
- .k-fab-item.k-text-left {
24852
- flex-direction: row;
24853
- }
24854
-
24855
- .k-fab-item.k-text-right {
24856
- flex-direction: row-reverse;
24857
- }
24858
- }
24859
-
24860
- }
24861
-
24862
-
24863
- // #endregion
24864
-
24865
- // #endregion
24866
- // #region @import "_theme.scss"; -> packages/bootstrap/scss/fab/_theme.scss
24867
- @include exports( "fab/theme/bootstrap" ) {
24868
-
24869
- // Normal state
24870
- @each $name, $color in $fab-theme-colors {
24871
- .k-fab-#{$name} {
24872
- @include box-shadow($fab-shadow);
24873
- outline: $fab-border-width solid $color;
24874
- outline-offset: -$fab-border-width;
24875
- border-color: $color;
24876
- color: contrast-wcag( $color );
24877
- background-color: $color;
24878
- }
24879
- }
24880
-
24881
- // Hover state
24882
- @each $name, $color in $fab-theme-colors {
24883
- .k-state-hover.k-fab-#{$name},
24884
- .k-state-hovered.k-fab-#{$name},
24885
- .k-fab-#{$name}:hover {
24886
- border-color: try-darken( $color, 10% );
24887
- color: contrast-wcag( try-darken( $color, 7.5% ) );
24888
- background-color: try-darken( $color, 7.5% );
24889
- }
24890
- }
24891
-
24892
- // Focus state
24893
- @each $name, $color in $fab-theme-colors {
24894
- .k-fab-#{$name}.k-state-focus,
24895
- .k-fab-#{$name}.k-state-focused,
24896
- .k-fab-#{$name}:focus {
24897
- outline-style: solid;
24898
- outline-width: 3px;
24899
- outline-color: rgba( $color, .5 );
24900
- }
24901
- }
24902
-
24903
- // Active state
24904
- @each $name, $color in $fab-theme-colors {
24905
- .k-state-active.k-fab-#{$name},
24906
- .k-state-selected.k-fab-#{$name},
24907
- .k-fab-#{$name}:active {
24908
- @include box-shadow($fab-active-shadow);
24909
- border-color: try-darken( $color, 12.5% );
24910
- color: contrast-wcag( try-darken( $color, 10% ) );
24911
- background-color: try-darken( $color, 10% );
24912
- }
24913
- }
24914
-
24915
- // Disabled state
24916
- @each $name, $color in $fab-theme-colors {
24917
- .k-state-disabled.k-fab-#{$name},
24918
- .k-fab-#{$name}:disabled {
24919
- @include box-shadow($fab-disabled-shadow);
24920
- background-color: try-tint( $color, 4.5 );
24921
- color: try-tint( contrast-wcag( $color ), 5 );
24922
- opacity: 1;
24923
- }
24924
- }
24925
-
24926
- // Items
24927
- .k-fab-item-text {
24928
- @include fill(
24929
- $fab-item-text,
24930
- $fab-item-bg,
24931
- $fab-item-border
24932
- );
24933
- @include box-shadow($fab-item-shadow);
24934
- }
24935
- .k-fab-item-icon {
24936
- @include fill(
24937
- $fab-item-icon-text,
24938
- $fab-item-icon-bg,
24939
- $fab-item-icon-border
24940
- );
24941
- @include box-shadow($fab-item-shadow);
24942
- outline: $fab-border-width solid $button-bg;
24943
- outline-offset: -$fab-border-width;
24944
- }
24945
-
24946
- // Hover state
24947
- .k-fab-item.k-state-hover .k-fab-item-icon,
24948
- .k-fab-item.k-state-hovered .k-fab-item-icon,
24949
- .k-fab-item:hover .k-fab-item-icon {
24950
- @include box-shadow($fab-item-shadow);
24951
- outline: $fab-border-width solid try-darken( $fab-item-icon-border, 10% );
24952
- outline-offset: -$fab-border-width;
24953
- border-color: try-darken( $fab-item-icon-border, 10% );
24954
- color: contrast-wcag( try-darken( $fab-item-icon-bg, 7.5% ) );
24955
- background-color: try-darken( $fab-item-icon-bg, 7.5% );
24956
- }
24957
-
24958
- // Focus state
24959
- .k-fab-item:focus .k-fab-item-text,
24960
- .k-fab-item:focus .k-fab-item-icon,
24961
- .k-fab-item.k-state-focus .k-fab-item-text,
24962
- .k-fab-item.k-state-focus .k-fab-item-icon,
24963
- .k-fab-item.k-state-focused .k-fab-item-text,
24964
- .k-fab-item.k-state-focused .k-fab-item-icon {
24965
- outline-style: solid;
24966
- outline-width: 3px;
24967
- outline-color: rgba( $fab-item-icon-border, .5 );
24968
- }
24969
-
24970
- // Active state
24971
- .k-fab-item.k-state-active .k-fab-item-icon,
24972
- .k-fab-item:active .k-fab-item-icon {
24973
- @include box-shadow($fab-item-active-shadow);
24974
- outline: $fab-border-width solid try-darken( $fab-item-icon-border, 12.5% );
24975
- outline-offset: -$fab-border-width;
24976
- border-color: try-darken( $fab-item-icon-border, 12.5% );
24977
- color: contrast-wcag( try-darken( $fab-item-icon-bg, 10% ) );
24978
- background-color: try-darken( $fab-item-icon-bg, 10% );
24979
- }
24980
-
24981
- // Disabled state
24982
- .k-fab-item.k-state-disabled,
24983
- .k-fab-item:disabled {
24984
- opacity: 1;
24985
-
24986
- .k-fab-item-text,
24987
- .k-fab-item-icon {
24988
- @include box-shadow($fab-item-disabled-shadow);
24989
- background-color: try-tint( $fab-item-bg, 8 );
24990
- color: try-tint( $fab-item-text, 8 );
24991
- }
24992
- }
24993
-
24994
- }
24995
-
24996
- // #endregion
24997
-
24998
- // #endregion
24999
- // #region @import "menu/_index.scss"; -> packages/bootstrap/scss/menu/_index.scss
25000
- // #region @import "../core/_index.scss"; -> packages/bootstrap/scss/core/_index.scss
25001
- // File already imported_once. Skipping output.
25002
- // #endregion
25003
-
25004
-
25005
- // Dependencies
25006
- // #region @import "../common/_index.scss"; -> packages/bootstrap/scss/common/_index.scss
25007
- // File already imported_once. Skipping output.
25008
- // #endregion
25009
- // #region @import "../popup/_index.scss"; -> packages/bootstrap/scss/popup/_index.scss
25010
- // File already imported_once. Skipping output.
25011
- // #endregion
25012
- // #region @import "../icons/_index.scss"; -> packages/bootstrap/scss/icons/_index.scss
25013
- // File already imported_once. Skipping output.
25014
- // #endregion
25015
- // #region @import "../list/_index.scss"; -> packages/bootstrap/scss/list/_index.scss
25016
- // File already imported_once. Skipping output.
25017
- // #endregion
25018
-
25019
-
25020
- // Component
25021
- // #region @import "_variables.scss"; -> packages/bootstrap/scss/menu/_variables.scss
25022
- // File already imported_once. Skipping output.
25023
- // #endregion
25024
- // #region @import "_layout.scss"; -> packages/bootstrap/scss/menu/_layout.scss
25025
- // #region @import "~@progress/kendo-theme-default/scss/menu/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/menu/_layout.scss
25026
- @include exports("menu/layout") {
25027
-
25028
- // Base
25029
- .k-menu {
25030
- border-width: $menu-border-width;
25031
- border-style: solid;
25032
- box-sizing: border-box;
25033
- outline: 0;
25034
- font-family: $menu-font-family;
25035
- font-size: $menu-font-size;
25036
- line-height: $menu-line-height;
25037
- display: flex;
25038
- flex-wrap: wrap;
25039
- align-items: stretch;
25040
- position: relative;
25041
- cursor: default;
25042
- -webkit-touch-callout: none;
25043
- -webkit-tap-highlight-color: $rgba-transparent;
25044
- }
25045
-
25046
-
25047
- // Menu item
25048
- .k-menu-item {
25049
- box-sizing: border-box;
25050
- border-width: 0;
25051
- outline: 0;
25052
- display: flex;
25053
- flex-flow: column nowrap;
25054
- flex: none;
25055
- position: relative;
25056
- user-select: none;
25057
- }
25058
-
25059
-
25060
- // Menu link
25061
- .k-menu-link {
25062
- padding: $menu-item-padding-y $menu-item-padding-x;
25063
- outline: 0;
25064
- color: inherit;
25065
- display: flex;
25066
- flex-flow: row nowrap;
25067
- flex: 1 1 auto;
25068
- align-items: center;
25069
- position: relative;
25070
- white-space: nowrap;
25071
- cursor: pointer;
25072
-
25073
- > .k-icon:not(.k-menu-expand-arrow),
25074
- > .k-image,
25075
- > .k-sprite {
25076
- margin-right: $menu-item-icon-spacing;
25077
- }
25078
- }
25079
-
25080
-
25081
- // Menu item text
25082
- .k-menu-link-text {
25083
- flex: 1 1 auto;
25084
- overflow: hidden;
25085
- text-overflow: ellipsis;
25086
- }
25087
-
25088
-
25089
- // Expand arrow
25090
- .k-menu-expand-arrow {
25091
- margin-left: $icon-spacing;
25092
- margin-right: -$icon-spacing;
25093
- display: inline-flex;
25094
- flex-flow: row wrap;
25095
- align-items: center;
25096
- flex: none;
25097
- position: relative;
25098
- }
25099
- .k-menu-expand-arrow.k-i-arrow-60-left,
25100
- .k-menu-expand-arrow.k-i-arrow-60-right {
25101
- margin: 0;
25102
- position: absolute;
25103
- top: 50%;
25104
- transform: translateY(-50%);
25105
- }
25106
- .k-menu-expand-arrow.k-i-arrow-60-right {
25107
- right: $icon-spacing;
25108
- }
25109
- .k-menu-expand-arrow.k-i-arrow-60-left {
25110
- left: $icon-spacing;
25111
- }
25112
-
25113
-
25114
- // Orientation -- horizontal
25115
- .k-menu-horizontal {
25116
- flex-direction: row;
25117
-
25118
- > .k-menu-item + .k-menu-item {
25119
- margin-left: $menu-item-spacing;
25120
- }
25121
-
25122
- > .k-separator {
25123
- margin: 0 $menu-separator-spacing;
25124
- width: 0;
25125
- height: auto;
25126
- border-width: 0 0 0 1px;
25127
- border-style: solid;
25128
- }
25129
- }
25130
-
25131
-
25132
- // Orientation -- vertical
25133
- .k-menu-vertical {
25134
- flex-direction: column;
25135
-
25136
- > .k-menu-item + .k-menu-item {
25137
- margin-top: $menu-item-spacing;
25138
- }
25139
-
25140
- > .k-menu-item > .k-menu-link {
25141
- padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
25142
- padding-right: $menu-popup-item-padding-end;
25143
-
25144
- .k-menu-expand-arrow {
25145
- margin: 0;
25146
- position: absolute;
25147
- top: 50%;
25148
- transform: translateY(-50%);
25149
- right: $icon-spacing;
25150
- }
25151
- }
25152
-
25153
- > .k-separator {
25154
- margin: $menu-separator-spacing 0;
25155
- height: 0;
25156
- border-width: 1px 0 0;
25157
- border-style: solid;
25158
- border-color: $panel-border;
25159
- display: block;
25160
- }
25161
- }
25162
-
25163
-
25164
- // Menu popup
25165
- .k-menu-popup {
25166
- border-width: $menu-popup-border-width;
25167
- border-style: solid;
25168
- overflow: auto;
25169
- max-height: 80vh;
25170
- }
25171
-
25172
-
25173
- // Sub menu
25174
- .k-menu-group {
25175
- margin: 0;
25176
- padding: 0;
25177
- // padding: $menu-popup-padding-y $menu-popup-padding-x;
25178
- font-size: $menu-popup-font-size;
25179
- line-height: $menu-popup-line-height;
25180
- list-style: none;
25181
- display: none;
25182
- position: absolute;
25183
-
25184
- .k-menu-popup & {
25185
- position: relative;
25186
- display: flex;
25187
- flex-direction: column;
25188
- }
25189
-
25190
- // jquery popup overrides those
25191
- .k-menu-item {
25192
- font-size: $menu-popup-font-size;
25193
- line-height: $menu-popup-line-height;
25194
- }
25195
-
25196
- .k-menu-item + .k-menu-item {
25197
- margin-top: $menu-popup-item-spacing;
25198
- }
25199
-
25200
- .k-menu-link {
25201
- padding: $menu-popup-item-padding-y $menu-popup-item-padding-x;
25202
- padding-right: $menu-popup-item-padding-end;
25203
-
25204
- .k-menu-expand-arrow {
25205
- margin: 0;
25206
- position: absolute;
25207
- top: 50%;
25208
- transform: translateY(-50%);
25209
- right: $icon-spacing;
25210
- }
25211
- }
25212
-
25213
- .k-separator {
25214
- margin: $menu-separator-spacing 0;
25215
- height: 0;
25216
- border-width: 1px 0 0;
25217
- border-style: solid;
25218
- border-color: $component-border;
25219
- display: block;
25505
+ *,
25506
+ *::before,
25507
+ *::after {
25508
+ box-sizing: border-box;
25220
25509
  }
25221
- }
25222
25510
 
25223
-
25224
- // Context menu
25225
- .k-popups-wrapper {
25226
- position: relative;
25227
- border: 0;
25228
- margin: 0;
25229
- padding: 0;
25230
- }
25231
- .k-context-menu {
25232
- margin: 0;
25233
- padding: 0;
25234
- // padding: $menu-popup-padding-y $menu-popup-padding-x;
25235
- border-width: $menu-popup-border-width;
25236
- border-style: solid;
25237
- }
25238
- .k-animation-container .k-context-menu.k-menu-horizontal {
25239
- // kendo-jquery adds `display: block` via js and we need to override it.
25240
- display: flex !important; // sass-lint:disable-line no-important
25241
- flex-wrap: nowrap;
25511
+ &:focus {
25512
+ outline: none;
25513
+ }
25242
25514
  }
25243
- .k-context-menu-popup {
25244
- z-index: 12000;
25245
25515
 
25246
- .k-context-menu {
25247
- border-width: 0;
25516
+ // FAB Icon
25517
+ .k-fab-icon {
25518
+ width: $fab-icon-width;
25519
+ height: $fab-icon-height;
25520
+
25521
+ &:not(:only-child) {
25522
+ margin-right: $fab-icon-spacing;
25523
+ margin-left: -$fab-icon-spacing;
25248
25524
  }
25249
25525
  }
25250
- .k-popup .k-context-menu,
25251
- .k-context-menu-popup .k-context-menu {
25252
- border-width: 0;
25526
+
25527
+
25528
+ // Sizes
25529
+ .k-fab-sm {
25530
+ padding: $fab-padding-y-sm $fab-padding-x-sm;
25531
+ }
25532
+ .k-fab-md {
25533
+ padding: $fab-padding-y $fab-padding-x;
25534
+ }
25535
+ .k-fab-lg {
25536
+ padding: $fab-padding-y-lg $fab-padding-x-lg;
25253
25537
  }
25254
25538
 
25255
25539
 
25256
- // Scrolling
25257
- .k-menu-scroll-wrapper {
25258
- margin: 0;
25259
- padding: 0;
25260
- border: 0;
25261
- position: relative;
25540
+ // Shapes
25541
+ .k-fab-square {
25542
+ border-radius: 0;
25262
25543
 
25263
- .k-menu {
25264
- overflow: hidden;
25265
- flex-wrap: nowrap;
25544
+ &.k-fab-sm {
25545
+ width: $fab-size-sm;
25546
+ height: $fab-size-sm;
25547
+ }
25548
+ &.k-fab-md {
25549
+ width: $fab-size-md;
25550
+ height: $fab-size-md;
25551
+ }
25552
+ &.k-fab-lg {
25553
+ width: $fab-size-lg;
25554
+ height: $fab-size-lg;
25266
25555
  }
25267
25556
  }
25268
- .k-menu-scroll-button {
25269
- @include border-radius( 0 );
25270
- padding: 0;
25271
- border-width: 0;
25272
- border-color: inherit;
25273
- color: inherit;
25274
- background: inherit;
25275
- position: absolute;
25557
+ .k-fab-circle {
25558
+ border-radius: 50%;
25276
25559
 
25277
- &.k-scroll-left {
25278
- top: 0;
25279
- left: 0;
25280
- height: 100%;
25281
- width: 16px;
25282
- border-right-width: 1px;
25283
- }
25284
- &.k-scroll-right {
25285
- top: 0;
25286
- right: 0;
25287
- height: 100%;
25288
- width: 16px;
25289
- border-left-width: 1px;
25560
+ &.k-fab-sm {
25561
+ width: $fab-size-sm;
25562
+ height: $fab-size-sm;
25290
25563
  }
25291
- &.k-scroll-up {
25292
- top: 0;
25293
- left: 0;
25294
- width: 100%;
25295
- height: 16px;
25296
- border-bottom-width: 1px;
25564
+ &.k-fab-md {
25565
+ width: $fab-size-md;
25566
+ height: $fab-size-md;
25297
25567
  }
25298
- &.k-scroll-down {
25299
- bottom: 0;
25300
- left: 0;
25301
- width: 100%;
25302
- height: 16px;
25303
- border-top-width: 1px;
25568
+ &.k-fab-lg {
25569
+ width: $fab-size-lg;
25570
+ height: $fab-size-lg;
25304
25571
  }
25305
25572
  }
25573
+ .k-fab-pill {
25574
+ border-radius: 5rem;
25575
+ }
25576
+ .k-fab-rounded {
25577
+ @include border-radius( $fab-border-radius );
25578
+ }
25306
25579
 
25307
25580
 
25308
- // RTL
25309
- .k-rtl,
25310
- [dir="rtl"] {
25581
+ // Items
25582
+ .k-fab-items {
25583
+ margin: 0;
25584
+ padding: $fab-items-padding-y $fab-items-padding-x;
25585
+ display: flex;
25586
+ }
25311
25587
 
25312
- .k-menu-link {
25313
- > .k-icon:not(.k-menu-expand-arrow),
25314
- > .k-image,
25315
- > .k-sprite {
25316
- margin-left: $menu-item-icon-spacing;
25317
- margin-right: 0;
25318
- }
25319
- }
25588
+ .k-fab-items-bottom {
25589
+ flex-direction: column;
25590
+ }
25591
+ .k-fab-items-bottom .k-fab-item:last-child {
25592
+ margin-bottom: 0;
25593
+ }
25320
25594
 
25321
- .k-menu-expand-arrow.k-i-arrow-60-down {
25322
- margin-left: -$icon-spacing;
25323
- margin-right: $icon-spacing;
25324
- }
25595
+ .k-fab-items-top {
25596
+ flex-direction: column-reverse;
25597
+ }
25598
+ .k-fab-items-top .k-fab-item:first-child {
25599
+ margin-bottom: 0;
25600
+ }
25325
25601
 
25602
+ .k-fab-item {
25603
+ list-style-type: none;
25604
+ margin-bottom: map-get( $spacing, 2 );
25605
+ outline: none;
25606
+ white-space: nowrap;
25607
+ display: flex;
25608
+ align-items: center;
25609
+ justify-content: flex-end;
25610
+ cursor: pointer;
25326
25611
 
25327
- // Orientation -- horizontal
25328
- .k-menu-horizontal {
25612
+ &.k-text-right {
25613
+ flex-direction: row;
25329
25614
 
25330
- > .k-menu-item + .k-menu-item {
25331
- margin-right: $menu-item-spacing;
25332
- margin-left: 0;
25615
+ .k-fab-item-text {
25616
+ margin-right: map-get( $spacing, 2 );
25333
25617
  }
25334
25618
  }
25619
+ &.k-text-left {
25620
+ flex-direction: row-reverse;
25335
25621
 
25336
-
25337
- // Orientation -- vertical
25338
- .k-menu-vertical {
25339
-
25340
- > .k-menu-item > .k-menu-link {
25341
- padding-right: $menu-popup-item-padding-x;
25342
- padding-left: $menu-popup-item-padding-end;
25343
-
25344
- .k-menu-expand-arrow {
25345
- right: auto;
25346
- left: $icon-spacing;
25347
- }
25622
+ .k-fab-item-text {
25623
+ margin-left: map-get( $spacing, 2 );
25348
25624
  }
25349
25625
  }
25626
+ }
25350
25627
 
25628
+ .k-fab-item-text {
25629
+ padding: $fab-item-text-padding-y $fab-item-text-padding-x;
25630
+ border-width: $fab-item-text-border-width;
25631
+ border-radius: $fab-item-text-border-radius;
25632
+ font-size: $fab-item-text-font-size;
25633
+ line-height: $fab-item-text-line-height;
25634
+ }
25351
25635
 
25352
- // Sub menu
25353
- .k-menu-group {
25636
+ .k-fab-item-icon {
25637
+ width: $fab-item-icon-width;
25638
+ height: $fab-item-icon-height;
25639
+ padding: $fab-item-icon-padding-y $fab-item-icon-padding-x;
25640
+ border-width: $fab-item-icon-border-width;
25641
+ border-radius: $fab-item-icon-border-radius;
25642
+ box-sizing: content-box;
25643
+ outline: none;
25644
+ }
25354
25645
 
25355
- .k-menu-link {
25356
- padding-right: $menu-popup-item-padding-x;
25357
- padding-left: $menu-popup-item-padding-end;
25646
+ }
25358
25647
 
25359
- .k-menu-expand-arrow {
25360
- right: auto;
25361
- left: $icon-spacing;
25362
- }
25648
+ @include exports("fab/layout/rtl") {
25649
+
25650
+ .k-rtl .k-fab,
25651
+ .k-fab[dir="rtl"],
25652
+ [dir="rtl"] .k-fab {
25653
+ direction: rtl;
25654
+
25655
+ .k-fab-icon {
25656
+ &:not(:only-child) {
25657
+ margin-right: -$icon-spacing;
25658
+ margin-left: $icon-spacing;
25363
25659
  }
25660
+ }
25661
+ }
25364
25662
 
25663
+ .k-rtl .k-fab-popup,
25664
+ [dir="rtl"] .k-fab-popup {
25665
+ .k-fab-item.k-text-left {
25666
+ flex-direction: row;
25365
25667
  }
25366
25668
 
25669
+ .k-fab-item.k-text-right {
25670
+ flex-direction: row-reverse;
25671
+ }
25367
25672
  }
25368
25673
 
25369
25674
  }
25370
25675
 
25676
+
25371
25677
  // #endregion
25372
25678
 
25373
- @include exports("menu/layout/bootstrap") {
25679
+ // #endregion
25680
+ // #region @import "_theme.scss"; -> packages/bootstrap/scss/fab/_theme.scss
25681
+ @include exports( "fab/theme/bootstrap" ) {
25374
25682
 
25375
- .k-menu.k-menu-horizontal:not(.k-context-menu) {
25376
- padding: $navbar-padding-y $navbar-padding-x;
25377
- }
25378
- .k-menu.k-menu-vertical:not(.k-context-menu) {
25379
- padding: $navbar-padding-y 0;
25683
+ // Normal state
25684
+ @each $name, $color in $fab-theme-colors {
25685
+ .k-fab-#{$name} {
25686
+ @include box-shadow($fab-shadow);
25687
+ outline: $fab-border-width solid $color;
25688
+ outline-offset: -$fab-border-width;
25689
+ border-color: $color;
25690
+ color: contrast-wcag( $color );
25691
+ background-color: $color;
25692
+ }
25380
25693
  }
25381
25694
 
25382
- .k-menu-group,
25383
- .k-menu-vertical {
25384
-
25385
- .k-menu-popup & {
25386
- padding: 0;
25695
+ // Hover state
25696
+ @each $name, $color in $fab-theme-colors {
25697
+ .k-state-hover.k-fab-#{$name},
25698
+ .k-state-hovered.k-fab-#{$name},
25699
+ .k-fab-#{$name}:hover {
25700
+ border-color: try-darken( $color, 10% );
25701
+ color: contrast-wcag( try-darken( $color, 7.5% ) );
25702
+ background-color: try-darken( $color, 7.5% );
25387
25703
  }
25388
25704
  }
25389
25705
 
25390
- .k-context-menu-popup {
25391
- > .k-popup:not(.k-menu-popup) {
25392
- padding: 0;
25706
+ // Focus state
25707
+ @each $name, $color in $fab-theme-colors {
25708
+ .k-fab-#{$name}.k-state-focus,
25709
+ .k-fab-#{$name}.k-state-focused,
25710
+ .k-fab-#{$name}:focus {
25711
+ outline-style: solid;
25712
+ outline-width: 3px;
25713
+ outline-color: rgba( $color, .5 );
25393
25714
  }
25715
+ }
25394
25716
 
25395
- .k-context-menu {
25396
- @include border-radius( $border-radius );
25717
+ // Active state
25718
+ @each $name, $color in $fab-theme-colors {
25719
+ .k-state-active.k-fab-#{$name},
25720
+ .k-state-selected.k-fab-#{$name},
25721
+ .k-fab-#{$name}:active {
25722
+ @include box-shadow($fab-active-shadow);
25723
+ border-color: try-darken( $color, 12.5% );
25724
+ color: contrast-wcag( try-darken( $color, 10% ) );
25725
+ background-color: try-darken( $color, 10% );
25397
25726
  }
25727
+ }
25398
25728
 
25399
- .k-header {
25400
- font-size: inherit;
25401
- font-weight: inherit;
25729
+ // Disabled state
25730
+ @each $name, $color in $fab-theme-colors {
25731
+ .k-state-disabled.k-fab-#{$name},
25732
+ .k-fab-#{$name}:disabled {
25733
+ @include box-shadow($fab-disabled-shadow);
25734
+ background-color: try-tint( $color, 4.5 );
25735
+ color: try-tint( contrast-wcag( $color ), 5 );
25736
+ opacity: 1;
25402
25737
  }
25403
25738
  }
25404
- }
25405
-
25406
- // #endregion
25407
- // #region @import "_theme.scss"; -> packages/bootstrap/scss/menu/_theme.scss
25408
- // #region @import "~@progress/kendo-theme-default/scss/menu/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/menu/_theme.scss
25409
- @include exports("menu/theme") {
25410
25739
 
25411
- .k-menu:not(.k-context-menu) {
25740
+ // Items
25741
+ .k-fab-item-text {
25412
25742
  @include fill(
25413
- $menu-text,
25414
- $menu-bg,
25415
- $menu-border,
25416
- $menu-gradient
25743
+ $fab-item-text,
25744
+ $fab-item-bg,
25745
+ $fab-item-border
25417
25746
  );
25418
-
25419
- > .k-item {
25420
- @include fill(
25421
- $menu-item-text,
25422
- $menu-item-bg,
25423
- $menu-item-border,
25424
- $menu-item-gradient
25425
- );
25426
-
25427
- &:hover,
25428
- &.k-state-hover {
25429
- @include fill(
25430
- $menu-item-hover-text,
25431
- $menu-item-hover-bg,
25432
- $menu-item-hover-border,
25433
- $menu-item-hover-gradient
25434
- );
25435
- }
25436
-
25437
- > .k-state-active,
25438
- &.k-state-selected {
25439
- @include fill(
25440
- $menu-item-expanded-text,
25441
- $menu-item-expanded-bg,
25442
- $menu-item-expanded-border,
25443
- $menu-item-expanded-gradient
25444
- );
25445
- }
25446
-
25447
- &:focus,
25448
- &.k-state-focus,
25449
- &.k-state-focused {
25450
- @include box-shadow( $menu-item-focus-shadow );
25451
- }
25452
- }
25747
+ @include box-shadow($fab-item-shadow);
25453
25748
  }
25454
-
25455
- .k-menu-group,
25456
- .k-menu.k-context-menu {
25749
+ .k-fab-item-icon {
25457
25750
  @include fill(
25458
- $menu-popup-text,
25459
- $menu-popup-bg,
25460
- $menu-popup-border,
25461
- $menu-popup-gradient
25751
+ $fab-item-icon-text,
25752
+ $fab-item-icon-bg,
25753
+ $fab-item-icon-border
25462
25754
  );
25755
+ @include box-shadow($fab-item-shadow);
25756
+ outline: $fab-border-width solid $button-bg;
25757
+ outline-offset: -$fab-border-width;
25758
+ }
25463
25759
 
25464
- .k-item {
25465
- @include fill(
25466
- $menu-popup-item-text,
25467
- $menu-popup-item-bg,
25468
- $menu-popup-item-border,
25469
- $menu-popup-item-gradient
25470
- );
25471
-
25472
- &:hover,
25473
- &.k-state-hover {
25474
- @include fill(
25475
- $menu-popup-item-hover-text,
25476
- $menu-popup-item-hover-bg,
25477
- $menu-popup-item-hover-border,
25478
- $menu-popup-item-hover-gradient
25479
- );
25480
- }
25481
-
25482
- > .k-state-active,
25483
- &.k-state-selected {
25484
- @include fill(
25485
- $menu-popup-item-expanded-text,
25486
- $menu-popup-item-expanded-bg,
25487
- $menu-popup-item-expanded-border,
25488
- $menu-popup-item-expanded-gradient
25489
- );
25490
- }
25491
-
25492
- &:focus,
25493
- &.k-state-focus,
25494
- &.k-state-focused {
25495
- @include box-shadow( $menu-popup-item-focus-shadow );
25496
- }
25497
- }
25760
+ // Hover state
25761
+ .k-fab-item.k-state-hover .k-fab-item-icon,
25762
+ .k-fab-item.k-state-hovered .k-fab-item-icon,
25763
+ .k-fab-item:hover .k-fab-item-icon {
25764
+ @include box-shadow($fab-item-shadow);
25765
+ outline: $fab-border-width solid try-darken( $fab-item-icon-border, 10% );
25766
+ outline-offset: -$fab-border-width;
25767
+ border-color: try-darken( $fab-item-icon-border, 10% );
25768
+ color: contrast-wcag( try-darken( $fab-item-icon-bg, 7.5% ) );
25769
+ background-color: try-darken( $fab-item-icon-bg, 7.5% );
25498
25770
  }
25499
25771
 
25772
+ // Focus state
25773
+ .k-fab-item:focus .k-fab-item-text,
25774
+ .k-fab-item:focus .k-fab-item-icon,
25775
+ .k-fab-item.k-state-focus .k-fab-item-text,
25776
+ .k-fab-item.k-state-focus .k-fab-item-icon,
25777
+ .k-fab-item.k-state-focused .k-fab-item-text,
25778
+ .k-fab-item.k-state-focused .k-fab-item-icon {
25779
+ outline-style: solid;
25780
+ outline-width: 3px;
25781
+ outline-color: rgba( $fab-item-icon-border, .5 );
25782
+ }
25500
25783
 
25501
- // Scrolling
25502
- .k-menu-scroll-button {
25503
- @include fill(
25504
- $menu-scroll-button-text,
25505
- $menu-scroll-button-bg,
25506
- $menu-scroll-button-border,
25507
- $menu-scroll-button-gradient
25508
- );
25784
+ // Active state
25785
+ .k-fab-item.k-state-active .k-fab-item-icon,
25786
+ .k-fab-item:active .k-fab-item-icon {
25787
+ @include box-shadow($fab-item-active-shadow);
25788
+ outline: $fab-border-width solid try-darken( $fab-item-icon-border, 12.5% );
25789
+ outline-offset: -$fab-border-width;
25790
+ border-color: try-darken( $fab-item-icon-border, 12.5% );
25791
+ color: contrast-wcag( try-darken( $fab-item-icon-bg, 10% ) );
25792
+ background-color: try-darken( $fab-item-icon-bg, 10% );
25793
+ }
25509
25794
 
25510
- &:hover {
25511
- @include fill(
25512
- $menu-scroll-button-hover-text,
25513
- $menu-scroll-button-hover-bg,
25514
- $menu-scroll-button-hover-border,
25515
- $menu-scroll-button-hover-gradient
25516
- );
25795
+ // Disabled state
25796
+ .k-fab-item.k-state-disabled,
25797
+ .k-fab-item:disabled {
25798
+ opacity: 1;
25517
25799
 
25518
- &::before {
25519
- opacity: 0;
25520
- }
25800
+ .k-fab-item-text,
25801
+ .k-fab-item-icon {
25802
+ @include box-shadow($fab-item-disabled-shadow);
25803
+ background-color: try-tint( $fab-item-bg, 8 );
25804
+ color: try-tint( $fab-item-text, 8 );
25521
25805
  }
25522
25806
  }
25807
+
25523
25808
  }
25524
25809
 
25525
25810
  // #endregion
25526
25811
 
25527
25812
  // #endregion
25528
-
25813
+ // #region @import "menu/_index.scss"; -> packages/bootstrap/scss/menu/_index.scss
25814
+ // File already imported_once. Skipping output.
25529
25815
  // #endregion
25530
25816
  // #region @import "toolbar/_index.scss"; -> packages/bootstrap/scss/toolbar/_index.scss
25531
25817
  // File already imported_once. Skipping output.
@@ -25658,6 +25944,12 @@ $actionsheet-item-disabled-shadow: null !default;
25658
25944
  overflow-y: auto;
25659
25945
  position: fixed;
25660
25946
  z-index: 10002;
25947
+
25948
+ *,
25949
+ *::before,
25950
+ *::after {
25951
+ box-sizing: border-box;
25952
+ }
25661
25953
  }
25662
25954
 
25663
25955
 
@@ -26332,6 +26624,12 @@ $drawer-selected-hover-text: $selected-text !default;
26332
26624
  -webkit-touch-callout: none;
26333
26625
  -webkit-tap-highlight-color: $rgba-transparent;
26334
26626
 
26627
+ *,
26628
+ *::before,
26629
+ *::after {
26630
+ box-sizing: border-box;
26631
+ }
26632
+
26335
26633
  // Borders
26336
26634
  .k-drawer-mini &.k-drawer-start,
26337
26635
  .k-drawer-expanded &.k-drawer-start,
@@ -26715,6 +27013,12 @@ $notification-themes: () !default;
26715
27013
  display: block;
26716
27014
  -webkit-touch-callout: none;
26717
27015
  -webkit-tap-highlight-color: $rgba-transparent;
27016
+
27017
+ *,
27018
+ *::before,
27019
+ *::after {
27020
+ box-sizing: border-box;
27021
+ }
26718
27022
  }
26719
27023
 
26720
27024
  .k-notification-wrap {
@@ -26954,6 +27258,12 @@ $card-focus-callout-box-shadow-w: $card-focus-shadow !default;
26954
27258
  overflow: hidden;
26955
27259
  -webkit-touch-callout: none;
26956
27260
  -webkit-tap-highlight-color: $rgba-transparent;
27261
+
27262
+ *,
27263
+ *::before,
27264
+ *::after {
27265
+ box-sizing: border-box;
27266
+ }
26957
27267
  }
26958
27268
  .k-card > .k-card-inner {
26959
27269
  @include border-radius( $card-inner-border-radius );
@@ -27498,6 +27808,12 @@ $popover-callout-shadow-w: null !default;
27498
27808
  z-index: 12000;
27499
27809
  -webkit-touch-callout: none;
27500
27810
  -webkit-tap-highlight-color: $rgba-transparent;
27811
+
27812
+ *,
27813
+ *::before,
27814
+ *::after {
27815
+ box-sizing: border-box;
27816
+ }
27501
27817
  }
27502
27818
 
27503
27819
  // Header
@@ -27773,6 +28089,12 @@ $bottom-nav-flat-border: $component-border !default;
27773
28089
  outline: none;
27774
28090
  -webkit-touch-callout: none;
27775
28091
  -webkit-tap-highlight-color: $rgba-transparent;
28092
+
28093
+ *,
28094
+ *::before,
28095
+ *::after {
28096
+ box-sizing: border-box;
28097
+ }
27776
28098
  }
27777
28099
 
27778
28100
  .k-bottom-nav-border {
@@ -28024,6 +28346,12 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
28024
28346
  flex-direction: row;
28025
28347
  -webkit-touch-callout: none;
28026
28348
  -webkit-tap-highlight-color: $rgba-transparent;
28349
+
28350
+ *,
28351
+ *::before,
28352
+ *::after {
28353
+ box-sizing: border-box;
28354
+ }
28027
28355
  }
28028
28356
 
28029
28357
 
@@ -28381,6 +28709,12 @@ $pager-dropdown-width: 5em !default;
28381
28709
  -webkit-touch-callout: none;
28382
28710
  -webkit-tap-highlight-color: $rgba-transparent;
28383
28711
 
28712
+ *,
28713
+ *::before,
28714
+ *::after {
28715
+ box-sizing: border-box;
28716
+ }
28717
+
28384
28718
  .k-link {
28385
28719
  text-decoration: none;
28386
28720
  outline: 0;
@@ -28433,7 +28767,6 @@ $pager-dropdown-width: 5em !default;
28433
28767
  %base-pager-item {
28434
28768
  min-width: $button-calc-size;
28435
28769
  height: $button-calc-size;
28436
- box-sizing: border-box;
28437
28770
  color: inherit;
28438
28771
  text-align: center;
28439
28772
  display: inline-flex;
@@ -28593,7 +28926,6 @@ $pager-dropdown-width: 5em !default;
28593
28926
  }
28594
28927
 
28595
28928
  height: $button-calc-size;
28596
- box-sizing: border-box;
28597
28929
  border-color: inherit;
28598
28930
  }
28599
28931
 
@@ -28972,6 +29304,12 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
28972
29304
  color: inherit;
28973
29305
  background: none;
28974
29306
 
29307
+ *,
29308
+ *::before,
29309
+ *::after {
29310
+ box-sizing: border-box;
29311
+ }
29312
+
28975
29313
 
28976
29314
  // Step list
28977
29315
  .k-step-list {
@@ -29021,7 +29359,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
29021
29359
  transition-property: color, background-color, border-color;
29022
29360
  transition-duration: .4s;
29023
29361
  transition-timing-function: ease-in-out;
29024
- box-sizing: content-box;
29025
29362
 
29026
29363
  &::after {
29027
29364
  @include border-radius( 100% );
@@ -29687,19 +30024,27 @@ $tabstrip-content-border-focused: $component-text !default;
29687
30024
  }
29688
30025
 
29689
30026
  > .k-button {
29690
- flex-shrink: 0;
30027
+ width: auto;
30028
+ height: auto;
30029
+ flex: none;
29691
30030
  align-self: stretch;
30031
+ aspect-ratio: auto;
30032
+
30033
+ .k-button-icon {
30034
+ min-width: auto;
30035
+ min-height: auto;
30036
+ }
29692
30037
  }
29693
30038
 
29694
30039
  &.k-hstack {
29695
30040
  > .k-button {
29696
- height: auto;
30041
+ padding: 0 map-get( $spacing, 1 );
29697
30042
  }
29698
30043
  }
29699
30044
 
29700
30045
  &.k-vstack {
29701
30046
  > .k-button {
29702
- width: auto;
30047
+ padding: map-get( $spacing, 1 ) 0;
29703
30048
  }
29704
30049
  }
29705
30050
  }
@@ -30314,6 +30659,12 @@ $expander-content-padding-y: $expander-content-padding-x !default;
30314
30659
  -webkit-touch-callout: none;
30315
30660
  -webkit-tap-highlight-color: $rgba-transparent;
30316
30661
 
30662
+ *,
30663
+ *::before,
30664
+ *::after {
30665
+ box-sizing: border-box;
30666
+ }
30667
+
30317
30668
  .k-rtl &,
30318
30669
  &.k-rtl,
30319
30670
  &[dir = "rtl"] {
@@ -30353,7 +30704,6 @@ $expander-content-padding-y: $expander-content-padding-x !default;
30353
30704
  // Expander content
30354
30705
  .k-expander-content {
30355
30706
  padding: $expander-content-padding-y $expander-content-padding-x;
30356
- box-sizing: border-box;
30357
30707
  }
30358
30708
 
30359
30709
  // Multiple expanders
@@ -30563,6 +30913,12 @@ $panelbar-header-expanded-gradient: null !default;
30563
30913
  -webkit-touch-callout: none;
30564
30914
  -webkit-tap-highlight-color: $rgba-transparent;
30565
30915
 
30916
+ *,
30917
+ *::before,
30918
+ *::after {
30919
+ box-sizing: border-box;
30920
+ }
30921
+
30566
30922
 
30567
30923
  // Root
30568
30924
  > .k-item,
@@ -36252,6 +36608,7 @@ $pivotgrid-remove-text: null !default;
36252
36608
  border-style: solid;
36253
36609
  align-items: flex-start;
36254
36610
  flex-wrap: wrap;
36611
+ box-shadow: none;
36255
36612
 
36256
36613
  > * {
36257
36614
  max-width: 100%;
@@ -36262,33 +36619,6 @@ $pivotgrid-remove-text: null !default;
36262
36619
  }
36263
36620
  }
36264
36621
 
36265
- .k-pivot-toolbar .k-button,
36266
- .k-fieldselector .k-list li.k-item {
36267
- @include border-radius( $border-radius );
36268
- padding: $button-padding-y $button-padding-x;
36269
- padding-right: calc( #{$button-padding-x} + #{$icon-size * 3} );
36270
- min-height: auto;
36271
- font-size: $font-size;
36272
- line-height: $button-line-height;
36273
- text-align: left;
36274
- white-space: normal;
36275
- word-break: break-word;
36276
- position: relative;
36277
- cursor: move;
36278
-
36279
- .k-field-actions .k-setting-delete {
36280
- box-sizing: content-box;
36281
- }
36282
- }
36283
-
36284
- .k-field-actions {
36285
- position: absolute;
36286
- right: $button-padding-y;
36287
- top: $button-padding-y;
36288
- line-height: 1;
36289
- cursor: pointer;
36290
- }
36291
-
36292
36622
  .k-pivot-layout {
36293
36623
  border-spacing: 0;
36294
36624
  table-layout: auto;
@@ -36311,6 +36641,8 @@ $pivotgrid-remove-text: null !default;
36311
36641
  .k-pivot-rowheaders > .k-grid,
36312
36642
  .k-pivot-table > .k-grid {
36313
36643
  border-width: 0;
36644
+ color: inherit;
36645
+ background: none;
36314
36646
  }
36315
36647
 
36316
36648
  .k-pivot-rowheaders > .k-grid td:first-child,
@@ -36374,77 +36706,73 @@ $pivotgrid-remove-text: null !default;
36374
36706
  @include exports("pivotgrid/configurator/layout/legacy") {
36375
36707
 
36376
36708
 
36377
- .k-fieldselector {
36378
- border-width: 1px;
36379
- border-style: solid;
36709
+ // jquery specific -- old pivot
36710
+ .k-pivotgrid-wrapper {
36380
36711
  box-sizing: border-box;
36381
- outline: 0;
36382
- font-family: $pivotgrid-font-family;
36383
- font-size: $pivotgrid-font-size;
36384
- line-height: $pivotgrid-line-height;
36385
- -webkit-touch-callout: none;
36386
- -webkit-tap-highlight-color: $rgba-transparent;
36387
-
36388
- .k-columns {
36389
- display: flex;
36390
- align-items: stretch;
36391
-
36392
- > div {
36393
- padding: $table-cell-padding-y;
36394
- width: 50%;
36395
- box-sizing: border-box;
36396
- border-width: 0;
36397
- border-style: solid;
36398
- float: left;
36399
- overflow: auto;
36400
- }
36401
- > div + div {
36402
- border-left-width: 1px;
36403
- }
36404
- }
36405
-
36712
+ display: flex;
36713
+ flex-flow: row nowrap;
36714
+ align-items: flex-start;
36715
+ gap: map-get( $spacing, 2 );
36406
36716
 
36407
- p {
36408
- margin: 0 0 $padding-y-sm;
36409
- text-transform: uppercase;
36717
+ > .k-pivotgrid-configurator-panel {
36718
+ max-width: 320px;
36719
+ flex: none;
36410
36720
  }
36411
- p .k-icon {
36412
- margin: 0 $icon-spacing 0 0;
36721
+ > .k-pivot {
36722
+ flex: 1;
36413
36723
  }
36724
+ }
36725
+ .k-pivotgrid-configurator-panel.kendo-jquery {
36726
+ box-sizing: border-box;
36727
+ display: inline-flex;
36414
36728
 
36415
-
36416
- // Treeview
36417
- .k-treeview {
36418
- border-width: 0;
36419
- overflow: visible;
36729
+ .k-pivotgrid-configurator {
36730
+ height: 100%;
36420
36731
  }
36421
36732
 
36422
- .k-edit-label {
36423
- width: 16%;
36424
- }
36425
- .k-edit-field {
36426
- width: 77%;
36733
+ .k-pivotgrid-configurator-content {
36734
+ padding: map-get( $spacing, 4 );
36735
+ max-height: 100%;
36736
+ display: flex;
36737
+ flex-flow: column nowrap;
36738
+ gap: map-get( $spacing, 4 );
36739
+ overflow-x: hidden;
36740
+ overflow-y: auto;
36427
36741
  }
36428
36742
 
36429
-
36430
- // List container
36431
- .k-list-container {
36432
- margin-bottom: $spacer;
36433
- padding: $padding-y-sm;
36434
- border-width: 1px;
36435
- border-style: solid;
36743
+ .k-pivotgrid-targets {
36744
+ display: flex;
36745
+ flex-flow: column nowrap;
36746
+ gap: map-get( $spacing, 4 );
36436
36747
  }
36437
- .k-list {
36438
- padding-bottom: $spacer;
36748
+
36749
+ .k-pivotgrid-configurator-section {
36750
+ display: flex;
36751
+ flex-flow: column nowrap;
36752
+ gap: map-get( $spacing, 2 );
36439
36753
  }
36440
- .k-list .k-item {
36754
+
36755
+ .k-column-fields {
36756
+ margin: 0;
36757
+ padding: map-get( $spacing, 1 );
36758
+ max-height: 200px;
36441
36759
  border-width: 1px;
36442
36760
  border-style: solid;
36761
+ display: flex;
36762
+ flex-flow: row wrap;
36763
+ gap: map-get( $spacing, 1 );
36764
+ overflow-x: hidden;
36765
+ overflow-y: auto;
36766
+
36767
+ > * {
36768
+ margin: 0;
36769
+ }
36443
36770
  }
36444
- .k-list .k-item + .k-item {
36445
- margin-top: ($spacer / 2);
36771
+ .k-ie & .k-column-fields {
36772
+ > * {
36773
+ margin: 2px;
36774
+ }
36446
36775
  }
36447
-
36448
36776
  }
36449
36777
 
36450
36778
  }
@@ -36662,219 +36990,57 @@ $pivotgrid-remove-text: null !default;
36662
36990
  @include exports("pivotgrid/theme/legacy") {
36663
36991
 
36664
36992
  .k-pivot {
36665
- border-color: $pivotgrid-border;
36666
- }
36667
-
36668
- .k-alt,
36669
- .k-pivot-layout > tbody > tr:first-child > td:first-child {
36670
- background-color: $pivotgrid-alt-bg;
36671
- }
36672
-
36673
- .k-fieldselector {
36674
- color: $pivotgrid-configurator-text;
36993
+ @include fill (
36994
+ $pivotgrid-text,
36995
+ $pivotgrid-bg,
36996
+ $pivotgrid-border
36997
+ );
36675
36998
  }
36676
-
36677
- .k-fieldselector .k-list-container {
36678
- background-color: $pivotgrid-container-bg;
36999
+ .k-pivot-table {
37000
+ border-color: $pivotgrid-border;
36679
37001
  }
36680
37002
 
36681
- .k-pivot-toolbar,
36682
- .k-pivot-table,
36683
- .k-fieldselector,
36684
- .k-fieldselector .k-list-container,
36685
- .k-fieldselector .k-columns > div,
36686
- .k-pivot-rowheaders > .k-grid td:first-child,
36687
- .k-pivot-table .k-grid-header .k-header.k-first {
36688
- border-color: $pivotgrid-chrome-border;
37003
+ // Pivotgrid header
37004
+ .k-pivot-rowheaders {
37005
+ @include fill(
37006
+ $pivotgrid-headers-text,
37007
+ $pivotgrid-headers-bg,
37008
+ $pivotgrid-headers-border
37009
+ );
36689
37010
  }
36690
37011
 
36691
- .k-pivot-rowheaders .k-alt .k-alt,
36692
- .k-header.k-alt {
36693
- background-color: $pivotgrid-row-headers-bg;
36694
- }
36695
37012
 
36696
- .k-pivot-toolbar .k-button,
36697
- .k-fieldselector .k-list li.k-item {
37013
+ // Pivotgrid toolbar
37014
+ .k-pivot-toolbar {
36698
37015
  @include fill(
36699
- $button-text,
36700
- $button-bg,
36701
- $button-border,
36702
- $button-gradient
37016
+ $pivotgrid-headers-text,
37017
+ $pivotgrid-headers-bg,
37018
+ $pivotgrid-headers-border
36703
37019
  );
36704
37020
 
36705
- &:hover,
36706
- &.k-state-hover {
36707
- @include fill(
36708
- $button-hovered-text,
36709
- $button-hovered-bg,
36710
- $button-hovered-border,
36711
- $button-hovered-gradient
36712
- );
36713
- }
36714
-
36715
- // Pressed state
36716
- &:active,
36717
- &.k-state-active {
36718
- @include fill(
36719
- $button-active-text,
36720
- $button-active-bg,
36721
- $button-active-border,
36722
- $button-active-gradient
36723
- );
36724
- }
36725
-
36726
- // Focused state
36727
- &:focus,
36728
- &.k-state-focus,
36729
- &.k-state-focused {
36730
- box-shadow: $button-focused-shadow;
36731
- }
36732
-
36733
- &.k-empty {
36734
- color: $subtle-text;
36735
- }
36736
- }
36737
-
36738
- .k-pivot-toolbar {
36739
37021
  .k-empty {
36740
37022
  color: $subtle-text;
36741
37023
  }
36742
37024
  }
36743
37025
 
36744
- .k-pivot-layout .k-grid-footer,
36745
- .k-pivot-layout .k-grid.k-alt {
36746
- color: $pivotgrid-alt-text;
37026
+ .k-alt {
36747
37027
  background-color: $pivotgrid-alt-bg;
36748
37028
  }
36749
37029
 
36750
- // Loading indicator
36751
- .k-fieldselector {
36752
- .k-i-loading {
36753
- border-color: $header-bg;
36754
- }
36755
-
36756
- .k-i-loading::before,
36757
- .k-i-loading::after {
36758
- background-color: $header-bg;
36759
- }
36760
- }
36761
-
36762
- // KPI icons
36763
- .k-i-kpi-trend-increase,
36764
- .k-i-kpi-trend-decrease,
36765
- .k-i-kpi-trend-equal {
36766
- color: inherit;
36767
- }
36768
-
36769
- .k-i-kpi-status-hold {
36770
- color: $warning;
36771
- }
36772
-
36773
- .k-i-kpi-status-deny {
36774
- color: $error;
36775
- }
36776
-
36777
- .k-i-kpi-status-open {
36778
- color: $success;
36779
- }
36780
- }
36781
-
36782
- // #endregion
36783
-
36784
- @include exports("pivotgrid/theme/bootstrap/legacy") {
36785
-
36786
- .k-pivot {
36787
- border-color: $pivotgrid-border;
36788
- }
36789
-
36790
- // .k-alt,
36791
- .k-pivot-layout > tbody > tr:first-child > td:first-child {
36792
- background-color: $pivotgrid-alt-bg;
36793
- }
36794
-
36795
- .k-fieldselector {
36796
- color: $pivotgrid-configurator-text;
36797
- background-color: $pivotgrid-container-bg;
36798
- }
36799
- .k-fieldselector .k-list-container {
36800
- background-color: $panel-bg;
36801
- }
36802
-
36803
37030
  .k-pivot-toolbar,
36804
- .k-fieldselector {
36805
- border-color: $grid-header-border;
36806
- }
36807
37031
  .k-pivot-table,
36808
- .k-fieldselector .k-list-container,
36809
- .k-fieldselector .k-columns > div,
36810
37032
  .k-pivot-rowheaders > .k-grid td:first-child,
36811
37033
  .k-pivot-table .k-grid-header .k-header.k-first {
36812
37034
  border-color: $pivotgrid-chrome-border;
36813
37035
  }
36814
37036
 
36815
- .k-pivot-rowheaders .k-alt .k-alt,
36816
37037
  .k-header.k-alt {
36817
37038
  background-color: $pivotgrid-row-headers-bg;
36818
37039
  }
36819
37040
 
36820
- .k-pivot-toolbar .k-button,
36821
- .k-fieldselector .k-list li.k-item {
36822
- @include fill(
36823
- $button-text,
36824
- $button-bg,
36825
- $button-border,
36826
- $button-gradient
36827
- );
36828
-
36829
- &:hover,
36830
- &.k-state-hover {
36831
- @include fill(
36832
- $button-hovered-text,
36833
- $button-hovered-bg,
36834
- $button-hovered-border,
36835
- $button-hovered-gradient
36836
- );
36837
- }
36838
-
36839
- // Active state
36840
- &:active,
36841
- &.k-state-active {
36842
- @include fill(
36843
- $button-active-text,
36844
- $button-active-bg,
36845
- $button-active-border,
36846
- $button-active-gradient
36847
- );
36848
- }
36849
-
36850
- // Selected state
36851
- &.k-state-selected {
36852
- @include fill(
36853
- $button-selected-text,
36854
- $button-selected-bg,
36855
- $button-selected-border,
36856
- $button-selected-gradient
36857
- );
36858
- }
36859
-
36860
- // Focused state
36861
- &:focus,
36862
- &.k-state-focus,
36863
- &.k-state-focused {
36864
- box-shadow: $button-focused-shadow;
36865
- }
36866
- }
36867
-
36868
- // Loading indicator
36869
- .k-fieldselector {
36870
- .k-i-loading {
36871
- border-color: $header-bg;
36872
- }
36873
-
36874
- .k-i-loading::before,
36875
- .k-i-loading::after {
36876
- background-color: $header-bg;
36877
- }
37041
+ .k-pivot-layout .k-grid-footer {
37042
+ color: $pivotgrid-alt-text;
37043
+ background-color: $pivotgrid-alt-bg;
36878
37044
  }
36879
37045
 
36880
37046
  // KPI icons
@@ -36895,10 +37061,22 @@ $pivotgrid-remove-text: null !default;
36895
37061
  .k-i-kpi-status-open {
36896
37062
  color: $success;
36897
37063
  }
37064
+
37065
+
37066
+ // Configurator
37067
+ .k-pivotgrid-configurator-panel.kendo-jquery {
37068
+
37069
+ .k-column-fields {
37070
+ border-color: $component-border;
37071
+ }
37072
+
37073
+ }
36898
37074
  }
36899
37075
 
36900
37076
  // #endregion
36901
37077
 
37078
+ // #endregion
37079
+
36902
37080
  // #endregion
36903
37081
  // #region @import "treelist/_index.scss"; -> packages/bootstrap/scss/treelist/_index.scss
36904
37082
  // #region @import "../core/_index.scss"; -> packages/bootstrap/scss/core/_index.scss
@@ -37134,11 +37312,19 @@ $filter-preview-operator-text: $subtle-text !default;
37134
37312
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/filter/_layout.scss
37135
37313
  // #region @import "~@progress/kendo-theme-default/scss/filter/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/filter/_layout.scss
37136
37314
  @include exports("filter/layout") {
37315
+
37137
37316
  .k-filter {
37317
+ box-sizing: border-box;
37138
37318
  border-width: 0;
37139
37319
  display: inline-block;
37140
37320
  background-color: transparent;
37141
37321
 
37322
+ *,
37323
+ *::before,
37324
+ *::after {
37325
+ box-sizing: border-box;
37326
+ }
37327
+
37142
37328
  ul {
37143
37329
  padding: 0;
37144
37330
 
@@ -37907,6 +38093,12 @@ $taskboard-drag-placeholder-border: $component-border !default;
37907
38093
  display: flex;
37908
38094
  flex-direction: column;
37909
38095
  position: relative;
38096
+
38097
+ *,
38098
+ *::before,
38099
+ *::after {
38100
+ box-sizing: border-box;
38101
+ }
37910
38102
  }
37911
38103
 
37912
38104
  // Toolbar
@@ -37975,7 +38167,6 @@ $taskboard-drag-placeholder-border: $component-border !default;
37975
38167
  .k-taskboard-column-cards {
37976
38168
  padding: $taskboard-column-cards-padding-y $taskboard-column-cards-padding-x;
37977
38169
  min-height: 100%;
37978
- box-sizing: border-box;
37979
38170
  display: flex;
37980
38171
  flex-direction: column;
37981
38172
  gap: $taskboard-column-cards-gap 0;
@@ -38007,7 +38198,6 @@ $taskboard-drag-placeholder-border: $component-border !default;
38007
38198
  width: $taskboard-pane-width;
38008
38199
  border-width: $taskboard-pane-border-width;
38009
38200
  border-style: solid;
38010
- box-sizing: border-box;
38011
38201
  display: flex;
38012
38202
  flex-direction: column;
38013
38203
  position: absolute;
@@ -39251,6 +39441,12 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
39251
39441
  line-height: $imageeditor-line-height;
39252
39442
  -webkit-touch-callout: none;
39253
39443
  -webkit-tap-highlight-color: $rgba-transparent;
39444
+
39445
+ *,
39446
+ *::before,
39447
+ *::after {
39448
+ box-sizing: border-box;
39449
+ }
39254
39450
  }
39255
39451
 
39256
39452
 
@@ -41925,6 +42121,12 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
41925
42121
  flex-shrink: 0;
41926
42122
  font-size: inherit;
41927
42123
  }
42124
+
42125
+ .k-no-data {
42126
+ height: auto;
42127
+ min-height: auto;
42128
+ color: inherit;
42129
+ }
41928
42130
  }
41929
42131
 
41930
42132
  }
@@ -43075,12 +43277,13 @@ $chat-quick-reply-hover-border: $primary !default;
43075
43277
 
43076
43278
 
43077
43279
  .k-scroll-button {
43280
+ // IMPORTANT: if we don't set padding, the browser will set for us
43281
+ padding: 0 map-get( $spacing, 1 );
43078
43282
  height: 100%;
43079
43283
  aspect-ratio: auto;
43080
43284
  position: absolute;
43081
43285
  z-index: 2;
43082
- top: 50%;
43083
- transform: translateY(-50%);
43286
+ top: 0;
43084
43287
 
43085
43288
  .k-button-icon {
43086
43289
  min-width: auto;
@@ -43340,6 +43543,12 @@ $mediaplayer-titlebar-gradient: rgba( $mediaplayer-text, .7 ), rgba( $mediaplaye
43340
43543
  -webkit-touch-callout: none;
43341
43544
  -webkit-tap-highlight-color: $rgba-transparent;
43342
43545
 
43546
+ *,
43547
+ *::before,
43548
+ *::after {
43549
+ box-sizing: border-box;
43550
+ }
43551
+
43343
43552
  > iframe {
43344
43553
  width: 100%;
43345
43554
  height: 100%;
@@ -43562,6 +43771,12 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
43562
43771
  -webkit-touch-callout: none;
43563
43772
  -webkit-tap-highlight-color: $rgba-transparent;
43564
43773
 
43774
+ *,
43775
+ *::before,
43776
+ *::after {
43777
+ box-sizing: border-box;
43778
+ }
43779
+
43565
43780
  ul {
43566
43781
  margin: 0;
43567
43782
  padding: 0;
@@ -43579,7 +43794,6 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
43579
43794
  line-height: $timeline-flag-line-height;
43580
43795
  min-width: $timeline-flag-min-width;
43581
43796
  max-width: $timeline-flag-max-width;
43582
- box-sizing: border-box;
43583
43797
  position: relative;
43584
43798
  z-index: 1;
43585
43799
  }
@@ -43659,7 +43873,6 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
43659
43873
  margin: $timeline-spacing-y 0;
43660
43874
  width: 100%;
43661
43875
  position: relative;
43662
- box-sizing: border-box;
43663
43876
  border: 0;
43664
43877
  }
43665
43878
 
@@ -43849,12 +44062,10 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
43849
44062
 
43850
44063
  .k-timeline-card {
43851
44064
  height: 100%;
43852
- box-sizing: border-box;
43853
44065
  }
43854
44066
 
43855
44067
  .k-card {
43856
44068
  max-height: 100%;
43857
- box-sizing: border-box;
43858
44069
  }
43859
44070
 
43860
44071
  .k-timeline-events-list {
@@ -45687,12 +45898,19 @@ $map-marker-fill: $primary !default;
45687
45898
  // Layout
45688
45899
  .k-map {
45689
45900
  height: 600px;
45901
+ box-sizing: border-box;
45690
45902
  border-width: $map-border-width;
45691
45903
  border-style: solid;
45692
45904
  font-size: $map-font-size;
45693
45905
  line-height: $map-line-height;
45694
45906
  font-family: $map-font-family;
45695
45907
 
45908
+ *,
45909
+ *::before,
45910
+ *::after {
45911
+ box-sizing: border-box;
45912
+ }
45913
+
45696
45914
 
45697
45915
  // Scroll
45698
45916
  .km-scroll-wrapper {
@@ -45966,6 +46184,12 @@ $orgchart-line-v-height: 25px !default;
45966
46184
  font-family: $orgchart-font-family;
45967
46185
  line-height: $orgchart-line-height;
45968
46186
  overflow: auto;
46187
+
46188
+ *,
46189
+ *::before,
46190
+ *::after {
46191
+ box-sizing: border-box;
46192
+ }
45969
46193
  }
45970
46194
 
45971
46195
  .k-orgchart-container {