@progress/kendo-theme-classic 14.1.1-dev.2 → 14.2.0-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/classic-green-dark.css +1 -1
- package/dist/classic-green-dark.scss +104 -103
- package/dist/classic-green.css +1 -1
- package/dist/classic-green.scss +95 -94
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender-dark.scss +105 -108
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-lavender.scss +96 -99
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main-dark.scss +104 -103
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro-dark.scss +105 -108
- package/dist/classic-metro.css +1 -1
- package/dist/classic-metro.scss +96 -99
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-moonlight.scss +105 -107
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal-dark.scss +104 -103
- package/dist/classic-opal.css +1 -1
- package/dist/classic-opal.scss +95 -94
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver-dark.scss +104 -103
- package/dist/classic-silver.css +1 -1
- package/dist/classic-silver.scss +95 -94
- package/dist/classic-uniform.css +1 -1
- package/dist/classic-uniform.scss +96 -98
- package/dist/meta/sassdoc-data.json +334 -1474
- package/dist/meta/sassdoc-raw-data.json +167 -692
- package/dist/meta/variables.json +48 -84
- package/lib/swatches/classic-green-dark.json +109 -104
- package/lib/swatches/classic-green.json +100 -95
- package/lib/swatches/classic-lavender-dark.json +109 -134
- package/lib/swatches/classic-lavender.json +100 -125
- package/lib/swatches/classic-main-dark.json +109 -104
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +109 -134
- package/lib/swatches/classic-metro.json +100 -125
- package/lib/swatches/classic-moonlight.json +109 -129
- package/lib/swatches/classic-opal-dark.json +109 -104
- package/lib/swatches/classic-opal.json +100 -95
- package/lib/swatches/classic-silver-dark.json +109 -104
- package/lib/swatches/classic-silver.json +100 -95
- package/lib/swatches/classic-uniform.json +100 -125
- package/package.json +4 -4
- package/scss/diagram/_index.scss +16 -0
- package/scss/diagram/_layout.scss +6 -0
- package/scss/diagram/_theme.scss +6 -0
- package/scss/diagram/_variables.scss +1 -0
- package/scss/drawer/_variables.scss +0 -12
- package/scss/grid/_index.scss +0 -2
- package/scss/index.scss +2 -3
- package/scss/scheduler/_index.scss +10 -2
- package/scss/scheduler/_variables.scss +31 -3
- package/scss/adaptive/_index.scss +0 -26
- package/scss/adaptive/_layout.scss +0 -6
- package/scss/adaptive/_theme.scss +0 -6
- package/scss/adaptive/_variables.scss +0 -91
|
@@ -2160,492 +2160,6 @@
|
|
|
2160
2160
|
"resolvedValue": "var(--kendo-spacing-4)",
|
|
2161
2161
|
"resolvedType": "String"
|
|
2162
2162
|
},
|
|
2163
|
-
{
|
|
2164
|
-
"description": "The background color of the Adaptive component.\n",
|
|
2165
|
-
"commentRange": {
|
|
2166
|
-
"start": 5,
|
|
2167
|
-
"end": 6
|
|
2168
|
-
},
|
|
2169
|
-
"context": {
|
|
2170
|
-
"type": "variable",
|
|
2171
|
-
"name": "kendo-adaptive-bg",
|
|
2172
|
-
"value": "k-color(surface-alt)",
|
|
2173
|
-
"scope": "default",
|
|
2174
|
-
"line": {
|
|
2175
|
-
"start": 7,
|
|
2176
|
-
"end": 7
|
|
2177
|
-
}
|
|
2178
|
-
},
|
|
2179
|
-
"group": [
|
|
2180
|
-
"adaptive"
|
|
2181
|
-
],
|
|
2182
|
-
"access": "public",
|
|
2183
|
-
"file": {
|
|
2184
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2185
|
-
"name": "_variables.scss"
|
|
2186
|
-
},
|
|
2187
|
-
"resolvedValue": "var(--kendo-color-surface-alt)",
|
|
2188
|
-
"resolvedType": "String"
|
|
2189
|
-
},
|
|
2190
|
-
{
|
|
2191
|
-
"description": "The text color of the Adaptive component.\n",
|
|
2192
|
-
"commentRange": {
|
|
2193
|
-
"start": 8,
|
|
2194
|
-
"end": 9
|
|
2195
|
-
},
|
|
2196
|
-
"context": {
|
|
2197
|
-
"type": "variable",
|
|
2198
|
-
"name": "kendo-adaptive-text",
|
|
2199
|
-
"value": "k-color(on-app-surface)",
|
|
2200
|
-
"scope": "default",
|
|
2201
|
-
"line": {
|
|
2202
|
-
"start": 10,
|
|
2203
|
-
"end": 10
|
|
2204
|
-
}
|
|
2205
|
-
},
|
|
2206
|
-
"group": [
|
|
2207
|
-
"adaptive"
|
|
2208
|
-
],
|
|
2209
|
-
"access": "public",
|
|
2210
|
-
"file": {
|
|
2211
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2212
|
-
"name": "_variables.scss"
|
|
2213
|
-
},
|
|
2214
|
-
"resolvedValue": "var(--kendo-color-on-app-surface)",
|
|
2215
|
-
"resolvedType": "String"
|
|
2216
|
-
},
|
|
2217
|
-
{
|
|
2218
|
-
"description": "The border color of the Adaptive component.\n",
|
|
2219
|
-
"commentRange": {
|
|
2220
|
-
"start": 11,
|
|
2221
|
-
"end": 12
|
|
2222
|
-
},
|
|
2223
|
-
"context": {
|
|
2224
|
-
"type": "variable",
|
|
2225
|
-
"name": "kendo-adaptive-border",
|
|
2226
|
-
"value": "k-color(border)",
|
|
2227
|
-
"scope": "default",
|
|
2228
|
-
"line": {
|
|
2229
|
-
"start": 13,
|
|
2230
|
-
"end": 13
|
|
2231
|
-
}
|
|
2232
|
-
},
|
|
2233
|
-
"group": [
|
|
2234
|
-
"adaptive"
|
|
2235
|
-
],
|
|
2236
|
-
"access": "public",
|
|
2237
|
-
"file": {
|
|
2238
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2239
|
-
"name": "_variables.scss"
|
|
2240
|
-
},
|
|
2241
|
-
"resolvedValue": "var(--kendo-color-border)",
|
|
2242
|
-
"resolvedType": "String"
|
|
2243
|
-
},
|
|
2244
|
-
{
|
|
2245
|
-
"description": "The background color of the Adaptive content.\n",
|
|
2246
|
-
"commentRange": {
|
|
2247
|
-
"start": 15,
|
|
2248
|
-
"end": 16
|
|
2249
|
-
},
|
|
2250
|
-
"context": {
|
|
2251
|
-
"type": "variable",
|
|
2252
|
-
"name": "kendo-adaptive-content-bg",
|
|
2253
|
-
"value": "k-color(app-surface)",
|
|
2254
|
-
"scope": "default",
|
|
2255
|
-
"line": {
|
|
2256
|
-
"start": 17,
|
|
2257
|
-
"end": 17
|
|
2258
|
-
}
|
|
2259
|
-
},
|
|
2260
|
-
"group": [
|
|
2261
|
-
"adaptive"
|
|
2262
|
-
],
|
|
2263
|
-
"access": "public",
|
|
2264
|
-
"file": {
|
|
2265
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2266
|
-
"name": "_variables.scss"
|
|
2267
|
-
},
|
|
2268
|
-
"resolvedValue": "var(--kendo-color-app-surface)",
|
|
2269
|
-
"resolvedType": "String"
|
|
2270
|
-
},
|
|
2271
|
-
{
|
|
2272
|
-
"description": "The text color of the Adaptive content.\n",
|
|
2273
|
-
"commentRange": {
|
|
2274
|
-
"start": 18,
|
|
2275
|
-
"end": 19
|
|
2276
|
-
},
|
|
2277
|
-
"context": {
|
|
2278
|
-
"type": "variable",
|
|
2279
|
-
"name": "kendo-adaptive-content-text",
|
|
2280
|
-
"value": "k-color(on-app-surface)",
|
|
2281
|
-
"scope": "default",
|
|
2282
|
-
"line": {
|
|
2283
|
-
"start": 20,
|
|
2284
|
-
"end": 20
|
|
2285
|
-
}
|
|
2286
|
-
},
|
|
2287
|
-
"group": [
|
|
2288
|
-
"adaptive"
|
|
2289
|
-
],
|
|
2290
|
-
"access": "public",
|
|
2291
|
-
"file": {
|
|
2292
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2293
|
-
"name": "_variables.scss"
|
|
2294
|
-
},
|
|
2295
|
-
"resolvedValue": "var(--kendo-color-on-app-surface)",
|
|
2296
|
-
"resolvedType": "String"
|
|
2297
|
-
},
|
|
2298
|
-
{
|
|
2299
|
-
"description": "The background color of the Adaptive menu.\n",
|
|
2300
|
-
"commentRange": {
|
|
2301
|
-
"start": 22,
|
|
2302
|
-
"end": 23
|
|
2303
|
-
},
|
|
2304
|
-
"context": {
|
|
2305
|
-
"type": "variable",
|
|
2306
|
-
"name": "kendo-adaptive-menu-bg",
|
|
2307
|
-
"value": "k-color(primary)",
|
|
2308
|
-
"scope": "default",
|
|
2309
|
-
"line": {
|
|
2310
|
-
"start": 24,
|
|
2311
|
-
"end": 24
|
|
2312
|
-
}
|
|
2313
|
-
},
|
|
2314
|
-
"group": [
|
|
2315
|
-
"adaptive"
|
|
2316
|
-
],
|
|
2317
|
-
"access": "public",
|
|
2318
|
-
"file": {
|
|
2319
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2320
|
-
"name": "_variables.scss"
|
|
2321
|
-
},
|
|
2322
|
-
"resolvedValue": "var(--kendo-color-primary)",
|
|
2323
|
-
"resolvedType": "String"
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"description": "The text color of the Adaptive menu.\n",
|
|
2327
|
-
"commentRange": {
|
|
2328
|
-
"start": 25,
|
|
2329
|
-
"end": 26
|
|
2330
|
-
},
|
|
2331
|
-
"context": {
|
|
2332
|
-
"type": "variable",
|
|
2333
|
-
"name": "kendo-adaptive-menu-text",
|
|
2334
|
-
"value": "k-color(on-primary)",
|
|
2335
|
-
"scope": "default",
|
|
2336
|
-
"line": {
|
|
2337
|
-
"start": 27,
|
|
2338
|
-
"end": 27
|
|
2339
|
-
}
|
|
2340
|
-
},
|
|
2341
|
-
"group": [
|
|
2342
|
-
"adaptive"
|
|
2343
|
-
],
|
|
2344
|
-
"access": "public",
|
|
2345
|
-
"file": {
|
|
2346
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2347
|
-
"name": "_variables.scss"
|
|
2348
|
-
},
|
|
2349
|
-
"resolvedValue": "var(--kendo-color-on-primary)",
|
|
2350
|
-
"resolvedType": "String"
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"description": "The text color of the Adaptive menu clear button.\n",
|
|
2354
|
-
"commentRange": {
|
|
2355
|
-
"start": 29,
|
|
2356
|
-
"end": 30
|
|
2357
|
-
},
|
|
2358
|
-
"context": {
|
|
2359
|
-
"type": "variable",
|
|
2360
|
-
"name": "kendo-adaptive-menu-clear-text",
|
|
2361
|
-
"value": "k-color(primary-on-surface)",
|
|
2362
|
-
"scope": "default",
|
|
2363
|
-
"line": {
|
|
2364
|
-
"start": 31,
|
|
2365
|
-
"end": 31
|
|
2366
|
-
}
|
|
2367
|
-
},
|
|
2368
|
-
"group": [
|
|
2369
|
-
"adaptive"
|
|
2370
|
-
],
|
|
2371
|
-
"access": "public",
|
|
2372
|
-
"file": {
|
|
2373
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2374
|
-
"name": "_variables.scss"
|
|
2375
|
-
},
|
|
2376
|
-
"resolvedValue": "var(--kendo-color-primary-on-surface)",
|
|
2377
|
-
"resolvedType": "String"
|
|
2378
|
-
},
|
|
2379
|
-
{
|
|
2380
|
-
"description": "The border color of the Adaptive menu item.\n",
|
|
2381
|
-
"commentRange": {
|
|
2382
|
-
"start": 33,
|
|
2383
|
-
"end": 34
|
|
2384
|
-
},
|
|
2385
|
-
"context": {
|
|
2386
|
-
"type": "variable",
|
|
2387
|
-
"name": "kendo-adaptive-menu-item-border",
|
|
2388
|
-
"value": "k-color(border)",
|
|
2389
|
-
"scope": "default",
|
|
2390
|
-
"line": {
|
|
2391
|
-
"start": 35,
|
|
2392
|
-
"end": 35
|
|
2393
|
-
}
|
|
2394
|
-
},
|
|
2395
|
-
"group": [
|
|
2396
|
-
"adaptive"
|
|
2397
|
-
],
|
|
2398
|
-
"access": "public",
|
|
2399
|
-
"file": {
|
|
2400
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2401
|
-
"name": "_variables.scss"
|
|
2402
|
-
},
|
|
2403
|
-
"resolvedValue": "var(--kendo-color-border)",
|
|
2404
|
-
"resolvedType": "String"
|
|
2405
|
-
},
|
|
2406
|
-
{
|
|
2407
|
-
"description": "The text color of the Adaptive menu title.\n",
|
|
2408
|
-
"commentRange": {
|
|
2409
|
-
"start": 36,
|
|
2410
|
-
"end": 37
|
|
2411
|
-
},
|
|
2412
|
-
"context": {
|
|
2413
|
-
"type": "variable",
|
|
2414
|
-
"name": "kendo-adaptive-menu-title-text",
|
|
2415
|
-
"value": "k-color(on-app-surface)",
|
|
2416
|
-
"scope": "default",
|
|
2417
|
-
"line": {
|
|
2418
|
-
"start": 38,
|
|
2419
|
-
"end": 38
|
|
2420
|
-
}
|
|
2421
|
-
},
|
|
2422
|
-
"group": [
|
|
2423
|
-
"adaptive"
|
|
2424
|
-
],
|
|
2425
|
-
"access": "public",
|
|
2426
|
-
"file": {
|
|
2427
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2428
|
-
"name": "_variables.scss"
|
|
2429
|
-
},
|
|
2430
|
-
"resolvedValue": "var(--kendo-color-on-app-surface)",
|
|
2431
|
-
"resolvedType": "String"
|
|
2432
|
-
},
|
|
2433
|
-
{
|
|
2434
|
-
"description": "The width of the border around the Adaptive component.\n",
|
|
2435
|
-
"commentRange": {
|
|
2436
|
-
"start": 40,
|
|
2437
|
-
"end": 41
|
|
2438
|
-
},
|
|
2439
|
-
"context": {
|
|
2440
|
-
"type": "variable",
|
|
2441
|
-
"name": "kendo-adaptive-border-width",
|
|
2442
|
-
"value": "1px",
|
|
2443
|
-
"scope": "default",
|
|
2444
|
-
"line": {
|
|
2445
|
-
"start": 42,
|
|
2446
|
-
"end": 42
|
|
2447
|
-
}
|
|
2448
|
-
},
|
|
2449
|
-
"group": [
|
|
2450
|
-
"adaptive"
|
|
2451
|
-
],
|
|
2452
|
-
"access": "public",
|
|
2453
|
-
"file": {
|
|
2454
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2455
|
-
"name": "_variables.scss"
|
|
2456
|
-
},
|
|
2457
|
-
"resolvedValue": "1px",
|
|
2458
|
-
"resolvedType": "Number"
|
|
2459
|
-
},
|
|
2460
|
-
{
|
|
2461
|
-
"description": "The font family of the Adaptive component.\n",
|
|
2462
|
-
"commentRange": {
|
|
2463
|
-
"start": 43,
|
|
2464
|
-
"end": 44
|
|
2465
|
-
},
|
|
2466
|
-
"context": {
|
|
2467
|
-
"type": "variable",
|
|
2468
|
-
"name": "kendo-adaptive-font-family",
|
|
2469
|
-
"value": "var(--kendo-font-family)",
|
|
2470
|
-
"scope": "default",
|
|
2471
|
-
"line": {
|
|
2472
|
-
"start": 45,
|
|
2473
|
-
"end": 45
|
|
2474
|
-
}
|
|
2475
|
-
},
|
|
2476
|
-
"group": [
|
|
2477
|
-
"adaptive"
|
|
2478
|
-
],
|
|
2479
|
-
"access": "public",
|
|
2480
|
-
"file": {
|
|
2481
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2482
|
-
"name": "_variables.scss"
|
|
2483
|
-
},
|
|
2484
|
-
"resolvedValue": "var(--kendo-font-family)",
|
|
2485
|
-
"resolvedType": "String"
|
|
2486
|
-
},
|
|
2487
|
-
{
|
|
2488
|
-
"description": "The font size of the Adaptive component.\n",
|
|
2489
|
-
"commentRange": {
|
|
2490
|
-
"start": 46,
|
|
2491
|
-
"end": 47
|
|
2492
|
-
},
|
|
2493
|
-
"context": {
|
|
2494
|
-
"type": "variable",
|
|
2495
|
-
"name": "kendo-adaptive-font-size",
|
|
2496
|
-
"value": "var(--kendo-font-size)",
|
|
2497
|
-
"scope": "default",
|
|
2498
|
-
"line": {
|
|
2499
|
-
"start": 48,
|
|
2500
|
-
"end": 48
|
|
2501
|
-
}
|
|
2502
|
-
},
|
|
2503
|
-
"group": [
|
|
2504
|
-
"adaptive"
|
|
2505
|
-
],
|
|
2506
|
-
"access": "public",
|
|
2507
|
-
"file": {
|
|
2508
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2509
|
-
"name": "_variables.scss"
|
|
2510
|
-
},
|
|
2511
|
-
"resolvedValue": "var(--kendo-font-size)",
|
|
2512
|
-
"resolvedType": "String"
|
|
2513
|
-
},
|
|
2514
|
-
{
|
|
2515
|
-
"description": "The line height of the Adaptive component.\n",
|
|
2516
|
-
"commentRange": {
|
|
2517
|
-
"start": 49,
|
|
2518
|
-
"end": 50
|
|
2519
|
-
},
|
|
2520
|
-
"context": {
|
|
2521
|
-
"type": "variable",
|
|
2522
|
-
"name": "kendo-adaptive-line-height",
|
|
2523
|
-
"value": "var(--kendo-line-height)",
|
|
2524
|
-
"scope": "default",
|
|
2525
|
-
"line": {
|
|
2526
|
-
"start": 51,
|
|
2527
|
-
"end": 51
|
|
2528
|
-
}
|
|
2529
|
-
},
|
|
2530
|
-
"group": [
|
|
2531
|
-
"adaptive"
|
|
2532
|
-
],
|
|
2533
|
-
"access": "public",
|
|
2534
|
-
"file": {
|
|
2535
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2536
|
-
"name": "_variables.scss"
|
|
2537
|
-
},
|
|
2538
|
-
"resolvedValue": "var(--kendo-line-height)",
|
|
2539
|
-
"resolvedType": "String"
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"description": "The text color of the Adaptive Grid sort indicator.\n",
|
|
2543
|
-
"commentRange": {
|
|
2544
|
-
"start": 55,
|
|
2545
|
-
"end": 56
|
|
2546
|
-
},
|
|
2547
|
-
"context": {
|
|
2548
|
-
"type": "variable",
|
|
2549
|
-
"name": "kendo-adaptive-grid-sort-text",
|
|
2550
|
-
"value": "k-color(primary-on-surface)",
|
|
2551
|
-
"scope": "default",
|
|
2552
|
-
"line": {
|
|
2553
|
-
"start": 57,
|
|
2554
|
-
"end": 57
|
|
2555
|
-
}
|
|
2556
|
-
},
|
|
2557
|
-
"group": [
|
|
2558
|
-
"adaptive"
|
|
2559
|
-
],
|
|
2560
|
-
"access": "public",
|
|
2561
|
-
"file": {
|
|
2562
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2563
|
-
"name": "_variables.scss"
|
|
2564
|
-
},
|
|
2565
|
-
"resolvedValue": "var(--kendo-color-primary-on-surface)",
|
|
2566
|
-
"resolvedType": "String"
|
|
2567
|
-
},
|
|
2568
|
-
{
|
|
2569
|
-
"description": "The text color of the current date in the Adaptive Scheduler.\n",
|
|
2570
|
-
"commentRange": {
|
|
2571
|
-
"start": 61,
|
|
2572
|
-
"end": 62
|
|
2573
|
-
},
|
|
2574
|
-
"context": {
|
|
2575
|
-
"type": "variable",
|
|
2576
|
-
"name": "kendo-adaptive-scheduler-current-text",
|
|
2577
|
-
"value": "k-color(primary-on-surface)",
|
|
2578
|
-
"scope": "default",
|
|
2579
|
-
"line": {
|
|
2580
|
-
"start": 63,
|
|
2581
|
-
"end": 63
|
|
2582
|
-
}
|
|
2583
|
-
},
|
|
2584
|
-
"group": [
|
|
2585
|
-
"adaptive"
|
|
2586
|
-
],
|
|
2587
|
-
"access": "public",
|
|
2588
|
-
"file": {
|
|
2589
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2590
|
-
"name": "_variables.scss"
|
|
2591
|
-
},
|
|
2592
|
-
"resolvedValue": "var(--kendo-color-primary-on-surface)",
|
|
2593
|
-
"resolvedType": "String"
|
|
2594
|
-
},
|
|
2595
|
-
{
|
|
2596
|
-
"description": "The base text color of the Adaptive Scheduler.\n",
|
|
2597
|
-
"commentRange": {
|
|
2598
|
-
"start": 64,
|
|
2599
|
-
"end": 65
|
|
2600
|
-
},
|
|
2601
|
-
"context": {
|
|
2602
|
-
"type": "variable",
|
|
2603
|
-
"name": "kendo-adaptive-scheduler-base-text",
|
|
2604
|
-
"value": "inherit",
|
|
2605
|
-
"scope": "default",
|
|
2606
|
-
"line": {
|
|
2607
|
-
"start": 66,
|
|
2608
|
-
"end": 66
|
|
2609
|
-
}
|
|
2610
|
-
},
|
|
2611
|
-
"group": [
|
|
2612
|
-
"adaptive"
|
|
2613
|
-
],
|
|
2614
|
-
"access": "public",
|
|
2615
|
-
"file": {
|
|
2616
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2617
|
-
"name": "_variables.scss"
|
|
2618
|
-
},
|
|
2619
|
-
"resolvedValue": "inherit",
|
|
2620
|
-
"resolvedType": "String"
|
|
2621
|
-
},
|
|
2622
|
-
{
|
|
2623
|
-
"description": "The subtle text color of the Adaptive Scheduler.\n",
|
|
2624
|
-
"commentRange": {
|
|
2625
|
-
"start": 67,
|
|
2626
|
-
"end": 68
|
|
2627
|
-
},
|
|
2628
|
-
"context": {
|
|
2629
|
-
"type": "variable",
|
|
2630
|
-
"name": "kendo-adaptive-scheduler-subtle-text",
|
|
2631
|
-
"value": "k-color(on-app-surface)",
|
|
2632
|
-
"scope": "default",
|
|
2633
|
-
"line": {
|
|
2634
|
-
"start": 69,
|
|
2635
|
-
"end": 69
|
|
2636
|
-
}
|
|
2637
|
-
},
|
|
2638
|
-
"group": [
|
|
2639
|
-
"adaptive"
|
|
2640
|
-
],
|
|
2641
|
-
"access": "public",
|
|
2642
|
-
"file": {
|
|
2643
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
2644
|
-
"name": "_variables.scss"
|
|
2645
|
-
},
|
|
2646
|
-
"resolvedValue": "var(--kendo-color-on-app-surface)",
|
|
2647
|
-
"resolvedType": "String"
|
|
2648
|
-
},
|
|
2649
2163
|
{
|
|
2650
2164
|
"description": "The default theme color of the AppBar.\n",
|
|
2651
2165
|
"commentRange": {
|
|
@@ -28359,73 +27873,19 @@
|
|
|
28359
27873
|
"resolvedType": "Number"
|
|
28360
27874
|
},
|
|
28361
27875
|
{
|
|
28362
|
-
"description": "The
|
|
27876
|
+
"description": "The border radius of the Drawer scrollbar.\n",
|
|
28363
27877
|
"commentRange": {
|
|
28364
27878
|
"start": 40,
|
|
28365
27879
|
"end": 41
|
|
28366
27880
|
},
|
|
28367
|
-
"context": {
|
|
28368
|
-
"type": "variable",
|
|
28369
|
-
"name": "kendo-drawer-scrollbar-color",
|
|
28370
|
-
"value": "color-mix(in srgb, k-color(inverse) 70%, transparent)",
|
|
28371
|
-
"scope": "default",
|
|
28372
|
-
"line": {
|
|
28373
|
-
"start": 42,
|
|
28374
|
-
"end": 42
|
|
28375
|
-
}
|
|
28376
|
-
},
|
|
28377
|
-
"group": [
|
|
28378
|
-
"drawer"
|
|
28379
|
-
],
|
|
28380
|
-
"access": "public",
|
|
28381
|
-
"file": {
|
|
28382
|
-
"path": "classic/scss/drawer/_variables.scss",
|
|
28383
|
-
"name": "_variables.scss"
|
|
28384
|
-
},
|
|
28385
|
-
"resolvedValue": "color-mix(in srgb, var(--kendo-color-inverse) 70%, transparent)",
|
|
28386
|
-
"resolvedType": "String"
|
|
28387
|
-
},
|
|
28388
|
-
{
|
|
28389
|
-
"description": "The background color of the Drawer scrollbar thumb.\n",
|
|
28390
|
-
"commentRange": {
|
|
28391
|
-
"start": 43,
|
|
28392
|
-
"end": 44
|
|
28393
|
-
},
|
|
28394
|
-
"context": {
|
|
28395
|
-
"type": "variable",
|
|
28396
|
-
"name": "kendo-drawer-scrollbar-bg",
|
|
28397
|
-
"value": "color-mix(in srgb, k-color(inverse-subtle), k-color(on-inverse))",
|
|
28398
|
-
"scope": "default",
|
|
28399
|
-
"line": {
|
|
28400
|
-
"start": 45,
|
|
28401
|
-
"end": 45
|
|
28402
|
-
}
|
|
28403
|
-
},
|
|
28404
|
-
"group": [
|
|
28405
|
-
"drawer"
|
|
28406
|
-
],
|
|
28407
|
-
"access": "public",
|
|
28408
|
-
"file": {
|
|
28409
|
-
"path": "classic/scss/drawer/_variables.scss",
|
|
28410
|
-
"name": "_variables.scss"
|
|
28411
|
-
},
|
|
28412
|
-
"resolvedValue": "color-mix(in srgb, var(--kendo-color-inverse-subtle), var(--kendo-color-on-inverse))",
|
|
28413
|
-
"resolvedType": "String"
|
|
28414
|
-
},
|
|
28415
|
-
{
|
|
28416
|
-
"description": "The border radius of the Drawer scrollbar.\n",
|
|
28417
|
-
"commentRange": {
|
|
28418
|
-
"start": 46,
|
|
28419
|
-
"end": 47
|
|
28420
|
-
},
|
|
28421
27881
|
"context": {
|
|
28422
27882
|
"type": "variable",
|
|
28423
27883
|
"name": "kendo-drawer-scrollbar-radius",
|
|
28424
27884
|
"value": "20px",
|
|
28425
27885
|
"scope": "default",
|
|
28426
27886
|
"line": {
|
|
28427
|
-
"start":
|
|
28428
|
-
"end":
|
|
27887
|
+
"start": 42,
|
|
27888
|
+
"end": 42
|
|
28429
27889
|
}
|
|
28430
27890
|
},
|
|
28431
27891
|
"group": [
|
|
@@ -28439,38 +27899,11 @@
|
|
|
28439
27899
|
"resolvedValue": "20px",
|
|
28440
27900
|
"resolvedType": "Number"
|
|
28441
27901
|
},
|
|
28442
|
-
{
|
|
28443
|
-
"description": "The hover color of the Drawer scrollbar track.\n",
|
|
28444
|
-
"commentRange": {
|
|
28445
|
-
"start": 49,
|
|
28446
|
-
"end": 50
|
|
28447
|
-
},
|
|
28448
|
-
"context": {
|
|
28449
|
-
"type": "variable",
|
|
28450
|
-
"name": "kendo-drawer-scrollbar-hover-color",
|
|
28451
|
-
"value": "$kendo-drawer-scrollbar-color",
|
|
28452
|
-
"scope": "default",
|
|
28453
|
-
"line": {
|
|
28454
|
-
"start": 51,
|
|
28455
|
-
"end": 51
|
|
28456
|
-
}
|
|
28457
|
-
},
|
|
28458
|
-
"group": [
|
|
28459
|
-
"drawer"
|
|
28460
|
-
],
|
|
28461
|
-
"access": "public",
|
|
28462
|
-
"file": {
|
|
28463
|
-
"path": "classic/scss/drawer/_variables.scss",
|
|
28464
|
-
"name": "_variables.scss"
|
|
28465
|
-
},
|
|
28466
|
-
"resolvedValue": "color-mix(in srgb, var(--kendo-color-inverse) 70%, transparent)",
|
|
28467
|
-
"resolvedType": "String"
|
|
28468
|
-
},
|
|
28469
27902
|
{
|
|
28470
27903
|
"description": "The horizontal padding of the Drawer items.\n",
|
|
28471
27904
|
"commentRange": {
|
|
28472
|
-
"start":
|
|
28473
|
-
"end":
|
|
27905
|
+
"start": 44,
|
|
27906
|
+
"end": 45
|
|
28474
27907
|
},
|
|
28475
27908
|
"context": {
|
|
28476
27909
|
"type": "variable",
|
|
@@ -28478,8 +27911,8 @@
|
|
|
28478
27911
|
"value": "0",
|
|
28479
27912
|
"scope": "default",
|
|
28480
27913
|
"line": {
|
|
28481
|
-
"start":
|
|
28482
|
-
"end":
|
|
27914
|
+
"start": 46,
|
|
27915
|
+
"end": 46
|
|
28483
27916
|
}
|
|
28484
27917
|
},
|
|
28485
27918
|
"group": [
|
|
@@ -28496,8 +27929,8 @@
|
|
|
28496
27929
|
{
|
|
28497
27930
|
"description": "The vertical padding of the Drawer items.\n",
|
|
28498
27931
|
"commentRange": {
|
|
28499
|
-
"start":
|
|
28500
|
-
"end":
|
|
27932
|
+
"start": 47,
|
|
27933
|
+
"end": 48
|
|
28501
27934
|
},
|
|
28502
27935
|
"context": {
|
|
28503
27936
|
"type": "variable",
|
|
@@ -28505,8 +27938,8 @@
|
|
|
28505
27938
|
"value": "0",
|
|
28506
27939
|
"scope": "default",
|
|
28507
27940
|
"line": {
|
|
28508
|
-
"start":
|
|
28509
|
-
"end":
|
|
27941
|
+
"start": 49,
|
|
27942
|
+
"end": 49
|
|
28510
27943
|
}
|
|
28511
27944
|
},
|
|
28512
27945
|
"group": [
|
|
@@ -28523,8 +27956,8 @@
|
|
|
28523
27956
|
{
|
|
28524
27957
|
"description": "The horizontal padding of the Drawer item.\n",
|
|
28525
27958
|
"commentRange": {
|
|
28526
|
-
"start":
|
|
28527
|
-
"end":
|
|
27959
|
+
"start": 50,
|
|
27960
|
+
"end": 51
|
|
28528
27961
|
},
|
|
28529
27962
|
"context": {
|
|
28530
27963
|
"type": "variable",
|
|
@@ -28532,8 +27965,8 @@
|
|
|
28532
27965
|
"value": "k-spacing(4)",
|
|
28533
27966
|
"scope": "default",
|
|
28534
27967
|
"line": {
|
|
28535
|
-
"start":
|
|
28536
|
-
"end":
|
|
27968
|
+
"start": 52,
|
|
27969
|
+
"end": 52
|
|
28537
27970
|
}
|
|
28538
27971
|
},
|
|
28539
27972
|
"group": [
|
|
@@ -28550,8 +27983,8 @@
|
|
|
28550
27983
|
{
|
|
28551
27984
|
"description": "The vertical padding of the Drawer item.\n",
|
|
28552
27985
|
"commentRange": {
|
|
28553
|
-
"start":
|
|
28554
|
-
"end":
|
|
27986
|
+
"start": 53,
|
|
27987
|
+
"end": 54
|
|
28555
27988
|
},
|
|
28556
27989
|
"context": {
|
|
28557
27990
|
"type": "variable",
|
|
@@ -28559,8 +27992,8 @@
|
|
|
28559
27992
|
"value": "k-spacing(2)",
|
|
28560
27993
|
"scope": "default",
|
|
28561
27994
|
"line": {
|
|
28562
|
-
"start":
|
|
28563
|
-
"end":
|
|
27995
|
+
"start": 55,
|
|
27996
|
+
"end": 55
|
|
28564
27997
|
}
|
|
28565
27998
|
},
|
|
28566
27999
|
"group": [
|
|
@@ -28577,8 +28010,8 @@
|
|
|
28577
28010
|
{
|
|
28578
28011
|
"description": "The spacing between the items in the Drawer item.\n",
|
|
28579
28012
|
"commentRange": {
|
|
28580
|
-
"start":
|
|
28581
|
-
"end":
|
|
28013
|
+
"start": 56,
|
|
28014
|
+
"end": 57
|
|
28582
28015
|
},
|
|
28583
28016
|
"context": {
|
|
28584
28017
|
"type": "variable",
|
|
@@ -28586,8 +28019,8 @@
|
|
|
28586
28019
|
"value": "$kendo-drawer-item-padding-x",
|
|
28587
28020
|
"scope": "default",
|
|
28588
28021
|
"line": {
|
|
28589
|
-
"start":
|
|
28590
|
-
"end":
|
|
28022
|
+
"start": 58,
|
|
28023
|
+
"end": 58
|
|
28591
28024
|
}
|
|
28592
28025
|
},
|
|
28593
28026
|
"group": [
|
|
@@ -28604,8 +28037,8 @@
|
|
|
28604
28037
|
{
|
|
28605
28038
|
"description": "The font size of the Drawer item.\n",
|
|
28606
28039
|
"commentRange": {
|
|
28607
|
-
"start":
|
|
28608
|
-
"end":
|
|
28040
|
+
"start": 59,
|
|
28041
|
+
"end": 60
|
|
28609
28042
|
},
|
|
28610
28043
|
"context": {
|
|
28611
28044
|
"type": "variable",
|
|
@@ -28613,8 +28046,8 @@
|
|
|
28613
28046
|
"value": "var(--kendo-font-size-lg)",
|
|
28614
28047
|
"scope": "default",
|
|
28615
28048
|
"line": {
|
|
28616
|
-
"start":
|
|
28617
|
-
"end":
|
|
28049
|
+
"start": 61,
|
|
28050
|
+
"end": 61
|
|
28618
28051
|
}
|
|
28619
28052
|
},
|
|
28620
28053
|
"group": [
|
|
@@ -28631,8 +28064,8 @@
|
|
|
28631
28064
|
{
|
|
28632
28065
|
"description": "The line height of the Drawer item.\n",
|
|
28633
28066
|
"commentRange": {
|
|
28634
|
-
"start":
|
|
28635
|
-
"end":
|
|
28067
|
+
"start": 62,
|
|
28068
|
+
"end": 63
|
|
28636
28069
|
},
|
|
28637
28070
|
"context": {
|
|
28638
28071
|
"type": "variable",
|
|
@@ -28640,8 +28073,8 @@
|
|
|
28640
28073
|
"value": "$kendo-line-height-lg",
|
|
28641
28074
|
"scope": "default",
|
|
28642
28075
|
"line": {
|
|
28643
|
-
"start":
|
|
28644
|
-
"end":
|
|
28076
|
+
"start": 64,
|
|
28077
|
+
"end": 64
|
|
28645
28078
|
}
|
|
28646
28079
|
},
|
|
28647
28080
|
"group": [
|
|
@@ -28658,8 +28091,8 @@
|
|
|
28658
28091
|
{
|
|
28659
28092
|
"description": "The font weight of the Drawer item.\n",
|
|
28660
28093
|
"commentRange": {
|
|
28661
|
-
"start":
|
|
28662
|
-
"end":
|
|
28094
|
+
"start": 65,
|
|
28095
|
+
"end": 66
|
|
28663
28096
|
},
|
|
28664
28097
|
"context": {
|
|
28665
28098
|
"type": "variable",
|
|
@@ -28667,8 +28100,8 @@
|
|
|
28667
28100
|
"value": "var(--kendo-font-weight)",
|
|
28668
28101
|
"scope": "default",
|
|
28669
28102
|
"line": {
|
|
28670
|
-
"start":
|
|
28671
|
-
"end":
|
|
28103
|
+
"start": 67,
|
|
28104
|
+
"end": 67
|
|
28672
28105
|
}
|
|
28673
28106
|
},
|
|
28674
28107
|
"group": [
|
|
@@ -28685,8 +28118,8 @@
|
|
|
28685
28118
|
{
|
|
28686
28119
|
"description": "The horizontal padding of the Drawer item in each level.\n",
|
|
28687
28120
|
"commentRange": {
|
|
28688
|
-
"start":
|
|
28689
|
-
"end":
|
|
28121
|
+
"start": 69,
|
|
28122
|
+
"end": 70
|
|
28690
28123
|
},
|
|
28691
28124
|
"context": {
|
|
28692
28125
|
"type": "variable",
|
|
@@ -28694,8 +28127,8 @@
|
|
|
28694
28127
|
"value": "$kendo-drawer-item-padding-x",
|
|
28695
28128
|
"scope": "default",
|
|
28696
28129
|
"line": {
|
|
28697
|
-
"start":
|
|
28698
|
-
"end":
|
|
28130
|
+
"start": 71,
|
|
28131
|
+
"end": 71
|
|
28699
28132
|
}
|
|
28700
28133
|
},
|
|
28701
28134
|
"group": [
|
|
@@ -28712,8 +28145,8 @@
|
|
|
28712
28145
|
{
|
|
28713
28146
|
"description": "The count of the Drawer item levels.\n",
|
|
28714
28147
|
"commentRange": {
|
|
28715
|
-
"start":
|
|
28716
|
-
"end":
|
|
28148
|
+
"start": 72,
|
|
28149
|
+
"end": 73
|
|
28717
28150
|
},
|
|
28718
28151
|
"context": {
|
|
28719
28152
|
"type": "variable",
|
|
@@ -28721,8 +28154,8 @@
|
|
|
28721
28154
|
"value": "5",
|
|
28722
28155
|
"scope": "default",
|
|
28723
28156
|
"line": {
|
|
28724
|
-
"start":
|
|
28725
|
-
"end":
|
|
28157
|
+
"start": 74,
|
|
28158
|
+
"end": 74
|
|
28726
28159
|
}
|
|
28727
28160
|
},
|
|
28728
28161
|
"group": [
|
|
@@ -28739,8 +28172,8 @@
|
|
|
28739
28172
|
{
|
|
28740
28173
|
"description": "The border radius of the Drawer item.\n",
|
|
28741
28174
|
"commentRange": {
|
|
28742
|
-
"start":
|
|
28743
|
-
"end":
|
|
28175
|
+
"start": 75,
|
|
28176
|
+
"end": 76
|
|
28744
28177
|
},
|
|
28745
28178
|
"context": {
|
|
28746
28179
|
"type": "variable",
|
|
@@ -28748,8 +28181,8 @@
|
|
|
28748
28181
|
"value": "null",
|
|
28749
28182
|
"scope": "default",
|
|
28750
28183
|
"line": {
|
|
28751
|
-
"start":
|
|
28752
|
-
"end":
|
|
28184
|
+
"start": 77,
|
|
28185
|
+
"end": 77
|
|
28753
28186
|
}
|
|
28754
28187
|
},
|
|
28755
28188
|
"group": [
|
|
@@ -28766,8 +28199,8 @@
|
|
|
28766
28199
|
{
|
|
28767
28200
|
"description": "The horizontal padding of the Drawer icon.\n",
|
|
28768
28201
|
"commentRange": {
|
|
28769
|
-
"start":
|
|
28770
|
-
"end":
|
|
28202
|
+
"start": 79,
|
|
28203
|
+
"end": 80
|
|
28771
28204
|
},
|
|
28772
28205
|
"context": {
|
|
28773
28206
|
"type": "variable",
|
|
@@ -28775,8 +28208,8 @@
|
|
|
28775
28208
|
"value": "k-spacing(0)",
|
|
28776
28209
|
"scope": "default",
|
|
28777
28210
|
"line": {
|
|
28778
|
-
"start":
|
|
28779
|
-
"end":
|
|
28211
|
+
"start": 81,
|
|
28212
|
+
"end": 81
|
|
28780
28213
|
}
|
|
28781
28214
|
},
|
|
28782
28215
|
"group": [
|
|
@@ -28793,8 +28226,8 @@
|
|
|
28793
28226
|
{
|
|
28794
28227
|
"description": "The vertical padding of the Drawer icon.\n",
|
|
28795
28228
|
"commentRange": {
|
|
28796
|
-
"start":
|
|
28797
|
-
"end":
|
|
28229
|
+
"start": 83,
|
|
28230
|
+
"end": 84
|
|
28798
28231
|
},
|
|
28799
28232
|
"context": {
|
|
28800
28233
|
"type": "variable",
|
|
@@ -28802,8 +28235,8 @@
|
|
|
28802
28235
|
"value": "k-spacing(1)",
|
|
28803
28236
|
"scope": "default",
|
|
28804
28237
|
"line": {
|
|
28805
|
-
"start":
|
|
28806
|
-
"end":
|
|
28238
|
+
"start": 85,
|
|
28239
|
+
"end": 85
|
|
28807
28240
|
}
|
|
28808
28241
|
},
|
|
28809
28242
|
"group": [
|
|
@@ -28820,8 +28253,8 @@
|
|
|
28820
28253
|
{
|
|
28821
28254
|
"description": "The initial width of the mini Drawer.\n",
|
|
28822
28255
|
"commentRange": {
|
|
28823
|
-
"start":
|
|
28824
|
-
"end":
|
|
28256
|
+
"start": 87,
|
|
28257
|
+
"end": 88
|
|
28825
28258
|
},
|
|
28826
28259
|
"context": {
|
|
28827
28260
|
"type": "variable",
|
|
@@ -28829,8 +28262,8 @@
|
|
|
28829
28262
|
"value": "calc( 2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size} )",
|
|
28830
28263
|
"scope": "default",
|
|
28831
28264
|
"line": {
|
|
28832
|
-
"start":
|
|
28833
|
-
"end":
|
|
28265
|
+
"start": 89,
|
|
28266
|
+
"end": 89
|
|
28834
28267
|
}
|
|
28835
28268
|
},
|
|
28836
28269
|
"group": [
|
|
@@ -28847,8 +28280,8 @@
|
|
|
28847
28280
|
{
|
|
28848
28281
|
"description": "The background color of the hovered Drawer item.\n",
|
|
28849
28282
|
"commentRange": {
|
|
28850
|
-
"start":
|
|
28851
|
-
"end":
|
|
28283
|
+
"start": 91,
|
|
28284
|
+
"end": 92
|
|
28852
28285
|
},
|
|
28853
28286
|
"context": {
|
|
28854
28287
|
"type": "variable",
|
|
@@ -28856,8 +28289,8 @@
|
|
|
28856
28289
|
"value": "k-color(base-hover)",
|
|
28857
28290
|
"scope": "default",
|
|
28858
28291
|
"line": {
|
|
28859
|
-
"start":
|
|
28860
|
-
"end":
|
|
28292
|
+
"start": 93,
|
|
28293
|
+
"end": 93
|
|
28861
28294
|
}
|
|
28862
28295
|
},
|
|
28863
28296
|
"group": [
|
|
@@ -28874,8 +28307,8 @@
|
|
|
28874
28307
|
{
|
|
28875
28308
|
"description": "The text color of the hovered Drawer item.\n",
|
|
28876
28309
|
"commentRange": {
|
|
28877
|
-
"start":
|
|
28878
|
-
"end":
|
|
28310
|
+
"start": 94,
|
|
28311
|
+
"end": 95
|
|
28879
28312
|
},
|
|
28880
28313
|
"context": {
|
|
28881
28314
|
"type": "variable",
|
|
@@ -28883,8 +28316,8 @@
|
|
|
28883
28316
|
"value": "k-color(on-app-surface)",
|
|
28884
28317
|
"scope": "default",
|
|
28885
28318
|
"line": {
|
|
28886
|
-
"start":
|
|
28887
|
-
"end":
|
|
28319
|
+
"start": 96,
|
|
28320
|
+
"end": 96
|
|
28888
28321
|
}
|
|
28889
28322
|
},
|
|
28890
28323
|
"group": [
|
|
@@ -28901,8 +28334,8 @@
|
|
|
28901
28334
|
{
|
|
28902
28335
|
"description": "The background color of the focused Drawer item.\n",
|
|
28903
28336
|
"commentRange": {
|
|
28904
|
-
"start":
|
|
28905
|
-
"end":
|
|
28337
|
+
"start": 98,
|
|
28338
|
+
"end": 99
|
|
28906
28339
|
},
|
|
28907
28340
|
"context": {
|
|
28908
28341
|
"type": "variable",
|
|
@@ -28910,8 +28343,8 @@
|
|
|
28910
28343
|
"value": "$kendo-drawer-bg",
|
|
28911
28344
|
"scope": "default",
|
|
28912
28345
|
"line": {
|
|
28913
|
-
"start":
|
|
28914
|
-
"end":
|
|
28346
|
+
"start": 100,
|
|
28347
|
+
"end": 100
|
|
28915
28348
|
}
|
|
28916
28349
|
},
|
|
28917
28350
|
"group": [
|
|
@@ -28928,8 +28361,8 @@
|
|
|
28928
28361
|
{
|
|
28929
28362
|
"description": "The box shadow of the focused Drawer item.\n",
|
|
28930
28363
|
"commentRange": {
|
|
28931
|
-
"start":
|
|
28932
|
-
"end":
|
|
28364
|
+
"start": 101,
|
|
28365
|
+
"end": 102
|
|
28933
28366
|
},
|
|
28934
28367
|
"context": {
|
|
28935
28368
|
"type": "variable",
|
|
@@ -28937,8 +28370,8 @@
|
|
|
28937
28370
|
"value": "$kendo-list-item-focus-shadow",
|
|
28938
28371
|
"scope": "default",
|
|
28939
28372
|
"line": {
|
|
28940
|
-
"start":
|
|
28941
|
-
"end":
|
|
28373
|
+
"start": 103,
|
|
28374
|
+
"end": 103
|
|
28942
28375
|
}
|
|
28943
28376
|
},
|
|
28944
28377
|
"group": [
|
|
@@ -28955,8 +28388,8 @@
|
|
|
28955
28388
|
{
|
|
28956
28389
|
"description": "The background color of the selected Drawer item.\n",
|
|
28957
28390
|
"commentRange": {
|
|
28958
|
-
"start":
|
|
28959
|
-
"end":
|
|
28391
|
+
"start": 105,
|
|
28392
|
+
"end": 106
|
|
28960
28393
|
},
|
|
28961
28394
|
"context": {
|
|
28962
28395
|
"type": "variable",
|
|
@@ -28964,8 +28397,8 @@
|
|
|
28964
28397
|
"value": "k-color(primary)",
|
|
28965
28398
|
"scope": "default",
|
|
28966
28399
|
"line": {
|
|
28967
|
-
"start":
|
|
28968
|
-
"end":
|
|
28400
|
+
"start": 107,
|
|
28401
|
+
"end": 107
|
|
28969
28402
|
}
|
|
28970
28403
|
},
|
|
28971
28404
|
"group": [
|
|
@@ -28982,8 +28415,8 @@
|
|
|
28982
28415
|
{
|
|
28983
28416
|
"description": "The text color of the selected Drawer item.\n",
|
|
28984
28417
|
"commentRange": {
|
|
28985
|
-
"start":
|
|
28986
|
-
"end":
|
|
28418
|
+
"start": 108,
|
|
28419
|
+
"end": 109
|
|
28987
28420
|
},
|
|
28988
28421
|
"context": {
|
|
28989
28422
|
"type": "variable",
|
|
@@ -28991,8 +28424,8 @@
|
|
|
28991
28424
|
"value": "k-color(on-primary)",
|
|
28992
28425
|
"scope": "default",
|
|
28993
28426
|
"line": {
|
|
28994
|
-
"start":
|
|
28995
|
-
"end":
|
|
28427
|
+
"start": 110,
|
|
28428
|
+
"end": 110
|
|
28996
28429
|
}
|
|
28997
28430
|
},
|
|
28998
28431
|
"group": [
|
|
@@ -29009,8 +28442,8 @@
|
|
|
29009
28442
|
{
|
|
29010
28443
|
"description": "The background color of the selected and hovered Drawer item.\n",
|
|
29011
28444
|
"commentRange": {
|
|
29012
|
-
"start":
|
|
29013
|
-
"end":
|
|
28445
|
+
"start": 112,
|
|
28446
|
+
"end": 113
|
|
29014
28447
|
},
|
|
29015
28448
|
"context": {
|
|
29016
28449
|
"type": "variable",
|
|
@@ -29018,8 +28451,8 @@
|
|
|
29018
28451
|
"value": "k-color(primary-hover)",
|
|
29019
28452
|
"scope": "default",
|
|
29020
28453
|
"line": {
|
|
29021
|
-
"start":
|
|
29022
|
-
"end":
|
|
28454
|
+
"start": 114,
|
|
28455
|
+
"end": 114
|
|
29023
28456
|
}
|
|
29024
28457
|
},
|
|
29025
28458
|
"group": [
|
|
@@ -29036,8 +28469,8 @@
|
|
|
29036
28469
|
{
|
|
29037
28470
|
"description": "The text color of the selected and hovered Drawer item.\n",
|
|
29038
28471
|
"commentRange": {
|
|
29039
|
-
"start":
|
|
29040
|
-
"end":
|
|
28472
|
+
"start": 115,
|
|
28473
|
+
"end": 116
|
|
29041
28474
|
},
|
|
29042
28475
|
"context": {
|
|
29043
28476
|
"type": "variable",
|
|
@@ -29045,8 +28478,8 @@
|
|
|
29045
28478
|
"value": "k-color(on-primary)",
|
|
29046
28479
|
"scope": "default",
|
|
29047
28480
|
"line": {
|
|
29048
|
-
"start":
|
|
29049
|
-
"end":
|
|
28481
|
+
"start": 117,
|
|
28482
|
+
"end": 117
|
|
29050
28483
|
}
|
|
29051
28484
|
},
|
|
29052
28485
|
"group": [
|
|
@@ -29063,8 +28496,8 @@
|
|
|
29063
28496
|
{
|
|
29064
28497
|
"description": "The background color of the selected and focused Drawer item.\n",
|
|
29065
28498
|
"commentRange": {
|
|
29066
|
-
"start":
|
|
29067
|
-
"end":
|
|
28499
|
+
"start": 119,
|
|
28500
|
+
"end": 120
|
|
29068
28501
|
},
|
|
29069
28502
|
"context": {
|
|
29070
28503
|
"type": "variable",
|
|
@@ -29072,8 +28505,8 @@
|
|
|
29072
28505
|
"value": "null",
|
|
29073
28506
|
"scope": "default",
|
|
29074
28507
|
"line": {
|
|
29075
|
-
"start":
|
|
29076
|
-
"end":
|
|
28508
|
+
"start": 121,
|
|
28509
|
+
"end": 121
|
|
29077
28510
|
}
|
|
29078
28511
|
},
|
|
29079
28512
|
"group": [
|
|
@@ -69992,8 +69425,8 @@
|
|
|
69992
69425
|
{
|
|
69993
69426
|
"description": "The vertical margin of the Scheduler Tooltip title.\n",
|
|
69994
69427
|
"commentRange": {
|
|
69995
|
-
"start":
|
|
69996
|
-
"end":
|
|
69428
|
+
"start": 205,
|
|
69429
|
+
"end": 206
|
|
69997
69430
|
},
|
|
69998
69431
|
"context": {
|
|
69999
69432
|
"type": "variable",
|
|
@@ -70001,8 +69434,8 @@
|
|
|
70001
69434
|
"value": "k-spacing(1)",
|
|
70002
69435
|
"scope": "default",
|
|
70003
69436
|
"line": {
|
|
70004
|
-
"start":
|
|
70005
|
-
"end":
|
|
69437
|
+
"start": 207,
|
|
69438
|
+
"end": 207
|
|
70006
69439
|
}
|
|
70007
69440
|
},
|
|
70008
69441
|
"group": [
|
|
@@ -70019,8 +69452,8 @@
|
|
|
70019
69452
|
{
|
|
70020
69453
|
"description": "The font size of the month inside the Scheduler Tooltip.\n",
|
|
70021
69454
|
"commentRange": {
|
|
70022
|
-
"start":
|
|
70023
|
-
"end":
|
|
69455
|
+
"start": 208,
|
|
69456
|
+
"end": 209
|
|
70024
69457
|
},
|
|
70025
69458
|
"context": {
|
|
70026
69459
|
"type": "variable",
|
|
@@ -70028,8 +69461,8 @@
|
|
|
70028
69461
|
"value": "var(--kendo-font-size-sm)",
|
|
70029
69462
|
"scope": "default",
|
|
70030
69463
|
"line": {
|
|
70031
|
-
"start":
|
|
70032
|
-
"end":
|
|
69464
|
+
"start": 210,
|
|
69465
|
+
"end": 210
|
|
70033
69466
|
}
|
|
70034
69467
|
},
|
|
70035
69468
|
"group": [
|
|
@@ -70046,8 +69479,8 @@
|
|
|
70046
69479
|
{
|
|
70047
69480
|
"description": "The font size of the day inside the Scheduler Tooltip.\n",
|
|
70048
69481
|
"commentRange": {
|
|
70049
|
-
"start":
|
|
70050
|
-
"end":
|
|
69482
|
+
"start": 211,
|
|
69483
|
+
"end": 212
|
|
70051
69484
|
},
|
|
70052
69485
|
"context": {
|
|
70053
69486
|
"type": "variable",
|
|
@@ -70055,8 +69488,8 @@
|
|
|
70055
69488
|
"value": "calc( var(--kendo-font-size-sm) * 2 )",
|
|
70056
69489
|
"scope": "default",
|
|
70057
69490
|
"line": {
|
|
70058
|
-
"start":
|
|
70059
|
-
"end":
|
|
69491
|
+
"start": 213,
|
|
69492
|
+
"end": 213
|
|
70060
69493
|
}
|
|
70061
69494
|
},
|
|
70062
69495
|
"group": [
|
|
@@ -70073,8 +69506,8 @@
|
|
|
70073
69506
|
{
|
|
70074
69507
|
"description": "The max height of the events inside the Scheduler Tooltip.\n",
|
|
70075
69508
|
"commentRange": {
|
|
70076
|
-
"start":
|
|
70077
|
-
"end":
|
|
69509
|
+
"start": 215,
|
|
69510
|
+
"end": 216
|
|
70078
69511
|
},
|
|
70079
69512
|
"context": {
|
|
70080
69513
|
"type": "variable",
|
|
@@ -70082,8 +69515,8 @@
|
|
|
70082
69515
|
"value": "250px",
|
|
70083
69516
|
"scope": "default",
|
|
70084
69517
|
"line": {
|
|
70085
|
-
"start":
|
|
70086
|
-
"end":
|
|
69518
|
+
"start": 217,
|
|
69519
|
+
"end": 217
|
|
70087
69520
|
}
|
|
70088
69521
|
},
|
|
70089
69522
|
"group": [
|
|
@@ -70100,8 +69533,8 @@
|
|
|
70100
69533
|
{
|
|
70101
69534
|
"description": "The spacing between the events inside the Scheduler Tooltip.\n",
|
|
70102
69535
|
"commentRange": {
|
|
70103
|
-
"start":
|
|
70104
|
-
"end":
|
|
69536
|
+
"start": 218,
|
|
69537
|
+
"end": 219
|
|
70105
69538
|
},
|
|
70106
69539
|
"context": {
|
|
70107
69540
|
"type": "variable",
|
|
@@ -70109,8 +69542,8 @@
|
|
|
70109
69542
|
"value": "k-spacing(1)",
|
|
70110
69543
|
"scope": "default",
|
|
70111
69544
|
"line": {
|
|
70112
|
-
"start":
|
|
70113
|
-
"end":
|
|
69545
|
+
"start": 220,
|
|
69546
|
+
"end": 220
|
|
70114
69547
|
}
|
|
70115
69548
|
},
|
|
70116
69549
|
"group": [
|
|
@@ -70127,8 +69560,8 @@
|
|
|
70127
69560
|
{
|
|
70128
69561
|
"description": "The horizontal padding of the events inside the Scheduler Tooltip.\n",
|
|
70129
69562
|
"commentRange": {
|
|
70130
|
-
"start":
|
|
70131
|
-
"end":
|
|
69563
|
+
"start": 222,
|
|
69564
|
+
"end": 223
|
|
70132
69565
|
},
|
|
70133
69566
|
"context": {
|
|
70134
69567
|
"type": "variable",
|
|
@@ -70136,8 +69569,8 @@
|
|
|
70136
69569
|
"value": "k-spacing(2)",
|
|
70137
69570
|
"scope": "default",
|
|
70138
69571
|
"line": {
|
|
70139
|
-
"start":
|
|
70140
|
-
"end":
|
|
69572
|
+
"start": 224,
|
|
69573
|
+
"end": 224
|
|
70141
69574
|
}
|
|
70142
69575
|
},
|
|
70143
69576
|
"group": [
|
|
@@ -70154,8 +69587,8 @@
|
|
|
70154
69587
|
{
|
|
70155
69588
|
"description": "The vertical padding of the events inside the Scheduler Tooltip.\n",
|
|
70156
69589
|
"commentRange": {
|
|
70157
|
-
"start":
|
|
70158
|
-
"end":
|
|
69590
|
+
"start": 225,
|
|
69591
|
+
"end": 226
|
|
70159
69592
|
},
|
|
70160
69593
|
"context": {
|
|
70161
69594
|
"type": "variable",
|
|
@@ -70163,8 +69596,8 @@
|
|
|
70163
69596
|
"value": "k-spacing(1)",
|
|
70164
69597
|
"scope": "default",
|
|
70165
69598
|
"line": {
|
|
70166
|
-
"start":
|
|
70167
|
-
"end":
|
|
69599
|
+
"start": 227,
|
|
69600
|
+
"end": 227
|
|
70168
69601
|
}
|
|
70169
69602
|
},
|
|
70170
69603
|
"group": [
|
|
@@ -70181,8 +69614,8 @@
|
|
|
70181
69614
|
{
|
|
70182
69615
|
"description": "The border radius of the events inside the Scheduler Tooltip.\n",
|
|
70183
69616
|
"commentRange": {
|
|
70184
|
-
"start":
|
|
70185
|
-
"end":
|
|
69617
|
+
"start": 228,
|
|
69618
|
+
"end": 229
|
|
70186
69619
|
},
|
|
70187
69620
|
"context": {
|
|
70188
69621
|
"type": "variable",
|
|
@@ -70190,8 +69623,8 @@
|
|
|
70190
69623
|
"value": "k-border-radius(md)",
|
|
70191
69624
|
"scope": "default",
|
|
70192
69625
|
"line": {
|
|
70193
|
-
"start":
|
|
70194
|
-
"end":
|
|
69626
|
+
"start": 230,
|
|
69627
|
+
"end": 230
|
|
70195
69628
|
}
|
|
70196
69629
|
},
|
|
70197
69630
|
"group": [
|
|
@@ -70208,8 +69641,8 @@
|
|
|
70208
69641
|
{
|
|
70209
69642
|
"description": "The spacing between the events items inside the Scheduler Tooltip.\n",
|
|
70210
69643
|
"commentRange": {
|
|
70211
|
-
"start":
|
|
70212
|
-
"end":
|
|
69644
|
+
"start": 231,
|
|
69645
|
+
"end": 232
|
|
70213
69646
|
},
|
|
70214
69647
|
"context": {
|
|
70215
69648
|
"type": "variable",
|
|
@@ -70217,8 +69650,8 @@
|
|
|
70217
69650
|
"value": "k-spacing(1)",
|
|
70218
69651
|
"scope": "default",
|
|
70219
69652
|
"line": {
|
|
70220
|
-
"start":
|
|
70221
|
-
"end":
|
|
69653
|
+
"start": 233,
|
|
69654
|
+
"end": 233
|
|
70222
69655
|
}
|
|
70223
69656
|
},
|
|
70224
69657
|
"group": [
|
|
@@ -70235,8 +69668,8 @@
|
|
|
70235
69668
|
{
|
|
70236
69669
|
"description": "The color of the Scheduler Tooltip callout.\n",
|
|
70237
69670
|
"commentRange": {
|
|
70238
|
-
"start":
|
|
70239
|
-
"end":
|
|
69671
|
+
"start": 235,
|
|
69672
|
+
"end": 236
|
|
70240
69673
|
},
|
|
70241
69674
|
"context": {
|
|
70242
69675
|
"type": "variable",
|
|
@@ -70244,8 +69677,8 @@
|
|
|
70244
69677
|
"value": "$kendo-scheduler-tooltip-bg",
|
|
70245
69678
|
"scope": "default",
|
|
70246
69679
|
"line": {
|
|
70247
|
-
"start":
|
|
70248
|
-
"end":
|
|
69680
|
+
"start": 237,
|
|
69681
|
+
"end": 237
|
|
70249
69682
|
}
|
|
70250
69683
|
},
|
|
70251
69684
|
"group": [
|
|
@@ -70262,8 +69695,8 @@
|
|
|
70262
69695
|
{
|
|
70263
69696
|
"description": "The padding of the Scheduler appointments.\n",
|
|
70264
69697
|
"commentRange": {
|
|
70265
|
-
"start":
|
|
70266
|
-
"end":
|
|
69698
|
+
"start": 239,
|
|
69699
|
+
"end": 240
|
|
70267
69700
|
},
|
|
70268
69701
|
"context": {
|
|
70269
69702
|
"type": "variable",
|
|
@@ -70271,8 +69704,8 @@
|
|
|
70271
69704
|
"value": "k-spacing(2)",
|
|
70272
69705
|
"scope": "default",
|
|
70273
69706
|
"line": {
|
|
70274
|
-
"start":
|
|
70275
|
-
"end":
|
|
69707
|
+
"start": 241,
|
|
69708
|
+
"end": 241
|
|
70276
69709
|
}
|
|
70277
69710
|
},
|
|
70278
69711
|
"group": [
|
|
@@ -70289,8 +69722,8 @@
|
|
|
70289
69722
|
{
|
|
70290
69723
|
"description": "The horizontal padding of the Scheduler event template.\n",
|
|
70291
69724
|
"commentRange": {
|
|
70292
|
-
"start":
|
|
70293
|
-
"end":
|
|
69725
|
+
"start": 243,
|
|
69726
|
+
"end": 244
|
|
70294
69727
|
},
|
|
70295
69728
|
"context": {
|
|
70296
69729
|
"type": "variable",
|
|
@@ -70298,8 +69731,8 @@
|
|
|
70298
69731
|
"value": "k-spacing(2)",
|
|
70299
69732
|
"scope": "default",
|
|
70300
69733
|
"line": {
|
|
70301
|
-
"start":
|
|
70302
|
-
"end":
|
|
69734
|
+
"start": 245,
|
|
69735
|
+
"end": 245
|
|
70303
69736
|
}
|
|
70304
69737
|
},
|
|
70305
69738
|
"group": [
|
|
@@ -70316,8 +69749,8 @@
|
|
|
70316
69749
|
{
|
|
70317
69750
|
"description": "The vertical padding of the Scheduler event template.\n",
|
|
70318
69751
|
"commentRange": {
|
|
70319
|
-
"start":
|
|
70320
|
-
"end":
|
|
69752
|
+
"start": 246,
|
|
69753
|
+
"end": 247
|
|
70321
69754
|
},
|
|
70322
69755
|
"context": {
|
|
70323
69756
|
"type": "variable",
|
|
@@ -70325,8 +69758,8 @@
|
|
|
70325
69758
|
"value": "k-spacing(1)",
|
|
70326
69759
|
"scope": "default",
|
|
70327
69760
|
"line": {
|
|
70328
|
-
"start":
|
|
70329
|
-
"end":
|
|
69761
|
+
"start": 248,
|
|
69762
|
+
"end": 248
|
|
70330
69763
|
}
|
|
70331
69764
|
},
|
|
70332
69765
|
"group": [
|
|
@@ -70343,8 +69776,8 @@
|
|
|
70343
69776
|
{
|
|
70344
69777
|
"description": "The inline inset of the Scheduler event actions.\n",
|
|
70345
69778
|
"commentRange": {
|
|
70346
|
-
"start":
|
|
70347
|
-
"end":
|
|
69779
|
+
"start": 250,
|
|
69780
|
+
"end": 251
|
|
70348
69781
|
},
|
|
70349
69782
|
"context": {
|
|
70350
69783
|
"type": "variable",
|
|
@@ -70352,8 +69785,8 @@
|
|
|
70352
69785
|
"value": "k-spacing(2)",
|
|
70353
69786
|
"scope": "default",
|
|
70354
69787
|
"line": {
|
|
70355
|
-
"start":
|
|
70356
|
-
"end":
|
|
69788
|
+
"start": 252,
|
|
69789
|
+
"end": 252
|
|
70357
69790
|
}
|
|
70358
69791
|
},
|
|
70359
69792
|
"group": [
|
|
@@ -70370,8 +69803,8 @@
|
|
|
70370
69803
|
{
|
|
70371
69804
|
"description": "The margin of the Scheduler event indicators.\n",
|
|
70372
69805
|
"commentRange": {
|
|
70373
|
-
"start":
|
|
70374
|
-
"end":
|
|
69806
|
+
"start": 254,
|
|
69807
|
+
"end": 255
|
|
70375
69808
|
},
|
|
70376
69809
|
"context": {
|
|
70377
69810
|
"type": "variable",
|
|
@@ -70379,8 +69812,8 @@
|
|
|
70379
69812
|
"value": "k-spacing(0.5) k-spacing(1)",
|
|
70380
69813
|
"scope": "default",
|
|
70381
69814
|
"line": {
|
|
70382
|
-
"start":
|
|
70383
|
-
"end":
|
|
69815
|
+
"start": 256,
|
|
69816
|
+
"end": 256
|
|
70384
69817
|
}
|
|
70385
69818
|
},
|
|
70386
69819
|
"group": [
|
|
@@ -70397,8 +69830,8 @@
|
|
|
70397
69830
|
{
|
|
70398
69831
|
"description": "The inline inset of the Scheduler marquee labels.\n",
|
|
70399
69832
|
"commentRange": {
|
|
70400
|
-
"start":
|
|
70401
|
-
"end":
|
|
69833
|
+
"start": 258,
|
|
69834
|
+
"end": 259
|
|
70402
69835
|
},
|
|
70403
69836
|
"context": {
|
|
70404
69837
|
"type": "variable",
|
|
@@ -70406,8 +69839,8 @@
|
|
|
70406
69839
|
"value": "k-spacing(1)",
|
|
70407
69840
|
"scope": "default",
|
|
70408
69841
|
"line": {
|
|
70409
|
-
"start":
|
|
70410
|
-
"end":
|
|
69842
|
+
"start": 260,
|
|
69843
|
+
"end": 260
|
|
70411
69844
|
}
|
|
70412
69845
|
},
|
|
70413
69846
|
"group": [
|
|
@@ -70424,8 +69857,8 @@
|
|
|
70424
69857
|
{
|
|
70425
69858
|
"description": "The block inset of the Scheduler marquee labels.\n",
|
|
70426
69859
|
"commentRange": {
|
|
70427
|
-
"start":
|
|
70428
|
-
"end":
|
|
69860
|
+
"start": 261,
|
|
69861
|
+
"end": 262
|
|
70429
69862
|
},
|
|
70430
69863
|
"context": {
|
|
70431
69864
|
"type": "variable",
|
|
@@ -70433,8 +69866,8 @@
|
|
|
70433
69866
|
"value": "k-spacing(0.5)",
|
|
70434
69867
|
"scope": "default",
|
|
70435
69868
|
"line": {
|
|
70436
|
-
"start":
|
|
70437
|
-
"end":
|
|
69869
|
+
"start": 263,
|
|
69870
|
+
"end": 263
|
|
70438
69871
|
}
|
|
70439
69872
|
},
|
|
70440
69873
|
"group": [
|
|
@@ -70451,8 +69884,8 @@
|
|
|
70451
69884
|
{
|
|
70452
69885
|
"description": "The background color of the Scheduler header.\n",
|
|
70453
69886
|
"commentRange": {
|
|
70454
|
-
"start":
|
|
70455
|
-
"end":
|
|
69887
|
+
"start": 265,
|
|
69888
|
+
"end": 266
|
|
70456
69889
|
},
|
|
70457
69890
|
"context": {
|
|
70458
69891
|
"type": "variable",
|
|
@@ -70460,8 +69893,8 @@
|
|
|
70460
69893
|
"value": "k-color(surface)",
|
|
70461
69894
|
"scope": "default",
|
|
70462
69895
|
"line": {
|
|
70463
|
-
"start":
|
|
70464
|
-
"end":
|
|
69896
|
+
"start": 267,
|
|
69897
|
+
"end": 267
|
|
70465
69898
|
}
|
|
70466
69899
|
},
|
|
70467
69900
|
"group": [
|
|
@@ -102277,498 +101710,6 @@
|
|
|
102277
101710
|
}
|
|
102278
101711
|
]
|
|
102279
101712
|
},
|
|
102280
|
-
{
|
|
102281
|
-
"id": "adaptive",
|
|
102282
|
-
"title": "Adaptive",
|
|
102283
|
-
"variables": [
|
|
102284
|
-
{
|
|
102285
|
-
"description": "The background color of the Adaptive component.\n",
|
|
102286
|
-
"commentRange": {
|
|
102287
|
-
"start": 5,
|
|
102288
|
-
"end": 6
|
|
102289
|
-
},
|
|
102290
|
-
"context": {
|
|
102291
|
-
"type": "variable",
|
|
102292
|
-
"name": "kendo-adaptive-bg",
|
|
102293
|
-
"value": "k-color(surface-alt)",
|
|
102294
|
-
"scope": "default",
|
|
102295
|
-
"line": {
|
|
102296
|
-
"start": 7,
|
|
102297
|
-
"end": 7
|
|
102298
|
-
}
|
|
102299
|
-
},
|
|
102300
|
-
"group": [
|
|
102301
|
-
"adaptive"
|
|
102302
|
-
],
|
|
102303
|
-
"access": "public",
|
|
102304
|
-
"file": {
|
|
102305
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102306
|
-
"name": "_variables.scss"
|
|
102307
|
-
},
|
|
102308
|
-
"resolvedValue": "var(--kendo-color-surface-alt)",
|
|
102309
|
-
"resolvedType": "String"
|
|
102310
|
-
},
|
|
102311
|
-
{
|
|
102312
|
-
"description": "The text color of the Adaptive component.\n",
|
|
102313
|
-
"commentRange": {
|
|
102314
|
-
"start": 8,
|
|
102315
|
-
"end": 9
|
|
102316
|
-
},
|
|
102317
|
-
"context": {
|
|
102318
|
-
"type": "variable",
|
|
102319
|
-
"name": "kendo-adaptive-text",
|
|
102320
|
-
"value": "k-color(on-app-surface)",
|
|
102321
|
-
"scope": "default",
|
|
102322
|
-
"line": {
|
|
102323
|
-
"start": 10,
|
|
102324
|
-
"end": 10
|
|
102325
|
-
}
|
|
102326
|
-
},
|
|
102327
|
-
"group": [
|
|
102328
|
-
"adaptive"
|
|
102329
|
-
],
|
|
102330
|
-
"access": "public",
|
|
102331
|
-
"file": {
|
|
102332
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102333
|
-
"name": "_variables.scss"
|
|
102334
|
-
},
|
|
102335
|
-
"resolvedValue": "var(--kendo-color-on-app-surface)",
|
|
102336
|
-
"resolvedType": "String"
|
|
102337
|
-
},
|
|
102338
|
-
{
|
|
102339
|
-
"description": "The border color of the Adaptive component.\n",
|
|
102340
|
-
"commentRange": {
|
|
102341
|
-
"start": 11,
|
|
102342
|
-
"end": 12
|
|
102343
|
-
},
|
|
102344
|
-
"context": {
|
|
102345
|
-
"type": "variable",
|
|
102346
|
-
"name": "kendo-adaptive-border",
|
|
102347
|
-
"value": "k-color(border)",
|
|
102348
|
-
"scope": "default",
|
|
102349
|
-
"line": {
|
|
102350
|
-
"start": 13,
|
|
102351
|
-
"end": 13
|
|
102352
|
-
}
|
|
102353
|
-
},
|
|
102354
|
-
"group": [
|
|
102355
|
-
"adaptive"
|
|
102356
|
-
],
|
|
102357
|
-
"access": "public",
|
|
102358
|
-
"file": {
|
|
102359
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102360
|
-
"name": "_variables.scss"
|
|
102361
|
-
},
|
|
102362
|
-
"resolvedValue": "var(--kendo-color-border)",
|
|
102363
|
-
"resolvedType": "String"
|
|
102364
|
-
},
|
|
102365
|
-
{
|
|
102366
|
-
"description": "The background color of the Adaptive content.\n",
|
|
102367
|
-
"commentRange": {
|
|
102368
|
-
"start": 15,
|
|
102369
|
-
"end": 16
|
|
102370
|
-
},
|
|
102371
|
-
"context": {
|
|
102372
|
-
"type": "variable",
|
|
102373
|
-
"name": "kendo-adaptive-content-bg",
|
|
102374
|
-
"value": "k-color(app-surface)",
|
|
102375
|
-
"scope": "default",
|
|
102376
|
-
"line": {
|
|
102377
|
-
"start": 17,
|
|
102378
|
-
"end": 17
|
|
102379
|
-
}
|
|
102380
|
-
},
|
|
102381
|
-
"group": [
|
|
102382
|
-
"adaptive"
|
|
102383
|
-
],
|
|
102384
|
-
"access": "public",
|
|
102385
|
-
"file": {
|
|
102386
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102387
|
-
"name": "_variables.scss"
|
|
102388
|
-
},
|
|
102389
|
-
"resolvedValue": "var(--kendo-color-app-surface)",
|
|
102390
|
-
"resolvedType": "String"
|
|
102391
|
-
},
|
|
102392
|
-
{
|
|
102393
|
-
"description": "The text color of the Adaptive content.\n",
|
|
102394
|
-
"commentRange": {
|
|
102395
|
-
"start": 18,
|
|
102396
|
-
"end": 19
|
|
102397
|
-
},
|
|
102398
|
-
"context": {
|
|
102399
|
-
"type": "variable",
|
|
102400
|
-
"name": "kendo-adaptive-content-text",
|
|
102401
|
-
"value": "k-color(on-app-surface)",
|
|
102402
|
-
"scope": "default",
|
|
102403
|
-
"line": {
|
|
102404
|
-
"start": 20,
|
|
102405
|
-
"end": 20
|
|
102406
|
-
}
|
|
102407
|
-
},
|
|
102408
|
-
"group": [
|
|
102409
|
-
"adaptive"
|
|
102410
|
-
],
|
|
102411
|
-
"access": "public",
|
|
102412
|
-
"file": {
|
|
102413
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102414
|
-
"name": "_variables.scss"
|
|
102415
|
-
},
|
|
102416
|
-
"resolvedValue": "var(--kendo-color-on-app-surface)",
|
|
102417
|
-
"resolvedType": "String"
|
|
102418
|
-
},
|
|
102419
|
-
{
|
|
102420
|
-
"description": "The background color of the Adaptive menu.\n",
|
|
102421
|
-
"commentRange": {
|
|
102422
|
-
"start": 22,
|
|
102423
|
-
"end": 23
|
|
102424
|
-
},
|
|
102425
|
-
"context": {
|
|
102426
|
-
"type": "variable",
|
|
102427
|
-
"name": "kendo-adaptive-menu-bg",
|
|
102428
|
-
"value": "k-color(primary)",
|
|
102429
|
-
"scope": "default",
|
|
102430
|
-
"line": {
|
|
102431
|
-
"start": 24,
|
|
102432
|
-
"end": 24
|
|
102433
|
-
}
|
|
102434
|
-
},
|
|
102435
|
-
"group": [
|
|
102436
|
-
"adaptive"
|
|
102437
|
-
],
|
|
102438
|
-
"access": "public",
|
|
102439
|
-
"file": {
|
|
102440
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102441
|
-
"name": "_variables.scss"
|
|
102442
|
-
},
|
|
102443
|
-
"resolvedValue": "var(--kendo-color-primary)",
|
|
102444
|
-
"resolvedType": "String"
|
|
102445
|
-
},
|
|
102446
|
-
{
|
|
102447
|
-
"description": "The text color of the Adaptive menu.\n",
|
|
102448
|
-
"commentRange": {
|
|
102449
|
-
"start": 25,
|
|
102450
|
-
"end": 26
|
|
102451
|
-
},
|
|
102452
|
-
"context": {
|
|
102453
|
-
"type": "variable",
|
|
102454
|
-
"name": "kendo-adaptive-menu-text",
|
|
102455
|
-
"value": "k-color(on-primary)",
|
|
102456
|
-
"scope": "default",
|
|
102457
|
-
"line": {
|
|
102458
|
-
"start": 27,
|
|
102459
|
-
"end": 27
|
|
102460
|
-
}
|
|
102461
|
-
},
|
|
102462
|
-
"group": [
|
|
102463
|
-
"adaptive"
|
|
102464
|
-
],
|
|
102465
|
-
"access": "public",
|
|
102466
|
-
"file": {
|
|
102467
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102468
|
-
"name": "_variables.scss"
|
|
102469
|
-
},
|
|
102470
|
-
"resolvedValue": "var(--kendo-color-on-primary)",
|
|
102471
|
-
"resolvedType": "String"
|
|
102472
|
-
},
|
|
102473
|
-
{
|
|
102474
|
-
"description": "The text color of the Adaptive menu clear button.\n",
|
|
102475
|
-
"commentRange": {
|
|
102476
|
-
"start": 29,
|
|
102477
|
-
"end": 30
|
|
102478
|
-
},
|
|
102479
|
-
"context": {
|
|
102480
|
-
"type": "variable",
|
|
102481
|
-
"name": "kendo-adaptive-menu-clear-text",
|
|
102482
|
-
"value": "k-color(primary-on-surface)",
|
|
102483
|
-
"scope": "default",
|
|
102484
|
-
"line": {
|
|
102485
|
-
"start": 31,
|
|
102486
|
-
"end": 31
|
|
102487
|
-
}
|
|
102488
|
-
},
|
|
102489
|
-
"group": [
|
|
102490
|
-
"adaptive"
|
|
102491
|
-
],
|
|
102492
|
-
"access": "public",
|
|
102493
|
-
"file": {
|
|
102494
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102495
|
-
"name": "_variables.scss"
|
|
102496
|
-
},
|
|
102497
|
-
"resolvedValue": "var(--kendo-color-primary-on-surface)",
|
|
102498
|
-
"resolvedType": "String"
|
|
102499
|
-
},
|
|
102500
|
-
{
|
|
102501
|
-
"description": "The border color of the Adaptive menu item.\n",
|
|
102502
|
-
"commentRange": {
|
|
102503
|
-
"start": 33,
|
|
102504
|
-
"end": 34
|
|
102505
|
-
},
|
|
102506
|
-
"context": {
|
|
102507
|
-
"type": "variable",
|
|
102508
|
-
"name": "kendo-adaptive-menu-item-border",
|
|
102509
|
-
"value": "k-color(border)",
|
|
102510
|
-
"scope": "default",
|
|
102511
|
-
"line": {
|
|
102512
|
-
"start": 35,
|
|
102513
|
-
"end": 35
|
|
102514
|
-
}
|
|
102515
|
-
},
|
|
102516
|
-
"group": [
|
|
102517
|
-
"adaptive"
|
|
102518
|
-
],
|
|
102519
|
-
"access": "public",
|
|
102520
|
-
"file": {
|
|
102521
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102522
|
-
"name": "_variables.scss"
|
|
102523
|
-
},
|
|
102524
|
-
"resolvedValue": "var(--kendo-color-border)",
|
|
102525
|
-
"resolvedType": "String"
|
|
102526
|
-
},
|
|
102527
|
-
{
|
|
102528
|
-
"description": "The text color of the Adaptive menu title.\n",
|
|
102529
|
-
"commentRange": {
|
|
102530
|
-
"start": 36,
|
|
102531
|
-
"end": 37
|
|
102532
|
-
},
|
|
102533
|
-
"context": {
|
|
102534
|
-
"type": "variable",
|
|
102535
|
-
"name": "kendo-adaptive-menu-title-text",
|
|
102536
|
-
"value": "k-color(on-app-surface)",
|
|
102537
|
-
"scope": "default",
|
|
102538
|
-
"line": {
|
|
102539
|
-
"start": 38,
|
|
102540
|
-
"end": 38
|
|
102541
|
-
}
|
|
102542
|
-
},
|
|
102543
|
-
"group": [
|
|
102544
|
-
"adaptive"
|
|
102545
|
-
],
|
|
102546
|
-
"access": "public",
|
|
102547
|
-
"file": {
|
|
102548
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102549
|
-
"name": "_variables.scss"
|
|
102550
|
-
},
|
|
102551
|
-
"resolvedValue": "var(--kendo-color-on-app-surface)",
|
|
102552
|
-
"resolvedType": "String"
|
|
102553
|
-
},
|
|
102554
|
-
{
|
|
102555
|
-
"description": "The width of the border around the Adaptive component.\n",
|
|
102556
|
-
"commentRange": {
|
|
102557
|
-
"start": 40,
|
|
102558
|
-
"end": 41
|
|
102559
|
-
},
|
|
102560
|
-
"context": {
|
|
102561
|
-
"type": "variable",
|
|
102562
|
-
"name": "kendo-adaptive-border-width",
|
|
102563
|
-
"value": "1px",
|
|
102564
|
-
"scope": "default",
|
|
102565
|
-
"line": {
|
|
102566
|
-
"start": 42,
|
|
102567
|
-
"end": 42
|
|
102568
|
-
}
|
|
102569
|
-
},
|
|
102570
|
-
"group": [
|
|
102571
|
-
"adaptive"
|
|
102572
|
-
],
|
|
102573
|
-
"access": "public",
|
|
102574
|
-
"file": {
|
|
102575
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102576
|
-
"name": "_variables.scss"
|
|
102577
|
-
},
|
|
102578
|
-
"resolvedValue": "1px",
|
|
102579
|
-
"resolvedType": "Number"
|
|
102580
|
-
},
|
|
102581
|
-
{
|
|
102582
|
-
"description": "The font family of the Adaptive component.\n",
|
|
102583
|
-
"commentRange": {
|
|
102584
|
-
"start": 43,
|
|
102585
|
-
"end": 44
|
|
102586
|
-
},
|
|
102587
|
-
"context": {
|
|
102588
|
-
"type": "variable",
|
|
102589
|
-
"name": "kendo-adaptive-font-family",
|
|
102590
|
-
"value": "var(--kendo-font-family)",
|
|
102591
|
-
"scope": "default",
|
|
102592
|
-
"line": {
|
|
102593
|
-
"start": 45,
|
|
102594
|
-
"end": 45
|
|
102595
|
-
}
|
|
102596
|
-
},
|
|
102597
|
-
"group": [
|
|
102598
|
-
"adaptive"
|
|
102599
|
-
],
|
|
102600
|
-
"access": "public",
|
|
102601
|
-
"file": {
|
|
102602
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102603
|
-
"name": "_variables.scss"
|
|
102604
|
-
},
|
|
102605
|
-
"resolvedValue": "var(--kendo-font-family)",
|
|
102606
|
-
"resolvedType": "String"
|
|
102607
|
-
},
|
|
102608
|
-
{
|
|
102609
|
-
"description": "The font size of the Adaptive component.\n",
|
|
102610
|
-
"commentRange": {
|
|
102611
|
-
"start": 46,
|
|
102612
|
-
"end": 47
|
|
102613
|
-
},
|
|
102614
|
-
"context": {
|
|
102615
|
-
"type": "variable",
|
|
102616
|
-
"name": "kendo-adaptive-font-size",
|
|
102617
|
-
"value": "var(--kendo-font-size)",
|
|
102618
|
-
"scope": "default",
|
|
102619
|
-
"line": {
|
|
102620
|
-
"start": 48,
|
|
102621
|
-
"end": 48
|
|
102622
|
-
}
|
|
102623
|
-
},
|
|
102624
|
-
"group": [
|
|
102625
|
-
"adaptive"
|
|
102626
|
-
],
|
|
102627
|
-
"access": "public",
|
|
102628
|
-
"file": {
|
|
102629
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102630
|
-
"name": "_variables.scss"
|
|
102631
|
-
},
|
|
102632
|
-
"resolvedValue": "var(--kendo-font-size)",
|
|
102633
|
-
"resolvedType": "String"
|
|
102634
|
-
},
|
|
102635
|
-
{
|
|
102636
|
-
"description": "The line height of the Adaptive component.\n",
|
|
102637
|
-
"commentRange": {
|
|
102638
|
-
"start": 49,
|
|
102639
|
-
"end": 50
|
|
102640
|
-
},
|
|
102641
|
-
"context": {
|
|
102642
|
-
"type": "variable",
|
|
102643
|
-
"name": "kendo-adaptive-line-height",
|
|
102644
|
-
"value": "var(--kendo-line-height)",
|
|
102645
|
-
"scope": "default",
|
|
102646
|
-
"line": {
|
|
102647
|
-
"start": 51,
|
|
102648
|
-
"end": 51
|
|
102649
|
-
}
|
|
102650
|
-
},
|
|
102651
|
-
"group": [
|
|
102652
|
-
"adaptive"
|
|
102653
|
-
],
|
|
102654
|
-
"access": "public",
|
|
102655
|
-
"file": {
|
|
102656
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102657
|
-
"name": "_variables.scss"
|
|
102658
|
-
},
|
|
102659
|
-
"resolvedValue": "var(--kendo-line-height)",
|
|
102660
|
-
"resolvedType": "String"
|
|
102661
|
-
},
|
|
102662
|
-
{
|
|
102663
|
-
"description": "The text color of the Adaptive Grid sort indicator.\n",
|
|
102664
|
-
"commentRange": {
|
|
102665
|
-
"start": 55,
|
|
102666
|
-
"end": 56
|
|
102667
|
-
},
|
|
102668
|
-
"context": {
|
|
102669
|
-
"type": "variable",
|
|
102670
|
-
"name": "kendo-adaptive-grid-sort-text",
|
|
102671
|
-
"value": "k-color(primary-on-surface)",
|
|
102672
|
-
"scope": "default",
|
|
102673
|
-
"line": {
|
|
102674
|
-
"start": 57,
|
|
102675
|
-
"end": 57
|
|
102676
|
-
}
|
|
102677
|
-
},
|
|
102678
|
-
"group": [
|
|
102679
|
-
"adaptive"
|
|
102680
|
-
],
|
|
102681
|
-
"access": "public",
|
|
102682
|
-
"file": {
|
|
102683
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102684
|
-
"name": "_variables.scss"
|
|
102685
|
-
},
|
|
102686
|
-
"resolvedValue": "var(--kendo-color-primary-on-surface)",
|
|
102687
|
-
"resolvedType": "String"
|
|
102688
|
-
},
|
|
102689
|
-
{
|
|
102690
|
-
"description": "The text color of the current date in the Adaptive Scheduler.\n",
|
|
102691
|
-
"commentRange": {
|
|
102692
|
-
"start": 61,
|
|
102693
|
-
"end": 62
|
|
102694
|
-
},
|
|
102695
|
-
"context": {
|
|
102696
|
-
"type": "variable",
|
|
102697
|
-
"name": "kendo-adaptive-scheduler-current-text",
|
|
102698
|
-
"value": "k-color(primary-on-surface)",
|
|
102699
|
-
"scope": "default",
|
|
102700
|
-
"line": {
|
|
102701
|
-
"start": 63,
|
|
102702
|
-
"end": 63
|
|
102703
|
-
}
|
|
102704
|
-
},
|
|
102705
|
-
"group": [
|
|
102706
|
-
"adaptive"
|
|
102707
|
-
],
|
|
102708
|
-
"access": "public",
|
|
102709
|
-
"file": {
|
|
102710
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102711
|
-
"name": "_variables.scss"
|
|
102712
|
-
},
|
|
102713
|
-
"resolvedValue": "var(--kendo-color-primary-on-surface)",
|
|
102714
|
-
"resolvedType": "String"
|
|
102715
|
-
},
|
|
102716
|
-
{
|
|
102717
|
-
"description": "The base text color of the Adaptive Scheduler.\n",
|
|
102718
|
-
"commentRange": {
|
|
102719
|
-
"start": 64,
|
|
102720
|
-
"end": 65
|
|
102721
|
-
},
|
|
102722
|
-
"context": {
|
|
102723
|
-
"type": "variable",
|
|
102724
|
-
"name": "kendo-adaptive-scheduler-base-text",
|
|
102725
|
-
"value": "inherit",
|
|
102726
|
-
"scope": "default",
|
|
102727
|
-
"line": {
|
|
102728
|
-
"start": 66,
|
|
102729
|
-
"end": 66
|
|
102730
|
-
}
|
|
102731
|
-
},
|
|
102732
|
-
"group": [
|
|
102733
|
-
"adaptive"
|
|
102734
|
-
],
|
|
102735
|
-
"access": "public",
|
|
102736
|
-
"file": {
|
|
102737
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102738
|
-
"name": "_variables.scss"
|
|
102739
|
-
},
|
|
102740
|
-
"resolvedValue": "inherit",
|
|
102741
|
-
"resolvedType": "String"
|
|
102742
|
-
},
|
|
102743
|
-
{
|
|
102744
|
-
"description": "The subtle text color of the Adaptive Scheduler.\n",
|
|
102745
|
-
"commentRange": {
|
|
102746
|
-
"start": 67,
|
|
102747
|
-
"end": 68
|
|
102748
|
-
},
|
|
102749
|
-
"context": {
|
|
102750
|
-
"type": "variable",
|
|
102751
|
-
"name": "kendo-adaptive-scheduler-subtle-text",
|
|
102752
|
-
"value": "k-color(on-app-surface)",
|
|
102753
|
-
"scope": "default",
|
|
102754
|
-
"line": {
|
|
102755
|
-
"start": 69,
|
|
102756
|
-
"end": 69
|
|
102757
|
-
}
|
|
102758
|
-
},
|
|
102759
|
-
"group": [
|
|
102760
|
-
"adaptive"
|
|
102761
|
-
],
|
|
102762
|
-
"access": "public",
|
|
102763
|
-
"file": {
|
|
102764
|
-
"path": "classic/scss/adaptive/_variables.scss",
|
|
102765
|
-
"name": "_variables.scss"
|
|
102766
|
-
},
|
|
102767
|
-
"resolvedValue": "var(--kendo-color-on-app-surface)",
|
|
102768
|
-
"resolvedType": "String"
|
|
102769
|
-
}
|
|
102770
|
-
]
|
|
102771
|
-
},
|
|
102772
101713
|
{
|
|
102773
101714
|
"id": "appbar",
|
|
102774
101715
|
"title": "Appbar",
|
|
@@ -129947,73 +128888,19 @@
|
|
|
129947
128888
|
"resolvedType": "Number"
|
|
129948
128889
|
},
|
|
129949
128890
|
{
|
|
129950
|
-
"description": "The
|
|
128891
|
+
"description": "The border radius of the Drawer scrollbar.\n",
|
|
129951
128892
|
"commentRange": {
|
|
129952
128893
|
"start": 40,
|
|
129953
128894
|
"end": 41
|
|
129954
128895
|
},
|
|
129955
|
-
"context": {
|
|
129956
|
-
"type": "variable",
|
|
129957
|
-
"name": "kendo-drawer-scrollbar-color",
|
|
129958
|
-
"value": "color-mix(in srgb, k-color(inverse) 70%, transparent)",
|
|
129959
|
-
"scope": "default",
|
|
129960
|
-
"line": {
|
|
129961
|
-
"start": 42,
|
|
129962
|
-
"end": 42
|
|
129963
|
-
}
|
|
129964
|
-
},
|
|
129965
|
-
"group": [
|
|
129966
|
-
"drawer"
|
|
129967
|
-
],
|
|
129968
|
-
"access": "public",
|
|
129969
|
-
"file": {
|
|
129970
|
-
"path": "classic/scss/drawer/_variables.scss",
|
|
129971
|
-
"name": "_variables.scss"
|
|
129972
|
-
},
|
|
129973
|
-
"resolvedValue": "color-mix(in srgb, var(--kendo-color-inverse) 70%, transparent)",
|
|
129974
|
-
"resolvedType": "String"
|
|
129975
|
-
},
|
|
129976
|
-
{
|
|
129977
|
-
"description": "The background color of the Drawer scrollbar thumb.\n",
|
|
129978
|
-
"commentRange": {
|
|
129979
|
-
"start": 43,
|
|
129980
|
-
"end": 44
|
|
129981
|
-
},
|
|
129982
|
-
"context": {
|
|
129983
|
-
"type": "variable",
|
|
129984
|
-
"name": "kendo-drawer-scrollbar-bg",
|
|
129985
|
-
"value": "color-mix(in srgb, k-color(inverse-subtle), k-color(on-inverse))",
|
|
129986
|
-
"scope": "default",
|
|
129987
|
-
"line": {
|
|
129988
|
-
"start": 45,
|
|
129989
|
-
"end": 45
|
|
129990
|
-
}
|
|
129991
|
-
},
|
|
129992
|
-
"group": [
|
|
129993
|
-
"drawer"
|
|
129994
|
-
],
|
|
129995
|
-
"access": "public",
|
|
129996
|
-
"file": {
|
|
129997
|
-
"path": "classic/scss/drawer/_variables.scss",
|
|
129998
|
-
"name": "_variables.scss"
|
|
129999
|
-
},
|
|
130000
|
-
"resolvedValue": "color-mix(in srgb, var(--kendo-color-inverse-subtle), var(--kendo-color-on-inverse))",
|
|
130001
|
-
"resolvedType": "String"
|
|
130002
|
-
},
|
|
130003
|
-
{
|
|
130004
|
-
"description": "The border radius of the Drawer scrollbar.\n",
|
|
130005
|
-
"commentRange": {
|
|
130006
|
-
"start": 46,
|
|
130007
|
-
"end": 47
|
|
130008
|
-
},
|
|
130009
128896
|
"context": {
|
|
130010
128897
|
"type": "variable",
|
|
130011
128898
|
"name": "kendo-drawer-scrollbar-radius",
|
|
130012
128899
|
"value": "20px",
|
|
130013
128900
|
"scope": "default",
|
|
130014
128901
|
"line": {
|
|
130015
|
-
"start":
|
|
130016
|
-
"end":
|
|
128902
|
+
"start": 42,
|
|
128903
|
+
"end": 42
|
|
130017
128904
|
}
|
|
130018
128905
|
},
|
|
130019
128906
|
"group": [
|
|
@@ -130027,38 +128914,11 @@
|
|
|
130027
128914
|
"resolvedValue": "20px",
|
|
130028
128915
|
"resolvedType": "Number"
|
|
130029
128916
|
},
|
|
130030
|
-
{
|
|
130031
|
-
"description": "The hover color of the Drawer scrollbar track.\n",
|
|
130032
|
-
"commentRange": {
|
|
130033
|
-
"start": 49,
|
|
130034
|
-
"end": 50
|
|
130035
|
-
},
|
|
130036
|
-
"context": {
|
|
130037
|
-
"type": "variable",
|
|
130038
|
-
"name": "kendo-drawer-scrollbar-hover-color",
|
|
130039
|
-
"value": "$kendo-drawer-scrollbar-color",
|
|
130040
|
-
"scope": "default",
|
|
130041
|
-
"line": {
|
|
130042
|
-
"start": 51,
|
|
130043
|
-
"end": 51
|
|
130044
|
-
}
|
|
130045
|
-
},
|
|
130046
|
-
"group": [
|
|
130047
|
-
"drawer"
|
|
130048
|
-
],
|
|
130049
|
-
"access": "public",
|
|
130050
|
-
"file": {
|
|
130051
|
-
"path": "classic/scss/drawer/_variables.scss",
|
|
130052
|
-
"name": "_variables.scss"
|
|
130053
|
-
},
|
|
130054
|
-
"resolvedValue": "color-mix(in srgb, var(--kendo-color-inverse) 70%, transparent)",
|
|
130055
|
-
"resolvedType": "String"
|
|
130056
|
-
},
|
|
130057
128917
|
{
|
|
130058
128918
|
"description": "The horizontal padding of the Drawer items.\n",
|
|
130059
128919
|
"commentRange": {
|
|
130060
|
-
"start":
|
|
130061
|
-
"end":
|
|
128920
|
+
"start": 44,
|
|
128921
|
+
"end": 45
|
|
130062
128922
|
},
|
|
130063
128923
|
"context": {
|
|
130064
128924
|
"type": "variable",
|
|
@@ -130066,8 +128926,8 @@
|
|
|
130066
128926
|
"value": "0",
|
|
130067
128927
|
"scope": "default",
|
|
130068
128928
|
"line": {
|
|
130069
|
-
"start":
|
|
130070
|
-
"end":
|
|
128929
|
+
"start": 46,
|
|
128930
|
+
"end": 46
|
|
130071
128931
|
}
|
|
130072
128932
|
},
|
|
130073
128933
|
"group": [
|
|
@@ -130084,8 +128944,8 @@
|
|
|
130084
128944
|
{
|
|
130085
128945
|
"description": "The vertical padding of the Drawer items.\n",
|
|
130086
128946
|
"commentRange": {
|
|
130087
|
-
"start":
|
|
130088
|
-
"end":
|
|
128947
|
+
"start": 47,
|
|
128948
|
+
"end": 48
|
|
130089
128949
|
},
|
|
130090
128950
|
"context": {
|
|
130091
128951
|
"type": "variable",
|
|
@@ -130093,8 +128953,8 @@
|
|
|
130093
128953
|
"value": "0",
|
|
130094
128954
|
"scope": "default",
|
|
130095
128955
|
"line": {
|
|
130096
|
-
"start":
|
|
130097
|
-
"end":
|
|
128956
|
+
"start": 49,
|
|
128957
|
+
"end": 49
|
|
130098
128958
|
}
|
|
130099
128959
|
},
|
|
130100
128960
|
"group": [
|
|
@@ -130111,8 +128971,8 @@
|
|
|
130111
128971
|
{
|
|
130112
128972
|
"description": "The horizontal padding of the Drawer item.\n",
|
|
130113
128973
|
"commentRange": {
|
|
130114
|
-
"start":
|
|
130115
|
-
"end":
|
|
128974
|
+
"start": 50,
|
|
128975
|
+
"end": 51
|
|
130116
128976
|
},
|
|
130117
128977
|
"context": {
|
|
130118
128978
|
"type": "variable",
|
|
@@ -130120,8 +128980,8 @@
|
|
|
130120
128980
|
"value": "k-spacing(4)",
|
|
130121
128981
|
"scope": "default",
|
|
130122
128982
|
"line": {
|
|
130123
|
-
"start":
|
|
130124
|
-
"end":
|
|
128983
|
+
"start": 52,
|
|
128984
|
+
"end": 52
|
|
130125
128985
|
}
|
|
130126
128986
|
},
|
|
130127
128987
|
"group": [
|
|
@@ -130138,8 +128998,8 @@
|
|
|
130138
128998
|
{
|
|
130139
128999
|
"description": "The vertical padding of the Drawer item.\n",
|
|
130140
129000
|
"commentRange": {
|
|
130141
|
-
"start":
|
|
130142
|
-
"end":
|
|
129001
|
+
"start": 53,
|
|
129002
|
+
"end": 54
|
|
130143
129003
|
},
|
|
130144
129004
|
"context": {
|
|
130145
129005
|
"type": "variable",
|
|
@@ -130147,8 +129007,8 @@
|
|
|
130147
129007
|
"value": "k-spacing(2)",
|
|
130148
129008
|
"scope": "default",
|
|
130149
129009
|
"line": {
|
|
130150
|
-
"start":
|
|
130151
|
-
"end":
|
|
129010
|
+
"start": 55,
|
|
129011
|
+
"end": 55
|
|
130152
129012
|
}
|
|
130153
129013
|
},
|
|
130154
129014
|
"group": [
|
|
@@ -130165,8 +129025,8 @@
|
|
|
130165
129025
|
{
|
|
130166
129026
|
"description": "The spacing between the items in the Drawer item.\n",
|
|
130167
129027
|
"commentRange": {
|
|
130168
|
-
"start":
|
|
130169
|
-
"end":
|
|
129028
|
+
"start": 56,
|
|
129029
|
+
"end": 57
|
|
130170
129030
|
},
|
|
130171
129031
|
"context": {
|
|
130172
129032
|
"type": "variable",
|
|
@@ -130174,8 +129034,8 @@
|
|
|
130174
129034
|
"value": "$kendo-drawer-item-padding-x",
|
|
130175
129035
|
"scope": "default",
|
|
130176
129036
|
"line": {
|
|
130177
|
-
"start":
|
|
130178
|
-
"end":
|
|
129037
|
+
"start": 58,
|
|
129038
|
+
"end": 58
|
|
130179
129039
|
}
|
|
130180
129040
|
},
|
|
130181
129041
|
"group": [
|
|
@@ -130192,8 +129052,8 @@
|
|
|
130192
129052
|
{
|
|
130193
129053
|
"description": "The font size of the Drawer item.\n",
|
|
130194
129054
|
"commentRange": {
|
|
130195
|
-
"start":
|
|
130196
|
-
"end":
|
|
129055
|
+
"start": 59,
|
|
129056
|
+
"end": 60
|
|
130197
129057
|
},
|
|
130198
129058
|
"context": {
|
|
130199
129059
|
"type": "variable",
|
|
@@ -130201,8 +129061,8 @@
|
|
|
130201
129061
|
"value": "var(--kendo-font-size-lg)",
|
|
130202
129062
|
"scope": "default",
|
|
130203
129063
|
"line": {
|
|
130204
|
-
"start":
|
|
130205
|
-
"end":
|
|
129064
|
+
"start": 61,
|
|
129065
|
+
"end": 61
|
|
130206
129066
|
}
|
|
130207
129067
|
},
|
|
130208
129068
|
"group": [
|
|
@@ -130219,8 +129079,8 @@
|
|
|
130219
129079
|
{
|
|
130220
129080
|
"description": "The line height of the Drawer item.\n",
|
|
130221
129081
|
"commentRange": {
|
|
130222
|
-
"start":
|
|
130223
|
-
"end":
|
|
129082
|
+
"start": 62,
|
|
129083
|
+
"end": 63
|
|
130224
129084
|
},
|
|
130225
129085
|
"context": {
|
|
130226
129086
|
"type": "variable",
|
|
@@ -130228,8 +129088,8 @@
|
|
|
130228
129088
|
"value": "$kendo-line-height-lg",
|
|
130229
129089
|
"scope": "default",
|
|
130230
129090
|
"line": {
|
|
130231
|
-
"start":
|
|
130232
|
-
"end":
|
|
129091
|
+
"start": 64,
|
|
129092
|
+
"end": 64
|
|
130233
129093
|
}
|
|
130234
129094
|
},
|
|
130235
129095
|
"group": [
|
|
@@ -130246,8 +129106,8 @@
|
|
|
130246
129106
|
{
|
|
130247
129107
|
"description": "The font weight of the Drawer item.\n",
|
|
130248
129108
|
"commentRange": {
|
|
130249
|
-
"start":
|
|
130250
|
-
"end":
|
|
129109
|
+
"start": 65,
|
|
129110
|
+
"end": 66
|
|
130251
129111
|
},
|
|
130252
129112
|
"context": {
|
|
130253
129113
|
"type": "variable",
|
|
@@ -130255,8 +129115,8 @@
|
|
|
130255
129115
|
"value": "var(--kendo-font-weight)",
|
|
130256
129116
|
"scope": "default",
|
|
130257
129117
|
"line": {
|
|
130258
|
-
"start":
|
|
130259
|
-
"end":
|
|
129118
|
+
"start": 67,
|
|
129119
|
+
"end": 67
|
|
130260
129120
|
}
|
|
130261
129121
|
},
|
|
130262
129122
|
"group": [
|
|
@@ -130273,8 +129133,8 @@
|
|
|
130273
129133
|
{
|
|
130274
129134
|
"description": "The horizontal padding of the Drawer item in each level.\n",
|
|
130275
129135
|
"commentRange": {
|
|
130276
|
-
"start":
|
|
130277
|
-
"end":
|
|
129136
|
+
"start": 69,
|
|
129137
|
+
"end": 70
|
|
130278
129138
|
},
|
|
130279
129139
|
"context": {
|
|
130280
129140
|
"type": "variable",
|
|
@@ -130282,8 +129142,8 @@
|
|
|
130282
129142
|
"value": "$kendo-drawer-item-padding-x",
|
|
130283
129143
|
"scope": "default",
|
|
130284
129144
|
"line": {
|
|
130285
|
-
"start":
|
|
130286
|
-
"end":
|
|
129145
|
+
"start": 71,
|
|
129146
|
+
"end": 71
|
|
130287
129147
|
}
|
|
130288
129148
|
},
|
|
130289
129149
|
"group": [
|
|
@@ -130300,8 +129160,8 @@
|
|
|
130300
129160
|
{
|
|
130301
129161
|
"description": "The count of the Drawer item levels.\n",
|
|
130302
129162
|
"commentRange": {
|
|
130303
|
-
"start":
|
|
130304
|
-
"end":
|
|
129163
|
+
"start": 72,
|
|
129164
|
+
"end": 73
|
|
130305
129165
|
},
|
|
130306
129166
|
"context": {
|
|
130307
129167
|
"type": "variable",
|
|
@@ -130309,8 +129169,8 @@
|
|
|
130309
129169
|
"value": "5",
|
|
130310
129170
|
"scope": "default",
|
|
130311
129171
|
"line": {
|
|
130312
|
-
"start":
|
|
130313
|
-
"end":
|
|
129172
|
+
"start": 74,
|
|
129173
|
+
"end": 74
|
|
130314
129174
|
}
|
|
130315
129175
|
},
|
|
130316
129176
|
"group": [
|
|
@@ -130327,8 +129187,8 @@
|
|
|
130327
129187
|
{
|
|
130328
129188
|
"description": "The border radius of the Drawer item.\n",
|
|
130329
129189
|
"commentRange": {
|
|
130330
|
-
"start":
|
|
130331
|
-
"end":
|
|
129190
|
+
"start": 75,
|
|
129191
|
+
"end": 76
|
|
130332
129192
|
},
|
|
130333
129193
|
"context": {
|
|
130334
129194
|
"type": "variable",
|
|
@@ -130336,8 +129196,8 @@
|
|
|
130336
129196
|
"value": "null",
|
|
130337
129197
|
"scope": "default",
|
|
130338
129198
|
"line": {
|
|
130339
|
-
"start":
|
|
130340
|
-
"end":
|
|
129199
|
+
"start": 77,
|
|
129200
|
+
"end": 77
|
|
130341
129201
|
}
|
|
130342
129202
|
},
|
|
130343
129203
|
"group": [
|
|
@@ -130354,8 +129214,8 @@
|
|
|
130354
129214
|
{
|
|
130355
129215
|
"description": "The horizontal padding of the Drawer icon.\n",
|
|
130356
129216
|
"commentRange": {
|
|
130357
|
-
"start":
|
|
130358
|
-
"end":
|
|
129217
|
+
"start": 79,
|
|
129218
|
+
"end": 80
|
|
130359
129219
|
},
|
|
130360
129220
|
"context": {
|
|
130361
129221
|
"type": "variable",
|
|
@@ -130363,8 +129223,8 @@
|
|
|
130363
129223
|
"value": "k-spacing(0)",
|
|
130364
129224
|
"scope": "default",
|
|
130365
129225
|
"line": {
|
|
130366
|
-
"start":
|
|
130367
|
-
"end":
|
|
129226
|
+
"start": 81,
|
|
129227
|
+
"end": 81
|
|
130368
129228
|
}
|
|
130369
129229
|
},
|
|
130370
129230
|
"group": [
|
|
@@ -130381,8 +129241,8 @@
|
|
|
130381
129241
|
{
|
|
130382
129242
|
"description": "The vertical padding of the Drawer icon.\n",
|
|
130383
129243
|
"commentRange": {
|
|
130384
|
-
"start":
|
|
130385
|
-
"end":
|
|
129244
|
+
"start": 83,
|
|
129245
|
+
"end": 84
|
|
130386
129246
|
},
|
|
130387
129247
|
"context": {
|
|
130388
129248
|
"type": "variable",
|
|
@@ -130390,8 +129250,8 @@
|
|
|
130390
129250
|
"value": "k-spacing(1)",
|
|
130391
129251
|
"scope": "default",
|
|
130392
129252
|
"line": {
|
|
130393
|
-
"start":
|
|
130394
|
-
"end":
|
|
129253
|
+
"start": 85,
|
|
129254
|
+
"end": 85
|
|
130395
129255
|
}
|
|
130396
129256
|
},
|
|
130397
129257
|
"group": [
|
|
@@ -130408,8 +129268,8 @@
|
|
|
130408
129268
|
{
|
|
130409
129269
|
"description": "The initial width of the mini Drawer.\n",
|
|
130410
129270
|
"commentRange": {
|
|
130411
|
-
"start":
|
|
130412
|
-
"end":
|
|
129271
|
+
"start": 87,
|
|
129272
|
+
"end": 88
|
|
130413
129273
|
},
|
|
130414
129274
|
"context": {
|
|
130415
129275
|
"type": "variable",
|
|
@@ -130417,8 +129277,8 @@
|
|
|
130417
129277
|
"value": "calc( 2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size} )",
|
|
130418
129278
|
"scope": "default",
|
|
130419
129279
|
"line": {
|
|
130420
|
-
"start":
|
|
130421
|
-
"end":
|
|
129280
|
+
"start": 89,
|
|
129281
|
+
"end": 89
|
|
130422
129282
|
}
|
|
130423
129283
|
},
|
|
130424
129284
|
"group": [
|
|
@@ -130435,8 +129295,8 @@
|
|
|
130435
129295
|
{
|
|
130436
129296
|
"description": "The background color of the hovered Drawer item.\n",
|
|
130437
129297
|
"commentRange": {
|
|
130438
|
-
"start":
|
|
130439
|
-
"end":
|
|
129298
|
+
"start": 91,
|
|
129299
|
+
"end": 92
|
|
130440
129300
|
},
|
|
130441
129301
|
"context": {
|
|
130442
129302
|
"type": "variable",
|
|
@@ -130444,8 +129304,8 @@
|
|
|
130444
129304
|
"value": "k-color(base-hover)",
|
|
130445
129305
|
"scope": "default",
|
|
130446
129306
|
"line": {
|
|
130447
|
-
"start":
|
|
130448
|
-
"end":
|
|
129307
|
+
"start": 93,
|
|
129308
|
+
"end": 93
|
|
130449
129309
|
}
|
|
130450
129310
|
},
|
|
130451
129311
|
"group": [
|
|
@@ -130462,8 +129322,8 @@
|
|
|
130462
129322
|
{
|
|
130463
129323
|
"description": "The text color of the hovered Drawer item.\n",
|
|
130464
129324
|
"commentRange": {
|
|
130465
|
-
"start":
|
|
130466
|
-
"end":
|
|
129325
|
+
"start": 94,
|
|
129326
|
+
"end": 95
|
|
130467
129327
|
},
|
|
130468
129328
|
"context": {
|
|
130469
129329
|
"type": "variable",
|
|
@@ -130471,8 +129331,8 @@
|
|
|
130471
129331
|
"value": "k-color(on-app-surface)",
|
|
130472
129332
|
"scope": "default",
|
|
130473
129333
|
"line": {
|
|
130474
|
-
"start":
|
|
130475
|
-
"end":
|
|
129334
|
+
"start": 96,
|
|
129335
|
+
"end": 96
|
|
130476
129336
|
}
|
|
130477
129337
|
},
|
|
130478
129338
|
"group": [
|
|
@@ -130489,8 +129349,8 @@
|
|
|
130489
129349
|
{
|
|
130490
129350
|
"description": "The background color of the focused Drawer item.\n",
|
|
130491
129351
|
"commentRange": {
|
|
130492
|
-
"start":
|
|
130493
|
-
"end":
|
|
129352
|
+
"start": 98,
|
|
129353
|
+
"end": 99
|
|
130494
129354
|
},
|
|
130495
129355
|
"context": {
|
|
130496
129356
|
"type": "variable",
|
|
@@ -130498,8 +129358,8 @@
|
|
|
130498
129358
|
"value": "$kendo-drawer-bg",
|
|
130499
129359
|
"scope": "default",
|
|
130500
129360
|
"line": {
|
|
130501
|
-
"start":
|
|
130502
|
-
"end":
|
|
129361
|
+
"start": 100,
|
|
129362
|
+
"end": 100
|
|
130503
129363
|
}
|
|
130504
129364
|
},
|
|
130505
129365
|
"group": [
|
|
@@ -130516,8 +129376,8 @@
|
|
|
130516
129376
|
{
|
|
130517
129377
|
"description": "The box shadow of the focused Drawer item.\n",
|
|
130518
129378
|
"commentRange": {
|
|
130519
|
-
"start":
|
|
130520
|
-
"end":
|
|
129379
|
+
"start": 101,
|
|
129380
|
+
"end": 102
|
|
130521
129381
|
},
|
|
130522
129382
|
"context": {
|
|
130523
129383
|
"type": "variable",
|
|
@@ -130525,8 +129385,8 @@
|
|
|
130525
129385
|
"value": "$kendo-list-item-focus-shadow",
|
|
130526
129386
|
"scope": "default",
|
|
130527
129387
|
"line": {
|
|
130528
|
-
"start":
|
|
130529
|
-
"end":
|
|
129388
|
+
"start": 103,
|
|
129389
|
+
"end": 103
|
|
130530
129390
|
}
|
|
130531
129391
|
},
|
|
130532
129392
|
"group": [
|
|
@@ -130543,8 +129403,8 @@
|
|
|
130543
129403
|
{
|
|
130544
129404
|
"description": "The background color of the selected Drawer item.\n",
|
|
130545
129405
|
"commentRange": {
|
|
130546
|
-
"start":
|
|
130547
|
-
"end":
|
|
129406
|
+
"start": 105,
|
|
129407
|
+
"end": 106
|
|
130548
129408
|
},
|
|
130549
129409
|
"context": {
|
|
130550
129410
|
"type": "variable",
|
|
@@ -130552,8 +129412,8 @@
|
|
|
130552
129412
|
"value": "k-color(primary)",
|
|
130553
129413
|
"scope": "default",
|
|
130554
129414
|
"line": {
|
|
130555
|
-
"start":
|
|
130556
|
-
"end":
|
|
129415
|
+
"start": 107,
|
|
129416
|
+
"end": 107
|
|
130557
129417
|
}
|
|
130558
129418
|
},
|
|
130559
129419
|
"group": [
|
|
@@ -130570,8 +129430,8 @@
|
|
|
130570
129430
|
{
|
|
130571
129431
|
"description": "The text color of the selected Drawer item.\n",
|
|
130572
129432
|
"commentRange": {
|
|
130573
|
-
"start":
|
|
130574
|
-
"end":
|
|
129433
|
+
"start": 108,
|
|
129434
|
+
"end": 109
|
|
130575
129435
|
},
|
|
130576
129436
|
"context": {
|
|
130577
129437
|
"type": "variable",
|
|
@@ -130579,8 +129439,8 @@
|
|
|
130579
129439
|
"value": "k-color(on-primary)",
|
|
130580
129440
|
"scope": "default",
|
|
130581
129441
|
"line": {
|
|
130582
|
-
"start":
|
|
130583
|
-
"end":
|
|
129442
|
+
"start": 110,
|
|
129443
|
+
"end": 110
|
|
130584
129444
|
}
|
|
130585
129445
|
},
|
|
130586
129446
|
"group": [
|
|
@@ -130597,8 +129457,8 @@
|
|
|
130597
129457
|
{
|
|
130598
129458
|
"description": "The background color of the selected and hovered Drawer item.\n",
|
|
130599
129459
|
"commentRange": {
|
|
130600
|
-
"start":
|
|
130601
|
-
"end":
|
|
129460
|
+
"start": 112,
|
|
129461
|
+
"end": 113
|
|
130602
129462
|
},
|
|
130603
129463
|
"context": {
|
|
130604
129464
|
"type": "variable",
|
|
@@ -130606,8 +129466,8 @@
|
|
|
130606
129466
|
"value": "k-color(primary-hover)",
|
|
130607
129467
|
"scope": "default",
|
|
130608
129468
|
"line": {
|
|
130609
|
-
"start":
|
|
130610
|
-
"end":
|
|
129469
|
+
"start": 114,
|
|
129470
|
+
"end": 114
|
|
130611
129471
|
}
|
|
130612
129472
|
},
|
|
130613
129473
|
"group": [
|
|
@@ -130624,8 +129484,8 @@
|
|
|
130624
129484
|
{
|
|
130625
129485
|
"description": "The text color of the selected and hovered Drawer item.\n",
|
|
130626
129486
|
"commentRange": {
|
|
130627
|
-
"start":
|
|
130628
|
-
"end":
|
|
129487
|
+
"start": 115,
|
|
129488
|
+
"end": 116
|
|
130629
129489
|
},
|
|
130630
129490
|
"context": {
|
|
130631
129491
|
"type": "variable",
|
|
@@ -130633,8 +129493,8 @@
|
|
|
130633
129493
|
"value": "k-color(on-primary)",
|
|
130634
129494
|
"scope": "default",
|
|
130635
129495
|
"line": {
|
|
130636
|
-
"start":
|
|
130637
|
-
"end":
|
|
129496
|
+
"start": 117,
|
|
129497
|
+
"end": 117
|
|
130638
129498
|
}
|
|
130639
129499
|
},
|
|
130640
129500
|
"group": [
|
|
@@ -130651,8 +129511,8 @@
|
|
|
130651
129511
|
{
|
|
130652
129512
|
"description": "The background color of the selected and focused Drawer item.\n",
|
|
130653
129513
|
"commentRange": {
|
|
130654
|
-
"start":
|
|
130655
|
-
"end":
|
|
129514
|
+
"start": 119,
|
|
129515
|
+
"end": 120
|
|
130656
129516
|
},
|
|
130657
129517
|
"context": {
|
|
130658
129518
|
"type": "variable",
|
|
@@ -130660,8 +129520,8 @@
|
|
|
130660
129520
|
"value": "null",
|
|
130661
129521
|
"scope": "default",
|
|
130662
129522
|
"line": {
|
|
130663
|
-
"start":
|
|
130664
|
-
"end":
|
|
129523
|
+
"start": 121,
|
|
129524
|
+
"end": 121
|
|
130665
129525
|
}
|
|
130666
129526
|
},
|
|
130667
129527
|
"group": [
|
|
@@ -172134,8 +170994,8 @@
|
|
|
172134
170994
|
{
|
|
172135
170995
|
"description": "The vertical margin of the Scheduler Tooltip title.\n",
|
|
172136
170996
|
"commentRange": {
|
|
172137
|
-
"start":
|
|
172138
|
-
"end":
|
|
170997
|
+
"start": 205,
|
|
170998
|
+
"end": 206
|
|
172139
170999
|
},
|
|
172140
171000
|
"context": {
|
|
172141
171001
|
"type": "variable",
|
|
@@ -172143,8 +171003,8 @@
|
|
|
172143
171003
|
"value": "k-spacing(1)",
|
|
172144
171004
|
"scope": "default",
|
|
172145
171005
|
"line": {
|
|
172146
|
-
"start":
|
|
172147
|
-
"end":
|
|
171006
|
+
"start": 207,
|
|
171007
|
+
"end": 207
|
|
172148
171008
|
}
|
|
172149
171009
|
},
|
|
172150
171010
|
"group": [
|
|
@@ -172161,8 +171021,8 @@
|
|
|
172161
171021
|
{
|
|
172162
171022
|
"description": "The font size of the month inside the Scheduler Tooltip.\n",
|
|
172163
171023
|
"commentRange": {
|
|
172164
|
-
"start":
|
|
172165
|
-
"end":
|
|
171024
|
+
"start": 208,
|
|
171025
|
+
"end": 209
|
|
172166
171026
|
},
|
|
172167
171027
|
"context": {
|
|
172168
171028
|
"type": "variable",
|
|
@@ -172170,8 +171030,8 @@
|
|
|
172170
171030
|
"value": "var(--kendo-font-size-sm)",
|
|
172171
171031
|
"scope": "default",
|
|
172172
171032
|
"line": {
|
|
172173
|
-
"start":
|
|
172174
|
-
"end":
|
|
171033
|
+
"start": 210,
|
|
171034
|
+
"end": 210
|
|
172175
171035
|
}
|
|
172176
171036
|
},
|
|
172177
171037
|
"group": [
|
|
@@ -172188,8 +171048,8 @@
|
|
|
172188
171048
|
{
|
|
172189
171049
|
"description": "The font size of the day inside the Scheduler Tooltip.\n",
|
|
172190
171050
|
"commentRange": {
|
|
172191
|
-
"start":
|
|
172192
|
-
"end":
|
|
171051
|
+
"start": 211,
|
|
171052
|
+
"end": 212
|
|
172193
171053
|
},
|
|
172194
171054
|
"context": {
|
|
172195
171055
|
"type": "variable",
|
|
@@ -172197,8 +171057,8 @@
|
|
|
172197
171057
|
"value": "calc( var(--kendo-font-size-sm) * 2 )",
|
|
172198
171058
|
"scope": "default",
|
|
172199
171059
|
"line": {
|
|
172200
|
-
"start":
|
|
172201
|
-
"end":
|
|
171060
|
+
"start": 213,
|
|
171061
|
+
"end": 213
|
|
172202
171062
|
}
|
|
172203
171063
|
},
|
|
172204
171064
|
"group": [
|
|
@@ -172215,8 +171075,8 @@
|
|
|
172215
171075
|
{
|
|
172216
171076
|
"description": "The max height of the events inside the Scheduler Tooltip.\n",
|
|
172217
171077
|
"commentRange": {
|
|
172218
|
-
"start":
|
|
172219
|
-
"end":
|
|
171078
|
+
"start": 215,
|
|
171079
|
+
"end": 216
|
|
172220
171080
|
},
|
|
172221
171081
|
"context": {
|
|
172222
171082
|
"type": "variable",
|
|
@@ -172224,8 +171084,8 @@
|
|
|
172224
171084
|
"value": "250px",
|
|
172225
171085
|
"scope": "default",
|
|
172226
171086
|
"line": {
|
|
172227
|
-
"start":
|
|
172228
|
-
"end":
|
|
171087
|
+
"start": 217,
|
|
171088
|
+
"end": 217
|
|
172229
171089
|
}
|
|
172230
171090
|
},
|
|
172231
171091
|
"group": [
|
|
@@ -172242,8 +171102,8 @@
|
|
|
172242
171102
|
{
|
|
172243
171103
|
"description": "The spacing between the events inside the Scheduler Tooltip.\n",
|
|
172244
171104
|
"commentRange": {
|
|
172245
|
-
"start":
|
|
172246
|
-
"end":
|
|
171105
|
+
"start": 218,
|
|
171106
|
+
"end": 219
|
|
172247
171107
|
},
|
|
172248
171108
|
"context": {
|
|
172249
171109
|
"type": "variable",
|
|
@@ -172251,8 +171111,8 @@
|
|
|
172251
171111
|
"value": "k-spacing(1)",
|
|
172252
171112
|
"scope": "default",
|
|
172253
171113
|
"line": {
|
|
172254
|
-
"start":
|
|
172255
|
-
"end":
|
|
171114
|
+
"start": 220,
|
|
171115
|
+
"end": 220
|
|
172256
171116
|
}
|
|
172257
171117
|
},
|
|
172258
171118
|
"group": [
|
|
@@ -172269,8 +171129,8 @@
|
|
|
172269
171129
|
{
|
|
172270
171130
|
"description": "The horizontal padding of the events inside the Scheduler Tooltip.\n",
|
|
172271
171131
|
"commentRange": {
|
|
172272
|
-
"start":
|
|
172273
|
-
"end":
|
|
171132
|
+
"start": 222,
|
|
171133
|
+
"end": 223
|
|
172274
171134
|
},
|
|
172275
171135
|
"context": {
|
|
172276
171136
|
"type": "variable",
|
|
@@ -172278,8 +171138,8 @@
|
|
|
172278
171138
|
"value": "k-spacing(2)",
|
|
172279
171139
|
"scope": "default",
|
|
172280
171140
|
"line": {
|
|
172281
|
-
"start":
|
|
172282
|
-
"end":
|
|
171141
|
+
"start": 224,
|
|
171142
|
+
"end": 224
|
|
172283
171143
|
}
|
|
172284
171144
|
},
|
|
172285
171145
|
"group": [
|
|
@@ -172296,8 +171156,8 @@
|
|
|
172296
171156
|
{
|
|
172297
171157
|
"description": "The vertical padding of the events inside the Scheduler Tooltip.\n",
|
|
172298
171158
|
"commentRange": {
|
|
172299
|
-
"start":
|
|
172300
|
-
"end":
|
|
171159
|
+
"start": 225,
|
|
171160
|
+
"end": 226
|
|
172301
171161
|
},
|
|
172302
171162
|
"context": {
|
|
172303
171163
|
"type": "variable",
|
|
@@ -172305,8 +171165,8 @@
|
|
|
172305
171165
|
"value": "k-spacing(1)",
|
|
172306
171166
|
"scope": "default",
|
|
172307
171167
|
"line": {
|
|
172308
|
-
"start":
|
|
172309
|
-
"end":
|
|
171168
|
+
"start": 227,
|
|
171169
|
+
"end": 227
|
|
172310
171170
|
}
|
|
172311
171171
|
},
|
|
172312
171172
|
"group": [
|
|
@@ -172323,8 +171183,8 @@
|
|
|
172323
171183
|
{
|
|
172324
171184
|
"description": "The border radius of the events inside the Scheduler Tooltip.\n",
|
|
172325
171185
|
"commentRange": {
|
|
172326
|
-
"start":
|
|
172327
|
-
"end":
|
|
171186
|
+
"start": 228,
|
|
171187
|
+
"end": 229
|
|
172328
171188
|
},
|
|
172329
171189
|
"context": {
|
|
172330
171190
|
"type": "variable",
|
|
@@ -172332,8 +171192,8 @@
|
|
|
172332
171192
|
"value": "k-border-radius(md)",
|
|
172333
171193
|
"scope": "default",
|
|
172334
171194
|
"line": {
|
|
172335
|
-
"start":
|
|
172336
|
-
"end":
|
|
171195
|
+
"start": 230,
|
|
171196
|
+
"end": 230
|
|
172337
171197
|
}
|
|
172338
171198
|
},
|
|
172339
171199
|
"group": [
|
|
@@ -172350,8 +171210,8 @@
|
|
|
172350
171210
|
{
|
|
172351
171211
|
"description": "The spacing between the events items inside the Scheduler Tooltip.\n",
|
|
172352
171212
|
"commentRange": {
|
|
172353
|
-
"start":
|
|
172354
|
-
"end":
|
|
171213
|
+
"start": 231,
|
|
171214
|
+
"end": 232
|
|
172355
171215
|
},
|
|
172356
171216
|
"context": {
|
|
172357
171217
|
"type": "variable",
|
|
@@ -172359,8 +171219,8 @@
|
|
|
172359
171219
|
"value": "k-spacing(1)",
|
|
172360
171220
|
"scope": "default",
|
|
172361
171221
|
"line": {
|
|
172362
|
-
"start":
|
|
172363
|
-
"end":
|
|
171222
|
+
"start": 233,
|
|
171223
|
+
"end": 233
|
|
172364
171224
|
}
|
|
172365
171225
|
},
|
|
172366
171226
|
"group": [
|
|
@@ -172377,8 +171237,8 @@
|
|
|
172377
171237
|
{
|
|
172378
171238
|
"description": "The color of the Scheduler Tooltip callout.\n",
|
|
172379
171239
|
"commentRange": {
|
|
172380
|
-
"start":
|
|
172381
|
-
"end":
|
|
171240
|
+
"start": 235,
|
|
171241
|
+
"end": 236
|
|
172382
171242
|
},
|
|
172383
171243
|
"context": {
|
|
172384
171244
|
"type": "variable",
|
|
@@ -172386,8 +171246,8 @@
|
|
|
172386
171246
|
"value": "$kendo-scheduler-tooltip-bg",
|
|
172387
171247
|
"scope": "default",
|
|
172388
171248
|
"line": {
|
|
172389
|
-
"start":
|
|
172390
|
-
"end":
|
|
171249
|
+
"start": 237,
|
|
171250
|
+
"end": 237
|
|
172391
171251
|
}
|
|
172392
171252
|
},
|
|
172393
171253
|
"group": [
|
|
@@ -172404,8 +171264,8 @@
|
|
|
172404
171264
|
{
|
|
172405
171265
|
"description": "The padding of the Scheduler appointments.\n",
|
|
172406
171266
|
"commentRange": {
|
|
172407
|
-
"start":
|
|
172408
|
-
"end":
|
|
171267
|
+
"start": 239,
|
|
171268
|
+
"end": 240
|
|
172409
171269
|
},
|
|
172410
171270
|
"context": {
|
|
172411
171271
|
"type": "variable",
|
|
@@ -172413,8 +171273,8 @@
|
|
|
172413
171273
|
"value": "k-spacing(2)",
|
|
172414
171274
|
"scope": "default",
|
|
172415
171275
|
"line": {
|
|
172416
|
-
"start":
|
|
172417
|
-
"end":
|
|
171276
|
+
"start": 241,
|
|
171277
|
+
"end": 241
|
|
172418
171278
|
}
|
|
172419
171279
|
},
|
|
172420
171280
|
"group": [
|
|
@@ -172431,8 +171291,8 @@
|
|
|
172431
171291
|
{
|
|
172432
171292
|
"description": "The horizontal padding of the Scheduler event template.\n",
|
|
172433
171293
|
"commentRange": {
|
|
172434
|
-
"start":
|
|
172435
|
-
"end":
|
|
171294
|
+
"start": 243,
|
|
171295
|
+
"end": 244
|
|
172436
171296
|
},
|
|
172437
171297
|
"context": {
|
|
172438
171298
|
"type": "variable",
|
|
@@ -172440,8 +171300,8 @@
|
|
|
172440
171300
|
"value": "k-spacing(2)",
|
|
172441
171301
|
"scope": "default",
|
|
172442
171302
|
"line": {
|
|
172443
|
-
"start":
|
|
172444
|
-
"end":
|
|
171303
|
+
"start": 245,
|
|
171304
|
+
"end": 245
|
|
172445
171305
|
}
|
|
172446
171306
|
},
|
|
172447
171307
|
"group": [
|
|
@@ -172458,8 +171318,8 @@
|
|
|
172458
171318
|
{
|
|
172459
171319
|
"description": "The vertical padding of the Scheduler event template.\n",
|
|
172460
171320
|
"commentRange": {
|
|
172461
|
-
"start":
|
|
172462
|
-
"end":
|
|
171321
|
+
"start": 246,
|
|
171322
|
+
"end": 247
|
|
172463
171323
|
},
|
|
172464
171324
|
"context": {
|
|
172465
171325
|
"type": "variable",
|
|
@@ -172467,8 +171327,8 @@
|
|
|
172467
171327
|
"value": "k-spacing(1)",
|
|
172468
171328
|
"scope": "default",
|
|
172469
171329
|
"line": {
|
|
172470
|
-
"start":
|
|
172471
|
-
"end":
|
|
171330
|
+
"start": 248,
|
|
171331
|
+
"end": 248
|
|
172472
171332
|
}
|
|
172473
171333
|
},
|
|
172474
171334
|
"group": [
|
|
@@ -172485,8 +171345,8 @@
|
|
|
172485
171345
|
{
|
|
172486
171346
|
"description": "The inline inset of the Scheduler event actions.\n",
|
|
172487
171347
|
"commentRange": {
|
|
172488
|
-
"start":
|
|
172489
|
-
"end":
|
|
171348
|
+
"start": 250,
|
|
171349
|
+
"end": 251
|
|
172490
171350
|
},
|
|
172491
171351
|
"context": {
|
|
172492
171352
|
"type": "variable",
|
|
@@ -172494,8 +171354,8 @@
|
|
|
172494
171354
|
"value": "k-spacing(2)",
|
|
172495
171355
|
"scope": "default",
|
|
172496
171356
|
"line": {
|
|
172497
|
-
"start":
|
|
172498
|
-
"end":
|
|
171357
|
+
"start": 252,
|
|
171358
|
+
"end": 252
|
|
172499
171359
|
}
|
|
172500
171360
|
},
|
|
172501
171361
|
"group": [
|
|
@@ -172512,8 +171372,8 @@
|
|
|
172512
171372
|
{
|
|
172513
171373
|
"description": "The margin of the Scheduler event indicators.\n",
|
|
172514
171374
|
"commentRange": {
|
|
172515
|
-
"start":
|
|
172516
|
-
"end":
|
|
171375
|
+
"start": 254,
|
|
171376
|
+
"end": 255
|
|
172517
171377
|
},
|
|
172518
171378
|
"context": {
|
|
172519
171379
|
"type": "variable",
|
|
@@ -172521,8 +171381,8 @@
|
|
|
172521
171381
|
"value": "k-spacing(0.5) k-spacing(1)",
|
|
172522
171382
|
"scope": "default",
|
|
172523
171383
|
"line": {
|
|
172524
|
-
"start":
|
|
172525
|
-
"end":
|
|
171384
|
+
"start": 256,
|
|
171385
|
+
"end": 256
|
|
172526
171386
|
}
|
|
172527
171387
|
},
|
|
172528
171388
|
"group": [
|
|
@@ -172539,8 +171399,8 @@
|
|
|
172539
171399
|
{
|
|
172540
171400
|
"description": "The inline inset of the Scheduler marquee labels.\n",
|
|
172541
171401
|
"commentRange": {
|
|
172542
|
-
"start":
|
|
172543
|
-
"end":
|
|
171402
|
+
"start": 258,
|
|
171403
|
+
"end": 259
|
|
172544
171404
|
},
|
|
172545
171405
|
"context": {
|
|
172546
171406
|
"type": "variable",
|
|
@@ -172548,8 +171408,8 @@
|
|
|
172548
171408
|
"value": "k-spacing(1)",
|
|
172549
171409
|
"scope": "default",
|
|
172550
171410
|
"line": {
|
|
172551
|
-
"start":
|
|
172552
|
-
"end":
|
|
171411
|
+
"start": 260,
|
|
171412
|
+
"end": 260
|
|
172553
171413
|
}
|
|
172554
171414
|
},
|
|
172555
171415
|
"group": [
|
|
@@ -172566,8 +171426,8 @@
|
|
|
172566
171426
|
{
|
|
172567
171427
|
"description": "The block inset of the Scheduler marquee labels.\n",
|
|
172568
171428
|
"commentRange": {
|
|
172569
|
-
"start":
|
|
172570
|
-
"end":
|
|
171429
|
+
"start": 261,
|
|
171430
|
+
"end": 262
|
|
172571
171431
|
},
|
|
172572
171432
|
"context": {
|
|
172573
171433
|
"type": "variable",
|
|
@@ -172575,8 +171435,8 @@
|
|
|
172575
171435
|
"value": "k-spacing(0.5)",
|
|
172576
171436
|
"scope": "default",
|
|
172577
171437
|
"line": {
|
|
172578
|
-
"start":
|
|
172579
|
-
"end":
|
|
171438
|
+
"start": 263,
|
|
171439
|
+
"end": 263
|
|
172580
171440
|
}
|
|
172581
171441
|
},
|
|
172582
171442
|
"group": [
|
|
@@ -172593,8 +171453,8 @@
|
|
|
172593
171453
|
{
|
|
172594
171454
|
"description": "The background color of the Scheduler header.\n",
|
|
172595
171455
|
"commentRange": {
|
|
172596
|
-
"start":
|
|
172597
|
-
"end":
|
|
171456
|
+
"start": 265,
|
|
171457
|
+
"end": 266
|
|
172598
171458
|
},
|
|
172599
171459
|
"context": {
|
|
172600
171460
|
"type": "variable",
|
|
@@ -172602,8 +171462,8 @@
|
|
|
172602
171462
|
"value": "k-color(surface)",
|
|
172603
171463
|
"scope": "default",
|
|
172604
171464
|
"line": {
|
|
172605
|
-
"start":
|
|
172606
|
-
"end":
|
|
171465
|
+
"start": 267,
|
|
171466
|
+
"end": 267
|
|
172607
171467
|
}
|
|
172608
171468
|
},
|
|
172609
171469
|
"group": [
|