@progress/kendo-theme-fluent 14.4.1-dev.1 → 14.4.1-dev.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/fluent-1-dark.css +1 -1
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +1056 -732
- package/dist/meta/sassdoc-raw-data.json +512 -362
- package/dist/meta/variables.json +24 -0
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -1
- package/lib/swatches/fluent-1.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +3 -3
- package/scss/agent-response/_variables.scss +20 -0
- package/scss/grid/_layout.scss +5 -2
- package/scss/grid/_theme.scss +2 -2
- package/scss/grid/_variables.scss +4 -0
|
@@ -2080,15 +2080,15 @@
|
|
|
2080
2080
|
"resolvedType": "String"
|
|
2081
2081
|
},
|
|
2082
2082
|
{
|
|
2083
|
-
"description": "The
|
|
2083
|
+
"description": "The horizontal padding of the AgentStep head.\n",
|
|
2084
2084
|
"commentRange": {
|
|
2085
2085
|
"start": 11,
|
|
2086
2086
|
"end": 12
|
|
2087
2087
|
},
|
|
2088
2088
|
"context": {
|
|
2089
2089
|
"type": "variable",
|
|
2090
|
-
"name": "kendo-agent-step-
|
|
2091
|
-
"value": "var( --kendo-agent-step-
|
|
2090
|
+
"name": "kendo-agent-step-padding-x",
|
|
2091
|
+
"value": "var( --kendo-agent-step-padding-x, k-spacing(0.5) )",
|
|
2092
2092
|
"scope": "default",
|
|
2093
2093
|
"line": {
|
|
2094
2094
|
"start": 13,
|
|
@@ -2103,19 +2103,19 @@
|
|
|
2103
2103
|
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2104
2104
|
"name": "_variables.scss"
|
|
2105
2105
|
},
|
|
2106
|
-
"resolvedValue": "var(--kendo-agent-step-
|
|
2106
|
+
"resolvedValue": "var(--kendo-agent-step-padding-x, var(--kendo-spacing-0\\.5))",
|
|
2107
2107
|
"resolvedType": "String"
|
|
2108
2108
|
},
|
|
2109
2109
|
{
|
|
2110
|
-
"description": "The
|
|
2110
|
+
"description": "The end padding of the AgentStep head.\n",
|
|
2111
2111
|
"commentRange": {
|
|
2112
2112
|
"start": 14,
|
|
2113
2113
|
"end": 15
|
|
2114
2114
|
},
|
|
2115
2115
|
"context": {
|
|
2116
2116
|
"type": "variable",
|
|
2117
|
-
"name": "kendo-agent-step-
|
|
2118
|
-
"value": "var( --kendo-agent-step-
|
|
2117
|
+
"name": "kendo-agent-step-padding-end",
|
|
2118
|
+
"value": "var( --kendo-agent-step-padding-end, k-spacing(2) )",
|
|
2119
2119
|
"scope": "default",
|
|
2120
2120
|
"line": {
|
|
2121
2121
|
"start": 16,
|
|
@@ -2130,19 +2130,19 @@
|
|
|
2130
2130
|
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2131
2131
|
"name": "_variables.scss"
|
|
2132
2132
|
},
|
|
2133
|
-
"resolvedValue": "var(--kendo-agent-step-
|
|
2133
|
+
"resolvedValue": "var(--kendo-agent-step-padding-end, var(--kendo-spacing-2))",
|
|
2134
2134
|
"resolvedType": "String"
|
|
2135
2135
|
},
|
|
2136
2136
|
{
|
|
2137
|
-
"description": "The
|
|
2137
|
+
"description": "The border radius of the AgentStep head.\n",
|
|
2138
2138
|
"commentRange": {
|
|
2139
2139
|
"start": 17,
|
|
2140
2140
|
"end": 18
|
|
2141
2141
|
},
|
|
2142
2142
|
"context": {
|
|
2143
2143
|
"type": "variable",
|
|
2144
|
-
"name": "kendo-agent-step-
|
|
2145
|
-
"value": "var( --kendo-agent-step-
|
|
2144
|
+
"name": "kendo-agent-step-border-radius",
|
|
2145
|
+
"value": "var( --kendo-agent-step-border-radius, k-border-radius(md) )",
|
|
2146
2146
|
"scope": "default",
|
|
2147
2147
|
"line": {
|
|
2148
2148
|
"start": 19,
|
|
@@ -2157,19 +2157,19 @@
|
|
|
2157
2157
|
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2158
2158
|
"name": "_variables.scss"
|
|
2159
2159
|
},
|
|
2160
|
-
"resolvedValue": "var(--kendo-agent-step-
|
|
2160
|
+
"resolvedValue": "var(--kendo-agent-step-border-radius, var(--kendo-border-radius-md))",
|
|
2161
2161
|
"resolvedType": "String"
|
|
2162
2162
|
},
|
|
2163
2163
|
{
|
|
2164
|
-
"description": "The
|
|
2164
|
+
"description": "The top margin of the AgentStep icon.\n",
|
|
2165
2165
|
"commentRange": {
|
|
2166
2166
|
"start": 20,
|
|
2167
2167
|
"end": 21
|
|
2168
2168
|
},
|
|
2169
2169
|
"context": {
|
|
2170
2170
|
"type": "variable",
|
|
2171
|
-
"name": "kendo-agent-step-
|
|
2172
|
-
"value": "var( --kendo-agent-step-
|
|
2171
|
+
"name": "kendo-agent-step-icon-margin-top",
|
|
2172
|
+
"value": "var( --kendo-agent-step-icon-margin-top, k-spacing(0.5) )",
|
|
2173
2173
|
"scope": "default",
|
|
2174
2174
|
"line": {
|
|
2175
2175
|
"start": 22,
|
|
@@ -2184,19 +2184,19 @@
|
|
|
2184
2184
|
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2185
2185
|
"name": "_variables.scss"
|
|
2186
2186
|
},
|
|
2187
|
-
"resolvedValue": "var(--kendo-agent-step-
|
|
2187
|
+
"resolvedValue": "var(--kendo-agent-step-icon-margin-top, var(--kendo-spacing-0\\.5))",
|
|
2188
2188
|
"resolvedType": "String"
|
|
2189
2189
|
},
|
|
2190
2190
|
{
|
|
2191
|
-
"description": "The
|
|
2191
|
+
"description": "The text color of the added lines count in the AgentStep diffstat.\n",
|
|
2192
2192
|
"commentRange": {
|
|
2193
2193
|
"start": 23,
|
|
2194
2194
|
"end": 24
|
|
2195
2195
|
},
|
|
2196
2196
|
"context": {
|
|
2197
2197
|
"type": "variable",
|
|
2198
|
-
"name": "kendo-agent-step-
|
|
2199
|
-
"value": "var( --kendo-agent-step-
|
|
2198
|
+
"name": "kendo-agent-step-added-color",
|
|
2199
|
+
"value": "var( --kendo-agent-step-added-color, k-color(success-on-surface) )",
|
|
2200
2200
|
"scope": "default",
|
|
2201
2201
|
"line": {
|
|
2202
2202
|
"start": 25,
|
|
@@ -2211,14 +2211,122 @@
|
|
|
2211
2211
|
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2212
2212
|
"name": "_variables.scss"
|
|
2213
2213
|
},
|
|
2214
|
+
"resolvedValue": "var(--kendo-agent-step-added-color, var(--kendo-color-success-on-surface))",
|
|
2215
|
+
"resolvedType": "String"
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"description": "The text color of the removed lines count in the AgentStep diffstat.\n",
|
|
2219
|
+
"commentRange": {
|
|
2220
|
+
"start": 26,
|
|
2221
|
+
"end": 27
|
|
2222
|
+
},
|
|
2223
|
+
"context": {
|
|
2224
|
+
"type": "variable",
|
|
2225
|
+
"name": "kendo-agent-step-removed-color",
|
|
2226
|
+
"value": "var( --kendo-agent-step-removed-color, k-color(error-on-surface) )",
|
|
2227
|
+
"scope": "default",
|
|
2228
|
+
"line": {
|
|
2229
|
+
"start": 28,
|
|
2230
|
+
"end": 28
|
|
2231
|
+
}
|
|
2232
|
+
},
|
|
2233
|
+
"group": [
|
|
2234
|
+
"agent-response"
|
|
2235
|
+
],
|
|
2236
|
+
"access": "public",
|
|
2237
|
+
"file": {
|
|
2238
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2239
|
+
"name": "_variables.scss"
|
|
2240
|
+
},
|
|
2241
|
+
"resolvedValue": "var(--kendo-agent-step-removed-color, var(--kendo-color-error-on-surface))",
|
|
2242
|
+
"resolvedType": "String"
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"description": "The font size of the AgentStep label, secondary text, and diffstat.\n",
|
|
2246
|
+
"commentRange": {
|
|
2247
|
+
"start": 29,
|
|
2248
|
+
"end": 30
|
|
2249
|
+
},
|
|
2250
|
+
"context": {
|
|
2251
|
+
"type": "variable",
|
|
2252
|
+
"name": "kendo-agent-step-font-size",
|
|
2253
|
+
"value": "var( --kendo-agent-step-font-size, var(--kendo-font-size-sm) )",
|
|
2254
|
+
"scope": "default",
|
|
2255
|
+
"line": {
|
|
2256
|
+
"start": 31,
|
|
2257
|
+
"end": 31
|
|
2258
|
+
}
|
|
2259
|
+
},
|
|
2260
|
+
"group": [
|
|
2261
|
+
"agent-response"
|
|
2262
|
+
],
|
|
2263
|
+
"access": "public",
|
|
2264
|
+
"file": {
|
|
2265
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2266
|
+
"name": "_variables.scss"
|
|
2267
|
+
},
|
|
2268
|
+
"resolvedValue": "var(--kendo-agent-step-font-size, var(--kendo-font-size-sm))",
|
|
2269
|
+
"resolvedType": "String"
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"description": "The font size of the AgentStep body content.\n",
|
|
2273
|
+
"commentRange": {
|
|
2274
|
+
"start": 32,
|
|
2275
|
+
"end": 33
|
|
2276
|
+
},
|
|
2277
|
+
"context": {
|
|
2278
|
+
"type": "variable",
|
|
2279
|
+
"name": "kendo-agent-step-body-font-size",
|
|
2280
|
+
"value": "var( --kendo-agent-step-body-font-size, var(--kendo-font-size-sm) )",
|
|
2281
|
+
"scope": "default",
|
|
2282
|
+
"line": {
|
|
2283
|
+
"start": 34,
|
|
2284
|
+
"end": 34
|
|
2285
|
+
}
|
|
2286
|
+
},
|
|
2287
|
+
"group": [
|
|
2288
|
+
"agent-response"
|
|
2289
|
+
],
|
|
2290
|
+
"access": "public",
|
|
2291
|
+
"file": {
|
|
2292
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2293
|
+
"name": "_variables.scss"
|
|
2294
|
+
},
|
|
2214
2295
|
"resolvedValue": "var(--kendo-agent-step-body-font-size, var(--kendo-font-size-sm))",
|
|
2215
2296
|
"resolvedType": "String"
|
|
2216
2297
|
},
|
|
2298
|
+
{
|
|
2299
|
+
"description": "The box shadow of the focused AgentStep head.\n",
|
|
2300
|
+
"commentRange": {
|
|
2301
|
+
"start": 35,
|
|
2302
|
+
"end": 36
|
|
2303
|
+
},
|
|
2304
|
+
"context": {
|
|
2305
|
+
"type": "variable",
|
|
2306
|
+
"name": "kendo-agent-step-focus-shadow",
|
|
2307
|
+
"value": "var( --kendo-agent-step-focus-shadow, inset 0 0 0 2px #{k-color(on-app-surface)} )",
|
|
2308
|
+
"scope": "default",
|
|
2309
|
+
"line": {
|
|
2310
|
+
"start": 37,
|
|
2311
|
+
"end": 37
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2314
|
+
"group": [
|
|
2315
|
+
"agent-response"
|
|
2316
|
+
],
|
|
2317
|
+
"access": "public",
|
|
2318
|
+
"file": {
|
|
2319
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2320
|
+
"name": "_variables.scss"
|
|
2321
|
+
},
|
|
2322
|
+
"resolvedValue": "var(--kendo-agent-step-focus-shadow, inset 0 0 0 2px var(--kendo-color-on-app-surface))",
|
|
2323
|
+
"resolvedType": "String"
|
|
2324
|
+
},
|
|
2217
2325
|
{
|
|
2218
2326
|
"description": "The gap between the icon column and the content of the Thought.\n",
|
|
2219
2327
|
"commentRange": {
|
|
2220
|
-
"start":
|
|
2221
|
-
"end":
|
|
2328
|
+
"start": 39,
|
|
2329
|
+
"end": 40
|
|
2222
2330
|
},
|
|
2223
2331
|
"context": {
|
|
2224
2332
|
"type": "variable",
|
|
@@ -2226,8 +2334,8 @@
|
|
|
2226
2334
|
"value": "var( --kendo-thought-gap, k-spacing(1.5) )",
|
|
2227
2335
|
"scope": "default",
|
|
2228
2336
|
"line": {
|
|
2229
|
-
"start":
|
|
2230
|
-
"end":
|
|
2337
|
+
"start": 41,
|
|
2338
|
+
"end": 41
|
|
2231
2339
|
}
|
|
2232
2340
|
},
|
|
2233
2341
|
"group": [
|
|
@@ -2244,8 +2352,8 @@
|
|
|
2244
2352
|
{
|
|
2245
2353
|
"description": "The gap in the icon column of the Thought.\n",
|
|
2246
2354
|
"commentRange": {
|
|
2247
|
-
"start":
|
|
2248
|
-
"end":
|
|
2355
|
+
"start": 42,
|
|
2356
|
+
"end": 43
|
|
2249
2357
|
},
|
|
2250
2358
|
"context": {
|
|
2251
2359
|
"type": "variable",
|
|
@@ -2253,8 +2361,8 @@
|
|
|
2253
2361
|
"value": "var( --kendo-thought-icon-col-gap, k-spacing(2) )",
|
|
2254
2362
|
"scope": "default",
|
|
2255
2363
|
"line": {
|
|
2256
|
-
"start":
|
|
2257
|
-
"end":
|
|
2364
|
+
"start": 44,
|
|
2365
|
+
"end": 44
|
|
2258
2366
|
}
|
|
2259
2367
|
},
|
|
2260
2368
|
"group": [
|
|
@@ -2271,8 +2379,8 @@
|
|
|
2271
2379
|
{
|
|
2272
2380
|
"description": "The spacing between stacked Thought items.\n",
|
|
2273
2381
|
"commentRange": {
|
|
2274
|
-
"start":
|
|
2275
|
-
"end":
|
|
2382
|
+
"start": 45,
|
|
2383
|
+
"end": 46
|
|
2276
2384
|
},
|
|
2277
2385
|
"context": {
|
|
2278
2386
|
"type": "variable",
|
|
@@ -2280,8 +2388,8 @@
|
|
|
2280
2388
|
"value": "var( --kendo-thought-spacing, k-spacing(4) )",
|
|
2281
2389
|
"scope": "default",
|
|
2282
2390
|
"line": {
|
|
2283
|
-
"start":
|
|
2284
|
-
"end":
|
|
2391
|
+
"start": 47,
|
|
2392
|
+
"end": 47
|
|
2285
2393
|
}
|
|
2286
2394
|
},
|
|
2287
2395
|
"group": [
|
|
@@ -2295,11 +2403,38 @@
|
|
|
2295
2403
|
"resolvedValue": "var(--kendo-thought-spacing, var(--kendo-spacing-4))",
|
|
2296
2404
|
"resolvedType": "String"
|
|
2297
2405
|
},
|
|
2406
|
+
{
|
|
2407
|
+
"description": "The start padding of the Thought, aligning it with the AgentStep head.\n",
|
|
2408
|
+
"commentRange": {
|
|
2409
|
+
"start": 48,
|
|
2410
|
+
"end": 49
|
|
2411
|
+
},
|
|
2412
|
+
"context": {
|
|
2413
|
+
"type": "variable",
|
|
2414
|
+
"name": "kendo-thought-padding-x",
|
|
2415
|
+
"value": "var( --kendo-thought-padding-x, k-spacing(0.5) )",
|
|
2416
|
+
"scope": "default",
|
|
2417
|
+
"line": {
|
|
2418
|
+
"start": 50,
|
|
2419
|
+
"end": 50
|
|
2420
|
+
}
|
|
2421
|
+
},
|
|
2422
|
+
"group": [
|
|
2423
|
+
"agent-response"
|
|
2424
|
+
],
|
|
2425
|
+
"access": "public",
|
|
2426
|
+
"file": {
|
|
2427
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2428
|
+
"name": "_variables.scss"
|
|
2429
|
+
},
|
|
2430
|
+
"resolvedValue": "var(--kendo-thought-padding-x, var(--kendo-spacing-0\\.5))",
|
|
2431
|
+
"resolvedType": "String"
|
|
2432
|
+
},
|
|
2298
2433
|
{
|
|
2299
2434
|
"description": "The color of the connector line between stacked Thought items.\n",
|
|
2300
2435
|
"commentRange": {
|
|
2301
|
-
"start":
|
|
2302
|
-
"end":
|
|
2436
|
+
"start": 51,
|
|
2437
|
+
"end": 52
|
|
2303
2438
|
},
|
|
2304
2439
|
"context": {
|
|
2305
2440
|
"type": "variable",
|
|
@@ -2307,8 +2442,8 @@
|
|
|
2307
2442
|
"value": "var( --kendo-thought-connector-color, color-mix(in srgb, k-color(border) 26%, transparent) )",
|
|
2308
2443
|
"scope": "default",
|
|
2309
2444
|
"line": {
|
|
2310
|
-
"start":
|
|
2311
|
-
"end":
|
|
2445
|
+
"start": 53,
|
|
2446
|
+
"end": 53
|
|
2312
2447
|
}
|
|
2313
2448
|
},
|
|
2314
2449
|
"group": [
|
|
@@ -2325,8 +2460,8 @@
|
|
|
2325
2460
|
{
|
|
2326
2461
|
"description": "The start indent of the ToolCall body.\n",
|
|
2327
2462
|
"commentRange": {
|
|
2328
|
-
"start":
|
|
2329
|
-
"end":
|
|
2463
|
+
"start": 55,
|
|
2464
|
+
"end": 56
|
|
2330
2465
|
},
|
|
2331
2466
|
"context": {
|
|
2332
2467
|
"type": "variable",
|
|
@@ -2334,8 +2469,8 @@
|
|
|
2334
2469
|
"value": "var( --kendo-tool-call-indent, k-spacing(5) )",
|
|
2335
2470
|
"scope": "default",
|
|
2336
2471
|
"line": {
|
|
2337
|
-
"start":
|
|
2338
|
-
"end":
|
|
2472
|
+
"start": 57,
|
|
2473
|
+
"end": 57
|
|
2339
2474
|
}
|
|
2340
2475
|
},
|
|
2341
2476
|
"group": [
|
|
@@ -2352,8 +2487,8 @@
|
|
|
2352
2487
|
{
|
|
2353
2488
|
"description": "The bottom padding of the ToolCall body.\n",
|
|
2354
2489
|
"commentRange": {
|
|
2355
|
-
"start":
|
|
2356
|
-
"end":
|
|
2490
|
+
"start": 58,
|
|
2491
|
+
"end": 59
|
|
2357
2492
|
},
|
|
2358
2493
|
"context": {
|
|
2359
2494
|
"type": "variable",
|
|
@@ -2361,8 +2496,8 @@
|
|
|
2361
2496
|
"value": "var( --kendo-tool-call-padding-y, k-spacing(2) )",
|
|
2362
2497
|
"scope": "default",
|
|
2363
2498
|
"line": {
|
|
2364
|
-
"start":
|
|
2365
|
-
"end":
|
|
2499
|
+
"start": 60,
|
|
2500
|
+
"end": 60
|
|
2366
2501
|
}
|
|
2367
2502
|
},
|
|
2368
2503
|
"group": [
|
|
@@ -2379,8 +2514,8 @@
|
|
|
2379
2514
|
{
|
|
2380
2515
|
"description": "The border radius of the pre element in the ToolCall body.\n",
|
|
2381
2516
|
"commentRange": {
|
|
2382
|
-
"start":
|
|
2383
|
-
"end":
|
|
2517
|
+
"start": 61,
|
|
2518
|
+
"end": 62
|
|
2384
2519
|
},
|
|
2385
2520
|
"context": {
|
|
2386
2521
|
"type": "variable",
|
|
@@ -2388,8 +2523,8 @@
|
|
|
2388
2523
|
"value": "var( --kendo-tool-call-pre-border-radius, k-border-radius(md) )",
|
|
2389
2524
|
"scope": "default",
|
|
2390
2525
|
"line": {
|
|
2391
|
-
"start":
|
|
2392
|
-
"end":
|
|
2526
|
+
"start": 63,
|
|
2527
|
+
"end": 63
|
|
2393
2528
|
}
|
|
2394
2529
|
},
|
|
2395
2530
|
"group": [
|
|
@@ -42652,15 +42787,15 @@
|
|
|
42652
42787
|
"resolvedType": "String"
|
|
42653
42788
|
},
|
|
42654
42789
|
{
|
|
42655
|
-
"description": "The
|
|
42790
|
+
"description": "The font weight of the Grid grouping row text.\n",
|
|
42656
42791
|
"commentRange": {
|
|
42657
42792
|
"start": 329,
|
|
42658
42793
|
"end": 330
|
|
42659
42794
|
},
|
|
42660
42795
|
"context": {
|
|
42661
42796
|
"type": "variable",
|
|
42662
|
-
"name": "kendo-grid-grouping-row-
|
|
42663
|
-
"value": "var( --kendo-grid-grouping-row-
|
|
42797
|
+
"name": "kendo-grid-grouping-row-font-weight",
|
|
42798
|
+
"value": "var( --kendo-grid-grouping-row-font-weight, var(--kendo-font-weight-semibold) )",
|
|
42664
42799
|
"scope": "default",
|
|
42665
42800
|
"line": {
|
|
42666
42801
|
"start": 331,
|
|
@@ -42675,14 +42810,41 @@
|
|
|
42675
42810
|
"path": "fluent/scss/grid/_variables.scss",
|
|
42676
42811
|
"name": "_variables.scss"
|
|
42677
42812
|
},
|
|
42813
|
+
"resolvedValue": "var(--kendo-grid-grouping-row-font-weight, var(--kendo-font-weight-semibold))",
|
|
42814
|
+
"resolvedType": "String"
|
|
42815
|
+
},
|
|
42816
|
+
{
|
|
42817
|
+
"description": "The border color of the Grid grouping row.\n",
|
|
42818
|
+
"commentRange": {
|
|
42819
|
+
"start": 332,
|
|
42820
|
+
"end": 333
|
|
42821
|
+
},
|
|
42822
|
+
"context": {
|
|
42823
|
+
"type": "variable",
|
|
42824
|
+
"name": "kendo-grid-grouping-row-border",
|
|
42825
|
+
"value": "var( --kendo-grid-grouping-row-border, #{$kendo-table-group-row-border} )",
|
|
42826
|
+
"scope": "default",
|
|
42827
|
+
"line": {
|
|
42828
|
+
"start": 334,
|
|
42829
|
+
"end": 334
|
|
42830
|
+
}
|
|
42831
|
+
},
|
|
42832
|
+
"group": [
|
|
42833
|
+
"grid"
|
|
42834
|
+
],
|
|
42835
|
+
"access": "public",
|
|
42836
|
+
"file": {
|
|
42837
|
+
"path": "fluent/scss/grid/_variables.scss",
|
|
42838
|
+
"name": "_variables.scss"
|
|
42839
|
+
},
|
|
42678
42840
|
"resolvedValue": "var(--kendo-grid-grouping-row-border, var(--kendo-table-group-row-border, var(--kendo-table-header-border, var(--kendo-table-border, color-mix(in srgb, var(--kendo-color-border) 16%, transparent)))))",
|
|
42679
42841
|
"resolvedType": "String"
|
|
42680
42842
|
},
|
|
42681
42843
|
{
|
|
42682
42844
|
"description": "The horizontal padding of the Grid filter cell.\n",
|
|
42683
42845
|
"commentRange": {
|
|
42684
|
-
"start":
|
|
42685
|
-
"end":
|
|
42846
|
+
"start": 336,
|
|
42847
|
+
"end": 337
|
|
42686
42848
|
},
|
|
42687
42849
|
"context": {
|
|
42688
42850
|
"type": "variable",
|
|
@@ -42690,8 +42852,8 @@
|
|
|
42690
42852
|
"value": "var( --kendo-grid-filter-cell-padding-x, #{$kendo-grid-padding-y} )",
|
|
42691
42853
|
"scope": "default",
|
|
42692
42854
|
"line": {
|
|
42693
|
-
"start":
|
|
42694
|
-
"end":
|
|
42855
|
+
"start": 338,
|
|
42856
|
+
"end": 338
|
|
42695
42857
|
}
|
|
42696
42858
|
},
|
|
42697
42859
|
"group": [
|
|
@@ -42708,8 +42870,8 @@
|
|
|
42708
42870
|
{
|
|
42709
42871
|
"description": "The vertical padding of the Grid filter cell.\n",
|
|
42710
42872
|
"commentRange": {
|
|
42711
|
-
"start":
|
|
42712
|
-
"end":
|
|
42873
|
+
"start": 339,
|
|
42874
|
+
"end": 340
|
|
42713
42875
|
},
|
|
42714
42876
|
"context": {
|
|
42715
42877
|
"type": "variable",
|
|
@@ -42717,8 +42879,8 @@
|
|
|
42717
42879
|
"value": "var( --kendo-grid-filter-cell-padding-y, #{$kendo-grid-filter-cell-padding-x} )",
|
|
42718
42880
|
"scope": "default",
|
|
42719
42881
|
"line": {
|
|
42720
|
-
"start":
|
|
42721
|
-
"end":
|
|
42882
|
+
"start": 341,
|
|
42883
|
+
"end": 341
|
|
42722
42884
|
}
|
|
42723
42885
|
},
|
|
42724
42886
|
"group": [
|
|
@@ -42735,8 +42897,8 @@
|
|
|
42735
42897
|
{
|
|
42736
42898
|
"description": "The border width of the Grid Toolbar.\n",
|
|
42737
42899
|
"commentRange": {
|
|
42738
|
-
"start":
|
|
42739
|
-
"end":
|
|
42900
|
+
"start": 343,
|
|
42901
|
+
"end": 344
|
|
42740
42902
|
},
|
|
42741
42903
|
"context": {
|
|
42742
42904
|
"type": "variable",
|
|
@@ -42744,8 +42906,8 @@
|
|
|
42744
42906
|
"value": "var( --kendo-grid-toolbar-border-width, #{$kendo-grid-border-width} )",
|
|
42745
42907
|
"scope": "default",
|
|
42746
42908
|
"line": {
|
|
42747
|
-
"start":
|
|
42748
|
-
"end":
|
|
42909
|
+
"start": 345,
|
|
42910
|
+
"end": 345
|
|
42749
42911
|
}
|
|
42750
42912
|
},
|
|
42751
42913
|
"group": [
|
|
@@ -42762,8 +42924,8 @@
|
|
|
42762
42924
|
{
|
|
42763
42925
|
"description": "The vertical border width of the Grid cell.\n",
|
|
42764
42926
|
"commentRange": {
|
|
42765
|
-
"start":
|
|
42766
|
-
"end":
|
|
42927
|
+
"start": 347,
|
|
42928
|
+
"end": 348
|
|
42767
42929
|
},
|
|
42768
42930
|
"context": {
|
|
42769
42931
|
"type": "variable",
|
|
@@ -42771,8 +42933,8 @@
|
|
|
42771
42933
|
"value": "$kendo-grid-border-width",
|
|
42772
42934
|
"scope": "default",
|
|
42773
42935
|
"line": {
|
|
42774
|
-
"start":
|
|
42775
|
-
"end":
|
|
42936
|
+
"start": 349,
|
|
42937
|
+
"end": 349
|
|
42776
42938
|
}
|
|
42777
42939
|
},
|
|
42778
42940
|
"group": [
|
|
@@ -42789,8 +42951,8 @@
|
|
|
42789
42951
|
{
|
|
42790
42952
|
"description": "The horizontal border width of the Grid cell.\n",
|
|
42791
42953
|
"commentRange": {
|
|
42792
|
-
"start":
|
|
42793
|
-
"end":
|
|
42954
|
+
"start": 350,
|
|
42955
|
+
"end": 351
|
|
42794
42956
|
},
|
|
42795
42957
|
"context": {
|
|
42796
42958
|
"type": "variable",
|
|
@@ -42798,8 +42960,8 @@
|
|
|
42798
42960
|
"value": "0px",
|
|
42799
42961
|
"scope": "default",
|
|
42800
42962
|
"line": {
|
|
42801
|
-
"start":
|
|
42802
|
-
"end":
|
|
42963
|
+
"start": 352,
|
|
42964
|
+
"end": 352
|
|
42803
42965
|
}
|
|
42804
42966
|
},
|
|
42805
42967
|
"group": [
|
|
@@ -42816,8 +42978,8 @@
|
|
|
42816
42978
|
{
|
|
42817
42979
|
"description": "The font size of the Grid sort index.\n",
|
|
42818
42980
|
"commentRange": {
|
|
42819
|
-
"start":
|
|
42820
|
-
"end":
|
|
42981
|
+
"start": 353,
|
|
42982
|
+
"end": 354
|
|
42821
42983
|
},
|
|
42822
42984
|
"context": {
|
|
42823
42985
|
"type": "variable",
|
|
@@ -42825,8 +42987,8 @@
|
|
|
42825
42987
|
"value": "var( --kendo-grid-sort-index-font-size, var(--kendo-font-size-sm) )",
|
|
42826
42988
|
"scope": "default",
|
|
42827
42989
|
"line": {
|
|
42828
|
-
"start":
|
|
42829
|
-
"end":
|
|
42990
|
+
"start": 355,
|
|
42991
|
+
"end": 355
|
|
42830
42992
|
}
|
|
42831
42993
|
},
|
|
42832
42994
|
"group": [
|
|
@@ -42843,8 +43005,8 @@
|
|
|
42843
43005
|
{
|
|
42844
43006
|
"description": "The vertical offset of the Grid sort index.\n",
|
|
42845
43007
|
"commentRange": {
|
|
42846
|
-
"start":
|
|
42847
|
-
"end":
|
|
43008
|
+
"start": 357,
|
|
43009
|
+
"end": 358
|
|
42848
43010
|
},
|
|
42849
43011
|
"context": {
|
|
42850
43012
|
"type": "variable",
|
|
@@ -42852,8 +43014,8 @@
|
|
|
42852
43014
|
"value": "var( --kendo-grid-sort-index-spacing-x, #{k-spacing(0.5)} )",
|
|
42853
43015
|
"scope": "default",
|
|
42854
43016
|
"line": {
|
|
42855
|
-
"start":
|
|
42856
|
-
"end":
|
|
43017
|
+
"start": 359,
|
|
43018
|
+
"end": 359
|
|
42857
43019
|
}
|
|
42858
43020
|
},
|
|
42859
43021
|
"group": [
|
|
@@ -42870,8 +43032,8 @@
|
|
|
42870
43032
|
{
|
|
42871
43033
|
"description": "The spacing of the Grid sort icon.\n",
|
|
42872
43034
|
"commentRange": {
|
|
42873
|
-
"start":
|
|
42874
|
-
"end":
|
|
43035
|
+
"start": 360,
|
|
43036
|
+
"end": 361
|
|
42875
43037
|
},
|
|
42876
43038
|
"context": {
|
|
42877
43039
|
"type": "variable",
|
|
@@ -42879,8 +43041,8 @@
|
|
|
42879
43041
|
"value": "var( --kendo-grid-sort-icon-spacing, #{$kendo-icon-spacing} )",
|
|
42880
43042
|
"scope": "default",
|
|
42881
43043
|
"line": {
|
|
42882
|
-
"start":
|
|
42883
|
-
"end":
|
|
43044
|
+
"start": 362,
|
|
43045
|
+
"end": 362
|
|
42884
43046
|
}
|
|
42885
43047
|
},
|
|
42886
43048
|
"group": [
|
|
@@ -42897,8 +43059,8 @@
|
|
|
42897
43059
|
{
|
|
42898
43060
|
"description": "The text color of the Grid sort indicator.\n",
|
|
42899
43061
|
"commentRange": {
|
|
42900
|
-
"start":
|
|
42901
|
-
"end":
|
|
43062
|
+
"start": 363,
|
|
43063
|
+
"end": 364
|
|
42902
43064
|
},
|
|
42903
43065
|
"context": {
|
|
42904
43066
|
"type": "variable",
|
|
@@ -42906,8 +43068,8 @@
|
|
|
42906
43068
|
"value": "var( --kendo-grid-sort-indicator-text, k-color(on-app-surface) )",
|
|
42907
43069
|
"scope": "default",
|
|
42908
43070
|
"line": {
|
|
42909
|
-
"start":
|
|
42910
|
-
"end":
|
|
43071
|
+
"start": 365,
|
|
43072
|
+
"end": 365
|
|
42911
43073
|
}
|
|
42912
43074
|
},
|
|
42913
43075
|
"group": [
|
|
@@ -42924,8 +43086,8 @@
|
|
|
42924
43086
|
{
|
|
42925
43087
|
"description": "The text color of the Grid sort order indicator.\n",
|
|
42926
43088
|
"commentRange": {
|
|
42927
|
-
"start":
|
|
42928
|
-
"end":
|
|
43089
|
+
"start": 366,
|
|
43090
|
+
"end": 367
|
|
42929
43091
|
},
|
|
42930
43092
|
"context": {
|
|
42931
43093
|
"type": "variable",
|
|
@@ -42933,8 +43095,8 @@
|
|
|
42933
43095
|
"value": "var( --kendo-grid-sort-indicator-order-text, #{k-color(primary)} )",
|
|
42934
43096
|
"scope": "default",
|
|
42935
43097
|
"line": {
|
|
42936
|
-
"start":
|
|
42937
|
-
"end":
|
|
43098
|
+
"start": 368,
|
|
43099
|
+
"end": 368
|
|
42938
43100
|
}
|
|
42939
43101
|
},
|
|
42940
43102
|
"group": [
|
|
@@ -42951,8 +43113,8 @@
|
|
|
42951
43113
|
{
|
|
42952
43114
|
"description": "The background color of the sorted Grid cells.\n",
|
|
42953
43115
|
"commentRange": {
|
|
42954
|
-
"start":
|
|
42955
|
-
"end":
|
|
43116
|
+
"start": 369,
|
|
43117
|
+
"end": 370
|
|
42956
43118
|
},
|
|
42957
43119
|
"context": {
|
|
42958
43120
|
"type": "variable",
|
|
@@ -42960,8 +43122,8 @@
|
|
|
42960
43122
|
"value": "var( --kendo-grid-sorted-bg, rgba(0, 0, 0, 0.04) )",
|
|
42961
43123
|
"scope": "default",
|
|
42962
43124
|
"line": {
|
|
42963
|
-
"start":
|
|
42964
|
-
"end":
|
|
43125
|
+
"start": 371,
|
|
43126
|
+
"end": 371
|
|
42965
43127
|
}
|
|
42966
43128
|
},
|
|
42967
43129
|
"group": [
|
|
@@ -42978,8 +43140,8 @@
|
|
|
42978
43140
|
{
|
|
42979
43141
|
"description": "The vertical padding of the Grid command cells.\n",
|
|
42980
43142
|
"commentRange": {
|
|
42981
|
-
"start":
|
|
42982
|
-
"end":
|
|
43143
|
+
"start": 373,
|
|
43144
|
+
"end": 374
|
|
42983
43145
|
},
|
|
42984
43146
|
"context": {
|
|
42985
43147
|
"type": "variable",
|
|
@@ -42987,8 +43149,8 @@
|
|
|
42987
43149
|
"value": "var( --kendo-grid-command-cell-button-spacing, #{k-spacing(2)} )",
|
|
42988
43150
|
"scope": "default",
|
|
42989
43151
|
"line": {
|
|
42990
|
-
"start":
|
|
42991
|
-
"end":
|
|
43152
|
+
"start": 375,
|
|
43153
|
+
"end": 375
|
|
42992
43154
|
}
|
|
42993
43155
|
},
|
|
42994
43156
|
"group": [
|
|
@@ -43005,8 +43167,8 @@
|
|
|
43005
43167
|
{
|
|
43006
43168
|
"description": "The horizontal border width of the Grid group footer.\n",
|
|
43007
43169
|
"commentRange": {
|
|
43008
|
-
"start":
|
|
43009
|
-
"end":
|
|
43170
|
+
"start": 377,
|
|
43171
|
+
"end": 378
|
|
43010
43172
|
},
|
|
43011
43173
|
"context": {
|
|
43012
43174
|
"type": "variable",
|
|
@@ -43014,8 +43176,8 @@
|
|
|
43014
43176
|
"value": "var( --kendo-grid-group-footer-border-width-y, 1px )",
|
|
43015
43177
|
"scope": "default",
|
|
43016
43178
|
"line": {
|
|
43017
|
-
"start":
|
|
43018
|
-
"end":
|
|
43179
|
+
"start": 379,
|
|
43180
|
+
"end": 379
|
|
43019
43181
|
}
|
|
43020
43182
|
},
|
|
43021
43183
|
"group": [
|
|
@@ -43032,8 +43194,8 @@
|
|
|
43032
43194
|
{
|
|
43033
43195
|
"description": "The vertical border width of the Grid group footer.\n",
|
|
43034
43196
|
"commentRange": {
|
|
43035
|
-
"start":
|
|
43036
|
-
"end":
|
|
43197
|
+
"start": 380,
|
|
43198
|
+
"end": 381
|
|
43037
43199
|
},
|
|
43038
43200
|
"context": {
|
|
43039
43201
|
"type": "variable",
|
|
@@ -43041,8 +43203,8 @@
|
|
|
43041
43203
|
"value": "var( --kendo-grid-group-footer-border-width-x, 0px )",
|
|
43042
43204
|
"scope": "default",
|
|
43043
43205
|
"line": {
|
|
43044
|
-
"start":
|
|
43045
|
-
"end":
|
|
43206
|
+
"start": 382,
|
|
43207
|
+
"end": 382
|
|
43046
43208
|
}
|
|
43047
43209
|
},
|
|
43048
43210
|
"group": [
|
|
@@ -43059,8 +43221,8 @@
|
|
|
43059
43221
|
{
|
|
43060
43222
|
"description": "The text color of the Grid group drop clue.\n",
|
|
43061
43223
|
"commentRange": {
|
|
43062
|
-
"start":
|
|
43063
|
-
"end":
|
|
43224
|
+
"start": 384,
|
|
43225
|
+
"end": 385
|
|
43064
43226
|
},
|
|
43065
43227
|
"context": {
|
|
43066
43228
|
"type": "variable",
|
|
@@ -43068,8 +43230,8 @@
|
|
|
43068
43230
|
"value": "var( --kendo-grid-group-drop-hint-bg, #{k-color(primary)} )",
|
|
43069
43231
|
"scope": "default",
|
|
43070
43232
|
"line": {
|
|
43071
|
-
"start":
|
|
43072
|
-
"end":
|
|
43233
|
+
"start": 386,
|
|
43234
|
+
"end": 386
|
|
43073
43235
|
}
|
|
43074
43236
|
},
|
|
43075
43237
|
"group": [
|
|
@@ -43086,8 +43248,8 @@
|
|
|
43086
43248
|
{
|
|
43087
43249
|
"description": "The border width of the Grid sticky cell.\n",
|
|
43088
43250
|
"commentRange": {
|
|
43089
|
-
"start":
|
|
43090
|
-
"end":
|
|
43251
|
+
"start": 388,
|
|
43252
|
+
"end": 389
|
|
43091
43253
|
},
|
|
43092
43254
|
"context": {
|
|
43093
43255
|
"type": "variable",
|
|
@@ -43095,8 +43257,8 @@
|
|
|
43095
43257
|
"value": "var( --kendo-grid-sticky-cell-border-width, #{$kendo-grid-border-width} )",
|
|
43096
43258
|
"scope": "default",
|
|
43097
43259
|
"line": {
|
|
43098
|
-
"start":
|
|
43099
|
-
"end":
|
|
43260
|
+
"start": 390,
|
|
43261
|
+
"end": 390
|
|
43100
43262
|
}
|
|
43101
43263
|
},
|
|
43102
43264
|
"group": [
|
|
@@ -43113,8 +43275,8 @@
|
|
|
43113
43275
|
{
|
|
43114
43276
|
"description": "The background color of the Grid sticky cell.\n",
|
|
43115
43277
|
"commentRange": {
|
|
43116
|
-
"start":
|
|
43117
|
-
"end":
|
|
43278
|
+
"start": 391,
|
|
43279
|
+
"end": 392
|
|
43118
43280
|
},
|
|
43119
43281
|
"context": {
|
|
43120
43282
|
"type": "variable",
|
|
@@ -43122,8 +43284,8 @@
|
|
|
43122
43284
|
"value": "var( --kendo-grid-sticky-bg, #{k-color(surface-alt)} )",
|
|
43123
43285
|
"scope": "default",
|
|
43124
43286
|
"line": {
|
|
43125
|
-
"start":
|
|
43126
|
-
"end":
|
|
43287
|
+
"start": 393,
|
|
43288
|
+
"end": 393
|
|
43127
43289
|
}
|
|
43128
43290
|
},
|
|
43129
43291
|
"group": [
|
|
@@ -43140,8 +43302,8 @@
|
|
|
43140
43302
|
{
|
|
43141
43303
|
"description": "The border color of the Grid sticky cell.\n",
|
|
43142
43304
|
"commentRange": {
|
|
43143
|
-
"start":
|
|
43144
|
-
"end":
|
|
43305
|
+
"start": 395,
|
|
43306
|
+
"end": 396
|
|
43145
43307
|
},
|
|
43146
43308
|
"context": {
|
|
43147
43309
|
"type": "variable",
|
|
@@ -43149,8 +43311,8 @@
|
|
|
43149
43311
|
"value": "var( --kendo-grid-sticky-border, color-mix(in srgb, #{k-color(border)} 80%, transparent) )",
|
|
43150
43312
|
"scope": "default",
|
|
43151
43313
|
"line": {
|
|
43152
|
-
"start":
|
|
43153
|
-
"end":
|
|
43314
|
+
"start": 397,
|
|
43315
|
+
"end": 397
|
|
43154
43316
|
}
|
|
43155
43317
|
},
|
|
43156
43318
|
"group": [
|
|
@@ -43167,8 +43329,8 @@
|
|
|
43167
43329
|
{
|
|
43168
43330
|
"description": "The alt background color of the Grid sticky cell.\n",
|
|
43169
43331
|
"commentRange": {
|
|
43170
|
-
"start":
|
|
43171
|
-
"end":
|
|
43332
|
+
"start": 398,
|
|
43333
|
+
"end": 399
|
|
43172
43334
|
},
|
|
43173
43335
|
"context": {
|
|
43174
43336
|
"type": "variable",
|
|
@@ -43176,8 +43338,8 @@
|
|
|
43176
43338
|
"value": "var( --kendo-grid-sticky-alt-bg, #{$kendo-grid-sticky-bg} )",
|
|
43177
43339
|
"scope": "default",
|
|
43178
43340
|
"line": {
|
|
43179
|
-
"start":
|
|
43180
|
-
"end":
|
|
43341
|
+
"start": 400,
|
|
43342
|
+
"end": 400
|
|
43181
43343
|
}
|
|
43182
43344
|
},
|
|
43183
43345
|
"group": [
|
|
@@ -43194,8 +43356,8 @@
|
|
|
43194
43356
|
{
|
|
43195
43357
|
"description": "The background color of the Grid sticky cell.\n",
|
|
43196
43358
|
"commentRange": {
|
|
43197
|
-
"start":
|
|
43198
|
-
"end":
|
|
43359
|
+
"start": 401,
|
|
43360
|
+
"end": 402
|
|
43199
43361
|
},
|
|
43200
43362
|
"context": {
|
|
43201
43363
|
"type": "variable",
|
|
@@ -43203,8 +43365,8 @@
|
|
|
43203
43365
|
"value": "var( --kendo-grid-sticky-hover-bg, k-color(base-hover) )",
|
|
43204
43366
|
"scope": "default",
|
|
43205
43367
|
"line": {
|
|
43206
|
-
"start":
|
|
43207
|
-
"end":
|
|
43368
|
+
"start": 403,
|
|
43369
|
+
"end": 403
|
|
43208
43370
|
}
|
|
43209
43371
|
},
|
|
43210
43372
|
"group": [
|
|
@@ -43221,8 +43383,8 @@
|
|
|
43221
43383
|
{
|
|
43222
43384
|
"description": "The background color of the Grid sticky header.\n",
|
|
43223
43385
|
"commentRange": {
|
|
43224
|
-
"start":
|
|
43225
|
-
"end":
|
|
43386
|
+
"start": 405,
|
|
43387
|
+
"end": 406
|
|
43226
43388
|
},
|
|
43227
43389
|
"context": {
|
|
43228
43390
|
"type": "variable",
|
|
@@ -43230,8 +43392,8 @@
|
|
|
43230
43392
|
"value": "var( --kendo-grid-sticky-header-bg, #{$kendo-grid-header-bg} )",
|
|
43231
43393
|
"scope": "default",
|
|
43232
43394
|
"line": {
|
|
43233
|
-
"start":
|
|
43234
|
-
"end":
|
|
43395
|
+
"start": 407,
|
|
43396
|
+
"end": 407
|
|
43235
43397
|
}
|
|
43236
43398
|
},
|
|
43237
43399
|
"group": [
|
|
@@ -43248,8 +43410,8 @@
|
|
|
43248
43410
|
{
|
|
43249
43411
|
"description": "The text color of the Grid sticky header.\n",
|
|
43250
43412
|
"commentRange": {
|
|
43251
|
-
"start":
|
|
43252
|
-
"end":
|
|
43413
|
+
"start": 408,
|
|
43414
|
+
"end": 409
|
|
43253
43415
|
},
|
|
43254
43416
|
"context": {
|
|
43255
43417
|
"type": "variable",
|
|
@@ -43257,8 +43419,8 @@
|
|
|
43257
43419
|
"value": "var( --kendo-grid-sticky-header-text, #{$kendo-grid-header-text} )",
|
|
43258
43420
|
"scope": "default",
|
|
43259
43421
|
"line": {
|
|
43260
|
-
"start":
|
|
43261
|
-
"end":
|
|
43422
|
+
"start": 410,
|
|
43423
|
+
"end": 410
|
|
43262
43424
|
}
|
|
43263
43425
|
},
|
|
43264
43426
|
"group": [
|
|
@@ -43275,8 +43437,8 @@
|
|
|
43275
43437
|
{
|
|
43276
43438
|
"description": "The border color of the Grid sticky header.\n",
|
|
43277
43439
|
"commentRange": {
|
|
43278
|
-
"start":
|
|
43279
|
-
"end":
|
|
43440
|
+
"start": 411,
|
|
43441
|
+
"end": 412
|
|
43280
43442
|
},
|
|
43281
43443
|
"context": {
|
|
43282
43444
|
"type": "variable",
|
|
@@ -43284,8 +43446,8 @@
|
|
|
43284
43446
|
"value": "var( --kendo-grid-sticky-header-border, #{$kendo-grid-sticky-border} )",
|
|
43285
43447
|
"scope": "default",
|
|
43286
43448
|
"line": {
|
|
43287
|
-
"start":
|
|
43288
|
-
"end":
|
|
43449
|
+
"start": 413,
|
|
43450
|
+
"end": 413
|
|
43289
43451
|
}
|
|
43290
43452
|
},
|
|
43291
43453
|
"group": [
|
|
@@ -43302,8 +43464,8 @@
|
|
|
43302
43464
|
{
|
|
43303
43465
|
"description": "The background color of the Grid sticky footer.\n",
|
|
43304
43466
|
"commentRange": {
|
|
43305
|
-
"start":
|
|
43306
|
-
"end":
|
|
43467
|
+
"start": 415,
|
|
43468
|
+
"end": 416
|
|
43307
43469
|
},
|
|
43308
43470
|
"context": {
|
|
43309
43471
|
"type": "variable",
|
|
@@ -43311,8 +43473,8 @@
|
|
|
43311
43473
|
"value": "var( --kendo-grid-sticky-footer-bg, #{$kendo-grid-header-bg} )",
|
|
43312
43474
|
"scope": "default",
|
|
43313
43475
|
"line": {
|
|
43314
|
-
"start":
|
|
43315
|
-
"end":
|
|
43476
|
+
"start": 417,
|
|
43477
|
+
"end": 417
|
|
43316
43478
|
}
|
|
43317
43479
|
},
|
|
43318
43480
|
"group": [
|
|
@@ -43329,8 +43491,8 @@
|
|
|
43329
43491
|
{
|
|
43330
43492
|
"description": "The box shadow of the sticky container in the Grid.\n",
|
|
43331
43493
|
"commentRange": {
|
|
43332
|
-
"start":
|
|
43333
|
-
"end":
|
|
43494
|
+
"start": 419,
|
|
43495
|
+
"end": 420
|
|
43334
43496
|
},
|
|
43335
43497
|
"context": {
|
|
43336
43498
|
"type": "variable",
|
|
@@ -43338,8 +43500,8 @@
|
|
|
43338
43500
|
"value": "0 2px 4px 0 rgba(0, 0, 0, 0.08)",
|
|
43339
43501
|
"scope": "default",
|
|
43340
43502
|
"line": {
|
|
43341
|
-
"start":
|
|
43342
|
-
"end":
|
|
43503
|
+
"start": 421,
|
|
43504
|
+
"end": 421
|
|
43343
43505
|
}
|
|
43344
43506
|
},
|
|
43345
43507
|
"group": [
|
|
@@ -43356,8 +43518,8 @@
|
|
|
43356
43518
|
{
|
|
43357
43519
|
"description": "The box shadow of the sticky container positioned at the bottom in the Grid.\n",
|
|
43358
43520
|
"commentRange": {
|
|
43359
|
-
"start":
|
|
43360
|
-
"end":
|
|
43521
|
+
"start": 422,
|
|
43522
|
+
"end": 423
|
|
43361
43523
|
},
|
|
43362
43524
|
"context": {
|
|
43363
43525
|
"type": "variable",
|
|
@@ -43365,8 +43527,8 @@
|
|
|
43365
43527
|
"value": "0 -2px 4px 0 rgba(0, 0, 0, 0.08)",
|
|
43366
43528
|
"scope": "default",
|
|
43367
43529
|
"line": {
|
|
43368
|
-
"start":
|
|
43369
|
-
"end":
|
|
43530
|
+
"start": 424,
|
|
43531
|
+
"end": 424
|
|
43370
43532
|
}
|
|
43371
43533
|
},
|
|
43372
43534
|
"group": [
|
|
@@ -43383,8 +43545,8 @@
|
|
|
43383
43545
|
{
|
|
43384
43546
|
"description": "The box shadow of the pinned container in the Grid.\n",
|
|
43385
43547
|
"commentRange": {
|
|
43386
|
-
"start":
|
|
43387
|
-
"end":
|
|
43548
|
+
"start": 426,
|
|
43549
|
+
"end": 427
|
|
43388
43550
|
},
|
|
43389
43551
|
"context": {
|
|
43390
43552
|
"type": "variable",
|
|
@@ -43392,8 +43554,8 @@
|
|
|
43392
43554
|
"value": "0 4px 8px 0 rgba(0, 0, 0, 0.08)",
|
|
43393
43555
|
"scope": "default",
|
|
43394
43556
|
"line": {
|
|
43395
|
-
"start":
|
|
43396
|
-
"end":
|
|
43557
|
+
"start": 428,
|
|
43558
|
+
"end": 428
|
|
43397
43559
|
}
|
|
43398
43560
|
},
|
|
43399
43561
|
"group": [
|
|
@@ -43410,8 +43572,8 @@
|
|
|
43410
43572
|
{
|
|
43411
43573
|
"description": "The box shadow of the pinned container positioned at the bottom in the Grid.\n",
|
|
43412
43574
|
"commentRange": {
|
|
43413
|
-
"start":
|
|
43414
|
-
"end":
|
|
43575
|
+
"start": 429,
|
|
43576
|
+
"end": 430
|
|
43415
43577
|
},
|
|
43416
43578
|
"context": {
|
|
43417
43579
|
"type": "variable",
|
|
@@ -43419,8 +43581,8 @@
|
|
|
43419
43581
|
"value": "0 -4px 8px 0 rgba(0, 0, 0, 0.08)",
|
|
43420
43582
|
"scope": "default",
|
|
43421
43583
|
"line": {
|
|
43422
|
-
"start":
|
|
43423
|
-
"end":
|
|
43584
|
+
"start": 431,
|
|
43585
|
+
"end": 431
|
|
43424
43586
|
}
|
|
43425
43587
|
},
|
|
43426
43588
|
"group": [
|
|
@@ -43437,8 +43599,8 @@
|
|
|
43437
43599
|
{
|
|
43438
43600
|
"description": "The horizontal padding of the Grid filter menu container.\n",
|
|
43439
43601
|
"commentRange": {
|
|
43440
|
-
"start":
|
|
43441
|
-
"end":
|
|
43602
|
+
"start": 433,
|
|
43603
|
+
"end": 434
|
|
43442
43604
|
},
|
|
43443
43605
|
"context": {
|
|
43444
43606
|
"type": "variable",
|
|
@@ -43446,8 +43608,8 @@
|
|
|
43446
43608
|
"value": "var( --kendo-filter-menu-container-padding-y, #{k-spacing(3)} )",
|
|
43447
43609
|
"scope": "default",
|
|
43448
43610
|
"line": {
|
|
43449
|
-
"start":
|
|
43450
|
-
"end":
|
|
43611
|
+
"start": 435,
|
|
43612
|
+
"end": 435
|
|
43451
43613
|
}
|
|
43452
43614
|
},
|
|
43453
43615
|
"group": [
|
|
@@ -43464,8 +43626,8 @@
|
|
|
43464
43626
|
{
|
|
43465
43627
|
"description": "The vertical padding of the Grid filter menu container.\n",
|
|
43466
43628
|
"commentRange": {
|
|
43467
|
-
"start":
|
|
43468
|
-
"end":
|
|
43629
|
+
"start": 436,
|
|
43630
|
+
"end": 437
|
|
43469
43631
|
},
|
|
43470
43632
|
"context": {
|
|
43471
43633
|
"type": "variable",
|
|
@@ -43473,8 +43635,8 @@
|
|
|
43473
43635
|
"value": "var( --kendo-filter-menu-container-padding-x, #{k-spacing(3)} )",
|
|
43474
43636
|
"scope": "default",
|
|
43475
43637
|
"line": {
|
|
43476
|
-
"start":
|
|
43477
|
-
"end":
|
|
43638
|
+
"start": 438,
|
|
43639
|
+
"end": 438
|
|
43478
43640
|
}
|
|
43479
43641
|
},
|
|
43480
43642
|
"group": [
|
|
@@ -43491,8 +43653,8 @@
|
|
|
43491
43653
|
{
|
|
43492
43654
|
"description": "The default width of the Grid column menu.\n",
|
|
43493
43655
|
"commentRange": {
|
|
43494
|
-
"start":
|
|
43495
|
-
"end":
|
|
43656
|
+
"start": 440,
|
|
43657
|
+
"end": 441
|
|
43496
43658
|
},
|
|
43497
43659
|
"context": {
|
|
43498
43660
|
"type": "variable",
|
|
@@ -43500,8 +43662,8 @@
|
|
|
43500
43662
|
"value": "var( --kendo-grid-column-menu-width, 230px )",
|
|
43501
43663
|
"scope": "default",
|
|
43502
43664
|
"line": {
|
|
43503
|
-
"start":
|
|
43504
|
-
"end":
|
|
43665
|
+
"start": 442,
|
|
43666
|
+
"end": 442
|
|
43505
43667
|
}
|
|
43506
43668
|
},
|
|
43507
43669
|
"group": [
|
|
@@ -43518,8 +43680,8 @@
|
|
|
43518
43680
|
{
|
|
43519
43681
|
"description": "The max width of the Grid column menu.\n",
|
|
43520
43682
|
"commentRange": {
|
|
43521
|
-
"start":
|
|
43522
|
-
"end":
|
|
43683
|
+
"start": 443,
|
|
43684
|
+
"end": 444
|
|
43523
43685
|
},
|
|
43524
43686
|
"context": {
|
|
43525
43687
|
"type": "variable",
|
|
@@ -43527,8 +43689,8 @@
|
|
|
43527
43689
|
"value": "var( --kendo-grid-column-menu-max-width, 320px )",
|
|
43528
43690
|
"scope": "default",
|
|
43529
43691
|
"line": {
|
|
43530
|
-
"start":
|
|
43531
|
-
"end":
|
|
43692
|
+
"start": 445,
|
|
43693
|
+
"end": 445
|
|
43532
43694
|
}
|
|
43533
43695
|
},
|
|
43534
43696
|
"group": [
|
|
@@ -43545,8 +43707,8 @@
|
|
|
43545
43707
|
{
|
|
43546
43708
|
"description": "The spacing of the Grid column menu.\n",
|
|
43547
43709
|
"commentRange": {
|
|
43548
|
-
"start":
|
|
43549
|
-
"end":
|
|
43710
|
+
"start": 446,
|
|
43711
|
+
"end": 447
|
|
43550
43712
|
},
|
|
43551
43713
|
"context": {
|
|
43552
43714
|
"type": "variable",
|
|
@@ -43554,8 +43716,8 @@
|
|
|
43554
43716
|
"value": "var( --kendo-grid-column-menu-spacing, #{k-spacing(2)} )",
|
|
43555
43717
|
"scope": "default",
|
|
43556
43718
|
"line": {
|
|
43557
|
-
"start":
|
|
43558
|
-
"end":
|
|
43719
|
+
"start": 448,
|
|
43720
|
+
"end": 448
|
|
43559
43721
|
}
|
|
43560
43722
|
},
|
|
43561
43723
|
"group": [
|
|
@@ -43572,8 +43734,8 @@
|
|
|
43572
43734
|
{
|
|
43573
43735
|
"description": "The spacing between icon and text in Grid column menu items.\n",
|
|
43574
43736
|
"commentRange": {
|
|
43575
|
-
"start":
|
|
43576
|
-
"end":
|
|
43737
|
+
"start": 450,
|
|
43738
|
+
"end": 451
|
|
43577
43739
|
},
|
|
43578
43740
|
"context": {
|
|
43579
43741
|
"type": "variable",
|
|
@@ -43581,8 +43743,8 @@
|
|
|
43581
43743
|
"value": "var( --kendo-grid-column-menu-icon-spacing, #{k-spacing(2)} )",
|
|
43582
43744
|
"scope": "default",
|
|
43583
43745
|
"line": {
|
|
43584
|
-
"start":
|
|
43585
|
-
"end":
|
|
43746
|
+
"start": 452,
|
|
43747
|
+
"end": 452
|
|
43586
43748
|
}
|
|
43587
43749
|
},
|
|
43588
43750
|
"group": [
|
|
@@ -43599,8 +43761,8 @@
|
|
|
43599
43761
|
{
|
|
43600
43762
|
"description": "The focus shadow of the Grid column menu.\n",
|
|
43601
43763
|
"commentRange": {
|
|
43602
|
-
"start":
|
|
43603
|
-
"end":
|
|
43764
|
+
"start": 453,
|
|
43765
|
+
"end": 454
|
|
43604
43766
|
},
|
|
43605
43767
|
"context": {
|
|
43606
43768
|
"type": "variable",
|
|
@@ -43608,8 +43770,8 @@
|
|
|
43608
43770
|
"value": "var( --kendo-grid-column-menu-shadow, k-elevation(4) )",
|
|
43609
43771
|
"scope": "default",
|
|
43610
43772
|
"line": {
|
|
43611
|
-
"start":
|
|
43612
|
-
"end":
|
|
43773
|
+
"start": 455,
|
|
43774
|
+
"end": 455
|
|
43613
43775
|
}
|
|
43614
43776
|
},
|
|
43615
43777
|
"group": [
|
|
@@ -43626,8 +43788,8 @@
|
|
|
43626
43788
|
{
|
|
43627
43789
|
"description": "The background color of the Grid column menu.\n",
|
|
43628
43790
|
"commentRange": {
|
|
43629
|
-
"start":
|
|
43630
|
-
"end":
|
|
43791
|
+
"start": 456,
|
|
43792
|
+
"end": 457
|
|
43631
43793
|
},
|
|
43632
43794
|
"context": {
|
|
43633
43795
|
"type": "variable",
|
|
@@ -43635,8 +43797,8 @@
|
|
|
43635
43797
|
"value": "var( --kendo-grid-column-menu-bg, #{k-color(surface-alt)} )",
|
|
43636
43798
|
"scope": "default",
|
|
43637
43799
|
"line": {
|
|
43638
|
-
"start":
|
|
43639
|
-
"end":
|
|
43800
|
+
"start": 458,
|
|
43801
|
+
"end": 458
|
|
43640
43802
|
}
|
|
43641
43803
|
},
|
|
43642
43804
|
"group": [
|
|
@@ -43653,8 +43815,8 @@
|
|
|
43653
43815
|
{
|
|
43654
43816
|
"description": "The text color of the Grid column menu.\n",
|
|
43655
43817
|
"commentRange": {
|
|
43656
|
-
"start":
|
|
43657
|
-
"end":
|
|
43818
|
+
"start": 459,
|
|
43819
|
+
"end": 460
|
|
43658
43820
|
},
|
|
43659
43821
|
"context": {
|
|
43660
43822
|
"type": "variable",
|
|
@@ -43662,8 +43824,8 @@
|
|
|
43662
43824
|
"value": "var( --kendo-grid-column-menu-text, #{k-color(on-app-surface)} )",
|
|
43663
43825
|
"scope": "default",
|
|
43664
43826
|
"line": {
|
|
43665
|
-
"start":
|
|
43666
|
-
"end":
|
|
43827
|
+
"start": 461,
|
|
43828
|
+
"end": 461
|
|
43667
43829
|
}
|
|
43668
43830
|
},
|
|
43669
43831
|
"group": [
|
|
@@ -43680,8 +43842,8 @@
|
|
|
43680
43842
|
{
|
|
43681
43843
|
"description": "The border color of the Grid column menu.\n",
|
|
43682
43844
|
"commentRange": {
|
|
43683
|
-
"start":
|
|
43684
|
-
"end":
|
|
43845
|
+
"start": 462,
|
|
43846
|
+
"end": 463
|
|
43685
43847
|
},
|
|
43686
43848
|
"context": {
|
|
43687
43849
|
"type": "variable",
|
|
@@ -43689,8 +43851,8 @@
|
|
|
43689
43851
|
"value": "var( --kendo-grid-column-menu-border, color-mix(in srgb, #{k-color(border)} 16%, transparent) )",
|
|
43690
43852
|
"scope": "default",
|
|
43691
43853
|
"line": {
|
|
43692
|
-
"start":
|
|
43693
|
-
"end":
|
|
43854
|
+
"start": 464,
|
|
43855
|
+
"end": 464
|
|
43694
43856
|
}
|
|
43695
43857
|
},
|
|
43696
43858
|
"group": [
|
|
@@ -43707,8 +43869,8 @@
|
|
|
43707
43869
|
{
|
|
43708
43870
|
"description": "The font size of the Grid column menu checkbox container.\n",
|
|
43709
43871
|
"commentRange": {
|
|
43710
|
-
"start":
|
|
43711
|
-
"end":
|
|
43872
|
+
"start": 466,
|
|
43873
|
+
"end": 467
|
|
43712
43874
|
},
|
|
43713
43875
|
"context": {
|
|
43714
43876
|
"type": "variable",
|
|
@@ -43716,8 +43878,8 @@
|
|
|
43716
43878
|
"value": "var( --kendo-grid-column-menu-multicheck-font-size, #{$kendo-list-md-font-size} )",
|
|
43717
43879
|
"scope": "default",
|
|
43718
43880
|
"line": {
|
|
43719
|
-
"start":
|
|
43720
|
-
"end":
|
|
43881
|
+
"start": 468,
|
|
43882
|
+
"end": 468
|
|
43721
43883
|
}
|
|
43722
43884
|
},
|
|
43723
43885
|
"group": [
|
|
@@ -43734,8 +43896,8 @@
|
|
|
43734
43896
|
{
|
|
43735
43897
|
"description": "The line height of the Grid column menu checkbox container.\n",
|
|
43736
43898
|
"commentRange": {
|
|
43737
|
-
"start":
|
|
43738
|
-
"end":
|
|
43899
|
+
"start": 469,
|
|
43900
|
+
"end": 470
|
|
43739
43901
|
},
|
|
43740
43902
|
"context": {
|
|
43741
43903
|
"type": "variable",
|
|
@@ -43743,8 +43905,8 @@
|
|
|
43743
43905
|
"value": "var( --kendo-grid-column-menu-multicheck-line-height, #{$kendo-list-md-line-height} )",
|
|
43744
43906
|
"scope": "default",
|
|
43745
43907
|
"line": {
|
|
43746
|
-
"start":
|
|
43747
|
-
"end":
|
|
43908
|
+
"start": 471,
|
|
43909
|
+
"end": 471
|
|
43748
43910
|
}
|
|
43749
43911
|
},
|
|
43750
43912
|
"group": [
|
|
@@ -43761,8 +43923,8 @@
|
|
|
43761
43923
|
{
|
|
43762
43924
|
"description": "The vertical padding of the Grid column menu items wrap.\n",
|
|
43763
43925
|
"commentRange": {
|
|
43764
|
-
"start":
|
|
43765
|
-
"end":
|
|
43926
|
+
"start": 473,
|
|
43927
|
+
"end": 474
|
|
43766
43928
|
},
|
|
43767
43929
|
"context": {
|
|
43768
43930
|
"type": "variable",
|
|
@@ -43770,8 +43932,8 @@
|
|
|
43770
43932
|
"value": "var( --kendo-grid-column-menu-items-wrap-padding-y, #{k-spacing(2)} )",
|
|
43771
43933
|
"scope": "default",
|
|
43772
43934
|
"line": {
|
|
43773
|
-
"start":
|
|
43774
|
-
"end":
|
|
43935
|
+
"start": 475,
|
|
43936
|
+
"end": 475
|
|
43775
43937
|
}
|
|
43776
43938
|
},
|
|
43777
43939
|
"group": [
|
|
@@ -43788,8 +43950,8 @@
|
|
|
43788
43950
|
{
|
|
43789
43951
|
"description": "The horizontal padding of the Grid column menu items wrap.\n",
|
|
43790
43952
|
"commentRange": {
|
|
43791
|
-
"start":
|
|
43792
|
-
"end":
|
|
43953
|
+
"start": 476,
|
|
43954
|
+
"end": 477
|
|
43793
43955
|
},
|
|
43794
43956
|
"context": {
|
|
43795
43957
|
"type": "variable",
|
|
@@ -43797,8 +43959,8 @@
|
|
|
43797
43959
|
"value": "var( --kendo-grid-column-menu-items-wrap-padding-x, #{k-spacing(2)} )",
|
|
43798
43960
|
"scope": "default",
|
|
43799
43961
|
"line": {
|
|
43800
|
-
"start":
|
|
43801
|
-
"end":
|
|
43962
|
+
"start": 478,
|
|
43963
|
+
"end": 478
|
|
43802
43964
|
}
|
|
43803
43965
|
},
|
|
43804
43966
|
"group": [
|
|
@@ -43815,8 +43977,8 @@
|
|
|
43815
43977
|
{
|
|
43816
43978
|
"description": "The horizontal padding of the Grid column menu item.\n",
|
|
43817
43979
|
"commentRange": {
|
|
43818
|
-
"start":
|
|
43819
|
-
"end":
|
|
43980
|
+
"start": 480,
|
|
43981
|
+
"end": 481
|
|
43820
43982
|
},
|
|
43821
43983
|
"context": {
|
|
43822
43984
|
"type": "variable",
|
|
@@ -43824,8 +43986,8 @@
|
|
|
43824
43986
|
"value": "var( --kendo-grid-column-menu-item-padding-y, #{$kendo-list-md-item-padding-y} )",
|
|
43825
43987
|
"scope": "default",
|
|
43826
43988
|
"line": {
|
|
43827
|
-
"start":
|
|
43828
|
-
"end":
|
|
43989
|
+
"start": 482,
|
|
43990
|
+
"end": 482
|
|
43829
43991
|
}
|
|
43830
43992
|
},
|
|
43831
43993
|
"group": [
|
|
@@ -43842,8 +44004,8 @@
|
|
|
43842
44004
|
{
|
|
43843
44005
|
"description": "The vertical padding of the Grid column menu item.\n",
|
|
43844
44006
|
"commentRange": {
|
|
43845
|
-
"start":
|
|
43846
|
-
"end":
|
|
44007
|
+
"start": 483,
|
|
44008
|
+
"end": 484
|
|
43847
44009
|
},
|
|
43848
44010
|
"context": {
|
|
43849
44011
|
"type": "variable",
|
|
@@ -43851,8 +44013,8 @@
|
|
|
43851
44013
|
"value": "var( --kendo-grid-column-menu-item-padding-x, #{$kendo-list-md-item-padding-x} )",
|
|
43852
44014
|
"scope": "default",
|
|
43853
44015
|
"line": {
|
|
43854
|
-
"start":
|
|
43855
|
-
"end":
|
|
44016
|
+
"start": 485,
|
|
44017
|
+
"end": 485
|
|
43856
44018
|
}
|
|
43857
44019
|
},
|
|
43858
44020
|
"group": [
|
|
@@ -43869,8 +44031,8 @@
|
|
|
43869
44031
|
{
|
|
43870
44032
|
"description": "The spacing of the Grid column menu item.\n",
|
|
43871
44033
|
"commentRange": {
|
|
43872
|
-
"start":
|
|
43873
|
-
"end":
|
|
44034
|
+
"start": 486,
|
|
44035
|
+
"end": 487
|
|
43874
44036
|
},
|
|
43875
44037
|
"context": {
|
|
43876
44038
|
"type": "variable",
|
|
@@ -43878,8 +44040,8 @@
|
|
|
43878
44040
|
"value": "var( --kendo-grid-column-menu-item-gap, #{$kendo-list-md-item-padding-x} )",
|
|
43879
44041
|
"scope": "default",
|
|
43880
44042
|
"line": {
|
|
43881
|
-
"start":
|
|
43882
|
-
"end":
|
|
44043
|
+
"start": 488,
|
|
44044
|
+
"end": 488
|
|
43883
44045
|
}
|
|
43884
44046
|
},
|
|
43885
44047
|
"group": [
|
|
@@ -43896,8 +44058,8 @@
|
|
|
43896
44058
|
{
|
|
43897
44059
|
"description": "The background color of the Grid column menu item.\n",
|
|
43898
44060
|
"commentRange": {
|
|
43899
|
-
"start":
|
|
43900
|
-
"end":
|
|
44061
|
+
"start": 489,
|
|
44062
|
+
"end": 490
|
|
43901
44063
|
},
|
|
43902
44064
|
"context": {
|
|
43903
44065
|
"type": "variable",
|
|
@@ -43905,8 +44067,8 @@
|
|
|
43905
44067
|
"value": "var( --kendo-grid-column-menu-item-bg, #{$kendo-list-item-bg} )",
|
|
43906
44068
|
"scope": "default",
|
|
43907
44069
|
"line": {
|
|
43908
|
-
"start":
|
|
43909
|
-
"end":
|
|
44070
|
+
"start": 491,
|
|
44071
|
+
"end": 491
|
|
43910
44072
|
}
|
|
43911
44073
|
},
|
|
43912
44074
|
"group": [
|
|
@@ -43923,8 +44085,8 @@
|
|
|
43923
44085
|
{
|
|
43924
44086
|
"description": "The text color of the Grid column menu item.\n",
|
|
43925
44087
|
"commentRange": {
|
|
43926
|
-
"start":
|
|
43927
|
-
"end":
|
|
44088
|
+
"start": 492,
|
|
44089
|
+
"end": 493
|
|
43928
44090
|
},
|
|
43929
44091
|
"context": {
|
|
43930
44092
|
"type": "variable",
|
|
@@ -43932,8 +44094,8 @@
|
|
|
43932
44094
|
"value": "var( --kendo-grid-column-menu-item-text, #{$kendo-list-item-text} )",
|
|
43933
44095
|
"scope": "default",
|
|
43934
44096
|
"line": {
|
|
43935
|
-
"start":
|
|
43936
|
-
"end":
|
|
44097
|
+
"start": 494,
|
|
44098
|
+
"end": 494
|
|
43937
44099
|
}
|
|
43938
44100
|
},
|
|
43939
44101
|
"group": [
|
|
@@ -43950,8 +44112,8 @@
|
|
|
43950
44112
|
{
|
|
43951
44113
|
"description": "The text color of the Grid column menu item icon.\n",
|
|
43952
44114
|
"commentRange": {
|
|
43953
|
-
"start":
|
|
43954
|
-
"end":
|
|
44115
|
+
"start": 496,
|
|
44116
|
+
"end": 497
|
|
43955
44117
|
},
|
|
43956
44118
|
"context": {
|
|
43957
44119
|
"type": "variable",
|
|
@@ -43959,8 +44121,8 @@
|
|
|
43959
44121
|
"value": "var( --kendo-grid-column-menu-item-icon-text, #{$kendo-list-item-icon-text} )",
|
|
43960
44122
|
"scope": "default",
|
|
43961
44123
|
"line": {
|
|
43962
|
-
"start":
|
|
43963
|
-
"end":
|
|
44124
|
+
"start": 498,
|
|
44125
|
+
"end": 498
|
|
43964
44126
|
}
|
|
43965
44127
|
},
|
|
43966
44128
|
"group": [
|
|
@@ -43977,8 +44139,8 @@
|
|
|
43977
44139
|
{
|
|
43978
44140
|
"description": "The vertical padding of the Grid column menu group header.\n",
|
|
43979
44141
|
"commentRange": {
|
|
43980
|
-
"start":
|
|
43981
|
-
"end":
|
|
44142
|
+
"start": 500,
|
|
44143
|
+
"end": 501
|
|
43982
44144
|
},
|
|
43983
44145
|
"context": {
|
|
43984
44146
|
"type": "variable",
|
|
@@ -43986,8 +44148,8 @@
|
|
|
43986
44148
|
"value": "var( --kendo-grid-column-menu-group-header-padding-y, #{$kendo-grid-column-menu-item-padding-y} )",
|
|
43987
44149
|
"scope": "default",
|
|
43988
44150
|
"line": {
|
|
43989
|
-
"start":
|
|
43990
|
-
"end":
|
|
44151
|
+
"start": 502,
|
|
44152
|
+
"end": 502
|
|
43991
44153
|
}
|
|
43992
44154
|
},
|
|
43993
44155
|
"group": [
|
|
@@ -44004,8 +44166,8 @@
|
|
|
44004
44166
|
{
|
|
44005
44167
|
"description": "The horizontal padding of the Grid column menu group header.\n",
|
|
44006
44168
|
"commentRange": {
|
|
44007
|
-
"start":
|
|
44008
|
-
"end":
|
|
44169
|
+
"start": 503,
|
|
44170
|
+
"end": 504
|
|
44009
44171
|
},
|
|
44010
44172
|
"context": {
|
|
44011
44173
|
"type": "variable",
|
|
@@ -44013,8 +44175,8 @@
|
|
|
44013
44175
|
"value": "var( --kendo-grid-column-menu-group-header-padding-x, #{$kendo-grid-column-menu-item-padding-x} )",
|
|
44014
44176
|
"scope": "default",
|
|
44015
44177
|
"line": {
|
|
44016
|
-
"start":
|
|
44017
|
-
"end":
|
|
44178
|
+
"start": 505,
|
|
44179
|
+
"end": 505
|
|
44018
44180
|
}
|
|
44019
44181
|
},
|
|
44020
44182
|
"group": [
|
|
@@ -44031,8 +44193,8 @@
|
|
|
44031
44193
|
{
|
|
44032
44194
|
"description": "The border width of the Grid column menu group header.\n",
|
|
44033
44195
|
"commentRange": {
|
|
44034
|
-
"start":
|
|
44035
|
-
"end":
|
|
44196
|
+
"start": 506,
|
|
44197
|
+
"end": 507
|
|
44036
44198
|
},
|
|
44037
44199
|
"context": {
|
|
44038
44200
|
"type": "variable",
|
|
@@ -44040,8 +44202,8 @@
|
|
|
44040
44202
|
"value": "var( --kendo-grid-column-menu-group-header-border-width, 1px )",
|
|
44041
44203
|
"scope": "default",
|
|
44042
44204
|
"line": {
|
|
44043
|
-
"start":
|
|
44044
|
-
"end":
|
|
44205
|
+
"start": 508,
|
|
44206
|
+
"end": 508
|
|
44045
44207
|
}
|
|
44046
44208
|
},
|
|
44047
44209
|
"group": [
|
|
@@ -44058,8 +44220,8 @@
|
|
|
44058
44220
|
{
|
|
44059
44221
|
"description": "The border style of the Grid column menu group header.\n",
|
|
44060
44222
|
"commentRange": {
|
|
44061
|
-
"start":
|
|
44062
|
-
"end":
|
|
44223
|
+
"start": 509,
|
|
44224
|
+
"end": 510
|
|
44063
44225
|
},
|
|
44064
44226
|
"context": {
|
|
44065
44227
|
"type": "variable",
|
|
@@ -44067,8 +44229,8 @@
|
|
|
44067
44229
|
"value": "var( --kendo-grid-column-menu-group-header-border-style, solid )",
|
|
44068
44230
|
"scope": "default",
|
|
44069
44231
|
"line": {
|
|
44070
|
-
"start":
|
|
44071
|
-
"end":
|
|
44232
|
+
"start": 511,
|
|
44233
|
+
"end": 511
|
|
44072
44234
|
}
|
|
44073
44235
|
},
|
|
44074
44236
|
"group": [
|
|
@@ -44085,8 +44247,8 @@
|
|
|
44085
44247
|
{
|
|
44086
44248
|
"description": "The font size of the Grid column menu group header.\n",
|
|
44087
44249
|
"commentRange": {
|
|
44088
|
-
"start":
|
|
44089
|
-
"end":
|
|
44250
|
+
"start": 512,
|
|
44251
|
+
"end": 513
|
|
44090
44252
|
},
|
|
44091
44253
|
"context": {
|
|
44092
44254
|
"type": "variable",
|
|
@@ -44094,8 +44256,8 @@
|
|
|
44094
44256
|
"value": "var( --kendo-grid-column-menu-group-header-font-size, var(--kendo-font-size-sm) )",
|
|
44095
44257
|
"scope": "default",
|
|
44096
44258
|
"line": {
|
|
44097
|
-
"start":
|
|
44098
|
-
"end":
|
|
44259
|
+
"start": 514,
|
|
44260
|
+
"end": 514
|
|
44099
44261
|
}
|
|
44100
44262
|
},
|
|
44101
44263
|
"group": [
|
|
@@ -44112,8 +44274,8 @@
|
|
|
44112
44274
|
{
|
|
44113
44275
|
"description": "The font weight of the Grid column menu group header.\n",
|
|
44114
44276
|
"commentRange": {
|
|
44115
|
-
"start":
|
|
44116
|
-
"end":
|
|
44277
|
+
"start": 515,
|
|
44278
|
+
"end": 516
|
|
44117
44279
|
},
|
|
44118
44280
|
"context": {
|
|
44119
44281
|
"type": "variable",
|
|
@@ -44121,8 +44283,8 @@
|
|
|
44121
44283
|
"value": "var( --kendo-grid-column-menu-group-header-font-weight, var(--kendo-font-weight-bold) )",
|
|
44122
44284
|
"scope": "default",
|
|
44123
44285
|
"line": {
|
|
44124
|
-
"start":
|
|
44125
|
-
"end":
|
|
44286
|
+
"start": 517,
|
|
44287
|
+
"end": 517
|
|
44126
44288
|
}
|
|
44127
44289
|
},
|
|
44128
44290
|
"group": [
|
|
@@ -44139,8 +44301,8 @@
|
|
|
44139
44301
|
{
|
|
44140
44302
|
"description": "The mine height of the Grid column menu group header.\n",
|
|
44141
44303
|
"commentRange": {
|
|
44142
|
-
"start":
|
|
44143
|
-
"end":
|
|
44304
|
+
"start": 518,
|
|
44305
|
+
"end": 519
|
|
44144
44306
|
},
|
|
44145
44307
|
"context": {
|
|
44146
44308
|
"type": "variable",
|
|
@@ -44148,8 +44310,8 @@
|
|
|
44148
44310
|
"value": "var( --kendo-grid-column-menu-group-header-line-height, var(--kendo-line-height) )",
|
|
44149
44311
|
"scope": "default",
|
|
44150
44312
|
"line": {
|
|
44151
|
-
"start":
|
|
44152
|
-
"end":
|
|
44313
|
+
"start": 520,
|
|
44314
|
+
"end": 520
|
|
44153
44315
|
}
|
|
44154
44316
|
},
|
|
44155
44317
|
"group": [
|
|
@@ -44166,8 +44328,8 @@
|
|
|
44166
44328
|
{
|
|
44167
44329
|
"description": "The text transform of the Grid column menu group header.\n",
|
|
44168
44330
|
"commentRange": {
|
|
44169
|
-
"start":
|
|
44170
|
-
"end":
|
|
44331
|
+
"start": 521,
|
|
44332
|
+
"end": 522
|
|
44171
44333
|
},
|
|
44172
44334
|
"context": {
|
|
44173
44335
|
"type": "variable",
|
|
@@ -44175,8 +44337,8 @@
|
|
|
44175
44337
|
"value": "var( --kendo-grid-column-menu-group-header-text-transform, uppercase )",
|
|
44176
44338
|
"scope": "default",
|
|
44177
44339
|
"line": {
|
|
44178
|
-
"start":
|
|
44179
|
-
"end":
|
|
44340
|
+
"start": 523,
|
|
44341
|
+
"end": 523
|
|
44180
44342
|
}
|
|
44181
44343
|
},
|
|
44182
44344
|
"group": [
|
|
@@ -44193,8 +44355,8 @@
|
|
|
44193
44355
|
{
|
|
44194
44356
|
"description": "The background color of the Grid column menu group.\n",
|
|
44195
44357
|
"commentRange": {
|
|
44196
|
-
"start":
|
|
44197
|
-
"end":
|
|
44358
|
+
"start": 525,
|
|
44359
|
+
"end": 526
|
|
44198
44360
|
},
|
|
44199
44361
|
"context": {
|
|
44200
44362
|
"type": "variable",
|
|
@@ -44202,8 +44364,8 @@
|
|
|
44202
44364
|
"value": "var( --kendo-grid-column-menu-group-header-bg, #{k-color(surface-alt)} )",
|
|
44203
44365
|
"scope": "default",
|
|
44204
44366
|
"line": {
|
|
44205
|
-
"start":
|
|
44206
|
-
"end":
|
|
44367
|
+
"start": 527,
|
|
44368
|
+
"end": 527
|
|
44207
44369
|
}
|
|
44208
44370
|
},
|
|
44209
44371
|
"group": [
|
|
@@ -44220,8 +44382,8 @@
|
|
|
44220
44382
|
{
|
|
44221
44383
|
"description": "The text color of the Grid column menu group.\n",
|
|
44222
44384
|
"commentRange": {
|
|
44223
|
-
"start":
|
|
44224
|
-
"end":
|
|
44385
|
+
"start": 528,
|
|
44386
|
+
"end": 529
|
|
44225
44387
|
},
|
|
44226
44388
|
"context": {
|
|
44227
44389
|
"type": "variable",
|
|
@@ -44229,8 +44391,8 @@
|
|
|
44229
44391
|
"value": "var( --kendo-grid-column-menu-group-header-text, #{k-color(on-app-surface)} )",
|
|
44230
44392
|
"scope": "default",
|
|
44231
44393
|
"line": {
|
|
44232
|
-
"start":
|
|
44233
|
-
"end":
|
|
44394
|
+
"start": 530,
|
|
44395
|
+
"end": 530
|
|
44234
44396
|
}
|
|
44235
44397
|
},
|
|
44236
44398
|
"group": [
|
|
@@ -44247,8 +44409,8 @@
|
|
|
44247
44409
|
{
|
|
44248
44410
|
"description": "The border color of the Grid column menu group.\n",
|
|
44249
44411
|
"commentRange": {
|
|
44250
|
-
"start":
|
|
44251
|
-
"end":
|
|
44412
|
+
"start": 531,
|
|
44413
|
+
"end": 532
|
|
44252
44414
|
},
|
|
44253
44415
|
"context": {
|
|
44254
44416
|
"type": "variable",
|
|
@@ -44256,8 +44418,8 @@
|
|
|
44256
44418
|
"value": "var( --kendo-grid-column-menu-group-header-border, color-mix(in srgb, #{k-color(border)} 16%, transparent) )",
|
|
44257
44419
|
"scope": "default",
|
|
44258
44420
|
"line": {
|
|
44259
|
-
"start":
|
|
44260
|
-
"end":
|
|
44421
|
+
"start": 533,
|
|
44422
|
+
"end": 533
|
|
44261
44423
|
}
|
|
44262
44424
|
},
|
|
44263
44425
|
"group": [
|
|
@@ -44274,8 +44436,8 @@
|
|
|
44274
44436
|
{
|
|
44275
44437
|
"description": "The horizontal padding of the tabstrip content in the Grid tabbed column menu.\n",
|
|
44276
44438
|
"commentRange": {
|
|
44277
|
-
"start":
|
|
44278
|
-
"end":
|
|
44439
|
+
"start": 535,
|
|
44440
|
+
"end": 536
|
|
44279
44441
|
},
|
|
44280
44442
|
"context": {
|
|
44281
44443
|
"type": "variable",
|
|
@@ -44283,8 +44445,8 @@
|
|
|
44283
44445
|
"value": "var( --kendo-grid-column-menu-tabbed-tabstrip-content-padding-x, #{k-spacing(0)} )",
|
|
44284
44446
|
"scope": "default",
|
|
44285
44447
|
"line": {
|
|
44286
|
-
"start":
|
|
44287
|
-
"end":
|
|
44448
|
+
"start": 537,
|
|
44449
|
+
"end": 537
|
|
44288
44450
|
}
|
|
44289
44451
|
},
|
|
44290
44452
|
"group": [
|
|
@@ -44301,8 +44463,8 @@
|
|
|
44301
44463
|
{
|
|
44302
44464
|
"description": "The vertical padding of the tabstrip content in the Grid tabbed column menu.\n",
|
|
44303
44465
|
"commentRange": {
|
|
44304
|
-
"start":
|
|
44305
|
-
"end":
|
|
44466
|
+
"start": 538,
|
|
44467
|
+
"end": 539
|
|
44306
44468
|
},
|
|
44307
44469
|
"context": {
|
|
44308
44470
|
"type": "variable",
|
|
@@ -44310,8 +44472,8 @@
|
|
|
44310
44472
|
"value": "var( --kendo-grid-column-menu-tabbed-tabstrip-content-padding-y, #{k-spacing(3)} )",
|
|
44311
44473
|
"scope": "default",
|
|
44312
44474
|
"line": {
|
|
44313
|
-
"start":
|
|
44314
|
-
"end":
|
|
44475
|
+
"start": 540,
|
|
44476
|
+
"end": 540
|
|
44315
44477
|
}
|
|
44316
44478
|
},
|
|
44317
44479
|
"group": [
|
|
@@ -44328,8 +44490,8 @@
|
|
|
44328
44490
|
{
|
|
44329
44491
|
"description": "The background color of the Grid tabbed column menu.\n",
|
|
44330
44492
|
"commentRange": {
|
|
44331
|
-
"start":
|
|
44332
|
-
"end":
|
|
44493
|
+
"start": 542,
|
|
44494
|
+
"end": 543
|
|
44333
44495
|
},
|
|
44334
44496
|
"context": {
|
|
44335
44497
|
"type": "variable",
|
|
@@ -44337,8 +44499,8 @@
|
|
|
44337
44499
|
"value": "var( --kendo-grid-column-menu-tabbed-bg, k-color(surface) )",
|
|
44338
44500
|
"scope": "default",
|
|
44339
44501
|
"line": {
|
|
44340
|
-
"start":
|
|
44341
|
-
"end":
|
|
44502
|
+
"start": 544,
|
|
44503
|
+
"end": 544
|
|
44342
44504
|
}
|
|
44343
44505
|
},
|
|
44344
44506
|
"group": [
|
|
@@ -44355,8 +44517,8 @@
|
|
|
44355
44517
|
{
|
|
44356
44518
|
"description": "The default width of the Grid drag cell.\n",
|
|
44357
44519
|
"commentRange": {
|
|
44358
|
-
"start":
|
|
44359
|
-
"end":
|
|
44520
|
+
"start": 546,
|
|
44521
|
+
"end": 547
|
|
44360
44522
|
},
|
|
44361
44523
|
"context": {
|
|
44362
44524
|
"type": "variable",
|
|
@@ -44364,8 +44526,8 @@
|
|
|
44364
44526
|
"value": "var( --kendo-grid-drag-cell-width, calc( #{$kendo-icon-size} * 2.25 ) )",
|
|
44365
44527
|
"scope": "default",
|
|
44366
44528
|
"line": {
|
|
44367
|
-
"start":
|
|
44368
|
-
"end":
|
|
44529
|
+
"start": 548,
|
|
44530
|
+
"end": 548
|
|
44369
44531
|
}
|
|
44370
44532
|
},
|
|
44371
44533
|
"group": [
|
|
@@ -44382,8 +44544,8 @@
|
|
|
44382
44544
|
{
|
|
44383
44545
|
"description": "The default width of the Grid hierarchy cell.\n",
|
|
44384
44546
|
"commentRange": {
|
|
44385
|
-
"start":
|
|
44386
|
-
"end":
|
|
44547
|
+
"start": 549,
|
|
44548
|
+
"end": 550
|
|
44387
44549
|
},
|
|
44388
44550
|
"context": {
|
|
44389
44551
|
"type": "variable",
|
|
@@ -44391,8 +44553,8 @@
|
|
|
44391
44553
|
"value": "var( --kendo-grid-hierarchy-col-width, calc( #{$kendo-icon-size} * 2 ) )",
|
|
44392
44554
|
"scope": "default",
|
|
44393
44555
|
"line": {
|
|
44394
|
-
"start":
|
|
44395
|
-
"end":
|
|
44556
|
+
"start": 551,
|
|
44557
|
+
"end": 551
|
|
44396
44558
|
}
|
|
44397
44559
|
},
|
|
44398
44560
|
"group": [
|
|
@@ -44409,8 +44571,8 @@
|
|
|
44409
44571
|
{
|
|
44410
44572
|
"description": "The background color of the Grid row resize indicator.\n",
|
|
44411
44573
|
"commentRange": {
|
|
44412
|
-
"start":
|
|
44413
|
-
"end":
|
|
44574
|
+
"start": 553,
|
|
44575
|
+
"end": 554
|
|
44414
44576
|
},
|
|
44415
44577
|
"context": {
|
|
44416
44578
|
"type": "variable",
|
|
@@ -44418,8 +44580,8 @@
|
|
|
44418
44580
|
"value": "var( --kendo-grid-row-resizer-hover-bg, color-mix(in srgb, #{k-color(on-app-surface)} 46%, transparent) )",
|
|
44419
44581
|
"scope": "default",
|
|
44420
44582
|
"line": {
|
|
44421
|
-
"start":
|
|
44422
|
-
"end":
|
|
44583
|
+
"start": 555,
|
|
44584
|
+
"end": 555
|
|
44423
44585
|
}
|
|
44424
44586
|
},
|
|
44425
44587
|
"group": [
|
|
@@ -44436,8 +44598,8 @@
|
|
|
44436
44598
|
{
|
|
44437
44599
|
"description": "The background color of the active Grid row resize indicator.\n",
|
|
44438
44600
|
"commentRange": {
|
|
44439
|
-
"start":
|
|
44440
|
-
"end":
|
|
44601
|
+
"start": 556,
|
|
44602
|
+
"end": 557
|
|
44441
44603
|
},
|
|
44442
44604
|
"context": {
|
|
44443
44605
|
"type": "variable",
|
|
@@ -44445,8 +44607,8 @@
|
|
|
44445
44607
|
"value": "var( --kendo-grid-row-resizer-active-bg, #{k-color(primary)} )",
|
|
44446
44608
|
"scope": "default",
|
|
44447
44609
|
"line": {
|
|
44448
|
-
"start":
|
|
44449
|
-
"end":
|
|
44610
|
+
"start": 558,
|
|
44611
|
+
"end": 558
|
|
44450
44612
|
}
|
|
44451
44613
|
},
|
|
44452
44614
|
"group": [
|
|
@@ -44463,8 +44625,8 @@
|
|
|
44463
44625
|
{
|
|
44464
44626
|
"description": "The height of the Grid row resize indicator.\n",
|
|
44465
44627
|
"commentRange": {
|
|
44466
|
-
"start":
|
|
44467
|
-
"end":
|
|
44628
|
+
"start": 559,
|
|
44629
|
+
"end": 560
|
|
44468
44630
|
},
|
|
44469
44631
|
"context": {
|
|
44470
44632
|
"type": "variable",
|
|
@@ -44472,8 +44634,8 @@
|
|
|
44472
44634
|
"value": "var( --kendo-grid-row-resizer-height, #{k-spacing(0.5)} )",
|
|
44473
44635
|
"scope": "default",
|
|
44474
44636
|
"line": {
|
|
44475
|
-
"start":
|
|
44476
|
-
"end":
|
|
44637
|
+
"start": 561,
|
|
44638
|
+
"end": 561
|
|
44477
44639
|
}
|
|
44478
44640
|
},
|
|
44479
44641
|
"group": [
|
|
@@ -44490,8 +44652,8 @@
|
|
|
44490
44652
|
{
|
|
44491
44653
|
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
44492
44654
|
"commentRange": {
|
|
44493
|
-
"start":
|
|
44494
|
-
"end":
|
|
44655
|
+
"start": 563,
|
|
44656
|
+
"end": 564
|
|
44495
44657
|
},
|
|
44496
44658
|
"context": {
|
|
44497
44659
|
"type": "variable",
|
|
@@ -44499,8 +44661,8 @@
|
|
|
44499
44661
|
"value": "var( --kendo-grid-stack-cell-padding-x, #{k-spacing(2)} )",
|
|
44500
44662
|
"scope": "default",
|
|
44501
44663
|
"line": {
|
|
44502
|
-
"start":
|
|
44503
|
-
"end":
|
|
44664
|
+
"start": 565,
|
|
44665
|
+
"end": 565
|
|
44504
44666
|
}
|
|
44505
44667
|
},
|
|
44506
44668
|
"group": [
|
|
@@ -44517,8 +44679,8 @@
|
|
|
44517
44679
|
{
|
|
44518
44680
|
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
44519
44681
|
"commentRange": {
|
|
44520
|
-
"start":
|
|
44521
|
-
"end":
|
|
44682
|
+
"start": 566,
|
|
44683
|
+
"end": 567
|
|
44522
44684
|
},
|
|
44523
44685
|
"context": {
|
|
44524
44686
|
"type": "variable",
|
|
@@ -44526,8 +44688,8 @@
|
|
|
44526
44688
|
"value": "var( --kendo-grid-stack-cell-padding-y, #{k-spacing(1.5)} )",
|
|
44527
44689
|
"scope": "default",
|
|
44528
44690
|
"line": {
|
|
44529
|
-
"start":
|
|
44530
|
-
"end":
|
|
44691
|
+
"start": 568,
|
|
44692
|
+
"end": 568
|
|
44531
44693
|
}
|
|
44532
44694
|
},
|
|
44533
44695
|
"group": [
|
|
@@ -44544,8 +44706,8 @@
|
|
|
44544
44706
|
{
|
|
44545
44707
|
"description": "The column gap of the Grid stack layout.\n",
|
|
44546
44708
|
"commentRange": {
|
|
44547
|
-
"start":
|
|
44548
|
-
"end":
|
|
44709
|
+
"start": 569,
|
|
44710
|
+
"end": 570
|
|
44549
44711
|
},
|
|
44550
44712
|
"context": {
|
|
44551
44713
|
"type": "variable",
|
|
@@ -44553,8 +44715,8 @@
|
|
|
44553
44715
|
"value": "var( --kendo-grid-stack-column-gap, #{k-spacing(1)} )",
|
|
44554
44716
|
"scope": "default",
|
|
44555
44717
|
"line": {
|
|
44556
|
-
"start":
|
|
44557
|
-
"end":
|
|
44718
|
+
"start": 571,
|
|
44719
|
+
"end": 571
|
|
44558
44720
|
}
|
|
44559
44721
|
},
|
|
44560
44722
|
"group": [
|
|
@@ -44571,8 +44733,8 @@
|
|
|
44571
44733
|
{
|
|
44572
44734
|
"description": "The column gap of the editable Grid stack layout.\n",
|
|
44573
44735
|
"commentRange": {
|
|
44574
|
-
"start":
|
|
44575
|
-
"end":
|
|
44736
|
+
"start": 572,
|
|
44737
|
+
"end": 573
|
|
44576
44738
|
},
|
|
44577
44739
|
"context": {
|
|
44578
44740
|
"type": "variable",
|
|
@@ -44580,8 +44742,8 @@
|
|
|
44580
44742
|
"value": "var( --kendo-grid-stack-editable-column-gap, #{k-spacing(2)} )",
|
|
44581
44743
|
"scope": "default",
|
|
44582
44744
|
"line": {
|
|
44583
|
-
"start":
|
|
44584
|
-
"end":
|
|
44745
|
+
"start": 574,
|
|
44746
|
+
"end": 574
|
|
44585
44747
|
}
|
|
44586
44748
|
},
|
|
44587
44749
|
"group": [
|
|
@@ -44598,8 +44760,8 @@
|
|
|
44598
44760
|
{
|
|
44599
44761
|
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
44600
44762
|
"commentRange": {
|
|
44601
|
-
"start":
|
|
44602
|
-
"end":
|
|
44763
|
+
"start": 575,
|
|
44764
|
+
"end": 576
|
|
44603
44765
|
},
|
|
44604
44766
|
"context": {
|
|
44605
44767
|
"type": "variable",
|
|
@@ -44607,8 +44769,8 @@
|
|
|
44607
44769
|
"value": "var( --kendo-grid-stack-hierarchy-col-width, #{k-spacing(2)} )",
|
|
44608
44770
|
"scope": "default",
|
|
44609
44771
|
"line": {
|
|
44610
|
-
"start":
|
|
44611
|
-
"end":
|
|
44772
|
+
"start": 577,
|
|
44773
|
+
"end": 577
|
|
44612
44774
|
}
|
|
44613
44775
|
},
|
|
44614
44776
|
"group": [
|
|
@@ -44625,8 +44787,8 @@
|
|
|
44625
44787
|
{
|
|
44626
44788
|
"description": "The font size of the Grid stack layout column header.\n",
|
|
44627
44789
|
"commentRange": {
|
|
44628
|
-
"start":
|
|
44629
|
-
"end":
|
|
44790
|
+
"start": 578,
|
|
44791
|
+
"end": 579
|
|
44630
44792
|
},
|
|
44631
44793
|
"context": {
|
|
44632
44794
|
"type": "variable",
|
|
@@ -44634,8 +44796,8 @@
|
|
|
44634
44796
|
"value": "var( --kendo-grid-stack-header-font-size, var(--kendo-font-size-sm) )",
|
|
44635
44797
|
"scope": "default",
|
|
44636
44798
|
"line": {
|
|
44637
|
-
"start":
|
|
44638
|
-
"end":
|
|
44799
|
+
"start": 580,
|
|
44800
|
+
"end": 580
|
|
44639
44801
|
}
|
|
44640
44802
|
},
|
|
44641
44803
|
"group": [
|
|
@@ -44652,8 +44814,8 @@
|
|
|
44652
44814
|
{
|
|
44653
44815
|
"description": "The font weight of the Grid stack layout column header.\n",
|
|
44654
44816
|
"commentRange": {
|
|
44655
|
-
"start":
|
|
44656
|
-
"end":
|
|
44817
|
+
"start": 581,
|
|
44818
|
+
"end": 582
|
|
44657
44819
|
},
|
|
44658
44820
|
"context": {
|
|
44659
44821
|
"type": "variable",
|
|
@@ -44661,8 +44823,8 @@
|
|
|
44661
44823
|
"value": "var( --kendo-grid-stack-header-font-weight, var(--kendo-font-weight-bold) )",
|
|
44662
44824
|
"scope": "default",
|
|
44663
44825
|
"line": {
|
|
44664
|
-
"start":
|
|
44665
|
-
"end":
|
|
44826
|
+
"start": 583,
|
|
44827
|
+
"end": 583
|
|
44666
44828
|
}
|
|
44667
44829
|
},
|
|
44668
44830
|
"group": [
|
|
@@ -44679,8 +44841,8 @@
|
|
|
44679
44841
|
{
|
|
44680
44842
|
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
44681
44843
|
"commentRange": {
|
|
44682
|
-
"start":
|
|
44683
|
-
"end":
|
|
44844
|
+
"start": 584,
|
|
44845
|
+
"end": 585
|
|
44684
44846
|
},
|
|
44685
44847
|
"context": {
|
|
44686
44848
|
"type": "variable",
|
|
@@ -44688,8 +44850,8 @@
|
|
|
44688
44850
|
"value": "var( --kendo-grid-stack-expandable-shadow-height, #{k-spacing(2.5)} )",
|
|
44689
44851
|
"scope": "default",
|
|
44690
44852
|
"line": {
|
|
44691
|
-
"start":
|
|
44692
|
-
"end":
|
|
44853
|
+
"start": 586,
|
|
44854
|
+
"end": 586
|
|
44693
44855
|
}
|
|
44694
44856
|
},
|
|
44695
44857
|
"group": [
|
|
@@ -44706,8 +44868,8 @@
|
|
|
44706
44868
|
{
|
|
44707
44869
|
"description": "The color of the Grid stack layout column header.\n",
|
|
44708
44870
|
"commentRange": {
|
|
44709
|
-
"start":
|
|
44710
|
-
"end":
|
|
44871
|
+
"start": 587,
|
|
44872
|
+
"end": 588
|
|
44711
44873
|
},
|
|
44712
44874
|
"context": {
|
|
44713
44875
|
"type": "variable",
|
|
@@ -44715,8 +44877,8 @@
|
|
|
44715
44877
|
"value": "var( --kendo-grid-stack-header-color, #{k-color(subtle)} )",
|
|
44716
44878
|
"scope": "default",
|
|
44717
44879
|
"line": {
|
|
44718
|
-
"start":
|
|
44719
|
-
"end":
|
|
44880
|
+
"start": 589,
|
|
44881
|
+
"end": 589
|
|
44720
44882
|
}
|
|
44721
44883
|
},
|
|
44722
44884
|
"group": [
|
|
@@ -44733,8 +44895,8 @@
|
|
|
44733
44895
|
{
|
|
44734
44896
|
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
44735
44897
|
"commentRange": {
|
|
44736
|
-
"start":
|
|
44737
|
-
"end":
|
|
44898
|
+
"start": 590,
|
|
44899
|
+
"end": 591
|
|
44738
44900
|
},
|
|
44739
44901
|
"context": {
|
|
44740
44902
|
"type": "variable",
|
|
@@ -44742,8 +44904,8 @@
|
|
|
44742
44904
|
"value": "var( --kendo-grid-stack-focus-outline, #{k-color(base-emphasis)} )",
|
|
44743
44905
|
"scope": "default",
|
|
44744
44906
|
"line": {
|
|
44745
|
-
"start":
|
|
44746
|
-
"end":
|
|
44907
|
+
"start": 592,
|
|
44908
|
+
"end": 592
|
|
44747
44909
|
}
|
|
44748
44910
|
},
|
|
44749
44911
|
"group": [
|
|
@@ -44760,8 +44922,8 @@
|
|
|
44760
44922
|
{
|
|
44761
44923
|
"description": "The Grid stack layout expandable row shadow.\n",
|
|
44762
44924
|
"commentRange": {
|
|
44763
|
-
"start":
|
|
44764
|
-
"end":
|
|
44925
|
+
"start": 593,
|
|
44926
|
+
"end": 594
|
|
44765
44927
|
},
|
|
44766
44928
|
"context": {
|
|
44767
44929
|
"type": "variable",
|
|
@@ -44769,8 +44931,8 @@
|
|
|
44769
44931
|
"value": "var( --kendo-grid-stack-expandable-shadow, #{k-elevation(2)} )",
|
|
44770
44932
|
"scope": "default",
|
|
44771
44933
|
"line": {
|
|
44772
|
-
"start":
|
|
44773
|
-
"end":
|
|
44934
|
+
"start": 595,
|
|
44935
|
+
"end": 595
|
|
44774
44936
|
}
|
|
44775
44937
|
},
|
|
44776
44938
|
"group": [
|
|
@@ -44787,8 +44949,8 @@
|
|
|
44787
44949
|
{
|
|
44788
44950
|
"description": "The font weight of the pinned source row in the Grid.\n",
|
|
44789
44951
|
"commentRange": {
|
|
44790
|
-
"start":
|
|
44791
|
-
"end":
|
|
44952
|
+
"start": 597,
|
|
44953
|
+
"end": 598
|
|
44792
44954
|
},
|
|
44793
44955
|
"context": {
|
|
44794
44956
|
"type": "variable",
|
|
@@ -44796,8 +44958,8 @@
|
|
|
44796
44958
|
"value": "var(--kendo-font-weight-semibold)",
|
|
44797
44959
|
"scope": "default",
|
|
44798
44960
|
"line": {
|
|
44799
|
-
"start":
|
|
44800
|
-
"end":
|
|
44961
|
+
"start": 599,
|
|
44962
|
+
"end": 599
|
|
44801
44963
|
}
|
|
44802
44964
|
},
|
|
44803
44965
|
"group": [
|
|
@@ -104517,15 +104679,15 @@
|
|
|
104517
104679
|
"resolvedType": "String"
|
|
104518
104680
|
},
|
|
104519
104681
|
{
|
|
104520
|
-
"description": "The
|
|
104682
|
+
"description": "The horizontal padding of the AgentStep head.\n",
|
|
104521
104683
|
"commentRange": {
|
|
104522
104684
|
"start": 11,
|
|
104523
104685
|
"end": 12
|
|
104524
104686
|
},
|
|
104525
104687
|
"context": {
|
|
104526
104688
|
"type": "variable",
|
|
104527
|
-
"name": "kendo-agent-step-
|
|
104528
|
-
"value": "var( --kendo-agent-step-
|
|
104689
|
+
"name": "kendo-agent-step-padding-x",
|
|
104690
|
+
"value": "var( --kendo-agent-step-padding-x, k-spacing(0.5) )",
|
|
104529
104691
|
"scope": "default",
|
|
104530
104692
|
"line": {
|
|
104531
104693
|
"start": 13,
|
|
@@ -104540,19 +104702,19 @@
|
|
|
104540
104702
|
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104541
104703
|
"name": "_variables.scss"
|
|
104542
104704
|
},
|
|
104543
|
-
"resolvedValue": "var(--kendo-agent-step-
|
|
104705
|
+
"resolvedValue": "var(--kendo-agent-step-padding-x, var(--kendo-spacing-0\\.5))",
|
|
104544
104706
|
"resolvedType": "String"
|
|
104545
104707
|
},
|
|
104546
104708
|
{
|
|
104547
|
-
"description": "The
|
|
104709
|
+
"description": "The end padding of the AgentStep head.\n",
|
|
104548
104710
|
"commentRange": {
|
|
104549
104711
|
"start": 14,
|
|
104550
104712
|
"end": 15
|
|
104551
104713
|
},
|
|
104552
104714
|
"context": {
|
|
104553
104715
|
"type": "variable",
|
|
104554
|
-
"name": "kendo-agent-step-
|
|
104555
|
-
"value": "var( --kendo-agent-step-
|
|
104716
|
+
"name": "kendo-agent-step-padding-end",
|
|
104717
|
+
"value": "var( --kendo-agent-step-padding-end, k-spacing(2) )",
|
|
104556
104718
|
"scope": "default",
|
|
104557
104719
|
"line": {
|
|
104558
104720
|
"start": 16,
|
|
@@ -104567,19 +104729,19 @@
|
|
|
104567
104729
|
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104568
104730
|
"name": "_variables.scss"
|
|
104569
104731
|
},
|
|
104570
|
-
"resolvedValue": "var(--kendo-agent-step-
|
|
104732
|
+
"resolvedValue": "var(--kendo-agent-step-padding-end, var(--kendo-spacing-2))",
|
|
104571
104733
|
"resolvedType": "String"
|
|
104572
104734
|
},
|
|
104573
104735
|
{
|
|
104574
|
-
"description": "The
|
|
104736
|
+
"description": "The border radius of the AgentStep head.\n",
|
|
104575
104737
|
"commentRange": {
|
|
104576
104738
|
"start": 17,
|
|
104577
104739
|
"end": 18
|
|
104578
104740
|
},
|
|
104579
104741
|
"context": {
|
|
104580
104742
|
"type": "variable",
|
|
104581
|
-
"name": "kendo-agent-step-
|
|
104582
|
-
"value": "var( --kendo-agent-step-
|
|
104743
|
+
"name": "kendo-agent-step-border-radius",
|
|
104744
|
+
"value": "var( --kendo-agent-step-border-radius, k-border-radius(md) )",
|
|
104583
104745
|
"scope": "default",
|
|
104584
104746
|
"line": {
|
|
104585
104747
|
"start": 19,
|
|
@@ -104594,19 +104756,19 @@
|
|
|
104594
104756
|
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104595
104757
|
"name": "_variables.scss"
|
|
104596
104758
|
},
|
|
104597
|
-
"resolvedValue": "var(--kendo-agent-step-
|
|
104759
|
+
"resolvedValue": "var(--kendo-agent-step-border-radius, var(--kendo-border-radius-md))",
|
|
104598
104760
|
"resolvedType": "String"
|
|
104599
104761
|
},
|
|
104600
104762
|
{
|
|
104601
|
-
"description": "The
|
|
104763
|
+
"description": "The top margin of the AgentStep icon.\n",
|
|
104602
104764
|
"commentRange": {
|
|
104603
104765
|
"start": 20,
|
|
104604
104766
|
"end": 21
|
|
104605
104767
|
},
|
|
104606
104768
|
"context": {
|
|
104607
104769
|
"type": "variable",
|
|
104608
|
-
"name": "kendo-agent-step-
|
|
104609
|
-
"value": "var( --kendo-agent-step-
|
|
104770
|
+
"name": "kendo-agent-step-icon-margin-top",
|
|
104771
|
+
"value": "var( --kendo-agent-step-icon-margin-top, k-spacing(0.5) )",
|
|
104610
104772
|
"scope": "default",
|
|
104611
104773
|
"line": {
|
|
104612
104774
|
"start": 22,
|
|
@@ -104621,19 +104783,19 @@
|
|
|
104621
104783
|
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104622
104784
|
"name": "_variables.scss"
|
|
104623
104785
|
},
|
|
104624
|
-
"resolvedValue": "var(--kendo-agent-step-
|
|
104786
|
+
"resolvedValue": "var(--kendo-agent-step-icon-margin-top, var(--kendo-spacing-0\\.5))",
|
|
104625
104787
|
"resolvedType": "String"
|
|
104626
104788
|
},
|
|
104627
104789
|
{
|
|
104628
|
-
"description": "The
|
|
104790
|
+
"description": "The text color of the added lines count in the AgentStep diffstat.\n",
|
|
104629
104791
|
"commentRange": {
|
|
104630
104792
|
"start": 23,
|
|
104631
104793
|
"end": 24
|
|
104632
104794
|
},
|
|
104633
104795
|
"context": {
|
|
104634
104796
|
"type": "variable",
|
|
104635
|
-
"name": "kendo-agent-step-
|
|
104636
|
-
"value": "var( --kendo-agent-step-
|
|
104797
|
+
"name": "kendo-agent-step-added-color",
|
|
104798
|
+
"value": "var( --kendo-agent-step-added-color, k-color(success-on-surface) )",
|
|
104637
104799
|
"scope": "default",
|
|
104638
104800
|
"line": {
|
|
104639
104801
|
"start": 25,
|
|
@@ -104648,14 +104810,122 @@
|
|
|
104648
104810
|
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104649
104811
|
"name": "_variables.scss"
|
|
104650
104812
|
},
|
|
104813
|
+
"resolvedValue": "var(--kendo-agent-step-added-color, var(--kendo-color-success-on-surface))",
|
|
104814
|
+
"resolvedType": "String"
|
|
104815
|
+
},
|
|
104816
|
+
{
|
|
104817
|
+
"description": "The text color of the removed lines count in the AgentStep diffstat.\n",
|
|
104818
|
+
"commentRange": {
|
|
104819
|
+
"start": 26,
|
|
104820
|
+
"end": 27
|
|
104821
|
+
},
|
|
104822
|
+
"context": {
|
|
104823
|
+
"type": "variable",
|
|
104824
|
+
"name": "kendo-agent-step-removed-color",
|
|
104825
|
+
"value": "var( --kendo-agent-step-removed-color, k-color(error-on-surface) )",
|
|
104826
|
+
"scope": "default",
|
|
104827
|
+
"line": {
|
|
104828
|
+
"start": 28,
|
|
104829
|
+
"end": 28
|
|
104830
|
+
}
|
|
104831
|
+
},
|
|
104832
|
+
"group": [
|
|
104833
|
+
"agent-response"
|
|
104834
|
+
],
|
|
104835
|
+
"access": "public",
|
|
104836
|
+
"file": {
|
|
104837
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104838
|
+
"name": "_variables.scss"
|
|
104839
|
+
},
|
|
104840
|
+
"resolvedValue": "var(--kendo-agent-step-removed-color, var(--kendo-color-error-on-surface))",
|
|
104841
|
+
"resolvedType": "String"
|
|
104842
|
+
},
|
|
104843
|
+
{
|
|
104844
|
+
"description": "The font size of the AgentStep label, secondary text, and diffstat.\n",
|
|
104845
|
+
"commentRange": {
|
|
104846
|
+
"start": 29,
|
|
104847
|
+
"end": 30
|
|
104848
|
+
},
|
|
104849
|
+
"context": {
|
|
104850
|
+
"type": "variable",
|
|
104851
|
+
"name": "kendo-agent-step-font-size",
|
|
104852
|
+
"value": "var( --kendo-agent-step-font-size, var(--kendo-font-size-sm) )",
|
|
104853
|
+
"scope": "default",
|
|
104854
|
+
"line": {
|
|
104855
|
+
"start": 31,
|
|
104856
|
+
"end": 31
|
|
104857
|
+
}
|
|
104858
|
+
},
|
|
104859
|
+
"group": [
|
|
104860
|
+
"agent-response"
|
|
104861
|
+
],
|
|
104862
|
+
"access": "public",
|
|
104863
|
+
"file": {
|
|
104864
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104865
|
+
"name": "_variables.scss"
|
|
104866
|
+
},
|
|
104867
|
+
"resolvedValue": "var(--kendo-agent-step-font-size, var(--kendo-font-size-sm))",
|
|
104868
|
+
"resolvedType": "String"
|
|
104869
|
+
},
|
|
104870
|
+
{
|
|
104871
|
+
"description": "The font size of the AgentStep body content.\n",
|
|
104872
|
+
"commentRange": {
|
|
104873
|
+
"start": 32,
|
|
104874
|
+
"end": 33
|
|
104875
|
+
},
|
|
104876
|
+
"context": {
|
|
104877
|
+
"type": "variable",
|
|
104878
|
+
"name": "kendo-agent-step-body-font-size",
|
|
104879
|
+
"value": "var( --kendo-agent-step-body-font-size, var(--kendo-font-size-sm) )",
|
|
104880
|
+
"scope": "default",
|
|
104881
|
+
"line": {
|
|
104882
|
+
"start": 34,
|
|
104883
|
+
"end": 34
|
|
104884
|
+
}
|
|
104885
|
+
},
|
|
104886
|
+
"group": [
|
|
104887
|
+
"agent-response"
|
|
104888
|
+
],
|
|
104889
|
+
"access": "public",
|
|
104890
|
+
"file": {
|
|
104891
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104892
|
+
"name": "_variables.scss"
|
|
104893
|
+
},
|
|
104651
104894
|
"resolvedValue": "var(--kendo-agent-step-body-font-size, var(--kendo-font-size-sm))",
|
|
104652
104895
|
"resolvedType": "String"
|
|
104653
104896
|
},
|
|
104897
|
+
{
|
|
104898
|
+
"description": "The box shadow of the focused AgentStep head.\n",
|
|
104899
|
+
"commentRange": {
|
|
104900
|
+
"start": 35,
|
|
104901
|
+
"end": 36
|
|
104902
|
+
},
|
|
104903
|
+
"context": {
|
|
104904
|
+
"type": "variable",
|
|
104905
|
+
"name": "kendo-agent-step-focus-shadow",
|
|
104906
|
+
"value": "var( --kendo-agent-step-focus-shadow, inset 0 0 0 2px #{k-color(on-app-surface)} )",
|
|
104907
|
+
"scope": "default",
|
|
104908
|
+
"line": {
|
|
104909
|
+
"start": 37,
|
|
104910
|
+
"end": 37
|
|
104911
|
+
}
|
|
104912
|
+
},
|
|
104913
|
+
"group": [
|
|
104914
|
+
"agent-response"
|
|
104915
|
+
],
|
|
104916
|
+
"access": "public",
|
|
104917
|
+
"file": {
|
|
104918
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104919
|
+
"name": "_variables.scss"
|
|
104920
|
+
},
|
|
104921
|
+
"resolvedValue": "var(--kendo-agent-step-focus-shadow, inset 0 0 0 2px var(--kendo-color-on-app-surface))",
|
|
104922
|
+
"resolvedType": "String"
|
|
104923
|
+
},
|
|
104654
104924
|
{
|
|
104655
104925
|
"description": "The gap between the icon column and the content of the Thought.\n",
|
|
104656
104926
|
"commentRange": {
|
|
104657
|
-
"start":
|
|
104658
|
-
"end":
|
|
104927
|
+
"start": 39,
|
|
104928
|
+
"end": 40
|
|
104659
104929
|
},
|
|
104660
104930
|
"context": {
|
|
104661
104931
|
"type": "variable",
|
|
@@ -104663,8 +104933,8 @@
|
|
|
104663
104933
|
"value": "var( --kendo-thought-gap, k-spacing(1.5) )",
|
|
104664
104934
|
"scope": "default",
|
|
104665
104935
|
"line": {
|
|
104666
|
-
"start":
|
|
104667
|
-
"end":
|
|
104936
|
+
"start": 41,
|
|
104937
|
+
"end": 41
|
|
104668
104938
|
}
|
|
104669
104939
|
},
|
|
104670
104940
|
"group": [
|
|
@@ -104681,8 +104951,8 @@
|
|
|
104681
104951
|
{
|
|
104682
104952
|
"description": "The gap in the icon column of the Thought.\n",
|
|
104683
104953
|
"commentRange": {
|
|
104684
|
-
"start":
|
|
104685
|
-
"end":
|
|
104954
|
+
"start": 42,
|
|
104955
|
+
"end": 43
|
|
104686
104956
|
},
|
|
104687
104957
|
"context": {
|
|
104688
104958
|
"type": "variable",
|
|
@@ -104690,8 +104960,8 @@
|
|
|
104690
104960
|
"value": "var( --kendo-thought-icon-col-gap, k-spacing(2) )",
|
|
104691
104961
|
"scope": "default",
|
|
104692
104962
|
"line": {
|
|
104693
|
-
"start":
|
|
104694
|
-
"end":
|
|
104963
|
+
"start": 44,
|
|
104964
|
+
"end": 44
|
|
104695
104965
|
}
|
|
104696
104966
|
},
|
|
104697
104967
|
"group": [
|
|
@@ -104708,8 +104978,8 @@
|
|
|
104708
104978
|
{
|
|
104709
104979
|
"description": "The spacing between stacked Thought items.\n",
|
|
104710
104980
|
"commentRange": {
|
|
104711
|
-
"start":
|
|
104712
|
-
"end":
|
|
104981
|
+
"start": 45,
|
|
104982
|
+
"end": 46
|
|
104713
104983
|
},
|
|
104714
104984
|
"context": {
|
|
104715
104985
|
"type": "variable",
|
|
@@ -104717,8 +104987,8 @@
|
|
|
104717
104987
|
"value": "var( --kendo-thought-spacing, k-spacing(4) )",
|
|
104718
104988
|
"scope": "default",
|
|
104719
104989
|
"line": {
|
|
104720
|
-
"start":
|
|
104721
|
-
"end":
|
|
104990
|
+
"start": 47,
|
|
104991
|
+
"end": 47
|
|
104722
104992
|
}
|
|
104723
104993
|
},
|
|
104724
104994
|
"group": [
|
|
@@ -104732,11 +105002,38 @@
|
|
|
104732
105002
|
"resolvedValue": "var(--kendo-thought-spacing, var(--kendo-spacing-4))",
|
|
104733
105003
|
"resolvedType": "String"
|
|
104734
105004
|
},
|
|
105005
|
+
{
|
|
105006
|
+
"description": "The start padding of the Thought, aligning it with the AgentStep head.\n",
|
|
105007
|
+
"commentRange": {
|
|
105008
|
+
"start": 48,
|
|
105009
|
+
"end": 49
|
|
105010
|
+
},
|
|
105011
|
+
"context": {
|
|
105012
|
+
"type": "variable",
|
|
105013
|
+
"name": "kendo-thought-padding-x",
|
|
105014
|
+
"value": "var( --kendo-thought-padding-x, k-spacing(0.5) )",
|
|
105015
|
+
"scope": "default",
|
|
105016
|
+
"line": {
|
|
105017
|
+
"start": 50,
|
|
105018
|
+
"end": 50
|
|
105019
|
+
}
|
|
105020
|
+
},
|
|
105021
|
+
"group": [
|
|
105022
|
+
"agent-response"
|
|
105023
|
+
],
|
|
105024
|
+
"access": "public",
|
|
105025
|
+
"file": {
|
|
105026
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
105027
|
+
"name": "_variables.scss"
|
|
105028
|
+
},
|
|
105029
|
+
"resolvedValue": "var(--kendo-thought-padding-x, var(--kendo-spacing-0\\.5))",
|
|
105030
|
+
"resolvedType": "String"
|
|
105031
|
+
},
|
|
104735
105032
|
{
|
|
104736
105033
|
"description": "The color of the connector line between stacked Thought items.\n",
|
|
104737
105034
|
"commentRange": {
|
|
104738
|
-
"start":
|
|
104739
|
-
"end":
|
|
105035
|
+
"start": 51,
|
|
105036
|
+
"end": 52
|
|
104740
105037
|
},
|
|
104741
105038
|
"context": {
|
|
104742
105039
|
"type": "variable",
|
|
@@ -104744,8 +105041,8 @@
|
|
|
104744
105041
|
"value": "var( --kendo-thought-connector-color, color-mix(in srgb, k-color(border) 26%, transparent) )",
|
|
104745
105042
|
"scope": "default",
|
|
104746
105043
|
"line": {
|
|
104747
|
-
"start":
|
|
104748
|
-
"end":
|
|
105044
|
+
"start": 53,
|
|
105045
|
+
"end": 53
|
|
104749
105046
|
}
|
|
104750
105047
|
},
|
|
104751
105048
|
"group": [
|
|
@@ -104762,8 +105059,8 @@
|
|
|
104762
105059
|
{
|
|
104763
105060
|
"description": "The start indent of the ToolCall body.\n",
|
|
104764
105061
|
"commentRange": {
|
|
104765
|
-
"start":
|
|
104766
|
-
"end":
|
|
105062
|
+
"start": 55,
|
|
105063
|
+
"end": 56
|
|
104767
105064
|
},
|
|
104768
105065
|
"context": {
|
|
104769
105066
|
"type": "variable",
|
|
@@ -104771,8 +105068,8 @@
|
|
|
104771
105068
|
"value": "var( --kendo-tool-call-indent, k-spacing(5) )",
|
|
104772
105069
|
"scope": "default",
|
|
104773
105070
|
"line": {
|
|
104774
|
-
"start":
|
|
104775
|
-
"end":
|
|
105071
|
+
"start": 57,
|
|
105072
|
+
"end": 57
|
|
104776
105073
|
}
|
|
104777
105074
|
},
|
|
104778
105075
|
"group": [
|
|
@@ -104789,8 +105086,8 @@
|
|
|
104789
105086
|
{
|
|
104790
105087
|
"description": "The bottom padding of the ToolCall body.\n",
|
|
104791
105088
|
"commentRange": {
|
|
104792
|
-
"start":
|
|
104793
|
-
"end":
|
|
105089
|
+
"start": 58,
|
|
105090
|
+
"end": 59
|
|
104794
105091
|
},
|
|
104795
105092
|
"context": {
|
|
104796
105093
|
"type": "variable",
|
|
@@ -104798,8 +105095,8 @@
|
|
|
104798
105095
|
"value": "var( --kendo-tool-call-padding-y, k-spacing(2) )",
|
|
104799
105096
|
"scope": "default",
|
|
104800
105097
|
"line": {
|
|
104801
|
-
"start":
|
|
104802
|
-
"end":
|
|
105098
|
+
"start": 60,
|
|
105099
|
+
"end": 60
|
|
104803
105100
|
}
|
|
104804
105101
|
},
|
|
104805
105102
|
"group": [
|
|
@@ -104816,8 +105113,8 @@
|
|
|
104816
105113
|
{
|
|
104817
105114
|
"description": "The border radius of the pre element in the ToolCall body.\n",
|
|
104818
105115
|
"commentRange": {
|
|
104819
|
-
"start":
|
|
104820
|
-
"end":
|
|
105116
|
+
"start": 61,
|
|
105117
|
+
"end": 62
|
|
104821
105118
|
},
|
|
104822
105119
|
"context": {
|
|
104823
105120
|
"type": "variable",
|
|
@@ -104825,8 +105122,8 @@
|
|
|
104825
105122
|
"value": "var( --kendo-tool-call-pre-border-radius, k-border-radius(md) )",
|
|
104826
105123
|
"scope": "default",
|
|
104827
105124
|
"line": {
|
|
104828
|
-
"start":
|
|
104829
|
-
"end":
|
|
105125
|
+
"start": 63,
|
|
105126
|
+
"end": 63
|
|
104830
105127
|
}
|
|
104831
105128
|
},
|
|
104832
105129
|
"group": [
|
|
@@ -146623,15 +146920,15 @@
|
|
|
146623
146920
|
"resolvedType": "String"
|
|
146624
146921
|
},
|
|
146625
146922
|
{
|
|
146626
|
-
"description": "The
|
|
146923
|
+
"description": "The font weight of the Grid grouping row text.\n",
|
|
146627
146924
|
"commentRange": {
|
|
146628
146925
|
"start": 329,
|
|
146629
146926
|
"end": 330
|
|
146630
146927
|
},
|
|
146631
146928
|
"context": {
|
|
146632
146929
|
"type": "variable",
|
|
146633
|
-
"name": "kendo-grid-grouping-row-
|
|
146634
|
-
"value": "var( --kendo-grid-grouping-row-
|
|
146930
|
+
"name": "kendo-grid-grouping-row-font-weight",
|
|
146931
|
+
"value": "var( --kendo-grid-grouping-row-font-weight, var(--kendo-font-weight-semibold) )",
|
|
146635
146932
|
"scope": "default",
|
|
146636
146933
|
"line": {
|
|
146637
146934
|
"start": 331,
|
|
@@ -146646,14 +146943,41 @@
|
|
|
146646
146943
|
"path": "fluent/scss/grid/_variables.scss",
|
|
146647
146944
|
"name": "_variables.scss"
|
|
146648
146945
|
},
|
|
146946
|
+
"resolvedValue": "var(--kendo-grid-grouping-row-font-weight, var(--kendo-font-weight-semibold))",
|
|
146947
|
+
"resolvedType": "String"
|
|
146948
|
+
},
|
|
146949
|
+
{
|
|
146950
|
+
"description": "The border color of the Grid grouping row.\n",
|
|
146951
|
+
"commentRange": {
|
|
146952
|
+
"start": 332,
|
|
146953
|
+
"end": 333
|
|
146954
|
+
},
|
|
146955
|
+
"context": {
|
|
146956
|
+
"type": "variable",
|
|
146957
|
+
"name": "kendo-grid-grouping-row-border",
|
|
146958
|
+
"value": "var( --kendo-grid-grouping-row-border, #{$kendo-table-group-row-border} )",
|
|
146959
|
+
"scope": "default",
|
|
146960
|
+
"line": {
|
|
146961
|
+
"start": 334,
|
|
146962
|
+
"end": 334
|
|
146963
|
+
}
|
|
146964
|
+
},
|
|
146965
|
+
"group": [
|
|
146966
|
+
"grid"
|
|
146967
|
+
],
|
|
146968
|
+
"access": "public",
|
|
146969
|
+
"file": {
|
|
146970
|
+
"path": "fluent/scss/grid/_variables.scss",
|
|
146971
|
+
"name": "_variables.scss"
|
|
146972
|
+
},
|
|
146649
146973
|
"resolvedValue": "var(--kendo-grid-grouping-row-border, var(--kendo-table-group-row-border, var(--kendo-table-header-border, var(--kendo-table-border, color-mix(in srgb, var(--kendo-color-border) 16%, transparent)))))",
|
|
146650
146974
|
"resolvedType": "String"
|
|
146651
146975
|
},
|
|
146652
146976
|
{
|
|
146653
146977
|
"description": "The horizontal padding of the Grid filter cell.\n",
|
|
146654
146978
|
"commentRange": {
|
|
146655
|
-
"start":
|
|
146656
|
-
"end":
|
|
146979
|
+
"start": 336,
|
|
146980
|
+
"end": 337
|
|
146657
146981
|
},
|
|
146658
146982
|
"context": {
|
|
146659
146983
|
"type": "variable",
|
|
@@ -146661,8 +146985,8 @@
|
|
|
146661
146985
|
"value": "var( --kendo-grid-filter-cell-padding-x, #{$kendo-grid-padding-y} )",
|
|
146662
146986
|
"scope": "default",
|
|
146663
146987
|
"line": {
|
|
146664
|
-
"start":
|
|
146665
|
-
"end":
|
|
146988
|
+
"start": 338,
|
|
146989
|
+
"end": 338
|
|
146666
146990
|
}
|
|
146667
146991
|
},
|
|
146668
146992
|
"group": [
|
|
@@ -146679,8 +147003,8 @@
|
|
|
146679
147003
|
{
|
|
146680
147004
|
"description": "The vertical padding of the Grid filter cell.\n",
|
|
146681
147005
|
"commentRange": {
|
|
146682
|
-
"start":
|
|
146683
|
-
"end":
|
|
147006
|
+
"start": 339,
|
|
147007
|
+
"end": 340
|
|
146684
147008
|
},
|
|
146685
147009
|
"context": {
|
|
146686
147010
|
"type": "variable",
|
|
@@ -146688,8 +147012,8 @@
|
|
|
146688
147012
|
"value": "var( --kendo-grid-filter-cell-padding-y, #{$kendo-grid-filter-cell-padding-x} )",
|
|
146689
147013
|
"scope": "default",
|
|
146690
147014
|
"line": {
|
|
146691
|
-
"start":
|
|
146692
|
-
"end":
|
|
147015
|
+
"start": 341,
|
|
147016
|
+
"end": 341
|
|
146693
147017
|
}
|
|
146694
147018
|
},
|
|
146695
147019
|
"group": [
|
|
@@ -146706,8 +147030,8 @@
|
|
|
146706
147030
|
{
|
|
146707
147031
|
"description": "The border width of the Grid Toolbar.\n",
|
|
146708
147032
|
"commentRange": {
|
|
146709
|
-
"start":
|
|
146710
|
-
"end":
|
|
147033
|
+
"start": 343,
|
|
147034
|
+
"end": 344
|
|
146711
147035
|
},
|
|
146712
147036
|
"context": {
|
|
146713
147037
|
"type": "variable",
|
|
@@ -146715,8 +147039,8 @@
|
|
|
146715
147039
|
"value": "var( --kendo-grid-toolbar-border-width, #{$kendo-grid-border-width} )",
|
|
146716
147040
|
"scope": "default",
|
|
146717
147041
|
"line": {
|
|
146718
|
-
"start":
|
|
146719
|
-
"end":
|
|
147042
|
+
"start": 345,
|
|
147043
|
+
"end": 345
|
|
146720
147044
|
}
|
|
146721
147045
|
},
|
|
146722
147046
|
"group": [
|
|
@@ -146733,8 +147057,8 @@
|
|
|
146733
147057
|
{
|
|
146734
147058
|
"description": "The vertical border width of the Grid cell.\n",
|
|
146735
147059
|
"commentRange": {
|
|
146736
|
-
"start":
|
|
146737
|
-
"end":
|
|
147060
|
+
"start": 347,
|
|
147061
|
+
"end": 348
|
|
146738
147062
|
},
|
|
146739
147063
|
"context": {
|
|
146740
147064
|
"type": "variable",
|
|
@@ -146742,8 +147066,8 @@
|
|
|
146742
147066
|
"value": "$kendo-grid-border-width",
|
|
146743
147067
|
"scope": "default",
|
|
146744
147068
|
"line": {
|
|
146745
|
-
"start":
|
|
146746
|
-
"end":
|
|
147069
|
+
"start": 349,
|
|
147070
|
+
"end": 349
|
|
146747
147071
|
}
|
|
146748
147072
|
},
|
|
146749
147073
|
"group": [
|
|
@@ -146760,8 +147084,8 @@
|
|
|
146760
147084
|
{
|
|
146761
147085
|
"description": "The horizontal border width of the Grid cell.\n",
|
|
146762
147086
|
"commentRange": {
|
|
146763
|
-
"start":
|
|
146764
|
-
"end":
|
|
147087
|
+
"start": 350,
|
|
147088
|
+
"end": 351
|
|
146765
147089
|
},
|
|
146766
147090
|
"context": {
|
|
146767
147091
|
"type": "variable",
|
|
@@ -146769,8 +147093,8 @@
|
|
|
146769
147093
|
"value": "0px",
|
|
146770
147094
|
"scope": "default",
|
|
146771
147095
|
"line": {
|
|
146772
|
-
"start":
|
|
146773
|
-
"end":
|
|
147096
|
+
"start": 352,
|
|
147097
|
+
"end": 352
|
|
146774
147098
|
}
|
|
146775
147099
|
},
|
|
146776
147100
|
"group": [
|
|
@@ -146787,8 +147111,8 @@
|
|
|
146787
147111
|
{
|
|
146788
147112
|
"description": "The font size of the Grid sort index.\n",
|
|
146789
147113
|
"commentRange": {
|
|
146790
|
-
"start":
|
|
146791
|
-
"end":
|
|
147114
|
+
"start": 353,
|
|
147115
|
+
"end": 354
|
|
146792
147116
|
},
|
|
146793
147117
|
"context": {
|
|
146794
147118
|
"type": "variable",
|
|
@@ -146796,8 +147120,8 @@
|
|
|
146796
147120
|
"value": "var( --kendo-grid-sort-index-font-size, var(--kendo-font-size-sm) )",
|
|
146797
147121
|
"scope": "default",
|
|
146798
147122
|
"line": {
|
|
146799
|
-
"start":
|
|
146800
|
-
"end":
|
|
147123
|
+
"start": 355,
|
|
147124
|
+
"end": 355
|
|
146801
147125
|
}
|
|
146802
147126
|
},
|
|
146803
147127
|
"group": [
|
|
@@ -146814,8 +147138,8 @@
|
|
|
146814
147138
|
{
|
|
146815
147139
|
"description": "The vertical offset of the Grid sort index.\n",
|
|
146816
147140
|
"commentRange": {
|
|
146817
|
-
"start":
|
|
146818
|
-
"end":
|
|
147141
|
+
"start": 357,
|
|
147142
|
+
"end": 358
|
|
146819
147143
|
},
|
|
146820
147144
|
"context": {
|
|
146821
147145
|
"type": "variable",
|
|
@@ -146823,8 +147147,8 @@
|
|
|
146823
147147
|
"value": "var( --kendo-grid-sort-index-spacing-x, #{k-spacing(0.5)} )",
|
|
146824
147148
|
"scope": "default",
|
|
146825
147149
|
"line": {
|
|
146826
|
-
"start":
|
|
146827
|
-
"end":
|
|
147150
|
+
"start": 359,
|
|
147151
|
+
"end": 359
|
|
146828
147152
|
}
|
|
146829
147153
|
},
|
|
146830
147154
|
"group": [
|
|
@@ -146841,8 +147165,8 @@
|
|
|
146841
147165
|
{
|
|
146842
147166
|
"description": "The spacing of the Grid sort icon.\n",
|
|
146843
147167
|
"commentRange": {
|
|
146844
|
-
"start":
|
|
146845
|
-
"end":
|
|
147168
|
+
"start": 360,
|
|
147169
|
+
"end": 361
|
|
146846
147170
|
},
|
|
146847
147171
|
"context": {
|
|
146848
147172
|
"type": "variable",
|
|
@@ -146850,8 +147174,8 @@
|
|
|
146850
147174
|
"value": "var( --kendo-grid-sort-icon-spacing, #{$kendo-icon-spacing} )",
|
|
146851
147175
|
"scope": "default",
|
|
146852
147176
|
"line": {
|
|
146853
|
-
"start":
|
|
146854
|
-
"end":
|
|
147177
|
+
"start": 362,
|
|
147178
|
+
"end": 362
|
|
146855
147179
|
}
|
|
146856
147180
|
},
|
|
146857
147181
|
"group": [
|
|
@@ -146868,8 +147192,8 @@
|
|
|
146868
147192
|
{
|
|
146869
147193
|
"description": "The text color of the Grid sort indicator.\n",
|
|
146870
147194
|
"commentRange": {
|
|
146871
|
-
"start":
|
|
146872
|
-
"end":
|
|
147195
|
+
"start": 363,
|
|
147196
|
+
"end": 364
|
|
146873
147197
|
},
|
|
146874
147198
|
"context": {
|
|
146875
147199
|
"type": "variable",
|
|
@@ -146877,8 +147201,8 @@
|
|
|
146877
147201
|
"value": "var( --kendo-grid-sort-indicator-text, k-color(on-app-surface) )",
|
|
146878
147202
|
"scope": "default",
|
|
146879
147203
|
"line": {
|
|
146880
|
-
"start":
|
|
146881
|
-
"end":
|
|
147204
|
+
"start": 365,
|
|
147205
|
+
"end": 365
|
|
146882
147206
|
}
|
|
146883
147207
|
},
|
|
146884
147208
|
"group": [
|
|
@@ -146895,8 +147219,8 @@
|
|
|
146895
147219
|
{
|
|
146896
147220
|
"description": "The text color of the Grid sort order indicator.\n",
|
|
146897
147221
|
"commentRange": {
|
|
146898
|
-
"start":
|
|
146899
|
-
"end":
|
|
147222
|
+
"start": 366,
|
|
147223
|
+
"end": 367
|
|
146900
147224
|
},
|
|
146901
147225
|
"context": {
|
|
146902
147226
|
"type": "variable",
|
|
@@ -146904,8 +147228,8 @@
|
|
|
146904
147228
|
"value": "var( --kendo-grid-sort-indicator-order-text, #{k-color(primary)} )",
|
|
146905
147229
|
"scope": "default",
|
|
146906
147230
|
"line": {
|
|
146907
|
-
"start":
|
|
146908
|
-
"end":
|
|
147231
|
+
"start": 368,
|
|
147232
|
+
"end": 368
|
|
146909
147233
|
}
|
|
146910
147234
|
},
|
|
146911
147235
|
"group": [
|
|
@@ -146922,8 +147246,8 @@
|
|
|
146922
147246
|
{
|
|
146923
147247
|
"description": "The background color of the sorted Grid cells.\n",
|
|
146924
147248
|
"commentRange": {
|
|
146925
|
-
"start":
|
|
146926
|
-
"end":
|
|
147249
|
+
"start": 369,
|
|
147250
|
+
"end": 370
|
|
146927
147251
|
},
|
|
146928
147252
|
"context": {
|
|
146929
147253
|
"type": "variable",
|
|
@@ -146931,8 +147255,8 @@
|
|
|
146931
147255
|
"value": "var( --kendo-grid-sorted-bg, rgba(0, 0, 0, 0.04) )",
|
|
146932
147256
|
"scope": "default",
|
|
146933
147257
|
"line": {
|
|
146934
|
-
"start":
|
|
146935
|
-
"end":
|
|
147258
|
+
"start": 371,
|
|
147259
|
+
"end": 371
|
|
146936
147260
|
}
|
|
146937
147261
|
},
|
|
146938
147262
|
"group": [
|
|
@@ -146949,8 +147273,8 @@
|
|
|
146949
147273
|
{
|
|
146950
147274
|
"description": "The vertical padding of the Grid command cells.\n",
|
|
146951
147275
|
"commentRange": {
|
|
146952
|
-
"start":
|
|
146953
|
-
"end":
|
|
147276
|
+
"start": 373,
|
|
147277
|
+
"end": 374
|
|
146954
147278
|
},
|
|
146955
147279
|
"context": {
|
|
146956
147280
|
"type": "variable",
|
|
@@ -146958,8 +147282,8 @@
|
|
|
146958
147282
|
"value": "var( --kendo-grid-command-cell-button-spacing, #{k-spacing(2)} )",
|
|
146959
147283
|
"scope": "default",
|
|
146960
147284
|
"line": {
|
|
146961
|
-
"start":
|
|
146962
|
-
"end":
|
|
147285
|
+
"start": 375,
|
|
147286
|
+
"end": 375
|
|
146963
147287
|
}
|
|
146964
147288
|
},
|
|
146965
147289
|
"group": [
|
|
@@ -146976,8 +147300,8 @@
|
|
|
146976
147300
|
{
|
|
146977
147301
|
"description": "The horizontal border width of the Grid group footer.\n",
|
|
146978
147302
|
"commentRange": {
|
|
146979
|
-
"start":
|
|
146980
|
-
"end":
|
|
147303
|
+
"start": 377,
|
|
147304
|
+
"end": 378
|
|
146981
147305
|
},
|
|
146982
147306
|
"context": {
|
|
146983
147307
|
"type": "variable",
|
|
@@ -146985,8 +147309,8 @@
|
|
|
146985
147309
|
"value": "var( --kendo-grid-group-footer-border-width-y, 1px )",
|
|
146986
147310
|
"scope": "default",
|
|
146987
147311
|
"line": {
|
|
146988
|
-
"start":
|
|
146989
|
-
"end":
|
|
147312
|
+
"start": 379,
|
|
147313
|
+
"end": 379
|
|
146990
147314
|
}
|
|
146991
147315
|
},
|
|
146992
147316
|
"group": [
|
|
@@ -147003,8 +147327,8 @@
|
|
|
147003
147327
|
{
|
|
147004
147328
|
"description": "The vertical border width of the Grid group footer.\n",
|
|
147005
147329
|
"commentRange": {
|
|
147006
|
-
"start":
|
|
147007
|
-
"end":
|
|
147330
|
+
"start": 380,
|
|
147331
|
+
"end": 381
|
|
147008
147332
|
},
|
|
147009
147333
|
"context": {
|
|
147010
147334
|
"type": "variable",
|
|
@@ -147012,8 +147336,8 @@
|
|
|
147012
147336
|
"value": "var( --kendo-grid-group-footer-border-width-x, 0px )",
|
|
147013
147337
|
"scope": "default",
|
|
147014
147338
|
"line": {
|
|
147015
|
-
"start":
|
|
147016
|
-
"end":
|
|
147339
|
+
"start": 382,
|
|
147340
|
+
"end": 382
|
|
147017
147341
|
}
|
|
147018
147342
|
},
|
|
147019
147343
|
"group": [
|
|
@@ -147030,8 +147354,8 @@
|
|
|
147030
147354
|
{
|
|
147031
147355
|
"description": "The text color of the Grid group drop clue.\n",
|
|
147032
147356
|
"commentRange": {
|
|
147033
|
-
"start":
|
|
147034
|
-
"end":
|
|
147357
|
+
"start": 384,
|
|
147358
|
+
"end": 385
|
|
147035
147359
|
},
|
|
147036
147360
|
"context": {
|
|
147037
147361
|
"type": "variable",
|
|
@@ -147039,8 +147363,8 @@
|
|
|
147039
147363
|
"value": "var( --kendo-grid-group-drop-hint-bg, #{k-color(primary)} )",
|
|
147040
147364
|
"scope": "default",
|
|
147041
147365
|
"line": {
|
|
147042
|
-
"start":
|
|
147043
|
-
"end":
|
|
147366
|
+
"start": 386,
|
|
147367
|
+
"end": 386
|
|
147044
147368
|
}
|
|
147045
147369
|
},
|
|
147046
147370
|
"group": [
|
|
@@ -147057,8 +147381,8 @@
|
|
|
147057
147381
|
{
|
|
147058
147382
|
"description": "The border width of the Grid sticky cell.\n",
|
|
147059
147383
|
"commentRange": {
|
|
147060
|
-
"start":
|
|
147061
|
-
"end":
|
|
147384
|
+
"start": 388,
|
|
147385
|
+
"end": 389
|
|
147062
147386
|
},
|
|
147063
147387
|
"context": {
|
|
147064
147388
|
"type": "variable",
|
|
@@ -147066,8 +147390,8 @@
|
|
|
147066
147390
|
"value": "var( --kendo-grid-sticky-cell-border-width, #{$kendo-grid-border-width} )",
|
|
147067
147391
|
"scope": "default",
|
|
147068
147392
|
"line": {
|
|
147069
|
-
"start":
|
|
147070
|
-
"end":
|
|
147393
|
+
"start": 390,
|
|
147394
|
+
"end": 390
|
|
147071
147395
|
}
|
|
147072
147396
|
},
|
|
147073
147397
|
"group": [
|
|
@@ -147084,8 +147408,8 @@
|
|
|
147084
147408
|
{
|
|
147085
147409
|
"description": "The background color of the Grid sticky cell.\n",
|
|
147086
147410
|
"commentRange": {
|
|
147087
|
-
"start":
|
|
147088
|
-
"end":
|
|
147411
|
+
"start": 391,
|
|
147412
|
+
"end": 392
|
|
147089
147413
|
},
|
|
147090
147414
|
"context": {
|
|
147091
147415
|
"type": "variable",
|
|
@@ -147093,8 +147417,8 @@
|
|
|
147093
147417
|
"value": "var( --kendo-grid-sticky-bg, #{k-color(surface-alt)} )",
|
|
147094
147418
|
"scope": "default",
|
|
147095
147419
|
"line": {
|
|
147096
|
-
"start":
|
|
147097
|
-
"end":
|
|
147420
|
+
"start": 393,
|
|
147421
|
+
"end": 393
|
|
147098
147422
|
}
|
|
147099
147423
|
},
|
|
147100
147424
|
"group": [
|
|
@@ -147111,8 +147435,8 @@
|
|
|
147111
147435
|
{
|
|
147112
147436
|
"description": "The border color of the Grid sticky cell.\n",
|
|
147113
147437
|
"commentRange": {
|
|
147114
|
-
"start":
|
|
147115
|
-
"end":
|
|
147438
|
+
"start": 395,
|
|
147439
|
+
"end": 396
|
|
147116
147440
|
},
|
|
147117
147441
|
"context": {
|
|
147118
147442
|
"type": "variable",
|
|
@@ -147120,8 +147444,8 @@
|
|
|
147120
147444
|
"value": "var( --kendo-grid-sticky-border, color-mix(in srgb, #{k-color(border)} 80%, transparent) )",
|
|
147121
147445
|
"scope": "default",
|
|
147122
147446
|
"line": {
|
|
147123
|
-
"start":
|
|
147124
|
-
"end":
|
|
147447
|
+
"start": 397,
|
|
147448
|
+
"end": 397
|
|
147125
147449
|
}
|
|
147126
147450
|
},
|
|
147127
147451
|
"group": [
|
|
@@ -147138,8 +147462,8 @@
|
|
|
147138
147462
|
{
|
|
147139
147463
|
"description": "The alt background color of the Grid sticky cell.\n",
|
|
147140
147464
|
"commentRange": {
|
|
147141
|
-
"start":
|
|
147142
|
-
"end":
|
|
147465
|
+
"start": 398,
|
|
147466
|
+
"end": 399
|
|
147143
147467
|
},
|
|
147144
147468
|
"context": {
|
|
147145
147469
|
"type": "variable",
|
|
@@ -147147,8 +147471,8 @@
|
|
|
147147
147471
|
"value": "var( --kendo-grid-sticky-alt-bg, #{$kendo-grid-sticky-bg} )",
|
|
147148
147472
|
"scope": "default",
|
|
147149
147473
|
"line": {
|
|
147150
|
-
"start":
|
|
147151
|
-
"end":
|
|
147474
|
+
"start": 400,
|
|
147475
|
+
"end": 400
|
|
147152
147476
|
}
|
|
147153
147477
|
},
|
|
147154
147478
|
"group": [
|
|
@@ -147165,8 +147489,8 @@
|
|
|
147165
147489
|
{
|
|
147166
147490
|
"description": "The background color of the Grid sticky cell.\n",
|
|
147167
147491
|
"commentRange": {
|
|
147168
|
-
"start":
|
|
147169
|
-
"end":
|
|
147492
|
+
"start": 401,
|
|
147493
|
+
"end": 402
|
|
147170
147494
|
},
|
|
147171
147495
|
"context": {
|
|
147172
147496
|
"type": "variable",
|
|
@@ -147174,8 +147498,8 @@
|
|
|
147174
147498
|
"value": "var( --kendo-grid-sticky-hover-bg, k-color(base-hover) )",
|
|
147175
147499
|
"scope": "default",
|
|
147176
147500
|
"line": {
|
|
147177
|
-
"start":
|
|
147178
|
-
"end":
|
|
147501
|
+
"start": 403,
|
|
147502
|
+
"end": 403
|
|
147179
147503
|
}
|
|
147180
147504
|
},
|
|
147181
147505
|
"group": [
|
|
@@ -147192,8 +147516,8 @@
|
|
|
147192
147516
|
{
|
|
147193
147517
|
"description": "The background color of the Grid sticky header.\n",
|
|
147194
147518
|
"commentRange": {
|
|
147195
|
-
"start":
|
|
147196
|
-
"end":
|
|
147519
|
+
"start": 405,
|
|
147520
|
+
"end": 406
|
|
147197
147521
|
},
|
|
147198
147522
|
"context": {
|
|
147199
147523
|
"type": "variable",
|
|
@@ -147201,8 +147525,8 @@
|
|
|
147201
147525
|
"value": "var( --kendo-grid-sticky-header-bg, #{$kendo-grid-header-bg} )",
|
|
147202
147526
|
"scope": "default",
|
|
147203
147527
|
"line": {
|
|
147204
|
-
"start":
|
|
147205
|
-
"end":
|
|
147528
|
+
"start": 407,
|
|
147529
|
+
"end": 407
|
|
147206
147530
|
}
|
|
147207
147531
|
},
|
|
147208
147532
|
"group": [
|
|
@@ -147219,8 +147543,8 @@
|
|
|
147219
147543
|
{
|
|
147220
147544
|
"description": "The text color of the Grid sticky header.\n",
|
|
147221
147545
|
"commentRange": {
|
|
147222
|
-
"start":
|
|
147223
|
-
"end":
|
|
147546
|
+
"start": 408,
|
|
147547
|
+
"end": 409
|
|
147224
147548
|
},
|
|
147225
147549
|
"context": {
|
|
147226
147550
|
"type": "variable",
|
|
@@ -147228,8 +147552,8 @@
|
|
|
147228
147552
|
"value": "var( --kendo-grid-sticky-header-text, #{$kendo-grid-header-text} )",
|
|
147229
147553
|
"scope": "default",
|
|
147230
147554
|
"line": {
|
|
147231
|
-
"start":
|
|
147232
|
-
"end":
|
|
147555
|
+
"start": 410,
|
|
147556
|
+
"end": 410
|
|
147233
147557
|
}
|
|
147234
147558
|
},
|
|
147235
147559
|
"group": [
|
|
@@ -147246,8 +147570,8 @@
|
|
|
147246
147570
|
{
|
|
147247
147571
|
"description": "The border color of the Grid sticky header.\n",
|
|
147248
147572
|
"commentRange": {
|
|
147249
|
-
"start":
|
|
147250
|
-
"end":
|
|
147573
|
+
"start": 411,
|
|
147574
|
+
"end": 412
|
|
147251
147575
|
},
|
|
147252
147576
|
"context": {
|
|
147253
147577
|
"type": "variable",
|
|
@@ -147255,8 +147579,8 @@
|
|
|
147255
147579
|
"value": "var( --kendo-grid-sticky-header-border, #{$kendo-grid-sticky-border} )",
|
|
147256
147580
|
"scope": "default",
|
|
147257
147581
|
"line": {
|
|
147258
|
-
"start":
|
|
147259
|
-
"end":
|
|
147582
|
+
"start": 413,
|
|
147583
|
+
"end": 413
|
|
147260
147584
|
}
|
|
147261
147585
|
},
|
|
147262
147586
|
"group": [
|
|
@@ -147273,8 +147597,8 @@
|
|
|
147273
147597
|
{
|
|
147274
147598
|
"description": "The background color of the Grid sticky footer.\n",
|
|
147275
147599
|
"commentRange": {
|
|
147276
|
-
"start":
|
|
147277
|
-
"end":
|
|
147600
|
+
"start": 415,
|
|
147601
|
+
"end": 416
|
|
147278
147602
|
},
|
|
147279
147603
|
"context": {
|
|
147280
147604
|
"type": "variable",
|
|
@@ -147282,8 +147606,8 @@
|
|
|
147282
147606
|
"value": "var( --kendo-grid-sticky-footer-bg, #{$kendo-grid-header-bg} )",
|
|
147283
147607
|
"scope": "default",
|
|
147284
147608
|
"line": {
|
|
147285
|
-
"start":
|
|
147286
|
-
"end":
|
|
147609
|
+
"start": 417,
|
|
147610
|
+
"end": 417
|
|
147287
147611
|
}
|
|
147288
147612
|
},
|
|
147289
147613
|
"group": [
|
|
@@ -147300,8 +147624,8 @@
|
|
|
147300
147624
|
{
|
|
147301
147625
|
"description": "The box shadow of the sticky container in the Grid.\n",
|
|
147302
147626
|
"commentRange": {
|
|
147303
|
-
"start":
|
|
147304
|
-
"end":
|
|
147627
|
+
"start": 419,
|
|
147628
|
+
"end": 420
|
|
147305
147629
|
},
|
|
147306
147630
|
"context": {
|
|
147307
147631
|
"type": "variable",
|
|
@@ -147309,8 +147633,8 @@
|
|
|
147309
147633
|
"value": "0 2px 4px 0 rgba(0, 0, 0, 0.08)",
|
|
147310
147634
|
"scope": "default",
|
|
147311
147635
|
"line": {
|
|
147312
|
-
"start":
|
|
147313
|
-
"end":
|
|
147636
|
+
"start": 421,
|
|
147637
|
+
"end": 421
|
|
147314
147638
|
}
|
|
147315
147639
|
},
|
|
147316
147640
|
"group": [
|
|
@@ -147327,8 +147651,8 @@
|
|
|
147327
147651
|
{
|
|
147328
147652
|
"description": "The box shadow of the sticky container positioned at the bottom in the Grid.\n",
|
|
147329
147653
|
"commentRange": {
|
|
147330
|
-
"start":
|
|
147331
|
-
"end":
|
|
147654
|
+
"start": 422,
|
|
147655
|
+
"end": 423
|
|
147332
147656
|
},
|
|
147333
147657
|
"context": {
|
|
147334
147658
|
"type": "variable",
|
|
@@ -147336,8 +147660,8 @@
|
|
|
147336
147660
|
"value": "0 -2px 4px 0 rgba(0, 0, 0, 0.08)",
|
|
147337
147661
|
"scope": "default",
|
|
147338
147662
|
"line": {
|
|
147339
|
-
"start":
|
|
147340
|
-
"end":
|
|
147663
|
+
"start": 424,
|
|
147664
|
+
"end": 424
|
|
147341
147665
|
}
|
|
147342
147666
|
},
|
|
147343
147667
|
"group": [
|
|
@@ -147354,8 +147678,8 @@
|
|
|
147354
147678
|
{
|
|
147355
147679
|
"description": "The box shadow of the pinned container in the Grid.\n",
|
|
147356
147680
|
"commentRange": {
|
|
147357
|
-
"start":
|
|
147358
|
-
"end":
|
|
147681
|
+
"start": 426,
|
|
147682
|
+
"end": 427
|
|
147359
147683
|
},
|
|
147360
147684
|
"context": {
|
|
147361
147685
|
"type": "variable",
|
|
@@ -147363,8 +147687,8 @@
|
|
|
147363
147687
|
"value": "0 4px 8px 0 rgba(0, 0, 0, 0.08)",
|
|
147364
147688
|
"scope": "default",
|
|
147365
147689
|
"line": {
|
|
147366
|
-
"start":
|
|
147367
|
-
"end":
|
|
147690
|
+
"start": 428,
|
|
147691
|
+
"end": 428
|
|
147368
147692
|
}
|
|
147369
147693
|
},
|
|
147370
147694
|
"group": [
|
|
@@ -147381,8 +147705,8 @@
|
|
|
147381
147705
|
{
|
|
147382
147706
|
"description": "The box shadow of the pinned container positioned at the bottom in the Grid.\n",
|
|
147383
147707
|
"commentRange": {
|
|
147384
|
-
"start":
|
|
147385
|
-
"end":
|
|
147708
|
+
"start": 429,
|
|
147709
|
+
"end": 430
|
|
147386
147710
|
},
|
|
147387
147711
|
"context": {
|
|
147388
147712
|
"type": "variable",
|
|
@@ -147390,8 +147714,8 @@
|
|
|
147390
147714
|
"value": "0 -4px 8px 0 rgba(0, 0, 0, 0.08)",
|
|
147391
147715
|
"scope": "default",
|
|
147392
147716
|
"line": {
|
|
147393
|
-
"start":
|
|
147394
|
-
"end":
|
|
147717
|
+
"start": 431,
|
|
147718
|
+
"end": 431
|
|
147395
147719
|
}
|
|
147396
147720
|
},
|
|
147397
147721
|
"group": [
|
|
@@ -147408,8 +147732,8 @@
|
|
|
147408
147732
|
{
|
|
147409
147733
|
"description": "The horizontal padding of the Grid filter menu container.\n",
|
|
147410
147734
|
"commentRange": {
|
|
147411
|
-
"start":
|
|
147412
|
-
"end":
|
|
147735
|
+
"start": 433,
|
|
147736
|
+
"end": 434
|
|
147413
147737
|
},
|
|
147414
147738
|
"context": {
|
|
147415
147739
|
"type": "variable",
|
|
@@ -147417,8 +147741,8 @@
|
|
|
147417
147741
|
"value": "var( --kendo-filter-menu-container-padding-y, #{k-spacing(3)} )",
|
|
147418
147742
|
"scope": "default",
|
|
147419
147743
|
"line": {
|
|
147420
|
-
"start":
|
|
147421
|
-
"end":
|
|
147744
|
+
"start": 435,
|
|
147745
|
+
"end": 435
|
|
147422
147746
|
}
|
|
147423
147747
|
},
|
|
147424
147748
|
"group": [
|
|
@@ -147435,8 +147759,8 @@
|
|
|
147435
147759
|
{
|
|
147436
147760
|
"description": "The vertical padding of the Grid filter menu container.\n",
|
|
147437
147761
|
"commentRange": {
|
|
147438
|
-
"start":
|
|
147439
|
-
"end":
|
|
147762
|
+
"start": 436,
|
|
147763
|
+
"end": 437
|
|
147440
147764
|
},
|
|
147441
147765
|
"context": {
|
|
147442
147766
|
"type": "variable",
|
|
@@ -147444,8 +147768,8 @@
|
|
|
147444
147768
|
"value": "var( --kendo-filter-menu-container-padding-x, #{k-spacing(3)} )",
|
|
147445
147769
|
"scope": "default",
|
|
147446
147770
|
"line": {
|
|
147447
|
-
"start":
|
|
147448
|
-
"end":
|
|
147771
|
+
"start": 438,
|
|
147772
|
+
"end": 438
|
|
147449
147773
|
}
|
|
147450
147774
|
},
|
|
147451
147775
|
"group": [
|
|
@@ -147462,8 +147786,8 @@
|
|
|
147462
147786
|
{
|
|
147463
147787
|
"description": "The default width of the Grid column menu.\n",
|
|
147464
147788
|
"commentRange": {
|
|
147465
|
-
"start":
|
|
147466
|
-
"end":
|
|
147789
|
+
"start": 440,
|
|
147790
|
+
"end": 441
|
|
147467
147791
|
},
|
|
147468
147792
|
"context": {
|
|
147469
147793
|
"type": "variable",
|
|
@@ -147471,8 +147795,8 @@
|
|
|
147471
147795
|
"value": "var( --kendo-grid-column-menu-width, 230px )",
|
|
147472
147796
|
"scope": "default",
|
|
147473
147797
|
"line": {
|
|
147474
|
-
"start":
|
|
147475
|
-
"end":
|
|
147798
|
+
"start": 442,
|
|
147799
|
+
"end": 442
|
|
147476
147800
|
}
|
|
147477
147801
|
},
|
|
147478
147802
|
"group": [
|
|
@@ -147489,8 +147813,8 @@
|
|
|
147489
147813
|
{
|
|
147490
147814
|
"description": "The max width of the Grid column menu.\n",
|
|
147491
147815
|
"commentRange": {
|
|
147492
|
-
"start":
|
|
147493
|
-
"end":
|
|
147816
|
+
"start": 443,
|
|
147817
|
+
"end": 444
|
|
147494
147818
|
},
|
|
147495
147819
|
"context": {
|
|
147496
147820
|
"type": "variable",
|
|
@@ -147498,8 +147822,8 @@
|
|
|
147498
147822
|
"value": "var( --kendo-grid-column-menu-max-width, 320px )",
|
|
147499
147823
|
"scope": "default",
|
|
147500
147824
|
"line": {
|
|
147501
|
-
"start":
|
|
147502
|
-
"end":
|
|
147825
|
+
"start": 445,
|
|
147826
|
+
"end": 445
|
|
147503
147827
|
}
|
|
147504
147828
|
},
|
|
147505
147829
|
"group": [
|
|
@@ -147516,8 +147840,8 @@
|
|
|
147516
147840
|
{
|
|
147517
147841
|
"description": "The spacing of the Grid column menu.\n",
|
|
147518
147842
|
"commentRange": {
|
|
147519
|
-
"start":
|
|
147520
|
-
"end":
|
|
147843
|
+
"start": 446,
|
|
147844
|
+
"end": 447
|
|
147521
147845
|
},
|
|
147522
147846
|
"context": {
|
|
147523
147847
|
"type": "variable",
|
|
@@ -147525,8 +147849,8 @@
|
|
|
147525
147849
|
"value": "var( --kendo-grid-column-menu-spacing, #{k-spacing(2)} )",
|
|
147526
147850
|
"scope": "default",
|
|
147527
147851
|
"line": {
|
|
147528
|
-
"start":
|
|
147529
|
-
"end":
|
|
147852
|
+
"start": 448,
|
|
147853
|
+
"end": 448
|
|
147530
147854
|
}
|
|
147531
147855
|
},
|
|
147532
147856
|
"group": [
|
|
@@ -147543,8 +147867,8 @@
|
|
|
147543
147867
|
{
|
|
147544
147868
|
"description": "The spacing between icon and text in Grid column menu items.\n",
|
|
147545
147869
|
"commentRange": {
|
|
147546
|
-
"start":
|
|
147547
|
-
"end":
|
|
147870
|
+
"start": 450,
|
|
147871
|
+
"end": 451
|
|
147548
147872
|
},
|
|
147549
147873
|
"context": {
|
|
147550
147874
|
"type": "variable",
|
|
@@ -147552,8 +147876,8 @@
|
|
|
147552
147876
|
"value": "var( --kendo-grid-column-menu-icon-spacing, #{k-spacing(2)} )",
|
|
147553
147877
|
"scope": "default",
|
|
147554
147878
|
"line": {
|
|
147555
|
-
"start":
|
|
147556
|
-
"end":
|
|
147879
|
+
"start": 452,
|
|
147880
|
+
"end": 452
|
|
147557
147881
|
}
|
|
147558
147882
|
},
|
|
147559
147883
|
"group": [
|
|
@@ -147570,8 +147894,8 @@
|
|
|
147570
147894
|
{
|
|
147571
147895
|
"description": "The focus shadow of the Grid column menu.\n",
|
|
147572
147896
|
"commentRange": {
|
|
147573
|
-
"start":
|
|
147574
|
-
"end":
|
|
147897
|
+
"start": 453,
|
|
147898
|
+
"end": 454
|
|
147575
147899
|
},
|
|
147576
147900
|
"context": {
|
|
147577
147901
|
"type": "variable",
|
|
@@ -147579,8 +147903,8 @@
|
|
|
147579
147903
|
"value": "var( --kendo-grid-column-menu-shadow, k-elevation(4) )",
|
|
147580
147904
|
"scope": "default",
|
|
147581
147905
|
"line": {
|
|
147582
|
-
"start":
|
|
147583
|
-
"end":
|
|
147906
|
+
"start": 455,
|
|
147907
|
+
"end": 455
|
|
147584
147908
|
}
|
|
147585
147909
|
},
|
|
147586
147910
|
"group": [
|
|
@@ -147597,8 +147921,8 @@
|
|
|
147597
147921
|
{
|
|
147598
147922
|
"description": "The background color of the Grid column menu.\n",
|
|
147599
147923
|
"commentRange": {
|
|
147600
|
-
"start":
|
|
147601
|
-
"end":
|
|
147924
|
+
"start": 456,
|
|
147925
|
+
"end": 457
|
|
147602
147926
|
},
|
|
147603
147927
|
"context": {
|
|
147604
147928
|
"type": "variable",
|
|
@@ -147606,8 +147930,8 @@
|
|
|
147606
147930
|
"value": "var( --kendo-grid-column-menu-bg, #{k-color(surface-alt)} )",
|
|
147607
147931
|
"scope": "default",
|
|
147608
147932
|
"line": {
|
|
147609
|
-
"start":
|
|
147610
|
-
"end":
|
|
147933
|
+
"start": 458,
|
|
147934
|
+
"end": 458
|
|
147611
147935
|
}
|
|
147612
147936
|
},
|
|
147613
147937
|
"group": [
|
|
@@ -147624,8 +147948,8 @@
|
|
|
147624
147948
|
{
|
|
147625
147949
|
"description": "The text color of the Grid column menu.\n",
|
|
147626
147950
|
"commentRange": {
|
|
147627
|
-
"start":
|
|
147628
|
-
"end":
|
|
147951
|
+
"start": 459,
|
|
147952
|
+
"end": 460
|
|
147629
147953
|
},
|
|
147630
147954
|
"context": {
|
|
147631
147955
|
"type": "variable",
|
|
@@ -147633,8 +147957,8 @@
|
|
|
147633
147957
|
"value": "var( --kendo-grid-column-menu-text, #{k-color(on-app-surface)} )",
|
|
147634
147958
|
"scope": "default",
|
|
147635
147959
|
"line": {
|
|
147636
|
-
"start":
|
|
147637
|
-
"end":
|
|
147960
|
+
"start": 461,
|
|
147961
|
+
"end": 461
|
|
147638
147962
|
}
|
|
147639
147963
|
},
|
|
147640
147964
|
"group": [
|
|
@@ -147651,8 +147975,8 @@
|
|
|
147651
147975
|
{
|
|
147652
147976
|
"description": "The border color of the Grid column menu.\n",
|
|
147653
147977
|
"commentRange": {
|
|
147654
|
-
"start":
|
|
147655
|
-
"end":
|
|
147978
|
+
"start": 462,
|
|
147979
|
+
"end": 463
|
|
147656
147980
|
},
|
|
147657
147981
|
"context": {
|
|
147658
147982
|
"type": "variable",
|
|
@@ -147660,8 +147984,8 @@
|
|
|
147660
147984
|
"value": "var( --kendo-grid-column-menu-border, color-mix(in srgb, #{k-color(border)} 16%, transparent) )",
|
|
147661
147985
|
"scope": "default",
|
|
147662
147986
|
"line": {
|
|
147663
|
-
"start":
|
|
147664
|
-
"end":
|
|
147987
|
+
"start": 464,
|
|
147988
|
+
"end": 464
|
|
147665
147989
|
}
|
|
147666
147990
|
},
|
|
147667
147991
|
"group": [
|
|
@@ -147678,8 +148002,8 @@
|
|
|
147678
148002
|
{
|
|
147679
148003
|
"description": "The font size of the Grid column menu checkbox container.\n",
|
|
147680
148004
|
"commentRange": {
|
|
147681
|
-
"start":
|
|
147682
|
-
"end":
|
|
148005
|
+
"start": 466,
|
|
148006
|
+
"end": 467
|
|
147683
148007
|
},
|
|
147684
148008
|
"context": {
|
|
147685
148009
|
"type": "variable",
|
|
@@ -147687,8 +148011,8 @@
|
|
|
147687
148011
|
"value": "var( --kendo-grid-column-menu-multicheck-font-size, #{$kendo-list-md-font-size} )",
|
|
147688
148012
|
"scope": "default",
|
|
147689
148013
|
"line": {
|
|
147690
|
-
"start":
|
|
147691
|
-
"end":
|
|
148014
|
+
"start": 468,
|
|
148015
|
+
"end": 468
|
|
147692
148016
|
}
|
|
147693
148017
|
},
|
|
147694
148018
|
"group": [
|
|
@@ -147705,8 +148029,8 @@
|
|
|
147705
148029
|
{
|
|
147706
148030
|
"description": "The line height of the Grid column menu checkbox container.\n",
|
|
147707
148031
|
"commentRange": {
|
|
147708
|
-
"start":
|
|
147709
|
-
"end":
|
|
148032
|
+
"start": 469,
|
|
148033
|
+
"end": 470
|
|
147710
148034
|
},
|
|
147711
148035
|
"context": {
|
|
147712
148036
|
"type": "variable",
|
|
@@ -147714,8 +148038,8 @@
|
|
|
147714
148038
|
"value": "var( --kendo-grid-column-menu-multicheck-line-height, #{$kendo-list-md-line-height} )",
|
|
147715
148039
|
"scope": "default",
|
|
147716
148040
|
"line": {
|
|
147717
|
-
"start":
|
|
147718
|
-
"end":
|
|
148041
|
+
"start": 471,
|
|
148042
|
+
"end": 471
|
|
147719
148043
|
}
|
|
147720
148044
|
},
|
|
147721
148045
|
"group": [
|
|
@@ -147732,8 +148056,8 @@
|
|
|
147732
148056
|
{
|
|
147733
148057
|
"description": "The vertical padding of the Grid column menu items wrap.\n",
|
|
147734
148058
|
"commentRange": {
|
|
147735
|
-
"start":
|
|
147736
|
-
"end":
|
|
148059
|
+
"start": 473,
|
|
148060
|
+
"end": 474
|
|
147737
148061
|
},
|
|
147738
148062
|
"context": {
|
|
147739
148063
|
"type": "variable",
|
|
@@ -147741,8 +148065,8 @@
|
|
|
147741
148065
|
"value": "var( --kendo-grid-column-menu-items-wrap-padding-y, #{k-spacing(2)} )",
|
|
147742
148066
|
"scope": "default",
|
|
147743
148067
|
"line": {
|
|
147744
|
-
"start":
|
|
147745
|
-
"end":
|
|
148068
|
+
"start": 475,
|
|
148069
|
+
"end": 475
|
|
147746
148070
|
}
|
|
147747
148071
|
},
|
|
147748
148072
|
"group": [
|
|
@@ -147759,8 +148083,8 @@
|
|
|
147759
148083
|
{
|
|
147760
148084
|
"description": "The horizontal padding of the Grid column menu items wrap.\n",
|
|
147761
148085
|
"commentRange": {
|
|
147762
|
-
"start":
|
|
147763
|
-
"end":
|
|
148086
|
+
"start": 476,
|
|
148087
|
+
"end": 477
|
|
147764
148088
|
},
|
|
147765
148089
|
"context": {
|
|
147766
148090
|
"type": "variable",
|
|
@@ -147768,8 +148092,8 @@
|
|
|
147768
148092
|
"value": "var( --kendo-grid-column-menu-items-wrap-padding-x, #{k-spacing(2)} )",
|
|
147769
148093
|
"scope": "default",
|
|
147770
148094
|
"line": {
|
|
147771
|
-
"start":
|
|
147772
|
-
"end":
|
|
148095
|
+
"start": 478,
|
|
148096
|
+
"end": 478
|
|
147773
148097
|
}
|
|
147774
148098
|
},
|
|
147775
148099
|
"group": [
|
|
@@ -147786,8 +148110,8 @@
|
|
|
147786
148110
|
{
|
|
147787
148111
|
"description": "The horizontal padding of the Grid column menu item.\n",
|
|
147788
148112
|
"commentRange": {
|
|
147789
|
-
"start":
|
|
147790
|
-
"end":
|
|
148113
|
+
"start": 480,
|
|
148114
|
+
"end": 481
|
|
147791
148115
|
},
|
|
147792
148116
|
"context": {
|
|
147793
148117
|
"type": "variable",
|
|
@@ -147795,8 +148119,8 @@
|
|
|
147795
148119
|
"value": "var( --kendo-grid-column-menu-item-padding-y, #{$kendo-list-md-item-padding-y} )",
|
|
147796
148120
|
"scope": "default",
|
|
147797
148121
|
"line": {
|
|
147798
|
-
"start":
|
|
147799
|
-
"end":
|
|
148122
|
+
"start": 482,
|
|
148123
|
+
"end": 482
|
|
147800
148124
|
}
|
|
147801
148125
|
},
|
|
147802
148126
|
"group": [
|
|
@@ -147813,8 +148137,8 @@
|
|
|
147813
148137
|
{
|
|
147814
148138
|
"description": "The vertical padding of the Grid column menu item.\n",
|
|
147815
148139
|
"commentRange": {
|
|
147816
|
-
"start":
|
|
147817
|
-
"end":
|
|
148140
|
+
"start": 483,
|
|
148141
|
+
"end": 484
|
|
147818
148142
|
},
|
|
147819
148143
|
"context": {
|
|
147820
148144
|
"type": "variable",
|
|
@@ -147822,8 +148146,8 @@
|
|
|
147822
148146
|
"value": "var( --kendo-grid-column-menu-item-padding-x, #{$kendo-list-md-item-padding-x} )",
|
|
147823
148147
|
"scope": "default",
|
|
147824
148148
|
"line": {
|
|
147825
|
-
"start":
|
|
147826
|
-
"end":
|
|
148149
|
+
"start": 485,
|
|
148150
|
+
"end": 485
|
|
147827
148151
|
}
|
|
147828
148152
|
},
|
|
147829
148153
|
"group": [
|
|
@@ -147840,8 +148164,8 @@
|
|
|
147840
148164
|
{
|
|
147841
148165
|
"description": "The spacing of the Grid column menu item.\n",
|
|
147842
148166
|
"commentRange": {
|
|
147843
|
-
"start":
|
|
147844
|
-
"end":
|
|
148167
|
+
"start": 486,
|
|
148168
|
+
"end": 487
|
|
147845
148169
|
},
|
|
147846
148170
|
"context": {
|
|
147847
148171
|
"type": "variable",
|
|
@@ -147849,8 +148173,8 @@
|
|
|
147849
148173
|
"value": "var( --kendo-grid-column-menu-item-gap, #{$kendo-list-md-item-padding-x} )",
|
|
147850
148174
|
"scope": "default",
|
|
147851
148175
|
"line": {
|
|
147852
|
-
"start":
|
|
147853
|
-
"end":
|
|
148176
|
+
"start": 488,
|
|
148177
|
+
"end": 488
|
|
147854
148178
|
}
|
|
147855
148179
|
},
|
|
147856
148180
|
"group": [
|
|
@@ -147867,8 +148191,8 @@
|
|
|
147867
148191
|
{
|
|
147868
148192
|
"description": "The background color of the Grid column menu item.\n",
|
|
147869
148193
|
"commentRange": {
|
|
147870
|
-
"start":
|
|
147871
|
-
"end":
|
|
148194
|
+
"start": 489,
|
|
148195
|
+
"end": 490
|
|
147872
148196
|
},
|
|
147873
148197
|
"context": {
|
|
147874
148198
|
"type": "variable",
|
|
@@ -147876,8 +148200,8 @@
|
|
|
147876
148200
|
"value": "var( --kendo-grid-column-menu-item-bg, #{$kendo-list-item-bg} )",
|
|
147877
148201
|
"scope": "default",
|
|
147878
148202
|
"line": {
|
|
147879
|
-
"start":
|
|
147880
|
-
"end":
|
|
148203
|
+
"start": 491,
|
|
148204
|
+
"end": 491
|
|
147881
148205
|
}
|
|
147882
148206
|
},
|
|
147883
148207
|
"group": [
|
|
@@ -147894,8 +148218,8 @@
|
|
|
147894
148218
|
{
|
|
147895
148219
|
"description": "The text color of the Grid column menu item.\n",
|
|
147896
148220
|
"commentRange": {
|
|
147897
|
-
"start":
|
|
147898
|
-
"end":
|
|
148221
|
+
"start": 492,
|
|
148222
|
+
"end": 493
|
|
147899
148223
|
},
|
|
147900
148224
|
"context": {
|
|
147901
148225
|
"type": "variable",
|
|
@@ -147903,8 +148227,8 @@
|
|
|
147903
148227
|
"value": "var( --kendo-grid-column-menu-item-text, #{$kendo-list-item-text} )",
|
|
147904
148228
|
"scope": "default",
|
|
147905
148229
|
"line": {
|
|
147906
|
-
"start":
|
|
147907
|
-
"end":
|
|
148230
|
+
"start": 494,
|
|
148231
|
+
"end": 494
|
|
147908
148232
|
}
|
|
147909
148233
|
},
|
|
147910
148234
|
"group": [
|
|
@@ -147921,8 +148245,8 @@
|
|
|
147921
148245
|
{
|
|
147922
148246
|
"description": "The text color of the Grid column menu item icon.\n",
|
|
147923
148247
|
"commentRange": {
|
|
147924
|
-
"start":
|
|
147925
|
-
"end":
|
|
148248
|
+
"start": 496,
|
|
148249
|
+
"end": 497
|
|
147926
148250
|
},
|
|
147927
148251
|
"context": {
|
|
147928
148252
|
"type": "variable",
|
|
@@ -147930,8 +148254,8 @@
|
|
|
147930
148254
|
"value": "var( --kendo-grid-column-menu-item-icon-text, #{$kendo-list-item-icon-text} )",
|
|
147931
148255
|
"scope": "default",
|
|
147932
148256
|
"line": {
|
|
147933
|
-
"start":
|
|
147934
|
-
"end":
|
|
148257
|
+
"start": 498,
|
|
148258
|
+
"end": 498
|
|
147935
148259
|
}
|
|
147936
148260
|
},
|
|
147937
148261
|
"group": [
|
|
@@ -147948,8 +148272,8 @@
|
|
|
147948
148272
|
{
|
|
147949
148273
|
"description": "The vertical padding of the Grid column menu group header.\n",
|
|
147950
148274
|
"commentRange": {
|
|
147951
|
-
"start":
|
|
147952
|
-
"end":
|
|
148275
|
+
"start": 500,
|
|
148276
|
+
"end": 501
|
|
147953
148277
|
},
|
|
147954
148278
|
"context": {
|
|
147955
148279
|
"type": "variable",
|
|
@@ -147957,8 +148281,8 @@
|
|
|
147957
148281
|
"value": "var( --kendo-grid-column-menu-group-header-padding-y, #{$kendo-grid-column-menu-item-padding-y} )",
|
|
147958
148282
|
"scope": "default",
|
|
147959
148283
|
"line": {
|
|
147960
|
-
"start":
|
|
147961
|
-
"end":
|
|
148284
|
+
"start": 502,
|
|
148285
|
+
"end": 502
|
|
147962
148286
|
}
|
|
147963
148287
|
},
|
|
147964
148288
|
"group": [
|
|
@@ -147975,8 +148299,8 @@
|
|
|
147975
148299
|
{
|
|
147976
148300
|
"description": "The horizontal padding of the Grid column menu group header.\n",
|
|
147977
148301
|
"commentRange": {
|
|
147978
|
-
"start":
|
|
147979
|
-
"end":
|
|
148302
|
+
"start": 503,
|
|
148303
|
+
"end": 504
|
|
147980
148304
|
},
|
|
147981
148305
|
"context": {
|
|
147982
148306
|
"type": "variable",
|
|
@@ -147984,8 +148308,8 @@
|
|
|
147984
148308
|
"value": "var( --kendo-grid-column-menu-group-header-padding-x, #{$kendo-grid-column-menu-item-padding-x} )",
|
|
147985
148309
|
"scope": "default",
|
|
147986
148310
|
"line": {
|
|
147987
|
-
"start":
|
|
147988
|
-
"end":
|
|
148311
|
+
"start": 505,
|
|
148312
|
+
"end": 505
|
|
147989
148313
|
}
|
|
147990
148314
|
},
|
|
147991
148315
|
"group": [
|
|
@@ -148002,8 +148326,8 @@
|
|
|
148002
148326
|
{
|
|
148003
148327
|
"description": "The border width of the Grid column menu group header.\n",
|
|
148004
148328
|
"commentRange": {
|
|
148005
|
-
"start":
|
|
148006
|
-
"end":
|
|
148329
|
+
"start": 506,
|
|
148330
|
+
"end": 507
|
|
148007
148331
|
},
|
|
148008
148332
|
"context": {
|
|
148009
148333
|
"type": "variable",
|
|
@@ -148011,8 +148335,8 @@
|
|
|
148011
148335
|
"value": "var( --kendo-grid-column-menu-group-header-border-width, 1px )",
|
|
148012
148336
|
"scope": "default",
|
|
148013
148337
|
"line": {
|
|
148014
|
-
"start":
|
|
148015
|
-
"end":
|
|
148338
|
+
"start": 508,
|
|
148339
|
+
"end": 508
|
|
148016
148340
|
}
|
|
148017
148341
|
},
|
|
148018
148342
|
"group": [
|
|
@@ -148029,8 +148353,8 @@
|
|
|
148029
148353
|
{
|
|
148030
148354
|
"description": "The border style of the Grid column menu group header.\n",
|
|
148031
148355
|
"commentRange": {
|
|
148032
|
-
"start":
|
|
148033
|
-
"end":
|
|
148356
|
+
"start": 509,
|
|
148357
|
+
"end": 510
|
|
148034
148358
|
},
|
|
148035
148359
|
"context": {
|
|
148036
148360
|
"type": "variable",
|
|
@@ -148038,8 +148362,8 @@
|
|
|
148038
148362
|
"value": "var( --kendo-grid-column-menu-group-header-border-style, solid )",
|
|
148039
148363
|
"scope": "default",
|
|
148040
148364
|
"line": {
|
|
148041
|
-
"start":
|
|
148042
|
-
"end":
|
|
148365
|
+
"start": 511,
|
|
148366
|
+
"end": 511
|
|
148043
148367
|
}
|
|
148044
148368
|
},
|
|
148045
148369
|
"group": [
|
|
@@ -148056,8 +148380,8 @@
|
|
|
148056
148380
|
{
|
|
148057
148381
|
"description": "The font size of the Grid column menu group header.\n",
|
|
148058
148382
|
"commentRange": {
|
|
148059
|
-
"start":
|
|
148060
|
-
"end":
|
|
148383
|
+
"start": 512,
|
|
148384
|
+
"end": 513
|
|
148061
148385
|
},
|
|
148062
148386
|
"context": {
|
|
148063
148387
|
"type": "variable",
|
|
@@ -148065,8 +148389,8 @@
|
|
|
148065
148389
|
"value": "var( --kendo-grid-column-menu-group-header-font-size, var(--kendo-font-size-sm) )",
|
|
148066
148390
|
"scope": "default",
|
|
148067
148391
|
"line": {
|
|
148068
|
-
"start":
|
|
148069
|
-
"end":
|
|
148392
|
+
"start": 514,
|
|
148393
|
+
"end": 514
|
|
148070
148394
|
}
|
|
148071
148395
|
},
|
|
148072
148396
|
"group": [
|
|
@@ -148083,8 +148407,8 @@
|
|
|
148083
148407
|
{
|
|
148084
148408
|
"description": "The font weight of the Grid column menu group header.\n",
|
|
148085
148409
|
"commentRange": {
|
|
148086
|
-
"start":
|
|
148087
|
-
"end":
|
|
148410
|
+
"start": 515,
|
|
148411
|
+
"end": 516
|
|
148088
148412
|
},
|
|
148089
148413
|
"context": {
|
|
148090
148414
|
"type": "variable",
|
|
@@ -148092,8 +148416,8 @@
|
|
|
148092
148416
|
"value": "var( --kendo-grid-column-menu-group-header-font-weight, var(--kendo-font-weight-bold) )",
|
|
148093
148417
|
"scope": "default",
|
|
148094
148418
|
"line": {
|
|
148095
|
-
"start":
|
|
148096
|
-
"end":
|
|
148419
|
+
"start": 517,
|
|
148420
|
+
"end": 517
|
|
148097
148421
|
}
|
|
148098
148422
|
},
|
|
148099
148423
|
"group": [
|
|
@@ -148110,8 +148434,8 @@
|
|
|
148110
148434
|
{
|
|
148111
148435
|
"description": "The mine height of the Grid column menu group header.\n",
|
|
148112
148436
|
"commentRange": {
|
|
148113
|
-
"start":
|
|
148114
|
-
"end":
|
|
148437
|
+
"start": 518,
|
|
148438
|
+
"end": 519
|
|
148115
148439
|
},
|
|
148116
148440
|
"context": {
|
|
148117
148441
|
"type": "variable",
|
|
@@ -148119,8 +148443,8 @@
|
|
|
148119
148443
|
"value": "var( --kendo-grid-column-menu-group-header-line-height, var(--kendo-line-height) )",
|
|
148120
148444
|
"scope": "default",
|
|
148121
148445
|
"line": {
|
|
148122
|
-
"start":
|
|
148123
|
-
"end":
|
|
148446
|
+
"start": 520,
|
|
148447
|
+
"end": 520
|
|
148124
148448
|
}
|
|
148125
148449
|
},
|
|
148126
148450
|
"group": [
|
|
@@ -148137,8 +148461,8 @@
|
|
|
148137
148461
|
{
|
|
148138
148462
|
"description": "The text transform of the Grid column menu group header.\n",
|
|
148139
148463
|
"commentRange": {
|
|
148140
|
-
"start":
|
|
148141
|
-
"end":
|
|
148464
|
+
"start": 521,
|
|
148465
|
+
"end": 522
|
|
148142
148466
|
},
|
|
148143
148467
|
"context": {
|
|
148144
148468
|
"type": "variable",
|
|
@@ -148146,8 +148470,8 @@
|
|
|
148146
148470
|
"value": "var( --kendo-grid-column-menu-group-header-text-transform, uppercase )",
|
|
148147
148471
|
"scope": "default",
|
|
148148
148472
|
"line": {
|
|
148149
|
-
"start":
|
|
148150
|
-
"end":
|
|
148473
|
+
"start": 523,
|
|
148474
|
+
"end": 523
|
|
148151
148475
|
}
|
|
148152
148476
|
},
|
|
148153
148477
|
"group": [
|
|
@@ -148164,8 +148488,8 @@
|
|
|
148164
148488
|
{
|
|
148165
148489
|
"description": "The background color of the Grid column menu group.\n",
|
|
148166
148490
|
"commentRange": {
|
|
148167
|
-
"start":
|
|
148168
|
-
"end":
|
|
148491
|
+
"start": 525,
|
|
148492
|
+
"end": 526
|
|
148169
148493
|
},
|
|
148170
148494
|
"context": {
|
|
148171
148495
|
"type": "variable",
|
|
@@ -148173,8 +148497,8 @@
|
|
|
148173
148497
|
"value": "var( --kendo-grid-column-menu-group-header-bg, #{k-color(surface-alt)} )",
|
|
148174
148498
|
"scope": "default",
|
|
148175
148499
|
"line": {
|
|
148176
|
-
"start":
|
|
148177
|
-
"end":
|
|
148500
|
+
"start": 527,
|
|
148501
|
+
"end": 527
|
|
148178
148502
|
}
|
|
148179
148503
|
},
|
|
148180
148504
|
"group": [
|
|
@@ -148191,8 +148515,8 @@
|
|
|
148191
148515
|
{
|
|
148192
148516
|
"description": "The text color of the Grid column menu group.\n",
|
|
148193
148517
|
"commentRange": {
|
|
148194
|
-
"start":
|
|
148195
|
-
"end":
|
|
148518
|
+
"start": 528,
|
|
148519
|
+
"end": 529
|
|
148196
148520
|
},
|
|
148197
148521
|
"context": {
|
|
148198
148522
|
"type": "variable",
|
|
@@ -148200,8 +148524,8 @@
|
|
|
148200
148524
|
"value": "var( --kendo-grid-column-menu-group-header-text, #{k-color(on-app-surface)} )",
|
|
148201
148525
|
"scope": "default",
|
|
148202
148526
|
"line": {
|
|
148203
|
-
"start":
|
|
148204
|
-
"end":
|
|
148527
|
+
"start": 530,
|
|
148528
|
+
"end": 530
|
|
148205
148529
|
}
|
|
148206
148530
|
},
|
|
148207
148531
|
"group": [
|
|
@@ -148218,8 +148542,8 @@
|
|
|
148218
148542
|
{
|
|
148219
148543
|
"description": "The border color of the Grid column menu group.\n",
|
|
148220
148544
|
"commentRange": {
|
|
148221
|
-
"start":
|
|
148222
|
-
"end":
|
|
148545
|
+
"start": 531,
|
|
148546
|
+
"end": 532
|
|
148223
148547
|
},
|
|
148224
148548
|
"context": {
|
|
148225
148549
|
"type": "variable",
|
|
@@ -148227,8 +148551,8 @@
|
|
|
148227
148551
|
"value": "var( --kendo-grid-column-menu-group-header-border, color-mix(in srgb, #{k-color(border)} 16%, transparent) )",
|
|
148228
148552
|
"scope": "default",
|
|
148229
148553
|
"line": {
|
|
148230
|
-
"start":
|
|
148231
|
-
"end":
|
|
148554
|
+
"start": 533,
|
|
148555
|
+
"end": 533
|
|
148232
148556
|
}
|
|
148233
148557
|
},
|
|
148234
148558
|
"group": [
|
|
@@ -148245,8 +148569,8 @@
|
|
|
148245
148569
|
{
|
|
148246
148570
|
"description": "The horizontal padding of the tabstrip content in the Grid tabbed column menu.\n",
|
|
148247
148571
|
"commentRange": {
|
|
148248
|
-
"start":
|
|
148249
|
-
"end":
|
|
148572
|
+
"start": 535,
|
|
148573
|
+
"end": 536
|
|
148250
148574
|
},
|
|
148251
148575
|
"context": {
|
|
148252
148576
|
"type": "variable",
|
|
@@ -148254,8 +148578,8 @@
|
|
|
148254
148578
|
"value": "var( --kendo-grid-column-menu-tabbed-tabstrip-content-padding-x, #{k-spacing(0)} )",
|
|
148255
148579
|
"scope": "default",
|
|
148256
148580
|
"line": {
|
|
148257
|
-
"start":
|
|
148258
|
-
"end":
|
|
148581
|
+
"start": 537,
|
|
148582
|
+
"end": 537
|
|
148259
148583
|
}
|
|
148260
148584
|
},
|
|
148261
148585
|
"group": [
|
|
@@ -148272,8 +148596,8 @@
|
|
|
148272
148596
|
{
|
|
148273
148597
|
"description": "The vertical padding of the tabstrip content in the Grid tabbed column menu.\n",
|
|
148274
148598
|
"commentRange": {
|
|
148275
|
-
"start":
|
|
148276
|
-
"end":
|
|
148599
|
+
"start": 538,
|
|
148600
|
+
"end": 539
|
|
148277
148601
|
},
|
|
148278
148602
|
"context": {
|
|
148279
148603
|
"type": "variable",
|
|
@@ -148281,8 +148605,8 @@
|
|
|
148281
148605
|
"value": "var( --kendo-grid-column-menu-tabbed-tabstrip-content-padding-y, #{k-spacing(3)} )",
|
|
148282
148606
|
"scope": "default",
|
|
148283
148607
|
"line": {
|
|
148284
|
-
"start":
|
|
148285
|
-
"end":
|
|
148608
|
+
"start": 540,
|
|
148609
|
+
"end": 540
|
|
148286
148610
|
}
|
|
148287
148611
|
},
|
|
148288
148612
|
"group": [
|
|
@@ -148299,8 +148623,8 @@
|
|
|
148299
148623
|
{
|
|
148300
148624
|
"description": "The background color of the Grid tabbed column menu.\n",
|
|
148301
148625
|
"commentRange": {
|
|
148302
|
-
"start":
|
|
148303
|
-
"end":
|
|
148626
|
+
"start": 542,
|
|
148627
|
+
"end": 543
|
|
148304
148628
|
},
|
|
148305
148629
|
"context": {
|
|
148306
148630
|
"type": "variable",
|
|
@@ -148308,8 +148632,8 @@
|
|
|
148308
148632
|
"value": "var( --kendo-grid-column-menu-tabbed-bg, k-color(surface) )",
|
|
148309
148633
|
"scope": "default",
|
|
148310
148634
|
"line": {
|
|
148311
|
-
"start":
|
|
148312
|
-
"end":
|
|
148635
|
+
"start": 544,
|
|
148636
|
+
"end": 544
|
|
148313
148637
|
}
|
|
148314
148638
|
},
|
|
148315
148639
|
"group": [
|
|
@@ -148326,8 +148650,8 @@
|
|
|
148326
148650
|
{
|
|
148327
148651
|
"description": "The default width of the Grid drag cell.\n",
|
|
148328
148652
|
"commentRange": {
|
|
148329
|
-
"start":
|
|
148330
|
-
"end":
|
|
148653
|
+
"start": 546,
|
|
148654
|
+
"end": 547
|
|
148331
148655
|
},
|
|
148332
148656
|
"context": {
|
|
148333
148657
|
"type": "variable",
|
|
@@ -148335,8 +148659,8 @@
|
|
|
148335
148659
|
"value": "var( --kendo-grid-drag-cell-width, calc( #{$kendo-icon-size} * 2.25 ) )",
|
|
148336
148660
|
"scope": "default",
|
|
148337
148661
|
"line": {
|
|
148338
|
-
"start":
|
|
148339
|
-
"end":
|
|
148662
|
+
"start": 548,
|
|
148663
|
+
"end": 548
|
|
148340
148664
|
}
|
|
148341
148665
|
},
|
|
148342
148666
|
"group": [
|
|
@@ -148353,8 +148677,8 @@
|
|
|
148353
148677
|
{
|
|
148354
148678
|
"description": "The default width of the Grid hierarchy cell.\n",
|
|
148355
148679
|
"commentRange": {
|
|
148356
|
-
"start":
|
|
148357
|
-
"end":
|
|
148680
|
+
"start": 549,
|
|
148681
|
+
"end": 550
|
|
148358
148682
|
},
|
|
148359
148683
|
"context": {
|
|
148360
148684
|
"type": "variable",
|
|
@@ -148362,8 +148686,8 @@
|
|
|
148362
148686
|
"value": "var( --kendo-grid-hierarchy-col-width, calc( #{$kendo-icon-size} * 2 ) )",
|
|
148363
148687
|
"scope": "default",
|
|
148364
148688
|
"line": {
|
|
148365
|
-
"start":
|
|
148366
|
-
"end":
|
|
148689
|
+
"start": 551,
|
|
148690
|
+
"end": 551
|
|
148367
148691
|
}
|
|
148368
148692
|
},
|
|
148369
148693
|
"group": [
|
|
@@ -148380,8 +148704,8 @@
|
|
|
148380
148704
|
{
|
|
148381
148705
|
"description": "The background color of the Grid row resize indicator.\n",
|
|
148382
148706
|
"commentRange": {
|
|
148383
|
-
"start":
|
|
148384
|
-
"end":
|
|
148707
|
+
"start": 553,
|
|
148708
|
+
"end": 554
|
|
148385
148709
|
},
|
|
148386
148710
|
"context": {
|
|
148387
148711
|
"type": "variable",
|
|
@@ -148389,8 +148713,8 @@
|
|
|
148389
148713
|
"value": "var( --kendo-grid-row-resizer-hover-bg, color-mix(in srgb, #{k-color(on-app-surface)} 46%, transparent) )",
|
|
148390
148714
|
"scope": "default",
|
|
148391
148715
|
"line": {
|
|
148392
|
-
"start":
|
|
148393
|
-
"end":
|
|
148716
|
+
"start": 555,
|
|
148717
|
+
"end": 555
|
|
148394
148718
|
}
|
|
148395
148719
|
},
|
|
148396
148720
|
"group": [
|
|
@@ -148407,8 +148731,8 @@
|
|
|
148407
148731
|
{
|
|
148408
148732
|
"description": "The background color of the active Grid row resize indicator.\n",
|
|
148409
148733
|
"commentRange": {
|
|
148410
|
-
"start":
|
|
148411
|
-
"end":
|
|
148734
|
+
"start": 556,
|
|
148735
|
+
"end": 557
|
|
148412
148736
|
},
|
|
148413
148737
|
"context": {
|
|
148414
148738
|
"type": "variable",
|
|
@@ -148416,8 +148740,8 @@
|
|
|
148416
148740
|
"value": "var( --kendo-grid-row-resizer-active-bg, #{k-color(primary)} )",
|
|
148417
148741
|
"scope": "default",
|
|
148418
148742
|
"line": {
|
|
148419
|
-
"start":
|
|
148420
|
-
"end":
|
|
148743
|
+
"start": 558,
|
|
148744
|
+
"end": 558
|
|
148421
148745
|
}
|
|
148422
148746
|
},
|
|
148423
148747
|
"group": [
|
|
@@ -148434,8 +148758,8 @@
|
|
|
148434
148758
|
{
|
|
148435
148759
|
"description": "The height of the Grid row resize indicator.\n",
|
|
148436
148760
|
"commentRange": {
|
|
148437
|
-
"start":
|
|
148438
|
-
"end":
|
|
148761
|
+
"start": 559,
|
|
148762
|
+
"end": 560
|
|
148439
148763
|
},
|
|
148440
148764
|
"context": {
|
|
148441
148765
|
"type": "variable",
|
|
@@ -148443,8 +148767,8 @@
|
|
|
148443
148767
|
"value": "var( --kendo-grid-row-resizer-height, #{k-spacing(0.5)} )",
|
|
148444
148768
|
"scope": "default",
|
|
148445
148769
|
"line": {
|
|
148446
|
-
"start":
|
|
148447
|
-
"end":
|
|
148770
|
+
"start": 561,
|
|
148771
|
+
"end": 561
|
|
148448
148772
|
}
|
|
148449
148773
|
},
|
|
148450
148774
|
"group": [
|
|
@@ -148461,8 +148785,8 @@
|
|
|
148461
148785
|
{
|
|
148462
148786
|
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
148463
148787
|
"commentRange": {
|
|
148464
|
-
"start":
|
|
148465
|
-
"end":
|
|
148788
|
+
"start": 563,
|
|
148789
|
+
"end": 564
|
|
148466
148790
|
},
|
|
148467
148791
|
"context": {
|
|
148468
148792
|
"type": "variable",
|
|
@@ -148470,8 +148794,8 @@
|
|
|
148470
148794
|
"value": "var( --kendo-grid-stack-cell-padding-x, #{k-spacing(2)} )",
|
|
148471
148795
|
"scope": "default",
|
|
148472
148796
|
"line": {
|
|
148473
|
-
"start":
|
|
148474
|
-
"end":
|
|
148797
|
+
"start": 565,
|
|
148798
|
+
"end": 565
|
|
148475
148799
|
}
|
|
148476
148800
|
},
|
|
148477
148801
|
"group": [
|
|
@@ -148488,8 +148812,8 @@
|
|
|
148488
148812
|
{
|
|
148489
148813
|
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
148490
148814
|
"commentRange": {
|
|
148491
|
-
"start":
|
|
148492
|
-
"end":
|
|
148815
|
+
"start": 566,
|
|
148816
|
+
"end": 567
|
|
148493
148817
|
},
|
|
148494
148818
|
"context": {
|
|
148495
148819
|
"type": "variable",
|
|
@@ -148497,8 +148821,8 @@
|
|
|
148497
148821
|
"value": "var( --kendo-grid-stack-cell-padding-y, #{k-spacing(1.5)} )",
|
|
148498
148822
|
"scope": "default",
|
|
148499
148823
|
"line": {
|
|
148500
|
-
"start":
|
|
148501
|
-
"end":
|
|
148824
|
+
"start": 568,
|
|
148825
|
+
"end": 568
|
|
148502
148826
|
}
|
|
148503
148827
|
},
|
|
148504
148828
|
"group": [
|
|
@@ -148515,8 +148839,8 @@
|
|
|
148515
148839
|
{
|
|
148516
148840
|
"description": "The column gap of the Grid stack layout.\n",
|
|
148517
148841
|
"commentRange": {
|
|
148518
|
-
"start":
|
|
148519
|
-
"end":
|
|
148842
|
+
"start": 569,
|
|
148843
|
+
"end": 570
|
|
148520
148844
|
},
|
|
148521
148845
|
"context": {
|
|
148522
148846
|
"type": "variable",
|
|
@@ -148524,8 +148848,8 @@
|
|
|
148524
148848
|
"value": "var( --kendo-grid-stack-column-gap, #{k-spacing(1)} )",
|
|
148525
148849
|
"scope": "default",
|
|
148526
148850
|
"line": {
|
|
148527
|
-
"start":
|
|
148528
|
-
"end":
|
|
148851
|
+
"start": 571,
|
|
148852
|
+
"end": 571
|
|
148529
148853
|
}
|
|
148530
148854
|
},
|
|
148531
148855
|
"group": [
|
|
@@ -148542,8 +148866,8 @@
|
|
|
148542
148866
|
{
|
|
148543
148867
|
"description": "The column gap of the editable Grid stack layout.\n",
|
|
148544
148868
|
"commentRange": {
|
|
148545
|
-
"start":
|
|
148546
|
-
"end":
|
|
148869
|
+
"start": 572,
|
|
148870
|
+
"end": 573
|
|
148547
148871
|
},
|
|
148548
148872
|
"context": {
|
|
148549
148873
|
"type": "variable",
|
|
@@ -148551,8 +148875,8 @@
|
|
|
148551
148875
|
"value": "var( --kendo-grid-stack-editable-column-gap, #{k-spacing(2)} )",
|
|
148552
148876
|
"scope": "default",
|
|
148553
148877
|
"line": {
|
|
148554
|
-
"start":
|
|
148555
|
-
"end":
|
|
148878
|
+
"start": 574,
|
|
148879
|
+
"end": 574
|
|
148556
148880
|
}
|
|
148557
148881
|
},
|
|
148558
148882
|
"group": [
|
|
@@ -148569,8 +148893,8 @@
|
|
|
148569
148893
|
{
|
|
148570
148894
|
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
148571
148895
|
"commentRange": {
|
|
148572
|
-
"start":
|
|
148573
|
-
"end":
|
|
148896
|
+
"start": 575,
|
|
148897
|
+
"end": 576
|
|
148574
148898
|
},
|
|
148575
148899
|
"context": {
|
|
148576
148900
|
"type": "variable",
|
|
@@ -148578,8 +148902,8 @@
|
|
|
148578
148902
|
"value": "var( --kendo-grid-stack-hierarchy-col-width, #{k-spacing(2)} )",
|
|
148579
148903
|
"scope": "default",
|
|
148580
148904
|
"line": {
|
|
148581
|
-
"start":
|
|
148582
|
-
"end":
|
|
148905
|
+
"start": 577,
|
|
148906
|
+
"end": 577
|
|
148583
148907
|
}
|
|
148584
148908
|
},
|
|
148585
148909
|
"group": [
|
|
@@ -148596,8 +148920,8 @@
|
|
|
148596
148920
|
{
|
|
148597
148921
|
"description": "The font size of the Grid stack layout column header.\n",
|
|
148598
148922
|
"commentRange": {
|
|
148599
|
-
"start":
|
|
148600
|
-
"end":
|
|
148923
|
+
"start": 578,
|
|
148924
|
+
"end": 579
|
|
148601
148925
|
},
|
|
148602
148926
|
"context": {
|
|
148603
148927
|
"type": "variable",
|
|
@@ -148605,8 +148929,8 @@
|
|
|
148605
148929
|
"value": "var( --kendo-grid-stack-header-font-size, var(--kendo-font-size-sm) )",
|
|
148606
148930
|
"scope": "default",
|
|
148607
148931
|
"line": {
|
|
148608
|
-
"start":
|
|
148609
|
-
"end":
|
|
148932
|
+
"start": 580,
|
|
148933
|
+
"end": 580
|
|
148610
148934
|
}
|
|
148611
148935
|
},
|
|
148612
148936
|
"group": [
|
|
@@ -148623,8 +148947,8 @@
|
|
|
148623
148947
|
{
|
|
148624
148948
|
"description": "The font weight of the Grid stack layout column header.\n",
|
|
148625
148949
|
"commentRange": {
|
|
148626
|
-
"start":
|
|
148627
|
-
"end":
|
|
148950
|
+
"start": 581,
|
|
148951
|
+
"end": 582
|
|
148628
148952
|
},
|
|
148629
148953
|
"context": {
|
|
148630
148954
|
"type": "variable",
|
|
@@ -148632,8 +148956,8 @@
|
|
|
148632
148956
|
"value": "var( --kendo-grid-stack-header-font-weight, var(--kendo-font-weight-bold) )",
|
|
148633
148957
|
"scope": "default",
|
|
148634
148958
|
"line": {
|
|
148635
|
-
"start":
|
|
148636
|
-
"end":
|
|
148959
|
+
"start": 583,
|
|
148960
|
+
"end": 583
|
|
148637
148961
|
}
|
|
148638
148962
|
},
|
|
148639
148963
|
"group": [
|
|
@@ -148650,8 +148974,8 @@
|
|
|
148650
148974
|
{
|
|
148651
148975
|
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
148652
148976
|
"commentRange": {
|
|
148653
|
-
"start":
|
|
148654
|
-
"end":
|
|
148977
|
+
"start": 584,
|
|
148978
|
+
"end": 585
|
|
148655
148979
|
},
|
|
148656
148980
|
"context": {
|
|
148657
148981
|
"type": "variable",
|
|
@@ -148659,8 +148983,8 @@
|
|
|
148659
148983
|
"value": "var( --kendo-grid-stack-expandable-shadow-height, #{k-spacing(2.5)} )",
|
|
148660
148984
|
"scope": "default",
|
|
148661
148985
|
"line": {
|
|
148662
|
-
"start":
|
|
148663
|
-
"end":
|
|
148986
|
+
"start": 586,
|
|
148987
|
+
"end": 586
|
|
148664
148988
|
}
|
|
148665
148989
|
},
|
|
148666
148990
|
"group": [
|
|
@@ -148677,8 +149001,8 @@
|
|
|
148677
149001
|
{
|
|
148678
149002
|
"description": "The color of the Grid stack layout column header.\n",
|
|
148679
149003
|
"commentRange": {
|
|
148680
|
-
"start":
|
|
148681
|
-
"end":
|
|
149004
|
+
"start": 587,
|
|
149005
|
+
"end": 588
|
|
148682
149006
|
},
|
|
148683
149007
|
"context": {
|
|
148684
149008
|
"type": "variable",
|
|
@@ -148686,8 +149010,8 @@
|
|
|
148686
149010
|
"value": "var( --kendo-grid-stack-header-color, #{k-color(subtle)} )",
|
|
148687
149011
|
"scope": "default",
|
|
148688
149012
|
"line": {
|
|
148689
|
-
"start":
|
|
148690
|
-
"end":
|
|
149013
|
+
"start": 589,
|
|
149014
|
+
"end": 589
|
|
148691
149015
|
}
|
|
148692
149016
|
},
|
|
148693
149017
|
"group": [
|
|
@@ -148704,8 +149028,8 @@
|
|
|
148704
149028
|
{
|
|
148705
149029
|
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
148706
149030
|
"commentRange": {
|
|
148707
|
-
"start":
|
|
148708
|
-
"end":
|
|
149031
|
+
"start": 590,
|
|
149032
|
+
"end": 591
|
|
148709
149033
|
},
|
|
148710
149034
|
"context": {
|
|
148711
149035
|
"type": "variable",
|
|
@@ -148713,8 +149037,8 @@
|
|
|
148713
149037
|
"value": "var( --kendo-grid-stack-focus-outline, #{k-color(base-emphasis)} )",
|
|
148714
149038
|
"scope": "default",
|
|
148715
149039
|
"line": {
|
|
148716
|
-
"start":
|
|
148717
|
-
"end":
|
|
149040
|
+
"start": 592,
|
|
149041
|
+
"end": 592
|
|
148718
149042
|
}
|
|
148719
149043
|
},
|
|
148720
149044
|
"group": [
|
|
@@ -148731,8 +149055,8 @@
|
|
|
148731
149055
|
{
|
|
148732
149056
|
"description": "The Grid stack layout expandable row shadow.\n",
|
|
148733
149057
|
"commentRange": {
|
|
148734
|
-
"start":
|
|
148735
|
-
"end":
|
|
149058
|
+
"start": 593,
|
|
149059
|
+
"end": 594
|
|
148736
149060
|
},
|
|
148737
149061
|
"context": {
|
|
148738
149062
|
"type": "variable",
|
|
@@ -148740,8 +149064,8 @@
|
|
|
148740
149064
|
"value": "var( --kendo-grid-stack-expandable-shadow, #{k-elevation(2)} )",
|
|
148741
149065
|
"scope": "default",
|
|
148742
149066
|
"line": {
|
|
148743
|
-
"start":
|
|
148744
|
-
"end":
|
|
149067
|
+
"start": 595,
|
|
149068
|
+
"end": 595
|
|
148745
149069
|
}
|
|
148746
149070
|
},
|
|
148747
149071
|
"group": [
|
|
@@ -148758,8 +149082,8 @@
|
|
|
148758
149082
|
{
|
|
148759
149083
|
"description": "The font weight of the pinned source row in the Grid.\n",
|
|
148760
149084
|
"commentRange": {
|
|
148761
|
-
"start":
|
|
148762
|
-
"end":
|
|
149085
|
+
"start": 597,
|
|
149086
|
+
"end": 598
|
|
148763
149087
|
},
|
|
148764
149088
|
"context": {
|
|
148765
149089
|
"type": "variable",
|
|
@@ -148767,8 +149091,8 @@
|
|
|
148767
149091
|
"value": "var(--kendo-font-weight-semibold)",
|
|
148768
149092
|
"scope": "default",
|
|
148769
149093
|
"line": {
|
|
148770
|
-
"start":
|
|
148771
|
-
"end":
|
|
149094
|
+
"start": 599,
|
|
149095
|
+
"end": 599
|
|
148772
149096
|
}
|
|
148773
149097
|
},
|
|
148774
149098
|
"group": [
|