@progress/kendo-theme-utils 6.2.1-dev.1 → 6.2.1-dev.8
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 +4737 -541
- package/dist/all.scss +516 -84
- package/dist/meta/sassdoc-data.json +451 -125
- package/dist/meta/sassdoc-raw-data.json +451 -125
- package/dist/meta/variables.json +1 -1
- package/package.json +3 -3
- package/scss/_variables.scss +182 -26
- package/scss/background/_background-clip.scss +9 -0
- package/scss/background/index.import.scss +2 -0
- package/scss/effects/_opacity.scss +9 -0
- package/scss/effects/index.import.scss +7 -0
- package/scss/filter/_backdrop.scss +9 -0
- package/scss/filter/index.import.scss +5 -0
- package/scss/index.import.scss +6 -2
- package/scss/layout/_box-sizing.scss +9 -0
- package/scss/layout/_columns.scss +74 -0
- package/scss/layout/_display.scss +2 -0
- package/scss/layout/_object-fit.scss +9 -0
- package/scss/layout/_object-position.scss +9 -0
- package/scss/layout/_overflow.scss +2 -1
- package/scss/layout/_placement.scss +110 -0
- package/scss/layout/_position.scss +0 -104
- package/scss/layout/index.import.scss +10 -0
- package/scss/svg/_fill.scss +9 -0
- package/scss/svg/_stroke.scss +9 -0
- package/scss/svg/index.import.scss +7 -0
- package/scss/typography/_list-style.scss +9 -0
- package/scss/typography/_text-decoration.scss +9 -0
- package/scss/typography/_vertical-align.scss +9 -0
- package/scss/typography/index.import.scss +6 -3
|
@@ -156,6 +156,332 @@
|
|
|
156
156
|
"name": "_aspect-ratio.scss"
|
|
157
157
|
}
|
|
158
158
|
},
|
|
159
|
+
{
|
|
160
|
+
"description": "This is equivalent to `columns: 1;`. Element's content is displayed into 1 column.\n",
|
|
161
|
+
"commentRange": {
|
|
162
|
+
"start": 3,
|
|
163
|
+
"end": 6
|
|
164
|
+
},
|
|
165
|
+
"context": {
|
|
166
|
+
"type": "css",
|
|
167
|
+
"name": ".k-columns-1",
|
|
168
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
169
|
+
"line": {
|
|
170
|
+
"start": 68,
|
|
171
|
+
"end": 75
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"group": [
|
|
175
|
+
"columns"
|
|
176
|
+
],
|
|
177
|
+
"contextType": "css",
|
|
178
|
+
"access": "public",
|
|
179
|
+
"file": {
|
|
180
|
+
"path": "layout/_columns.scss",
|
|
181
|
+
"name": "_columns.scss"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"description": "This is equivalent to `columns: 2;`. Element's content is broken into 2 columns.\n",
|
|
186
|
+
"commentRange": {
|
|
187
|
+
"start": 8,
|
|
188
|
+
"end": 11
|
|
189
|
+
},
|
|
190
|
+
"context": {
|
|
191
|
+
"type": "css",
|
|
192
|
+
"name": ".k-columns-2",
|
|
193
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
194
|
+
"line": {
|
|
195
|
+
"start": 68,
|
|
196
|
+
"end": 75
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"group": [
|
|
200
|
+
"columns"
|
|
201
|
+
],
|
|
202
|
+
"contextType": "css",
|
|
203
|
+
"access": "public",
|
|
204
|
+
"file": {
|
|
205
|
+
"path": "layout/_columns.scss",
|
|
206
|
+
"name": "_columns.scss"
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"description": "This is equivalent to `columns: 3;`. Element's content is broken into 3 columns.\n",
|
|
211
|
+
"commentRange": {
|
|
212
|
+
"start": 13,
|
|
213
|
+
"end": 16
|
|
214
|
+
},
|
|
215
|
+
"context": {
|
|
216
|
+
"type": "css",
|
|
217
|
+
"name": ".k-columns-3",
|
|
218
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
219
|
+
"line": {
|
|
220
|
+
"start": 68,
|
|
221
|
+
"end": 75
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"group": [
|
|
225
|
+
"columns"
|
|
226
|
+
],
|
|
227
|
+
"contextType": "css",
|
|
228
|
+
"access": "public",
|
|
229
|
+
"file": {
|
|
230
|
+
"path": "layout/_columns.scss",
|
|
231
|
+
"name": "_columns.scss"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"description": "This is equivalent to `columns: 4;`. Element's content is broken into 4 columns.\n",
|
|
236
|
+
"commentRange": {
|
|
237
|
+
"start": 18,
|
|
238
|
+
"end": 21
|
|
239
|
+
},
|
|
240
|
+
"context": {
|
|
241
|
+
"type": "css",
|
|
242
|
+
"name": ".k-columns-4",
|
|
243
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
244
|
+
"line": {
|
|
245
|
+
"start": 68,
|
|
246
|
+
"end": 75
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"group": [
|
|
250
|
+
"columns"
|
|
251
|
+
],
|
|
252
|
+
"contextType": "css",
|
|
253
|
+
"access": "public",
|
|
254
|
+
"file": {
|
|
255
|
+
"path": "layout/_columns.scss",
|
|
256
|
+
"name": "_columns.scss"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"description": "This is equivalent to `columns: 5;`. Element's content is broken into 5 columns.\n",
|
|
261
|
+
"commentRange": {
|
|
262
|
+
"start": 23,
|
|
263
|
+
"end": 26
|
|
264
|
+
},
|
|
265
|
+
"context": {
|
|
266
|
+
"type": "css",
|
|
267
|
+
"name": ".k-columns-5",
|
|
268
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
269
|
+
"line": {
|
|
270
|
+
"start": 68,
|
|
271
|
+
"end": 75
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"group": [
|
|
275
|
+
"columns"
|
|
276
|
+
],
|
|
277
|
+
"contextType": "css",
|
|
278
|
+
"access": "public",
|
|
279
|
+
"file": {
|
|
280
|
+
"path": "layout/_columns.scss",
|
|
281
|
+
"name": "_columns.scss"
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"description": "This is equivalent to `columns: 6;`. Element's content is broken into 6 columns.\n",
|
|
286
|
+
"commentRange": {
|
|
287
|
+
"start": 28,
|
|
288
|
+
"end": 31
|
|
289
|
+
},
|
|
290
|
+
"context": {
|
|
291
|
+
"type": "css",
|
|
292
|
+
"name": ".k-columns-6",
|
|
293
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
294
|
+
"line": {
|
|
295
|
+
"start": 68,
|
|
296
|
+
"end": 75
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"group": [
|
|
300
|
+
"columns"
|
|
301
|
+
],
|
|
302
|
+
"contextType": "css",
|
|
303
|
+
"access": "public",
|
|
304
|
+
"file": {
|
|
305
|
+
"path": "layout/_columns.scss",
|
|
306
|
+
"name": "_columns.scss"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"description": "This is equivalent to `columns: 7;`. Element's content is broken into 7 columns.\n",
|
|
311
|
+
"commentRange": {
|
|
312
|
+
"start": 33,
|
|
313
|
+
"end": 36
|
|
314
|
+
},
|
|
315
|
+
"context": {
|
|
316
|
+
"type": "css",
|
|
317
|
+
"name": ".k-columns-7",
|
|
318
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
319
|
+
"line": {
|
|
320
|
+
"start": 68,
|
|
321
|
+
"end": 75
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
"group": [
|
|
325
|
+
"columns"
|
|
326
|
+
],
|
|
327
|
+
"contextType": "css",
|
|
328
|
+
"access": "public",
|
|
329
|
+
"file": {
|
|
330
|
+
"path": "layout/_columns.scss",
|
|
331
|
+
"name": "_columns.scss"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"description": "This is equivalent to `columns: 8;`. Element's content is broken into 8 columns.\n",
|
|
336
|
+
"commentRange": {
|
|
337
|
+
"start": 38,
|
|
338
|
+
"end": 41
|
|
339
|
+
},
|
|
340
|
+
"context": {
|
|
341
|
+
"type": "css",
|
|
342
|
+
"name": ".k-columns-8",
|
|
343
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
344
|
+
"line": {
|
|
345
|
+
"start": 68,
|
|
346
|
+
"end": 75
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
"group": [
|
|
350
|
+
"columns"
|
|
351
|
+
],
|
|
352
|
+
"contextType": "css",
|
|
353
|
+
"access": "public",
|
|
354
|
+
"file": {
|
|
355
|
+
"path": "layout/_columns.scss",
|
|
356
|
+
"name": "_columns.scss"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"description": "This is equivalent to `columns: 9;`. Element's content is broken into 9 columns.\n",
|
|
361
|
+
"commentRange": {
|
|
362
|
+
"start": 43,
|
|
363
|
+
"end": 46
|
|
364
|
+
},
|
|
365
|
+
"context": {
|
|
366
|
+
"type": "css",
|
|
367
|
+
"name": ".k-columns-9",
|
|
368
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
369
|
+
"line": {
|
|
370
|
+
"start": 68,
|
|
371
|
+
"end": 75
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"group": [
|
|
375
|
+
"columns"
|
|
376
|
+
],
|
|
377
|
+
"contextType": "css",
|
|
378
|
+
"access": "public",
|
|
379
|
+
"file": {
|
|
380
|
+
"path": "layout/_columns.scss",
|
|
381
|
+
"name": "_columns.scss"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"description": "This is equivalent to `columns: 10;`. Element's content is broken into 10 columns.\n",
|
|
386
|
+
"commentRange": {
|
|
387
|
+
"start": 48,
|
|
388
|
+
"end": 51
|
|
389
|
+
},
|
|
390
|
+
"context": {
|
|
391
|
+
"type": "css",
|
|
392
|
+
"name": ".k-columns-10",
|
|
393
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
394
|
+
"line": {
|
|
395
|
+
"start": 68,
|
|
396
|
+
"end": 75
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"group": [
|
|
400
|
+
"columns"
|
|
401
|
+
],
|
|
402
|
+
"contextType": "css",
|
|
403
|
+
"access": "public",
|
|
404
|
+
"file": {
|
|
405
|
+
"path": "layout/_columns.scss",
|
|
406
|
+
"name": "_columns.scss"
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"description": "This is equivalent to `columns: 11;`. Element's content is broken into 11 columns.\n",
|
|
411
|
+
"commentRange": {
|
|
412
|
+
"start": 53,
|
|
413
|
+
"end": 56
|
|
414
|
+
},
|
|
415
|
+
"context": {
|
|
416
|
+
"type": "css",
|
|
417
|
+
"name": ".k-columns-11",
|
|
418
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
419
|
+
"line": {
|
|
420
|
+
"start": 68,
|
|
421
|
+
"end": 75
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"group": [
|
|
425
|
+
"columns"
|
|
426
|
+
],
|
|
427
|
+
"contextType": "css",
|
|
428
|
+
"access": "public",
|
|
429
|
+
"file": {
|
|
430
|
+
"path": "layout/_columns.scss",
|
|
431
|
+
"name": "_columns.scss"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"description": "This is equivalent to `columns: 12;`. Element's content is broken into 12 columns.\n",
|
|
436
|
+
"commentRange": {
|
|
437
|
+
"start": 58,
|
|
438
|
+
"end": 61
|
|
439
|
+
},
|
|
440
|
+
"context": {
|
|
441
|
+
"type": "css",
|
|
442
|
+
"name": ".k-columns-12",
|
|
443
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
444
|
+
"line": {
|
|
445
|
+
"start": 68,
|
|
446
|
+
"end": 75
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"group": [
|
|
450
|
+
"columns"
|
|
451
|
+
],
|
|
452
|
+
"contextType": "css",
|
|
453
|
+
"access": "public",
|
|
454
|
+
"file": {
|
|
455
|
+
"path": "layout/_columns.scss",
|
|
456
|
+
"name": "_columns.scss"
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"description": "This is equivalent to `columns: auto;`.The number of columns is determined by other CSS properties, such as column-width.\n",
|
|
461
|
+
"commentRange": {
|
|
462
|
+
"start": 63,
|
|
463
|
+
"end": 66
|
|
464
|
+
},
|
|
465
|
+
"context": {
|
|
466
|
+
"type": "css",
|
|
467
|
+
"name": ".k-columns-auto",
|
|
468
|
+
"code": "\n\n // columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );\n\n",
|
|
469
|
+
"line": {
|
|
470
|
+
"start": 68,
|
|
471
|
+
"end": 74
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
"group": [
|
|
475
|
+
"columns"
|
|
476
|
+
],
|
|
477
|
+
"contextType": "css",
|
|
478
|
+
"access": "public",
|
|
479
|
+
"require": [],
|
|
480
|
+
"file": {
|
|
481
|
+
"path": "layout/_columns.scss",
|
|
482
|
+
"name": "_columns.scss"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
159
485
|
{
|
|
160
486
|
"description": "This is equivalent to `display: none;`. Turns off the display of an element so that it has no effect on layout (the document is rendered as though the element did not exist). All descendant elements also have their display turned off.\n",
|
|
161
487
|
"commentRange": {
|
|
@@ -167,8 +493,8 @@
|
|
|
167
493
|
"name": ".k-d-none",
|
|
168
494
|
"value": "// Display utility classes\n $kendo-utils-display: k-map-get( $kendo-utils, \"display\" ) !default;\n @include generate-utils( d, display, $kendo-utils-display );\n\n\n // Legacy aliases\n @include generate-utils( display, display, $kendo-utils-display );\n .#{$kendo-prefix}d-flex-row { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-row !optional; }\n .\\!#{$kendo-prefix}d-flex-row { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format\n .#{$kendo-prefix}d-flex-col { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-col !optional; }\n .\\!#{$kendo-prefix}d-flex-col { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format",
|
|
169
495
|
"line": {
|
|
170
|
-
"start":
|
|
171
|
-
"end":
|
|
496
|
+
"start": 58,
|
|
497
|
+
"end": 73
|
|
172
498
|
}
|
|
173
499
|
},
|
|
174
500
|
"group": [
|
|
@@ -192,8 +518,8 @@
|
|
|
192
518
|
"name": ".k-d-block",
|
|
193
519
|
"value": "// Display utility classes\n $kendo-utils-display: k-map-get( $kendo-utils, \"display\" ) !default;\n @include generate-utils( d, display, $kendo-utils-display );\n\n\n // Legacy aliases\n @include generate-utils( display, display, $kendo-utils-display );\n .#{$kendo-prefix}d-flex-row { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-row !optional; }\n .\\!#{$kendo-prefix}d-flex-row { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format\n .#{$kendo-prefix}d-flex-col { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-col !optional; }\n .\\!#{$kendo-prefix}d-flex-col { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format",
|
|
194
520
|
"line": {
|
|
195
|
-
"start":
|
|
196
|
-
"end":
|
|
521
|
+
"start": 58,
|
|
522
|
+
"end": 73
|
|
197
523
|
}
|
|
198
524
|
},
|
|
199
525
|
"group": [
|
|
@@ -217,8 +543,8 @@
|
|
|
217
543
|
"name": ".k-d-inline",
|
|
218
544
|
"value": "// Display utility classes\n $kendo-utils-display: k-map-get( $kendo-utils, \"display\" ) !default;\n @include generate-utils( d, display, $kendo-utils-display );\n\n\n // Legacy aliases\n @include generate-utils( display, display, $kendo-utils-display );\n .#{$kendo-prefix}d-flex-row { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-row !optional; }\n .\\!#{$kendo-prefix}d-flex-row { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format\n .#{$kendo-prefix}d-flex-col { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-col !optional; }\n .\\!#{$kendo-prefix}d-flex-col { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format",
|
|
219
545
|
"line": {
|
|
220
|
-
"start":
|
|
221
|
-
"end":
|
|
546
|
+
"start": 58,
|
|
547
|
+
"end": 73
|
|
222
548
|
}
|
|
223
549
|
},
|
|
224
550
|
"group": [
|
|
@@ -242,8 +568,8 @@
|
|
|
242
568
|
"name": ".k-d-inline-block",
|
|
243
569
|
"value": "// Display utility classes\n $kendo-utils-display: k-map-get( $kendo-utils, \"display\" ) !default;\n @include generate-utils( d, display, $kendo-utils-display );\n\n\n // Legacy aliases\n @include generate-utils( display, display, $kendo-utils-display );\n .#{$kendo-prefix}d-flex-row { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-row !optional; }\n .\\!#{$kendo-prefix}d-flex-row { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format\n .#{$kendo-prefix}d-flex-col { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-col !optional; }\n .\\!#{$kendo-prefix}d-flex-col { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format",
|
|
244
570
|
"line": {
|
|
245
|
-
"start":
|
|
246
|
-
"end":
|
|
571
|
+
"start": 58,
|
|
572
|
+
"end": 73
|
|
247
573
|
}
|
|
248
574
|
},
|
|
249
575
|
"group": [
|
|
@@ -267,8 +593,8 @@
|
|
|
267
593
|
"name": ".k-d-flex",
|
|
268
594
|
"value": "// Display utility classes\n $kendo-utils-display: k-map-get( $kendo-utils, \"display\" ) !default;\n @include generate-utils( d, display, $kendo-utils-display );\n\n\n // Legacy aliases\n @include generate-utils( display, display, $kendo-utils-display );\n .#{$kendo-prefix}d-flex-row { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-row !optional; }\n .\\!#{$kendo-prefix}d-flex-row { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format\n .#{$kendo-prefix}d-flex-col { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-col !optional; }\n .\\!#{$kendo-prefix}d-flex-col { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format",
|
|
269
595
|
"line": {
|
|
270
|
-
"start":
|
|
271
|
-
"end":
|
|
596
|
+
"start": 58,
|
|
597
|
+
"end": 73
|
|
272
598
|
}
|
|
273
599
|
},
|
|
274
600
|
"group": [
|
|
@@ -292,8 +618,8 @@
|
|
|
292
618
|
"name": ".k-d-inline-flex",
|
|
293
619
|
"value": "// Display utility classes\n $kendo-utils-display: k-map-get( $kendo-utils, \"display\" ) !default;\n @include generate-utils( d, display, $kendo-utils-display );\n\n\n // Legacy aliases\n @include generate-utils( display, display, $kendo-utils-display );\n .#{$kendo-prefix}d-flex-row { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-row !optional; }\n .\\!#{$kendo-prefix}d-flex-row { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format\n .#{$kendo-prefix}d-flex-col { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-col !optional; }\n .\\!#{$kendo-prefix}d-flex-col { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format",
|
|
294
620
|
"line": {
|
|
295
|
-
"start":
|
|
296
|
-
"end":
|
|
621
|
+
"start": 58,
|
|
622
|
+
"end": 73
|
|
297
623
|
}
|
|
298
624
|
},
|
|
299
625
|
"group": [
|
|
@@ -317,8 +643,8 @@
|
|
|
317
643
|
"name": ".k-d-grid",
|
|
318
644
|
"value": "// Display utility classes\n $kendo-utils-display: k-map-get( $kendo-utils, \"display\" ) !default;\n @include generate-utils( d, display, $kendo-utils-display );\n\n\n // Legacy aliases\n @include generate-utils( display, display, $kendo-utils-display );\n .#{$kendo-prefix}d-flex-row { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-row !optional; }\n .\\!#{$kendo-prefix}d-flex-row { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format\n .#{$kendo-prefix}d-flex-col { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-col !optional; }\n .\\!#{$kendo-prefix}d-flex-col { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format",
|
|
319
645
|
"line": {
|
|
320
|
-
"start":
|
|
321
|
-
"end":
|
|
646
|
+
"start": 58,
|
|
647
|
+
"end": 73
|
|
322
648
|
}
|
|
323
649
|
},
|
|
324
650
|
"group": [
|
|
@@ -342,8 +668,8 @@
|
|
|
342
668
|
"name": ".k-d-inline-grid",
|
|
343
669
|
"value": "// Display utility classes\n $kendo-utils-display: k-map-get( $kendo-utils, \"display\" ) !default;\n @include generate-utils( d, display, $kendo-utils-display );\n\n\n // Legacy aliases\n @include generate-utils( display, display, $kendo-utils-display );\n .#{$kendo-prefix}d-flex-row { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-row !optional; }\n .\\!#{$kendo-prefix}d-flex-row { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format\n .#{$kendo-prefix}d-flex-col { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-col !optional; }\n .\\!#{$kendo-prefix}d-flex-col { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format",
|
|
344
670
|
"line": {
|
|
345
|
-
"start":
|
|
346
|
-
"end":
|
|
671
|
+
"start": 58,
|
|
672
|
+
"end": 73
|
|
347
673
|
}
|
|
348
674
|
},
|
|
349
675
|
"group": [
|
|
@@ -367,8 +693,8 @@
|
|
|
367
693
|
"name": ".k-d-table",
|
|
368
694
|
"value": "// Display utility classes\n $kendo-utils-display: k-map-get( $kendo-utils, \"display\" ) !default;\n @include generate-utils( d, display, $kendo-utils-display );\n\n\n // Legacy aliases\n @include generate-utils( display, display, $kendo-utils-display );\n .#{$kendo-prefix}d-flex-row { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-row !optional; }\n .\\!#{$kendo-prefix}d-flex-row { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format\n .#{$kendo-prefix}d-flex-col { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-col !optional; }\n .\\!#{$kendo-prefix}d-flex-col { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format",
|
|
369
695
|
"line": {
|
|
370
|
-
"start":
|
|
371
|
-
"end":
|
|
696
|
+
"start": 58,
|
|
697
|
+
"end": 73
|
|
372
698
|
}
|
|
373
699
|
},
|
|
374
700
|
"group": [
|
|
@@ -392,8 +718,8 @@
|
|
|
392
718
|
"name": ".k-d-inline-table",
|
|
393
719
|
"value": "// Display utility classes\n $kendo-utils-display: k-map-get( $kendo-utils, \"display\" ) !default;\n @include generate-utils( d, display, $kendo-utils-display );\n\n\n // Legacy aliases\n @include generate-utils( display, display, $kendo-utils-display );\n .#{$kendo-prefix}d-flex-row { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-row !optional; }\n .\\!#{$kendo-prefix}d-flex-row { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format\n .#{$kendo-prefix}d-flex-col { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-col !optional; }\n .\\!#{$kendo-prefix}d-flex-col { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format",
|
|
394
720
|
"line": {
|
|
395
|
-
"start":
|
|
396
|
-
"end":
|
|
721
|
+
"start": 58,
|
|
722
|
+
"end": 73
|
|
397
723
|
}
|
|
398
724
|
},
|
|
399
725
|
"group": [
|
|
@@ -415,10 +741,10 @@
|
|
|
415
741
|
"context": {
|
|
416
742
|
"type": "css",
|
|
417
743
|
"name": ".k-d-list-item",
|
|
418
|
-
"
|
|
744
|
+
"value": "// Display utility classes\n $kendo-utils-display: k-map-get( $kendo-utils, \"display\" ) !default;\n @include generate-utils( d, display, $kendo-utils-display );\n\n\n // Legacy aliases\n @include generate-utils( display, display, $kendo-utils-display );\n .#{$kendo-prefix}d-flex-row { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-row !optional; }\n .\\!#{$kendo-prefix}d-flex-row { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format\n .#{$kendo-prefix}d-flex-col { @extend .#{$kendo-prefix}d-flex, .#{$kendo-prefix}flex-col !optional; }\n .\\!#{$kendo-prefix}d-flex-col { @extend .\\!#{$kendo-prefix}d-flex, .\\!#{$kendo-prefix}flex-row !optional; } // sass-lint:disable-line class-name-format",
|
|
419
745
|
"line": {
|
|
420
|
-
"start":
|
|
421
|
-
"end":
|
|
746
|
+
"start": 58,
|
|
747
|
+
"end": 73
|
|
422
748
|
}
|
|
423
749
|
},
|
|
424
750
|
"group": [
|
|
@@ -426,7 +752,6 @@
|
|
|
426
752
|
],
|
|
427
753
|
"contextType": "css",
|
|
428
754
|
"access": "public",
|
|
429
|
-
"require": [],
|
|
430
755
|
"file": {
|
|
431
756
|
"path": "layout/_display.scss",
|
|
432
757
|
"name": "_display.scss"
|
|
@@ -1125,10 +1450,10 @@
|
|
|
1125
1450
|
"context": {
|
|
1126
1451
|
"type": "css",
|
|
1127
1452
|
"name": ".k-overflow-auto",
|
|
1128
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1453
|
+
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );",
|
|
1129
1454
|
"line": {
|
|
1130
1455
|
"start": 76,
|
|
1131
|
-
"end":
|
|
1456
|
+
"end": 84
|
|
1132
1457
|
}
|
|
1133
1458
|
},
|
|
1134
1459
|
"group": [
|
|
@@ -1150,10 +1475,10 @@
|
|
|
1150
1475
|
"context": {
|
|
1151
1476
|
"type": "css",
|
|
1152
1477
|
"name": ".k-overflow-hidden",
|
|
1153
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1478
|
+
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );",
|
|
1154
1479
|
"line": {
|
|
1155
1480
|
"start": 76,
|
|
1156
|
-
"end":
|
|
1481
|
+
"end": 84
|
|
1157
1482
|
}
|
|
1158
1483
|
},
|
|
1159
1484
|
"group": [
|
|
@@ -1175,10 +1500,10 @@
|
|
|
1175
1500
|
"context": {
|
|
1176
1501
|
"type": "css",
|
|
1177
1502
|
"name": ".k-overflow-visible",
|
|
1178
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1503
|
+
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );",
|
|
1179
1504
|
"line": {
|
|
1180
1505
|
"start": 76,
|
|
1181
|
-
"end":
|
|
1506
|
+
"end": 84
|
|
1182
1507
|
}
|
|
1183
1508
|
},
|
|
1184
1509
|
"group": [
|
|
@@ -1200,10 +1525,10 @@
|
|
|
1200
1525
|
"context": {
|
|
1201
1526
|
"type": "css",
|
|
1202
1527
|
"name": ".k-overflow-scroll",
|
|
1203
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1528
|
+
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );",
|
|
1204
1529
|
"line": {
|
|
1205
1530
|
"start": 76,
|
|
1206
|
-
"end":
|
|
1531
|
+
"end": 84
|
|
1207
1532
|
}
|
|
1208
1533
|
},
|
|
1209
1534
|
"group": [
|
|
@@ -1225,10 +1550,10 @@
|
|
|
1225
1550
|
"context": {
|
|
1226
1551
|
"type": "css",
|
|
1227
1552
|
"name": ".k-overflow-clip",
|
|
1228
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1553
|
+
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );",
|
|
1229
1554
|
"line": {
|
|
1230
1555
|
"start": 76,
|
|
1231
|
-
"end":
|
|
1556
|
+
"end": 84
|
|
1232
1557
|
}
|
|
1233
1558
|
},
|
|
1234
1559
|
"group": [
|
|
@@ -1250,10 +1575,10 @@
|
|
|
1250
1575
|
"context": {
|
|
1251
1576
|
"type": "css",
|
|
1252
1577
|
"name": ".k-overflow-x-auto",
|
|
1253
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1578
|
+
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );",
|
|
1254
1579
|
"line": {
|
|
1255
1580
|
"start": 76,
|
|
1256
|
-
"end":
|
|
1581
|
+
"end": 84
|
|
1257
1582
|
}
|
|
1258
1583
|
},
|
|
1259
1584
|
"group": [
|
|
@@ -1275,10 +1600,10 @@
|
|
|
1275
1600
|
"context": {
|
|
1276
1601
|
"type": "css",
|
|
1277
1602
|
"name": ".k-overflow-x-hidden",
|
|
1278
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1603
|
+
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );",
|
|
1279
1604
|
"line": {
|
|
1280
1605
|
"start": 76,
|
|
1281
|
-
"end":
|
|
1606
|
+
"end": 84
|
|
1282
1607
|
}
|
|
1283
1608
|
},
|
|
1284
1609
|
"group": [
|
|
@@ -1300,10 +1625,10 @@
|
|
|
1300
1625
|
"context": {
|
|
1301
1626
|
"type": "css",
|
|
1302
1627
|
"name": ".k-overflow-x-visible",
|
|
1303
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1628
|
+
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );",
|
|
1304
1629
|
"line": {
|
|
1305
1630
|
"start": 76,
|
|
1306
|
-
"end":
|
|
1631
|
+
"end": 84
|
|
1307
1632
|
}
|
|
1308
1633
|
},
|
|
1309
1634
|
"group": [
|
|
@@ -1325,10 +1650,10 @@
|
|
|
1325
1650
|
"context": {
|
|
1326
1651
|
"type": "css",
|
|
1327
1652
|
"name": ".k-overflow-x-scroll",
|
|
1328
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1653
|
+
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );",
|
|
1329
1654
|
"line": {
|
|
1330
1655
|
"start": 76,
|
|
1331
|
-
"end":
|
|
1656
|
+
"end": 84
|
|
1332
1657
|
}
|
|
1333
1658
|
},
|
|
1334
1659
|
"group": [
|
|
@@ -1350,10 +1675,10 @@
|
|
|
1350
1675
|
"context": {
|
|
1351
1676
|
"type": "css",
|
|
1352
1677
|
"name": ".k-overflow-x-clip",
|
|
1353
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1678
|
+
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );",
|
|
1354
1679
|
"line": {
|
|
1355
1680
|
"start": 76,
|
|
1356
|
-
"end":
|
|
1681
|
+
"end": 84
|
|
1357
1682
|
}
|
|
1358
1683
|
},
|
|
1359
1684
|
"group": [
|
|
@@ -1375,10 +1700,10 @@
|
|
|
1375
1700
|
"context": {
|
|
1376
1701
|
"type": "css",
|
|
1377
1702
|
"name": ".k-overflow-y-auto",
|
|
1378
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1703
|
+
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );",
|
|
1379
1704
|
"line": {
|
|
1380
1705
|
"start": 76,
|
|
1381
|
-
"end":
|
|
1706
|
+
"end": 84
|
|
1382
1707
|
}
|
|
1383
1708
|
},
|
|
1384
1709
|
"group": [
|
|
@@ -1400,10 +1725,10 @@
|
|
|
1400
1725
|
"context": {
|
|
1401
1726
|
"type": "css",
|
|
1402
1727
|
"name": ".k-overflow-y-hidden",
|
|
1403
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1728
|
+
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );",
|
|
1404
1729
|
"line": {
|
|
1405
1730
|
"start": 76,
|
|
1406
|
-
"end":
|
|
1731
|
+
"end": 84
|
|
1407
1732
|
}
|
|
1408
1733
|
},
|
|
1409
1734
|
"group": [
|
|
@@ -1425,10 +1750,10 @@
|
|
|
1425
1750
|
"context": {
|
|
1426
1751
|
"type": "css",
|
|
1427
1752
|
"name": ".k-overflow-y-visible",
|
|
1428
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1753
|
+
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );",
|
|
1429
1754
|
"line": {
|
|
1430
1755
|
"start": 76,
|
|
1431
|
-
"end":
|
|
1756
|
+
"end": 84
|
|
1432
1757
|
}
|
|
1433
1758
|
},
|
|
1434
1759
|
"group": [
|
|
@@ -1450,10 +1775,10 @@
|
|
|
1450
1775
|
"context": {
|
|
1451
1776
|
"type": "css",
|
|
1452
1777
|
"name": ".k-overflow-y-scroll",
|
|
1453
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1778
|
+
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );",
|
|
1454
1779
|
"line": {
|
|
1455
1780
|
"start": 76,
|
|
1456
|
-
"end":
|
|
1781
|
+
"end": 84
|
|
1457
1782
|
}
|
|
1458
1783
|
},
|
|
1459
1784
|
"group": [
|
|
@@ -1475,10 +1800,10 @@
|
|
|
1475
1800
|
"context": {
|
|
1476
1801
|
"type": "css",
|
|
1477
1802
|
"name": ".k-overflow-y-clip",
|
|
1478
|
-
"code": "\n\n // Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n
|
|
1803
|
+
"code": "\n\n // Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );\n @include generate-utils( overflow-x, overflow-x, $kendo-utils-overflow );\n @include generate-utils( overflow-y, overflow-y, $kendo-utils-overflow );\n",
|
|
1479
1804
|
"line": {
|
|
1480
1805
|
"start": 76,
|
|
1481
|
-
"end":
|
|
1806
|
+
"end": 83
|
|
1482
1807
|
}
|
|
1483
1808
|
},
|
|
1484
1809
|
"group": [
|
|
@@ -1544,18 +1869,18 @@
|
|
|
1544
1869
|
}
|
|
1545
1870
|
},
|
|
1546
1871
|
{
|
|
1547
|
-
"description": "This is equivalent to `
|
|
1872
|
+
"description": "This is equivalent to `top: 0;`.\n",
|
|
1548
1873
|
"commentRange": {
|
|
1549
|
-
"start":
|
|
1550
|
-
"end":
|
|
1874
|
+
"start": 7,
|
|
1875
|
+
"end": 10
|
|
1551
1876
|
},
|
|
1552
1877
|
"context": {
|
|
1553
1878
|
"type": "css",
|
|
1554
|
-
"name": ".k-pos-
|
|
1555
|
-
"value": "//
|
|
1879
|
+
"name": ".k-pos-top",
|
|
1880
|
+
"value": "// Top / right / bottom / left\n $kendo-utils-placement: k-map-get( $kendo-utils, \"placement\" ) !default;\n @include generate-utils( top, top, $kendo-utils-placement );\n @include generate-utils( right, right, $kendo-utils-placement );\n @include generate-utils( bottom, bottom, $kendo-utils-placement );\n @include generate-utils( left, left, $kendo-utils-placement );\n\n\n // Position length utility classes\n @each $side in (top, right, bottom, left) {\n .#{$kendo-prefix}#{$side},\n .#{$kendo-prefix}pos-#{$side} { #{$side}: 0; } // sass-lint:disable-line brace-style\n }\n\n // Inset utility classes\n $kendo-utils-inset: k-map-get( $kendo-utils, \"inset\" ) !default;\n @include generate-utils( inset, inset, $kendo-utils-inset );\n @include generate-utils( inset-x, inset-inline, $kendo-utils-inset );\n @include generate-utils( inset-y, inset-block, $kendo-utils-inset );\n @include generate-utils( top-left, ( top, left ), $kendo-utils-inset );\n @include generate-utils( top-right, ( top, right ), $kendo-utils-inset );\n @include generate-utils( bottom-left, ( bottom, left ), $kendo-utils-inset );\n @include generate-utils( bottom-right, ( bottom, right ), $kendo-utils-inset );\n\n\n // Legacy aliases\n .#{$kendo-prefix}top-start,\n .#{$kendo-prefix}pos-top-start {\n top: 0;\n inset-inline-start: 0;\n }\n\n .#{$kendo-prefix}top-end,\n .#{$kendo-prefix}pos-top-end {\n top: 0;\n inset-inline-end: 0;\n }\n\n .#{$kendo-prefix}bottom-start,\n .#{$kendo-prefix}pos-bottom-start {\n bottom: 0;\n inset-inline-start: 0;\n }\n\n .#{$kendo-prefix}bottom-end,\n .#{$kendo-prefix}pos-bottom-end {\n bottom: 0;\n inset-inline-end: 0;\n }\n\n .#{$kendo-prefix}top-center,\n .#{$kendo-prefix}pos-top-center {\n top: 0;\n left: 50%;\n transform: translateX(-50%);\n }\n .#{$kendo-prefix}middle-left,\n .#{$kendo-prefix}middle-start,\n .#{$kendo-prefix}pos-middle-start {\n top: 50%;\n left: 0;\n transform: translateY(-50%);\n }\n .#{$kendo-prefix}middle-center {\n top: 50%;\n left: 50%;\n transform: translateY(-50%);\n }\n .#{$kendo-prefix}middle-right,\n .#{$kendo-prefix}middle-end,\n .#{$kendo-prefix}pos-middle-end {\n top: 50%;\n right: 0;\n transform: translateY(-50%);\n }\n .#{$kendo-prefix}bottom-center,\n .#{$kendo-prefix}pos-bottom-center {\n bottom: 0;\n left: 50%;\n transform: translateX(-50%);\n }",
|
|
1556
1881
|
"line": {
|
|
1557
|
-
"start":
|
|
1558
|
-
"end":
|
|
1882
|
+
"start": 27,
|
|
1883
|
+
"end": 111
|
|
1559
1884
|
}
|
|
1560
1885
|
},
|
|
1561
1886
|
"group": [
|
|
@@ -1564,23 +1889,23 @@
|
|
|
1564
1889
|
"contextType": "css",
|
|
1565
1890
|
"access": "public",
|
|
1566
1891
|
"file": {
|
|
1567
|
-
"path": "layout/
|
|
1568
|
-
"name": "
|
|
1892
|
+
"path": "layout/_placement.scss",
|
|
1893
|
+
"name": "_placement.scss"
|
|
1569
1894
|
}
|
|
1570
1895
|
},
|
|
1571
1896
|
{
|
|
1572
|
-
"description": "This is equivalent to `
|
|
1897
|
+
"description": "This is equivalent to `right: 0;`.\n",
|
|
1573
1898
|
"commentRange": {
|
|
1574
|
-
"start":
|
|
1575
|
-
"end":
|
|
1899
|
+
"start": 12,
|
|
1900
|
+
"end": 15
|
|
1576
1901
|
},
|
|
1577
1902
|
"context": {
|
|
1578
1903
|
"type": "css",
|
|
1579
|
-
"name": ".k-pos-
|
|
1580
|
-
"value": "//
|
|
1904
|
+
"name": ".k-pos-right",
|
|
1905
|
+
"value": "// Top / right / bottom / left\n $kendo-utils-placement: k-map-get( $kendo-utils, \"placement\" ) !default;\n @include generate-utils( top, top, $kendo-utils-placement );\n @include generate-utils( right, right, $kendo-utils-placement );\n @include generate-utils( bottom, bottom, $kendo-utils-placement );\n @include generate-utils( left, left, $kendo-utils-placement );\n\n\n // Position length utility classes\n @each $side in (top, right, bottom, left) {\n .#{$kendo-prefix}#{$side},\n .#{$kendo-prefix}pos-#{$side} { #{$side}: 0; } // sass-lint:disable-line brace-style\n }\n\n // Inset utility classes\n $kendo-utils-inset: k-map-get( $kendo-utils, \"inset\" ) !default;\n @include generate-utils( inset, inset, $kendo-utils-inset );\n @include generate-utils( inset-x, inset-inline, $kendo-utils-inset );\n @include generate-utils( inset-y, inset-block, $kendo-utils-inset );\n @include generate-utils( top-left, ( top, left ), $kendo-utils-inset );\n @include generate-utils( top-right, ( top, right ), $kendo-utils-inset );\n @include generate-utils( bottom-left, ( bottom, left ), $kendo-utils-inset );\n @include generate-utils( bottom-right, ( bottom, right ), $kendo-utils-inset );\n\n\n // Legacy aliases\n .#{$kendo-prefix}top-start,\n .#{$kendo-prefix}pos-top-start {\n top: 0;\n inset-inline-start: 0;\n }\n\n .#{$kendo-prefix}top-end,\n .#{$kendo-prefix}pos-top-end {\n top: 0;\n inset-inline-end: 0;\n }\n\n .#{$kendo-prefix}bottom-start,\n .#{$kendo-prefix}pos-bottom-start {\n bottom: 0;\n inset-inline-start: 0;\n }\n\n .#{$kendo-prefix}bottom-end,\n .#{$kendo-prefix}pos-bottom-end {\n bottom: 0;\n inset-inline-end: 0;\n }\n\n .#{$kendo-prefix}top-center,\n .#{$kendo-prefix}pos-top-center {\n top: 0;\n left: 50%;\n transform: translateX(-50%);\n }\n .#{$kendo-prefix}middle-left,\n .#{$kendo-prefix}middle-start,\n .#{$kendo-prefix}pos-middle-start {\n top: 50%;\n left: 0;\n transform: translateY(-50%);\n }\n .#{$kendo-prefix}middle-center {\n top: 50%;\n left: 50%;\n transform: translateY(-50%);\n }\n .#{$kendo-prefix}middle-right,\n .#{$kendo-prefix}middle-end,\n .#{$kendo-prefix}pos-middle-end {\n top: 50%;\n right: 0;\n transform: translateY(-50%);\n }\n .#{$kendo-prefix}bottom-center,\n .#{$kendo-prefix}pos-bottom-center {\n bottom: 0;\n left: 50%;\n transform: translateX(-50%);\n }",
|
|
1581
1906
|
"line": {
|
|
1582
|
-
"start":
|
|
1583
|
-
"end":
|
|
1907
|
+
"start": 27,
|
|
1908
|
+
"end": 111
|
|
1584
1909
|
}
|
|
1585
1910
|
},
|
|
1586
1911
|
"group": [
|
|
@@ -1589,23 +1914,23 @@
|
|
|
1589
1914
|
"contextType": "css",
|
|
1590
1915
|
"access": "public",
|
|
1591
1916
|
"file": {
|
|
1592
|
-
"path": "layout/
|
|
1593
|
-
"name": "
|
|
1917
|
+
"path": "layout/_placement.scss",
|
|
1918
|
+
"name": "_placement.scss"
|
|
1594
1919
|
}
|
|
1595
1920
|
},
|
|
1596
1921
|
{
|
|
1597
|
-
"description": "This is equivalent to `
|
|
1922
|
+
"description": "This is equivalent to `bottom: 0;`.\n",
|
|
1598
1923
|
"commentRange": {
|
|
1599
|
-
"start":
|
|
1600
|
-
"end":
|
|
1924
|
+
"start": 17,
|
|
1925
|
+
"end": 20
|
|
1601
1926
|
},
|
|
1602
1927
|
"context": {
|
|
1603
1928
|
"type": "css",
|
|
1604
|
-
"name": ".k-pos-
|
|
1605
|
-
"value": "//
|
|
1929
|
+
"name": ".k-pos-bottom",
|
|
1930
|
+
"value": "// Top / right / bottom / left\n $kendo-utils-placement: k-map-get( $kendo-utils, \"placement\" ) !default;\n @include generate-utils( top, top, $kendo-utils-placement );\n @include generate-utils( right, right, $kendo-utils-placement );\n @include generate-utils( bottom, bottom, $kendo-utils-placement );\n @include generate-utils( left, left, $kendo-utils-placement );\n\n\n // Position length utility classes\n @each $side in (top, right, bottom, left) {\n .#{$kendo-prefix}#{$side},\n .#{$kendo-prefix}pos-#{$side} { #{$side}: 0; } // sass-lint:disable-line brace-style\n }\n\n // Inset utility classes\n $kendo-utils-inset: k-map-get( $kendo-utils, \"inset\" ) !default;\n @include generate-utils( inset, inset, $kendo-utils-inset );\n @include generate-utils( inset-x, inset-inline, $kendo-utils-inset );\n @include generate-utils( inset-y, inset-block, $kendo-utils-inset );\n @include generate-utils( top-left, ( top, left ), $kendo-utils-inset );\n @include generate-utils( top-right, ( top, right ), $kendo-utils-inset );\n @include generate-utils( bottom-left, ( bottom, left ), $kendo-utils-inset );\n @include generate-utils( bottom-right, ( bottom, right ), $kendo-utils-inset );\n\n\n // Legacy aliases\n .#{$kendo-prefix}top-start,\n .#{$kendo-prefix}pos-top-start {\n top: 0;\n inset-inline-start: 0;\n }\n\n .#{$kendo-prefix}top-end,\n .#{$kendo-prefix}pos-top-end {\n top: 0;\n inset-inline-end: 0;\n }\n\n .#{$kendo-prefix}bottom-start,\n .#{$kendo-prefix}pos-bottom-start {\n bottom: 0;\n inset-inline-start: 0;\n }\n\n .#{$kendo-prefix}bottom-end,\n .#{$kendo-prefix}pos-bottom-end {\n bottom: 0;\n inset-inline-end: 0;\n }\n\n .#{$kendo-prefix}top-center,\n .#{$kendo-prefix}pos-top-center {\n top: 0;\n left: 50%;\n transform: translateX(-50%);\n }\n .#{$kendo-prefix}middle-left,\n .#{$kendo-prefix}middle-start,\n .#{$kendo-prefix}pos-middle-start {\n top: 50%;\n left: 0;\n transform: translateY(-50%);\n }\n .#{$kendo-prefix}middle-center {\n top: 50%;\n left: 50%;\n transform: translateY(-50%);\n }\n .#{$kendo-prefix}middle-right,\n .#{$kendo-prefix}middle-end,\n .#{$kendo-prefix}pos-middle-end {\n top: 50%;\n right: 0;\n transform: translateY(-50%);\n }\n .#{$kendo-prefix}bottom-center,\n .#{$kendo-prefix}pos-bottom-center {\n bottom: 0;\n left: 50%;\n transform: translateX(-50%);\n }",
|
|
1606
1931
|
"line": {
|
|
1607
|
-
"start":
|
|
1608
|
-
"end":
|
|
1932
|
+
"start": 27,
|
|
1933
|
+
"end": 111
|
|
1609
1934
|
}
|
|
1610
1935
|
},
|
|
1611
1936
|
"group": [
|
|
@@ -1614,23 +1939,23 @@
|
|
|
1614
1939
|
"contextType": "css",
|
|
1615
1940
|
"access": "public",
|
|
1616
1941
|
"file": {
|
|
1617
|
-
"path": "layout/
|
|
1618
|
-
"name": "
|
|
1942
|
+
"path": "layout/_placement.scss",
|
|
1943
|
+
"name": "_placement.scss"
|
|
1619
1944
|
}
|
|
1620
1945
|
},
|
|
1621
1946
|
{
|
|
1622
|
-
"description": "This is equivalent to `
|
|
1947
|
+
"description": "This is equivalent to `left: 0;`.\n",
|
|
1623
1948
|
"commentRange": {
|
|
1624
|
-
"start":
|
|
1625
|
-
"end":
|
|
1949
|
+
"start": 22,
|
|
1950
|
+
"end": 25
|
|
1626
1951
|
},
|
|
1627
1952
|
"context": {
|
|
1628
1953
|
"type": "css",
|
|
1629
|
-
"name": ".k-pos-
|
|
1630
|
-
"
|
|
1954
|
+
"name": ".k-pos-left",
|
|
1955
|
+
"code": "\n // Top / right / bottom / left\n $kendo-utils-placement: k-map-get( $kendo-utils, \"placement\" ) !default;\n @include generate-utils( top, top, $kendo-utils-placement );\n @include generate-utils( right, right, $kendo-utils-placement );\n @include generate-utils( bottom, bottom, $kendo-utils-placement );\n @include generate-utils( left, left, $kendo-utils-placement );\n\n\n // Position length utility classes\n @each $side in (top, right, bottom, left) {\n .#{$kendo-prefix}#{$side},\n .#{$kendo-prefix}pos-#{$side} { #{$side}: 0; } // sass-lint:disable-line brace-style\n }\n\n // Inset utility classes\n $kendo-utils-inset: k-map-get( $kendo-utils, \"inset\" ) !default;\n @include generate-utils( inset, inset, $kendo-utils-inset );\n @include generate-utils( inset-x, inset-inline, $kendo-utils-inset );\n @include generate-utils( inset-y, inset-block, $kendo-utils-inset );\n @include generate-utils( top-left, ( top, left ), $kendo-utils-inset );\n @include generate-utils( top-right, ( top, right ), $kendo-utils-inset );\n @include generate-utils( bottom-left, ( bottom, left ), $kendo-utils-inset );\n @include generate-utils( bottom-right, ( bottom, right ), $kendo-utils-inset );\n\n\n // Legacy aliases\n .#{$kendo-prefix}top-start,\n .#{$kendo-prefix}pos-top-start {\n top: 0;\n inset-inline-start: 0;\n }\n\n .#{$kendo-prefix}top-end,\n .#{$kendo-prefix}pos-top-end {\n top: 0;\n inset-inline-end: 0;\n }\n\n .#{$kendo-prefix}bottom-start,\n .#{$kendo-prefix}pos-bottom-start {\n bottom: 0;\n inset-inline-start: 0;\n }\n\n .#{$kendo-prefix}bottom-end,\n .#{$kendo-prefix}pos-bottom-end {\n bottom: 0;\n inset-inline-end: 0;\n }\n\n .#{$kendo-prefix}top-center,\n .#{$kendo-prefix}pos-top-center {\n top: 0;\n left: 50%;\n transform: translateX(-50%);\n }\n .#{$kendo-prefix}middle-left,\n .#{$kendo-prefix}middle-start,\n .#{$kendo-prefix}pos-middle-start {\n top: 50%;\n left: 0;\n transform: translateY(-50%);\n }\n .#{$kendo-prefix}middle-center {\n top: 50%;\n left: 50%;\n transform: translateY(-50%);\n }\n .#{$kendo-prefix}middle-right,\n .#{$kendo-prefix}middle-end,\n .#{$kendo-prefix}pos-middle-end {\n top: 50%;\n right: 0;\n transform: translateY(-50%);\n }\n .#{$kendo-prefix}bottom-center,\n .#{$kendo-prefix}pos-bottom-center {\n bottom: 0;\n left: 50%;\n transform: translateX(-50%);\n }\n\n",
|
|
1631
1956
|
"line": {
|
|
1632
|
-
"start":
|
|
1633
|
-
"end":
|
|
1957
|
+
"start": 27,
|
|
1958
|
+
"end": 110
|
|
1634
1959
|
}
|
|
1635
1960
|
},
|
|
1636
1961
|
"group": [
|
|
@@ -1638,24 +1963,25 @@
|
|
|
1638
1963
|
],
|
|
1639
1964
|
"contextType": "css",
|
|
1640
1965
|
"access": "public",
|
|
1966
|
+
"require": [],
|
|
1641
1967
|
"file": {
|
|
1642
|
-
"path": "layout/
|
|
1643
|
-
"name": "
|
|
1968
|
+
"path": "layout/_placement.scss",
|
|
1969
|
+
"name": "_placement.scss"
|
|
1644
1970
|
}
|
|
1645
1971
|
},
|
|
1646
1972
|
{
|
|
1647
|
-
"description": "This is equivalent to `position:
|
|
1973
|
+
"description": "This is equivalent to `position: static;`. The element is positioned according to the normal flow of the document. The top, right, bottom, left, and z-index properties have no effect. This is the default value.\n",
|
|
1648
1974
|
"commentRange": {
|
|
1649
|
-
"start":
|
|
1650
|
-
"end":
|
|
1975
|
+
"start": 3,
|
|
1976
|
+
"end": 6
|
|
1651
1977
|
},
|
|
1652
1978
|
"context": {
|
|
1653
1979
|
"type": "css",
|
|
1654
|
-
"name": ".k-pos-
|
|
1655
|
-
"value": "// Position utility classes\n $kendo-utils-position: k-map-get( $kendo-utils, \"position\" ) !default;\n @include generate-utils( pos, position, $kendo-utils-position );\n\n\n // Legacy aliases\n .#{$kendo-prefix}static { @extend .#{$kendo-prefix}pos-static !optional; }\n .\\!#{$kendo-prefix}static { @extend .\\!#{$kendo-prefix}pos-static !optional; }\n .#{$kendo-prefix}relative { @extend .#{$kendo-prefix}pos-relative !optional; }\n .\\!#{$kendo-prefix}relative { @extend .\\!#{$kendo-prefix}pos-relative !optional; }\n .#{$kendo-prefix}absolute { @extend .#{$kendo-prefix}pos-absolute !optional; }\n .\\!#{$kendo-prefix}absolute { @extend .\\!#{$kendo-prefix}pos-absolute !optional; }\n .#{$kendo-prefix}fixed { @extend .#{$kendo-prefix}pos-fixed !optional; }\n .\\!#{$kendo-prefix}fixed { @extend .\\!#{$kendo-prefix}pos-fixed !optional; }\n .#{$kendo-prefix}sticky { @extend .#{$kendo-prefix}pos-sticky !optional; }\n .\\!#{$kendo-prefix}sticky { @extend .\\!#{$kendo-prefix}pos-sticky !optional; }
|
|
1980
|
+
"name": ".k-pos-static",
|
|
1981
|
+
"value": "// Position utility classes\n $kendo-utils-position: k-map-get( $kendo-utils, \"position\" ) !default;\n @include generate-utils( pos, position, $kendo-utils-position );\n\n\n // Legacy aliases\n .#{$kendo-prefix}static { @extend .#{$kendo-prefix}pos-static !optional; }\n .\\!#{$kendo-prefix}static { @extend .\\!#{$kendo-prefix}pos-static !optional; }\n .#{$kendo-prefix}relative { @extend .#{$kendo-prefix}pos-relative !optional; }\n .\\!#{$kendo-prefix}relative { @extend .\\!#{$kendo-prefix}pos-relative !optional; }\n .#{$kendo-prefix}absolute { @extend .#{$kendo-prefix}pos-absolute !optional; }\n .\\!#{$kendo-prefix}absolute { @extend .\\!#{$kendo-prefix}pos-absolute !optional; }\n .#{$kendo-prefix}fixed { @extend .#{$kendo-prefix}pos-fixed !optional; }\n .\\!#{$kendo-prefix}fixed { @extend .\\!#{$kendo-prefix}pos-fixed !optional; }\n .#{$kendo-prefix}sticky { @extend .#{$kendo-prefix}pos-sticky !optional; }\n .\\!#{$kendo-prefix}sticky { @extend .\\!#{$kendo-prefix}pos-sticky !optional; }",
|
|
1656
1982
|
"line": {
|
|
1657
|
-
"start":
|
|
1658
|
-
"end":
|
|
1983
|
+
"start": 28,
|
|
1984
|
+
"end": 48
|
|
1659
1985
|
}
|
|
1660
1986
|
},
|
|
1661
1987
|
"group": [
|
|
@@ -1669,18 +1995,18 @@
|
|
|
1669
1995
|
}
|
|
1670
1996
|
},
|
|
1671
1997
|
{
|
|
1672
|
-
"description": "This is equivalent to `
|
|
1998
|
+
"description": "This is equivalent to `position: relative;`. The element is positioned according to the normal flow of the document, and then offset relative to itself based on the values of top, right, bottom, and left. The offset does not affect the position of any other elements; thus, the space given for the element in the page layout is the same as if position were static.\n",
|
|
1673
1999
|
"commentRange": {
|
|
1674
|
-
"start":
|
|
1675
|
-
"end":
|
|
2000
|
+
"start": 8,
|
|
2001
|
+
"end": 11
|
|
1676
2002
|
},
|
|
1677
2003
|
"context": {
|
|
1678
2004
|
"type": "css",
|
|
1679
|
-
"name": ".k-pos-
|
|
1680
|
-
"value": "// Position utility classes\n $kendo-utils-position: k-map-get( $kendo-utils, \"position\" ) !default;\n @include generate-utils( pos, position, $kendo-utils-position );\n\n\n // Legacy aliases\n .#{$kendo-prefix}static { @extend .#{$kendo-prefix}pos-static !optional; }\n .\\!#{$kendo-prefix}static { @extend .\\!#{$kendo-prefix}pos-static !optional; }\n .#{$kendo-prefix}relative { @extend .#{$kendo-prefix}pos-relative !optional; }\n .\\!#{$kendo-prefix}relative { @extend .\\!#{$kendo-prefix}pos-relative !optional; }\n .#{$kendo-prefix}absolute { @extend .#{$kendo-prefix}pos-absolute !optional; }\n .\\!#{$kendo-prefix}absolute { @extend .\\!#{$kendo-prefix}pos-absolute !optional; }\n .#{$kendo-prefix}fixed { @extend .#{$kendo-prefix}pos-fixed !optional; }\n .\\!#{$kendo-prefix}fixed { @extend .\\!#{$kendo-prefix}pos-fixed !optional; }\n .#{$kendo-prefix}sticky { @extend .#{$kendo-prefix}pos-sticky !optional; }\n .\\!#{$kendo-prefix}sticky { @extend .\\!#{$kendo-prefix}pos-sticky !optional; }
|
|
2005
|
+
"name": ".k-pos-relative",
|
|
2006
|
+
"value": "// Position utility classes\n $kendo-utils-position: k-map-get( $kendo-utils, \"position\" ) !default;\n @include generate-utils( pos, position, $kendo-utils-position );\n\n\n // Legacy aliases\n .#{$kendo-prefix}static { @extend .#{$kendo-prefix}pos-static !optional; }\n .\\!#{$kendo-prefix}static { @extend .\\!#{$kendo-prefix}pos-static !optional; }\n .#{$kendo-prefix}relative { @extend .#{$kendo-prefix}pos-relative !optional; }\n .\\!#{$kendo-prefix}relative { @extend .\\!#{$kendo-prefix}pos-relative !optional; }\n .#{$kendo-prefix}absolute { @extend .#{$kendo-prefix}pos-absolute !optional; }\n .\\!#{$kendo-prefix}absolute { @extend .\\!#{$kendo-prefix}pos-absolute !optional; }\n .#{$kendo-prefix}fixed { @extend .#{$kendo-prefix}pos-fixed !optional; }\n .\\!#{$kendo-prefix}fixed { @extend .\\!#{$kendo-prefix}pos-fixed !optional; }\n .#{$kendo-prefix}sticky { @extend .#{$kendo-prefix}pos-sticky !optional; }\n .\\!#{$kendo-prefix}sticky { @extend .\\!#{$kendo-prefix}pos-sticky !optional; }",
|
|
1681
2007
|
"line": {
|
|
1682
|
-
"start":
|
|
1683
|
-
"end":
|
|
2008
|
+
"start": 28,
|
|
2009
|
+
"end": 48
|
|
1684
2010
|
}
|
|
1685
2011
|
},
|
|
1686
2012
|
"group": [
|
|
@@ -1694,18 +2020,18 @@
|
|
|
1694
2020
|
}
|
|
1695
2021
|
},
|
|
1696
2022
|
{
|
|
1697
|
-
"description": "This is equivalent to `
|
|
2023
|
+
"description": "This is equivalent to `position: absolute;`. The element is removed from the normal document flow, and no space is created for the element in the page layout. It is positioned relative to its closest positioned ancestor, if any; otherwise, it is placed relative to the initial containing block. Its final position is determined by the values of top, right, bottom, and left.\n",
|
|
1698
2024
|
"commentRange": {
|
|
1699
|
-
"start":
|
|
1700
|
-
"end":
|
|
2025
|
+
"start": 13,
|
|
2026
|
+
"end": 16
|
|
1701
2027
|
},
|
|
1702
2028
|
"context": {
|
|
1703
2029
|
"type": "css",
|
|
1704
|
-
"name": ".k-pos-
|
|
1705
|
-
"value": "// Position utility classes\n $kendo-utils-position: k-map-get( $kendo-utils, \"position\" ) !default;\n @include generate-utils( pos, position, $kendo-utils-position );\n\n\n // Legacy aliases\n .#{$kendo-prefix}static { @extend .#{$kendo-prefix}pos-static !optional; }\n .\\!#{$kendo-prefix}static { @extend .\\!#{$kendo-prefix}pos-static !optional; }\n .#{$kendo-prefix}relative { @extend .#{$kendo-prefix}pos-relative !optional; }\n .\\!#{$kendo-prefix}relative { @extend .\\!#{$kendo-prefix}pos-relative !optional; }\n .#{$kendo-prefix}absolute { @extend .#{$kendo-prefix}pos-absolute !optional; }\n .\\!#{$kendo-prefix}absolute { @extend .\\!#{$kendo-prefix}pos-absolute !optional; }\n .#{$kendo-prefix}fixed { @extend .#{$kendo-prefix}pos-fixed !optional; }\n .\\!#{$kendo-prefix}fixed { @extend .\\!#{$kendo-prefix}pos-fixed !optional; }\n .#{$kendo-prefix}sticky { @extend .#{$kendo-prefix}pos-sticky !optional; }\n .\\!#{$kendo-prefix}sticky { @extend .\\!#{$kendo-prefix}pos-sticky !optional; }
|
|
2030
|
+
"name": ".k-pos-absolute",
|
|
2031
|
+
"value": "// Position utility classes\n $kendo-utils-position: k-map-get( $kendo-utils, \"position\" ) !default;\n @include generate-utils( pos, position, $kendo-utils-position );\n\n\n // Legacy aliases\n .#{$kendo-prefix}static { @extend .#{$kendo-prefix}pos-static !optional; }\n .\\!#{$kendo-prefix}static { @extend .\\!#{$kendo-prefix}pos-static !optional; }\n .#{$kendo-prefix}relative { @extend .#{$kendo-prefix}pos-relative !optional; }\n .\\!#{$kendo-prefix}relative { @extend .\\!#{$kendo-prefix}pos-relative !optional; }\n .#{$kendo-prefix}absolute { @extend .#{$kendo-prefix}pos-absolute !optional; }\n .\\!#{$kendo-prefix}absolute { @extend .\\!#{$kendo-prefix}pos-absolute !optional; }\n .#{$kendo-prefix}fixed { @extend .#{$kendo-prefix}pos-fixed !optional; }\n .\\!#{$kendo-prefix}fixed { @extend .\\!#{$kendo-prefix}pos-fixed !optional; }\n .#{$kendo-prefix}sticky { @extend .#{$kendo-prefix}pos-sticky !optional; }\n .\\!#{$kendo-prefix}sticky { @extend .\\!#{$kendo-prefix}pos-sticky !optional; }",
|
|
1706
2032
|
"line": {
|
|
1707
|
-
"start":
|
|
1708
|
-
"end":
|
|
2033
|
+
"start": 28,
|
|
2034
|
+
"end": 48
|
|
1709
2035
|
}
|
|
1710
2036
|
},
|
|
1711
2037
|
"group": [
|
|
@@ -1719,18 +2045,18 @@
|
|
|
1719
2045
|
}
|
|
1720
2046
|
},
|
|
1721
2047
|
{
|
|
1722
|
-
"description": "This is equivalent to `
|
|
2048
|
+
"description": "This is equivalent to `position: fixed;`. The element is removed from the normal document flow, and no space is created for the element in the page layout. It is positioned relative to the initial containing block established by the viewport, except when one of its ancestors has a transform, perspective, or filter property set to something other than none (see the CSS Transforms Spec), in which case that ancestor behaves as the containing block. (Note that there are browser inconsistencies with perspective and filter contributing to containing block formation.) Its final position is determined by the values of top, right, bottom, and left.\n",
|
|
1723
2049
|
"commentRange": {
|
|
1724
|
-
"start":
|
|
1725
|
-
"end":
|
|
2050
|
+
"start": 18,
|
|
2051
|
+
"end": 21
|
|
1726
2052
|
},
|
|
1727
2053
|
"context": {
|
|
1728
2054
|
"type": "css",
|
|
1729
|
-
"name": ".k-pos-
|
|
1730
|
-
"value": "// Position utility classes\n $kendo-utils-position: k-map-get( $kendo-utils, \"position\" ) !default;\n @include generate-utils( pos, position, $kendo-utils-position );\n\n\n // Legacy aliases\n .#{$kendo-prefix}static { @extend .#{$kendo-prefix}pos-static !optional; }\n .\\!#{$kendo-prefix}static { @extend .\\!#{$kendo-prefix}pos-static !optional; }\n .#{$kendo-prefix}relative { @extend .#{$kendo-prefix}pos-relative !optional; }\n .\\!#{$kendo-prefix}relative { @extend .\\!#{$kendo-prefix}pos-relative !optional; }\n .#{$kendo-prefix}absolute { @extend .#{$kendo-prefix}pos-absolute !optional; }\n .\\!#{$kendo-prefix}absolute { @extend .\\!#{$kendo-prefix}pos-absolute !optional; }\n .#{$kendo-prefix}fixed { @extend .#{$kendo-prefix}pos-fixed !optional; }\n .\\!#{$kendo-prefix}fixed { @extend .\\!#{$kendo-prefix}pos-fixed !optional; }\n .#{$kendo-prefix}sticky { @extend .#{$kendo-prefix}pos-sticky !optional; }\n .\\!#{$kendo-prefix}sticky { @extend .\\!#{$kendo-prefix}pos-sticky !optional; }
|
|
2055
|
+
"name": ".k-pos-fixed",
|
|
2056
|
+
"value": "// Position utility classes\n $kendo-utils-position: k-map-get( $kendo-utils, \"position\" ) !default;\n @include generate-utils( pos, position, $kendo-utils-position );\n\n\n // Legacy aliases\n .#{$kendo-prefix}static { @extend .#{$kendo-prefix}pos-static !optional; }\n .\\!#{$kendo-prefix}static { @extend .\\!#{$kendo-prefix}pos-static !optional; }\n .#{$kendo-prefix}relative { @extend .#{$kendo-prefix}pos-relative !optional; }\n .\\!#{$kendo-prefix}relative { @extend .\\!#{$kendo-prefix}pos-relative !optional; }\n .#{$kendo-prefix}absolute { @extend .#{$kendo-prefix}pos-absolute !optional; }\n .\\!#{$kendo-prefix}absolute { @extend .\\!#{$kendo-prefix}pos-absolute !optional; }\n .#{$kendo-prefix}fixed { @extend .#{$kendo-prefix}pos-fixed !optional; }\n .\\!#{$kendo-prefix}fixed { @extend .\\!#{$kendo-prefix}pos-fixed !optional; }\n .#{$kendo-prefix}sticky { @extend .#{$kendo-prefix}pos-sticky !optional; }\n .\\!#{$kendo-prefix}sticky { @extend .\\!#{$kendo-prefix}pos-sticky !optional; }",
|
|
1731
2057
|
"line": {
|
|
1732
|
-
"start":
|
|
1733
|
-
"end":
|
|
2058
|
+
"start": 28,
|
|
2059
|
+
"end": 48
|
|
1734
2060
|
}
|
|
1735
2061
|
},
|
|
1736
2062
|
"group": [
|
|
@@ -1744,18 +2070,18 @@
|
|
|
1744
2070
|
}
|
|
1745
2071
|
},
|
|
1746
2072
|
{
|
|
1747
|
-
"description": "This is equivalent to `
|
|
2073
|
+
"description": "This is equivalent to `position: sticky;`. The element is positioned according to the normal flow of the document, and then offset relative to its nearest scrolling ancestor and containing block (nearest block-level ancestor), including table-related elements, based on the values of top, right, bottom, and left. The offset does not affect the position of any other elements.\n",
|
|
1748
2074
|
"commentRange": {
|
|
1749
|
-
"start":
|
|
1750
|
-
"end":
|
|
2075
|
+
"start": 23,
|
|
2076
|
+
"end": 26
|
|
1751
2077
|
},
|
|
1752
2078
|
"context": {
|
|
1753
2079
|
"type": "css",
|
|
1754
|
-
"name": ".k-pos-
|
|
1755
|
-
"code": "\n\n // Position utility classes\n $kendo-utils-position: k-map-get( $kendo-utils, \"position\" ) !default;\n @include generate-utils( pos, position, $kendo-utils-position );\n\n\n // Legacy aliases\n .#{$kendo-prefix}static { @extend .#{$kendo-prefix}pos-static !optional; }\n .\\!#{$kendo-prefix}static { @extend .\\!#{$kendo-prefix}pos-static !optional; }\n .#{$kendo-prefix}relative { @extend .#{$kendo-prefix}pos-relative !optional; }\n .\\!#{$kendo-prefix}relative { @extend .\\!#{$kendo-prefix}pos-relative !optional; }\n .#{$kendo-prefix}absolute { @extend .#{$kendo-prefix}pos-absolute !optional; }\n .\\!#{$kendo-prefix}absolute { @extend .\\!#{$kendo-prefix}pos-absolute !optional; }\n .#{$kendo-prefix}fixed { @extend .#{$kendo-prefix}pos-fixed !optional; }\n .\\!#{$kendo-prefix}fixed { @extend .\\!#{$kendo-prefix}pos-fixed !optional; }\n .#{$kendo-prefix}sticky { @extend .#{$kendo-prefix}pos-sticky !optional; }\n .\\!#{$kendo-prefix}sticky { @extend .\\!#{$kendo-prefix}pos-sticky !optional; }\n\n
|
|
2080
|
+
"name": ".k-pos-sticky",
|
|
2081
|
+
"code": "\n\n // Position utility classes\n $kendo-utils-position: k-map-get( $kendo-utils, \"position\" ) !default;\n @include generate-utils( pos, position, $kendo-utils-position );\n\n\n // Legacy aliases\n .#{$kendo-prefix}static { @extend .#{$kendo-prefix}pos-static !optional; }\n .\\!#{$kendo-prefix}static { @extend .\\!#{$kendo-prefix}pos-static !optional; }\n .#{$kendo-prefix}relative { @extend .#{$kendo-prefix}pos-relative !optional; }\n .\\!#{$kendo-prefix}relative { @extend .\\!#{$kendo-prefix}pos-relative !optional; }\n .#{$kendo-prefix}absolute { @extend .#{$kendo-prefix}pos-absolute !optional; }\n .\\!#{$kendo-prefix}absolute { @extend .\\!#{$kendo-prefix}pos-absolute !optional; }\n .#{$kendo-prefix}fixed { @extend .#{$kendo-prefix}pos-fixed !optional; }\n .\\!#{$kendo-prefix}fixed { @extend .\\!#{$kendo-prefix}pos-fixed !optional; }\n .#{$kendo-prefix}sticky { @extend .#{$kendo-prefix}pos-sticky !optional; }\n .\\!#{$kendo-prefix}sticky { @extend .\\!#{$kendo-prefix}pos-sticky !optional; }\n\n",
|
|
1756
2082
|
"line": {
|
|
1757
|
-
"start":
|
|
1758
|
-
"end":
|
|
2083
|
+
"start": 28,
|
|
2084
|
+
"end": 47
|
|
1759
2085
|
}
|
|
1760
2086
|
},
|
|
1761
2087
|
"group": [
|