@progress/kendo-theme-default 8.0.0-dev.3 → 8.0.0-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +34 -6
- package/dist/all.scss +43 -9
- package/dist/meta/sassdoc-data.json +594 -54
- package/dist/meta/sassdoc-raw-data.json +276 -26
- package/dist/meta/variables.json +4 -0
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/calendar/_layout.scss +21 -6
- package/scss/calendar/_variables.scss +22 -3
|
@@ -6425,15 +6425,40 @@
|
|
|
6425
6425
|
}
|
|
6426
6426
|
},
|
|
6427
6427
|
{
|
|
6428
|
-
"description": "The
|
|
6428
|
+
"description": "The border radius of the range cells in the Multiview Calendar.\n",
|
|
6429
|
+
"commentRange": {
|
|
6430
|
+
"start": 265,
|
|
6431
|
+
"end": 266
|
|
6432
|
+
},
|
|
6433
|
+
"context": {
|
|
6434
|
+
"type": "variable",
|
|
6435
|
+
"name": "kendo-calendar-range-cell-border-radius",
|
|
6436
|
+
"value": "k-border-radius(lg)",
|
|
6437
|
+
"scope": "default",
|
|
6438
|
+
"line": {
|
|
6439
|
+
"start": 267,
|
|
6440
|
+
"end": 267
|
|
6441
|
+
}
|
|
6442
|
+
},
|
|
6443
|
+
"group": [
|
|
6444
|
+
"calendar"
|
|
6445
|
+
],
|
|
6446
|
+
"access": "public",
|
|
6447
|
+
"file": {
|
|
6448
|
+
"path": "calendar/_variables.scss",
|
|
6449
|
+
"name": "_variables.scss"
|
|
6450
|
+
}
|
|
6451
|
+
},
|
|
6452
|
+
{
|
|
6453
|
+
"description": "The font size of the small Calendar.\n",
|
|
6429
6454
|
"commentRange": {
|
|
6430
6455
|
"start": 271,
|
|
6431
6456
|
"end": 272
|
|
6432
6457
|
},
|
|
6433
6458
|
"context": {
|
|
6434
6459
|
"type": "variable",
|
|
6435
|
-
"name": "kendo-calendar-sm-
|
|
6436
|
-
"value": "
|
|
6460
|
+
"name": "kendo-calendar-sm-font-size",
|
|
6461
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
6437
6462
|
"scope": "default",
|
|
6438
6463
|
"line": {
|
|
6439
6464
|
"start": 273,
|
|
@@ -6450,15 +6475,15 @@
|
|
|
6450
6475
|
}
|
|
6451
6476
|
},
|
|
6452
6477
|
{
|
|
6453
|
-
"description": "The
|
|
6478
|
+
"description": "The line height of the small Calendar.\n",
|
|
6454
6479
|
"commentRange": {
|
|
6455
6480
|
"start": 274,
|
|
6456
6481
|
"end": 275
|
|
6457
6482
|
},
|
|
6458
6483
|
"context": {
|
|
6459
6484
|
"type": "variable",
|
|
6460
|
-
"name": "kendo-calendar-sm-
|
|
6461
|
-
"value": "
|
|
6485
|
+
"name": "kendo-calendar-sm-line-height",
|
|
6486
|
+
"value": "var( --kendo-line-height, normal )",
|
|
6462
6487
|
"scope": "default",
|
|
6463
6488
|
"line": {
|
|
6464
6489
|
"start": 276,
|
|
@@ -6474,11 +6499,161 @@
|
|
|
6474
6499
|
"name": "_variables.scss"
|
|
6475
6500
|
}
|
|
6476
6501
|
},
|
|
6502
|
+
{
|
|
6503
|
+
"description": "The size of the cells in the small Calendar.\n",
|
|
6504
|
+
"commentRange": {
|
|
6505
|
+
"start": 277,
|
|
6506
|
+
"end": 278
|
|
6507
|
+
},
|
|
6508
|
+
"context": {
|
|
6509
|
+
"type": "variable",
|
|
6510
|
+
"name": "kendo-calendar-sm-cell-size",
|
|
6511
|
+
"value": "28px",
|
|
6512
|
+
"scope": "default",
|
|
6513
|
+
"line": {
|
|
6514
|
+
"start": 279,
|
|
6515
|
+
"end": 279
|
|
6516
|
+
}
|
|
6517
|
+
},
|
|
6518
|
+
"group": [
|
|
6519
|
+
"calendar"
|
|
6520
|
+
],
|
|
6521
|
+
"access": "public",
|
|
6522
|
+
"file": {
|
|
6523
|
+
"path": "calendar/_variables.scss",
|
|
6524
|
+
"name": "_variables.scss"
|
|
6525
|
+
}
|
|
6526
|
+
},
|
|
6527
|
+
{
|
|
6528
|
+
"description": "The horizontal padding of the cells in the small Calendar.\n",
|
|
6529
|
+
"commentRange": {
|
|
6530
|
+
"start": 280,
|
|
6531
|
+
"end": 281
|
|
6532
|
+
},
|
|
6533
|
+
"context": {
|
|
6534
|
+
"type": "variable",
|
|
6535
|
+
"name": "kendo-calendar-sm-cell-padding-x",
|
|
6536
|
+
"value": "k-spacing(0.5)",
|
|
6537
|
+
"scope": "default",
|
|
6538
|
+
"line": {
|
|
6539
|
+
"start": 282,
|
|
6540
|
+
"end": 282
|
|
6541
|
+
}
|
|
6542
|
+
},
|
|
6543
|
+
"group": [
|
|
6544
|
+
"calendar"
|
|
6545
|
+
],
|
|
6546
|
+
"access": "public",
|
|
6547
|
+
"file": {
|
|
6548
|
+
"path": "calendar/_variables.scss",
|
|
6549
|
+
"name": "_variables.scss"
|
|
6550
|
+
}
|
|
6551
|
+
},
|
|
6552
|
+
{
|
|
6553
|
+
"description": "The vertical padding of the cells in the small Calendar.\n",
|
|
6554
|
+
"commentRange": {
|
|
6555
|
+
"start": 283,
|
|
6556
|
+
"end": 284
|
|
6557
|
+
},
|
|
6558
|
+
"context": {
|
|
6559
|
+
"type": "variable",
|
|
6560
|
+
"name": "kendo-calendar-sm-cell-padding-y",
|
|
6561
|
+
"value": "k-spacing(0.5)",
|
|
6562
|
+
"scope": "default",
|
|
6563
|
+
"line": {
|
|
6564
|
+
"start": 285,
|
|
6565
|
+
"end": 285
|
|
6566
|
+
}
|
|
6567
|
+
},
|
|
6568
|
+
"group": [
|
|
6569
|
+
"calendar"
|
|
6570
|
+
],
|
|
6571
|
+
"access": "public",
|
|
6572
|
+
"file": {
|
|
6573
|
+
"path": "calendar/_variables.scss",
|
|
6574
|
+
"name": "_variables.scss"
|
|
6575
|
+
}
|
|
6576
|
+
},
|
|
6577
|
+
{
|
|
6578
|
+
"description": "The font size of the medium Calendar.\n",
|
|
6579
|
+
"commentRange": {
|
|
6580
|
+
"start": 287,
|
|
6581
|
+
"end": 288
|
|
6582
|
+
},
|
|
6583
|
+
"context": {
|
|
6584
|
+
"type": "variable",
|
|
6585
|
+
"name": "kendo-calendar-md-font-size",
|
|
6586
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
6587
|
+
"scope": "default",
|
|
6588
|
+
"line": {
|
|
6589
|
+
"start": 289,
|
|
6590
|
+
"end": 289
|
|
6591
|
+
}
|
|
6592
|
+
},
|
|
6593
|
+
"group": [
|
|
6594
|
+
"calendar"
|
|
6595
|
+
],
|
|
6596
|
+
"access": "public",
|
|
6597
|
+
"file": {
|
|
6598
|
+
"path": "calendar/_variables.scss",
|
|
6599
|
+
"name": "_variables.scss"
|
|
6600
|
+
}
|
|
6601
|
+
},
|
|
6602
|
+
{
|
|
6603
|
+
"description": "The line height of the medium Calendar.\n",
|
|
6604
|
+
"commentRange": {
|
|
6605
|
+
"start": 290,
|
|
6606
|
+
"end": 291
|
|
6607
|
+
},
|
|
6608
|
+
"context": {
|
|
6609
|
+
"type": "variable",
|
|
6610
|
+
"name": "kendo-calendar-md-line-height",
|
|
6611
|
+
"value": "var( --kendo-line-height, normal )",
|
|
6612
|
+
"scope": "default",
|
|
6613
|
+
"line": {
|
|
6614
|
+
"start": 292,
|
|
6615
|
+
"end": 292
|
|
6616
|
+
}
|
|
6617
|
+
},
|
|
6618
|
+
"group": [
|
|
6619
|
+
"calendar"
|
|
6620
|
+
],
|
|
6621
|
+
"access": "public",
|
|
6622
|
+
"file": {
|
|
6623
|
+
"path": "calendar/_variables.scss",
|
|
6624
|
+
"name": "_variables.scss"
|
|
6625
|
+
}
|
|
6626
|
+
},
|
|
6627
|
+
{
|
|
6628
|
+
"description": "The size of the cells in the medium Calendar.\n",
|
|
6629
|
+
"commentRange": {
|
|
6630
|
+
"start": 293,
|
|
6631
|
+
"end": 294
|
|
6632
|
+
},
|
|
6633
|
+
"context": {
|
|
6634
|
+
"type": "variable",
|
|
6635
|
+
"name": "kendo-calendar-md-cell-size",
|
|
6636
|
+
"value": "32px",
|
|
6637
|
+
"scope": "default",
|
|
6638
|
+
"line": {
|
|
6639
|
+
"start": 295,
|
|
6640
|
+
"end": 295
|
|
6641
|
+
}
|
|
6642
|
+
},
|
|
6643
|
+
"group": [
|
|
6644
|
+
"calendar"
|
|
6645
|
+
],
|
|
6646
|
+
"access": "public",
|
|
6647
|
+
"file": {
|
|
6648
|
+
"path": "calendar/_variables.scss",
|
|
6649
|
+
"name": "_variables.scss"
|
|
6650
|
+
}
|
|
6651
|
+
},
|
|
6477
6652
|
{
|
|
6478
6653
|
"description": "The horizontal padding of the cells in the medium Calendar.\n",
|
|
6479
6654
|
"commentRange": {
|
|
6480
|
-
"start":
|
|
6481
|
-
"end":
|
|
6655
|
+
"start": 296,
|
|
6656
|
+
"end": 297
|
|
6482
6657
|
},
|
|
6483
6658
|
"context": {
|
|
6484
6659
|
"type": "variable",
|
|
@@ -6486,8 +6661,8 @@
|
|
|
6486
6661
|
"value": "k-spacing(1)",
|
|
6487
6662
|
"scope": "default",
|
|
6488
6663
|
"line": {
|
|
6489
|
-
"start":
|
|
6490
|
-
"end":
|
|
6664
|
+
"start": 298,
|
|
6665
|
+
"end": 298
|
|
6491
6666
|
}
|
|
6492
6667
|
},
|
|
6493
6668
|
"group": [
|
|
@@ -6502,8 +6677,8 @@
|
|
|
6502
6677
|
{
|
|
6503
6678
|
"description": "The vertical padding of the cells in the medium Calendar.\n",
|
|
6504
6679
|
"commentRange": {
|
|
6505
|
-
"start":
|
|
6506
|
-
"end":
|
|
6680
|
+
"start": 299,
|
|
6681
|
+
"end": 300
|
|
6507
6682
|
},
|
|
6508
6683
|
"context": {
|
|
6509
6684
|
"type": "variable",
|
|
@@ -6511,8 +6686,83 @@
|
|
|
6511
6686
|
"value": "k-spacing(1)",
|
|
6512
6687
|
"scope": "default",
|
|
6513
6688
|
"line": {
|
|
6514
|
-
"start":
|
|
6515
|
-
"end":
|
|
6689
|
+
"start": 301,
|
|
6690
|
+
"end": 301
|
|
6691
|
+
}
|
|
6692
|
+
},
|
|
6693
|
+
"group": [
|
|
6694
|
+
"calendar"
|
|
6695
|
+
],
|
|
6696
|
+
"access": "public",
|
|
6697
|
+
"file": {
|
|
6698
|
+
"path": "calendar/_variables.scss",
|
|
6699
|
+
"name": "_variables.scss"
|
|
6700
|
+
}
|
|
6701
|
+
},
|
|
6702
|
+
{
|
|
6703
|
+
"description": "The font size of the large Calendar.\n",
|
|
6704
|
+
"commentRange": {
|
|
6705
|
+
"start": 303,
|
|
6706
|
+
"end": 304
|
|
6707
|
+
},
|
|
6708
|
+
"context": {
|
|
6709
|
+
"type": "variable",
|
|
6710
|
+
"name": "kendo-calendar-lg-font-size",
|
|
6711
|
+
"value": "var( --kendo-font-size-lg, inherit )",
|
|
6712
|
+
"scope": "default",
|
|
6713
|
+
"line": {
|
|
6714
|
+
"start": 305,
|
|
6715
|
+
"end": 305
|
|
6716
|
+
}
|
|
6717
|
+
},
|
|
6718
|
+
"group": [
|
|
6719
|
+
"calendar"
|
|
6720
|
+
],
|
|
6721
|
+
"access": "public",
|
|
6722
|
+
"file": {
|
|
6723
|
+
"path": "calendar/_variables.scss",
|
|
6724
|
+
"name": "_variables.scss"
|
|
6725
|
+
}
|
|
6726
|
+
},
|
|
6727
|
+
{
|
|
6728
|
+
"description": "The line height of the large Calendar.\n",
|
|
6729
|
+
"commentRange": {
|
|
6730
|
+
"start": 306,
|
|
6731
|
+
"end": 307
|
|
6732
|
+
},
|
|
6733
|
+
"context": {
|
|
6734
|
+
"type": "variable",
|
|
6735
|
+
"name": "kendo-calendar-lg-line-height",
|
|
6736
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
6737
|
+
"scope": "default",
|
|
6738
|
+
"line": {
|
|
6739
|
+
"start": 308,
|
|
6740
|
+
"end": 308
|
|
6741
|
+
}
|
|
6742
|
+
},
|
|
6743
|
+
"group": [
|
|
6744
|
+
"calendar"
|
|
6745
|
+
],
|
|
6746
|
+
"access": "public",
|
|
6747
|
+
"file": {
|
|
6748
|
+
"path": "calendar/_variables.scss",
|
|
6749
|
+
"name": "_variables.scss"
|
|
6750
|
+
}
|
|
6751
|
+
},
|
|
6752
|
+
{
|
|
6753
|
+
"description": "The size of the cells in the large Calendar.\n",
|
|
6754
|
+
"commentRange": {
|
|
6755
|
+
"start": 309,
|
|
6756
|
+
"end": 310
|
|
6757
|
+
},
|
|
6758
|
+
"context": {
|
|
6759
|
+
"type": "variable",
|
|
6760
|
+
"name": "kendo-calendar-lg-cell-size",
|
|
6761
|
+
"value": "40px",
|
|
6762
|
+
"scope": "default",
|
|
6763
|
+
"line": {
|
|
6764
|
+
"start": 311,
|
|
6765
|
+
"end": 311
|
|
6516
6766
|
}
|
|
6517
6767
|
},
|
|
6518
6768
|
"group": [
|
|
@@ -6527,8 +6777,8 @@
|
|
|
6527
6777
|
{
|
|
6528
6778
|
"description": "The horizontal padding of the cells in the large Calendar.\n",
|
|
6529
6779
|
"commentRange": {
|
|
6530
|
-
"start":
|
|
6531
|
-
"end":
|
|
6780
|
+
"start": 312,
|
|
6781
|
+
"end": 313
|
|
6532
6782
|
},
|
|
6533
6783
|
"context": {
|
|
6534
6784
|
"type": "variable",
|
|
@@ -6536,8 +6786,8 @@
|
|
|
6536
6786
|
"value": "k-spacing(2)",
|
|
6537
6787
|
"scope": "default",
|
|
6538
6788
|
"line": {
|
|
6539
|
-
"start":
|
|
6540
|
-
"end":
|
|
6789
|
+
"start": 314,
|
|
6790
|
+
"end": 314
|
|
6541
6791
|
}
|
|
6542
6792
|
},
|
|
6543
6793
|
"group": [
|
|
@@ -6552,8 +6802,8 @@
|
|
|
6552
6802
|
{
|
|
6553
6803
|
"description": "The vertical padding of the cells in the large Calendar.\n",
|
|
6554
6804
|
"commentRange": {
|
|
6555
|
-
"start":
|
|
6556
|
-
"end":
|
|
6805
|
+
"start": 315,
|
|
6806
|
+
"end": 316
|
|
6557
6807
|
},
|
|
6558
6808
|
"context": {
|
|
6559
6809
|
"type": "variable",
|
|
@@ -6561,8 +6811,8 @@
|
|
|
6561
6811
|
"value": "k-spacing(2)",
|
|
6562
6812
|
"scope": "default",
|
|
6563
6813
|
"line": {
|
|
6564
|
-
"start":
|
|
6565
|
-
"end":
|
|
6814
|
+
"start": 317,
|
|
6815
|
+
"end": 317
|
|
6566
6816
|
}
|
|
6567
6817
|
},
|
|
6568
6818
|
"group": [
|
|
@@ -6577,8 +6827,8 @@
|
|
|
6577
6827
|
{
|
|
6578
6828
|
"description": "The sizes Map of the Calendar.\n",
|
|
6579
6829
|
"commentRange": {
|
|
6580
|
-
"start":
|
|
6581
|
-
"end":
|
|
6830
|
+
"start": 319,
|
|
6831
|
+
"end": 320
|
|
6582
6832
|
},
|
|
6583
6833
|
"context": {
|
|
6584
6834
|
"type": "variable",
|
|
@@ -6586,8 +6836,8 @@
|
|
|
6586
6836
|
"value": "(\n sm: (\n font-size: $kendo-calendar-sm-font-size,\n line-height: $kendo-calendar-sm-line-height,\n cell-size: $kendo-calendar-sm-cell-size,\n cell-padding-x: $kendo-calendar-sm-cell-padding-y,\n cell-padding-y: $kendo-calendar-sm-cell-padding-x\n ),\n md: (\n font-size: $kendo-calendar-md-font-size,\n line-height: $kendo-calendar-md-line-height,\n cell-size: $kendo-calendar-md-cell-size,\n cell-padding-x: $kendo-calendar-md-cell-padding-y,\n cell-padding-y: $kendo-calendar-md-cell-padding-x\n ),\n lg: (\n font-size: $kendo-calendar-lg-font-size,\n line-height: $kendo-calendar-lg-line-height,\n cell-size: $kendo-calendar-lg-cell-size,\n cell-padding-x: $kendo-calendar-lg-cell-padding-y,\n cell-padding-y: $kendo-calendar-lg-cell-padding-x\n )\n)",
|
|
6587
6837
|
"scope": "default",
|
|
6588
6838
|
"line": {
|
|
6589
|
-
"start":
|
|
6590
|
-
"end":
|
|
6839
|
+
"start": 321,
|
|
6840
|
+
"end": 343
|
|
6591
6841
|
}
|
|
6592
6842
|
},
|
|
6593
6843
|
"group": [
|
package/dist/meta/variables.json
CHANGED
|
@@ -5147,6 +5147,10 @@
|
|
|
5147
5147
|
"type": "Number",
|
|
5148
5148
|
"value": "288px"
|
|
5149
5149
|
},
|
|
5150
|
+
"kendo-calendar-range-cell-border-radius": {
|
|
5151
|
+
"type": "String",
|
|
5152
|
+
"value": "var(--kendo-border-radius-lg, 0.375rem)"
|
|
5153
|
+
},
|
|
5150
5154
|
"kendo-calendar-sm-font-size": {
|
|
5151
5155
|
"type": "String",
|
|
5152
5156
|
"value": "var(--kendo-font-size, inherit)"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "8.0.0-dev.
|
|
4
|
+
"version": "8.0.0-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-svg-icons": "2.3.0",
|
|
55
|
-
"@progress/kendo-theme-core": "8.0.0-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "8.0.0-dev.
|
|
55
|
+
"@progress/kendo-theme-core": "8.0.0-dev.4",
|
|
56
|
+
"@progress/kendo-theme-utils": "8.0.0-dev.4"
|
|
57
57
|
},
|
|
58
58
|
"directories": {
|
|
59
59
|
"doc": "docs",
|
|
60
60
|
"lib": "lib"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "efc246f83ca5457624d8655ebd77a552030a0989"
|
|
63
63
|
}
|
|
@@ -469,15 +469,15 @@
|
|
|
469
469
|
}
|
|
470
470
|
}
|
|
471
471
|
|
|
472
|
-
.k-range-start
|
|
472
|
+
.k-range-start .k-calendar-cell-inner,
|
|
473
|
+
.k-range-start .k-link {
|
|
473
474
|
border-color: inherit;
|
|
474
|
-
border-
|
|
475
|
-
border-bottom-right-radius: 0;
|
|
475
|
+
border-radius: $kendo-calendar-range-cell-border-radius 0 0 $kendo-calendar-range-cell-border-radius;
|
|
476
476
|
}
|
|
477
|
-
.k-range-end
|
|
477
|
+
.k-range-end .k-calendar-cell-inner,
|
|
478
|
+
.k-range-end .k-link {
|
|
478
479
|
border-color: inherit;
|
|
479
|
-
border-
|
|
480
|
-
border-bottom-left-radius: 0;
|
|
480
|
+
border-radius: 0 $kendo-calendar-range-cell-border-radius $kendo-calendar-range-cell-border-radius 0;
|
|
481
481
|
}
|
|
482
482
|
.k-range-mid {
|
|
483
483
|
border-color: inherit;
|
|
@@ -501,6 +501,21 @@
|
|
|
501
501
|
|
|
502
502
|
}
|
|
503
503
|
|
|
504
|
+
.k-rtl .k-calendar-range,
|
|
505
|
+
[dir="rtl"] .k-calendar-range,
|
|
506
|
+
.k-calendar-range.k-rtl,
|
|
507
|
+
.k-calendar-range[dir="rtl"] {
|
|
508
|
+
|
|
509
|
+
.k-range-start .k-calendar-cell-inner,
|
|
510
|
+
.k-range-start .k-link {
|
|
511
|
+
border-radius: 0 $kendo-calendar-range-cell-border-radius $kendo-calendar-range-cell-border-radius 0;
|
|
512
|
+
}
|
|
513
|
+
.k-range-end .k-calendar-cell-inner,
|
|
514
|
+
.k-range-end .k-link {
|
|
515
|
+
border-radius: $kendo-calendar-range-cell-border-radius 0 0 $kendo-calendar-range-cell-border-radius;
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
|
|
504
519
|
}
|
|
505
520
|
|
|
506
521
|
|
|
@@ -262,12 +262,21 @@ $kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default
|
|
|
262
262
|
|
|
263
263
|
// Multiview calendar
|
|
264
264
|
|
|
265
|
+
/// The border radius of the range cells in the Multiview Calendar.
|
|
266
|
+
/// @group calendar
|
|
267
|
+
$kendo-calendar-range-cell-border-radius: k-border-radius(lg) !default;
|
|
265
268
|
|
|
266
269
|
// Calendar sizes
|
|
270
|
+
|
|
271
|
+
/// The font size of the small Calendar.
|
|
272
|
+
/// @group calendar
|
|
267
273
|
$kendo-calendar-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
274
|
+
/// The line height of the small Calendar.
|
|
275
|
+
/// @group calendar
|
|
268
276
|
$kendo-calendar-sm-line-height: var( --kendo-line-height, normal ) !default;
|
|
277
|
+
/// The size of the cells in the small Calendar.
|
|
278
|
+
/// @group calendar
|
|
269
279
|
$kendo-calendar-sm-cell-size: 28px !default;
|
|
270
|
-
|
|
271
280
|
/// The horizontal padding of the cells in the small Calendar.
|
|
272
281
|
/// @group calendar
|
|
273
282
|
$kendo-calendar-sm-cell-padding-x: k-spacing(0.5) !default;
|
|
@@ -275,10 +284,15 @@ $kendo-calendar-sm-cell-padding-x: k-spacing(0.5) !default;
|
|
|
275
284
|
/// @group calendar
|
|
276
285
|
$kendo-calendar-sm-cell-padding-y: k-spacing(0.5) !default;
|
|
277
286
|
|
|
287
|
+
/// The font size of the medium Calendar.
|
|
288
|
+
/// @group calendar
|
|
278
289
|
$kendo-calendar-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
290
|
+
/// The line height of the medium Calendar.
|
|
291
|
+
/// @group calendar
|
|
279
292
|
$kendo-calendar-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
293
|
+
/// The size of the cells in the medium Calendar.
|
|
294
|
+
/// @group calendar
|
|
280
295
|
$kendo-calendar-md-cell-size: 32px !default;
|
|
281
|
-
|
|
282
296
|
/// The horizontal padding of the cells in the medium Calendar.
|
|
283
297
|
/// @group calendar
|
|
284
298
|
$kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
|
|
@@ -286,10 +300,15 @@ $kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
|
|
|
286
300
|
/// @group calendar
|
|
287
301
|
$kendo-calendar-md-cell-padding-y: k-spacing(1) !default;
|
|
288
302
|
|
|
303
|
+
/// The font size of the large Calendar.
|
|
304
|
+
/// @group calendar
|
|
289
305
|
$kendo-calendar-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
306
|
+
/// The line height of the large Calendar.
|
|
307
|
+
/// @group calendar
|
|
290
308
|
$kendo-calendar-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
309
|
+
/// The size of the cells in the large Calendar.
|
|
310
|
+
/// @group calendar
|
|
291
311
|
$kendo-calendar-lg-cell-size: 40px !default;
|
|
292
|
-
|
|
293
312
|
/// The horizontal padding of the cells in the large Calendar.
|
|
294
313
|
/// @group calendar
|
|
295
314
|
$kendo-calendar-lg-cell-padding-x: k-spacing(2) !default;
|