@progress/kendo-theme-bootstrap 13.2.0-dev.0 → 13.2.0-dev.1
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 +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +456 -348
- package/dist/meta/sassdoc-raw-data.json +220 -170
- package/dist/meta/variables.json +12 -4
- 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 +4 -4
- package/scss/grid/_theme.scss +1 -0
- package/scss/grid/_variables.scss +11 -3
|
@@ -37422,7 +37422,7 @@
|
|
|
37422
37422
|
"context": {
|
|
37423
37423
|
"type": "variable",
|
|
37424
37424
|
"name": "kendo-grid-sticky-container-shadow",
|
|
37425
|
-
"value": "
|
|
37425
|
+
"value": "0 2px 4px 0 rgba(0, 0, 0, 0.08)",
|
|
37426
37426
|
"scope": "default",
|
|
37427
37427
|
"line": {
|
|
37428
37428
|
"start": 356,
|
|
@@ -37438,20 +37438,70 @@
|
|
|
37438
37438
|
"name": "_variables.scss"
|
|
37439
37439
|
}
|
|
37440
37440
|
},
|
|
37441
|
+
{
|
|
37442
|
+
"description": "The box shadow of the sticky container positioned at the bottom in the Grid.\n",
|
|
37443
|
+
"commentRange": {
|
|
37444
|
+
"start": 357,
|
|
37445
|
+
"end": 358
|
|
37446
|
+
},
|
|
37447
|
+
"context": {
|
|
37448
|
+
"type": "variable",
|
|
37449
|
+
"name": "kendo-grid-sticky-container-bottom-shadow",
|
|
37450
|
+
"value": "0 -2px 4px 0 rgba(0, 0, 0, 0.08)",
|
|
37451
|
+
"scope": "default",
|
|
37452
|
+
"line": {
|
|
37453
|
+
"start": 359,
|
|
37454
|
+
"end": 359
|
|
37455
|
+
}
|
|
37456
|
+
},
|
|
37457
|
+
"group": [
|
|
37458
|
+
"grid"
|
|
37459
|
+
],
|
|
37460
|
+
"access": "public",
|
|
37461
|
+
"file": {
|
|
37462
|
+
"path": "grid/_variables.scss",
|
|
37463
|
+
"name": "_variables.scss"
|
|
37464
|
+
}
|
|
37465
|
+
},
|
|
37441
37466
|
{
|
|
37442
37467
|
"description": "The box shadow of the pinned container in the Grid.\n",
|
|
37443
37468
|
"commentRange": {
|
|
37444
|
-
"start":
|
|
37445
|
-
"end":
|
|
37469
|
+
"start": 361,
|
|
37470
|
+
"end": 362
|
|
37446
37471
|
},
|
|
37447
37472
|
"context": {
|
|
37448
37473
|
"type": "variable",
|
|
37449
37474
|
"name": "kendo-grid-pinned-container-shadow",
|
|
37450
|
-
"value": "
|
|
37475
|
+
"value": "0 4px 8px 0 rgba(0, 0, 0, 0.08)",
|
|
37451
37476
|
"scope": "default",
|
|
37452
37477
|
"line": {
|
|
37453
|
-
"start":
|
|
37454
|
-
"end":
|
|
37478
|
+
"start": 363,
|
|
37479
|
+
"end": 363
|
|
37480
|
+
}
|
|
37481
|
+
},
|
|
37482
|
+
"group": [
|
|
37483
|
+
"grid"
|
|
37484
|
+
],
|
|
37485
|
+
"access": "public",
|
|
37486
|
+
"file": {
|
|
37487
|
+
"path": "grid/_variables.scss",
|
|
37488
|
+
"name": "_variables.scss"
|
|
37489
|
+
}
|
|
37490
|
+
},
|
|
37491
|
+
{
|
|
37492
|
+
"description": "The box shadow of the pinned container positioned at the bottom in the Grid.\n",
|
|
37493
|
+
"commentRange": {
|
|
37494
|
+
"start": 364,
|
|
37495
|
+
"end": 365
|
|
37496
|
+
},
|
|
37497
|
+
"context": {
|
|
37498
|
+
"type": "variable",
|
|
37499
|
+
"name": "kendo-grid-pinned-container-bottom-shadow",
|
|
37500
|
+
"value": "0 -4px 8px 0 rgba(0, 0, 0, 0.08)",
|
|
37501
|
+
"scope": "default",
|
|
37502
|
+
"line": {
|
|
37503
|
+
"start": 366,
|
|
37504
|
+
"end": 366
|
|
37455
37505
|
}
|
|
37456
37506
|
},
|
|
37457
37507
|
"group": [
|
|
@@ -37466,8 +37516,8 @@
|
|
|
37466
37516
|
{
|
|
37467
37517
|
"description": "The width of the Grid column menu.\n",
|
|
37468
37518
|
"commentRange": {
|
|
37469
|
-
"start":
|
|
37470
|
-
"end":
|
|
37519
|
+
"start": 368,
|
|
37520
|
+
"end": 369
|
|
37471
37521
|
},
|
|
37472
37522
|
"context": {
|
|
37473
37523
|
"type": "variable",
|
|
@@ -37475,8 +37525,8 @@
|
|
|
37475
37525
|
"value": "250px",
|
|
37476
37526
|
"scope": "default",
|
|
37477
37527
|
"line": {
|
|
37478
|
-
"start":
|
|
37479
|
-
"end":
|
|
37528
|
+
"start": 370,
|
|
37529
|
+
"end": 370
|
|
37480
37530
|
}
|
|
37481
37531
|
},
|
|
37482
37532
|
"group": [
|
|
@@ -37491,8 +37541,8 @@
|
|
|
37491
37541
|
{
|
|
37492
37542
|
"description": "The maximum width of the Grid column menu.\n",
|
|
37493
37543
|
"commentRange": {
|
|
37494
|
-
"start":
|
|
37495
|
-
"end":
|
|
37544
|
+
"start": 371,
|
|
37545
|
+
"end": 372
|
|
37496
37546
|
},
|
|
37497
37547
|
"context": {
|
|
37498
37548
|
"type": "variable",
|
|
@@ -37500,8 +37550,8 @@
|
|
|
37500
37550
|
"value": "320px",
|
|
37501
37551
|
"scope": "default",
|
|
37502
37552
|
"line": {
|
|
37503
|
-
"start":
|
|
37504
|
-
"end":
|
|
37553
|
+
"start": 373,
|
|
37554
|
+
"end": 373
|
|
37505
37555
|
}
|
|
37506
37556
|
},
|
|
37507
37557
|
"group": [
|
|
@@ -37516,8 +37566,8 @@
|
|
|
37516
37566
|
{
|
|
37517
37567
|
"description": "The horizontal padding of the Grid popup.\n",
|
|
37518
37568
|
"commentRange": {
|
|
37519
|
-
"start":
|
|
37520
|
-
"end":
|
|
37569
|
+
"start": 376,
|
|
37570
|
+
"end": 377
|
|
37521
37571
|
},
|
|
37522
37572
|
"context": {
|
|
37523
37573
|
"type": "variable",
|
|
@@ -37525,8 +37575,8 @@
|
|
|
37525
37575
|
"value": "null",
|
|
37526
37576
|
"scope": "default",
|
|
37527
37577
|
"line": {
|
|
37528
|
-
"start":
|
|
37529
|
-
"end":
|
|
37578
|
+
"start": 378,
|
|
37579
|
+
"end": 378
|
|
37530
37580
|
}
|
|
37531
37581
|
},
|
|
37532
37582
|
"group": [
|
|
@@ -37541,8 +37591,8 @@
|
|
|
37541
37591
|
{
|
|
37542
37592
|
"description": "The vertical padding of the Grid popup.\n",
|
|
37543
37593
|
"commentRange": {
|
|
37544
|
-
"start":
|
|
37545
|
-
"end":
|
|
37594
|
+
"start": 379,
|
|
37595
|
+
"end": 380
|
|
37546
37596
|
},
|
|
37547
37597
|
"context": {
|
|
37548
37598
|
"type": "variable",
|
|
@@ -37550,8 +37600,8 @@
|
|
|
37550
37600
|
"value": "null",
|
|
37551
37601
|
"scope": "default",
|
|
37552
37602
|
"line": {
|
|
37553
|
-
"start":
|
|
37554
|
-
"end":
|
|
37603
|
+
"start": 381,
|
|
37604
|
+
"end": 381
|
|
37555
37605
|
}
|
|
37556
37606
|
},
|
|
37557
37607
|
"group": [
|
|
@@ -37566,8 +37616,8 @@
|
|
|
37566
37616
|
{
|
|
37567
37617
|
"description": "The horizontal padding of the Grid item.\n",
|
|
37568
37618
|
"commentRange": {
|
|
37569
|
-
"start":
|
|
37570
|
-
"end":
|
|
37619
|
+
"start": 383,
|
|
37620
|
+
"end": 384
|
|
37571
37621
|
},
|
|
37572
37622
|
"context": {
|
|
37573
37623
|
"type": "variable",
|
|
@@ -37575,8 +37625,8 @@
|
|
|
37575
37625
|
"value": "$kendo-menu-popup-md-item-padding-x",
|
|
37576
37626
|
"scope": "default",
|
|
37577
37627
|
"line": {
|
|
37578
|
-
"start":
|
|
37579
|
-
"end":
|
|
37628
|
+
"start": 385,
|
|
37629
|
+
"end": 385
|
|
37580
37630
|
}
|
|
37581
37631
|
},
|
|
37582
37632
|
"group": [
|
|
@@ -37591,8 +37641,8 @@
|
|
|
37591
37641
|
{
|
|
37592
37642
|
"description": "The vertical padding of the Grid item.\n",
|
|
37593
37643
|
"commentRange": {
|
|
37594
|
-
"start":
|
|
37595
|
-
"end":
|
|
37644
|
+
"start": 386,
|
|
37645
|
+
"end": 387
|
|
37596
37646
|
},
|
|
37597
37647
|
"context": {
|
|
37598
37648
|
"type": "variable",
|
|
@@ -37600,8 +37650,8 @@
|
|
|
37600
37650
|
"value": "$kendo-menu-popup-md-item-padding-y",
|
|
37601
37651
|
"scope": "default",
|
|
37602
37652
|
"line": {
|
|
37603
|
-
"start":
|
|
37604
|
-
"end":
|
|
37653
|
+
"start": 388,
|
|
37654
|
+
"end": 388
|
|
37605
37655
|
}
|
|
37606
37656
|
},
|
|
37607
37657
|
"group": [
|
|
@@ -37616,8 +37666,8 @@
|
|
|
37616
37666
|
{
|
|
37617
37667
|
"description": "The horizontal padding of the Grid item.\n",
|
|
37618
37668
|
"commentRange": {
|
|
37619
|
-
"start":
|
|
37620
|
-
"end":
|
|
37669
|
+
"start": 390,
|
|
37670
|
+
"end": 391
|
|
37621
37671
|
},
|
|
37622
37672
|
"context": {
|
|
37623
37673
|
"type": "variable",
|
|
@@ -37625,8 +37675,8 @@
|
|
|
37625
37675
|
"value": "$kendo-list-md-item-padding-x",
|
|
37626
37676
|
"scope": "default",
|
|
37627
37677
|
"line": {
|
|
37628
|
-
"start":
|
|
37629
|
-
"end":
|
|
37678
|
+
"start": 392,
|
|
37679
|
+
"end": 392
|
|
37630
37680
|
}
|
|
37631
37681
|
},
|
|
37632
37682
|
"group": [
|
|
@@ -37641,8 +37691,8 @@
|
|
|
37641
37691
|
{
|
|
37642
37692
|
"description": "The vertical padding of the Grid item.\n",
|
|
37643
37693
|
"commentRange": {
|
|
37644
|
-
"start":
|
|
37645
|
-
"end":
|
|
37694
|
+
"start": 393,
|
|
37695
|
+
"end": 394
|
|
37646
37696
|
},
|
|
37647
37697
|
"context": {
|
|
37648
37698
|
"type": "variable",
|
|
@@ -37650,8 +37700,8 @@
|
|
|
37650
37700
|
"value": "$kendo-list-md-item-padding-y",
|
|
37651
37701
|
"scope": "default",
|
|
37652
37702
|
"line": {
|
|
37653
|
-
"start":
|
|
37654
|
-
"end":
|
|
37703
|
+
"start": 395,
|
|
37704
|
+
"end": 395
|
|
37655
37705
|
}
|
|
37656
37706
|
},
|
|
37657
37707
|
"group": [
|
|
@@ -37666,8 +37716,8 @@
|
|
|
37666
37716
|
{
|
|
37667
37717
|
"description": "The horizontal padding of the Grid.\n",
|
|
37668
37718
|
"commentRange": {
|
|
37669
|
-
"start":
|
|
37670
|
-
"end":
|
|
37719
|
+
"start": 397,
|
|
37720
|
+
"end": 398
|
|
37671
37721
|
},
|
|
37672
37722
|
"context": {
|
|
37673
37723
|
"type": "variable",
|
|
@@ -37675,8 +37725,8 @@
|
|
|
37675
37725
|
"value": "k-spacing(0)",
|
|
37676
37726
|
"scope": "default",
|
|
37677
37727
|
"line": {
|
|
37678
|
-
"start":
|
|
37679
|
-
"end":
|
|
37728
|
+
"start": 399,
|
|
37729
|
+
"end": 399
|
|
37680
37730
|
}
|
|
37681
37731
|
},
|
|
37682
37732
|
"group": [
|
|
@@ -37691,8 +37741,8 @@
|
|
|
37691
37741
|
{
|
|
37692
37742
|
"description": "The vertical padding of the Grid.\n",
|
|
37693
37743
|
"commentRange": {
|
|
37694
|
-
"start":
|
|
37695
|
-
"end":
|
|
37744
|
+
"start": 400,
|
|
37745
|
+
"end": 401
|
|
37696
37746
|
},
|
|
37697
37747
|
"context": {
|
|
37698
37748
|
"type": "variable",
|
|
@@ -37700,8 +37750,8 @@
|
|
|
37700
37750
|
"value": "k-spacing(2)",
|
|
37701
37751
|
"scope": "default",
|
|
37702
37752
|
"line": {
|
|
37703
|
-
"start":
|
|
37704
|
-
"end":
|
|
37753
|
+
"start": 402,
|
|
37754
|
+
"end": 402
|
|
37705
37755
|
}
|
|
37706
37756
|
},
|
|
37707
37757
|
"group": [
|
|
@@ -37716,8 +37766,8 @@
|
|
|
37716
37766
|
{
|
|
37717
37767
|
"description": "The horizontal padding of the Grid header.\n",
|
|
37718
37768
|
"commentRange": {
|
|
37719
|
-
"start":
|
|
37720
|
-
"end":
|
|
37769
|
+
"start": 404,
|
|
37770
|
+
"end": 405
|
|
37721
37771
|
},
|
|
37722
37772
|
"context": {
|
|
37723
37773
|
"type": "variable",
|
|
@@ -37725,8 +37775,8 @@
|
|
|
37725
37775
|
"value": "$kendo-menu-popup-md-item-padding-x",
|
|
37726
37776
|
"scope": "default",
|
|
37727
37777
|
"line": {
|
|
37728
|
-
"start":
|
|
37729
|
-
"end":
|
|
37778
|
+
"start": 406,
|
|
37779
|
+
"end": 406
|
|
37730
37780
|
}
|
|
37731
37781
|
},
|
|
37732
37782
|
"group": [
|
|
@@ -37741,8 +37791,8 @@
|
|
|
37741
37791
|
{
|
|
37742
37792
|
"description": "The vertical padding of the Grid header.\n",
|
|
37743
37793
|
"commentRange": {
|
|
37744
|
-
"start":
|
|
37745
|
-
"end":
|
|
37794
|
+
"start": 407,
|
|
37795
|
+
"end": 408
|
|
37746
37796
|
},
|
|
37747
37797
|
"context": {
|
|
37748
37798
|
"type": "variable",
|
|
@@ -37750,8 +37800,8 @@
|
|
|
37750
37800
|
"value": "$kendo-menu-popup-md-item-padding-y",
|
|
37751
37801
|
"scope": "default",
|
|
37752
37802
|
"line": {
|
|
37753
|
-
"start":
|
|
37754
|
-
"end":
|
|
37803
|
+
"start": 409,
|
|
37804
|
+
"end": 409
|
|
37755
37805
|
}
|
|
37756
37806
|
},
|
|
37757
37807
|
"group": [
|
|
@@ -37766,8 +37816,8 @@
|
|
|
37766
37816
|
{
|
|
37767
37817
|
"description": "The font size of the Grid header.\n",
|
|
37768
37818
|
"commentRange": {
|
|
37769
|
-
"start":
|
|
37770
|
-
"end":
|
|
37819
|
+
"start": 411,
|
|
37820
|
+
"end": 412
|
|
37771
37821
|
},
|
|
37772
37822
|
"context": {
|
|
37773
37823
|
"type": "variable",
|
|
@@ -37775,8 +37825,8 @@
|
|
|
37775
37825
|
"value": "var(--kendo-font-size-sm)",
|
|
37776
37826
|
"scope": "default",
|
|
37777
37827
|
"line": {
|
|
37778
|
-
"start":
|
|
37779
|
-
"end":
|
|
37828
|
+
"start": 413,
|
|
37829
|
+
"end": 413
|
|
37780
37830
|
}
|
|
37781
37831
|
},
|
|
37782
37832
|
"group": [
|
|
@@ -37791,8 +37841,8 @@
|
|
|
37791
37841
|
{
|
|
37792
37842
|
"description": "The height of the Grid header.\n",
|
|
37793
37843
|
"commentRange": {
|
|
37794
|
-
"start":
|
|
37795
|
-
"end":
|
|
37844
|
+
"start": 414,
|
|
37845
|
+
"end": 415
|
|
37796
37846
|
},
|
|
37797
37847
|
"context": {
|
|
37798
37848
|
"type": "variable",
|
|
@@ -37800,8 +37850,8 @@
|
|
|
37800
37850
|
"value": "var(--kendo-line-height)",
|
|
37801
37851
|
"scope": "default",
|
|
37802
37852
|
"line": {
|
|
37803
|
-
"start":
|
|
37804
|
-
"end":
|
|
37853
|
+
"start": 416,
|
|
37854
|
+
"end": 416
|
|
37805
37855
|
}
|
|
37806
37856
|
},
|
|
37807
37857
|
"group": [
|
|
@@ -37816,8 +37866,8 @@
|
|
|
37816
37866
|
{
|
|
37817
37867
|
"description": "The text color of the Grid header.\n",
|
|
37818
37868
|
"commentRange": {
|
|
37819
|
-
"start":
|
|
37820
|
-
"end":
|
|
37869
|
+
"start": 417,
|
|
37870
|
+
"end": 418
|
|
37821
37871
|
},
|
|
37822
37872
|
"context": {
|
|
37823
37873
|
"type": "variable",
|
|
@@ -37825,8 +37875,8 @@
|
|
|
37825
37875
|
"value": "uppercase",
|
|
37826
37876
|
"scope": "default",
|
|
37827
37877
|
"line": {
|
|
37828
|
-
"start":
|
|
37829
|
-
"end":
|
|
37878
|
+
"start": 419,
|
|
37879
|
+
"end": 419
|
|
37830
37880
|
}
|
|
37831
37881
|
},
|
|
37832
37882
|
"group": [
|
|
@@ -37841,8 +37891,8 @@
|
|
|
37841
37891
|
{
|
|
37842
37892
|
"description": "The width of the Grid header.\n",
|
|
37843
37893
|
"commentRange": {
|
|
37844
|
-
"start":
|
|
37845
|
-
"end":
|
|
37894
|
+
"start": 420,
|
|
37895
|
+
"end": 421
|
|
37846
37896
|
},
|
|
37847
37897
|
"context": {
|
|
37848
37898
|
"type": "variable",
|
|
@@ -37850,8 +37900,8 @@
|
|
|
37850
37900
|
"value": "1px",
|
|
37851
37901
|
"scope": "default",
|
|
37852
37902
|
"line": {
|
|
37853
|
-
"start":
|
|
37854
|
-
"end":
|
|
37903
|
+
"start": 422,
|
|
37904
|
+
"end": 422
|
|
37855
37905
|
}
|
|
37856
37906
|
},
|
|
37857
37907
|
"group": [
|
|
@@ -37866,8 +37916,8 @@
|
|
|
37866
37916
|
{
|
|
37867
37917
|
"description": "The background color of the Grid header.\n",
|
|
37868
37918
|
"commentRange": {
|
|
37869
|
-
"start":
|
|
37870
|
-
"end":
|
|
37919
|
+
"start": 424,
|
|
37920
|
+
"end": 425
|
|
37871
37921
|
},
|
|
37872
37922
|
"context": {
|
|
37873
37923
|
"type": "variable",
|
|
@@ -37875,8 +37925,8 @@
|
|
|
37875
37925
|
"value": "null",
|
|
37876
37926
|
"scope": "default",
|
|
37877
37927
|
"line": {
|
|
37878
|
-
"start":
|
|
37879
|
-
"end":
|
|
37928
|
+
"start": 426,
|
|
37929
|
+
"end": 426
|
|
37880
37930
|
}
|
|
37881
37931
|
},
|
|
37882
37932
|
"group": [
|
|
@@ -37891,8 +37941,8 @@
|
|
|
37891
37941
|
{
|
|
37892
37942
|
"description": "The text color of the Grid header.\n",
|
|
37893
37943
|
"commentRange": {
|
|
37894
|
-
"start":
|
|
37895
|
-
"end":
|
|
37944
|
+
"start": 427,
|
|
37945
|
+
"end": 428
|
|
37896
37946
|
},
|
|
37897
37947
|
"context": {
|
|
37898
37948
|
"type": "variable",
|
|
@@ -37900,8 +37950,8 @@
|
|
|
37900
37950
|
"value": "$kendo-popup-text",
|
|
37901
37951
|
"scope": "default",
|
|
37902
37952
|
"line": {
|
|
37903
|
-
"start":
|
|
37904
|
-
"end":
|
|
37953
|
+
"start": 429,
|
|
37954
|
+
"end": 429
|
|
37905
37955
|
}
|
|
37906
37956
|
},
|
|
37907
37957
|
"group": [
|
|
@@ -37916,8 +37966,8 @@
|
|
|
37916
37966
|
{
|
|
37917
37967
|
"description": "The border color of the Grid header.\n",
|
|
37918
37968
|
"commentRange": {
|
|
37919
|
-
"start":
|
|
37920
|
-
"end":
|
|
37969
|
+
"start": 430,
|
|
37970
|
+
"end": 431
|
|
37921
37971
|
},
|
|
37922
37972
|
"context": {
|
|
37923
37973
|
"type": "variable",
|
|
@@ -37925,8 +37975,8 @@
|
|
|
37925
37975
|
"value": "$kendo-popup-border",
|
|
37926
37976
|
"scope": "default",
|
|
37927
37977
|
"line": {
|
|
37928
|
-
"start":
|
|
37929
|
-
"end":
|
|
37978
|
+
"start": 432,
|
|
37979
|
+
"end": 432
|
|
37930
37980
|
}
|
|
37931
37981
|
},
|
|
37932
37982
|
"group": [
|
|
@@ -37941,8 +37991,8 @@
|
|
|
37941
37991
|
{
|
|
37942
37992
|
"description": "The horizontal padding of the Grid content.\n",
|
|
37943
37993
|
"commentRange": {
|
|
37944
|
-
"start":
|
|
37945
|
-
"end":
|
|
37994
|
+
"start": 434,
|
|
37995
|
+
"end": 435
|
|
37946
37996
|
},
|
|
37947
37997
|
"context": {
|
|
37948
37998
|
"type": "variable",
|
|
@@ -37950,8 +38000,8 @@
|
|
|
37950
38000
|
"value": "k-spacing(0)",
|
|
37951
38001
|
"scope": "default",
|
|
37952
38002
|
"line": {
|
|
37953
|
-
"start":
|
|
37954
|
-
"end":
|
|
38003
|
+
"start": 436,
|
|
38004
|
+
"end": 436
|
|
37955
38005
|
}
|
|
37956
38006
|
},
|
|
37957
38007
|
"group": [
|
|
@@ -37966,8 +38016,8 @@
|
|
|
37966
38016
|
{
|
|
37967
38017
|
"description": "The vertical padding of the Grid content.\n",
|
|
37968
38018
|
"commentRange": {
|
|
37969
|
-
"start":
|
|
37970
|
-
"end":
|
|
38019
|
+
"start": 437,
|
|
38020
|
+
"end": 438
|
|
37971
38021
|
},
|
|
37972
38022
|
"context": {
|
|
37973
38023
|
"type": "variable",
|
|
@@ -37975,8 +38025,8 @@
|
|
|
37975
38025
|
"value": "k-spacing(2)",
|
|
37976
38026
|
"scope": "default",
|
|
37977
38027
|
"line": {
|
|
37978
|
-
"start":
|
|
37979
|
-
"end":
|
|
38028
|
+
"start": 439,
|
|
38029
|
+
"end": 439
|
|
37980
38030
|
}
|
|
37981
38031
|
},
|
|
37982
38032
|
"group": [
|
|
@@ -37991,8 +38041,8 @@
|
|
|
37991
38041
|
{
|
|
37992
38042
|
"description": "The background color of the Grid.\n",
|
|
37993
38043
|
"commentRange": {
|
|
37994
|
-
"start":
|
|
37995
|
-
"end":
|
|
38044
|
+
"start": 441,
|
|
38045
|
+
"end": 442
|
|
37996
38046
|
},
|
|
37997
38047
|
"context": {
|
|
37998
38048
|
"type": "variable",
|
|
@@ -38000,8 +38050,8 @@
|
|
|
38000
38050
|
"value": "k-color(surface)",
|
|
38001
38051
|
"scope": "default",
|
|
38002
38052
|
"line": {
|
|
38003
|
-
"start":
|
|
38004
|
-
"end":
|
|
38053
|
+
"start": 443,
|
|
38054
|
+
"end": 443
|
|
38005
38055
|
}
|
|
38006
38056
|
},
|
|
38007
38057
|
"group": [
|
|
@@ -38016,8 +38066,8 @@
|
|
|
38016
38066
|
{
|
|
38017
38067
|
"description": "The width of the Grid cell.\n",
|
|
38018
38068
|
"commentRange": {
|
|
38019
|
-
"start":
|
|
38020
|
-
"end":
|
|
38069
|
+
"start": 445,
|
|
38070
|
+
"end": 446
|
|
38021
38071
|
},
|
|
38022
38072
|
"context": {
|
|
38023
38073
|
"type": "variable",
|
|
@@ -38025,8 +38075,8 @@
|
|
|
38025
38075
|
"value": "($kendo-icon-size * 3)",
|
|
38026
38076
|
"scope": "default",
|
|
38027
38077
|
"line": {
|
|
38028
|
-
"start":
|
|
38029
|
-
"end":
|
|
38078
|
+
"start": 447,
|
|
38079
|
+
"end": 447
|
|
38030
38080
|
}
|
|
38031
38081
|
},
|
|
38032
38082
|
"group": [
|
|
@@ -38041,8 +38091,8 @@
|
|
|
38041
38091
|
{
|
|
38042
38092
|
"description": "The width of the Grid.\n",
|
|
38043
38093
|
"commentRange": {
|
|
38044
|
-
"start":
|
|
38045
|
-
"end":
|
|
38094
|
+
"start": 449,
|
|
38095
|
+
"end": 450
|
|
38046
38096
|
},
|
|
38047
38097
|
"context": {
|
|
38048
38098
|
"type": "variable",
|
|
@@ -38050,8 +38100,8 @@
|
|
|
38050
38100
|
"value": "($kendo-icon-size * 2)",
|
|
38051
38101
|
"scope": "default",
|
|
38052
38102
|
"line": {
|
|
38053
|
-
"start":
|
|
38054
|
-
"end":
|
|
38103
|
+
"start": 451,
|
|
38104
|
+
"end": 451
|
|
38055
38105
|
}
|
|
38056
38106
|
},
|
|
38057
38107
|
"group": [
|
|
@@ -38066,8 +38116,8 @@
|
|
|
38066
38116
|
{
|
|
38067
38117
|
"description": "The grouping border top of the Grid row.\n",
|
|
38068
38118
|
"commentRange": {
|
|
38069
|
-
"start":
|
|
38070
|
-
"end":
|
|
38119
|
+
"start": 453,
|
|
38120
|
+
"end": 454
|
|
38071
38121
|
},
|
|
38072
38122
|
"context": {
|
|
38073
38123
|
"type": "variable",
|
|
@@ -38075,8 +38125,8 @@
|
|
|
38075
38125
|
"value": "1px",
|
|
38076
38126
|
"scope": "default",
|
|
38077
38127
|
"line": {
|
|
38078
|
-
"start":
|
|
38079
|
-
"end":
|
|
38128
|
+
"start": 455,
|
|
38129
|
+
"end": 455
|
|
38080
38130
|
}
|
|
38081
38131
|
},
|
|
38082
38132
|
"group": [
|
|
@@ -38091,8 +38141,8 @@
|
|
|
38091
38141
|
{
|
|
38092
38142
|
"description": "The vertical border of the Grid footer.\n",
|
|
38093
38143
|
"commentRange": {
|
|
38094
|
-
"start":
|
|
38095
|
-
"end":
|
|
38144
|
+
"start": 456,
|
|
38145
|
+
"end": 457
|
|
38096
38146
|
},
|
|
38097
38147
|
"context": {
|
|
38098
38148
|
"type": "variable",
|
|
@@ -38100,8 +38150,8 @@
|
|
|
38100
38150
|
"value": "1px",
|
|
38101
38151
|
"scope": "default",
|
|
38102
38152
|
"line": {
|
|
38103
|
-
"start":
|
|
38104
|
-
"end":
|
|
38153
|
+
"start": 458,
|
|
38154
|
+
"end": 458
|
|
38105
38155
|
}
|
|
38106
38156
|
},
|
|
38107
38157
|
"group": [
|
|
@@ -38116,8 +38166,8 @@
|
|
|
38116
38166
|
{
|
|
38117
38167
|
"description": "The background color of the Grid row resize indicator.\n",
|
|
38118
38168
|
"commentRange": {
|
|
38119
|
-
"start":
|
|
38120
|
-
"end":
|
|
38169
|
+
"start": 460,
|
|
38170
|
+
"end": 461
|
|
38121
38171
|
},
|
|
38122
38172
|
"context": {
|
|
38123
38173
|
"type": "variable",
|
|
@@ -38125,8 +38175,8 @@
|
|
|
38125
38175
|
"value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
|
|
38126
38176
|
"scope": "default",
|
|
38127
38177
|
"line": {
|
|
38128
|
-
"start":
|
|
38129
|
-
"end":
|
|
38178
|
+
"start": 462,
|
|
38179
|
+
"end": 462
|
|
38130
38180
|
}
|
|
38131
38181
|
},
|
|
38132
38182
|
"group": [
|
|
@@ -38141,8 +38191,8 @@
|
|
|
38141
38191
|
{
|
|
38142
38192
|
"description": "The background color of the active Grid row resize indicator.\n",
|
|
38143
38193
|
"commentRange": {
|
|
38144
|
-
"start":
|
|
38145
|
-
"end":
|
|
38194
|
+
"start": 463,
|
|
38195
|
+
"end": 464
|
|
38146
38196
|
},
|
|
38147
38197
|
"context": {
|
|
38148
38198
|
"type": "variable",
|
|
@@ -38150,8 +38200,8 @@
|
|
|
38150
38200
|
"value": "k-color(primary)",
|
|
38151
38201
|
"scope": "default",
|
|
38152
38202
|
"line": {
|
|
38153
|
-
"start":
|
|
38154
|
-
"end":
|
|
38203
|
+
"start": 465,
|
|
38204
|
+
"end": 465
|
|
38155
38205
|
}
|
|
38156
38206
|
},
|
|
38157
38207
|
"group": [
|
|
@@ -38166,8 +38216,8 @@
|
|
|
38166
38216
|
{
|
|
38167
38217
|
"description": "The height of the Grid row resize indicator.\n",
|
|
38168
38218
|
"commentRange": {
|
|
38169
|
-
"start":
|
|
38170
|
-
"end":
|
|
38219
|
+
"start": 466,
|
|
38220
|
+
"end": 467
|
|
38171
38221
|
},
|
|
38172
38222
|
"context": {
|
|
38173
38223
|
"type": "variable",
|
|
@@ -38175,8 +38225,8 @@
|
|
|
38175
38225
|
"value": "k-spacing(0.5)",
|
|
38176
38226
|
"scope": "default",
|
|
38177
38227
|
"line": {
|
|
38178
|
-
"start":
|
|
38179
|
-
"end":
|
|
38228
|
+
"start": 468,
|
|
38229
|
+
"end": 468
|
|
38180
38230
|
}
|
|
38181
38231
|
},
|
|
38182
38232
|
"group": [
|
|
@@ -38191,8 +38241,8 @@
|
|
|
38191
38241
|
{
|
|
38192
38242
|
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
38193
38243
|
"commentRange": {
|
|
38194
|
-
"start":
|
|
38195
|
-
"end":
|
|
38244
|
+
"start": 471,
|
|
38245
|
+
"end": 472
|
|
38196
38246
|
},
|
|
38197
38247
|
"context": {
|
|
38198
38248
|
"type": "variable",
|
|
@@ -38200,8 +38250,8 @@
|
|
|
38200
38250
|
"value": "k-spacing(2)",
|
|
38201
38251
|
"scope": "default",
|
|
38202
38252
|
"line": {
|
|
38203
|
-
"start":
|
|
38204
|
-
"end":
|
|
38253
|
+
"start": 473,
|
|
38254
|
+
"end": 473
|
|
38205
38255
|
}
|
|
38206
38256
|
},
|
|
38207
38257
|
"group": [
|
|
@@ -38216,8 +38266,8 @@
|
|
|
38216
38266
|
{
|
|
38217
38267
|
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
38218
38268
|
"commentRange": {
|
|
38219
|
-
"start":
|
|
38220
|
-
"end":
|
|
38269
|
+
"start": 474,
|
|
38270
|
+
"end": 475
|
|
38221
38271
|
},
|
|
38222
38272
|
"context": {
|
|
38223
38273
|
"type": "variable",
|
|
@@ -38225,8 +38275,8 @@
|
|
|
38225
38275
|
"value": "k-spacing(1.5)",
|
|
38226
38276
|
"scope": "default",
|
|
38227
38277
|
"line": {
|
|
38228
|
-
"start":
|
|
38229
|
-
"end":
|
|
38278
|
+
"start": 476,
|
|
38279
|
+
"end": 476
|
|
38230
38280
|
}
|
|
38231
38281
|
},
|
|
38232
38282
|
"group": [
|
|
@@ -38241,8 +38291,8 @@
|
|
|
38241
38291
|
{
|
|
38242
38292
|
"description": "The column gap of the Grid stack layout.\n",
|
|
38243
38293
|
"commentRange": {
|
|
38244
|
-
"start":
|
|
38245
|
-
"end":
|
|
38294
|
+
"start": 478,
|
|
38295
|
+
"end": 479
|
|
38246
38296
|
},
|
|
38247
38297
|
"context": {
|
|
38248
38298
|
"type": "variable",
|
|
@@ -38250,8 +38300,8 @@
|
|
|
38250
38300
|
"value": "k-spacing(1)",
|
|
38251
38301
|
"scope": "default",
|
|
38252
38302
|
"line": {
|
|
38253
|
-
"start":
|
|
38254
|
-
"end":
|
|
38303
|
+
"start": 480,
|
|
38304
|
+
"end": 480
|
|
38255
38305
|
}
|
|
38256
38306
|
},
|
|
38257
38307
|
"group": [
|
|
@@ -38266,8 +38316,8 @@
|
|
|
38266
38316
|
{
|
|
38267
38317
|
"description": "The column gap of the editable Grid stack layout.\n",
|
|
38268
38318
|
"commentRange": {
|
|
38269
|
-
"start":
|
|
38270
|
-
"end":
|
|
38319
|
+
"start": 481,
|
|
38320
|
+
"end": 482
|
|
38271
38321
|
},
|
|
38272
38322
|
"context": {
|
|
38273
38323
|
"type": "variable",
|
|
@@ -38275,8 +38325,8 @@
|
|
|
38275
38325
|
"value": "k-spacing(2)",
|
|
38276
38326
|
"scope": "default",
|
|
38277
38327
|
"line": {
|
|
38278
|
-
"start":
|
|
38279
|
-
"end":
|
|
38328
|
+
"start": 483,
|
|
38329
|
+
"end": 483
|
|
38280
38330
|
}
|
|
38281
38331
|
},
|
|
38282
38332
|
"group": [
|
|
@@ -38291,8 +38341,8 @@
|
|
|
38291
38341
|
{
|
|
38292
38342
|
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
38293
38343
|
"commentRange": {
|
|
38294
|
-
"start":
|
|
38295
|
-
"end":
|
|
38344
|
+
"start": 485,
|
|
38345
|
+
"end": 486
|
|
38296
38346
|
},
|
|
38297
38347
|
"context": {
|
|
38298
38348
|
"type": "variable",
|
|
@@ -38300,8 +38350,8 @@
|
|
|
38300
38350
|
"value": "k-spacing(2)",
|
|
38301
38351
|
"scope": "default",
|
|
38302
38352
|
"line": {
|
|
38303
|
-
"start":
|
|
38304
|
-
"end":
|
|
38353
|
+
"start": 487,
|
|
38354
|
+
"end": 487
|
|
38305
38355
|
}
|
|
38306
38356
|
},
|
|
38307
38357
|
"group": [
|
|
@@ -38316,8 +38366,8 @@
|
|
|
38316
38366
|
{
|
|
38317
38367
|
"description": "The font size of the Grid stack layout column header.\n",
|
|
38318
38368
|
"commentRange": {
|
|
38319
|
-
"start":
|
|
38320
|
-
"end":
|
|
38369
|
+
"start": 489,
|
|
38370
|
+
"end": 490
|
|
38321
38371
|
},
|
|
38322
38372
|
"context": {
|
|
38323
38373
|
"type": "variable",
|
|
@@ -38325,8 +38375,8 @@
|
|
|
38325
38375
|
"value": "var(--kendo-font-size-sm)",
|
|
38326
38376
|
"scope": "default",
|
|
38327
38377
|
"line": {
|
|
38328
|
-
"start":
|
|
38329
|
-
"end":
|
|
38378
|
+
"start": 491,
|
|
38379
|
+
"end": 491
|
|
38330
38380
|
}
|
|
38331
38381
|
},
|
|
38332
38382
|
"group": [
|
|
@@ -38341,8 +38391,8 @@
|
|
|
38341
38391
|
{
|
|
38342
38392
|
"description": "The font weight of the Grid stack layout column header.\n",
|
|
38343
38393
|
"commentRange": {
|
|
38344
|
-
"start":
|
|
38345
|
-
"end":
|
|
38394
|
+
"start": 492,
|
|
38395
|
+
"end": 493
|
|
38346
38396
|
},
|
|
38347
38397
|
"context": {
|
|
38348
38398
|
"type": "variable",
|
|
@@ -38350,8 +38400,8 @@
|
|
|
38350
38400
|
"value": "var(--kendo-font-weight-bold)",
|
|
38351
38401
|
"scope": "default",
|
|
38352
38402
|
"line": {
|
|
38353
|
-
"start":
|
|
38354
|
-
"end":
|
|
38403
|
+
"start": 494,
|
|
38404
|
+
"end": 494
|
|
38355
38405
|
}
|
|
38356
38406
|
},
|
|
38357
38407
|
"group": [
|
|
@@ -38366,8 +38416,8 @@
|
|
|
38366
38416
|
{
|
|
38367
38417
|
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
38368
38418
|
"commentRange": {
|
|
38369
|
-
"start":
|
|
38370
|
-
"end":
|
|
38419
|
+
"start": 495,
|
|
38420
|
+
"end": 496
|
|
38371
38421
|
},
|
|
38372
38422
|
"context": {
|
|
38373
38423
|
"type": "variable",
|
|
@@ -38375,8 +38425,8 @@
|
|
|
38375
38425
|
"value": "k-spacing(2.5)",
|
|
38376
38426
|
"scope": "default",
|
|
38377
38427
|
"line": {
|
|
38378
|
-
"start":
|
|
38379
|
-
"end":
|
|
38428
|
+
"start": 497,
|
|
38429
|
+
"end": 497
|
|
38380
38430
|
}
|
|
38381
38431
|
},
|
|
38382
38432
|
"group": [
|
|
@@ -38391,8 +38441,8 @@
|
|
|
38391
38441
|
{
|
|
38392
38442
|
"description": "The color of the Grid stack layout column header.\n",
|
|
38393
38443
|
"commentRange": {
|
|
38394
|
-
"start":
|
|
38395
|
-
"end":
|
|
38444
|
+
"start": 499,
|
|
38445
|
+
"end": 500
|
|
38396
38446
|
},
|
|
38397
38447
|
"context": {
|
|
38398
38448
|
"type": "variable",
|
|
@@ -38400,8 +38450,8 @@
|
|
|
38400
38450
|
"value": "k-color(subtle)",
|
|
38401
38451
|
"scope": "default",
|
|
38402
38452
|
"line": {
|
|
38403
|
-
"start":
|
|
38404
|
-
"end":
|
|
38453
|
+
"start": 501,
|
|
38454
|
+
"end": 501
|
|
38405
38455
|
}
|
|
38406
38456
|
},
|
|
38407
38457
|
"group": [
|
|
@@ -38416,8 +38466,8 @@
|
|
|
38416
38466
|
{
|
|
38417
38467
|
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
38418
38468
|
"commentRange": {
|
|
38419
|
-
"start":
|
|
38420
|
-
"end":
|
|
38469
|
+
"start": 502,
|
|
38470
|
+
"end": 503
|
|
38421
38471
|
},
|
|
38422
38472
|
"context": {
|
|
38423
38473
|
"type": "variable",
|
|
@@ -38425,8 +38475,8 @@
|
|
|
38425
38475
|
"value": "color-mix(in srgb, k-color(on-app-surface) 15%, transparent)",
|
|
38426
38476
|
"scope": "default",
|
|
38427
38477
|
"line": {
|
|
38428
|
-
"start":
|
|
38429
|
-
"end":
|
|
38478
|
+
"start": 504,
|
|
38479
|
+
"end": 504
|
|
38430
38480
|
}
|
|
38431
38481
|
},
|
|
38432
38482
|
"group": [
|
|
@@ -38441,8 +38491,8 @@
|
|
|
38441
38491
|
{
|
|
38442
38492
|
"description": "The Grid stack layout expandable row shadow.\n",
|
|
38443
38493
|
"commentRange": {
|
|
38444
|
-
"start":
|
|
38445
|
-
"end":
|
|
38494
|
+
"start": 505,
|
|
38495
|
+
"end": 506
|
|
38446
38496
|
},
|
|
38447
38497
|
"context": {
|
|
38448
38498
|
"type": "variable",
|
|
@@ -38450,8 +38500,8 @@
|
|
|
38450
38500
|
"value": "k-elevation(2)",
|
|
38451
38501
|
"scope": "default",
|
|
38452
38502
|
"line": {
|
|
38453
|
-
"start":
|
|
38454
|
-
"end":
|
|
38503
|
+
"start": 507,
|
|
38504
|
+
"end": 507
|
|
38455
38505
|
}
|
|
38456
38506
|
},
|
|
38457
38507
|
"group": [
|
|
@@ -38466,8 +38516,8 @@
|
|
|
38466
38516
|
{
|
|
38467
38517
|
"description": "The font weight of the pinned source row in the Grid.\n",
|
|
38468
38518
|
"commentRange": {
|
|
38469
|
-
"start":
|
|
38470
|
-
"end":
|
|
38519
|
+
"start": 509,
|
|
38520
|
+
"end": 510
|
|
38471
38521
|
},
|
|
38472
38522
|
"context": {
|
|
38473
38523
|
"type": "variable",
|
|
@@ -38475,8 +38525,8 @@
|
|
|
38475
38525
|
"value": "var(--kendo-font-weight-bold)",
|
|
38476
38526
|
"scope": "default",
|
|
38477
38527
|
"line": {
|
|
38478
|
-
"start":
|
|
38479
|
-
"end":
|
|
38528
|
+
"start": 511,
|
|
38529
|
+
"end": 511
|
|
38480
38530
|
}
|
|
38481
38531
|
},
|
|
38482
38532
|
"group": [
|