@progress/kendo-theme-core 8.1.0-dev.0 → 8.1.0-dev.2
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 +721 -105
- package/dist/all.scss +906 -146
- package/dist/meta/sassdoc-data.json +276 -0
- package/dist/meta/sassdoc-raw-data.json +125 -0
- package/dist/meta/variables.json +18 -11
- package/package.json +2 -2
- package/scss/_variables.scss +1 -4
- package/scss/color-system/_swatch-legacy.scss +16 -3
- package/scss/mixins/_disabled.scss +4 -10
- package/scss/module-system/_components.scss +2 -0
- package/scss/module-system/_dependencies.scss +6 -2
- package/scss/styles/_animations.scss +693 -0
- package/scss/styles/_base.scss +17 -4
- package/scss/styles/_resizing.scss +124 -0
- package/scss/styles/_scrollbar.scss +27 -0
- package/scss/styles/_selection.scss +14 -3
- package/scss/styles/index.import.scss +6 -2
- package/scss/styles/_loading.scss +0 -127
|
@@ -2041,6 +2041,141 @@
|
|
|
2041
2041
|
"sans-serif": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
2042
2042
|
"monospace": "SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace"
|
|
2043
2043
|
}
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"description": "The background color of disabled items.\n",
|
|
2047
|
+
"commentRange": {
|
|
2048
|
+
"start": 41,
|
|
2049
|
+
"end": 41
|
|
2050
|
+
},
|
|
2051
|
+
"context": {
|
|
2052
|
+
"type": "variable",
|
|
2053
|
+
"name": "kendo-disabled-bg",
|
|
2054
|
+
"value": "null",
|
|
2055
|
+
"scope": "default",
|
|
2056
|
+
"line": {
|
|
2057
|
+
"start": 42,
|
|
2058
|
+
"end": 42
|
|
2059
|
+
}
|
|
2060
|
+
},
|
|
2061
|
+
"access": "public",
|
|
2062
|
+
"group": [
|
|
2063
|
+
"undefined"
|
|
2064
|
+
],
|
|
2065
|
+
"file": {
|
|
2066
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
2067
|
+
"name": "_swatch-legacy.scss"
|
|
2068
|
+
},
|
|
2069
|
+
"resolvedValue": "null",
|
|
2070
|
+
"resolvedType": "Null"
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"description": "The text color of disabled items.\n",
|
|
2074
|
+
"commentRange": {
|
|
2075
|
+
"start": 43,
|
|
2076
|
+
"end": 43
|
|
2077
|
+
},
|
|
2078
|
+
"context": {
|
|
2079
|
+
"type": "variable",
|
|
2080
|
+
"name": "kendo-disabled-text",
|
|
2081
|
+
"value": "null",
|
|
2082
|
+
"scope": "default",
|
|
2083
|
+
"line": {
|
|
2084
|
+
"start": 44,
|
|
2085
|
+
"end": 44
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
"access": "public",
|
|
2089
|
+
"group": [
|
|
2090
|
+
"undefined"
|
|
2091
|
+
],
|
|
2092
|
+
"file": {
|
|
2093
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
2094
|
+
"name": "_swatch-legacy.scss"
|
|
2095
|
+
},
|
|
2096
|
+
"resolvedValue": "null",
|
|
2097
|
+
"resolvedType": "Null"
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
"description": "The border color of disabled items.\n",
|
|
2101
|
+
"commentRange": {
|
|
2102
|
+
"start": 45,
|
|
2103
|
+
"end": 45
|
|
2104
|
+
},
|
|
2105
|
+
"context": {
|
|
2106
|
+
"type": "variable",
|
|
2107
|
+
"name": "kendo-disabled-border",
|
|
2108
|
+
"value": "null",
|
|
2109
|
+
"scope": "default",
|
|
2110
|
+
"line": {
|
|
2111
|
+
"start": 46,
|
|
2112
|
+
"end": 46
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
2115
|
+
"access": "public",
|
|
2116
|
+
"group": [
|
|
2117
|
+
"undefined"
|
|
2118
|
+
],
|
|
2119
|
+
"file": {
|
|
2120
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
2121
|
+
"name": "_swatch-legacy.scss"
|
|
2122
|
+
},
|
|
2123
|
+
"resolvedValue": "null",
|
|
2124
|
+
"resolvedType": "Null"
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"description": "The opacity of disabled items.\n",
|
|
2128
|
+
"commentRange": {
|
|
2129
|
+
"start": 47,
|
|
2130
|
+
"end": 47
|
|
2131
|
+
},
|
|
2132
|
+
"context": {
|
|
2133
|
+
"type": "variable",
|
|
2134
|
+
"name": "kendo-disabled-opacity",
|
|
2135
|
+
"value": "null",
|
|
2136
|
+
"scope": "default",
|
|
2137
|
+
"line": {
|
|
2138
|
+
"start": 48,
|
|
2139
|
+
"end": 48
|
|
2140
|
+
}
|
|
2141
|
+
},
|
|
2142
|
+
"access": "public",
|
|
2143
|
+
"group": [
|
|
2144
|
+
"undefined"
|
|
2145
|
+
],
|
|
2146
|
+
"file": {
|
|
2147
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
2148
|
+
"name": "_swatch-legacy.scss"
|
|
2149
|
+
},
|
|
2150
|
+
"resolvedValue": "null",
|
|
2151
|
+
"resolvedType": "Null"
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"description": "The filter of disabled items.\n",
|
|
2155
|
+
"commentRange": {
|
|
2156
|
+
"start": 49,
|
|
2157
|
+
"end": 49
|
|
2158
|
+
},
|
|
2159
|
+
"context": {
|
|
2160
|
+
"type": "variable",
|
|
2161
|
+
"name": "kendo-disabled-filter",
|
|
2162
|
+
"value": "null",
|
|
2163
|
+
"scope": "default",
|
|
2164
|
+
"line": {
|
|
2165
|
+
"start": 50,
|
|
2166
|
+
"end": 50
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
2169
|
+
"access": "public",
|
|
2170
|
+
"group": [
|
|
2171
|
+
"undefined"
|
|
2172
|
+
],
|
|
2173
|
+
"file": {
|
|
2174
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
2175
|
+
"name": "_swatch-legacy.scss"
|
|
2176
|
+
},
|
|
2177
|
+
"resolvedValue": "null",
|
|
2178
|
+
"resolvedType": "Null"
|
|
2044
2179
|
}
|
|
2045
2180
|
],
|
|
2046
2181
|
"mixins": [
|
|
@@ -10013,6 +10148,147 @@
|
|
|
10013
10148
|
}
|
|
10014
10149
|
],
|
|
10015
10150
|
"variableGroups": [
|
|
10151
|
+
{
|
|
10152
|
+
"id": "common",
|
|
10153
|
+
"title": "Common",
|
|
10154
|
+
"variables": [
|
|
10155
|
+
{
|
|
10156
|
+
"description": "The background color of disabled items.\n",
|
|
10157
|
+
"commentRange": {
|
|
10158
|
+
"start": 41,
|
|
10159
|
+
"end": 41
|
|
10160
|
+
},
|
|
10161
|
+
"context": {
|
|
10162
|
+
"type": "variable",
|
|
10163
|
+
"name": "kendo-disabled-bg",
|
|
10164
|
+
"value": "null",
|
|
10165
|
+
"scope": "default",
|
|
10166
|
+
"line": {
|
|
10167
|
+
"start": 42,
|
|
10168
|
+
"end": 42
|
|
10169
|
+
}
|
|
10170
|
+
},
|
|
10171
|
+
"access": "public",
|
|
10172
|
+
"group": [
|
|
10173
|
+
"undefined"
|
|
10174
|
+
],
|
|
10175
|
+
"file": {
|
|
10176
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
10177
|
+
"name": "_swatch-legacy.scss"
|
|
10178
|
+
},
|
|
10179
|
+
"resolvedValue": "null",
|
|
10180
|
+
"resolvedType": "Null"
|
|
10181
|
+
},
|
|
10182
|
+
{
|
|
10183
|
+
"description": "The text color of disabled items.\n",
|
|
10184
|
+
"commentRange": {
|
|
10185
|
+
"start": 43,
|
|
10186
|
+
"end": 43
|
|
10187
|
+
},
|
|
10188
|
+
"context": {
|
|
10189
|
+
"type": "variable",
|
|
10190
|
+
"name": "kendo-disabled-text",
|
|
10191
|
+
"value": "null",
|
|
10192
|
+
"scope": "default",
|
|
10193
|
+
"line": {
|
|
10194
|
+
"start": 44,
|
|
10195
|
+
"end": 44
|
|
10196
|
+
}
|
|
10197
|
+
},
|
|
10198
|
+
"access": "public",
|
|
10199
|
+
"group": [
|
|
10200
|
+
"undefined"
|
|
10201
|
+
],
|
|
10202
|
+
"file": {
|
|
10203
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
10204
|
+
"name": "_swatch-legacy.scss"
|
|
10205
|
+
},
|
|
10206
|
+
"resolvedValue": "null",
|
|
10207
|
+
"resolvedType": "Null"
|
|
10208
|
+
},
|
|
10209
|
+
{
|
|
10210
|
+
"description": "The border color of disabled items.\n",
|
|
10211
|
+
"commentRange": {
|
|
10212
|
+
"start": 45,
|
|
10213
|
+
"end": 45
|
|
10214
|
+
},
|
|
10215
|
+
"context": {
|
|
10216
|
+
"type": "variable",
|
|
10217
|
+
"name": "kendo-disabled-border",
|
|
10218
|
+
"value": "null",
|
|
10219
|
+
"scope": "default",
|
|
10220
|
+
"line": {
|
|
10221
|
+
"start": 46,
|
|
10222
|
+
"end": 46
|
|
10223
|
+
}
|
|
10224
|
+
},
|
|
10225
|
+
"access": "public",
|
|
10226
|
+
"group": [
|
|
10227
|
+
"undefined"
|
|
10228
|
+
],
|
|
10229
|
+
"file": {
|
|
10230
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
10231
|
+
"name": "_swatch-legacy.scss"
|
|
10232
|
+
},
|
|
10233
|
+
"resolvedValue": "null",
|
|
10234
|
+
"resolvedType": "Null"
|
|
10235
|
+
},
|
|
10236
|
+
{
|
|
10237
|
+
"description": "The opacity of disabled items.\n",
|
|
10238
|
+
"commentRange": {
|
|
10239
|
+
"start": 47,
|
|
10240
|
+
"end": 47
|
|
10241
|
+
},
|
|
10242
|
+
"context": {
|
|
10243
|
+
"type": "variable",
|
|
10244
|
+
"name": "kendo-disabled-opacity",
|
|
10245
|
+
"value": "null",
|
|
10246
|
+
"scope": "default",
|
|
10247
|
+
"line": {
|
|
10248
|
+
"start": 48,
|
|
10249
|
+
"end": 48
|
|
10250
|
+
}
|
|
10251
|
+
},
|
|
10252
|
+
"access": "public",
|
|
10253
|
+
"group": [
|
|
10254
|
+
"undefined"
|
|
10255
|
+
],
|
|
10256
|
+
"file": {
|
|
10257
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
10258
|
+
"name": "_swatch-legacy.scss"
|
|
10259
|
+
},
|
|
10260
|
+
"resolvedValue": "null",
|
|
10261
|
+
"resolvedType": "Null"
|
|
10262
|
+
},
|
|
10263
|
+
{
|
|
10264
|
+
"description": "The filter of disabled items.\n",
|
|
10265
|
+
"commentRange": {
|
|
10266
|
+
"start": 49,
|
|
10267
|
+
"end": 49
|
|
10268
|
+
},
|
|
10269
|
+
"context": {
|
|
10270
|
+
"type": "variable",
|
|
10271
|
+
"name": "kendo-disabled-filter",
|
|
10272
|
+
"value": "null",
|
|
10273
|
+
"scope": "default",
|
|
10274
|
+
"line": {
|
|
10275
|
+
"start": 50,
|
|
10276
|
+
"end": 50
|
|
10277
|
+
}
|
|
10278
|
+
},
|
|
10279
|
+
"access": "public",
|
|
10280
|
+
"group": [
|
|
10281
|
+
"undefined"
|
|
10282
|
+
],
|
|
10283
|
+
"file": {
|
|
10284
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
10285
|
+
"name": "_swatch-legacy.scss"
|
|
10286
|
+
},
|
|
10287
|
+
"resolvedValue": "null",
|
|
10288
|
+
"resolvedType": "Null"
|
|
10289
|
+
}
|
|
10290
|
+
]
|
|
10291
|
+
},
|
|
10016
10292
|
{
|
|
10017
10293
|
"id": "accessibility",
|
|
10018
10294
|
"title": "Accessibility",
|
|
@@ -4115,6 +4115,131 @@
|
|
|
4115
4115
|
"name": "index.import.scss"
|
|
4116
4116
|
}
|
|
4117
4117
|
},
|
|
4118
|
+
{
|
|
4119
|
+
"description": "The background color of disabled items.\n",
|
|
4120
|
+
"commentRange": {
|
|
4121
|
+
"start": 41,
|
|
4122
|
+
"end": 41
|
|
4123
|
+
},
|
|
4124
|
+
"context": {
|
|
4125
|
+
"type": "variable",
|
|
4126
|
+
"name": "kendo-disabled-bg",
|
|
4127
|
+
"value": "null",
|
|
4128
|
+
"scope": "default",
|
|
4129
|
+
"line": {
|
|
4130
|
+
"start": 42,
|
|
4131
|
+
"end": 42
|
|
4132
|
+
}
|
|
4133
|
+
},
|
|
4134
|
+
"access": "public",
|
|
4135
|
+
"group": [
|
|
4136
|
+
"undefined"
|
|
4137
|
+
],
|
|
4138
|
+
"file": {
|
|
4139
|
+
"path": "color-system/_swatch-legacy.scss",
|
|
4140
|
+
"name": "_swatch-legacy.scss"
|
|
4141
|
+
}
|
|
4142
|
+
},
|
|
4143
|
+
{
|
|
4144
|
+
"description": "The text color of disabled items.\n",
|
|
4145
|
+
"commentRange": {
|
|
4146
|
+
"start": 43,
|
|
4147
|
+
"end": 43
|
|
4148
|
+
},
|
|
4149
|
+
"context": {
|
|
4150
|
+
"type": "variable",
|
|
4151
|
+
"name": "kendo-disabled-text",
|
|
4152
|
+
"value": "null",
|
|
4153
|
+
"scope": "default",
|
|
4154
|
+
"line": {
|
|
4155
|
+
"start": 44,
|
|
4156
|
+
"end": 44
|
|
4157
|
+
}
|
|
4158
|
+
},
|
|
4159
|
+
"access": "public",
|
|
4160
|
+
"group": [
|
|
4161
|
+
"undefined"
|
|
4162
|
+
],
|
|
4163
|
+
"file": {
|
|
4164
|
+
"path": "color-system/_swatch-legacy.scss",
|
|
4165
|
+
"name": "_swatch-legacy.scss"
|
|
4166
|
+
}
|
|
4167
|
+
},
|
|
4168
|
+
{
|
|
4169
|
+
"description": "The border color of disabled items.\n",
|
|
4170
|
+
"commentRange": {
|
|
4171
|
+
"start": 45,
|
|
4172
|
+
"end": 45
|
|
4173
|
+
},
|
|
4174
|
+
"context": {
|
|
4175
|
+
"type": "variable",
|
|
4176
|
+
"name": "kendo-disabled-border",
|
|
4177
|
+
"value": "null",
|
|
4178
|
+
"scope": "default",
|
|
4179
|
+
"line": {
|
|
4180
|
+
"start": 46,
|
|
4181
|
+
"end": 46
|
|
4182
|
+
}
|
|
4183
|
+
},
|
|
4184
|
+
"access": "public",
|
|
4185
|
+
"group": [
|
|
4186
|
+
"undefined"
|
|
4187
|
+
],
|
|
4188
|
+
"file": {
|
|
4189
|
+
"path": "color-system/_swatch-legacy.scss",
|
|
4190
|
+
"name": "_swatch-legacy.scss"
|
|
4191
|
+
}
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"description": "The opacity of disabled items.\n",
|
|
4195
|
+
"commentRange": {
|
|
4196
|
+
"start": 47,
|
|
4197
|
+
"end": 47
|
|
4198
|
+
},
|
|
4199
|
+
"context": {
|
|
4200
|
+
"type": "variable",
|
|
4201
|
+
"name": "kendo-disabled-opacity",
|
|
4202
|
+
"value": "null",
|
|
4203
|
+
"scope": "default",
|
|
4204
|
+
"line": {
|
|
4205
|
+
"start": 48,
|
|
4206
|
+
"end": 48
|
|
4207
|
+
}
|
|
4208
|
+
},
|
|
4209
|
+
"access": "public",
|
|
4210
|
+
"group": [
|
|
4211
|
+
"undefined"
|
|
4212
|
+
],
|
|
4213
|
+
"file": {
|
|
4214
|
+
"path": "color-system/_swatch-legacy.scss",
|
|
4215
|
+
"name": "_swatch-legacy.scss"
|
|
4216
|
+
}
|
|
4217
|
+
},
|
|
4218
|
+
{
|
|
4219
|
+
"description": "The filter of disabled items.\n",
|
|
4220
|
+
"commentRange": {
|
|
4221
|
+
"start": 49,
|
|
4222
|
+
"end": 49
|
|
4223
|
+
},
|
|
4224
|
+
"context": {
|
|
4225
|
+
"type": "variable",
|
|
4226
|
+
"name": "kendo-disabled-filter",
|
|
4227
|
+
"value": "null",
|
|
4228
|
+
"scope": "default",
|
|
4229
|
+
"line": {
|
|
4230
|
+
"start": 50,
|
|
4231
|
+
"end": 50
|
|
4232
|
+
}
|
|
4233
|
+
},
|
|
4234
|
+
"access": "public",
|
|
4235
|
+
"group": [
|
|
4236
|
+
"undefined"
|
|
4237
|
+
],
|
|
4238
|
+
"file": {
|
|
4239
|
+
"path": "color-system/_swatch-legacy.scss",
|
|
4240
|
+
"name": "_swatch-legacy.scss"
|
|
4241
|
+
}
|
|
4242
|
+
},
|
|
4118
4243
|
{
|
|
4119
4244
|
"description": "Returns the alpha channel of a color.\n",
|
|
4120
4245
|
"commentRange": {
|
package/dist/meta/variables.json
CHANGED
|
@@ -1220,14 +1220,25 @@
|
|
|
1220
1220
|
"type": "Null",
|
|
1221
1221
|
"value": "null"
|
|
1222
1222
|
},
|
|
1223
|
-
"kendo-
|
|
1223
|
+
"kendo-disabled-opacity": {
|
|
1224
1224
|
"type": "Null",
|
|
1225
1225
|
"value": "null"
|
|
1226
1226
|
},
|
|
1227
|
-
"kendo-
|
|
1227
|
+
"kendo-disabled-filter": {
|
|
1228
1228
|
"type": "Null",
|
|
1229
1229
|
"value": "null"
|
|
1230
1230
|
},
|
|
1231
|
+
"kendo-disabled-styling": {
|
|
1232
|
+
"type": "Map",
|
|
1233
|
+
"value": "(bg: null, color: null, border: null, opacity: null, filter: null)",
|
|
1234
|
+
"prettyValue": {
|
|
1235
|
+
"bg": null,
|
|
1236
|
+
"color": null,
|
|
1237
|
+
"border": null,
|
|
1238
|
+
"opacity": null,
|
|
1239
|
+
"filter": null
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1231
1242
|
"kendo-theme-colors": {
|
|
1232
1243
|
"type": "List",
|
|
1233
1244
|
"value": "()"
|
|
@@ -1238,7 +1249,7 @@
|
|
|
1238
1249
|
},
|
|
1239
1250
|
"kendo-components": {
|
|
1240
1251
|
"type": "List",
|
|
1241
|
-
"value": "\"typography\", \"utils\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"actions\", \"appbar\", \"fab\", \"menu\", \"toolbar\", \"action-sheet\", \"dialog\", \"drawer\", \"notification\", \"popover\", \"responsive-panel\", \"window\", \"bottom-navigation\", \"breadcrumb\", \"pager\", \"stepper\", \"tabstrip\", \"treeview\", \"wizard\", \"card\", \"expander\", \"panelbar\", \"splitter\", \"tile-layout\", \"dock-manager\", \"grid\", \"listview\", \"spreadsheet\", \"pivotgrid\", \"treelist\", \"filter\", \"file-manager\", \"task-board\", \"editor\", \"image-editor\", \"gantt\", \"scheduler\", \"adaptive\", \"chat\", \"media-player\", \"timeline\", \"pdf-viewer\", \"scroller\", \"scrollview\", \"prompt\", \"dataviz\", \"map\", \"orgchart\", \"signature\""
|
|
1252
|
+
"value": "\"typography\", \"utils\", \"draggable\", \"table\", \"icon\", \"chip\", \"messagebox\", \"input\", \"list\", \"listgroup\", \"overlay\", \"ripple\", \"virtual-scroller\", \"avatar\", \"badge\", \"color-preview\", \"loader\", \"skeleton\", \"tooltip\", \"time-marker\", \"button\", \"split-button\", \"menu-button\", \"textbox\", \"textarea\", \"checkbox\", \"listbox\", \"progressbar\", \"radio\", \"slider\", \"form\", \"validator\", \"floating-label\", \"calendar\", \"popup\", \"time-selector\", \"autocomplete\", \"captcha\", \"color-palette\", \"color-gradient\", \"color-editor\", \"color-picker\", \"combobox\", \"date-input\", \"date-picker\", \"time-picker\", \"date-time-picker\", \"date-range-picker\", \"dropdown-grid\", \"dropdown-list\", \"dropdown-tree\", \"masked-textbox\", \"multiselect\", \"numeric-textbox\", \"rating\", \"searchbox\", \"switch\", \"upload\", \"dropzone\", \"actions\", \"appbar\", \"fab\", \"menu\", \"toolbar\", \"action-sheet\", \"dialog\", \"drawer\", \"notification\", \"popover\", \"responsive-panel\", \"window\", \"bottom-navigation\", \"breadcrumb\", \"pager\", \"stepper\", \"tabstrip\", \"treeview\", \"wizard\", \"card\", \"expander\", \"panel\", \"panelbar\", \"splitter\", \"tile-layout\", \"dock-manager\", \"grid\", \"listview\", \"spreadsheet\", \"pivotgrid\", \"treelist\", \"filter\", \"file-manager\", \"task-board\", \"editor\", \"image-editor\", \"gantt\", \"scheduler\", \"adaptive\", \"chat\", \"media-player\", \"timeline\", \"pdf-viewer\", \"scroller\", \"scrollview\", \"prompt\", \"dataviz\", \"map\", \"orgchart\", \"signature\""
|
|
1242
1253
|
},
|
|
1243
1254
|
"kendo-elevation": {
|
|
1244
1255
|
"type": "Map",
|
|
@@ -1647,6 +1658,10 @@
|
|
|
1647
1658
|
"type": "Bool",
|
|
1648
1659
|
"value": "true"
|
|
1649
1660
|
},
|
|
1661
|
+
"kendo-nested-disabled": {
|
|
1662
|
+
"type": "Bool",
|
|
1663
|
+
"value": "false"
|
|
1664
|
+
},
|
|
1650
1665
|
"equilateral-index": {
|
|
1651
1666
|
"type": "Number",
|
|
1652
1667
|
"value": "1.7320508076"
|
|
@@ -1654,13 +1669,5 @@
|
|
|
1654
1669
|
"equilateral-height": {
|
|
1655
1670
|
"type": "Number",
|
|
1656
1671
|
"value": "0.8660254038"
|
|
1657
|
-
},
|
|
1658
|
-
"kendo-loading-opacity": {
|
|
1659
|
-
"type": "Number",
|
|
1660
|
-
"value": "0.3"
|
|
1661
|
-
},
|
|
1662
|
-
"kendo-zindex-loading": {
|
|
1663
|
-
"type": "Number",
|
|
1664
|
-
"value": "100"
|
|
1665
1672
|
}
|
|
1666
1673
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-core",
|
|
3
3
|
"description": "A collection of functions and mixins used for building themes for Kendo UI",
|
|
4
|
-
"version": "8.1.0-dev.
|
|
4
|
+
"version": "8.1.0-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"directories": {
|
|
45
45
|
"doc": "docs"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "a8611dd8fc7fb5f348432f88bbb672c6f0049fa4"
|
|
48
48
|
}
|
package/scss/_variables.scss
CHANGED
|
@@ -5,13 +5,10 @@ $kendo-enable-shadows: true !default;
|
|
|
5
5
|
$kendo-enable-rounded: true !default;
|
|
6
6
|
$kendo-enable-gradients: true !default;
|
|
7
7
|
$kendo-enable-transitions: true !default;
|
|
8
|
+
$kendo-nested-disabled: false !default;
|
|
8
9
|
|
|
9
10
|
// Equilateral triangle variables
|
|
10
11
|
// stylelint-disable number-max-precision
|
|
11
12
|
$equilateral-index: 1.7320508076 !default;
|
|
12
13
|
$equilateral-height: 0.8660254038 !default;
|
|
13
14
|
// stylelint-enable number-max-precision
|
|
14
|
-
|
|
15
|
-
// Loading
|
|
16
|
-
$kendo-loading-opacity: .3 !default;
|
|
17
|
-
$kendo-zindex-loading: 100 !default;
|
|
@@ -37,13 +37,26 @@ $kendo-invalid-border: null !default;
|
|
|
37
37
|
$kendo-invalid-shadow: null !default;
|
|
38
38
|
|
|
39
39
|
// Disabled Styling
|
|
40
|
+
|
|
41
|
+
/// The background color of disabled items.
|
|
40
42
|
$kendo-disabled-bg: null !default;
|
|
43
|
+
/// The text color of disabled items.
|
|
41
44
|
$kendo-disabled-text: null !default;
|
|
45
|
+
/// The border color of disabled items.
|
|
42
46
|
$kendo-disabled-border: null !default;
|
|
47
|
+
/// The opacity of disabled items.
|
|
48
|
+
$kendo-disabled-opacity: null !default;
|
|
49
|
+
/// The filter of disabled items.
|
|
50
|
+
$kendo-disabled-filter: null !default;
|
|
51
|
+
|
|
52
|
+
$kendo-disabled-styling: (
|
|
53
|
+
bg: $kendo-disabled-bg,
|
|
54
|
+
color: $kendo-disabled-text,
|
|
55
|
+
border: $kendo-disabled-border,
|
|
56
|
+
opacity: $kendo-disabled-opacity,
|
|
57
|
+
filter: $kendo-disabled-filter
|
|
58
|
+
) !default;
|
|
43
59
|
|
|
44
|
-
// Loading
|
|
45
|
-
$kendo-loading-bg: null !default;
|
|
46
|
-
$kendo-loading-text: null !default;
|
|
47
60
|
|
|
48
61
|
$kendo-palettes: () !default;
|
|
49
62
|
$kendo-theme-colors: () !default;
|
|
@@ -1,19 +1,13 @@
|
|
|
1
1
|
// Disabled
|
|
2
|
-
@mixin disabled( $kendo-disabled-styling ) {
|
|
3
|
-
outline: none;
|
|
4
|
-
cursor: default;
|
|
5
|
-
opacity: k-map-get($kendo-disabled-styling, opacity);
|
|
6
|
-
filter: k-map-get($kendo-disabled-styling, filter);
|
|
7
|
-
pointer-events: none;
|
|
8
|
-
box-shadow: none;
|
|
9
|
-
}
|
|
10
2
|
|
|
11
|
-
@mixin disabled
|
|
3
|
+
@mixin disabled( $color: null, $bg: null, $border: null, $opacity: null, $filter: null ) {
|
|
12
4
|
outline: none;
|
|
13
5
|
cursor: default;
|
|
14
|
-
background-color: $bg;
|
|
15
6
|
color: $color;
|
|
7
|
+
background-color: $bg;
|
|
16
8
|
border-color: $border;
|
|
9
|
+
opacity: $opacity;
|
|
10
|
+
filter: $filter;
|
|
17
11
|
pointer-events: none;
|
|
18
12
|
box-shadow: none;
|
|
19
13
|
}
|
|
@@ -25,6 +25,7 @@ $kendo-components: (
|
|
|
25
25
|
"loader",
|
|
26
26
|
"skeleton",
|
|
27
27
|
"tooltip",
|
|
28
|
+
"time-marker",
|
|
28
29
|
|
|
29
30
|
// Native forms
|
|
30
31
|
"button",
|
|
@@ -101,6 +102,7 @@ $kendo-components: (
|
|
|
101
102
|
// Layout & containers
|
|
102
103
|
"card",
|
|
103
104
|
"expander",
|
|
105
|
+
"panel",
|
|
104
106
|
"panelbar",
|
|
105
107
|
"splitter",
|
|
106
108
|
"tile-layout",
|
|
@@ -199,7 +199,8 @@ $_kendo-dependencies: (
|
|
|
199
199
|
"splitter",
|
|
200
200
|
"treelist",
|
|
201
201
|
"validator",
|
|
202
|
-
"window"
|
|
202
|
+
"window",
|
|
203
|
+
"time-marker"
|
|
203
204
|
),
|
|
204
205
|
grid: (
|
|
205
206
|
"actions",
|
|
@@ -298,6 +299,7 @@ $_kendo-dependencies: (
|
|
|
298
299
|
"list",
|
|
299
300
|
"toolbar"
|
|
300
301
|
),
|
|
302
|
+
panel: (),
|
|
301
303
|
panelbar: (
|
|
302
304
|
"icon"
|
|
303
305
|
),
|
|
@@ -339,7 +341,8 @@ $_kendo-dependencies: (
|
|
|
339
341
|
"dialog",
|
|
340
342
|
"dropdown-list",
|
|
341
343
|
"toolbar",
|
|
342
|
-
"tooltip"
|
|
344
|
+
"tooltip",
|
|
345
|
+
"time-marker"
|
|
343
346
|
),
|
|
344
347
|
scroller: (),
|
|
345
348
|
scrollview: (
|
|
@@ -411,6 +414,7 @@ $_kendo-dependencies: (
|
|
|
411
414
|
tile-layout: (
|
|
412
415
|
"card"
|
|
413
416
|
),
|
|
417
|
+
time-marker: (),
|
|
414
418
|
time-duration-picker: (
|
|
415
419
|
"button",
|
|
416
420
|
"icon",
|