@progress/kendo-theme-classic 9.1.0-dev.4 → 9.1.0-dev.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/all.scss +465 -82
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +1038 -114
- package/dist/meta/sassdoc-raw-data.json +475 -50
- package/dist/meta/variables.json +97 -9
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/dataviz/_index.scss +3 -1
- package/scss/dataviz/_variables.scss +9 -0
- package/scss/index.scss +2 -0
- package/scss/list/_index.scss +3 -1
- package/scss/list/_variables.scss +0 -4
- package/scss/no-data/_index.scss +32 -0
- package/scss/no-data/_layout.scss +5 -0
- package/scss/no-data/_theme.scss +5 -0
- package/scss/no-data/_variables.scss +7 -0
- package/scss/pdf-viewer/_variables.scss +23 -0
- package/scss/scheduler/_index.scss +3 -1
- package/scss/toolbar/_variables.scss +32 -4
|
@@ -30231,14 +30231,14 @@
|
|
|
30231
30231
|
}
|
|
30232
30232
|
},
|
|
30233
30233
|
{
|
|
30234
|
-
"description": "The color of the '
|
|
30234
|
+
"description": "The color of the 'Option Label' text.\n",
|
|
30235
30235
|
"commentRange": {
|
|
30236
30236
|
"start": 245,
|
|
30237
30237
|
"end": 246
|
|
30238
30238
|
},
|
|
30239
30239
|
"context": {
|
|
30240
30240
|
"type": "variable",
|
|
30241
|
-
"name": "kendo-list-
|
|
30241
|
+
"name": "kendo-list-option-label-text",
|
|
30242
30242
|
"value": "$kendo-subtle-text",
|
|
30243
30243
|
"scope": "default",
|
|
30244
30244
|
"line": {
|
|
@@ -30255,31 +30255,6 @@
|
|
|
30255
30255
|
"name": "_variables.scss"
|
|
30256
30256
|
}
|
|
30257
30257
|
},
|
|
30258
|
-
{
|
|
30259
|
-
"description": "The color of the 'Option Label' text.\n",
|
|
30260
|
-
"commentRange": {
|
|
30261
|
-
"start": 249,
|
|
30262
|
-
"end": 250
|
|
30263
|
-
},
|
|
30264
|
-
"context": {
|
|
30265
|
-
"type": "variable",
|
|
30266
|
-
"name": "kendo-list-option-label-text",
|
|
30267
|
-
"value": "$kendo-subtle-text",
|
|
30268
|
-
"scope": "default",
|
|
30269
|
-
"line": {
|
|
30270
|
-
"start": 251,
|
|
30271
|
-
"end": 251
|
|
30272
|
-
}
|
|
30273
|
-
},
|
|
30274
|
-
"group": [
|
|
30275
|
-
"list"
|
|
30276
|
-
],
|
|
30277
|
-
"access": "public",
|
|
30278
|
-
"file": {
|
|
30279
|
-
"path": "list/_variables.scss",
|
|
30280
|
-
"name": "_variables.scss"
|
|
30281
|
-
}
|
|
30282
|
-
},
|
|
30283
30258
|
{
|
|
30284
30259
|
"description": "The spacing between the ListBox elements.\n",
|
|
30285
30260
|
"commentRange": {
|
|
@@ -34605,6 +34580,56 @@
|
|
|
34605
34580
|
"name": "_variables.scss"
|
|
34606
34581
|
}
|
|
34607
34582
|
},
|
|
34583
|
+
{
|
|
34584
|
+
"description": "The minimum height of the 'No Data' text container.\n",
|
|
34585
|
+
"commentRange": {
|
|
34586
|
+
"start": 1,
|
|
34587
|
+
"end": 2
|
|
34588
|
+
},
|
|
34589
|
+
"context": {
|
|
34590
|
+
"type": "variable",
|
|
34591
|
+
"name": "kendo-no-data-min-height",
|
|
34592
|
+
"value": "140px",
|
|
34593
|
+
"scope": "default",
|
|
34594
|
+
"line": {
|
|
34595
|
+
"start": 3,
|
|
34596
|
+
"end": 3
|
|
34597
|
+
}
|
|
34598
|
+
},
|
|
34599
|
+
"group": [
|
|
34600
|
+
"no-data"
|
|
34601
|
+
],
|
|
34602
|
+
"access": "public",
|
|
34603
|
+
"file": {
|
|
34604
|
+
"path": "no-data/_variables.scss",
|
|
34605
|
+
"name": "_variables.scss"
|
|
34606
|
+
}
|
|
34607
|
+
},
|
|
34608
|
+
{
|
|
34609
|
+
"description": "The color of the 'No Data' text.\n",
|
|
34610
|
+
"commentRange": {
|
|
34611
|
+
"start": 5,
|
|
34612
|
+
"end": 6
|
|
34613
|
+
},
|
|
34614
|
+
"context": {
|
|
34615
|
+
"type": "variable",
|
|
34616
|
+
"name": "kendo-no-data-text",
|
|
34617
|
+
"value": "$kendo-subtle-text",
|
|
34618
|
+
"scope": "default",
|
|
34619
|
+
"line": {
|
|
34620
|
+
"start": 7,
|
|
34621
|
+
"end": 7
|
|
34622
|
+
}
|
|
34623
|
+
},
|
|
34624
|
+
"group": [
|
|
34625
|
+
"no-data"
|
|
34626
|
+
],
|
|
34627
|
+
"access": "public",
|
|
34628
|
+
"file": {
|
|
34629
|
+
"path": "no-data/_variables.scss",
|
|
34630
|
+
"name": "_variables.scss"
|
|
34631
|
+
}
|
|
34632
|
+
},
|
|
34608
34633
|
{
|
|
34609
34634
|
"description": "The row-gap between the elements in the Notification group.\n",
|
|
34610
34635
|
"commentRange": {
|
|
@@ -40680,6 +40705,181 @@
|
|
|
40680
40705
|
"name": "_variables.scss"
|
|
40681
40706
|
}
|
|
40682
40707
|
},
|
|
40708
|
+
{
|
|
40709
|
+
"description": "The vertical padding of the PDFViewer popup.\n",
|
|
40710
|
+
"commentRange": {
|
|
40711
|
+
"start": 112,
|
|
40712
|
+
"end": 113
|
|
40713
|
+
},
|
|
40714
|
+
"context": {
|
|
40715
|
+
"type": "variable",
|
|
40716
|
+
"name": "kendo-pdf-viewer-popup-padding-x",
|
|
40717
|
+
"value": "k-spacing(2)",
|
|
40718
|
+
"scope": "default",
|
|
40719
|
+
"line": {
|
|
40720
|
+
"start": 114,
|
|
40721
|
+
"end": 114
|
|
40722
|
+
}
|
|
40723
|
+
},
|
|
40724
|
+
"group": [
|
|
40725
|
+
"pdf-viewer"
|
|
40726
|
+
],
|
|
40727
|
+
"access": "public",
|
|
40728
|
+
"file": {
|
|
40729
|
+
"path": "pdf-viewer/_variables.scss",
|
|
40730
|
+
"name": "_variables.scss"
|
|
40731
|
+
}
|
|
40732
|
+
},
|
|
40733
|
+
{
|
|
40734
|
+
"description": "The horizontal padding of the PDFViewer popup.\n",
|
|
40735
|
+
"commentRange": {
|
|
40736
|
+
"start": 115,
|
|
40737
|
+
"end": 116
|
|
40738
|
+
},
|
|
40739
|
+
"context": {
|
|
40740
|
+
"type": "variable",
|
|
40741
|
+
"name": "kendo-pdf-viewer-popup-padding-y",
|
|
40742
|
+
"value": "$kendo-pdf-viewer-popup-padding-x",
|
|
40743
|
+
"scope": "default",
|
|
40744
|
+
"line": {
|
|
40745
|
+
"start": 117,
|
|
40746
|
+
"end": 117
|
|
40747
|
+
}
|
|
40748
|
+
},
|
|
40749
|
+
"group": [
|
|
40750
|
+
"pdf-viewer"
|
|
40751
|
+
],
|
|
40752
|
+
"access": "public",
|
|
40753
|
+
"file": {
|
|
40754
|
+
"path": "pdf-viewer/_variables.scss",
|
|
40755
|
+
"name": "_variables.scss"
|
|
40756
|
+
}
|
|
40757
|
+
},
|
|
40758
|
+
{
|
|
40759
|
+
"description": "The border color of the PDFViewer selected highlight annotation.\n",
|
|
40760
|
+
"commentRange": {
|
|
40761
|
+
"start": 119,
|
|
40762
|
+
"end": 120
|
|
40763
|
+
},
|
|
40764
|
+
"context": {
|
|
40765
|
+
"type": "variable",
|
|
40766
|
+
"name": "kendo-pdf-viewer-highlight-annotation-border",
|
|
40767
|
+
"value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
|
|
40768
|
+
"scope": "default",
|
|
40769
|
+
"line": {
|
|
40770
|
+
"start": 121,
|
|
40771
|
+
"end": 121
|
|
40772
|
+
}
|
|
40773
|
+
},
|
|
40774
|
+
"group": [
|
|
40775
|
+
"pdf-viewer"
|
|
40776
|
+
],
|
|
40777
|
+
"access": "public",
|
|
40778
|
+
"file": {
|
|
40779
|
+
"path": "pdf-viewer/_variables.scss",
|
|
40780
|
+
"name": "_variables.scss"
|
|
40781
|
+
}
|
|
40782
|
+
},
|
|
40783
|
+
{
|
|
40784
|
+
"description": "The background color of the PDFViewer hover highlight annotation.\n",
|
|
40785
|
+
"commentRange": {
|
|
40786
|
+
"start": 122,
|
|
40787
|
+
"end": 123
|
|
40788
|
+
},
|
|
40789
|
+
"context": {
|
|
40790
|
+
"type": "variable",
|
|
40791
|
+
"name": "kendo-pdf-viewer-highlight-annotation-hover-border",
|
|
40792
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
|
|
40793
|
+
"scope": "default",
|
|
40794
|
+
"line": {
|
|
40795
|
+
"start": 124,
|
|
40796
|
+
"end": 124
|
|
40797
|
+
}
|
|
40798
|
+
},
|
|
40799
|
+
"group": [
|
|
40800
|
+
"pdf-viewer"
|
|
40801
|
+
],
|
|
40802
|
+
"access": "public",
|
|
40803
|
+
"file": {
|
|
40804
|
+
"path": "pdf-viewer/_variables.scss",
|
|
40805
|
+
"name": "_variables.scss"
|
|
40806
|
+
}
|
|
40807
|
+
},
|
|
40808
|
+
{
|
|
40809
|
+
"description": "The border color of the PDFViewer selected free text annotation.\n",
|
|
40810
|
+
"commentRange": {
|
|
40811
|
+
"start": 125,
|
|
40812
|
+
"end": 126
|
|
40813
|
+
},
|
|
40814
|
+
"context": {
|
|
40815
|
+
"type": "variable",
|
|
40816
|
+
"name": "kendo-pdf-viewer-free-text-annotation-border",
|
|
40817
|
+
"value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
|
|
40818
|
+
"scope": "default",
|
|
40819
|
+
"line": {
|
|
40820
|
+
"start": 127,
|
|
40821
|
+
"end": 127
|
|
40822
|
+
}
|
|
40823
|
+
},
|
|
40824
|
+
"group": [
|
|
40825
|
+
"pdf-viewer"
|
|
40826
|
+
],
|
|
40827
|
+
"access": "public",
|
|
40828
|
+
"file": {
|
|
40829
|
+
"path": "pdf-viewer/_variables.scss",
|
|
40830
|
+
"name": "_variables.scss"
|
|
40831
|
+
}
|
|
40832
|
+
},
|
|
40833
|
+
{
|
|
40834
|
+
"description": "The placeholder text color of the PDFViewer free text annotation.\n",
|
|
40835
|
+
"commentRange": {
|
|
40836
|
+
"start": 128,
|
|
40837
|
+
"end": 129
|
|
40838
|
+
},
|
|
40839
|
+
"context": {
|
|
40840
|
+
"type": "variable",
|
|
40841
|
+
"name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
|
|
40842
|
+
"value": "rgba(124, 22, 27, 0.5)",
|
|
40843
|
+
"scope": "default",
|
|
40844
|
+
"line": {
|
|
40845
|
+
"start": 130,
|
|
40846
|
+
"end": 130
|
|
40847
|
+
}
|
|
40848
|
+
},
|
|
40849
|
+
"group": [
|
|
40850
|
+
"pdf-viewer"
|
|
40851
|
+
],
|
|
40852
|
+
"access": "public",
|
|
40853
|
+
"file": {
|
|
40854
|
+
"path": "pdf-viewer/_variables.scss",
|
|
40855
|
+
"name": "_variables.scss"
|
|
40856
|
+
}
|
|
40857
|
+
},
|
|
40858
|
+
{
|
|
40859
|
+
"description": "The text color of the PDFViewer free text annotation.\n",
|
|
40860
|
+
"commentRange": {
|
|
40861
|
+
"start": 131,
|
|
40862
|
+
"end": 132
|
|
40863
|
+
},
|
|
40864
|
+
"context": {
|
|
40865
|
+
"type": "variable",
|
|
40866
|
+
"name": "kendo-pdf-viewer-free-text-annotation-text",
|
|
40867
|
+
"value": "rgba(124, 22, 27, 0.7)",
|
|
40868
|
+
"scope": "default",
|
|
40869
|
+
"line": {
|
|
40870
|
+
"start": 133,
|
|
40871
|
+
"end": 133
|
|
40872
|
+
}
|
|
40873
|
+
},
|
|
40874
|
+
"group": [
|
|
40875
|
+
"pdf-viewer"
|
|
40876
|
+
],
|
|
40877
|
+
"access": "public",
|
|
40878
|
+
"file": {
|
|
40879
|
+
"path": "pdf-viewer/_variables.scss",
|
|
40880
|
+
"name": "_variables.scss"
|
|
40881
|
+
}
|
|
40882
|
+
},
|
|
40683
40883
|
{
|
|
40684
40884
|
"description": "The background color of the Picker components.\n",
|
|
40685
40885
|
"commentRange": {
|
|
@@ -62484,15 +62684,15 @@
|
|
|
62484
62684
|
}
|
|
62485
62685
|
},
|
|
62486
62686
|
{
|
|
62487
|
-
"description": "The color of the
|
|
62687
|
+
"description": "The text color of the outline Toolbar.\n",
|
|
62488
62688
|
"commentRange": {
|
|
62489
62689
|
"start": 75,
|
|
62490
62690
|
"end": 76
|
|
62491
62691
|
},
|
|
62492
62692
|
"context": {
|
|
62493
62693
|
"type": "variable",
|
|
62494
|
-
"name": "kendo-toolbar-
|
|
62495
|
-
"value": "
|
|
62694
|
+
"name": "kendo-toolbar-outline-text",
|
|
62695
|
+
"value": "$kendo-button-text",
|
|
62496
62696
|
"scope": "default",
|
|
62497
62697
|
"line": {
|
|
62498
62698
|
"start": 77,
|
|
@@ -62509,19 +62709,19 @@
|
|
|
62509
62709
|
}
|
|
62510
62710
|
},
|
|
62511
62711
|
{
|
|
62512
|
-
"description": "The
|
|
62712
|
+
"description": "The color of the border around the outline Toolbar.\n",
|
|
62513
62713
|
"commentRange": {
|
|
62514
|
-
"start":
|
|
62515
|
-
"end":
|
|
62714
|
+
"start": 78,
|
|
62715
|
+
"end": 79
|
|
62516
62716
|
},
|
|
62517
62717
|
"context": {
|
|
62518
62718
|
"type": "variable",
|
|
62519
|
-
"name": "kendo-toolbar-
|
|
62520
|
-
"value": "
|
|
62719
|
+
"name": "kendo-toolbar-outline-border",
|
|
62720
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5))",
|
|
62521
62721
|
"scope": "default",
|
|
62522
62722
|
"line": {
|
|
62523
|
-
"start":
|
|
62524
|
-
"end":
|
|
62723
|
+
"start": 80,
|
|
62724
|
+
"end": 80
|
|
62525
62725
|
}
|
|
62526
62726
|
},
|
|
62527
62727
|
"group": [
|
|
@@ -62534,19 +62734,19 @@
|
|
|
62534
62734
|
}
|
|
62535
62735
|
},
|
|
62536
62736
|
{
|
|
62537
|
-
"description": "The
|
|
62737
|
+
"description": "The gradient of the outline Toolbar.\n",
|
|
62538
62738
|
"commentRange": {
|
|
62539
|
-
"start":
|
|
62540
|
-
"end":
|
|
62739
|
+
"start": 81,
|
|
62740
|
+
"end": 82
|
|
62541
62741
|
},
|
|
62542
62742
|
"context": {
|
|
62543
62743
|
"type": "variable",
|
|
62544
|
-
"name": "kendo-toolbar-
|
|
62545
|
-
"value": "
|
|
62744
|
+
"name": "kendo-toolbar-outline-gradient",
|
|
62745
|
+
"value": "null",
|
|
62546
62746
|
"scope": "default",
|
|
62547
62747
|
"line": {
|
|
62548
|
-
"start":
|
|
62549
|
-
"end":
|
|
62748
|
+
"start": 83,
|
|
62749
|
+
"end": 83
|
|
62550
62750
|
}
|
|
62551
62751
|
},
|
|
62552
62752
|
"group": [
|
|
@@ -62559,15 +62759,40 @@
|
|
|
62559
62759
|
}
|
|
62560
62760
|
},
|
|
62561
62761
|
{
|
|
62562
|
-
"description": "
|
|
62762
|
+
"description": "The box shadow of the outline Toolbar.\n",
|
|
62763
|
+
"commentRange": {
|
|
62764
|
+
"start": 84,
|
|
62765
|
+
"end": 85
|
|
62766
|
+
},
|
|
62767
|
+
"context": {
|
|
62768
|
+
"type": "variable",
|
|
62769
|
+
"name": "kendo-toolbar-outline-shadow",
|
|
62770
|
+
"value": "null",
|
|
62771
|
+
"scope": "default",
|
|
62772
|
+
"line": {
|
|
62773
|
+
"start": 86,
|
|
62774
|
+
"end": 86
|
|
62775
|
+
}
|
|
62776
|
+
},
|
|
62777
|
+
"group": [
|
|
62778
|
+
"toolbar"
|
|
62779
|
+
],
|
|
62780
|
+
"access": "public",
|
|
62781
|
+
"file": {
|
|
62782
|
+
"path": "toolbar/_variables.scss",
|
|
62783
|
+
"name": "_variables.scss"
|
|
62784
|
+
}
|
|
62785
|
+
},
|
|
62786
|
+
{
|
|
62787
|
+
"description": "The width of the border around the outline Toolbar.\n",
|
|
62563
62788
|
"commentRange": {
|
|
62564
62789
|
"start": 87,
|
|
62565
62790
|
"end": 88
|
|
62566
62791
|
},
|
|
62567
62792
|
"context": {
|
|
62568
62793
|
"type": "variable",
|
|
62569
|
-
"name": "kendo-toolbar-
|
|
62570
|
-
"value": "
|
|
62794
|
+
"name": "kendo-toolbar-outline-border-width",
|
|
62795
|
+
"value": "$kendo-toolbar-border-width",
|
|
62571
62796
|
"scope": "default",
|
|
62572
62797
|
"line": {
|
|
62573
62798
|
"start": 89,
|
|
@@ -62584,18 +62809,143 @@
|
|
|
62584
62809
|
}
|
|
62585
62810
|
},
|
|
62586
62811
|
{
|
|
62587
|
-
"description": "The
|
|
62812
|
+
"description": "The text color of the flat Toolbar.\n",
|
|
62588
62813
|
"commentRange": {
|
|
62589
62814
|
"start": 91,
|
|
62590
62815
|
"end": 92
|
|
62591
62816
|
},
|
|
62592
62817
|
"context": {
|
|
62593
62818
|
"type": "variable",
|
|
62594
|
-
"name": "kendo-toolbar-
|
|
62595
|
-
"value": "
|
|
62819
|
+
"name": "kendo-toolbar-flat-text",
|
|
62820
|
+
"value": "null",
|
|
62596
62821
|
"scope": "default",
|
|
62597
62822
|
"line": {
|
|
62598
62823
|
"start": 93,
|
|
62824
|
+
"end": 93
|
|
62825
|
+
}
|
|
62826
|
+
},
|
|
62827
|
+
"group": [
|
|
62828
|
+
"toolbar"
|
|
62829
|
+
],
|
|
62830
|
+
"access": "public",
|
|
62831
|
+
"file": {
|
|
62832
|
+
"path": "toolbar/_variables.scss",
|
|
62833
|
+
"name": "_variables.scss"
|
|
62834
|
+
}
|
|
62835
|
+
},
|
|
62836
|
+
{
|
|
62837
|
+
"description": "The color of the border around the flat Toolbar.\n",
|
|
62838
|
+
"commentRange": {
|
|
62839
|
+
"start": 94,
|
|
62840
|
+
"end": 95
|
|
62841
|
+
},
|
|
62842
|
+
"context": {
|
|
62843
|
+
"type": "variable",
|
|
62844
|
+
"name": "kendo-toolbar-flat-border",
|
|
62845
|
+
"value": "$kendo-toolbar-border",
|
|
62846
|
+
"scope": "default",
|
|
62847
|
+
"line": {
|
|
62848
|
+
"start": 96,
|
|
62849
|
+
"end": 96
|
|
62850
|
+
}
|
|
62851
|
+
},
|
|
62852
|
+
"group": [
|
|
62853
|
+
"toolbar"
|
|
62854
|
+
],
|
|
62855
|
+
"access": "public",
|
|
62856
|
+
"file": {
|
|
62857
|
+
"path": "toolbar/_variables.scss",
|
|
62858
|
+
"name": "_variables.scss"
|
|
62859
|
+
}
|
|
62860
|
+
},
|
|
62861
|
+
{
|
|
62862
|
+
"description": "The gradient of the flat Toolbar.\n",
|
|
62863
|
+
"commentRange": {
|
|
62864
|
+
"start": 97,
|
|
62865
|
+
"end": 98
|
|
62866
|
+
},
|
|
62867
|
+
"context": {
|
|
62868
|
+
"type": "variable",
|
|
62869
|
+
"name": "kendo-toolbar-flat-gradient",
|
|
62870
|
+
"value": "null",
|
|
62871
|
+
"scope": "default",
|
|
62872
|
+
"line": {
|
|
62873
|
+
"start": 99,
|
|
62874
|
+
"end": 99
|
|
62875
|
+
}
|
|
62876
|
+
},
|
|
62877
|
+
"group": [
|
|
62878
|
+
"toolbar"
|
|
62879
|
+
],
|
|
62880
|
+
"access": "public",
|
|
62881
|
+
"file": {
|
|
62882
|
+
"path": "toolbar/_variables.scss",
|
|
62883
|
+
"name": "_variables.scss"
|
|
62884
|
+
}
|
|
62885
|
+
},
|
|
62886
|
+
{
|
|
62887
|
+
"description": "The box shadow of the flat Toolbar.\n",
|
|
62888
|
+
"commentRange": {
|
|
62889
|
+
"start": 100,
|
|
62890
|
+
"end": 101
|
|
62891
|
+
},
|
|
62892
|
+
"context": {
|
|
62893
|
+
"type": "variable",
|
|
62894
|
+
"name": "kendo-toolbar-flat-shadow",
|
|
62895
|
+
"value": "null",
|
|
62896
|
+
"scope": "default",
|
|
62897
|
+
"line": {
|
|
62898
|
+
"start": 102,
|
|
62899
|
+
"end": 102
|
|
62900
|
+
}
|
|
62901
|
+
},
|
|
62902
|
+
"group": [
|
|
62903
|
+
"toolbar"
|
|
62904
|
+
],
|
|
62905
|
+
"access": "public",
|
|
62906
|
+
"file": {
|
|
62907
|
+
"path": "toolbar/_variables.scss",
|
|
62908
|
+
"name": "_variables.scss"
|
|
62909
|
+
}
|
|
62910
|
+
},
|
|
62911
|
+
{
|
|
62912
|
+
"description": "Border width of the flat Toolbar.\n",
|
|
62913
|
+
"commentRange": {
|
|
62914
|
+
"start": 103,
|
|
62915
|
+
"end": 104
|
|
62916
|
+
},
|
|
62917
|
+
"context": {
|
|
62918
|
+
"type": "variable",
|
|
62919
|
+
"name": "kendo-toolbar-flat-border-width",
|
|
62920
|
+
"value": "1px",
|
|
62921
|
+
"scope": "default",
|
|
62922
|
+
"line": {
|
|
62923
|
+
"start": 105,
|
|
62924
|
+
"end": 105
|
|
62925
|
+
}
|
|
62926
|
+
},
|
|
62927
|
+
"group": [
|
|
62928
|
+
"toolbar"
|
|
62929
|
+
],
|
|
62930
|
+
"access": "public",
|
|
62931
|
+
"file": {
|
|
62932
|
+
"path": "toolbar/_variables.scss",
|
|
62933
|
+
"name": "_variables.scss"
|
|
62934
|
+
}
|
|
62935
|
+
},
|
|
62936
|
+
{
|
|
62937
|
+
"description": "The color of the separator border of the Toolbar.\n",
|
|
62938
|
+
"commentRange": {
|
|
62939
|
+
"start": 107,
|
|
62940
|
+
"end": 108
|
|
62941
|
+
},
|
|
62942
|
+
"context": {
|
|
62943
|
+
"type": "variable",
|
|
62944
|
+
"name": "kendo-toolbar-separator-border",
|
|
62945
|
+
"value": "inherit",
|
|
62946
|
+
"scope": "default",
|
|
62947
|
+
"line": {
|
|
62948
|
+
"start": 109,
|
|
62599
62949
|
"end": 109
|
|
62600
62950
|
}
|
|
62601
62951
|
},
|
|
@@ -62608,6 +62958,81 @@
|
|
|
62608
62958
|
"name": "_variables.scss"
|
|
62609
62959
|
}
|
|
62610
62960
|
},
|
|
62961
|
+
{
|
|
62962
|
+
"description": "The width of the input in the Toolbar.\n",
|
|
62963
|
+
"commentRange": {
|
|
62964
|
+
"start": 111,
|
|
62965
|
+
"end": 112
|
|
62966
|
+
},
|
|
62967
|
+
"context": {
|
|
62968
|
+
"type": "variable",
|
|
62969
|
+
"name": "kendo-toolbar-input-width",
|
|
62970
|
+
"value": "10em",
|
|
62971
|
+
"scope": "default",
|
|
62972
|
+
"line": {
|
|
62973
|
+
"start": 113,
|
|
62974
|
+
"end": 113
|
|
62975
|
+
}
|
|
62976
|
+
},
|
|
62977
|
+
"group": [
|
|
62978
|
+
"toolbar"
|
|
62979
|
+
],
|
|
62980
|
+
"access": "public",
|
|
62981
|
+
"file": {
|
|
62982
|
+
"path": "toolbar/_variables.scss",
|
|
62983
|
+
"name": "_variables.scss"
|
|
62984
|
+
}
|
|
62985
|
+
},
|
|
62986
|
+
{
|
|
62987
|
+
"description": "The box shadow of the focused Toolbar item.\n",
|
|
62988
|
+
"commentRange": {
|
|
62989
|
+
"start": 115,
|
|
62990
|
+
"end": 116
|
|
62991
|
+
},
|
|
62992
|
+
"context": {
|
|
62993
|
+
"type": "variable",
|
|
62994
|
+
"name": "kendo-toolbar-item-shadow",
|
|
62995
|
+
"value": "$kendo-button-focus-shadow",
|
|
62996
|
+
"scope": "default",
|
|
62997
|
+
"line": {
|
|
62998
|
+
"start": 117,
|
|
62999
|
+
"end": 117
|
|
63000
|
+
}
|
|
63001
|
+
},
|
|
63002
|
+
"group": [
|
|
63003
|
+
"toolbar"
|
|
63004
|
+
],
|
|
63005
|
+
"access": "public",
|
|
63006
|
+
"file": {
|
|
63007
|
+
"path": "toolbar/_variables.scss",
|
|
63008
|
+
"name": "_variables.scss"
|
|
63009
|
+
}
|
|
63010
|
+
},
|
|
63011
|
+
{
|
|
63012
|
+
"description": "The sizes map for the Toolbar.\n",
|
|
63013
|
+
"commentRange": {
|
|
63014
|
+
"start": 119,
|
|
63015
|
+
"end": 120
|
|
63016
|
+
},
|
|
63017
|
+
"context": {
|
|
63018
|
+
"type": "variable",
|
|
63019
|
+
"name": "kendo-toolbar-sizes",
|
|
63020
|
+
"value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing\n )\n)",
|
|
63021
|
+
"scope": "default",
|
|
63022
|
+
"line": {
|
|
63023
|
+
"start": 121,
|
|
63024
|
+
"end": 137
|
|
63025
|
+
}
|
|
63026
|
+
},
|
|
63027
|
+
"group": [
|
|
63028
|
+
"toolbar"
|
|
63029
|
+
],
|
|
63030
|
+
"access": "public",
|
|
63031
|
+
"file": {
|
|
63032
|
+
"path": "toolbar/_variables.scss",
|
|
63033
|
+
"name": "_variables.scss"
|
|
63034
|
+
}
|
|
63035
|
+
},
|
|
62611
63036
|
{
|
|
62612
63037
|
"description": "The vertical padding of the Tooltip.\n",
|
|
62613
63038
|
"commentRange": {
|