@progress/kendo-theme-utils 6.2.1-dev.0 → 6.2.1-dev.44
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
|
@@ -151,6 +151,332 @@
|
|
|
151
151
|
"name": "_aspect-ratio.scss"
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
|
+
{
|
|
155
|
+
"description": "This is equivalent to `columns: 1;`. Element's content is displayed into 1 column.\n",
|
|
156
|
+
"commentRange": {
|
|
157
|
+
"start": 3,
|
|
158
|
+
"end": 6
|
|
159
|
+
},
|
|
160
|
+
"context": {
|
|
161
|
+
"type": "css",
|
|
162
|
+
"name": ".k-columns-1",
|
|
163
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
164
|
+
"line": {
|
|
165
|
+
"start": 68,
|
|
166
|
+
"end": 75
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"group": [
|
|
170
|
+
"columns"
|
|
171
|
+
],
|
|
172
|
+
"contextType": "css",
|
|
173
|
+
"access": "public",
|
|
174
|
+
"file": {
|
|
175
|
+
"path": "layout/_columns.scss",
|
|
176
|
+
"name": "_columns.scss"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"description": "This is equivalent to `columns: 2;`. Element's content is broken into 2 columns.\n",
|
|
181
|
+
"commentRange": {
|
|
182
|
+
"start": 8,
|
|
183
|
+
"end": 11
|
|
184
|
+
},
|
|
185
|
+
"context": {
|
|
186
|
+
"type": "css",
|
|
187
|
+
"name": ".k-columns-2",
|
|
188
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
189
|
+
"line": {
|
|
190
|
+
"start": 68,
|
|
191
|
+
"end": 75
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"group": [
|
|
195
|
+
"columns"
|
|
196
|
+
],
|
|
197
|
+
"contextType": "css",
|
|
198
|
+
"access": "public",
|
|
199
|
+
"file": {
|
|
200
|
+
"path": "layout/_columns.scss",
|
|
201
|
+
"name": "_columns.scss"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"description": "This is equivalent to `columns: 3;`. Element's content is broken into 3 columns.\n",
|
|
206
|
+
"commentRange": {
|
|
207
|
+
"start": 13,
|
|
208
|
+
"end": 16
|
|
209
|
+
},
|
|
210
|
+
"context": {
|
|
211
|
+
"type": "css",
|
|
212
|
+
"name": ".k-columns-3",
|
|
213
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
214
|
+
"line": {
|
|
215
|
+
"start": 68,
|
|
216
|
+
"end": 75
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"group": [
|
|
220
|
+
"columns"
|
|
221
|
+
],
|
|
222
|
+
"contextType": "css",
|
|
223
|
+
"access": "public",
|
|
224
|
+
"file": {
|
|
225
|
+
"path": "layout/_columns.scss",
|
|
226
|
+
"name": "_columns.scss"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"description": "This is equivalent to `columns: 4;`. Element's content is broken into 4 columns.\n",
|
|
231
|
+
"commentRange": {
|
|
232
|
+
"start": 18,
|
|
233
|
+
"end": 21
|
|
234
|
+
},
|
|
235
|
+
"context": {
|
|
236
|
+
"type": "css",
|
|
237
|
+
"name": ".k-columns-4",
|
|
238
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
239
|
+
"line": {
|
|
240
|
+
"start": 68,
|
|
241
|
+
"end": 75
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"group": [
|
|
245
|
+
"columns"
|
|
246
|
+
],
|
|
247
|
+
"contextType": "css",
|
|
248
|
+
"access": "public",
|
|
249
|
+
"file": {
|
|
250
|
+
"path": "layout/_columns.scss",
|
|
251
|
+
"name": "_columns.scss"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"description": "This is equivalent to `columns: 5;`. Element's content is broken into 5 columns.\n",
|
|
256
|
+
"commentRange": {
|
|
257
|
+
"start": 23,
|
|
258
|
+
"end": 26
|
|
259
|
+
},
|
|
260
|
+
"context": {
|
|
261
|
+
"type": "css",
|
|
262
|
+
"name": ".k-columns-5",
|
|
263
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
264
|
+
"line": {
|
|
265
|
+
"start": 68,
|
|
266
|
+
"end": 75
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"group": [
|
|
270
|
+
"columns"
|
|
271
|
+
],
|
|
272
|
+
"contextType": "css",
|
|
273
|
+
"access": "public",
|
|
274
|
+
"file": {
|
|
275
|
+
"path": "layout/_columns.scss",
|
|
276
|
+
"name": "_columns.scss"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"description": "This is equivalent to `columns: 6;`. Element's content is broken into 6 columns.\n",
|
|
281
|
+
"commentRange": {
|
|
282
|
+
"start": 28,
|
|
283
|
+
"end": 31
|
|
284
|
+
},
|
|
285
|
+
"context": {
|
|
286
|
+
"type": "css",
|
|
287
|
+
"name": ".k-columns-6",
|
|
288
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
289
|
+
"line": {
|
|
290
|
+
"start": 68,
|
|
291
|
+
"end": 75
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"group": [
|
|
295
|
+
"columns"
|
|
296
|
+
],
|
|
297
|
+
"contextType": "css",
|
|
298
|
+
"access": "public",
|
|
299
|
+
"file": {
|
|
300
|
+
"path": "layout/_columns.scss",
|
|
301
|
+
"name": "_columns.scss"
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"description": "This is equivalent to `columns: 7;`. Element's content is broken into 7 columns.\n",
|
|
306
|
+
"commentRange": {
|
|
307
|
+
"start": 33,
|
|
308
|
+
"end": 36
|
|
309
|
+
},
|
|
310
|
+
"context": {
|
|
311
|
+
"type": "css",
|
|
312
|
+
"name": ".k-columns-7",
|
|
313
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
314
|
+
"line": {
|
|
315
|
+
"start": 68,
|
|
316
|
+
"end": 75
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"group": [
|
|
320
|
+
"columns"
|
|
321
|
+
],
|
|
322
|
+
"contextType": "css",
|
|
323
|
+
"access": "public",
|
|
324
|
+
"file": {
|
|
325
|
+
"path": "layout/_columns.scss",
|
|
326
|
+
"name": "_columns.scss"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"description": "This is equivalent to `columns: 8;`. Element's content is broken into 8 columns.\n",
|
|
331
|
+
"commentRange": {
|
|
332
|
+
"start": 38,
|
|
333
|
+
"end": 41
|
|
334
|
+
},
|
|
335
|
+
"context": {
|
|
336
|
+
"type": "css",
|
|
337
|
+
"name": ".k-columns-8",
|
|
338
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
339
|
+
"line": {
|
|
340
|
+
"start": 68,
|
|
341
|
+
"end": 75
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"group": [
|
|
345
|
+
"columns"
|
|
346
|
+
],
|
|
347
|
+
"contextType": "css",
|
|
348
|
+
"access": "public",
|
|
349
|
+
"file": {
|
|
350
|
+
"path": "layout/_columns.scss",
|
|
351
|
+
"name": "_columns.scss"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"description": "This is equivalent to `columns: 9;`. Element's content is broken into 9 columns.\n",
|
|
356
|
+
"commentRange": {
|
|
357
|
+
"start": 43,
|
|
358
|
+
"end": 46
|
|
359
|
+
},
|
|
360
|
+
"context": {
|
|
361
|
+
"type": "css",
|
|
362
|
+
"name": ".k-columns-9",
|
|
363
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
364
|
+
"line": {
|
|
365
|
+
"start": 68,
|
|
366
|
+
"end": 75
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"group": [
|
|
370
|
+
"columns"
|
|
371
|
+
],
|
|
372
|
+
"contextType": "css",
|
|
373
|
+
"access": "public",
|
|
374
|
+
"file": {
|
|
375
|
+
"path": "layout/_columns.scss",
|
|
376
|
+
"name": "_columns.scss"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"description": "This is equivalent to `columns: 10;`. Element's content is broken into 10 columns.\n",
|
|
381
|
+
"commentRange": {
|
|
382
|
+
"start": 48,
|
|
383
|
+
"end": 51
|
|
384
|
+
},
|
|
385
|
+
"context": {
|
|
386
|
+
"type": "css",
|
|
387
|
+
"name": ".k-columns-10",
|
|
388
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
389
|
+
"line": {
|
|
390
|
+
"start": 68,
|
|
391
|
+
"end": 75
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"group": [
|
|
395
|
+
"columns"
|
|
396
|
+
],
|
|
397
|
+
"contextType": "css",
|
|
398
|
+
"access": "public",
|
|
399
|
+
"file": {
|
|
400
|
+
"path": "layout/_columns.scss",
|
|
401
|
+
"name": "_columns.scss"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"description": "This is equivalent to `columns: 11;`. Element's content is broken into 11 columns.\n",
|
|
406
|
+
"commentRange": {
|
|
407
|
+
"start": 53,
|
|
408
|
+
"end": 56
|
|
409
|
+
},
|
|
410
|
+
"context": {
|
|
411
|
+
"type": "css",
|
|
412
|
+
"name": ".k-columns-11",
|
|
413
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
414
|
+
"line": {
|
|
415
|
+
"start": 68,
|
|
416
|
+
"end": 75
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"group": [
|
|
420
|
+
"columns"
|
|
421
|
+
],
|
|
422
|
+
"contextType": "css",
|
|
423
|
+
"access": "public",
|
|
424
|
+
"file": {
|
|
425
|
+
"path": "layout/_columns.scss",
|
|
426
|
+
"name": "_columns.scss"
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"description": "This is equivalent to `columns: 12;`. Element's content is broken into 12 columns.\n",
|
|
431
|
+
"commentRange": {
|
|
432
|
+
"start": 58,
|
|
433
|
+
"end": 61
|
|
434
|
+
},
|
|
435
|
+
"context": {
|
|
436
|
+
"type": "css",
|
|
437
|
+
"name": ".k-columns-12",
|
|
438
|
+
"value": "// columns utility classes\n $kendo-utils-columns: k-map-get( $kendo-utils, \"columns\" ) !default;\n @include generate-utils( columns, columns, $kendo-utils-columns );",
|
|
439
|
+
"line": {
|
|
440
|
+
"start": 68,
|
|
441
|
+
"end": 75
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
"group": [
|
|
445
|
+
"columns"
|
|
446
|
+
],
|
|
447
|
+
"contextType": "css",
|
|
448
|
+
"access": "public",
|
|
449
|
+
"file": {
|
|
450
|
+
"path": "layout/_columns.scss",
|
|
451
|
+
"name": "_columns.scss"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"description": "This is equivalent to `columns: auto;`.The number of columns is determined by other CSS properties, such as column-width.\n",
|
|
456
|
+
"commentRange": {
|
|
457
|
+
"start": 63,
|
|
458
|
+
"end": 66
|
|
459
|
+
},
|
|
460
|
+
"context": {
|
|
461
|
+
"type": "css",
|
|
462
|
+
"name": ".k-columns-auto",
|
|
463
|
+
"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",
|
|
464
|
+
"line": {
|
|
465
|
+
"start": 68,
|
|
466
|
+
"end": 74
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"group": [
|
|
470
|
+
"columns"
|
|
471
|
+
],
|
|
472
|
+
"contextType": "css",
|
|
473
|
+
"access": "public",
|
|
474
|
+
"require": [],
|
|
475
|
+
"file": {
|
|
476
|
+
"path": "layout/_columns.scss",
|
|
477
|
+
"name": "_columns.scss"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
154
480
|
{
|
|
155
481
|
"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",
|
|
156
482
|
"commentRange": {
|
|
@@ -162,8 +488,8 @@
|
|
|
162
488
|
"name": ".k-d-none",
|
|
163
489
|
"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",
|
|
164
490
|
"line": {
|
|
165
|
-
"start":
|
|
166
|
-
"end":
|
|
491
|
+
"start": 58,
|
|
492
|
+
"end": 73
|
|
167
493
|
}
|
|
168
494
|
},
|
|
169
495
|
"group": [
|
|
@@ -187,8 +513,8 @@
|
|
|
187
513
|
"name": ".k-d-block",
|
|
188
514
|
"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",
|
|
189
515
|
"line": {
|
|
190
|
-
"start":
|
|
191
|
-
"end":
|
|
516
|
+
"start": 58,
|
|
517
|
+
"end": 73
|
|
192
518
|
}
|
|
193
519
|
},
|
|
194
520
|
"group": [
|
|
@@ -212,8 +538,8 @@
|
|
|
212
538
|
"name": ".k-d-inline",
|
|
213
539
|
"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",
|
|
214
540
|
"line": {
|
|
215
|
-
"start":
|
|
216
|
-
"end":
|
|
541
|
+
"start": 58,
|
|
542
|
+
"end": 73
|
|
217
543
|
}
|
|
218
544
|
},
|
|
219
545
|
"group": [
|
|
@@ -237,8 +563,8 @@
|
|
|
237
563
|
"name": ".k-d-inline-block",
|
|
238
564
|
"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",
|
|
239
565
|
"line": {
|
|
240
|
-
"start":
|
|
241
|
-
"end":
|
|
566
|
+
"start": 58,
|
|
567
|
+
"end": 73
|
|
242
568
|
}
|
|
243
569
|
},
|
|
244
570
|
"group": [
|
|
@@ -262,8 +588,8 @@
|
|
|
262
588
|
"name": ".k-d-flex",
|
|
263
589
|
"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",
|
|
264
590
|
"line": {
|
|
265
|
-
"start":
|
|
266
|
-
"end":
|
|
591
|
+
"start": 58,
|
|
592
|
+
"end": 73
|
|
267
593
|
}
|
|
268
594
|
},
|
|
269
595
|
"group": [
|
|
@@ -287,8 +613,8 @@
|
|
|
287
613
|
"name": ".k-d-inline-flex",
|
|
288
614
|
"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",
|
|
289
615
|
"line": {
|
|
290
|
-
"start":
|
|
291
|
-
"end":
|
|
616
|
+
"start": 58,
|
|
617
|
+
"end": 73
|
|
292
618
|
}
|
|
293
619
|
},
|
|
294
620
|
"group": [
|
|
@@ -312,8 +638,8 @@
|
|
|
312
638
|
"name": ".k-d-grid",
|
|
313
639
|
"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",
|
|
314
640
|
"line": {
|
|
315
|
-
"start":
|
|
316
|
-
"end":
|
|
641
|
+
"start": 58,
|
|
642
|
+
"end": 73
|
|
317
643
|
}
|
|
318
644
|
},
|
|
319
645
|
"group": [
|
|
@@ -337,8 +663,8 @@
|
|
|
337
663
|
"name": ".k-d-inline-grid",
|
|
338
664
|
"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",
|
|
339
665
|
"line": {
|
|
340
|
-
"start":
|
|
341
|
-
"end":
|
|
666
|
+
"start": 58,
|
|
667
|
+
"end": 73
|
|
342
668
|
}
|
|
343
669
|
},
|
|
344
670
|
"group": [
|
|
@@ -362,8 +688,8 @@
|
|
|
362
688
|
"name": ".k-d-table",
|
|
363
689
|
"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",
|
|
364
690
|
"line": {
|
|
365
|
-
"start":
|
|
366
|
-
"end":
|
|
691
|
+
"start": 58,
|
|
692
|
+
"end": 73
|
|
367
693
|
}
|
|
368
694
|
},
|
|
369
695
|
"group": [
|
|
@@ -387,8 +713,8 @@
|
|
|
387
713
|
"name": ".k-d-inline-table",
|
|
388
714
|
"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",
|
|
389
715
|
"line": {
|
|
390
|
-
"start":
|
|
391
|
-
"end":
|
|
716
|
+
"start": 58,
|
|
717
|
+
"end": 73
|
|
392
718
|
}
|
|
393
719
|
},
|
|
394
720
|
"group": [
|
|
@@ -410,10 +736,10 @@
|
|
|
410
736
|
"context": {
|
|
411
737
|
"type": "css",
|
|
412
738
|
"name": ".k-d-list-item",
|
|
413
|
-
"
|
|
739
|
+
"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",
|
|
414
740
|
"line": {
|
|
415
|
-
"start":
|
|
416
|
-
"end":
|
|
741
|
+
"start": 58,
|
|
742
|
+
"end": 73
|
|
417
743
|
}
|
|
418
744
|
},
|
|
419
745
|
"group": [
|
|
@@ -421,7 +747,6 @@
|
|
|
421
747
|
],
|
|
422
748
|
"contextType": "css",
|
|
423
749
|
"access": "public",
|
|
424
|
-
"require": [],
|
|
425
750
|
"file": {
|
|
426
751
|
"path": "layout/_display.scss",
|
|
427
752
|
"name": "_display.scss"
|
|
@@ -1120,10 +1445,10 @@
|
|
|
1120
1445
|
"context": {
|
|
1121
1446
|
"type": "css",
|
|
1122
1447
|
"name": ".k-overflow-auto",
|
|
1123
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1448
|
+
"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 );",
|
|
1124
1449
|
"line": {
|
|
1125
1450
|
"start": 76,
|
|
1126
|
-
"end":
|
|
1451
|
+
"end": 84
|
|
1127
1452
|
}
|
|
1128
1453
|
},
|
|
1129
1454
|
"group": [
|
|
@@ -1145,10 +1470,10 @@
|
|
|
1145
1470
|
"context": {
|
|
1146
1471
|
"type": "css",
|
|
1147
1472
|
"name": ".k-overflow-hidden",
|
|
1148
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1473
|
+
"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 );",
|
|
1149
1474
|
"line": {
|
|
1150
1475
|
"start": 76,
|
|
1151
|
-
"end":
|
|
1476
|
+
"end": 84
|
|
1152
1477
|
}
|
|
1153
1478
|
},
|
|
1154
1479
|
"group": [
|
|
@@ -1170,10 +1495,10 @@
|
|
|
1170
1495
|
"context": {
|
|
1171
1496
|
"type": "css",
|
|
1172
1497
|
"name": ".k-overflow-visible",
|
|
1173
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1498
|
+
"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 );",
|
|
1174
1499
|
"line": {
|
|
1175
1500
|
"start": 76,
|
|
1176
|
-
"end":
|
|
1501
|
+
"end": 84
|
|
1177
1502
|
}
|
|
1178
1503
|
},
|
|
1179
1504
|
"group": [
|
|
@@ -1195,10 +1520,10 @@
|
|
|
1195
1520
|
"context": {
|
|
1196
1521
|
"type": "css",
|
|
1197
1522
|
"name": ".k-overflow-scroll",
|
|
1198
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1523
|
+
"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 );",
|
|
1199
1524
|
"line": {
|
|
1200
1525
|
"start": 76,
|
|
1201
|
-
"end":
|
|
1526
|
+
"end": 84
|
|
1202
1527
|
}
|
|
1203
1528
|
},
|
|
1204
1529
|
"group": [
|
|
@@ -1220,10 +1545,10 @@
|
|
|
1220
1545
|
"context": {
|
|
1221
1546
|
"type": "css",
|
|
1222
1547
|
"name": ".k-overflow-clip",
|
|
1223
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1548
|
+
"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 );",
|
|
1224
1549
|
"line": {
|
|
1225
1550
|
"start": 76,
|
|
1226
|
-
"end":
|
|
1551
|
+
"end": 84
|
|
1227
1552
|
}
|
|
1228
1553
|
},
|
|
1229
1554
|
"group": [
|
|
@@ -1245,10 +1570,10 @@
|
|
|
1245
1570
|
"context": {
|
|
1246
1571
|
"type": "css",
|
|
1247
1572
|
"name": ".k-overflow-x-auto",
|
|
1248
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1573
|
+
"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 );",
|
|
1249
1574
|
"line": {
|
|
1250
1575
|
"start": 76,
|
|
1251
|
-
"end":
|
|
1576
|
+
"end": 84
|
|
1252
1577
|
}
|
|
1253
1578
|
},
|
|
1254
1579
|
"group": [
|
|
@@ -1270,10 +1595,10 @@
|
|
|
1270
1595
|
"context": {
|
|
1271
1596
|
"type": "css",
|
|
1272
1597
|
"name": ".k-overflow-x-hidden",
|
|
1273
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1598
|
+
"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 );",
|
|
1274
1599
|
"line": {
|
|
1275
1600
|
"start": 76,
|
|
1276
|
-
"end":
|
|
1601
|
+
"end": 84
|
|
1277
1602
|
}
|
|
1278
1603
|
},
|
|
1279
1604
|
"group": [
|
|
@@ -1295,10 +1620,10 @@
|
|
|
1295
1620
|
"context": {
|
|
1296
1621
|
"type": "css",
|
|
1297
1622
|
"name": ".k-overflow-x-visible",
|
|
1298
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1623
|
+
"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 );",
|
|
1299
1624
|
"line": {
|
|
1300
1625
|
"start": 76,
|
|
1301
|
-
"end":
|
|
1626
|
+
"end": 84
|
|
1302
1627
|
}
|
|
1303
1628
|
},
|
|
1304
1629
|
"group": [
|
|
@@ -1320,10 +1645,10 @@
|
|
|
1320
1645
|
"context": {
|
|
1321
1646
|
"type": "css",
|
|
1322
1647
|
"name": ".k-overflow-x-scroll",
|
|
1323
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1648
|
+
"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 );",
|
|
1324
1649
|
"line": {
|
|
1325
1650
|
"start": 76,
|
|
1326
|
-
"end":
|
|
1651
|
+
"end": 84
|
|
1327
1652
|
}
|
|
1328
1653
|
},
|
|
1329
1654
|
"group": [
|
|
@@ -1345,10 +1670,10 @@
|
|
|
1345
1670
|
"context": {
|
|
1346
1671
|
"type": "css",
|
|
1347
1672
|
"name": ".k-overflow-x-clip",
|
|
1348
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1673
|
+
"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 );",
|
|
1349
1674
|
"line": {
|
|
1350
1675
|
"start": 76,
|
|
1351
|
-
"end":
|
|
1676
|
+
"end": 84
|
|
1352
1677
|
}
|
|
1353
1678
|
},
|
|
1354
1679
|
"group": [
|
|
@@ -1370,10 +1695,10 @@
|
|
|
1370
1695
|
"context": {
|
|
1371
1696
|
"type": "css",
|
|
1372
1697
|
"name": ".k-overflow-y-auto",
|
|
1373
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1698
|
+
"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 );",
|
|
1374
1699
|
"line": {
|
|
1375
1700
|
"start": 76,
|
|
1376
|
-
"end":
|
|
1701
|
+
"end": 84
|
|
1377
1702
|
}
|
|
1378
1703
|
},
|
|
1379
1704
|
"group": [
|
|
@@ -1395,10 +1720,10 @@
|
|
|
1395
1720
|
"context": {
|
|
1396
1721
|
"type": "css",
|
|
1397
1722
|
"name": ".k-overflow-y-hidden",
|
|
1398
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1723
|
+
"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 );",
|
|
1399
1724
|
"line": {
|
|
1400
1725
|
"start": 76,
|
|
1401
|
-
"end":
|
|
1726
|
+
"end": 84
|
|
1402
1727
|
}
|
|
1403
1728
|
},
|
|
1404
1729
|
"group": [
|
|
@@ -1420,10 +1745,10 @@
|
|
|
1420
1745
|
"context": {
|
|
1421
1746
|
"type": "css",
|
|
1422
1747
|
"name": ".k-overflow-y-visible",
|
|
1423
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1748
|
+
"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 );",
|
|
1424
1749
|
"line": {
|
|
1425
1750
|
"start": 76,
|
|
1426
|
-
"end":
|
|
1751
|
+
"end": 84
|
|
1427
1752
|
}
|
|
1428
1753
|
},
|
|
1429
1754
|
"group": [
|
|
@@ -1445,10 +1770,10 @@
|
|
|
1445
1770
|
"context": {
|
|
1446
1771
|
"type": "css",
|
|
1447
1772
|
"name": ".k-overflow-y-scroll",
|
|
1448
|
-
"value": "// Overflow utility classes\n $kendo-utils-overflow: k-map-get( $kendo-utils, \"overflow\" ) !default;\n @include generate-utils( overflow, overflow, $kendo-utils-overflow );",
|
|
1773
|
+
"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 );",
|
|
1449
1774
|
"line": {
|
|
1450
1775
|
"start": 76,
|
|
1451
|
-
"end":
|
|
1776
|
+
"end": 84
|
|
1452
1777
|
}
|
|
1453
1778
|
},
|
|
1454
1779
|
"group": [
|
|
@@ -1470,10 +1795,10 @@
|
|
|
1470
1795
|
"context": {
|
|
1471
1796
|
"type": "css",
|
|
1472
1797
|
"name": ".k-overflow-y-clip",
|
|
1473
|
-
"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
|
|
1798
|
+
"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",
|
|
1474
1799
|
"line": {
|
|
1475
1800
|
"start": 76,
|
|
1476
|
-
"end":
|
|
1801
|
+
"end": 83
|
|
1477
1802
|
}
|
|
1478
1803
|
},
|
|
1479
1804
|
"group": [
|
|
@@ -1539,18 +1864,18 @@
|
|
|
1539
1864
|
}
|
|
1540
1865
|
},
|
|
1541
1866
|
{
|
|
1542
|
-
"description": "This is equivalent to `
|
|
1867
|
+
"description": "This is equivalent to `top: 0;`.\n",
|
|
1543
1868
|
"commentRange": {
|
|
1544
|
-
"start":
|
|
1545
|
-
"end":
|
|
1869
|
+
"start": 7,
|
|
1870
|
+
"end": 10
|
|
1546
1871
|
},
|
|
1547
1872
|
"context": {
|
|
1548
1873
|
"type": "css",
|
|
1549
|
-
"name": ".k-pos-
|
|
1550
|
-
"value": "//
|
|
1874
|
+
"name": ".k-pos-top",
|
|
1875
|
+
"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 }",
|
|
1551
1876
|
"line": {
|
|
1552
|
-
"start":
|
|
1553
|
-
"end":
|
|
1877
|
+
"start": 27,
|
|
1878
|
+
"end": 111
|
|
1554
1879
|
}
|
|
1555
1880
|
},
|
|
1556
1881
|
"group": [
|
|
@@ -1559,23 +1884,23 @@
|
|
|
1559
1884
|
"contextType": "css",
|
|
1560
1885
|
"access": "public",
|
|
1561
1886
|
"file": {
|
|
1562
|
-
"path": "layout/
|
|
1563
|
-
"name": "
|
|
1887
|
+
"path": "layout/_placement.scss",
|
|
1888
|
+
"name": "_placement.scss"
|
|
1564
1889
|
}
|
|
1565
1890
|
},
|
|
1566
1891
|
{
|
|
1567
|
-
"description": "This is equivalent to `
|
|
1892
|
+
"description": "This is equivalent to `right: 0;`.\n",
|
|
1568
1893
|
"commentRange": {
|
|
1569
|
-
"start":
|
|
1570
|
-
"end":
|
|
1894
|
+
"start": 12,
|
|
1895
|
+
"end": 15
|
|
1571
1896
|
},
|
|
1572
1897
|
"context": {
|
|
1573
1898
|
"type": "css",
|
|
1574
|
-
"name": ".k-pos-
|
|
1575
|
-
"value": "//
|
|
1899
|
+
"name": ".k-pos-right",
|
|
1900
|
+
"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 }",
|
|
1576
1901
|
"line": {
|
|
1577
|
-
"start":
|
|
1578
|
-
"end":
|
|
1902
|
+
"start": 27,
|
|
1903
|
+
"end": 111
|
|
1579
1904
|
}
|
|
1580
1905
|
},
|
|
1581
1906
|
"group": [
|
|
@@ -1584,23 +1909,23 @@
|
|
|
1584
1909
|
"contextType": "css",
|
|
1585
1910
|
"access": "public",
|
|
1586
1911
|
"file": {
|
|
1587
|
-
"path": "layout/
|
|
1588
|
-
"name": "
|
|
1912
|
+
"path": "layout/_placement.scss",
|
|
1913
|
+
"name": "_placement.scss"
|
|
1589
1914
|
}
|
|
1590
1915
|
},
|
|
1591
1916
|
{
|
|
1592
|
-
"description": "This is equivalent to `
|
|
1917
|
+
"description": "This is equivalent to `bottom: 0;`.\n",
|
|
1593
1918
|
"commentRange": {
|
|
1594
|
-
"start":
|
|
1595
|
-
"end":
|
|
1919
|
+
"start": 17,
|
|
1920
|
+
"end": 20
|
|
1596
1921
|
},
|
|
1597
1922
|
"context": {
|
|
1598
1923
|
"type": "css",
|
|
1599
|
-
"name": ".k-pos-
|
|
1600
|
-
"value": "//
|
|
1924
|
+
"name": ".k-pos-bottom",
|
|
1925
|
+
"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 }",
|
|
1601
1926
|
"line": {
|
|
1602
|
-
"start":
|
|
1603
|
-
"end":
|
|
1927
|
+
"start": 27,
|
|
1928
|
+
"end": 111
|
|
1604
1929
|
}
|
|
1605
1930
|
},
|
|
1606
1931
|
"group": [
|
|
@@ -1609,23 +1934,23 @@
|
|
|
1609
1934
|
"contextType": "css",
|
|
1610
1935
|
"access": "public",
|
|
1611
1936
|
"file": {
|
|
1612
|
-
"path": "layout/
|
|
1613
|
-
"name": "
|
|
1937
|
+
"path": "layout/_placement.scss",
|
|
1938
|
+
"name": "_placement.scss"
|
|
1614
1939
|
}
|
|
1615
1940
|
},
|
|
1616
1941
|
{
|
|
1617
|
-
"description": "This is equivalent to `
|
|
1942
|
+
"description": "This is equivalent to `left: 0;`.\n",
|
|
1618
1943
|
"commentRange": {
|
|
1619
|
-
"start":
|
|
1620
|
-
"end":
|
|
1944
|
+
"start": 22,
|
|
1945
|
+
"end": 25
|
|
1621
1946
|
},
|
|
1622
1947
|
"context": {
|
|
1623
1948
|
"type": "css",
|
|
1624
|
-
"name": ".k-pos-
|
|
1625
|
-
"
|
|
1949
|
+
"name": ".k-pos-left",
|
|
1950
|
+
"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",
|
|
1626
1951
|
"line": {
|
|
1627
|
-
"start":
|
|
1628
|
-
"end":
|
|
1952
|
+
"start": 27,
|
|
1953
|
+
"end": 110
|
|
1629
1954
|
}
|
|
1630
1955
|
},
|
|
1631
1956
|
"group": [
|
|
@@ -1633,24 +1958,25 @@
|
|
|
1633
1958
|
],
|
|
1634
1959
|
"contextType": "css",
|
|
1635
1960
|
"access": "public",
|
|
1961
|
+
"require": [],
|
|
1636
1962
|
"file": {
|
|
1637
|
-
"path": "layout/
|
|
1638
|
-
"name": "
|
|
1963
|
+
"path": "layout/_placement.scss",
|
|
1964
|
+
"name": "_placement.scss"
|
|
1639
1965
|
}
|
|
1640
1966
|
},
|
|
1641
1967
|
{
|
|
1642
|
-
"description": "This is equivalent to `position:
|
|
1968
|
+
"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",
|
|
1643
1969
|
"commentRange": {
|
|
1644
|
-
"start":
|
|
1645
|
-
"end":
|
|
1970
|
+
"start": 3,
|
|
1971
|
+
"end": 6
|
|
1646
1972
|
},
|
|
1647
1973
|
"context": {
|
|
1648
1974
|
"type": "css",
|
|
1649
|
-
"name": ".k-pos-
|
|
1650
|
-
"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; }
|
|
1975
|
+
"name": ".k-pos-static",
|
|
1976
|
+
"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; }",
|
|
1651
1977
|
"line": {
|
|
1652
|
-
"start":
|
|
1653
|
-
"end":
|
|
1978
|
+
"start": 28,
|
|
1979
|
+
"end": 48
|
|
1654
1980
|
}
|
|
1655
1981
|
},
|
|
1656
1982
|
"group": [
|
|
@@ -1664,18 +1990,18 @@
|
|
|
1664
1990
|
}
|
|
1665
1991
|
},
|
|
1666
1992
|
{
|
|
1667
|
-
"description": "This is equivalent to `
|
|
1993
|
+
"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",
|
|
1668
1994
|
"commentRange": {
|
|
1669
|
-
"start":
|
|
1670
|
-
"end":
|
|
1995
|
+
"start": 8,
|
|
1996
|
+
"end": 11
|
|
1671
1997
|
},
|
|
1672
1998
|
"context": {
|
|
1673
1999
|
"type": "css",
|
|
1674
|
-
"name": ".k-pos-
|
|
1675
|
-
"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; }
|
|
2000
|
+
"name": ".k-pos-relative",
|
|
2001
|
+
"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; }",
|
|
1676
2002
|
"line": {
|
|
1677
|
-
"start":
|
|
1678
|
-
"end":
|
|
2003
|
+
"start": 28,
|
|
2004
|
+
"end": 48
|
|
1679
2005
|
}
|
|
1680
2006
|
},
|
|
1681
2007
|
"group": [
|
|
@@ -1689,18 +2015,18 @@
|
|
|
1689
2015
|
}
|
|
1690
2016
|
},
|
|
1691
2017
|
{
|
|
1692
|
-
"description": "This is equivalent to `
|
|
2018
|
+
"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",
|
|
1693
2019
|
"commentRange": {
|
|
1694
|
-
"start":
|
|
1695
|
-
"end":
|
|
2020
|
+
"start": 13,
|
|
2021
|
+
"end": 16
|
|
1696
2022
|
},
|
|
1697
2023
|
"context": {
|
|
1698
2024
|
"type": "css",
|
|
1699
|
-
"name": ".k-pos-
|
|
1700
|
-
"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; }
|
|
2025
|
+
"name": ".k-pos-absolute",
|
|
2026
|
+
"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; }",
|
|
1701
2027
|
"line": {
|
|
1702
|
-
"start":
|
|
1703
|
-
"end":
|
|
2028
|
+
"start": 28,
|
|
2029
|
+
"end": 48
|
|
1704
2030
|
}
|
|
1705
2031
|
},
|
|
1706
2032
|
"group": [
|
|
@@ -1714,18 +2040,18 @@
|
|
|
1714
2040
|
}
|
|
1715
2041
|
},
|
|
1716
2042
|
{
|
|
1717
|
-
"description": "This is equivalent to `
|
|
2043
|
+
"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",
|
|
1718
2044
|
"commentRange": {
|
|
1719
|
-
"start":
|
|
1720
|
-
"end":
|
|
2045
|
+
"start": 18,
|
|
2046
|
+
"end": 21
|
|
1721
2047
|
},
|
|
1722
2048
|
"context": {
|
|
1723
2049
|
"type": "css",
|
|
1724
|
-
"name": ".k-pos-
|
|
1725
|
-
"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; }
|
|
2050
|
+
"name": ".k-pos-fixed",
|
|
2051
|
+
"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; }",
|
|
1726
2052
|
"line": {
|
|
1727
|
-
"start":
|
|
1728
|
-
"end":
|
|
2053
|
+
"start": 28,
|
|
2054
|
+
"end": 48
|
|
1729
2055
|
}
|
|
1730
2056
|
},
|
|
1731
2057
|
"group": [
|
|
@@ -1739,18 +2065,18 @@
|
|
|
1739
2065
|
}
|
|
1740
2066
|
},
|
|
1741
2067
|
{
|
|
1742
|
-
"description": "This is equivalent to `
|
|
2068
|
+
"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",
|
|
1743
2069
|
"commentRange": {
|
|
1744
|
-
"start":
|
|
1745
|
-
"end":
|
|
2070
|
+
"start": 23,
|
|
2071
|
+
"end": 26
|
|
1746
2072
|
},
|
|
1747
2073
|
"context": {
|
|
1748
2074
|
"type": "css",
|
|
1749
|
-
"name": ".k-pos-
|
|
1750
|
-
"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
|
|
2075
|
+
"name": ".k-pos-sticky",
|
|
2076
|
+
"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",
|
|
1751
2077
|
"line": {
|
|
1752
|
-
"start":
|
|
1753
|
-
"end":
|
|
2078
|
+
"start": 28,
|
|
2079
|
+
"end": 47
|
|
1754
2080
|
}
|
|
1755
2081
|
},
|
|
1756
2082
|
"group": [
|