@progress/kendo-theme-material 9.1.0-dev.4 → 9.1.0-dev.5
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 +466 -83
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/sassdoc-data.json +1042 -118
- package/dist/meta/sassdoc-raw-data.json +475 -50
- package/dist/meta/variables.json +100 -12
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.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/toolbar/_layout.scss +4 -0
- package/scss/toolbar/_variables.scss +34 -6
|
@@ -29606,14 +29606,14 @@
|
|
|
29606
29606
|
}
|
|
29607
29607
|
},
|
|
29608
29608
|
{
|
|
29609
|
-
"description": "The color of the '
|
|
29609
|
+
"description": "The color of the 'Option Label' text.\n",
|
|
29610
29610
|
"commentRange": {
|
|
29611
29611
|
"start": 245,
|
|
29612
29612
|
"end": 246
|
|
29613
29613
|
},
|
|
29614
29614
|
"context": {
|
|
29615
29615
|
"type": "variable",
|
|
29616
|
-
"name": "kendo-list-
|
|
29616
|
+
"name": "kendo-list-option-label-text",
|
|
29617
29617
|
"value": "$kendo-subtle-text",
|
|
29618
29618
|
"scope": "default",
|
|
29619
29619
|
"line": {
|
|
@@ -29630,31 +29630,6 @@
|
|
|
29630
29630
|
"name": "_variables.scss"
|
|
29631
29631
|
}
|
|
29632
29632
|
},
|
|
29633
|
-
{
|
|
29634
|
-
"description": "The color of the 'Option Label' text.\n",
|
|
29635
|
-
"commentRange": {
|
|
29636
|
-
"start": 249,
|
|
29637
|
-
"end": 250
|
|
29638
|
-
},
|
|
29639
|
-
"context": {
|
|
29640
|
-
"type": "variable",
|
|
29641
|
-
"name": "kendo-list-option-label-text",
|
|
29642
|
-
"value": "$kendo-subtle-text",
|
|
29643
|
-
"scope": "default",
|
|
29644
|
-
"line": {
|
|
29645
|
-
"start": 251,
|
|
29646
|
-
"end": 251
|
|
29647
|
-
}
|
|
29648
|
-
},
|
|
29649
|
-
"group": [
|
|
29650
|
-
"list"
|
|
29651
|
-
],
|
|
29652
|
-
"access": "public",
|
|
29653
|
-
"file": {
|
|
29654
|
-
"path": "list/_variables.scss",
|
|
29655
|
-
"name": "_variables.scss"
|
|
29656
|
-
}
|
|
29657
|
-
},
|
|
29658
29633
|
{
|
|
29659
29634
|
"description": "The spacing between the ListBox elements.\n",
|
|
29660
29635
|
"commentRange": {
|
|
@@ -33980,6 +33955,56 @@
|
|
|
33980
33955
|
"name": "_variables.scss"
|
|
33981
33956
|
}
|
|
33982
33957
|
},
|
|
33958
|
+
{
|
|
33959
|
+
"description": "The minimum height of the 'No Data' text container.\n",
|
|
33960
|
+
"commentRange": {
|
|
33961
|
+
"start": 1,
|
|
33962
|
+
"end": 2
|
|
33963
|
+
},
|
|
33964
|
+
"context": {
|
|
33965
|
+
"type": "variable",
|
|
33966
|
+
"name": "kendo-no-data-min-height",
|
|
33967
|
+
"value": "140px",
|
|
33968
|
+
"scope": "default",
|
|
33969
|
+
"line": {
|
|
33970
|
+
"start": 3,
|
|
33971
|
+
"end": 3
|
|
33972
|
+
}
|
|
33973
|
+
},
|
|
33974
|
+
"group": [
|
|
33975
|
+
"no-data"
|
|
33976
|
+
],
|
|
33977
|
+
"access": "public",
|
|
33978
|
+
"file": {
|
|
33979
|
+
"path": "no-data/_variables.scss",
|
|
33980
|
+
"name": "_variables.scss"
|
|
33981
|
+
}
|
|
33982
|
+
},
|
|
33983
|
+
{
|
|
33984
|
+
"description": "The color of the 'No Data' text.\n",
|
|
33985
|
+
"commentRange": {
|
|
33986
|
+
"start": 5,
|
|
33987
|
+
"end": 6
|
|
33988
|
+
},
|
|
33989
|
+
"context": {
|
|
33990
|
+
"type": "variable",
|
|
33991
|
+
"name": "kendo-no-data-text",
|
|
33992
|
+
"value": "$kendo-subtle-text",
|
|
33993
|
+
"scope": "default",
|
|
33994
|
+
"line": {
|
|
33995
|
+
"start": 7,
|
|
33996
|
+
"end": 7
|
|
33997
|
+
}
|
|
33998
|
+
},
|
|
33999
|
+
"group": [
|
|
34000
|
+
"no-data"
|
|
34001
|
+
],
|
|
34002
|
+
"access": "public",
|
|
34003
|
+
"file": {
|
|
34004
|
+
"path": "no-data/_variables.scss",
|
|
34005
|
+
"name": "_variables.scss"
|
|
34006
|
+
}
|
|
34007
|
+
},
|
|
33983
34008
|
{
|
|
33984
34009
|
"description": "The row-gap between the elements in the Notification group.\n",
|
|
33985
34010
|
"commentRange": {
|
|
@@ -40080,6 +40105,181 @@
|
|
|
40080
40105
|
"name": "_variables.scss"
|
|
40081
40106
|
}
|
|
40082
40107
|
},
|
|
40108
|
+
{
|
|
40109
|
+
"description": "The vertical padding of the PDFViewer popup.\n",
|
|
40110
|
+
"commentRange": {
|
|
40111
|
+
"start": 112,
|
|
40112
|
+
"end": 113
|
|
40113
|
+
},
|
|
40114
|
+
"context": {
|
|
40115
|
+
"type": "variable",
|
|
40116
|
+
"name": "kendo-pdf-viewer-popup-padding-x",
|
|
40117
|
+
"value": "k-spacing(2)",
|
|
40118
|
+
"scope": "default",
|
|
40119
|
+
"line": {
|
|
40120
|
+
"start": 114,
|
|
40121
|
+
"end": 114
|
|
40122
|
+
}
|
|
40123
|
+
},
|
|
40124
|
+
"group": [
|
|
40125
|
+
"pdf-viewer"
|
|
40126
|
+
],
|
|
40127
|
+
"access": "public",
|
|
40128
|
+
"file": {
|
|
40129
|
+
"path": "pdf-viewer/_variables.scss",
|
|
40130
|
+
"name": "_variables.scss"
|
|
40131
|
+
}
|
|
40132
|
+
},
|
|
40133
|
+
{
|
|
40134
|
+
"description": "The horizontal padding of the PDFViewer popup.\n",
|
|
40135
|
+
"commentRange": {
|
|
40136
|
+
"start": 115,
|
|
40137
|
+
"end": 116
|
|
40138
|
+
},
|
|
40139
|
+
"context": {
|
|
40140
|
+
"type": "variable",
|
|
40141
|
+
"name": "kendo-pdf-viewer-popup-padding-y",
|
|
40142
|
+
"value": "$kendo-pdf-viewer-popup-padding-x",
|
|
40143
|
+
"scope": "default",
|
|
40144
|
+
"line": {
|
|
40145
|
+
"start": 117,
|
|
40146
|
+
"end": 117
|
|
40147
|
+
}
|
|
40148
|
+
},
|
|
40149
|
+
"group": [
|
|
40150
|
+
"pdf-viewer"
|
|
40151
|
+
],
|
|
40152
|
+
"access": "public",
|
|
40153
|
+
"file": {
|
|
40154
|
+
"path": "pdf-viewer/_variables.scss",
|
|
40155
|
+
"name": "_variables.scss"
|
|
40156
|
+
}
|
|
40157
|
+
},
|
|
40158
|
+
{
|
|
40159
|
+
"description": "The border color of the PDFViewer selected highlight annotation.\n",
|
|
40160
|
+
"commentRange": {
|
|
40161
|
+
"start": 119,
|
|
40162
|
+
"end": 120
|
|
40163
|
+
},
|
|
40164
|
+
"context": {
|
|
40165
|
+
"type": "variable",
|
|
40166
|
+
"name": "kendo-pdf-viewer-highlight-annotation-border",
|
|
40167
|
+
"value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
|
|
40168
|
+
"scope": "default",
|
|
40169
|
+
"line": {
|
|
40170
|
+
"start": 121,
|
|
40171
|
+
"end": 121
|
|
40172
|
+
}
|
|
40173
|
+
},
|
|
40174
|
+
"group": [
|
|
40175
|
+
"pdf-viewer"
|
|
40176
|
+
],
|
|
40177
|
+
"access": "public",
|
|
40178
|
+
"file": {
|
|
40179
|
+
"path": "pdf-viewer/_variables.scss",
|
|
40180
|
+
"name": "_variables.scss"
|
|
40181
|
+
}
|
|
40182
|
+
},
|
|
40183
|
+
{
|
|
40184
|
+
"description": "The background color of the PDFViewer hover highlight annotation.\n",
|
|
40185
|
+
"commentRange": {
|
|
40186
|
+
"start": 122,
|
|
40187
|
+
"end": 123
|
|
40188
|
+
},
|
|
40189
|
+
"context": {
|
|
40190
|
+
"type": "variable",
|
|
40191
|
+
"name": "kendo-pdf-viewer-highlight-annotation-hover-border",
|
|
40192
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
|
|
40193
|
+
"scope": "default",
|
|
40194
|
+
"line": {
|
|
40195
|
+
"start": 124,
|
|
40196
|
+
"end": 124
|
|
40197
|
+
}
|
|
40198
|
+
},
|
|
40199
|
+
"group": [
|
|
40200
|
+
"pdf-viewer"
|
|
40201
|
+
],
|
|
40202
|
+
"access": "public",
|
|
40203
|
+
"file": {
|
|
40204
|
+
"path": "pdf-viewer/_variables.scss",
|
|
40205
|
+
"name": "_variables.scss"
|
|
40206
|
+
}
|
|
40207
|
+
},
|
|
40208
|
+
{
|
|
40209
|
+
"description": "The border color of the PDFViewer selected free text annotation.\n",
|
|
40210
|
+
"commentRange": {
|
|
40211
|
+
"start": 125,
|
|
40212
|
+
"end": 126
|
|
40213
|
+
},
|
|
40214
|
+
"context": {
|
|
40215
|
+
"type": "variable",
|
|
40216
|
+
"name": "kendo-pdf-viewer-free-text-annotation-border",
|
|
40217
|
+
"value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
|
|
40218
|
+
"scope": "default",
|
|
40219
|
+
"line": {
|
|
40220
|
+
"start": 127,
|
|
40221
|
+
"end": 127
|
|
40222
|
+
}
|
|
40223
|
+
},
|
|
40224
|
+
"group": [
|
|
40225
|
+
"pdf-viewer"
|
|
40226
|
+
],
|
|
40227
|
+
"access": "public",
|
|
40228
|
+
"file": {
|
|
40229
|
+
"path": "pdf-viewer/_variables.scss",
|
|
40230
|
+
"name": "_variables.scss"
|
|
40231
|
+
}
|
|
40232
|
+
},
|
|
40233
|
+
{
|
|
40234
|
+
"description": "The placeholder text color of the PDFViewer free text annotation.\n",
|
|
40235
|
+
"commentRange": {
|
|
40236
|
+
"start": 128,
|
|
40237
|
+
"end": 129
|
|
40238
|
+
},
|
|
40239
|
+
"context": {
|
|
40240
|
+
"type": "variable",
|
|
40241
|
+
"name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
|
|
40242
|
+
"value": "rgba(124, 22, 27, 0.5)",
|
|
40243
|
+
"scope": "default",
|
|
40244
|
+
"line": {
|
|
40245
|
+
"start": 130,
|
|
40246
|
+
"end": 130
|
|
40247
|
+
}
|
|
40248
|
+
},
|
|
40249
|
+
"group": [
|
|
40250
|
+
"pdf-viewer"
|
|
40251
|
+
],
|
|
40252
|
+
"access": "public",
|
|
40253
|
+
"file": {
|
|
40254
|
+
"path": "pdf-viewer/_variables.scss",
|
|
40255
|
+
"name": "_variables.scss"
|
|
40256
|
+
}
|
|
40257
|
+
},
|
|
40258
|
+
{
|
|
40259
|
+
"description": "The text color of the PDFViewer free text annotation.\n",
|
|
40260
|
+
"commentRange": {
|
|
40261
|
+
"start": 131,
|
|
40262
|
+
"end": 132
|
|
40263
|
+
},
|
|
40264
|
+
"context": {
|
|
40265
|
+
"type": "variable",
|
|
40266
|
+
"name": "kendo-pdf-viewer-free-text-annotation-text",
|
|
40267
|
+
"value": "rgba(124, 22, 27, 0.7)",
|
|
40268
|
+
"scope": "default",
|
|
40269
|
+
"line": {
|
|
40270
|
+
"start": 133,
|
|
40271
|
+
"end": 133
|
|
40272
|
+
}
|
|
40273
|
+
},
|
|
40274
|
+
"group": [
|
|
40275
|
+
"pdf-viewer"
|
|
40276
|
+
],
|
|
40277
|
+
"access": "public",
|
|
40278
|
+
"file": {
|
|
40279
|
+
"path": "pdf-viewer/_variables.scss",
|
|
40280
|
+
"name": "_variables.scss"
|
|
40281
|
+
}
|
|
40282
|
+
},
|
|
40083
40283
|
{
|
|
40084
40284
|
"description": "The background color of the Picker components.\n",
|
|
40085
40285
|
"commentRange": {
|
|
@@ -62301,7 +62501,7 @@
|
|
|
62301
62501
|
"context": {
|
|
62302
62502
|
"type": "variable",
|
|
62303
62503
|
"name": "kendo-toolbar-border",
|
|
62304
|
-
"value": "
|
|
62504
|
+
"value": "$kendo-component-border",
|
|
62305
62505
|
"scope": "default",
|
|
62306
62506
|
"line": {
|
|
62307
62507
|
"start": 67,
|
|
@@ -62368,15 +62568,15 @@
|
|
|
62368
62568
|
}
|
|
62369
62569
|
},
|
|
62370
62570
|
{
|
|
62371
|
-
"description": "The color of the
|
|
62571
|
+
"description": "The text color of the outline Toolbar.\n",
|
|
62372
62572
|
"commentRange": {
|
|
62373
62573
|
"start": 75,
|
|
62374
62574
|
"end": 76
|
|
62375
62575
|
},
|
|
62376
62576
|
"context": {
|
|
62377
62577
|
"type": "variable",
|
|
62378
|
-
"name": "kendo-toolbar-
|
|
62379
|
-
"value": "
|
|
62578
|
+
"name": "kendo-toolbar-outline-text",
|
|
62579
|
+
"value": "null",
|
|
62380
62580
|
"scope": "default",
|
|
62381
62581
|
"line": {
|
|
62382
62582
|
"start": 77,
|
|
@@ -62393,19 +62593,19 @@
|
|
|
62393
62593
|
}
|
|
62394
62594
|
},
|
|
62395
62595
|
{
|
|
62396
|
-
"description": "The
|
|
62596
|
+
"description": "The color of the border around the outline Toolbar.\n",
|
|
62397
62597
|
"commentRange": {
|
|
62398
|
-
"start":
|
|
62399
|
-
"end":
|
|
62598
|
+
"start": 78,
|
|
62599
|
+
"end": 79
|
|
62400
62600
|
},
|
|
62401
62601
|
"context": {
|
|
62402
62602
|
"type": "variable",
|
|
62403
|
-
"name": "kendo-toolbar-
|
|
62404
|
-
"value": "
|
|
62603
|
+
"name": "kendo-toolbar-outline-border",
|
|
62604
|
+
"value": "currentColor",
|
|
62405
62605
|
"scope": "default",
|
|
62406
62606
|
"line": {
|
|
62407
|
-
"start":
|
|
62408
|
-
"end":
|
|
62607
|
+
"start": 80,
|
|
62608
|
+
"end": 80
|
|
62409
62609
|
}
|
|
62410
62610
|
},
|
|
62411
62611
|
"group": [
|
|
@@ -62418,19 +62618,19 @@
|
|
|
62418
62618
|
}
|
|
62419
62619
|
},
|
|
62420
62620
|
{
|
|
62421
|
-
"description": "The
|
|
62621
|
+
"description": "The gradient of the outline Toolbar.\n",
|
|
62422
62622
|
"commentRange": {
|
|
62423
|
-
"start":
|
|
62424
|
-
"end":
|
|
62623
|
+
"start": 81,
|
|
62624
|
+
"end": 82
|
|
62425
62625
|
},
|
|
62426
62626
|
"context": {
|
|
62427
62627
|
"type": "variable",
|
|
62428
|
-
"name": "kendo-toolbar-
|
|
62429
|
-
"value": "
|
|
62628
|
+
"name": "kendo-toolbar-outline-gradient",
|
|
62629
|
+
"value": "null",
|
|
62430
62630
|
"scope": "default",
|
|
62431
62631
|
"line": {
|
|
62432
|
-
"start":
|
|
62433
|
-
"end":
|
|
62632
|
+
"start": 83,
|
|
62633
|
+
"end": 83
|
|
62434
62634
|
}
|
|
62435
62635
|
},
|
|
62436
62636
|
"group": [
|
|
@@ -62443,14 +62643,39 @@
|
|
|
62443
62643
|
}
|
|
62444
62644
|
},
|
|
62445
62645
|
{
|
|
62446
|
-
"description": "
|
|
62646
|
+
"description": "The box shadow of the outline Toolbar.\n",
|
|
62647
|
+
"commentRange": {
|
|
62648
|
+
"start": 84,
|
|
62649
|
+
"end": 85
|
|
62650
|
+
},
|
|
62651
|
+
"context": {
|
|
62652
|
+
"type": "variable",
|
|
62653
|
+
"name": "kendo-toolbar-outline-shadow",
|
|
62654
|
+
"value": "none",
|
|
62655
|
+
"scope": "default",
|
|
62656
|
+
"line": {
|
|
62657
|
+
"start": 86,
|
|
62658
|
+
"end": 86
|
|
62659
|
+
}
|
|
62660
|
+
},
|
|
62661
|
+
"group": [
|
|
62662
|
+
"toolbar"
|
|
62663
|
+
],
|
|
62664
|
+
"access": "public",
|
|
62665
|
+
"file": {
|
|
62666
|
+
"path": "toolbar/_variables.scss",
|
|
62667
|
+
"name": "_variables.scss"
|
|
62668
|
+
}
|
|
62669
|
+
},
|
|
62670
|
+
{
|
|
62671
|
+
"description": "The width of the border around the outline Toolbar.\n",
|
|
62447
62672
|
"commentRange": {
|
|
62448
62673
|
"start": 87,
|
|
62449
62674
|
"end": 88
|
|
62450
62675
|
},
|
|
62451
62676
|
"context": {
|
|
62452
62677
|
"type": "variable",
|
|
62453
|
-
"name": "kendo-toolbar-
|
|
62678
|
+
"name": "kendo-toolbar-outline-border-width",
|
|
62454
62679
|
"value": "1px",
|
|
62455
62680
|
"scope": "default",
|
|
62456
62681
|
"line": {
|
|
@@ -62468,18 +62693,143 @@
|
|
|
62468
62693
|
}
|
|
62469
62694
|
},
|
|
62470
62695
|
{
|
|
62471
|
-
"description": "The
|
|
62696
|
+
"description": "The text color of the flat Toolbar.\n",
|
|
62472
62697
|
"commentRange": {
|
|
62473
62698
|
"start": 91,
|
|
62474
62699
|
"end": 92
|
|
62475
62700
|
},
|
|
62476
62701
|
"context": {
|
|
62477
62702
|
"type": "variable",
|
|
62478
|
-
"name": "kendo-toolbar-
|
|
62479
|
-
"value": "
|
|
62703
|
+
"name": "kendo-toolbar-flat-text",
|
|
62704
|
+
"value": "null",
|
|
62480
62705
|
"scope": "default",
|
|
62481
62706
|
"line": {
|
|
62482
62707
|
"start": 93,
|
|
62708
|
+
"end": 93
|
|
62709
|
+
}
|
|
62710
|
+
},
|
|
62711
|
+
"group": [
|
|
62712
|
+
"toolbar"
|
|
62713
|
+
],
|
|
62714
|
+
"access": "public",
|
|
62715
|
+
"file": {
|
|
62716
|
+
"path": "toolbar/_variables.scss",
|
|
62717
|
+
"name": "_variables.scss"
|
|
62718
|
+
}
|
|
62719
|
+
},
|
|
62720
|
+
{
|
|
62721
|
+
"description": "The color of the border around the flat Toolbar.\n",
|
|
62722
|
+
"commentRange": {
|
|
62723
|
+
"start": 94,
|
|
62724
|
+
"end": 95
|
|
62725
|
+
},
|
|
62726
|
+
"context": {
|
|
62727
|
+
"type": "variable",
|
|
62728
|
+
"name": "kendo-toolbar-flat-border",
|
|
62729
|
+
"value": "$kendo-toolbar-border",
|
|
62730
|
+
"scope": "default",
|
|
62731
|
+
"line": {
|
|
62732
|
+
"start": 96,
|
|
62733
|
+
"end": 96
|
|
62734
|
+
}
|
|
62735
|
+
},
|
|
62736
|
+
"group": [
|
|
62737
|
+
"toolbar"
|
|
62738
|
+
],
|
|
62739
|
+
"access": "public",
|
|
62740
|
+
"file": {
|
|
62741
|
+
"path": "toolbar/_variables.scss",
|
|
62742
|
+
"name": "_variables.scss"
|
|
62743
|
+
}
|
|
62744
|
+
},
|
|
62745
|
+
{
|
|
62746
|
+
"description": "The gradient of the flat Toolbar.\n",
|
|
62747
|
+
"commentRange": {
|
|
62748
|
+
"start": 97,
|
|
62749
|
+
"end": 98
|
|
62750
|
+
},
|
|
62751
|
+
"context": {
|
|
62752
|
+
"type": "variable",
|
|
62753
|
+
"name": "kendo-toolbar-flat-gradient",
|
|
62754
|
+
"value": "null",
|
|
62755
|
+
"scope": "default",
|
|
62756
|
+
"line": {
|
|
62757
|
+
"start": 99,
|
|
62758
|
+
"end": 99
|
|
62759
|
+
}
|
|
62760
|
+
},
|
|
62761
|
+
"group": [
|
|
62762
|
+
"toolbar"
|
|
62763
|
+
],
|
|
62764
|
+
"access": "public",
|
|
62765
|
+
"file": {
|
|
62766
|
+
"path": "toolbar/_variables.scss",
|
|
62767
|
+
"name": "_variables.scss"
|
|
62768
|
+
}
|
|
62769
|
+
},
|
|
62770
|
+
{
|
|
62771
|
+
"description": "The box shadow of the flat Toolbar.\n",
|
|
62772
|
+
"commentRange": {
|
|
62773
|
+
"start": 100,
|
|
62774
|
+
"end": 101
|
|
62775
|
+
},
|
|
62776
|
+
"context": {
|
|
62777
|
+
"type": "variable",
|
|
62778
|
+
"name": "kendo-toolbar-flat-shadow",
|
|
62779
|
+
"value": "0 2px 0 -1px $kendo-component-border",
|
|
62780
|
+
"scope": "default",
|
|
62781
|
+
"line": {
|
|
62782
|
+
"start": 102,
|
|
62783
|
+
"end": 102
|
|
62784
|
+
}
|
|
62785
|
+
},
|
|
62786
|
+
"group": [
|
|
62787
|
+
"toolbar"
|
|
62788
|
+
],
|
|
62789
|
+
"access": "public",
|
|
62790
|
+
"file": {
|
|
62791
|
+
"path": "toolbar/_variables.scss",
|
|
62792
|
+
"name": "_variables.scss"
|
|
62793
|
+
}
|
|
62794
|
+
},
|
|
62795
|
+
{
|
|
62796
|
+
"description": "Border width of the flat Toolbar.\n",
|
|
62797
|
+
"commentRange": {
|
|
62798
|
+
"start": 103,
|
|
62799
|
+
"end": 104
|
|
62800
|
+
},
|
|
62801
|
+
"context": {
|
|
62802
|
+
"type": "variable",
|
|
62803
|
+
"name": "kendo-toolbar-flat-border-width",
|
|
62804
|
+
"value": "1px",
|
|
62805
|
+
"scope": "default",
|
|
62806
|
+
"line": {
|
|
62807
|
+
"start": 105,
|
|
62808
|
+
"end": 105
|
|
62809
|
+
}
|
|
62810
|
+
},
|
|
62811
|
+
"group": [
|
|
62812
|
+
"toolbar"
|
|
62813
|
+
],
|
|
62814
|
+
"access": "public",
|
|
62815
|
+
"file": {
|
|
62816
|
+
"path": "toolbar/_variables.scss",
|
|
62817
|
+
"name": "_variables.scss"
|
|
62818
|
+
}
|
|
62819
|
+
},
|
|
62820
|
+
{
|
|
62821
|
+
"description": "The color of the separator border of the Toolbar.\n",
|
|
62822
|
+
"commentRange": {
|
|
62823
|
+
"start": 107,
|
|
62824
|
+
"end": 108
|
|
62825
|
+
},
|
|
62826
|
+
"context": {
|
|
62827
|
+
"type": "variable",
|
|
62828
|
+
"name": "kendo-toolbar-separator-border",
|
|
62829
|
+
"value": "inherit",
|
|
62830
|
+
"scope": "default",
|
|
62831
|
+
"line": {
|
|
62832
|
+
"start": 109,
|
|
62483
62833
|
"end": 109
|
|
62484
62834
|
}
|
|
62485
62835
|
},
|
|
@@ -62492,6 +62842,81 @@
|
|
|
62492
62842
|
"name": "_variables.scss"
|
|
62493
62843
|
}
|
|
62494
62844
|
},
|
|
62845
|
+
{
|
|
62846
|
+
"description": "The width of the input in the Toolbar.\n",
|
|
62847
|
+
"commentRange": {
|
|
62848
|
+
"start": 111,
|
|
62849
|
+
"end": 112
|
|
62850
|
+
},
|
|
62851
|
+
"context": {
|
|
62852
|
+
"type": "variable",
|
|
62853
|
+
"name": "kendo-toolbar-input-width",
|
|
62854
|
+
"value": "10em",
|
|
62855
|
+
"scope": "default",
|
|
62856
|
+
"line": {
|
|
62857
|
+
"start": 113,
|
|
62858
|
+
"end": 113
|
|
62859
|
+
}
|
|
62860
|
+
},
|
|
62861
|
+
"group": [
|
|
62862
|
+
"toolbar"
|
|
62863
|
+
],
|
|
62864
|
+
"access": "public",
|
|
62865
|
+
"file": {
|
|
62866
|
+
"path": "toolbar/_variables.scss",
|
|
62867
|
+
"name": "_variables.scss"
|
|
62868
|
+
}
|
|
62869
|
+
},
|
|
62870
|
+
{
|
|
62871
|
+
"description": "The box shadow of the focused Toolbar item.\n",
|
|
62872
|
+
"commentRange": {
|
|
62873
|
+
"start": 115,
|
|
62874
|
+
"end": 116
|
|
62875
|
+
},
|
|
62876
|
+
"context": {
|
|
62877
|
+
"type": "variable",
|
|
62878
|
+
"name": "kendo-toolbar-item-shadow",
|
|
62879
|
+
"value": "0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12)",
|
|
62880
|
+
"scope": "default",
|
|
62881
|
+
"line": {
|
|
62882
|
+
"start": 117,
|
|
62883
|
+
"end": 117
|
|
62884
|
+
}
|
|
62885
|
+
},
|
|
62886
|
+
"group": [
|
|
62887
|
+
"toolbar"
|
|
62888
|
+
],
|
|
62889
|
+
"access": "public",
|
|
62890
|
+
"file": {
|
|
62891
|
+
"path": "toolbar/_variables.scss",
|
|
62892
|
+
"name": "_variables.scss"
|
|
62893
|
+
}
|
|
62894
|
+
},
|
|
62895
|
+
{
|
|
62896
|
+
"description": "The sizes map for the Toolbar.\n",
|
|
62897
|
+
"commentRange": {
|
|
62898
|
+
"start": 119,
|
|
62899
|
+
"end": 120
|
|
62900
|
+
},
|
|
62901
|
+
"context": {
|
|
62902
|
+
"type": "variable",
|
|
62903
|
+
"name": "kendo-toolbar-sizes",
|
|
62904
|
+
"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)",
|
|
62905
|
+
"scope": "default",
|
|
62906
|
+
"line": {
|
|
62907
|
+
"start": 121,
|
|
62908
|
+
"end": 137
|
|
62909
|
+
}
|
|
62910
|
+
},
|
|
62911
|
+
"group": [
|
|
62912
|
+
"toolbar"
|
|
62913
|
+
],
|
|
62914
|
+
"access": "public",
|
|
62915
|
+
"file": {
|
|
62916
|
+
"path": "toolbar/_variables.scss",
|
|
62917
|
+
"name": "_variables.scss"
|
|
62918
|
+
}
|
|
62919
|
+
},
|
|
62495
62920
|
{
|
|
62496
62921
|
"description": "The vertical padding of the Tooltip.\n",
|
|
62497
62922
|
"commentRange": {
|