@progress/kendo-theme-fluent 8.1.0-dev.0 → 8.1.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/fluent-main-dark.css +1 -0
- package/dist/fluent-main-dark.scss +156 -0
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +1122 -43
- package/dist/meta/sassdoc-raw-data.json +525 -72
- package/dist/meta/variables.json +86 -15
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main-dark.json +768 -0
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/button/_theme.scss +6 -0
- package/scss/core/_index.scss +3 -5
- package/scss/core/color-system/_swatch-legacy.scss +10 -2
- package/scss/core/color-system/_swatch.scss +9 -3
- package/scss/core/module-system/_components.scss +2 -1
- package/scss/daterangepicker/_theme.scss +1 -1
- package/scss/fab/_theme.scss +1 -1
- package/scss/forms/_theme.scss +6 -0
- package/scss/gantt/index.scss +2 -1
- package/scss/grid/_theme.scss +2 -2
- package/scss/index.scss +6 -0
- package/scss/loader/_layout.scss +130 -0
- package/scss/loader/_variables.scss +14 -0
- package/scss/loader/index.scss +1 -0
- package/scss/panel/_layout.scss +29 -0
- package/scss/panel/_theme.scss +22 -0
- package/scss/panel/_variables.scss +36 -0
- package/scss/panel/index.scss +23 -0
- package/scss/popup/_layout.scss +25 -8
- package/scss/rating/_theme.scss +1 -1
- package/scss/scheduler/index.scss +2 -1
- package/scss/time-marker/_layout.scss +19 -0
- package/scss/time-marker/_theme.scss +21 -0
- package/scss/time-marker/_variables.scss +6 -0
- package/scss/time-marker/index.scss +22 -0
- package/scss/typography/_layout.scss +4 -0
- package/scss/core/helpers/_animations.scss +0 -706
- package/scss/core/helpers/_asp-fallback.scss +0 -4
- package/scss/core/helpers/_extra.scss +0 -22
- package/scss/core/helpers/_index.scss +0 -9
- package/scss/core/helpers/_indicators.scss +0 -33
- package/scss/core/helpers/_normalize.scss +0 -11
- package/scss/core/helpers/_reset.scss +0 -19
- package/scss/core/helpers/_resizing.scss +0 -120
- package/scss/core/helpers/_scrollbar.scss +0 -25
- package/scss/core/helpers/_spacer.scss +0 -13
|
@@ -23518,30 +23518,6 @@
|
|
|
23518
23518
|
"name": "_variables.scss"
|
|
23519
23519
|
}
|
|
23520
23520
|
},
|
|
23521
|
-
{
|
|
23522
|
-
"description": "This class could be assigned to elements which should be visually hidden, but remain accessible for screen readers.\n",
|
|
23523
|
-
"commentRange": {
|
|
23524
|
-
"start": 13,
|
|
23525
|
-
"end": 15
|
|
23526
|
-
},
|
|
23527
|
-
"context": {
|
|
23528
|
-
"type": "css",
|
|
23529
|
-
"name": ". k-sr-only",
|
|
23530
|
-
"value": "position: absolute;\n left: -1px;\n width: 1px;\n height: 1px;\n overflow: hidden;",
|
|
23531
|
-
"line": {
|
|
23532
|
-
"start": 16,
|
|
23533
|
-
"end": 23
|
|
23534
|
-
}
|
|
23535
|
-
},
|
|
23536
|
-
"group": [
|
|
23537
|
-
"extra"
|
|
23538
|
-
],
|
|
23539
|
-
"access": "public",
|
|
23540
|
-
"file": {
|
|
23541
|
-
"path": "core/helpers/_extra.scss",
|
|
23542
|
-
"name": "_extra.scss"
|
|
23543
|
-
}
|
|
23544
|
-
},
|
|
23545
23521
|
{
|
|
23546
23522
|
"description": "The space between the FileManager items.\n",
|
|
23547
23523
|
"commentRange": {
|
|
@@ -41467,6 +41443,106 @@
|
|
|
41467
41443
|
"name": "_variables.scss"
|
|
41468
41444
|
}
|
|
41469
41445
|
},
|
|
41446
|
+
{
|
|
41447
|
+
"description": "The background color of the Loading indicator.\n",
|
|
41448
|
+
"commentRange": {
|
|
41449
|
+
"start": 192,
|
|
41450
|
+
"end": 193
|
|
41451
|
+
},
|
|
41452
|
+
"context": {
|
|
41453
|
+
"type": "variable",
|
|
41454
|
+
"name": "kendo-loading-bg",
|
|
41455
|
+
"value": "var( --kendo-component-bg, initial )",
|
|
41456
|
+
"scope": "default",
|
|
41457
|
+
"line": {
|
|
41458
|
+
"start": 194,
|
|
41459
|
+
"end": 194
|
|
41460
|
+
}
|
|
41461
|
+
},
|
|
41462
|
+
"group": [
|
|
41463
|
+
"loading"
|
|
41464
|
+
],
|
|
41465
|
+
"access": "public",
|
|
41466
|
+
"file": {
|
|
41467
|
+
"path": "loader/_variables.scss",
|
|
41468
|
+
"name": "_variables.scss"
|
|
41469
|
+
}
|
|
41470
|
+
},
|
|
41471
|
+
{
|
|
41472
|
+
"description": "The text color of the Loading indicator.\n",
|
|
41473
|
+
"commentRange": {
|
|
41474
|
+
"start": 195,
|
|
41475
|
+
"end": 196
|
|
41476
|
+
},
|
|
41477
|
+
"context": {
|
|
41478
|
+
"type": "variable",
|
|
41479
|
+
"name": "kendo-loading-text",
|
|
41480
|
+
"value": "currentColor",
|
|
41481
|
+
"scope": "default",
|
|
41482
|
+
"line": {
|
|
41483
|
+
"start": 197,
|
|
41484
|
+
"end": 197
|
|
41485
|
+
}
|
|
41486
|
+
},
|
|
41487
|
+
"group": [
|
|
41488
|
+
"loading"
|
|
41489
|
+
],
|
|
41490
|
+
"access": "public",
|
|
41491
|
+
"file": {
|
|
41492
|
+
"path": "loader/_variables.scss",
|
|
41493
|
+
"name": "_variables.scss"
|
|
41494
|
+
}
|
|
41495
|
+
},
|
|
41496
|
+
{
|
|
41497
|
+
"description": "The opacity of the Loading indicator.\n",
|
|
41498
|
+
"commentRange": {
|
|
41499
|
+
"start": 198,
|
|
41500
|
+
"end": 199
|
|
41501
|
+
},
|
|
41502
|
+
"context": {
|
|
41503
|
+
"type": "variable",
|
|
41504
|
+
"name": "kendo-loading-opacity",
|
|
41505
|
+
"value": ".3",
|
|
41506
|
+
"scope": "default",
|
|
41507
|
+
"line": {
|
|
41508
|
+
"start": 200,
|
|
41509
|
+
"end": 200
|
|
41510
|
+
}
|
|
41511
|
+
},
|
|
41512
|
+
"group": [
|
|
41513
|
+
"loading"
|
|
41514
|
+
],
|
|
41515
|
+
"access": "public",
|
|
41516
|
+
"file": {
|
|
41517
|
+
"path": "loader/_variables.scss",
|
|
41518
|
+
"name": "_variables.scss"
|
|
41519
|
+
}
|
|
41520
|
+
},
|
|
41521
|
+
{
|
|
41522
|
+
"description": "The z-index of the Loading indicator.\n",
|
|
41523
|
+
"commentRange": {
|
|
41524
|
+
"start": 201,
|
|
41525
|
+
"end": 202
|
|
41526
|
+
},
|
|
41527
|
+
"context": {
|
|
41528
|
+
"type": "variable",
|
|
41529
|
+
"name": "kendo-zindex-loading",
|
|
41530
|
+
"value": "100",
|
|
41531
|
+
"scope": "default",
|
|
41532
|
+
"line": {
|
|
41533
|
+
"start": 203,
|
|
41534
|
+
"end": 203
|
|
41535
|
+
}
|
|
41536
|
+
},
|
|
41537
|
+
"group": [
|
|
41538
|
+
"loading"
|
|
41539
|
+
],
|
|
41540
|
+
"access": "public",
|
|
41541
|
+
"file": {
|
|
41542
|
+
"path": "loader/_variables.scss",
|
|
41543
|
+
"name": "_variables.scss"
|
|
41544
|
+
}
|
|
41545
|
+
},
|
|
41470
41546
|
{
|
|
41471
41547
|
"description": "Font size of the map.\n",
|
|
41472
41548
|
"commentRange": {
|
|
@@ -46842,6 +46918,256 @@
|
|
|
46842
46918
|
"name": "_palettes.scss"
|
|
46843
46919
|
}
|
|
46844
46920
|
},
|
|
46921
|
+
{
|
|
46922
|
+
"description": "The border radius of the Panel.\n",
|
|
46923
|
+
"commentRange": {
|
|
46924
|
+
"start": 4,
|
|
46925
|
+
"end": 5
|
|
46926
|
+
},
|
|
46927
|
+
"context": {
|
|
46928
|
+
"type": "variable",
|
|
46929
|
+
"name": "kendo-panel-border-radius",
|
|
46930
|
+
"value": "k-border-radius(md)",
|
|
46931
|
+
"scope": "private",
|
|
46932
|
+
"line": {
|
|
46933
|
+
"start": 6,
|
|
46934
|
+
"end": 6
|
|
46935
|
+
}
|
|
46936
|
+
},
|
|
46937
|
+
"group": [
|
|
46938
|
+
"panel"
|
|
46939
|
+
],
|
|
46940
|
+
"access": "public",
|
|
46941
|
+
"file": {
|
|
46942
|
+
"path": "panel/_variables.scss",
|
|
46943
|
+
"name": "_variables.scss"
|
|
46944
|
+
}
|
|
46945
|
+
},
|
|
46946
|
+
{
|
|
46947
|
+
"description": "The width of the border around the Panel.\n",
|
|
46948
|
+
"commentRange": {
|
|
46949
|
+
"start": 7,
|
|
46950
|
+
"end": 8
|
|
46951
|
+
},
|
|
46952
|
+
"context": {
|
|
46953
|
+
"type": "variable",
|
|
46954
|
+
"name": "kendo-panel-border-width",
|
|
46955
|
+
"value": "1px",
|
|
46956
|
+
"scope": "private",
|
|
46957
|
+
"line": {
|
|
46958
|
+
"start": 9,
|
|
46959
|
+
"end": 9
|
|
46960
|
+
}
|
|
46961
|
+
},
|
|
46962
|
+
"group": [
|
|
46963
|
+
"panel"
|
|
46964
|
+
],
|
|
46965
|
+
"access": "public",
|
|
46966
|
+
"file": {
|
|
46967
|
+
"path": "panel/_variables.scss",
|
|
46968
|
+
"name": "_variables.scss"
|
|
46969
|
+
}
|
|
46970
|
+
},
|
|
46971
|
+
{
|
|
46972
|
+
"description": "The style of the border around the Panel.\n",
|
|
46973
|
+
"commentRange": {
|
|
46974
|
+
"start": 10,
|
|
46975
|
+
"end": 11
|
|
46976
|
+
},
|
|
46977
|
+
"context": {
|
|
46978
|
+
"type": "variable",
|
|
46979
|
+
"name": "kendo-panel-border-style",
|
|
46980
|
+
"value": "solid",
|
|
46981
|
+
"scope": "private",
|
|
46982
|
+
"line": {
|
|
46983
|
+
"start": 12,
|
|
46984
|
+
"end": 12
|
|
46985
|
+
}
|
|
46986
|
+
},
|
|
46987
|
+
"group": [
|
|
46988
|
+
"panel"
|
|
46989
|
+
],
|
|
46990
|
+
"access": "public",
|
|
46991
|
+
"file": {
|
|
46992
|
+
"path": "panel/_variables.scss",
|
|
46993
|
+
"name": "_variables.scss"
|
|
46994
|
+
}
|
|
46995
|
+
},
|
|
46996
|
+
{
|
|
46997
|
+
"description": "The inline padding of the Panel header.\n",
|
|
46998
|
+
"commentRange": {
|
|
46999
|
+
"start": 14,
|
|
47000
|
+
"end": 15
|
|
47001
|
+
},
|
|
47002
|
+
"context": {
|
|
47003
|
+
"type": "variable",
|
|
47004
|
+
"name": "kendo-panel-header-padding-inline",
|
|
47005
|
+
"value": "k-spacing(2)",
|
|
47006
|
+
"scope": "private",
|
|
47007
|
+
"line": {
|
|
47008
|
+
"start": 16,
|
|
47009
|
+
"end": 16
|
|
47010
|
+
}
|
|
47011
|
+
},
|
|
47012
|
+
"group": [
|
|
47013
|
+
"panel"
|
|
47014
|
+
],
|
|
47015
|
+
"access": "public",
|
|
47016
|
+
"file": {
|
|
47017
|
+
"path": "panel/_variables.scss",
|
|
47018
|
+
"name": "_variables.scss"
|
|
47019
|
+
}
|
|
47020
|
+
},
|
|
47021
|
+
{
|
|
47022
|
+
"description": "The block padding of the Panel header.\n",
|
|
47023
|
+
"commentRange": {
|
|
47024
|
+
"start": 17,
|
|
47025
|
+
"end": 18
|
|
47026
|
+
},
|
|
47027
|
+
"context": {
|
|
47028
|
+
"type": "variable",
|
|
47029
|
+
"name": "kendo-panel-header-padding-block",
|
|
47030
|
+
"value": "k-spacing(1)",
|
|
47031
|
+
"scope": "private",
|
|
47032
|
+
"line": {
|
|
47033
|
+
"start": 19,
|
|
47034
|
+
"end": 19
|
|
47035
|
+
}
|
|
47036
|
+
},
|
|
47037
|
+
"group": [
|
|
47038
|
+
"panel"
|
|
47039
|
+
],
|
|
47040
|
+
"access": "public",
|
|
47041
|
+
"file": {
|
|
47042
|
+
"path": "panel/_variables.scss",
|
|
47043
|
+
"name": "_variables.scss"
|
|
47044
|
+
}
|
|
47045
|
+
},
|
|
47046
|
+
{
|
|
47047
|
+
"description": "The inline padding of the Panel content.\n",
|
|
47048
|
+
"commentRange": {
|
|
47049
|
+
"start": 21,
|
|
47050
|
+
"end": 22
|
|
47051
|
+
},
|
|
47052
|
+
"context": {
|
|
47053
|
+
"type": "variable",
|
|
47054
|
+
"name": "kendo-panel-content-padding-inline",
|
|
47055
|
+
"value": "k-spacing(2)",
|
|
47056
|
+
"scope": "private",
|
|
47057
|
+
"line": {
|
|
47058
|
+
"start": 23,
|
|
47059
|
+
"end": 23
|
|
47060
|
+
}
|
|
47061
|
+
},
|
|
47062
|
+
"group": [
|
|
47063
|
+
"panel"
|
|
47064
|
+
],
|
|
47065
|
+
"access": "public",
|
|
47066
|
+
"file": {
|
|
47067
|
+
"path": "panel/_variables.scss",
|
|
47068
|
+
"name": "_variables.scss"
|
|
47069
|
+
}
|
|
47070
|
+
},
|
|
47071
|
+
{
|
|
47072
|
+
"description": "The block padding of the Panel content.\n",
|
|
47073
|
+
"commentRange": {
|
|
47074
|
+
"start": 24,
|
|
47075
|
+
"end": 25
|
|
47076
|
+
},
|
|
47077
|
+
"context": {
|
|
47078
|
+
"type": "variable",
|
|
47079
|
+
"name": "kendo-panel-content-padding-block",
|
|
47080
|
+
"value": "k-spacing(1)",
|
|
47081
|
+
"scope": "private",
|
|
47082
|
+
"line": {
|
|
47083
|
+
"start": 26,
|
|
47084
|
+
"end": 26
|
|
47085
|
+
}
|
|
47086
|
+
},
|
|
47087
|
+
"group": [
|
|
47088
|
+
"panel"
|
|
47089
|
+
],
|
|
47090
|
+
"access": "public",
|
|
47091
|
+
"file": {
|
|
47092
|
+
"path": "panel/_variables.scss",
|
|
47093
|
+
"name": "_variables.scss"
|
|
47094
|
+
}
|
|
47095
|
+
},
|
|
47096
|
+
{
|
|
47097
|
+
"description": "The text color of the Panel.\n",
|
|
47098
|
+
"commentRange": {
|
|
47099
|
+
"start": 28,
|
|
47100
|
+
"end": 29
|
|
47101
|
+
},
|
|
47102
|
+
"context": {
|
|
47103
|
+
"type": "variable",
|
|
47104
|
+
"name": "kendo-panel-text",
|
|
47105
|
+
"value": "var(--kendo-component-text, #{$kendo-component-text})",
|
|
47106
|
+
"scope": "private",
|
|
47107
|
+
"line": {
|
|
47108
|
+
"start": 30,
|
|
47109
|
+
"end": 30
|
|
47110
|
+
}
|
|
47111
|
+
},
|
|
47112
|
+
"group": [
|
|
47113
|
+
"panel"
|
|
47114
|
+
],
|
|
47115
|
+
"access": "public",
|
|
47116
|
+
"file": {
|
|
47117
|
+
"path": "panel/_variables.scss",
|
|
47118
|
+
"name": "_variables.scss"
|
|
47119
|
+
}
|
|
47120
|
+
},
|
|
47121
|
+
{
|
|
47122
|
+
"description": "The background color of the Panel.\n",
|
|
47123
|
+
"commentRange": {
|
|
47124
|
+
"start": 31,
|
|
47125
|
+
"end": 32
|
|
47126
|
+
},
|
|
47127
|
+
"context": {
|
|
47128
|
+
"type": "variable",
|
|
47129
|
+
"name": "kendo-panel-bg",
|
|
47130
|
+
"value": "var(--kendo-component-bg, #{$kendo-component-bg})",
|
|
47131
|
+
"scope": "private",
|
|
47132
|
+
"line": {
|
|
47133
|
+
"start": 33,
|
|
47134
|
+
"end": 33
|
|
47135
|
+
}
|
|
47136
|
+
},
|
|
47137
|
+
"group": [
|
|
47138
|
+
"panel"
|
|
47139
|
+
],
|
|
47140
|
+
"access": "public",
|
|
47141
|
+
"file": {
|
|
47142
|
+
"path": "panel/_variables.scss",
|
|
47143
|
+
"name": "_variables.scss"
|
|
47144
|
+
}
|
|
47145
|
+
},
|
|
47146
|
+
{
|
|
47147
|
+
"description": "The color of the border around the Panel.\n",
|
|
47148
|
+
"commentRange": {
|
|
47149
|
+
"start": 34,
|
|
47150
|
+
"end": 35
|
|
47151
|
+
},
|
|
47152
|
+
"context": {
|
|
47153
|
+
"type": "variable",
|
|
47154
|
+
"name": "kendo-panel-border",
|
|
47155
|
+
"value": "var(--kendo-component-border, #{$kendo-component-border})",
|
|
47156
|
+
"scope": "private",
|
|
47157
|
+
"line": {
|
|
47158
|
+
"start": 36,
|
|
47159
|
+
"end": 36
|
|
47160
|
+
}
|
|
47161
|
+
},
|
|
47162
|
+
"group": [
|
|
47163
|
+
"panel"
|
|
47164
|
+
],
|
|
47165
|
+
"access": "public",
|
|
47166
|
+
"file": {
|
|
47167
|
+
"path": "panel/_variables.scss",
|
|
47168
|
+
"name": "_variables.scss"
|
|
47169
|
+
}
|
|
47170
|
+
},
|
|
46845
47171
|
{
|
|
46846
47172
|
"description": "The horizontal padding of the PanelBar.\n",
|
|
46847
47173
|
"commentRange": {
|
|
@@ -59442,54 +59768,6 @@
|
|
|
59442
59768
|
"name": "_variables.scss"
|
|
59443
59769
|
}
|
|
59444
59770
|
},
|
|
59445
|
-
{
|
|
59446
|
-
"description": "This is equivalent to `flex: 1 0 auto;`. If every other element has a fixed size in a flex container, the spacer will take up the remaining space.\n",
|
|
59447
|
-
"commentRange": {
|
|
59448
|
-
"start": 1,
|
|
59449
|
-
"end": 3
|
|
59450
|
-
},
|
|
59451
|
-
"context": {
|
|
59452
|
-
"type": "css",
|
|
59453
|
-
"name": ".k-spacer",
|
|
59454
|
-
"value": "flex: 1 0 auto;",
|
|
59455
|
-
"line": {
|
|
59456
|
-
"start": 4,
|
|
59457
|
-
"end": 14
|
|
59458
|
-
}
|
|
59459
|
-
},
|
|
59460
|
-
"group": [
|
|
59461
|
-
"spacer"
|
|
59462
|
-
],
|
|
59463
|
-
"access": "public",
|
|
59464
|
-
"file": {
|
|
59465
|
-
"path": "core/helpers/_spacer.scss",
|
|
59466
|
-
"name": "_spacer.scss"
|
|
59467
|
-
}
|
|
59468
|
-
},
|
|
59469
|
-
{
|
|
59470
|
-
"description": "This is equivalent to `flex-grow: 0;`. The spacer will not take any of the remaining space in a flex container.\n",
|
|
59471
|
-
"commentRange": {
|
|
59472
|
-
"start": 8,
|
|
59473
|
-
"end": 10
|
|
59474
|
-
},
|
|
59475
|
-
"context": {
|
|
59476
|
-
"type": "css",
|
|
59477
|
-
"name": ".k-spacer-sized",
|
|
59478
|
-
"value": "flex-grow: 0;",
|
|
59479
|
-
"line": {
|
|
59480
|
-
"start": 11,
|
|
59481
|
-
"end": 14
|
|
59482
|
-
}
|
|
59483
|
-
},
|
|
59484
|
-
"group": [
|
|
59485
|
-
"spacer"
|
|
59486
|
-
],
|
|
59487
|
-
"access": "public",
|
|
59488
|
-
"file": {
|
|
59489
|
-
"path": "core/helpers/_spacer.scss",
|
|
59490
|
-
"name": "_spacer.scss"
|
|
59491
|
-
}
|
|
59492
|
-
},
|
|
59493
59771
|
{
|
|
59494
59772
|
"description": "The vertical padding of the small arrow Button.\n",
|
|
59495
59773
|
"commentRange": {
|
|
@@ -69390,6 +69668,56 @@
|
|
|
69390
69668
|
"name": "_variables.scss"
|
|
69391
69669
|
}
|
|
69392
69670
|
},
|
|
69671
|
+
{
|
|
69672
|
+
"description": "The border width of the current time indicator.\n",
|
|
69673
|
+
"commentRange": {
|
|
69674
|
+
"start": 1,
|
|
69675
|
+
"end": 2
|
|
69676
|
+
},
|
|
69677
|
+
"context": {
|
|
69678
|
+
"type": "variable",
|
|
69679
|
+
"name": "kendo-current-time-width",
|
|
69680
|
+
"value": "1px",
|
|
69681
|
+
"scope": "default",
|
|
69682
|
+
"line": {
|
|
69683
|
+
"start": 3,
|
|
69684
|
+
"end": 3
|
|
69685
|
+
}
|
|
69686
|
+
},
|
|
69687
|
+
"group": [
|
|
69688
|
+
"time-marker"
|
|
69689
|
+
],
|
|
69690
|
+
"access": "public",
|
|
69691
|
+
"file": {
|
|
69692
|
+
"path": "time-marker/_variables.scss",
|
|
69693
|
+
"name": "_variables.scss"
|
|
69694
|
+
}
|
|
69695
|
+
},
|
|
69696
|
+
{
|
|
69697
|
+
"description": "The color of the current time indicator.\n",
|
|
69698
|
+
"commentRange": {
|
|
69699
|
+
"start": 4,
|
|
69700
|
+
"end": 5
|
|
69701
|
+
},
|
|
69702
|
+
"context": {
|
|
69703
|
+
"type": "variable",
|
|
69704
|
+
"name": "kendo-current-time-color",
|
|
69705
|
+
"value": "#ff0000",
|
|
69706
|
+
"scope": "default",
|
|
69707
|
+
"line": {
|
|
69708
|
+
"start": 6,
|
|
69709
|
+
"end": 6
|
|
69710
|
+
}
|
|
69711
|
+
},
|
|
69712
|
+
"group": [
|
|
69713
|
+
"time-marker"
|
|
69714
|
+
],
|
|
69715
|
+
"access": "public",
|
|
69716
|
+
"file": {
|
|
69717
|
+
"path": "time-marker/_variables.scss",
|
|
69718
|
+
"name": "_variables.scss"
|
|
69719
|
+
}
|
|
69720
|
+
},
|
|
69393
69721
|
{
|
|
69394
69722
|
"description": "Width of the border around the time-selector.\n",
|
|
69395
69723
|
"commentRange": {
|
|
@@ -79868,6 +80196,131 @@
|
|
|
79868
80196
|
"name": "index.import.scss"
|
|
79869
80197
|
}
|
|
79870
80198
|
},
|
|
80199
|
+
{
|
|
80200
|
+
"description": "The background color of disabled items.\n",
|
|
80201
|
+
"commentRange": {
|
|
80202
|
+
"start": 41,
|
|
80203
|
+
"end": 41
|
|
80204
|
+
},
|
|
80205
|
+
"context": {
|
|
80206
|
+
"type": "variable",
|
|
80207
|
+
"name": "kendo-disabled-bg",
|
|
80208
|
+
"value": "null",
|
|
80209
|
+
"scope": "default",
|
|
80210
|
+
"line": {
|
|
80211
|
+
"start": 42,
|
|
80212
|
+
"end": 42
|
|
80213
|
+
}
|
|
80214
|
+
},
|
|
80215
|
+
"access": "public",
|
|
80216
|
+
"group": [
|
|
80217
|
+
"undefined"
|
|
80218
|
+
],
|
|
80219
|
+
"file": {
|
|
80220
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
80221
|
+
"name": "_swatch-legacy.scss"
|
|
80222
|
+
}
|
|
80223
|
+
},
|
|
80224
|
+
{
|
|
80225
|
+
"description": "The text color of disabled items.\n",
|
|
80226
|
+
"commentRange": {
|
|
80227
|
+
"start": 43,
|
|
80228
|
+
"end": 43
|
|
80229
|
+
},
|
|
80230
|
+
"context": {
|
|
80231
|
+
"type": "variable",
|
|
80232
|
+
"name": "kendo-disabled-text",
|
|
80233
|
+
"value": "null",
|
|
80234
|
+
"scope": "default",
|
|
80235
|
+
"line": {
|
|
80236
|
+
"start": 44,
|
|
80237
|
+
"end": 44
|
|
80238
|
+
}
|
|
80239
|
+
},
|
|
80240
|
+
"access": "public",
|
|
80241
|
+
"group": [
|
|
80242
|
+
"undefined"
|
|
80243
|
+
],
|
|
80244
|
+
"file": {
|
|
80245
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
80246
|
+
"name": "_swatch-legacy.scss"
|
|
80247
|
+
}
|
|
80248
|
+
},
|
|
80249
|
+
{
|
|
80250
|
+
"description": "The border color of disabled items.\n",
|
|
80251
|
+
"commentRange": {
|
|
80252
|
+
"start": 45,
|
|
80253
|
+
"end": 45
|
|
80254
|
+
},
|
|
80255
|
+
"context": {
|
|
80256
|
+
"type": "variable",
|
|
80257
|
+
"name": "kendo-disabled-border",
|
|
80258
|
+
"value": "null",
|
|
80259
|
+
"scope": "default",
|
|
80260
|
+
"line": {
|
|
80261
|
+
"start": 46,
|
|
80262
|
+
"end": 46
|
|
80263
|
+
}
|
|
80264
|
+
},
|
|
80265
|
+
"access": "public",
|
|
80266
|
+
"group": [
|
|
80267
|
+
"undefined"
|
|
80268
|
+
],
|
|
80269
|
+
"file": {
|
|
80270
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
80271
|
+
"name": "_swatch-legacy.scss"
|
|
80272
|
+
}
|
|
80273
|
+
},
|
|
80274
|
+
{
|
|
80275
|
+
"description": "The opacity of disabled items.\n",
|
|
80276
|
+
"commentRange": {
|
|
80277
|
+
"start": 47,
|
|
80278
|
+
"end": 47
|
|
80279
|
+
},
|
|
80280
|
+
"context": {
|
|
80281
|
+
"type": "variable",
|
|
80282
|
+
"name": "kendo-disabled-opacity",
|
|
80283
|
+
"value": "null",
|
|
80284
|
+
"scope": "default",
|
|
80285
|
+
"line": {
|
|
80286
|
+
"start": 48,
|
|
80287
|
+
"end": 48
|
|
80288
|
+
}
|
|
80289
|
+
},
|
|
80290
|
+
"access": "public",
|
|
80291
|
+
"group": [
|
|
80292
|
+
"undefined"
|
|
80293
|
+
],
|
|
80294
|
+
"file": {
|
|
80295
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
80296
|
+
"name": "_swatch-legacy.scss"
|
|
80297
|
+
}
|
|
80298
|
+
},
|
|
80299
|
+
{
|
|
80300
|
+
"description": "The filter of disabled items.\n",
|
|
80301
|
+
"commentRange": {
|
|
80302
|
+
"start": 49,
|
|
80303
|
+
"end": 49
|
|
80304
|
+
},
|
|
80305
|
+
"context": {
|
|
80306
|
+
"type": "variable",
|
|
80307
|
+
"name": "kendo-disabled-filter",
|
|
80308
|
+
"value": "null",
|
|
80309
|
+
"scope": "default",
|
|
80310
|
+
"line": {
|
|
80311
|
+
"start": 50,
|
|
80312
|
+
"end": 50
|
|
80313
|
+
}
|
|
80314
|
+
},
|
|
80315
|
+
"access": "public",
|
|
80316
|
+
"group": [
|
|
80317
|
+
"undefined"
|
|
80318
|
+
],
|
|
80319
|
+
"file": {
|
|
80320
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
80321
|
+
"name": "_swatch-legacy.scss"
|
|
80322
|
+
}
|
|
80323
|
+
},
|
|
79871
80324
|
{
|
|
79872
80325
|
"description": "A list of files converted to data URIs\n",
|
|
79873
80326
|
"commentRange": {
|