@progress/kendo-theme-bootstrap 8.0.0-dev.4 → 8.0.0-dev.6
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.
- package/dist/all.css +4 -4
- package/dist/all.scss +220 -36
- package/dist/meta/sassdoc-data.json +31274 -26354
- package/dist/meta/sassdoc-raw-data.json +4975 -2700
- package/dist/meta/variables.json +1 -1
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/dataviz/_variables.scss +1 -1
- package/scss/forms/_layout.scss +1 -1
- package/scss/scheduler/_variables.scss +143 -0
- package/scss/tabstrip/_variables.scss +69 -28
package/dist/all.css
CHANGED
|
@@ -34959,7 +34959,7 @@ kendo-label > .k-label {
|
|
|
34959
34959
|
|
|
34960
34960
|
.k-form legend,
|
|
34961
34961
|
.k-form-inline legend {
|
|
34962
|
-
font-size: calc(var( --kendo-font-size,
|
|
34962
|
+
font-size: calc(var( --kendo-font-size, .875rem )*1.5);
|
|
34963
34963
|
font-weight: normal;
|
|
34964
34964
|
line-height: var(--kendo-line-height, normal);
|
|
34965
34965
|
text-transform: none;
|
|
@@ -54474,8 +54474,8 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
54474
54474
|
|
|
54475
54475
|
.k-scrollview-nav > .k-link::before {
|
|
54476
54476
|
content: "";
|
|
54477
|
-
width:
|
|
54478
|
-
height:
|
|
54477
|
+
width: calc(10px + var(--kendo-spacing-5, 1.25rem));
|
|
54478
|
+
height: calc(10px + var(--kendo-spacing-5, 1.25rem));
|
|
54479
54479
|
display: block;
|
|
54480
54480
|
position: absolute;
|
|
54481
54481
|
top: 50%;
|
|
@@ -54757,7 +54757,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
54757
54757
|
|
|
54758
54758
|
.k-chart-tooltip {
|
|
54759
54759
|
border-radius: var(--kendo-border-radius-md, 0.375rem);
|
|
54760
|
-
font-size:
|
|
54760
|
+
font-size: 0.929rem;
|
|
54761
54761
|
line-height: var(--kendo-line-height, normal);
|
|
54762
54762
|
padding-block: 0.25rem;
|
|
54763
54763
|
padding-inline: 0.5rem;
|
package/dist/all.scss
CHANGED
|
@@ -14356,25 +14356,25 @@ $kendo-utils: (
|
|
|
14356
14356
|
// #region @import "./_text-decoration.scss"; -> /home/runner/work/kendo-themes/kendo-themes/node_modules/@progress/kendo-theme-utils/scss/typography/_text-decoration.scss
|
|
14357
14357
|
/// This is equivalent to `text-decoration: underline;`.
|
|
14358
14358
|
/// @example text-decoration: underline;
|
|
14359
|
-
/// @name .k-underline
|
|
14359
|
+
/// @name .k-text-underline
|
|
14360
14360
|
/// @group text-decoration
|
|
14361
14361
|
/// @contextType css
|
|
14362
14362
|
|
|
14363
14363
|
/// This is equivalent to `text-decoration: overline;`.
|
|
14364
14364
|
/// @example text-decoration: overline;
|
|
14365
|
-
/// @name .k-overline
|
|
14365
|
+
/// @name .k-text-overline
|
|
14366
14366
|
/// @group text-decoration
|
|
14367
14367
|
/// @contextType css
|
|
14368
14368
|
|
|
14369
14369
|
/// This is equivalent to `text-decoration: line-through;`.
|
|
14370
14370
|
/// @example text-decoration: line-through;
|
|
14371
|
-
/// @name .k-line-through
|
|
14371
|
+
/// @name .k-text-line-through
|
|
14372
14372
|
/// @group text-decoration
|
|
14373
14373
|
/// @contextType css
|
|
14374
14374
|
|
|
14375
14375
|
/// This is equivalent to `text-decoration: none-decoration;`.
|
|
14376
14376
|
/// @example text-decoration: none-decoration;
|
|
14377
|
-
/// @name .k-
|
|
14377
|
+
/// @name .k-text-no-underline
|
|
14378
14378
|
/// @group text-decoration
|
|
14379
14379
|
/// @contextType css
|
|
14380
14380
|
|
|
@@ -26955,7 +26955,7 @@ $kendo-form-sizes: (
|
|
|
26955
26955
|
.k-form,
|
|
26956
26956
|
.k-form-inline {
|
|
26957
26957
|
legend {
|
|
26958
|
-
font-size: calc( var( --kendo-font-size,
|
|
26958
|
+
font-size: calc( var( --kendo-font-size, .875rem ) * 1.5 );
|
|
26959
26959
|
font-weight: normal;
|
|
26960
26960
|
line-height: var( --kendo-line-height, normal );
|
|
26961
26961
|
text-transform: none;
|
|
@@ -44443,120 +44443,161 @@ $_kendo-module-meta: (
|
|
|
44443
44443
|
|
|
44444
44444
|
// Component
|
|
44445
44445
|
// #region @import "./_variables.scss"; -> scss/tabstrip/_variables.scss
|
|
44446
|
-
//
|
|
44446
|
+
// TabStrip
|
|
44447
44447
|
|
|
44448
|
+
|
|
44449
|
+
/// The horizontal padding of the TabStrip wrapper.
|
|
44450
|
+
/// @group tabstrip
|
|
44448
44451
|
$kendo-tabstrip-wrapper-padding-x: k-spacing(0) !default;
|
|
44452
|
+
/// The vertical padding of the TabStrip wrapper.
|
|
44453
|
+
/// @group tabstrip
|
|
44449
44454
|
$kendo-tabstrip-wrapper-padding-y: k-spacing(0) !default;
|
|
44455
|
+
/// The border width around the TabStrip wrapper.
|
|
44456
|
+
/// @group tabstrip
|
|
44450
44457
|
$kendo-tabstrip-wrapper-border-width: 0px !default;
|
|
44451
44458
|
|
|
44459
|
+
/// The font family of the TabStrip.
|
|
44460
|
+
/// @group tabstrip
|
|
44452
44461
|
$kendo-tabstrip-font-family: var( --kendo-font-family, inherit ) !default;
|
|
44462
|
+
/// The font size of the TabStrip.
|
|
44463
|
+
/// @group tabstrip
|
|
44453
44464
|
$kendo-tabstrip-font-size: var( --kendo-font-size, inherit ) !default;
|
|
44465
|
+
/// The line height of the TabStrip.
|
|
44466
|
+
/// @group tabstrip
|
|
44454
44467
|
$kendo-tabstrip-line-height: var( --kendo-line-height, normal ) !default;
|
|
44468
|
+
/// The border width around the TabStrip.
|
|
44469
|
+
/// @group tabstrip
|
|
44455
44470
|
$kendo-tabstrip-border-width: 1px !default;
|
|
44456
44471
|
|
|
44472
|
+
/// The background color of the TabStrip wrapper.
|
|
44473
|
+
/// @group tabstrip
|
|
44457
44474
|
$kendo-tabstrip-wrapper-bg: null !default;
|
|
44475
|
+
/// The text color of the TabStrip wrapper.
|
|
44476
|
+
/// @group tabstrip
|
|
44458
44477
|
$kendo-tabstrip-wrapper-text: null !default;
|
|
44478
|
+
/// The border color of the TabStrip wrapper.
|
|
44479
|
+
/// @group tabstrip
|
|
44459
44480
|
$kendo-tabstrip-wrapper-border: null !default;
|
|
44460
44481
|
|
|
44461
|
-
///
|
|
44482
|
+
/// The background color of the TabStrip.
|
|
44462
44483
|
/// @group tabstrip
|
|
44463
44484
|
$kendo-tabstrip-bg: null !default;
|
|
44464
|
-
///
|
|
44485
|
+
/// The text color of the TabStrip.
|
|
44465
44486
|
/// @group tabstrip
|
|
44466
44487
|
$kendo-tabstrip-text: $kendo-component-text !default;
|
|
44467
|
-
///
|
|
44488
|
+
/// The border color of the TabStrip.
|
|
44468
44489
|
/// @group tabstrip
|
|
44469
44490
|
$kendo-tabstrip-border: $kendo-component-border !default;
|
|
44470
44491
|
|
|
44471
|
-
///
|
|
44492
|
+
/// The horizontal padding of the TabStrip items.
|
|
44472
44493
|
/// @group tabstrip
|
|
44473
44494
|
$kendo-tabstrip-item-padding-x: $nav-link-padding-x !default;
|
|
44474
|
-
///
|
|
44495
|
+
/// The vertical padding of the TabStrip items.
|
|
44475
44496
|
/// @group tabstrip
|
|
44476
44497
|
$kendo-tabstrip-item-padding-y: $nav-link-padding-y !default;
|
|
44477
|
-
///
|
|
44498
|
+
/// The border width around the TabStrip items.
|
|
44478
44499
|
/// @group tabstrip
|
|
44479
44500
|
$kendo-tabstrip-item-border-width: 1px !default;
|
|
44480
|
-
///
|
|
44501
|
+
/// The border radius of the TabStrip items.
|
|
44481
44502
|
/// @group tabstrip
|
|
44482
44503
|
$kendo-tabstrip-item-border-radius: k-spacing(1) !default;
|
|
44483
|
-
///
|
|
44504
|
+
/// The gap between the TabStrip items.
|
|
44484
44505
|
/// @group tabstrip
|
|
44485
44506
|
$kendo-tabstrip-item-gap: k-spacing(0) !default;
|
|
44486
44507
|
|
|
44487
|
-
///
|
|
44508
|
+
/// The background color of the TabStrip items.
|
|
44488
44509
|
/// @group tabstrip
|
|
44489
44510
|
$kendo-tabstrip-item-bg: null !default;
|
|
44490
|
-
///
|
|
44511
|
+
/// The text color of the TabStrip items.
|
|
44491
44512
|
/// @group tabstrip
|
|
44492
44513
|
$kendo-tabstrip-item-text: $kendo-link-text !default;
|
|
44493
|
-
///
|
|
44514
|
+
/// The border color of the TabStrip items.
|
|
44494
44515
|
/// @group tabstrip
|
|
44495
44516
|
$kendo-tabstrip-item-border: null !default;
|
|
44496
|
-
///
|
|
44517
|
+
/// The gradient of the TabStrip items.
|
|
44497
44518
|
/// @group tabstrip
|
|
44498
44519
|
$kendo-tabstrip-item-gradient: null !default;
|
|
44499
44520
|
|
|
44500
|
-
///
|
|
44521
|
+
/// The background color of the hovered TabStrip items.
|
|
44501
44522
|
/// @group tabstrip
|
|
44502
44523
|
$kendo-tabstrip-item-hover-bg: null !default;
|
|
44503
|
-
///
|
|
44524
|
+
/// The text color of the hovered TabStrip items.
|
|
44504
44525
|
/// @group tabstrip
|
|
44505
44526
|
$kendo-tabstrip-item-hover-text: $kendo-link-hover-text !default;
|
|
44506
|
-
///
|
|
44527
|
+
/// The border color of the hovered TabStrip items.
|
|
44507
44528
|
/// @group tabstrip
|
|
44508
44529
|
$kendo-tabstrip-item-hover-border: $gray-200 !default;
|
|
44509
|
-
///
|
|
44530
|
+
/// The gradient of the hovered TabStrip items.
|
|
44510
44531
|
/// @group tabstrip
|
|
44511
44532
|
$kendo-tabstrip-item-hover-gradient: null !default;
|
|
44512
44533
|
|
|
44513
|
-
///
|
|
44534
|
+
/// The background color of the selected TabStrip items.
|
|
44514
44535
|
/// @group tabstrip
|
|
44515
44536
|
$kendo-tabstrip-item-selected-bg: $kendo-component-bg !default;
|
|
44516
|
-
///
|
|
44537
|
+
/// The text color of the selected TabStrip items.
|
|
44517
44538
|
/// @group tabstrip
|
|
44518
44539
|
$kendo-tabstrip-item-selected-text: $kendo-component-text !default;
|
|
44519
|
-
///
|
|
44540
|
+
/// The border color of the selected TabStrip items.
|
|
44520
44541
|
/// @group tabstrip
|
|
44521
44542
|
$kendo-tabstrip-item-selected-border: $kendo-component-border !default;
|
|
44522
|
-
///
|
|
44543
|
+
/// The gradient of the selected TabStrip items.
|
|
44523
44544
|
/// @group tabstrip
|
|
44524
44545
|
$kendo-tabstrip-item-selected-gradient: null !default;
|
|
44525
44546
|
|
|
44547
|
+
/// The shadow of the focused TabStrip items.
|
|
44548
|
+
/// @group tabstrip
|
|
44526
44549
|
$kendo-tabstrip-item-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
44527
44550
|
|
|
44551
|
+
/// The shadow of the dragged TabStrip items.
|
|
44552
|
+
/// @group tabstrip
|
|
44528
44553
|
$kendo-tabstrip-item-dragging-shadow: k-elevation(3) !default;
|
|
44529
44554
|
|
|
44555
|
+
/// The background color of the disabled TabStrip items.
|
|
44556
|
+
/// @group tabstrip
|
|
44530
44557
|
$kendo-tabstrip-item-disabled-bg: null !default;
|
|
44558
|
+
/// The text color of the disabled TabStrip items.
|
|
44559
|
+
/// @group tabstrip
|
|
44531
44560
|
$kendo-tabstrip-item-disabled-text: null !default;
|
|
44561
|
+
/// The border color of the disabled TabStrip items.
|
|
44562
|
+
/// @group tabstrip
|
|
44532
44563
|
$kendo-tabstrip-item-disabled-border: null !default;
|
|
44564
|
+
/// The gradient of the disabled TabStrip items.
|
|
44565
|
+
/// @group tabstrip
|
|
44533
44566
|
$kendo-tabstrip-item-disabled-gradient: null !default;
|
|
44567
|
+
/// The opacity of the disabled TabStrip items.
|
|
44568
|
+
/// @group tabstrip
|
|
44534
44569
|
$kendo-tabstrip-item-disabled-opacity: null !default;
|
|
44570
|
+
/// The filter of the disabled TabStrip items.
|
|
44571
|
+
/// @group tabstrip
|
|
44535
44572
|
$kendo-tabstrip-item-disabled-filter: null !default;
|
|
44536
44573
|
|
|
44574
|
+
/// The border width of the TabStrip indicator.
|
|
44575
|
+
/// @group tabstrip
|
|
44537
44576
|
$kendo-tabstrip-indicator-size: null !default;
|
|
44577
|
+
/// The border color of the TabStrip ripple.
|
|
44578
|
+
/// @group tabstrip
|
|
44538
44579
|
$kendo-tabstrip-indicator-color: null !default;
|
|
44539
44580
|
|
|
44540
|
-
///
|
|
44581
|
+
/// The horizontal padding of the TabStrip content.
|
|
44541
44582
|
/// @group tabstrip
|
|
44542
44583
|
$kendo-tabstrip-content-padding-x: k-spacing(4) !default;
|
|
44543
|
-
///
|
|
44584
|
+
/// The vertical padding of the TabStrip content.
|
|
44544
44585
|
/// @group tabstrip
|
|
44545
44586
|
$kendo-tabstrip-content-padding-y: k-spacing(4) !default;
|
|
44546
|
-
///
|
|
44587
|
+
/// The border width around the TabStrip content.
|
|
44547
44588
|
/// @group tabstrip
|
|
44548
44589
|
$kendo-tabstrip-content-border-width: $kendo-tabstrip-border-width !default;
|
|
44549
44590
|
|
|
44550
|
-
///
|
|
44591
|
+
/// The background color of the TabStrip content.
|
|
44551
44592
|
/// @group tabstrip
|
|
44552
44593
|
$kendo-tabstrip-content-bg: $kendo-component-bg !default;
|
|
44553
|
-
///
|
|
44594
|
+
/// The text color of the TabStrip content.
|
|
44554
44595
|
/// @group tabstrip
|
|
44555
44596
|
$kendo-tabstrip-content-text: $kendo-component-text !default;
|
|
44556
|
-
///
|
|
44597
|
+
/// The border color of the TabStrip content.
|
|
44557
44598
|
/// @group tabstrip
|
|
44558
44599
|
$kendo-tabstrip-content-border: $kendo-component-border !default;
|
|
44559
|
-
///
|
|
44600
|
+
/// The border color of the focused TabStrip content.
|
|
44560
44601
|
/// @group tabstrip
|
|
44561
44602
|
$kendo-tabstrip-content-focus-border: $kendo-component-text !default;
|
|
44562
44603
|
|
|
@@ -58653,96 +58694,239 @@ $_kendo-module-meta: (
|
|
|
58653
58694
|
// Component
|
|
58654
58695
|
// #region @import "./_variables.scss"; -> scss/scheduler/_variables.scss
|
|
58655
58696
|
// Scheduler
|
|
58697
|
+
|
|
58698
|
+
/// The width of the border around the Scheduler.
|
|
58699
|
+
/// @group scheduler
|
|
58656
58700
|
$kendo-scheduler-border-width: 1px !default;
|
|
58701
|
+
/// The font family of the Scheduler.
|
|
58702
|
+
/// @group scheduler
|
|
58657
58703
|
$kendo-scheduler-font-family: var( --kendo-font-family, inherit ) !default;
|
|
58704
|
+
/// The font size of the Scheduler.
|
|
58705
|
+
/// @group scheduler
|
|
58658
58706
|
$kendo-scheduler-font-size: var( --kendo-font-size, inherit ) !default;
|
|
58707
|
+
/// The line height of the Scheduler.
|
|
58708
|
+
/// @group scheduler
|
|
58659
58709
|
$kendo-scheduler-line-height: var( --kendo-line-height, normal ) !default;
|
|
58660
58710
|
|
|
58711
|
+
/// The background color of the Scheduler.
|
|
58712
|
+
/// @group scheduler
|
|
58661
58713
|
$kendo-scheduler-bg: $kendo-component-bg !default;
|
|
58714
|
+
/// The text color of the Scheduler.
|
|
58715
|
+
/// @group scheduler
|
|
58662
58716
|
$kendo-scheduler-text: $kendo-component-text !default;
|
|
58717
|
+
/// The border color of the Scheduler.
|
|
58718
|
+
/// @group scheduler
|
|
58663
58719
|
$kendo-scheduler-border: $kendo-component-border !default;
|
|
58664
58720
|
|
|
58721
|
+
/// The background color of the Scheduler ToolBar.
|
|
58722
|
+
/// @group scheduler
|
|
58665
58723
|
$kendo-scheduler-toolbar-bg: $kendo-toolbar-bg !default;
|
|
58724
|
+
/// The text color of the Scheduler ToolBar.
|
|
58725
|
+
/// @group scheduler
|
|
58666
58726
|
$kendo-scheduler-toolbar-text: $kendo-toolbar-text !default;
|
|
58727
|
+
/// The border color of the Scheduler ToolBar.
|
|
58728
|
+
/// @group scheduler
|
|
58667
58729
|
$kendo-scheduler-toolbar-border: $kendo-toolbar-border !default;
|
|
58730
|
+
/// The gradient of the Scheduler ToolBar.
|
|
58731
|
+
/// @group scheduler
|
|
58668
58732
|
$kendo-scheduler-toolbar-gradient: $kendo-toolbar-gradient !default;
|
|
58669
58733
|
|
|
58734
|
+
/// The background color of the Scheduler footer.
|
|
58735
|
+
/// @group scheduler
|
|
58670
58736
|
$kendo-scheduler-footer-bg: $kendo-toolbar-bg !default;
|
|
58737
|
+
/// The text color of the Scheduler footer.
|
|
58738
|
+
/// @group scheduler
|
|
58671
58739
|
$kendo-scheduler-footer-text: $kendo-toolbar-text !default;
|
|
58740
|
+
/// The border color of the Scheduler footer.
|
|
58741
|
+
/// @group scheduler
|
|
58672
58742
|
$kendo-scheduler-footer-border: $kendo-toolbar-border !default;
|
|
58743
|
+
/// The gradient of the Scheduler footer.
|
|
58744
|
+
/// @group scheduler
|
|
58673
58745
|
$kendo-scheduler-footer-gradient: $kendo-toolbar-gradient !default;
|
|
58674
58746
|
|
|
58747
|
+
/// The minimum height of the Scheduler event.
|
|
58748
|
+
/// @group scheduler
|
|
58675
58749
|
$kendo-scheduler-event-min-height: 25px !default;
|
|
58750
|
+
/// The border radius of the Scheduler event.
|
|
58751
|
+
/// @group scheduler
|
|
58676
58752
|
$kendo-scheduler-event-border-radius: k-border-radius(md) !default;
|
|
58753
|
+
/// The line height of the Scheduler event.
|
|
58754
|
+
/// @group scheduler
|
|
58677
58755
|
$kendo-scheduler-event-line-height: calc( #{$kendo-scheduler-event-min-height} - (2 * #{$kendo-padding-sm-y}) ) !default;
|
|
58678
58756
|
|
|
58757
|
+
/// The background color of the Scheduler event.
|
|
58758
|
+
/// @group scheduler
|
|
58679
58759
|
$kendo-scheduler-event-bg: if($kendo-enable-color-system, k-color( primary ), k-color-tint( $kendo-selected-bg, 2 )) !default;
|
|
58760
|
+
/// The text color of the Scheduler event.
|
|
58761
|
+
/// @group scheduler
|
|
58680
58762
|
$kendo-scheduler-event-text: $kendo-selected-text !default;
|
|
58763
|
+
/// The border color of the Scheduler event.
|
|
58764
|
+
/// @group scheduler
|
|
58681
58765
|
$kendo-scheduler-event-border: null !default;
|
|
58766
|
+
/// The gradient of the Scheduler event.
|
|
58767
|
+
/// @group scheduler
|
|
58682
58768
|
$kendo-scheduler-event-gradient: null !default;
|
|
58769
|
+
/// The shadow of the Scheduler event.
|
|
58770
|
+
/// @group scheduler
|
|
58683
58771
|
$kendo-scheduler-event-shadow: null !default;
|
|
58684
58772
|
|
|
58773
|
+
/// The background color of the hovered Scheduler event.
|
|
58774
|
+
/// @group scheduler
|
|
58685
58775
|
$kendo-scheduler-event-hover-bg: null !default;
|
|
58776
|
+
/// The text color of the hovered Scheduler event.
|
|
58777
|
+
/// @group scheduler
|
|
58686
58778
|
$kendo-scheduler-event-hover-text: null !default;
|
|
58779
|
+
/// The border color of the hovered Scheduler event.
|
|
58780
|
+
/// @group scheduler
|
|
58687
58781
|
$kendo-scheduler-event-hover-border: null !default;
|
|
58782
|
+
/// The gradient of the hovered Scheduler event.
|
|
58783
|
+
/// @group scheduler
|
|
58688
58784
|
$kendo-scheduler-event-hover-gradient: null !default;
|
|
58785
|
+
/// The shadow of the hovered Scheduler event.
|
|
58786
|
+
/// @group scheduler
|
|
58689
58787
|
$kendo-scheduler-event-hover-shadow: null !default;
|
|
58690
58788
|
|
|
58789
|
+
/// The background color of the selected Scheduler event.
|
|
58790
|
+
/// @group scheduler
|
|
58691
58791
|
$kendo-scheduler-event-selected-bg: $kendo-selected-bg !default;
|
|
58792
|
+
/// The text color of the selected Scheduler event.
|
|
58793
|
+
/// @group scheduler
|
|
58692
58794
|
$kendo-scheduler-event-selected-text: $kendo-selected-text !default;
|
|
58795
|
+
/// The border color of the selected Scheduler event.
|
|
58796
|
+
/// @group scheduler
|
|
58693
58797
|
$kendo-scheduler-event-selected-border: null !default;
|
|
58798
|
+
/// The gradient of the selected Scheduler event.
|
|
58799
|
+
/// @group scheduler
|
|
58694
58800
|
$kendo-scheduler-event-selected-gradient: null !default;
|
|
58801
|
+
/// The shadow of the selected Scheduler event.
|
|
58802
|
+
/// @group scheduler
|
|
58695
58803
|
$kendo-scheduler-event-selected-shadow: inset 0 0 0 3px rgba( white, .5 ) !default;
|
|
58696
58804
|
|
|
58805
|
+
/// The shadow of the ongoing Scheduler event.
|
|
58806
|
+
/// @group scheduler
|
|
58697
58807
|
$kendo-scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
|
|
58698
58808
|
|
|
58809
|
+
/// The horizontal padding of the Scheduler cell.
|
|
58810
|
+
/// @group scheduler
|
|
58699
58811
|
$kendo-scheduler-cell-padding-x: k-spacing(3) !default;
|
|
58812
|
+
/// The vertical padding of the Scheduler cell.
|
|
58813
|
+
/// @group scheduler
|
|
58700
58814
|
$kendo-scheduler-cell-padding-y: k-spacing(3) !default;
|
|
58815
|
+
/// The height of the Scheduler cell.
|
|
58816
|
+
/// @group scheduler
|
|
58701
58817
|
$kendo-scheduler-cell-height: $kendo-line-height-em !default;
|
|
58818
|
+
/// The width of the Scheduler date column.
|
|
58819
|
+
/// @group scheduler
|
|
58702
58820
|
$kendo-scheduler-datecolumn-width: 12em !default;
|
|
58821
|
+
/// The width of the Scheduler time column.
|
|
58822
|
+
/// @group scheduler
|
|
58703
58823
|
$kendo-scheduler-timecolumn-width: 11em !default;
|
|
58704
58824
|
|
|
58825
|
+
/// The background color of the non-working hours in the Scheduler.
|
|
58826
|
+
/// @group scheduler
|
|
58705
58827
|
$kendo-scheduler-nonwork-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
|
|
58828
|
+
/// The text color of the non-working hours in the Scheduler.
|
|
58829
|
+
/// @group scheduler
|
|
58706
58830
|
$kendo-scheduler-nonwork-text: null !default;
|
|
58707
58831
|
|
|
58832
|
+
/// The background color of the weekends in the Scheduler.
|
|
58833
|
+
/// @group scheduler
|
|
58708
58834
|
$kendo-scheduler-weekend-bg: null !default;
|
|
58835
|
+
/// The text color of the weekends in the Scheduler.
|
|
58836
|
+
/// @group scheduler
|
|
58709
58837
|
$kendo-scheduler-weekend-text: null !default;
|
|
58710
58838
|
|
|
58839
|
+
/// The background color of the preceding/subsequent month cells in the Calendar.
|
|
58840
|
+
/// @group scheduler
|
|
58711
58841
|
$kendo-scheduler-othermonth-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
|
|
58842
|
+
/// The text color of the preceding/subsequent month cells in the Calendar.
|
|
58843
|
+
/// @group scheduler
|
|
58712
58844
|
$kendo-scheduler-othermonth-text: null !default;
|
|
58713
58845
|
|
|
58846
|
+
/// The horizontal padding of the year view in the Scheduler.
|
|
58847
|
+
/// @group scheduler
|
|
58714
58848
|
$kendo-scheduler-yearview-padding-x: k-spacing(4) !default;
|
|
58849
|
+
/// The vertical padding of the year view in the Scheduler.
|
|
58850
|
+
/// @group scheduler
|
|
58715
58851
|
$kendo-scheduler-yearview-padding-y: $kendo-scheduler-yearview-padding-x !default;
|
|
58716
58852
|
|
|
58853
|
+
/// The spacing between the calendars of the year view in the Scheduler.
|
|
58854
|
+
/// @group scheduler
|
|
58717
58855
|
$kendo-scheduler-yearview-calendar-gap: k-spacing(4) !default;
|
|
58718
58856
|
|
|
58857
|
+
/// The days with events indicator size of the year view in the Scheduler.
|
|
58858
|
+
/// @group scheduler
|
|
58719
58859
|
$kendo-scheduler-yearview-indicator-size: 3px !default;
|
|
58860
|
+
/// The top position of the days with events indicator of the year view in the Scheduler.
|
|
58861
|
+
/// @group scheduler
|
|
58720
58862
|
$kendo-scheduler-yearview-indicator-calc-offset-top: calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2)) !default;
|
|
58863
|
+
/// The left position of the days with events indicator of the year view in the Scheduler.
|
|
58864
|
+
/// @group scheduler
|
|
58721
58865
|
$kendo-scheduler-yearview-indicator-calc-offset-left: calc( 50% - #{k-math-div( $kendo-scheduler-yearview-indicator-size, 2)} ) !default;
|
|
58866
|
+
/// The border radius of the days with events indicator of the year view in the Scheduler.
|
|
58867
|
+
/// @group scheduler
|
|
58722
58868
|
$kendo-scheduler-yearview-indicator-border-radius: 50% !default;
|
|
58869
|
+
/// The background color of the days with events indicator of the year view in the Scheduler.
|
|
58870
|
+
/// @group scheduler
|
|
58723
58871
|
$kendo-scheduler-yearview-indicator-bg: $kendo-color-primary !default;
|
|
58872
|
+
/// The background color of the selected days with events indicator of the year view in the Scheduler.
|
|
58873
|
+
/// @group scheduler
|
|
58724
58874
|
$kendo-scheduler-yearview-indicator-selected-bg: $kendo-color-primary-contrast !default;
|
|
58725
58875
|
|
|
58876
|
+
/// The horizontal padding of the Scheduler Tooltip.
|
|
58877
|
+
/// @group scheduler
|
|
58726
58878
|
$kendo-scheduler-tooltip-padding-x: k-spacing(3) !default;
|
|
58879
|
+
/// The vertical padding of the Scheduler Tooltip.
|
|
58880
|
+
/// @group scheduler
|
|
58727
58881
|
$kendo-scheduler-tooltip-padding-y: k-spacing(3) !default;
|
|
58882
|
+
/// The width of the border of the Scheduler Tooltip.
|
|
58883
|
+
/// @group scheduler
|
|
58728
58884
|
$kendo-scheduler-tooltip-border-width: 0 !default;
|
|
58885
|
+
/// The background color of the Scheduler Tooltip.
|
|
58886
|
+
/// @group scheduler
|
|
58729
58887
|
$kendo-scheduler-tooltip-bg: $kendo-color-primary-contrast !default;
|
|
58888
|
+
/// The text color of the Scheduler Tooltip.
|
|
58889
|
+
/// @group scheduler
|
|
58730
58890
|
$kendo-scheduler-tooltip-text: $kendo-base-text !default;
|
|
58891
|
+
/// The border color of the Scheduler Tooltip.
|
|
58892
|
+
/// @group scheduler
|
|
58731
58893
|
$kendo-scheduler-tooltip-border: null !default;
|
|
58894
|
+
/// The shadow of the Scheduler Tooltip.
|
|
58895
|
+
/// @group scheduler
|
|
58732
58896
|
$kendo-scheduler-tooltip-shadow: k-elevation(2) !default;
|
|
58733
58897
|
|
|
58898
|
+
/// The vertical margin of the Scheduler Tooltip title.
|
|
58899
|
+
/// @group scheduler
|
|
58734
58900
|
$kendo-scheduler-tooltip-title-margin-y: k-spacing(3) !default;
|
|
58901
|
+
/// The font size of the month inside the Scheduler Tooltip.
|
|
58902
|
+
/// @group scheduler
|
|
58735
58903
|
$kendo-scheduler-tooltip-month-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
58904
|
+
/// The font size of the day inside the Scheduler Tooltip.
|
|
58905
|
+
/// @group scheduler
|
|
58736
58906
|
$kendo-scheduler-tooltip-day-font-size: calc( #{$kendo-scheduler-tooltip-month-font-size} * 2 ) !default;
|
|
58737
58907
|
|
|
58908
|
+
/// The max height of the events inside the Scheduler Tooltip.
|
|
58909
|
+
/// @group scheduler
|
|
58738
58910
|
$kendo-scheduler-tooltip-events-max-height: 250px !default;
|
|
58911
|
+
/// The spacing between the events inside the Scheduler Tooltip.
|
|
58912
|
+
/// @group scheduler
|
|
58739
58913
|
$kendo-scheduler-tooltip-events-gap: k-spacing(2) !default;
|
|
58740
58914
|
|
|
58915
|
+
/// The horizontal padding of the events inside the Scheduler Tooltip.
|
|
58916
|
+
/// @group scheduler
|
|
58741
58917
|
$kendo-scheduler-tooltip-event-padding-x: k-spacing(2) !default;
|
|
58918
|
+
/// The vertical padding of the events inside the Scheduler Tooltip.
|
|
58919
|
+
/// @group scheduler
|
|
58742
58920
|
$kendo-scheduler-tooltip-event-padding-y: k-spacing(1) !default;
|
|
58921
|
+
/// The border radius of the events inside the Scheduler Tooltip.
|
|
58922
|
+
/// @group scheduler
|
|
58743
58923
|
$kendo-scheduler-tooltip-event-border-radius: k-border-radius(md) !default;
|
|
58924
|
+
/// The spacing between the events items inside the Scheduler Tooltip.
|
|
58925
|
+
/// @group scheduler
|
|
58744
58926
|
$kendo-scheduler-tooltip-event-gap: k-spacing(2) !default;
|
|
58745
58927
|
|
|
58928
|
+
/// The color of the Scheduler Tooltip callout.
|
|
58929
|
+
/// @group scheduler
|
|
58746
58930
|
$kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
58747
58931
|
|
|
58748
58932
|
// #endregion
|
|
@@ -62806,8 +62990,8 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
62806
62990
|
|
|
62807
62991
|
&::before {
|
|
62808
62992
|
content: "";
|
|
62809
|
-
width: ($kendo-scrollview-pagebutton-size + $kendo-scrollview-pager-item-spacing);
|
|
62810
|
-
height: ($kendo-scrollview-pagebutton-size + $kendo-scrollview-pager-item-spacing);
|
|
62993
|
+
width: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-spacing} );
|
|
62994
|
+
height: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-spacing} );
|
|
62811
62995
|
display: block;
|
|
62812
62996
|
position: absolute;
|
|
62813
62997
|
top: 50%;
|
|
@@ -63455,7 +63639,7 @@ $kendo-chart-line-height: var( --kendo-line-height, normal )!default;
|
|
|
63455
63639
|
$kendo-chart-sm-font-size: 11px !default;
|
|
63456
63640
|
$kendo-chart-md-font-size: 12px !default;
|
|
63457
63641
|
$kendo-chart-lg-font-size: 16px !default;
|
|
63458
|
-
$kendo-chart-tooltip-font-size: calc(
|
|
63642
|
+
$kendo-chart-tooltip-font-size: calc( #{$kendo-font-size} * .929) !default;
|
|
63459
63643
|
$kendo-chart-label-font-size: .857em !default;
|
|
63460
63644
|
$kendo-chart-title-font-size: 1.143em !default;
|
|
63461
63645
|
$kendo-chart-pane-title-font-size: $kendo-chart-label-font-size !default;
|