@progress/kendo-theme-bootstrap 12.2.1 → 12.2.3-dev.0
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 +360 -252
- package/dist/meta/sassdoc-raw-data.json +175 -125
- package/dist/meta/variables.json +8 -0
- 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/chat/_theme.scss +6 -0
- package/scss/dataviz/_variables.scss +9 -0
- package/scss/core/color-system/index.scss +0 -1
|
@@ -15426,15 +15426,15 @@
|
|
|
15426
15426
|
"resolvedType": "List"
|
|
15427
15427
|
},
|
|
15428
15428
|
{
|
|
15429
|
-
"description": "The
|
|
15429
|
+
"description": "The text color of the chart tooltip.\n",
|
|
15430
15430
|
"commentRange": {
|
|
15431
15431
|
"start": 255,
|
|
15432
15432
|
"end": 256
|
|
15433
15433
|
},
|
|
15434
15434
|
"context": {
|
|
15435
15435
|
"type": "variable",
|
|
15436
|
-
"name": "kendo-chart-
|
|
15437
|
-
"value": "k-color(surface
|
|
15436
|
+
"name": "kendo-chart-tooltip-color",
|
|
15437
|
+
"value": "k-color(app-surface)",
|
|
15438
15438
|
"scope": "default",
|
|
15439
15439
|
"line": {
|
|
15440
15440
|
"start": 257,
|
|
@@ -15449,18 +15449,18 @@
|
|
|
15449
15449
|
"path": "bootstrap/scss/dataviz/_variables.scss",
|
|
15450
15450
|
"name": "_variables.scss"
|
|
15451
15451
|
},
|
|
15452
|
-
"resolvedValue": "var(--kendo-color-surface
|
|
15452
|
+
"resolvedValue": "var(--kendo-color-app-surface, #ffffff)",
|
|
15453
15453
|
"resolvedType": "String"
|
|
15454
15454
|
},
|
|
15455
15455
|
{
|
|
15456
|
-
"description": "The text color of the
|
|
15456
|
+
"description": "The inverse text color of the chart tooltip.\n",
|
|
15457
15457
|
"commentRange": {
|
|
15458
15458
|
"start": 258,
|
|
15459
15459
|
"end": 259
|
|
15460
15460
|
},
|
|
15461
15461
|
"context": {
|
|
15462
15462
|
"type": "variable",
|
|
15463
|
-
"name": "kendo-chart-
|
|
15463
|
+
"name": "kendo-chart-tooltip-color-inverse",
|
|
15464
15464
|
"value": "k-color(on-app-surface)",
|
|
15465
15465
|
"scope": "default",
|
|
15466
15466
|
"line": {
|
|
@@ -15479,11 +15479,65 @@
|
|
|
15479
15479
|
"resolvedValue": "var(--kendo-color-on-app-surface, #212529)",
|
|
15480
15480
|
"resolvedType": "String"
|
|
15481
15481
|
},
|
|
15482
|
+
{
|
|
15483
|
+
"description": "The background color of the Chart.\n",
|
|
15484
|
+
"commentRange": {
|
|
15485
|
+
"start": 262,
|
|
15486
|
+
"end": 263
|
|
15487
|
+
},
|
|
15488
|
+
"context": {
|
|
15489
|
+
"type": "variable",
|
|
15490
|
+
"name": "kendo-chart-bg",
|
|
15491
|
+
"value": "k-color(surface-alt)",
|
|
15492
|
+
"scope": "default",
|
|
15493
|
+
"line": {
|
|
15494
|
+
"start": 264,
|
|
15495
|
+
"end": 264
|
|
15496
|
+
}
|
|
15497
|
+
},
|
|
15498
|
+
"group": [
|
|
15499
|
+
"charts"
|
|
15500
|
+
],
|
|
15501
|
+
"access": "public",
|
|
15502
|
+
"file": {
|
|
15503
|
+
"path": "bootstrap/scss/dataviz/_variables.scss",
|
|
15504
|
+
"name": "_variables.scss"
|
|
15505
|
+
},
|
|
15506
|
+
"resolvedValue": "var(--kendo-color-surface-alt, #ffffff)",
|
|
15507
|
+
"resolvedType": "String"
|
|
15508
|
+
},
|
|
15509
|
+
{
|
|
15510
|
+
"description": "The text color of the Chart.\n",
|
|
15511
|
+
"commentRange": {
|
|
15512
|
+
"start": 265,
|
|
15513
|
+
"end": 266
|
|
15514
|
+
},
|
|
15515
|
+
"context": {
|
|
15516
|
+
"type": "variable",
|
|
15517
|
+
"name": "kendo-chart-text",
|
|
15518
|
+
"value": "k-color(on-app-surface)",
|
|
15519
|
+
"scope": "default",
|
|
15520
|
+
"line": {
|
|
15521
|
+
"start": 267,
|
|
15522
|
+
"end": 267
|
|
15523
|
+
}
|
|
15524
|
+
},
|
|
15525
|
+
"group": [
|
|
15526
|
+
"charts"
|
|
15527
|
+
],
|
|
15528
|
+
"access": "public",
|
|
15529
|
+
"file": {
|
|
15530
|
+
"path": "bootstrap/scss/dataviz/_variables.scss",
|
|
15531
|
+
"name": "_variables.scss"
|
|
15532
|
+
},
|
|
15533
|
+
"resolvedValue": "var(--kendo-color-on-app-surface, #212529)",
|
|
15534
|
+
"resolvedType": "String"
|
|
15535
|
+
},
|
|
15482
15536
|
{
|
|
15483
15537
|
"description": "The border color of the Chart.\n",
|
|
15484
15538
|
"commentRange": {
|
|
15485
|
-
"start":
|
|
15486
|
-
"end":
|
|
15539
|
+
"start": 268,
|
|
15540
|
+
"end": 269
|
|
15487
15541
|
},
|
|
15488
15542
|
"context": {
|
|
15489
15543
|
"type": "variable",
|
|
@@ -15491,8 +15545,8 @@
|
|
|
15491
15545
|
"value": "k-color(border)",
|
|
15492
15546
|
"scope": "default",
|
|
15493
15547
|
"line": {
|
|
15494
|
-
"start":
|
|
15495
|
-
"end":
|
|
15548
|
+
"start": 270,
|
|
15549
|
+
"end": 270
|
|
15496
15550
|
}
|
|
15497
15551
|
},
|
|
15498
15552
|
"group": [
|
|
@@ -15509,8 +15563,8 @@
|
|
|
15509
15563
|
{
|
|
15510
15564
|
"description": "The background color of the Chart.\n",
|
|
15511
15565
|
"commentRange": {
|
|
15512
|
-
"start":
|
|
15513
|
-
"end":
|
|
15566
|
+
"start": 272,
|
|
15567
|
+
"end": 273
|
|
15514
15568
|
},
|
|
15515
15569
|
"context": {
|
|
15516
15570
|
"type": "variable",
|
|
@@ -15518,8 +15572,8 @@
|
|
|
15518
15572
|
"value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
|
|
15519
15573
|
"scope": "default",
|
|
15520
15574
|
"line": {
|
|
15521
|
-
"start":
|
|
15522
|
-
"end":
|
|
15575
|
+
"start": 274,
|
|
15576
|
+
"end": 274
|
|
15523
15577
|
}
|
|
15524
15578
|
},
|
|
15525
15579
|
"group": [
|
|
@@ -15536,8 +15590,8 @@
|
|
|
15536
15590
|
{
|
|
15537
15591
|
"description": "The text color of the Chart.\n",
|
|
15538
15592
|
"commentRange": {
|
|
15539
|
-
"start":
|
|
15540
|
-
"end":
|
|
15593
|
+
"start": 275,
|
|
15594
|
+
"end": 276
|
|
15541
15595
|
},
|
|
15542
15596
|
"context": {
|
|
15543
15597
|
"type": "variable",
|
|
@@ -15545,8 +15599,8 @@
|
|
|
15545
15599
|
"value": "$kendo-chart-text",
|
|
15546
15600
|
"scope": "default",
|
|
15547
15601
|
"line": {
|
|
15548
|
-
"start":
|
|
15549
|
-
"end":
|
|
15602
|
+
"start": 277,
|
|
15603
|
+
"end": 277
|
|
15550
15604
|
}
|
|
15551
15605
|
},
|
|
15552
15606
|
"group": [
|
|
@@ -15563,8 +15617,8 @@
|
|
|
15563
15617
|
{
|
|
15564
15618
|
"description": "The background color of the Chart.\n",
|
|
15565
15619
|
"commentRange": {
|
|
15566
|
-
"start":
|
|
15567
|
-
"end":
|
|
15620
|
+
"start": 278,
|
|
15621
|
+
"end": 279
|
|
15568
15622
|
},
|
|
15569
15623
|
"context": {
|
|
15570
15624
|
"type": "variable",
|
|
@@ -15572,8 +15626,8 @@
|
|
|
15572
15626
|
"value": "k-color(base-subtle)",
|
|
15573
15627
|
"scope": "default",
|
|
15574
15628
|
"line": {
|
|
15575
|
-
"start":
|
|
15576
|
-
"end":
|
|
15629
|
+
"start": 280,
|
|
15630
|
+
"end": 280
|
|
15577
15631
|
}
|
|
15578
15632
|
},
|
|
15579
15633
|
"group": [
|
|
@@ -15590,8 +15644,8 @@
|
|
|
15590
15644
|
{
|
|
15591
15645
|
"description": "The border color of the Chart.\n",
|
|
15592
15646
|
"commentRange": {
|
|
15593
|
-
"start":
|
|
15594
|
-
"end":
|
|
15647
|
+
"start": 281,
|
|
15648
|
+
"end": 282
|
|
15595
15649
|
},
|
|
15596
15650
|
"context": {
|
|
15597
15651
|
"type": "variable",
|
|
@@ -15599,8 +15653,8 @@
|
|
|
15599
15653
|
"value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
|
|
15600
15654
|
"scope": "default",
|
|
15601
15655
|
"line": {
|
|
15602
|
-
"start":
|
|
15603
|
-
"end":
|
|
15656
|
+
"start": 283,
|
|
15657
|
+
"end": 283
|
|
15604
15658
|
}
|
|
15605
15659
|
},
|
|
15606
15660
|
"group": [
|
|
@@ -15617,8 +15671,8 @@
|
|
|
15617
15671
|
{
|
|
15618
15672
|
"description": "The background color of the Chart.\n",
|
|
15619
15673
|
"commentRange": {
|
|
15620
|
-
"start":
|
|
15621
|
-
"end":
|
|
15674
|
+
"start": 285,
|
|
15675
|
+
"end": 286
|
|
15622
15676
|
},
|
|
15623
15677
|
"context": {
|
|
15624
15678
|
"type": "variable",
|
|
@@ -15626,8 +15680,8 @@
|
|
|
15626
15680
|
"value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
|
|
15627
15681
|
"scope": "default",
|
|
15628
15682
|
"line": {
|
|
15629
|
-
"start":
|
|
15630
|
-
"end":
|
|
15683
|
+
"start": 287,
|
|
15684
|
+
"end": 287
|
|
15631
15685
|
}
|
|
15632
15686
|
},
|
|
15633
15687
|
"group": [
|
|
@@ -15644,8 +15698,8 @@
|
|
|
15644
15698
|
{
|
|
15645
15699
|
"description": "The border color of the Chart.\n",
|
|
15646
15700
|
"commentRange": {
|
|
15647
|
-
"start":
|
|
15648
|
-
"end":
|
|
15701
|
+
"start": 288,
|
|
15702
|
+
"end": 289
|
|
15649
15703
|
},
|
|
15650
15704
|
"context": {
|
|
15651
15705
|
"type": "variable",
|
|
@@ -15653,8 +15707,8 @@
|
|
|
15653
15707
|
"value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
|
|
15654
15708
|
"scope": "default",
|
|
15655
15709
|
"line": {
|
|
15656
|
-
"start":
|
|
15657
|
-
"end":
|
|
15710
|
+
"start": 290,
|
|
15711
|
+
"end": 290
|
|
15658
15712
|
}
|
|
15659
15713
|
},
|
|
15660
15714
|
"group": [
|
|
@@ -15671,8 +15725,8 @@
|
|
|
15671
15725
|
{
|
|
15672
15726
|
"description": "The notes lines of the Chart.\n",
|
|
15673
15727
|
"commentRange": {
|
|
15674
|
-
"start":
|
|
15675
|
-
"end":
|
|
15728
|
+
"start": 291,
|
|
15729
|
+
"end": 292
|
|
15676
15730
|
},
|
|
15677
15731
|
"context": {
|
|
15678
15732
|
"type": "variable",
|
|
@@ -15680,8 +15734,8 @@
|
|
|
15680
15734
|
"value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
|
|
15681
15735
|
"scope": "default",
|
|
15682
15736
|
"line": {
|
|
15683
|
-
"start":
|
|
15684
|
-
"end":
|
|
15737
|
+
"start": 293,
|
|
15738
|
+
"end": 293
|
|
15685
15739
|
}
|
|
15686
15740
|
},
|
|
15687
15741
|
"group": [
|
|
@@ -15698,8 +15752,8 @@
|
|
|
15698
15752
|
{
|
|
15699
15753
|
"description": "The background color of the Chart error bars.\n",
|
|
15700
15754
|
"commentRange": {
|
|
15701
|
-
"start":
|
|
15702
|
-
"end":
|
|
15755
|
+
"start": 295,
|
|
15756
|
+
"end": 296
|
|
15703
15757
|
},
|
|
15704
15758
|
"context": {
|
|
15705
15759
|
"type": "variable",
|
|
@@ -15707,8 +15761,8 @@
|
|
|
15707
15761
|
"value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
|
|
15708
15762
|
"scope": "default",
|
|
15709
15763
|
"line": {
|
|
15710
|
-
"start":
|
|
15711
|
-
"end":
|
|
15764
|
+
"start": 297,
|
|
15765
|
+
"end": 297
|
|
15712
15766
|
}
|
|
15713
15767
|
},
|
|
15714
15768
|
"group": [
|
|
@@ -15725,8 +15779,8 @@
|
|
|
15725
15779
|
{
|
|
15726
15780
|
"description": "The size of the Chart handle.\n",
|
|
15727
15781
|
"commentRange": {
|
|
15728
|
-
"start":
|
|
15729
|
-
"end":
|
|
15782
|
+
"start": 299,
|
|
15783
|
+
"end": 300
|
|
15730
15784
|
},
|
|
15731
15785
|
"context": {
|
|
15732
15786
|
"type": "variable",
|
|
@@ -15734,8 +15788,8 @@
|
|
|
15734
15788
|
"value": "22px",
|
|
15735
15789
|
"scope": "default",
|
|
15736
15790
|
"line": {
|
|
15737
|
-
"start":
|
|
15738
|
-
"end":
|
|
15791
|
+
"start": 301,
|
|
15792
|
+
"end": 301
|
|
15739
15793
|
}
|
|
15740
15794
|
},
|
|
15741
15795
|
"group": [
|
|
@@ -15752,8 +15806,8 @@
|
|
|
15752
15806
|
{
|
|
15753
15807
|
"description": "The text color of the Chart.\n",
|
|
15754
15808
|
"commentRange": {
|
|
15755
|
-
"start":
|
|
15756
|
-
"end":
|
|
15809
|
+
"start": 302,
|
|
15810
|
+
"end": 303
|
|
15757
15811
|
},
|
|
15758
15812
|
"context": {
|
|
15759
15813
|
"type": "variable",
|
|
@@ -15761,8 +15815,8 @@
|
|
|
15761
15815
|
"value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
|
|
15762
15816
|
"scope": "default",
|
|
15763
15817
|
"line": {
|
|
15764
|
-
"start":
|
|
15765
|
-
"end":
|
|
15818
|
+
"start": 304,
|
|
15819
|
+
"end": 304
|
|
15766
15820
|
}
|
|
15767
15821
|
},
|
|
15768
15822
|
"group": [
|
|
@@ -15779,8 +15833,8 @@
|
|
|
15779
15833
|
{
|
|
15780
15834
|
"description": "The shadow of the Chart.\n",
|
|
15781
15835
|
"commentRange": {
|
|
15782
|
-
"start":
|
|
15783
|
-
"end":
|
|
15836
|
+
"start": 305,
|
|
15837
|
+
"end": 306
|
|
15784
15838
|
},
|
|
15785
15839
|
"context": {
|
|
15786
15840
|
"type": "variable",
|
|
@@ -15788,8 +15842,8 @@
|
|
|
15788
15842
|
"value": "inset 0 1px 7px color-mix(in srgb, k-color(on-app-surface) 15%, transparent)",
|
|
15789
15843
|
"scope": "default",
|
|
15790
15844
|
"line": {
|
|
15791
|
-
"start":
|
|
15792
|
-
"end":
|
|
15845
|
+
"start": 307,
|
|
15846
|
+
"end": 307
|
|
15793
15847
|
}
|
|
15794
15848
|
},
|
|
15795
15849
|
"group": [
|
|
@@ -15806,8 +15860,8 @@
|
|
|
15806
15860
|
{
|
|
15807
15861
|
"description": "The height of the Dataviz title.\n",
|
|
15808
15862
|
"commentRange": {
|
|
15809
|
-
"start":
|
|
15810
|
-
"end":
|
|
15863
|
+
"start": 309,
|
|
15864
|
+
"end": 310
|
|
15811
15865
|
},
|
|
15812
15866
|
"context": {
|
|
15813
15867
|
"type": "variable",
|
|
@@ -15815,8 +15869,8 @@
|
|
|
15815
15869
|
"value": "0px",
|
|
15816
15870
|
"scope": "default",
|
|
15817
15871
|
"line": {
|
|
15818
|
-
"start":
|
|
15819
|
-
"end":
|
|
15872
|
+
"start": 311,
|
|
15873
|
+
"end": 311
|
|
15820
15874
|
}
|
|
15821
15875
|
},
|
|
15822
15876
|
"group": [
|
|
@@ -15833,8 +15887,8 @@
|
|
|
15833
15887
|
{
|
|
15834
15888
|
"description": "The font family of the TreeMap.\n",
|
|
15835
15889
|
"commentRange": {
|
|
15836
|
-
"start":
|
|
15837
|
-
"end":
|
|
15890
|
+
"start": 314,
|
|
15891
|
+
"end": 315
|
|
15838
15892
|
},
|
|
15839
15893
|
"context": {
|
|
15840
15894
|
"type": "variable",
|
|
@@ -15842,8 +15896,8 @@
|
|
|
15842
15896
|
"value": "var( --kendo-font-family, inherit )",
|
|
15843
15897
|
"scope": "default",
|
|
15844
15898
|
"line": {
|
|
15845
|
-
"start":
|
|
15846
|
-
"end":
|
|
15899
|
+
"start": 316,
|
|
15900
|
+
"end": 316
|
|
15847
15901
|
}
|
|
15848
15902
|
},
|
|
15849
15903
|
"group": [
|
|
@@ -15860,8 +15914,8 @@
|
|
|
15860
15914
|
{
|
|
15861
15915
|
"description": "The font size of the TreeMap.\n",
|
|
15862
15916
|
"commentRange": {
|
|
15863
|
-
"start":
|
|
15864
|
-
"end":
|
|
15917
|
+
"start": 317,
|
|
15918
|
+
"end": 318
|
|
15865
15919
|
},
|
|
15866
15920
|
"context": {
|
|
15867
15921
|
"type": "variable",
|
|
@@ -15869,8 +15923,8 @@
|
|
|
15869
15923
|
"value": "var( --kendo-font-size, inherit )",
|
|
15870
15924
|
"scope": "default",
|
|
15871
15925
|
"line": {
|
|
15872
|
-
"start":
|
|
15873
|
-
"end":
|
|
15926
|
+
"start": 319,
|
|
15927
|
+
"end": 319
|
|
15874
15928
|
}
|
|
15875
15929
|
},
|
|
15876
15930
|
"group": [
|
|
@@ -15887,8 +15941,8 @@
|
|
|
15887
15941
|
{
|
|
15888
15942
|
"description": "The height of the TreeMap.\n",
|
|
15889
15943
|
"commentRange": {
|
|
15890
|
-
"start":
|
|
15891
|
-
"end":
|
|
15944
|
+
"start": 320,
|
|
15945
|
+
"end": 321
|
|
15892
15946
|
},
|
|
15893
15947
|
"context": {
|
|
15894
15948
|
"type": "variable",
|
|
@@ -15896,8 +15950,8 @@
|
|
|
15896
15950
|
"value": "var( --kendo-line-height, normal )",
|
|
15897
15951
|
"scope": "default",
|
|
15898
15952
|
"line": {
|
|
15899
|
-
"start":
|
|
15900
|
-
"end":
|
|
15953
|
+
"start": 322,
|
|
15954
|
+
"end": 322
|
|
15901
15955
|
}
|
|
15902
15956
|
},
|
|
15903
15957
|
"group": [
|
|
@@ -15914,8 +15968,8 @@
|
|
|
15914
15968
|
{
|
|
15915
15969
|
"description": "The horizontal padding of the TreeMap.\n",
|
|
15916
15970
|
"commentRange": {
|
|
15917
|
-
"start":
|
|
15918
|
-
"end":
|
|
15971
|
+
"start": 324,
|
|
15972
|
+
"end": 325
|
|
15919
15973
|
},
|
|
15920
15974
|
"context": {
|
|
15921
15975
|
"type": "variable",
|
|
@@ -15923,8 +15977,8 @@
|
|
|
15923
15977
|
"value": "k-spacing(2)",
|
|
15924
15978
|
"scope": "default",
|
|
15925
15979
|
"line": {
|
|
15926
|
-
"start":
|
|
15927
|
-
"end":
|
|
15980
|
+
"start": 326,
|
|
15981
|
+
"end": 326
|
|
15928
15982
|
}
|
|
15929
15983
|
},
|
|
15930
15984
|
"group": [
|
|
@@ -15941,8 +15995,8 @@
|
|
|
15941
15995
|
{
|
|
15942
15996
|
"description": "The vertical padding of the TreeMap.\n",
|
|
15943
15997
|
"commentRange": {
|
|
15944
|
-
"start":
|
|
15945
|
-
"end":
|
|
15998
|
+
"start": 327,
|
|
15999
|
+
"end": 328
|
|
15946
16000
|
},
|
|
15947
16001
|
"context": {
|
|
15948
16002
|
"type": "variable",
|
|
@@ -15950,8 +16004,8 @@
|
|
|
15950
16004
|
"value": "k-spacing(1)",
|
|
15951
16005
|
"scope": "default",
|
|
15952
16006
|
"line": {
|
|
15953
|
-
"start":
|
|
15954
|
-
"end":
|
|
16007
|
+
"start": 329,
|
|
16008
|
+
"end": 329
|
|
15955
16009
|
}
|
|
15956
16010
|
},
|
|
15957
16011
|
"group": [
|
|
@@ -15968,8 +16022,8 @@
|
|
|
15968
16022
|
{
|
|
15969
16023
|
"description": "The text color of the TreeMap.\n",
|
|
15970
16024
|
"commentRange": {
|
|
15971
|
-
"start":
|
|
15972
|
-
"end":
|
|
16025
|
+
"start": 331,
|
|
16026
|
+
"end": 332
|
|
15973
16027
|
},
|
|
15974
16028
|
"context": {
|
|
15975
16029
|
"type": "variable",
|
|
@@ -15977,8 +16031,8 @@
|
|
|
15977
16031
|
"value": "k-color(on-app-surface)",
|
|
15978
16032
|
"scope": "default",
|
|
15979
16033
|
"line": {
|
|
15980
|
-
"start":
|
|
15981
|
-
"end":
|
|
16034
|
+
"start": 333,
|
|
16035
|
+
"end": 333
|
|
15982
16036
|
}
|
|
15983
16037
|
},
|
|
15984
16038
|
"group": [
|
|
@@ -15995,8 +16049,8 @@
|
|
|
15995
16049
|
{
|
|
15996
16050
|
"description": "The background color of the TreeMap.\n",
|
|
15997
16051
|
"commentRange": {
|
|
15998
|
-
"start":
|
|
15999
|
-
"end":
|
|
16052
|
+
"start": 334,
|
|
16053
|
+
"end": 335
|
|
16000
16054
|
},
|
|
16001
16055
|
"context": {
|
|
16002
16056
|
"type": "variable",
|
|
@@ -16004,8 +16058,8 @@
|
|
|
16004
16058
|
"value": "k-color(surface-alt)",
|
|
16005
16059
|
"scope": "default",
|
|
16006
16060
|
"line": {
|
|
16007
|
-
"start":
|
|
16008
|
-
"end":
|
|
16061
|
+
"start": 336,
|
|
16062
|
+
"end": 336
|
|
16009
16063
|
}
|
|
16010
16064
|
},
|
|
16011
16065
|
"group": [
|
|
@@ -16022,8 +16076,8 @@
|
|
|
16022
16076
|
{
|
|
16023
16077
|
"description": "The border color of the TreeMap.\n",
|
|
16024
16078
|
"commentRange": {
|
|
16025
|
-
"start":
|
|
16026
|
-
"end":
|
|
16079
|
+
"start": 337,
|
|
16080
|
+
"end": 338
|
|
16027
16081
|
},
|
|
16028
16082
|
"context": {
|
|
16029
16083
|
"type": "variable",
|
|
@@ -16031,8 +16085,8 @@
|
|
|
16031
16085
|
"value": "k-color(border)",
|
|
16032
16086
|
"scope": "default",
|
|
16033
16087
|
"line": {
|
|
16034
|
-
"start":
|
|
16035
|
-
"end":
|
|
16088
|
+
"start": 339,
|
|
16089
|
+
"end": 339
|
|
16036
16090
|
}
|
|
16037
16091
|
},
|
|
16038
16092
|
"group": [
|
|
@@ -16049,8 +16103,8 @@
|
|
|
16049
16103
|
{
|
|
16050
16104
|
"description": "The text color of the Dataviz title.\n",
|
|
16051
16105
|
"commentRange": {
|
|
16052
|
-
"start":
|
|
16053
|
-
"end":
|
|
16106
|
+
"start": 341,
|
|
16107
|
+
"end": 342
|
|
16054
16108
|
},
|
|
16055
16109
|
"context": {
|
|
16056
16110
|
"type": "variable",
|
|
@@ -16058,8 +16112,8 @@
|
|
|
16058
16112
|
"value": "k-color(on-app-surface)",
|
|
16059
16113
|
"scope": "default",
|
|
16060
16114
|
"line": {
|
|
16061
|
-
"start":
|
|
16062
|
-
"end":
|
|
16115
|
+
"start": 343,
|
|
16116
|
+
"end": 343
|
|
16063
16117
|
}
|
|
16064
16118
|
},
|
|
16065
16119
|
"group": [
|
|
@@ -16076,8 +16130,8 @@
|
|
|
16076
16130
|
{
|
|
16077
16131
|
"description": "The background color of the Dataviz title.\n",
|
|
16078
16132
|
"commentRange": {
|
|
16079
|
-
"start":
|
|
16080
|
-
"end":
|
|
16133
|
+
"start": 344,
|
|
16134
|
+
"end": 345
|
|
16081
16135
|
},
|
|
16082
16136
|
"context": {
|
|
16083
16137
|
"type": "variable",
|
|
@@ -16085,8 +16139,8 @@
|
|
|
16085
16139
|
"value": "k-color(surface)",
|
|
16086
16140
|
"scope": "default",
|
|
16087
16141
|
"line": {
|
|
16088
|
-
"start":
|
|
16089
|
-
"end":
|
|
16142
|
+
"start": 346,
|
|
16143
|
+
"end": 346
|
|
16090
16144
|
}
|
|
16091
16145
|
},
|
|
16092
16146
|
"group": [
|
|
@@ -16103,8 +16157,8 @@
|
|
|
16103
16157
|
{
|
|
16104
16158
|
"description": "The border color of the Dataviz title.\n",
|
|
16105
16159
|
"commentRange": {
|
|
16106
|
-
"start":
|
|
16107
|
-
"end":
|
|
16160
|
+
"start": 347,
|
|
16161
|
+
"end": 348
|
|
16108
16162
|
},
|
|
16109
16163
|
"context": {
|
|
16110
16164
|
"type": "variable",
|
|
@@ -16112,8 +16166,8 @@
|
|
|
16112
16166
|
"value": "k-color(border)",
|
|
16113
16167
|
"scope": "default",
|
|
16114
16168
|
"line": {
|
|
16115
|
-
"start":
|
|
16116
|
-
"end":
|
|
16169
|
+
"start": 349,
|
|
16170
|
+
"end": 349
|
|
16117
16171
|
}
|
|
16118
16172
|
},
|
|
16119
16173
|
"group": [
|
|
@@ -16130,8 +16184,8 @@
|
|
|
16130
16184
|
{
|
|
16131
16185
|
"description": "The background color of the Dataviz overlay.\n",
|
|
16132
16186
|
"commentRange": {
|
|
16133
|
-
"start":
|
|
16134
|
-
"end":
|
|
16187
|
+
"start": 352,
|
|
16188
|
+
"end": 353
|
|
16135
16189
|
},
|
|
16136
16190
|
"context": {
|
|
16137
16191
|
"type": "variable",
|
|
@@ -16139,8 +16193,8 @@
|
|
|
16139
16193
|
"value": "k-color(surface)",
|
|
16140
16194
|
"scope": "default",
|
|
16141
16195
|
"line": {
|
|
16142
|
-
"start":
|
|
16143
|
-
"end":
|
|
16196
|
+
"start": 354,
|
|
16197
|
+
"end": 354
|
|
16144
16198
|
}
|
|
16145
16199
|
},
|
|
16146
16200
|
"group": [
|
|
@@ -16157,8 +16211,8 @@
|
|
|
16157
16211
|
{
|
|
16158
16212
|
"description": "The font size of the Chart.\n",
|
|
16159
16213
|
"commentRange": {
|
|
16160
|
-
"start":
|
|
16161
|
-
"end":
|
|
16214
|
+
"start": 357,
|
|
16215
|
+
"end": 358
|
|
16162
16216
|
},
|
|
16163
16217
|
"context": {
|
|
16164
16218
|
"type": "variable",
|
|
@@ -16166,8 +16220,8 @@
|
|
|
16166
16220
|
"value": "var( --kendo-font-size-lg, inherit )",
|
|
16167
16221
|
"scope": "default",
|
|
16168
16222
|
"line": {
|
|
16169
|
-
"start":
|
|
16170
|
-
"end":
|
|
16223
|
+
"start": 359,
|
|
16224
|
+
"end": 359
|
|
16171
16225
|
}
|
|
16172
16226
|
},
|
|
16173
16227
|
"group": [
|
|
@@ -16184,8 +16238,8 @@
|
|
|
16184
16238
|
{
|
|
16185
16239
|
"description": "The font weight of the Chart.\n",
|
|
16186
16240
|
"commentRange": {
|
|
16187
|
-
"start":
|
|
16188
|
-
"end":
|
|
16241
|
+
"start": 360,
|
|
16242
|
+
"end": 361
|
|
16189
16243
|
},
|
|
16190
16244
|
"context": {
|
|
16191
16245
|
"type": "variable",
|
|
@@ -16193,8 +16247,8 @@
|
|
|
16193
16247
|
"value": "var( --kendo-font-weight, normal )",
|
|
16194
16248
|
"scope": "default",
|
|
16195
16249
|
"line": {
|
|
16196
|
-
"start":
|
|
16197
|
-
"end":
|
|
16250
|
+
"start": 362,
|
|
16251
|
+
"end": 362
|
|
16198
16252
|
}
|
|
16199
16253
|
},
|
|
16200
16254
|
"group": [
|
|
@@ -16211,8 +16265,8 @@
|
|
|
16211
16265
|
{
|
|
16212
16266
|
"description": "The vertical padding of the Chart.\n",
|
|
16213
16267
|
"commentRange": {
|
|
16214
|
-
"start":
|
|
16215
|
-
"end":
|
|
16268
|
+
"start": 363,
|
|
16269
|
+
"end": 364
|
|
16216
16270
|
},
|
|
16217
16271
|
"context": {
|
|
16218
16272
|
"type": "variable",
|
|
@@ -16220,8 +16274,8 @@
|
|
|
16220
16274
|
"value": "k-spacing( 25 )",
|
|
16221
16275
|
"scope": "default",
|
|
16222
16276
|
"line": {
|
|
16223
|
-
"start":
|
|
16224
|
-
"end":
|
|
16277
|
+
"start": 365,
|
|
16278
|
+
"end": 365
|
|
16225
16279
|
}
|
|
16226
16280
|
},
|
|
16227
16281
|
"group": [
|
|
@@ -16238,8 +16292,8 @@
|
|
|
16238
16292
|
{
|
|
16239
16293
|
"description": "The background color of the Gauge.\n",
|
|
16240
16294
|
"commentRange": {
|
|
16241
|
-
"start":
|
|
16242
|
-
"end":
|
|
16295
|
+
"start": 368,
|
|
16296
|
+
"end": 369
|
|
16243
16297
|
},
|
|
16244
16298
|
"context": {
|
|
16245
16299
|
"type": "variable",
|
|
@@ -16247,8 +16301,8 @@
|
|
|
16247
16301
|
"value": "k-color(primary-on-surface)",
|
|
16248
16302
|
"scope": "default",
|
|
16249
16303
|
"line": {
|
|
16250
|
-
"start":
|
|
16251
|
-
"end":
|
|
16304
|
+
"start": 370,
|
|
16305
|
+
"end": 370
|
|
16252
16306
|
}
|
|
16253
16307
|
},
|
|
16254
16308
|
"group": [
|
|
@@ -16265,8 +16319,8 @@
|
|
|
16265
16319
|
{
|
|
16266
16320
|
"description": "The background color of the Gauge track.\n",
|
|
16267
16321
|
"commentRange": {
|
|
16268
|
-
"start":
|
|
16269
|
-
"end":
|
|
16322
|
+
"start": 371,
|
|
16323
|
+
"end": 372
|
|
16270
16324
|
},
|
|
16271
16325
|
"context": {
|
|
16272
16326
|
"type": "variable",
|
|
@@ -16274,8 +16328,8 @@
|
|
|
16274
16328
|
"value": "k-color(base-emphasis)",
|
|
16275
16329
|
"scope": "default",
|
|
16276
16330
|
"line": {
|
|
16277
|
-
"start":
|
|
16278
|
-
"end":
|
|
16331
|
+
"start": 373,
|
|
16332
|
+
"end": 373
|
|
16279
16333
|
}
|
|
16280
16334
|
},
|
|
16281
16335
|
"group": [
|
|
@@ -110227,15 +110281,15 @@
|
|
|
110227
110281
|
"resolvedType": "List"
|
|
110228
110282
|
},
|
|
110229
110283
|
{
|
|
110230
|
-
"description": "The
|
|
110284
|
+
"description": "The text color of the chart tooltip.\n",
|
|
110231
110285
|
"commentRange": {
|
|
110232
110286
|
"start": 255,
|
|
110233
110287
|
"end": 256
|
|
110234
110288
|
},
|
|
110235
110289
|
"context": {
|
|
110236
110290
|
"type": "variable",
|
|
110237
|
-
"name": "kendo-chart-
|
|
110238
|
-
"value": "k-color(surface
|
|
110291
|
+
"name": "kendo-chart-tooltip-color",
|
|
110292
|
+
"value": "k-color(app-surface)",
|
|
110239
110293
|
"scope": "default",
|
|
110240
110294
|
"line": {
|
|
110241
110295
|
"start": 257,
|
|
@@ -110250,18 +110304,18 @@
|
|
|
110250
110304
|
"path": "bootstrap/scss/dataviz/_variables.scss",
|
|
110251
110305
|
"name": "_variables.scss"
|
|
110252
110306
|
},
|
|
110253
|
-
"resolvedValue": "var(--kendo-color-surface
|
|
110307
|
+
"resolvedValue": "var(--kendo-color-app-surface, #ffffff)",
|
|
110254
110308
|
"resolvedType": "String"
|
|
110255
110309
|
},
|
|
110256
110310
|
{
|
|
110257
|
-
"description": "The text color of the
|
|
110311
|
+
"description": "The inverse text color of the chart tooltip.\n",
|
|
110258
110312
|
"commentRange": {
|
|
110259
110313
|
"start": 258,
|
|
110260
110314
|
"end": 259
|
|
110261
110315
|
},
|
|
110262
110316
|
"context": {
|
|
110263
110317
|
"type": "variable",
|
|
110264
|
-
"name": "kendo-chart-
|
|
110318
|
+
"name": "kendo-chart-tooltip-color-inverse",
|
|
110265
110319
|
"value": "k-color(on-app-surface)",
|
|
110266
110320
|
"scope": "default",
|
|
110267
110321
|
"line": {
|
|
@@ -110280,11 +110334,65 @@
|
|
|
110280
110334
|
"resolvedValue": "var(--kendo-color-on-app-surface, #212529)",
|
|
110281
110335
|
"resolvedType": "String"
|
|
110282
110336
|
},
|
|
110337
|
+
{
|
|
110338
|
+
"description": "The background color of the Chart.\n",
|
|
110339
|
+
"commentRange": {
|
|
110340
|
+
"start": 262,
|
|
110341
|
+
"end": 263
|
|
110342
|
+
},
|
|
110343
|
+
"context": {
|
|
110344
|
+
"type": "variable",
|
|
110345
|
+
"name": "kendo-chart-bg",
|
|
110346
|
+
"value": "k-color(surface-alt)",
|
|
110347
|
+
"scope": "default",
|
|
110348
|
+
"line": {
|
|
110349
|
+
"start": 264,
|
|
110350
|
+
"end": 264
|
|
110351
|
+
}
|
|
110352
|
+
},
|
|
110353
|
+
"group": [
|
|
110354
|
+
"charts"
|
|
110355
|
+
],
|
|
110356
|
+
"access": "public",
|
|
110357
|
+
"file": {
|
|
110358
|
+
"path": "bootstrap/scss/dataviz/_variables.scss",
|
|
110359
|
+
"name": "_variables.scss"
|
|
110360
|
+
},
|
|
110361
|
+
"resolvedValue": "var(--kendo-color-surface-alt, #ffffff)",
|
|
110362
|
+
"resolvedType": "String"
|
|
110363
|
+
},
|
|
110364
|
+
{
|
|
110365
|
+
"description": "The text color of the Chart.\n",
|
|
110366
|
+
"commentRange": {
|
|
110367
|
+
"start": 265,
|
|
110368
|
+
"end": 266
|
|
110369
|
+
},
|
|
110370
|
+
"context": {
|
|
110371
|
+
"type": "variable",
|
|
110372
|
+
"name": "kendo-chart-text",
|
|
110373
|
+
"value": "k-color(on-app-surface)",
|
|
110374
|
+
"scope": "default",
|
|
110375
|
+
"line": {
|
|
110376
|
+
"start": 267,
|
|
110377
|
+
"end": 267
|
|
110378
|
+
}
|
|
110379
|
+
},
|
|
110380
|
+
"group": [
|
|
110381
|
+
"charts"
|
|
110382
|
+
],
|
|
110383
|
+
"access": "public",
|
|
110384
|
+
"file": {
|
|
110385
|
+
"path": "bootstrap/scss/dataviz/_variables.scss",
|
|
110386
|
+
"name": "_variables.scss"
|
|
110387
|
+
},
|
|
110388
|
+
"resolvedValue": "var(--kendo-color-on-app-surface, #212529)",
|
|
110389
|
+
"resolvedType": "String"
|
|
110390
|
+
},
|
|
110283
110391
|
{
|
|
110284
110392
|
"description": "The border color of the Chart.\n",
|
|
110285
110393
|
"commentRange": {
|
|
110286
|
-
"start":
|
|
110287
|
-
"end":
|
|
110394
|
+
"start": 268,
|
|
110395
|
+
"end": 269
|
|
110288
110396
|
},
|
|
110289
110397
|
"context": {
|
|
110290
110398
|
"type": "variable",
|
|
@@ -110292,8 +110400,8 @@
|
|
|
110292
110400
|
"value": "k-color(border)",
|
|
110293
110401
|
"scope": "default",
|
|
110294
110402
|
"line": {
|
|
110295
|
-
"start":
|
|
110296
|
-
"end":
|
|
110403
|
+
"start": 270,
|
|
110404
|
+
"end": 270
|
|
110297
110405
|
}
|
|
110298
110406
|
},
|
|
110299
110407
|
"group": [
|
|
@@ -110310,8 +110418,8 @@
|
|
|
110310
110418
|
{
|
|
110311
110419
|
"description": "The background color of the Chart.\n",
|
|
110312
110420
|
"commentRange": {
|
|
110313
|
-
"start":
|
|
110314
|
-
"end":
|
|
110421
|
+
"start": 272,
|
|
110422
|
+
"end": 273
|
|
110315
110423
|
},
|
|
110316
110424
|
"context": {
|
|
110317
110425
|
"type": "variable",
|
|
@@ -110319,8 +110427,8 @@
|
|
|
110319
110427
|
"value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
|
|
110320
110428
|
"scope": "default",
|
|
110321
110429
|
"line": {
|
|
110322
|
-
"start":
|
|
110323
|
-
"end":
|
|
110430
|
+
"start": 274,
|
|
110431
|
+
"end": 274
|
|
110324
110432
|
}
|
|
110325
110433
|
},
|
|
110326
110434
|
"group": [
|
|
@@ -110337,8 +110445,8 @@
|
|
|
110337
110445
|
{
|
|
110338
110446
|
"description": "The text color of the Chart.\n",
|
|
110339
110447
|
"commentRange": {
|
|
110340
|
-
"start":
|
|
110341
|
-
"end":
|
|
110448
|
+
"start": 275,
|
|
110449
|
+
"end": 276
|
|
110342
110450
|
},
|
|
110343
110451
|
"context": {
|
|
110344
110452
|
"type": "variable",
|
|
@@ -110346,8 +110454,8 @@
|
|
|
110346
110454
|
"value": "$kendo-chart-text",
|
|
110347
110455
|
"scope": "default",
|
|
110348
110456
|
"line": {
|
|
110349
|
-
"start":
|
|
110350
|
-
"end":
|
|
110457
|
+
"start": 277,
|
|
110458
|
+
"end": 277
|
|
110351
110459
|
}
|
|
110352
110460
|
},
|
|
110353
110461
|
"group": [
|
|
@@ -110364,8 +110472,8 @@
|
|
|
110364
110472
|
{
|
|
110365
110473
|
"description": "The background color of the Chart.\n",
|
|
110366
110474
|
"commentRange": {
|
|
110367
|
-
"start":
|
|
110368
|
-
"end":
|
|
110475
|
+
"start": 278,
|
|
110476
|
+
"end": 279
|
|
110369
110477
|
},
|
|
110370
110478
|
"context": {
|
|
110371
110479
|
"type": "variable",
|
|
@@ -110373,8 +110481,8 @@
|
|
|
110373
110481
|
"value": "k-color(base-subtle)",
|
|
110374
110482
|
"scope": "default",
|
|
110375
110483
|
"line": {
|
|
110376
|
-
"start":
|
|
110377
|
-
"end":
|
|
110484
|
+
"start": 280,
|
|
110485
|
+
"end": 280
|
|
110378
110486
|
}
|
|
110379
110487
|
},
|
|
110380
110488
|
"group": [
|
|
@@ -110391,8 +110499,8 @@
|
|
|
110391
110499
|
{
|
|
110392
110500
|
"description": "The border color of the Chart.\n",
|
|
110393
110501
|
"commentRange": {
|
|
110394
|
-
"start":
|
|
110395
|
-
"end":
|
|
110502
|
+
"start": 281,
|
|
110503
|
+
"end": 282
|
|
110396
110504
|
},
|
|
110397
110505
|
"context": {
|
|
110398
110506
|
"type": "variable",
|
|
@@ -110400,8 +110508,8 @@
|
|
|
110400
110508
|
"value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
|
|
110401
110509
|
"scope": "default",
|
|
110402
110510
|
"line": {
|
|
110403
|
-
"start":
|
|
110404
|
-
"end":
|
|
110511
|
+
"start": 283,
|
|
110512
|
+
"end": 283
|
|
110405
110513
|
}
|
|
110406
110514
|
},
|
|
110407
110515
|
"group": [
|
|
@@ -110418,8 +110526,8 @@
|
|
|
110418
110526
|
{
|
|
110419
110527
|
"description": "The background color of the Chart.\n",
|
|
110420
110528
|
"commentRange": {
|
|
110421
|
-
"start":
|
|
110422
|
-
"end":
|
|
110529
|
+
"start": 285,
|
|
110530
|
+
"end": 286
|
|
110423
110531
|
},
|
|
110424
110532
|
"context": {
|
|
110425
110533
|
"type": "variable",
|
|
@@ -110427,8 +110535,8 @@
|
|
|
110427
110535
|
"value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
|
|
110428
110536
|
"scope": "default",
|
|
110429
110537
|
"line": {
|
|
110430
|
-
"start":
|
|
110431
|
-
"end":
|
|
110538
|
+
"start": 287,
|
|
110539
|
+
"end": 287
|
|
110432
110540
|
}
|
|
110433
110541
|
},
|
|
110434
110542
|
"group": [
|
|
@@ -110445,8 +110553,8 @@
|
|
|
110445
110553
|
{
|
|
110446
110554
|
"description": "The border color of the Chart.\n",
|
|
110447
110555
|
"commentRange": {
|
|
110448
|
-
"start":
|
|
110449
|
-
"end":
|
|
110556
|
+
"start": 288,
|
|
110557
|
+
"end": 289
|
|
110450
110558
|
},
|
|
110451
110559
|
"context": {
|
|
110452
110560
|
"type": "variable",
|
|
@@ -110454,8 +110562,8 @@
|
|
|
110454
110562
|
"value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
|
|
110455
110563
|
"scope": "default",
|
|
110456
110564
|
"line": {
|
|
110457
|
-
"start":
|
|
110458
|
-
"end":
|
|
110565
|
+
"start": 290,
|
|
110566
|
+
"end": 290
|
|
110459
110567
|
}
|
|
110460
110568
|
},
|
|
110461
110569
|
"group": [
|
|
@@ -110472,8 +110580,8 @@
|
|
|
110472
110580
|
{
|
|
110473
110581
|
"description": "The notes lines of the Chart.\n",
|
|
110474
110582
|
"commentRange": {
|
|
110475
|
-
"start":
|
|
110476
|
-
"end":
|
|
110583
|
+
"start": 291,
|
|
110584
|
+
"end": 292
|
|
110477
110585
|
},
|
|
110478
110586
|
"context": {
|
|
110479
110587
|
"type": "variable",
|
|
@@ -110481,8 +110589,8 @@
|
|
|
110481
110589
|
"value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
|
|
110482
110590
|
"scope": "default",
|
|
110483
110591
|
"line": {
|
|
110484
|
-
"start":
|
|
110485
|
-
"end":
|
|
110592
|
+
"start": 293,
|
|
110593
|
+
"end": 293
|
|
110486
110594
|
}
|
|
110487
110595
|
},
|
|
110488
110596
|
"group": [
|
|
@@ -110499,8 +110607,8 @@
|
|
|
110499
110607
|
{
|
|
110500
110608
|
"description": "The background color of the Chart error bars.\n",
|
|
110501
110609
|
"commentRange": {
|
|
110502
|
-
"start":
|
|
110503
|
-
"end":
|
|
110610
|
+
"start": 295,
|
|
110611
|
+
"end": 296
|
|
110504
110612
|
},
|
|
110505
110613
|
"context": {
|
|
110506
110614
|
"type": "variable",
|
|
@@ -110508,8 +110616,8 @@
|
|
|
110508
110616
|
"value": "color-mix(in srgb, k-color(on-app-surface) 50%, transparent)",
|
|
110509
110617
|
"scope": "default",
|
|
110510
110618
|
"line": {
|
|
110511
|
-
"start":
|
|
110512
|
-
"end":
|
|
110619
|
+
"start": 297,
|
|
110620
|
+
"end": 297
|
|
110513
110621
|
}
|
|
110514
110622
|
},
|
|
110515
110623
|
"group": [
|
|
@@ -110526,8 +110634,8 @@
|
|
|
110526
110634
|
{
|
|
110527
110635
|
"description": "The size of the Chart handle.\n",
|
|
110528
110636
|
"commentRange": {
|
|
110529
|
-
"start":
|
|
110530
|
-
"end":
|
|
110637
|
+
"start": 299,
|
|
110638
|
+
"end": 300
|
|
110531
110639
|
},
|
|
110532
110640
|
"context": {
|
|
110533
110641
|
"type": "variable",
|
|
@@ -110535,8 +110643,8 @@
|
|
|
110535
110643
|
"value": "22px",
|
|
110536
110644
|
"scope": "default",
|
|
110537
110645
|
"line": {
|
|
110538
|
-
"start":
|
|
110539
|
-
"end":
|
|
110646
|
+
"start": 301,
|
|
110647
|
+
"end": 301
|
|
110540
110648
|
}
|
|
110541
110649
|
},
|
|
110542
110650
|
"group": [
|
|
@@ -110553,8 +110661,8 @@
|
|
|
110553
110661
|
{
|
|
110554
110662
|
"description": "The text color of the Chart.\n",
|
|
110555
110663
|
"commentRange": {
|
|
110556
|
-
"start":
|
|
110557
|
-
"end":
|
|
110664
|
+
"start": 302,
|
|
110665
|
+
"end": 303
|
|
110558
110666
|
},
|
|
110559
110667
|
"context": {
|
|
110560
110668
|
"type": "variable",
|
|
@@ -110562,8 +110670,8 @@
|
|
|
110562
110670
|
"value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
|
|
110563
110671
|
"scope": "default",
|
|
110564
110672
|
"line": {
|
|
110565
|
-
"start":
|
|
110566
|
-
"end":
|
|
110673
|
+
"start": 304,
|
|
110674
|
+
"end": 304
|
|
110567
110675
|
}
|
|
110568
110676
|
},
|
|
110569
110677
|
"group": [
|
|
@@ -110580,8 +110688,8 @@
|
|
|
110580
110688
|
{
|
|
110581
110689
|
"description": "The shadow of the Chart.\n",
|
|
110582
110690
|
"commentRange": {
|
|
110583
|
-
"start":
|
|
110584
|
-
"end":
|
|
110691
|
+
"start": 305,
|
|
110692
|
+
"end": 306
|
|
110585
110693
|
},
|
|
110586
110694
|
"context": {
|
|
110587
110695
|
"type": "variable",
|
|
@@ -110589,8 +110697,8 @@
|
|
|
110589
110697
|
"value": "inset 0 1px 7px color-mix(in srgb, k-color(on-app-surface) 15%, transparent)",
|
|
110590
110698
|
"scope": "default",
|
|
110591
110699
|
"line": {
|
|
110592
|
-
"start":
|
|
110593
|
-
"end":
|
|
110700
|
+
"start": 307,
|
|
110701
|
+
"end": 307
|
|
110594
110702
|
}
|
|
110595
110703
|
},
|
|
110596
110704
|
"group": [
|
|
@@ -110607,8 +110715,8 @@
|
|
|
110607
110715
|
{
|
|
110608
110716
|
"description": "The height of the Dataviz title.\n",
|
|
110609
110717
|
"commentRange": {
|
|
110610
|
-
"start":
|
|
110611
|
-
"end":
|
|
110718
|
+
"start": 309,
|
|
110719
|
+
"end": 310
|
|
110612
110720
|
},
|
|
110613
110721
|
"context": {
|
|
110614
110722
|
"type": "variable",
|
|
@@ -110616,8 +110724,8 @@
|
|
|
110616
110724
|
"value": "0px",
|
|
110617
110725
|
"scope": "default",
|
|
110618
110726
|
"line": {
|
|
110619
|
-
"start":
|
|
110620
|
-
"end":
|
|
110727
|
+
"start": 311,
|
|
110728
|
+
"end": 311
|
|
110621
110729
|
}
|
|
110622
110730
|
},
|
|
110623
110731
|
"group": [
|
|
@@ -110634,8 +110742,8 @@
|
|
|
110634
110742
|
{
|
|
110635
110743
|
"description": "The font family of the TreeMap.\n",
|
|
110636
110744
|
"commentRange": {
|
|
110637
|
-
"start":
|
|
110638
|
-
"end":
|
|
110745
|
+
"start": 314,
|
|
110746
|
+
"end": 315
|
|
110639
110747
|
},
|
|
110640
110748
|
"context": {
|
|
110641
110749
|
"type": "variable",
|
|
@@ -110643,8 +110751,8 @@
|
|
|
110643
110751
|
"value": "var( --kendo-font-family, inherit )",
|
|
110644
110752
|
"scope": "default",
|
|
110645
110753
|
"line": {
|
|
110646
|
-
"start":
|
|
110647
|
-
"end":
|
|
110754
|
+
"start": 316,
|
|
110755
|
+
"end": 316
|
|
110648
110756
|
}
|
|
110649
110757
|
},
|
|
110650
110758
|
"group": [
|
|
@@ -110661,8 +110769,8 @@
|
|
|
110661
110769
|
{
|
|
110662
110770
|
"description": "The font size of the TreeMap.\n",
|
|
110663
110771
|
"commentRange": {
|
|
110664
|
-
"start":
|
|
110665
|
-
"end":
|
|
110772
|
+
"start": 317,
|
|
110773
|
+
"end": 318
|
|
110666
110774
|
},
|
|
110667
110775
|
"context": {
|
|
110668
110776
|
"type": "variable",
|
|
@@ -110670,8 +110778,8 @@
|
|
|
110670
110778
|
"value": "var( --kendo-font-size, inherit )",
|
|
110671
110779
|
"scope": "default",
|
|
110672
110780
|
"line": {
|
|
110673
|
-
"start":
|
|
110674
|
-
"end":
|
|
110781
|
+
"start": 319,
|
|
110782
|
+
"end": 319
|
|
110675
110783
|
}
|
|
110676
110784
|
},
|
|
110677
110785
|
"group": [
|
|
@@ -110688,8 +110796,8 @@
|
|
|
110688
110796
|
{
|
|
110689
110797
|
"description": "The height of the TreeMap.\n",
|
|
110690
110798
|
"commentRange": {
|
|
110691
|
-
"start":
|
|
110692
|
-
"end":
|
|
110799
|
+
"start": 320,
|
|
110800
|
+
"end": 321
|
|
110693
110801
|
},
|
|
110694
110802
|
"context": {
|
|
110695
110803
|
"type": "variable",
|
|
@@ -110697,8 +110805,8 @@
|
|
|
110697
110805
|
"value": "var( --kendo-line-height, normal )",
|
|
110698
110806
|
"scope": "default",
|
|
110699
110807
|
"line": {
|
|
110700
|
-
"start":
|
|
110701
|
-
"end":
|
|
110808
|
+
"start": 322,
|
|
110809
|
+
"end": 322
|
|
110702
110810
|
}
|
|
110703
110811
|
},
|
|
110704
110812
|
"group": [
|
|
@@ -110715,8 +110823,8 @@
|
|
|
110715
110823
|
{
|
|
110716
110824
|
"description": "The horizontal padding of the TreeMap.\n",
|
|
110717
110825
|
"commentRange": {
|
|
110718
|
-
"start":
|
|
110719
|
-
"end":
|
|
110826
|
+
"start": 324,
|
|
110827
|
+
"end": 325
|
|
110720
110828
|
},
|
|
110721
110829
|
"context": {
|
|
110722
110830
|
"type": "variable",
|
|
@@ -110724,8 +110832,8 @@
|
|
|
110724
110832
|
"value": "k-spacing(2)",
|
|
110725
110833
|
"scope": "default",
|
|
110726
110834
|
"line": {
|
|
110727
|
-
"start":
|
|
110728
|
-
"end":
|
|
110835
|
+
"start": 326,
|
|
110836
|
+
"end": 326
|
|
110729
110837
|
}
|
|
110730
110838
|
},
|
|
110731
110839
|
"group": [
|
|
@@ -110742,8 +110850,8 @@
|
|
|
110742
110850
|
{
|
|
110743
110851
|
"description": "The vertical padding of the TreeMap.\n",
|
|
110744
110852
|
"commentRange": {
|
|
110745
|
-
"start":
|
|
110746
|
-
"end":
|
|
110853
|
+
"start": 327,
|
|
110854
|
+
"end": 328
|
|
110747
110855
|
},
|
|
110748
110856
|
"context": {
|
|
110749
110857
|
"type": "variable",
|
|
@@ -110751,8 +110859,8 @@
|
|
|
110751
110859
|
"value": "k-spacing(1)",
|
|
110752
110860
|
"scope": "default",
|
|
110753
110861
|
"line": {
|
|
110754
|
-
"start":
|
|
110755
|
-
"end":
|
|
110862
|
+
"start": 329,
|
|
110863
|
+
"end": 329
|
|
110756
110864
|
}
|
|
110757
110865
|
},
|
|
110758
110866
|
"group": [
|
|
@@ -110769,8 +110877,8 @@
|
|
|
110769
110877
|
{
|
|
110770
110878
|
"description": "The text color of the TreeMap.\n",
|
|
110771
110879
|
"commentRange": {
|
|
110772
|
-
"start":
|
|
110773
|
-
"end":
|
|
110880
|
+
"start": 331,
|
|
110881
|
+
"end": 332
|
|
110774
110882
|
},
|
|
110775
110883
|
"context": {
|
|
110776
110884
|
"type": "variable",
|
|
@@ -110778,8 +110886,8 @@
|
|
|
110778
110886
|
"value": "k-color(on-app-surface)",
|
|
110779
110887
|
"scope": "default",
|
|
110780
110888
|
"line": {
|
|
110781
|
-
"start":
|
|
110782
|
-
"end":
|
|
110889
|
+
"start": 333,
|
|
110890
|
+
"end": 333
|
|
110783
110891
|
}
|
|
110784
110892
|
},
|
|
110785
110893
|
"group": [
|
|
@@ -110796,8 +110904,8 @@
|
|
|
110796
110904
|
{
|
|
110797
110905
|
"description": "The background color of the TreeMap.\n",
|
|
110798
110906
|
"commentRange": {
|
|
110799
|
-
"start":
|
|
110800
|
-
"end":
|
|
110907
|
+
"start": 334,
|
|
110908
|
+
"end": 335
|
|
110801
110909
|
},
|
|
110802
110910
|
"context": {
|
|
110803
110911
|
"type": "variable",
|
|
@@ -110805,8 +110913,8 @@
|
|
|
110805
110913
|
"value": "k-color(surface-alt)",
|
|
110806
110914
|
"scope": "default",
|
|
110807
110915
|
"line": {
|
|
110808
|
-
"start":
|
|
110809
|
-
"end":
|
|
110916
|
+
"start": 336,
|
|
110917
|
+
"end": 336
|
|
110810
110918
|
}
|
|
110811
110919
|
},
|
|
110812
110920
|
"group": [
|
|
@@ -110823,8 +110931,8 @@
|
|
|
110823
110931
|
{
|
|
110824
110932
|
"description": "The border color of the TreeMap.\n",
|
|
110825
110933
|
"commentRange": {
|
|
110826
|
-
"start":
|
|
110827
|
-
"end":
|
|
110934
|
+
"start": 337,
|
|
110935
|
+
"end": 338
|
|
110828
110936
|
},
|
|
110829
110937
|
"context": {
|
|
110830
110938
|
"type": "variable",
|
|
@@ -110832,8 +110940,8 @@
|
|
|
110832
110940
|
"value": "k-color(border)",
|
|
110833
110941
|
"scope": "default",
|
|
110834
110942
|
"line": {
|
|
110835
|
-
"start":
|
|
110836
|
-
"end":
|
|
110943
|
+
"start": 339,
|
|
110944
|
+
"end": 339
|
|
110837
110945
|
}
|
|
110838
110946
|
},
|
|
110839
110947
|
"group": [
|
|
@@ -110850,8 +110958,8 @@
|
|
|
110850
110958
|
{
|
|
110851
110959
|
"description": "The text color of the Dataviz title.\n",
|
|
110852
110960
|
"commentRange": {
|
|
110853
|
-
"start":
|
|
110854
|
-
"end":
|
|
110961
|
+
"start": 341,
|
|
110962
|
+
"end": 342
|
|
110855
110963
|
},
|
|
110856
110964
|
"context": {
|
|
110857
110965
|
"type": "variable",
|
|
@@ -110859,8 +110967,8 @@
|
|
|
110859
110967
|
"value": "k-color(on-app-surface)",
|
|
110860
110968
|
"scope": "default",
|
|
110861
110969
|
"line": {
|
|
110862
|
-
"start":
|
|
110863
|
-
"end":
|
|
110970
|
+
"start": 343,
|
|
110971
|
+
"end": 343
|
|
110864
110972
|
}
|
|
110865
110973
|
},
|
|
110866
110974
|
"group": [
|
|
@@ -110877,8 +110985,8 @@
|
|
|
110877
110985
|
{
|
|
110878
110986
|
"description": "The background color of the Dataviz title.\n",
|
|
110879
110987
|
"commentRange": {
|
|
110880
|
-
"start":
|
|
110881
|
-
"end":
|
|
110988
|
+
"start": 344,
|
|
110989
|
+
"end": 345
|
|
110882
110990
|
},
|
|
110883
110991
|
"context": {
|
|
110884
110992
|
"type": "variable",
|
|
@@ -110886,8 +110994,8 @@
|
|
|
110886
110994
|
"value": "k-color(surface)",
|
|
110887
110995
|
"scope": "default",
|
|
110888
110996
|
"line": {
|
|
110889
|
-
"start":
|
|
110890
|
-
"end":
|
|
110997
|
+
"start": 346,
|
|
110998
|
+
"end": 346
|
|
110891
110999
|
}
|
|
110892
111000
|
},
|
|
110893
111001
|
"group": [
|
|
@@ -110904,8 +111012,8 @@
|
|
|
110904
111012
|
{
|
|
110905
111013
|
"description": "The border color of the Dataviz title.\n",
|
|
110906
111014
|
"commentRange": {
|
|
110907
|
-
"start":
|
|
110908
|
-
"end":
|
|
111015
|
+
"start": 347,
|
|
111016
|
+
"end": 348
|
|
110909
111017
|
},
|
|
110910
111018
|
"context": {
|
|
110911
111019
|
"type": "variable",
|
|
@@ -110913,8 +111021,8 @@
|
|
|
110913
111021
|
"value": "k-color(border)",
|
|
110914
111022
|
"scope": "default",
|
|
110915
111023
|
"line": {
|
|
110916
|
-
"start":
|
|
110917
|
-
"end":
|
|
111024
|
+
"start": 349,
|
|
111025
|
+
"end": 349
|
|
110918
111026
|
}
|
|
110919
111027
|
},
|
|
110920
111028
|
"group": [
|
|
@@ -110931,8 +111039,8 @@
|
|
|
110931
111039
|
{
|
|
110932
111040
|
"description": "The background color of the Dataviz overlay.\n",
|
|
110933
111041
|
"commentRange": {
|
|
110934
|
-
"start":
|
|
110935
|
-
"end":
|
|
111042
|
+
"start": 352,
|
|
111043
|
+
"end": 353
|
|
110936
111044
|
},
|
|
110937
111045
|
"context": {
|
|
110938
111046
|
"type": "variable",
|
|
@@ -110940,8 +111048,8 @@
|
|
|
110940
111048
|
"value": "k-color(surface)",
|
|
110941
111049
|
"scope": "default",
|
|
110942
111050
|
"line": {
|
|
110943
|
-
"start":
|
|
110944
|
-
"end":
|
|
111051
|
+
"start": 354,
|
|
111052
|
+
"end": 354
|
|
110945
111053
|
}
|
|
110946
111054
|
},
|
|
110947
111055
|
"group": [
|
|
@@ -110958,8 +111066,8 @@
|
|
|
110958
111066
|
{
|
|
110959
111067
|
"description": "The font size of the Chart.\n",
|
|
110960
111068
|
"commentRange": {
|
|
110961
|
-
"start":
|
|
110962
|
-
"end":
|
|
111069
|
+
"start": 357,
|
|
111070
|
+
"end": 358
|
|
110963
111071
|
},
|
|
110964
111072
|
"context": {
|
|
110965
111073
|
"type": "variable",
|
|
@@ -110967,8 +111075,8 @@
|
|
|
110967
111075
|
"value": "var( --kendo-font-size-lg, inherit )",
|
|
110968
111076
|
"scope": "default",
|
|
110969
111077
|
"line": {
|
|
110970
|
-
"start":
|
|
110971
|
-
"end":
|
|
111078
|
+
"start": 359,
|
|
111079
|
+
"end": 359
|
|
110972
111080
|
}
|
|
110973
111081
|
},
|
|
110974
111082
|
"group": [
|
|
@@ -110985,8 +111093,8 @@
|
|
|
110985
111093
|
{
|
|
110986
111094
|
"description": "The font weight of the Chart.\n",
|
|
110987
111095
|
"commentRange": {
|
|
110988
|
-
"start":
|
|
110989
|
-
"end":
|
|
111096
|
+
"start": 360,
|
|
111097
|
+
"end": 361
|
|
110990
111098
|
},
|
|
110991
111099
|
"context": {
|
|
110992
111100
|
"type": "variable",
|
|
@@ -110994,8 +111102,8 @@
|
|
|
110994
111102
|
"value": "var( --kendo-font-weight, normal )",
|
|
110995
111103
|
"scope": "default",
|
|
110996
111104
|
"line": {
|
|
110997
|
-
"start":
|
|
110998
|
-
"end":
|
|
111105
|
+
"start": 362,
|
|
111106
|
+
"end": 362
|
|
110999
111107
|
}
|
|
111000
111108
|
},
|
|
111001
111109
|
"group": [
|
|
@@ -111012,8 +111120,8 @@
|
|
|
111012
111120
|
{
|
|
111013
111121
|
"description": "The vertical padding of the Chart.\n",
|
|
111014
111122
|
"commentRange": {
|
|
111015
|
-
"start":
|
|
111016
|
-
"end":
|
|
111123
|
+
"start": 363,
|
|
111124
|
+
"end": 364
|
|
111017
111125
|
},
|
|
111018
111126
|
"context": {
|
|
111019
111127
|
"type": "variable",
|
|
@@ -111021,8 +111129,8 @@
|
|
|
111021
111129
|
"value": "k-spacing( 25 )",
|
|
111022
111130
|
"scope": "default",
|
|
111023
111131
|
"line": {
|
|
111024
|
-
"start":
|
|
111025
|
-
"end":
|
|
111132
|
+
"start": 365,
|
|
111133
|
+
"end": 365
|
|
111026
111134
|
}
|
|
111027
111135
|
},
|
|
111028
111136
|
"group": [
|
|
@@ -111039,8 +111147,8 @@
|
|
|
111039
111147
|
{
|
|
111040
111148
|
"description": "The background color of the Gauge.\n",
|
|
111041
111149
|
"commentRange": {
|
|
111042
|
-
"start":
|
|
111043
|
-
"end":
|
|
111150
|
+
"start": 368,
|
|
111151
|
+
"end": 369
|
|
111044
111152
|
},
|
|
111045
111153
|
"context": {
|
|
111046
111154
|
"type": "variable",
|
|
@@ -111048,8 +111156,8 @@
|
|
|
111048
111156
|
"value": "k-color(primary-on-surface)",
|
|
111049
111157
|
"scope": "default",
|
|
111050
111158
|
"line": {
|
|
111051
|
-
"start":
|
|
111052
|
-
"end":
|
|
111159
|
+
"start": 370,
|
|
111160
|
+
"end": 370
|
|
111053
111161
|
}
|
|
111054
111162
|
},
|
|
111055
111163
|
"group": [
|
|
@@ -111066,8 +111174,8 @@
|
|
|
111066
111174
|
{
|
|
111067
111175
|
"description": "The background color of the Gauge track.\n",
|
|
111068
111176
|
"commentRange": {
|
|
111069
|
-
"start":
|
|
111070
|
-
"end":
|
|
111177
|
+
"start": 371,
|
|
111178
|
+
"end": 372
|
|
111071
111179
|
},
|
|
111072
111180
|
"context": {
|
|
111073
111181
|
"type": "variable",
|
|
@@ -111075,8 +111183,8 @@
|
|
|
111075
111183
|
"value": "k-color(base-emphasis)",
|
|
111076
111184
|
"scope": "default",
|
|
111077
111185
|
"line": {
|
|
111078
|
-
"start":
|
|
111079
|
-
"end":
|
|
111186
|
+
"start": 373,
|
|
111187
|
+
"end": 373
|
|
111080
111188
|
}
|
|
111081
111189
|
},
|
|
111082
111190
|
"group": [
|