@progress/kendo-theme-classic 5.0.0-beta.2 → 5.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -8
- package/dist/all.css +1060 -935
- package/dist/all.scss +1785 -1512
- package/package.json +3 -3
- package/scss/card/_variables.scss +4 -4
- package/scss/chat/_variables.scss +0 -2
- package/scss/checkbox/_index.scss +1 -1
- package/scss/checkbox/_variables.scss +2 -8
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/combobox/_variables.scss +1 -31
- package/scss/fab/_variables.scss +129 -72
- package/scss/fab/index.md +0 -0
- package/scss/grid/_variables.scss +7 -7
- package/scss/imageeditor/_variables.scss +1 -0
- package/scss/index.scss +1 -0
- package/scss/input/_variables.scss +3 -3
- package/scss/list/_index.scss +1 -0
- package/scss/listbox/_variables.scss +1 -1
- package/scss/menu/_variables.scss +13 -1
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_variables.scss +1 -1
- package/scss/pdf-viewer/_variables.scss +2 -5
- package/scss/radio/_index.scss +1 -1
- package/scss/radio/_variables.scss +2 -8
- package/scss/table/_variables.scss +9 -9
- package/scss/toolbar/_variables.scss +2 -0
- package/scss/treeview/_variables.scss +34 -50
- package/scss/typography/_variables.scss +3 -3
- package/scss/virtual-scroller/_index.scss +10 -0
- package/scss/virtual-scroller/_layout.scss +1 -0
- package/scss/virtual-scroller/_theme.scss +1 -0
- package/scss/virtual-scroller/_variables.scss +1 -0
package/dist/all.scss
CHANGED
|
@@ -1506,8 +1506,8 @@ $enable-typography: false !default;
|
|
|
1506
1506
|
$font-size: 14px !default;
|
|
1507
1507
|
$font-size-xs: 10px !default;
|
|
1508
1508
|
$font-size-sm: 12px !default;
|
|
1509
|
-
$font-size-md:
|
|
1510
|
-
$font-size-lg:
|
|
1509
|
+
$font-size-md: $font-size !default;
|
|
1510
|
+
$font-size-lg: 16px !default;
|
|
1511
1511
|
$font-size-xl: 20px !default;
|
|
1512
1512
|
|
|
1513
1513
|
/// Font family across all components.
|
|
@@ -1522,7 +1522,7 @@ $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono",
|
|
|
1522
1522
|
/// @group typography
|
|
1523
1523
|
$line-height: (20 / 14) !default;
|
|
1524
1524
|
$line-height-xs: 1 !default;
|
|
1525
|
-
$line-height-sm: 1.
|
|
1525
|
+
$line-height-sm: 1.25 !default;
|
|
1526
1526
|
$line-height-md: $line-height !default;
|
|
1527
1527
|
$line-height-lg: 1.5 !default;
|
|
1528
1528
|
$line-height-em: $line-height * 1em !default;
|
|
@@ -6010,10 +6010,17 @@ $message-box-link-text-decoration: underline !default;
|
|
|
6010
6010
|
// #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
|
|
6011
6011
|
// File already imported_once. Skipping output.
|
|
6012
6012
|
// #endregion
|
|
6013
|
+
// #region @import "../checkbox/_index.scss"; -> packages/classic/scss/checkbox/_index.scss
|
|
6014
|
+
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
6015
|
+
// File already imported_once. Skipping output.
|
|
6016
|
+
// #endregion
|
|
6013
6017
|
|
|
6014
6018
|
|
|
6015
|
-
//
|
|
6016
|
-
// #region @import "_variables.scss"; -> packages/classic/scss/
|
|
6019
|
+
// Dependencies
|
|
6020
|
+
// #region @import "../typography/_variables.scss"; -> packages/classic/scss/typography/_variables.scss
|
|
6021
|
+
// File already imported_once. Skipping output.
|
|
6022
|
+
// #endregion
|
|
6023
|
+
// #region @import "../list/_variables.scss"; -> packages/classic/scss/list/_variables.scss
|
|
6017
6024
|
// List
|
|
6018
6025
|
|
|
6019
6026
|
/// Font size of the list component, if no size is set.
|
|
@@ -6263,6 +6270,579 @@ $kendo-list-group-item-shadow: null !default;
|
|
|
6263
6270
|
/// @group list
|
|
6264
6271
|
$kendo-list-no-data-text: $subtle-text !default;
|
|
6265
6272
|
|
|
6273
|
+
// #endregion
|
|
6274
|
+
|
|
6275
|
+
// Component
|
|
6276
|
+
// #region @import "_variables.scss"; -> packages/classic/scss/checkbox/_variables.scss
|
|
6277
|
+
// Checkbox
|
|
6278
|
+
|
|
6279
|
+
/// The sizes of checkbox.
|
|
6280
|
+
/// @group checkbox
|
|
6281
|
+
$kendo-checkbox-sizes: (
|
|
6282
|
+
sm: map-get( $spacing, 3 ),
|
|
6283
|
+
md: map-get( $spacing, 4 ),
|
|
6284
|
+
lg: map-get( $spacing, 6 )
|
|
6285
|
+
) !default;
|
|
6286
|
+
|
|
6287
|
+
/// The border width of checkbox.
|
|
6288
|
+
/// @group checkbox
|
|
6289
|
+
$kendo-checkbox-border-width: 1px !default;
|
|
6290
|
+
/// The line height of checkbox.
|
|
6291
|
+
/// @group checkbox
|
|
6292
|
+
$kendo-checkbox-line-height: calc( #{map-get( $kendo-checkbox-sizes, "md" )} + #{$kendo-checkbox-border-width} ) !default;
|
|
6293
|
+
|
|
6294
|
+
/// The background of checkbox.
|
|
6295
|
+
/// @group checkbox
|
|
6296
|
+
$kendo-checkbox-bg: $white !default;
|
|
6297
|
+
/// The background of checkbox.
|
|
6298
|
+
/// @group checkbox
|
|
6299
|
+
$kendo-checkbox-text: transparent !default;
|
|
6300
|
+
/// The border of checkbox.
|
|
6301
|
+
/// @group checkbox
|
|
6302
|
+
$kendo-checkbox-border: $base-border !default;
|
|
6303
|
+
|
|
6304
|
+
/// The background of hovered checkbox.
|
|
6305
|
+
/// @group checkbox
|
|
6306
|
+
$kendo-checkbox-hover-bg: null !default;
|
|
6307
|
+
/// The text of hovered checkbox.
|
|
6308
|
+
/// @group checkbox
|
|
6309
|
+
$kendo-checkbox-hover-text: null !default;
|
|
6310
|
+
/// The border of hovered checkbox.
|
|
6311
|
+
/// @group checkbox
|
|
6312
|
+
$kendo-checkbox-hover-border: null !default;
|
|
6313
|
+
|
|
6314
|
+
/// The background of checked checkbox.
|
|
6315
|
+
/// @group checkbox
|
|
6316
|
+
$kendo-checkbox-checked-bg: $primary !default;
|
|
6317
|
+
/// The text of checked checkbox.
|
|
6318
|
+
/// @group checkbox
|
|
6319
|
+
$kendo-checkbox-checked-text: contrast-wcag( $kendo-checkbox-checked-bg ) !default;
|
|
6320
|
+
/// The border of checked checkbox.
|
|
6321
|
+
/// @group checkbox
|
|
6322
|
+
$kendo-checkbox-checked-border: $kendo-checkbox-checked-bg !default;
|
|
6323
|
+
|
|
6324
|
+
/// The background of indeterminate checkbox.
|
|
6325
|
+
/// @group checkbox
|
|
6326
|
+
$kendo-checkbox-indeterminate-bg: $kendo-checkbox-bg !default;
|
|
6327
|
+
/// The text of indeterminate checkbox.
|
|
6328
|
+
/// @group checkbox
|
|
6329
|
+
$kendo-checkbox-indeterminate-text: $kendo-checkbox-checked-bg !default;
|
|
6330
|
+
/// The border of indeterminate checkbox.
|
|
6331
|
+
/// @group checkbox
|
|
6332
|
+
$kendo-checkbox-indeterminate-border: $kendo-checkbox-border !default;
|
|
6333
|
+
|
|
6334
|
+
/// The border of focused checkbox.
|
|
6335
|
+
/// @group checkbox
|
|
6336
|
+
$kendo-checkbox-focus-border: null !default;
|
|
6337
|
+
/// The shadow of focused checkbox.
|
|
6338
|
+
/// @group checkbox
|
|
6339
|
+
$kendo-checkbox-focus-shadow: 0 0 0 2px rgba( 0, 0, 0, .06 ) !default;
|
|
6340
|
+
/// The border of focused and checked checkbox.
|
|
6341
|
+
/// @group checkbox
|
|
6342
|
+
$kendo-checkbox-focus-checked-border: null !default;
|
|
6343
|
+
/// The shadow of focused and checked checkbox.
|
|
6344
|
+
/// @group checkbox
|
|
6345
|
+
$kendo-checkbox-focus-checked-shadow: 0 0 0 2px rgba( $primary, .3 ) !default;
|
|
6346
|
+
|
|
6347
|
+
/// The background of disabled checkbox.
|
|
6348
|
+
/// @group checkbox
|
|
6349
|
+
$kendo-checkbox-disabled-bg: null !default;
|
|
6350
|
+
/// The text of disabled checkbox.
|
|
6351
|
+
/// @group checkbox
|
|
6352
|
+
$kendo-checkbox-disabled-text: null !default;
|
|
6353
|
+
/// The border of disabled checkbox.
|
|
6354
|
+
/// @group checkbox
|
|
6355
|
+
$kendo-checkbox-disabled-border: null !default;
|
|
6356
|
+
|
|
6357
|
+
/// The background of disabled and checked checkbox.
|
|
6358
|
+
/// @group checkbox
|
|
6359
|
+
$kendo-checkbox-disabled-checked-bg: null !default;
|
|
6360
|
+
/// The text of disabled and checked checkbox.
|
|
6361
|
+
/// @group checkbox
|
|
6362
|
+
$kendo-checkbox-disabled-checked-text: null !default;
|
|
6363
|
+
/// The border of disabled and checked checkbox.
|
|
6364
|
+
/// @group checkbox
|
|
6365
|
+
$kendo-checkbox-disabled-checked-border: null !default;
|
|
6366
|
+
|
|
6367
|
+
/// The background of invalid checkbox.
|
|
6368
|
+
/// @group checkbox
|
|
6369
|
+
$kendo-checkbox-invalid-bg: null !default;
|
|
6370
|
+
/// The text of invalid checkbox.
|
|
6371
|
+
/// @group checkbox
|
|
6372
|
+
$kendo-checkbox-invalid-text: $invalid-text !default;
|
|
6373
|
+
/// The border of invalid checkbox.
|
|
6374
|
+
/// @group checkbox
|
|
6375
|
+
$kendo-checkbox-invalid-border: $invalid-border !default;
|
|
6376
|
+
|
|
6377
|
+
|
|
6378
|
+
// Checkbox indicator
|
|
6379
|
+
|
|
6380
|
+
/// The icon type of checked checkbox.
|
|
6381
|
+
/// @group checkbox
|
|
6382
|
+
$kendo-checkbox-icon-type: glyph !default;
|
|
6383
|
+
|
|
6384
|
+
/// The glyph font family of checkbox.
|
|
6385
|
+
/// @group checkbox
|
|
6386
|
+
$kendo-checkbox-glyph-font-family: "WebComponentsIcons", monospace !default;
|
|
6387
|
+
/// The glyph of checked checkbox.
|
|
6388
|
+
/// @group checkbox
|
|
6389
|
+
$kendo-checkbox-checked-glyph: "\e118" !default;
|
|
6390
|
+
/// The glyph of indeterminate checkbox.
|
|
6391
|
+
/// @group checkbox
|
|
6392
|
+
$kendo-checkbox-indeterminate-glyph: "\e121" !default;
|
|
6393
|
+
|
|
6394
|
+
/// The image of checked checkbox.
|
|
6395
|
+
/// @group checkbox
|
|
6396
|
+
$kendo-checkbox-checked-image: null !default;
|
|
6397
|
+
/// The image of indeterminate checkbox.
|
|
6398
|
+
/// @group checkbox
|
|
6399
|
+
$kendo-checkbox-indeterminate-image: null !default;
|
|
6400
|
+
|
|
6401
|
+
|
|
6402
|
+
// Checkbox label
|
|
6403
|
+
|
|
6404
|
+
/// The horizontal margin of the checkbox inside a label.
|
|
6405
|
+
/// @group checkbox
|
|
6406
|
+
$kendo-checkbox-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
6407
|
+
|
|
6408
|
+
|
|
6409
|
+
// Checkbox list
|
|
6410
|
+
|
|
6411
|
+
/// The horizontal margin of list item of checkbox.
|
|
6412
|
+
/// @group checkbox
|
|
6413
|
+
$kendo-checkbox-list-spacing: map-get( $spacing, 4 ) !default;
|
|
6414
|
+
/// The horizontal list item padding of checkbox.
|
|
6415
|
+
/// @group checkbox
|
|
6416
|
+
$kendo-checkbox-list-item-padding-x: 0px !default;
|
|
6417
|
+
/// The vertical list item padding of checkbox.
|
|
6418
|
+
/// @group checkbox
|
|
6419
|
+
$kendo-checkbox-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
6420
|
+
|
|
6421
|
+
|
|
6422
|
+
// Checkbox ripple
|
|
6423
|
+
|
|
6424
|
+
/// The ripple size of checkbox.
|
|
6425
|
+
/// @group checkbox
|
|
6426
|
+
$kendo-checkbox-ripple-size: (
|
|
6427
|
+
sm: (map-get( $kendo-checkbox-sizes, "sm" ) * 3),
|
|
6428
|
+
md: (map-get( $kendo-checkbox-sizes, "md" ) * 3),
|
|
6429
|
+
lg: (map-get( $kendo-checkbox-sizes, "lg" ) * 3)
|
|
6430
|
+
) !default;
|
|
6431
|
+
/// The ripple margin of checkbox.
|
|
6432
|
+
/// @group checkbox
|
|
6433
|
+
$kendo-checkbox-ripple-margin: (
|
|
6434
|
+
sm: calc(-1 * (#{map-get( $kendo-checkbox-sizes, "sm" )} + 2 * #{$kendo-checkbox-border-width})),
|
|
6435
|
+
md: calc(-1 * (#{map-get( $kendo-checkbox-sizes, "md" )} + 2 * #{$kendo-checkbox-border-width})),
|
|
6436
|
+
lg: calc(-1 * (#{map-get( $kendo-checkbox-sizes, "lg" )} + 2 * #{$kendo-checkbox-border-width}))
|
|
6437
|
+
) !default;
|
|
6438
|
+
/// The ripple opacity of checkbox.
|
|
6439
|
+
/// @group checkbox
|
|
6440
|
+
$kendo-checkbox-ripple-opacity: .3 !default;
|
|
6441
|
+
|
|
6442
|
+
// #endregion
|
|
6443
|
+
// #region @import "_layout.scss"; -> packages/classic/scss/checkbox/_layout.scss
|
|
6444
|
+
// #region @import "~@progress/kendo-theme-default/scss/checkbox/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss
|
|
6445
|
+
@include exports( "checkbox/layout" ) {
|
|
6446
|
+
|
|
6447
|
+
// Checkbox
|
|
6448
|
+
.k-checkbox {
|
|
6449
|
+
margin: 0;
|
|
6450
|
+
padding: 0;
|
|
6451
|
+
line-height: initial;
|
|
6452
|
+
border-width: $kendo-checkbox-border-width;
|
|
6453
|
+
border-style: solid;
|
|
6454
|
+
outline: 0;
|
|
6455
|
+
background-position: center;
|
|
6456
|
+
background-repeat: no-repeat;
|
|
6457
|
+
background-size: contain;
|
|
6458
|
+
display: inline-block;
|
|
6459
|
+
flex: none;
|
|
6460
|
+
vertical-align: middle;
|
|
6461
|
+
position: relative;
|
|
6462
|
+
cursor: pointer;
|
|
6463
|
+
-webkit-appearance: none;
|
|
6464
|
+
}
|
|
6465
|
+
|
|
6466
|
+
@each $name, $size in $kendo-checkbox-sizes {
|
|
6467
|
+
// Checkbox sizes
|
|
6468
|
+
.k-checkbox-#{$name} {
|
|
6469
|
+
width: $size;
|
|
6470
|
+
height: $size;
|
|
6471
|
+
|
|
6472
|
+
+ .k-checkbox-label {
|
|
6473
|
+
|
|
6474
|
+
.k-ripple {
|
|
6475
|
+
top: ($size / 2);
|
|
6476
|
+
left: ($size / 2);
|
|
6477
|
+
width: ($size * 5 / 2);
|
|
6478
|
+
height: ($size * 5 / 2);
|
|
6479
|
+
}
|
|
6480
|
+
}
|
|
6481
|
+
}
|
|
6482
|
+
|
|
6483
|
+
|
|
6484
|
+
// Checkbox indicator
|
|
6485
|
+
.k-checkbox-#{$name}::before {
|
|
6486
|
+
@if $kendo-checkbox-icon-type == "glyph" {
|
|
6487
|
+
content: $kendo-checkbox-checked-glyph;
|
|
6488
|
+
width: ($size - map-get( $spacing, thin ));
|
|
6489
|
+
height: ($size - map-get( $spacing, thin ));
|
|
6490
|
+
font-size: ($size - map-get( $spacing, thin ));
|
|
6491
|
+
font-family: $kendo-checkbox-glyph-font-family;
|
|
6492
|
+
line-height: 1;
|
|
6493
|
+
transform: scale(0) translate(-50%, -50%);
|
|
6494
|
+
overflow: hidden;
|
|
6495
|
+
position: absolute;
|
|
6496
|
+
top: 50%;
|
|
6497
|
+
left: 50%;
|
|
6498
|
+
}
|
|
6499
|
+
|
|
6500
|
+
@if $kendo-checkbox-icon-type == "marker" {
|
|
6501
|
+
content: "";
|
|
6502
|
+
width: ($size - map-get( $spacing, 1 ));
|
|
6503
|
+
height: ($size - map-get( $spacing, 1 ));
|
|
6504
|
+
background-color: currentColor;
|
|
6505
|
+
transform: scale(0) translate(-50%, -50%);
|
|
6506
|
+
overflow: hidden;
|
|
6507
|
+
position: absolute;
|
|
6508
|
+
top: 50%;
|
|
6509
|
+
left: 50%;
|
|
6510
|
+
}
|
|
6511
|
+
}
|
|
6512
|
+
}
|
|
6513
|
+
|
|
6514
|
+
|
|
6515
|
+
// Checked state
|
|
6516
|
+
.k-checkbox:checked,
|
|
6517
|
+
.k-checkbox.k-checked {
|
|
6518
|
+
@if $kendo-checkbox-icon-type == "image" {
|
|
6519
|
+
background-image: $kendo-checkbox-checked-image;
|
|
6520
|
+
}
|
|
6521
|
+
|
|
6522
|
+
@if $kendo-checkbox-icon-type == "glyph" {
|
|
6523
|
+
&::before {
|
|
6524
|
+
transform: scale(1) translate(-50%, -50%);
|
|
6525
|
+
}
|
|
6526
|
+
}
|
|
6527
|
+
|
|
6528
|
+
@if $kendo-checkbox-icon-type == "marker" {
|
|
6529
|
+
&::before {
|
|
6530
|
+
transform: scale(1) translate(-50%, -50%);
|
|
6531
|
+
}
|
|
6532
|
+
}
|
|
6533
|
+
}
|
|
6534
|
+
|
|
6535
|
+
// Indeterminate state
|
|
6536
|
+
.k-checkbox:indeterminate,
|
|
6537
|
+
.k-checkbox.k-indeterminate {
|
|
6538
|
+
@if $kendo-checkbox-icon-type == "image" {
|
|
6539
|
+
background-image: $kendo-checkbox-indeterminate-image;
|
|
6540
|
+
}
|
|
6541
|
+
|
|
6542
|
+
@if $kendo-checkbox-icon-type == "glyph" {
|
|
6543
|
+
&::before {
|
|
6544
|
+
content: $kendo-checkbox-indeterminate-glyph;
|
|
6545
|
+
transform: scale(1) translate(-50%, -50%);
|
|
6546
|
+
}
|
|
6547
|
+
}
|
|
6548
|
+
|
|
6549
|
+
@if $kendo-checkbox-icon-type == "marker" {
|
|
6550
|
+
&::before {
|
|
6551
|
+
width: $kendo-checkbox-maker-indeterminate-width;
|
|
6552
|
+
height: $kendo-checkbox-marker-indeterminate-height;
|
|
6553
|
+
transform: scale(1) translate(-50%, -50%);
|
|
6554
|
+
}
|
|
6555
|
+
}
|
|
6556
|
+
}
|
|
6557
|
+
|
|
6558
|
+
|
|
6559
|
+
// Disabled state
|
|
6560
|
+
.k-checkbox:disabled,
|
|
6561
|
+
.k-checkbox.k-disabled,
|
|
6562
|
+
.k-checkbox:disabled + .k-checkbox-label,
|
|
6563
|
+
.k-checkbox.k-disabled + .k-checkbox-label {
|
|
6564
|
+
@include disabled( $disabled-styling );
|
|
6565
|
+
}
|
|
6566
|
+
|
|
6567
|
+
|
|
6568
|
+
// Checkbox wrap
|
|
6569
|
+
.k-checkbox-wrap {
|
|
6570
|
+
flex: none;
|
|
6571
|
+
display: inline-flex;
|
|
6572
|
+
flex-flow: row nowrap;
|
|
6573
|
+
gap: 0;
|
|
6574
|
+
align-items: center;
|
|
6575
|
+
|
|
6576
|
+
&::before {
|
|
6577
|
+
content: "\200b";
|
|
6578
|
+
width: 0px;
|
|
6579
|
+
overflow: hidden;
|
|
6580
|
+
flex: none;
|
|
6581
|
+
display: inline-block;
|
|
6582
|
+
vertical-align: top;
|
|
6583
|
+
}
|
|
6584
|
+
}
|
|
6585
|
+
|
|
6586
|
+
|
|
6587
|
+
// Checkbox label
|
|
6588
|
+
.k-checkbox-label {
|
|
6589
|
+
margin: 0;
|
|
6590
|
+
padding: 0;
|
|
6591
|
+
line-height: $kendo-checkbox-line-height;
|
|
6592
|
+
display: inline-flex;
|
|
6593
|
+
align-items: flex-start;
|
|
6594
|
+
vertical-align: middle;
|
|
6595
|
+
position: relative;
|
|
6596
|
+
cursor: pointer;
|
|
6597
|
+
|
|
6598
|
+
.k-label {
|
|
6599
|
+
cursor: pointer;
|
|
6600
|
+
}
|
|
6601
|
+
|
|
6602
|
+
.k-ripple {
|
|
6603
|
+
right: auto;
|
|
6604
|
+
bottom: auto;
|
|
6605
|
+
transform: translate(-50%, -50%);
|
|
6606
|
+
border-radius: 50%;
|
|
6607
|
+
|
|
6608
|
+
// Hide ripple temporarily
|
|
6609
|
+
visibility: hidden !important; // sass-lint:disable-line no-important
|
|
6610
|
+
}
|
|
6611
|
+
|
|
6612
|
+
.k-ripple-blob {
|
|
6613
|
+
// sass-lint:disable-block no-important
|
|
6614
|
+
// use !important until ripple can apply these styles from the script
|
|
6615
|
+
top: 50% !important;
|
|
6616
|
+
left: 50% !important;
|
|
6617
|
+
width: 200% !important;
|
|
6618
|
+
height: 200% !important;
|
|
6619
|
+
}
|
|
6620
|
+
}
|
|
6621
|
+
.k-checkbox + .k-checkbox-label {
|
|
6622
|
+
display: inline;
|
|
6623
|
+
}
|
|
6624
|
+
.k-checkbox + .k-checkbox-label,
|
|
6625
|
+
.k-checkbox-label + .k-checkbox {
|
|
6626
|
+
margin-left: $kendo-checkbox-label-margin-x;
|
|
6627
|
+
}
|
|
6628
|
+
.k-checkbox-label > .k-checkbox {
|
|
6629
|
+
margin-right: $kendo-checkbox-label-margin-x;
|
|
6630
|
+
flex-shrink: 0;
|
|
6631
|
+
}
|
|
6632
|
+
kendo-label.k-checkbox-label > .k-checkbox:last-child {
|
|
6633
|
+
margin-right: 0;
|
|
6634
|
+
}
|
|
6635
|
+
kendo-label.k-checkbox-label > .k-label:first-child {
|
|
6636
|
+
margin-right: $kendo-checkbox-label-margin-x;
|
|
6637
|
+
}
|
|
6638
|
+
kendo-label.k-checkbox-label > .k-label {
|
|
6639
|
+
display: inline;
|
|
6640
|
+
}
|
|
6641
|
+
|
|
6642
|
+
|
|
6643
|
+
// Empty label
|
|
6644
|
+
.k-checkbox-label:empty {
|
|
6645
|
+
display: none !important; // sass-lint:disable-line no-important
|
|
6646
|
+
}
|
|
6647
|
+
|
|
6648
|
+
|
|
6649
|
+
// Label with no text
|
|
6650
|
+
.k-checkbox-label.k-no-text {
|
|
6651
|
+
min-width: 1px;
|
|
6652
|
+
}
|
|
6653
|
+
|
|
6654
|
+
|
|
6655
|
+
// Checkbox list
|
|
6656
|
+
.k-checkbox-list {
|
|
6657
|
+
margin: 0;
|
|
6658
|
+
padding: 0;
|
|
6659
|
+
display: flex;
|
|
6660
|
+
flex-flow: column nowrap;
|
|
6661
|
+
gap: 0;
|
|
6662
|
+
list-style: none;
|
|
6663
|
+
}
|
|
6664
|
+
.k-checkbox-item,
|
|
6665
|
+
.k-checkbox-list-item {
|
|
6666
|
+
padding: $kendo-checkbox-list-item-padding-y $kendo-checkbox-list-item-padding-x;
|
|
6667
|
+
display: flex;
|
|
6668
|
+
flex-flow: row nowrap;
|
|
6669
|
+
align-items: center;
|
|
6670
|
+
align-content: center;
|
|
6671
|
+
gap: map-get( $spacing, 1 );
|
|
6672
|
+
|
|
6673
|
+
.k-checkbox-label {
|
|
6674
|
+
line-height: inherit;
|
|
6675
|
+
}
|
|
6676
|
+
}
|
|
6677
|
+
.k-checkbox-list-horizontal,
|
|
6678
|
+
.k-checkbox-list.k-list-horizontal {
|
|
6679
|
+
display: flex;
|
|
6680
|
+
flex-flow: row wrap;
|
|
6681
|
+
gap: $kendo-checkbox-list-spacing;
|
|
6682
|
+
}
|
|
6683
|
+
|
|
6684
|
+
|
|
6685
|
+
// RTL
|
|
6686
|
+
[dir="rtl"] {
|
|
6687
|
+
.k-checkbox + .k-checkbox-label,
|
|
6688
|
+
.k-checkbox-label + .k-checkbox {
|
|
6689
|
+
margin-left: 0;
|
|
6690
|
+
margin-right: $kendo-checkbox-label-margin-x;
|
|
6691
|
+
}
|
|
6692
|
+
.k-checkbox-label > .k-checkbox {
|
|
6693
|
+
margin-right: 0;
|
|
6694
|
+
margin-left: $kendo-checkbox-label-margin-x;
|
|
6695
|
+
}
|
|
6696
|
+
kendo-label.k-checkbox-label > .k-checkbox:last-child {
|
|
6697
|
+
margin-left: 0;
|
|
6698
|
+
}
|
|
6699
|
+
kendo-label.k-checkbox-label > .k-label:first-child {
|
|
6700
|
+
margin-right: 0;
|
|
6701
|
+
margin-left: $kendo-checkbox-label-margin-x;
|
|
6702
|
+
}
|
|
6703
|
+
}
|
|
6704
|
+
|
|
6705
|
+
.k-ripple-container {
|
|
6706
|
+
@each $name, $size in $kendo-checkbox-sizes {
|
|
6707
|
+
.k-checkbox-#{$name}::after {
|
|
6708
|
+
content: "";
|
|
6709
|
+
display: block;
|
|
6710
|
+
position: absolute;
|
|
6711
|
+
left: 0;
|
|
6712
|
+
top: 0;
|
|
6713
|
+
width: map-get( $kendo-checkbox-ripple-size, $name );
|
|
6714
|
+
height: map-get( $kendo-checkbox-ripple-size, $name );
|
|
6715
|
+
margin-left: map-get( $kendo-checkbox-ripple-margin, $name );
|
|
6716
|
+
margin-top: map-get( $kendo-checkbox-ripple-margin, $name );
|
|
6717
|
+
border-radius: 100%;
|
|
6718
|
+
z-index: 1;
|
|
6719
|
+
transform: scale(0);
|
|
6720
|
+
}
|
|
6721
|
+
|
|
6722
|
+
.k-checkbox:disabled::after,
|
|
6723
|
+
.k-checkbox.k-disabled::after {
|
|
6724
|
+
display: none;
|
|
6725
|
+
}
|
|
6726
|
+
}
|
|
6727
|
+
}
|
|
6728
|
+
|
|
6729
|
+
}
|
|
6730
|
+
|
|
6731
|
+
// #endregion
|
|
6732
|
+
|
|
6733
|
+
// #endregion
|
|
6734
|
+
// #region @import "_theme.scss"; -> packages/classic/scss/checkbox/_theme.scss
|
|
6735
|
+
// #region @import "~@progress/kendo-theme-default/scss/checkbox/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss
|
|
6736
|
+
@include exports("checkbox/theme") {
|
|
6737
|
+
|
|
6738
|
+
// Checkbox
|
|
6739
|
+
.k-checkbox {
|
|
6740
|
+
@include fill(
|
|
6741
|
+
$kendo-checkbox-text,
|
|
6742
|
+
$kendo-checkbox-bg,
|
|
6743
|
+
$kendo-checkbox-border
|
|
6744
|
+
);
|
|
6745
|
+
}
|
|
6746
|
+
|
|
6747
|
+
|
|
6748
|
+
// Hover state
|
|
6749
|
+
.k-checkbox:hover,
|
|
6750
|
+
.k-checkbox.k-hover {
|
|
6751
|
+
@include fill(
|
|
6752
|
+
$kendo-checkbox-hover-text,
|
|
6753
|
+
$kendo-checkbox-hover-bg,
|
|
6754
|
+
$kendo-checkbox-hover-border
|
|
6755
|
+
);
|
|
6756
|
+
}
|
|
6757
|
+
|
|
6758
|
+
|
|
6759
|
+
// Focus state
|
|
6760
|
+
.k-checkbox:focus,
|
|
6761
|
+
.k-checkbox.k-focus {
|
|
6762
|
+
@include fill( $border: $kendo-checkbox-focus-border );
|
|
6763
|
+
@include box-shadow( $kendo-checkbox-focus-shadow );
|
|
6764
|
+
}
|
|
6765
|
+
|
|
6766
|
+
|
|
6767
|
+
// Indeterminate
|
|
6768
|
+
.k-checkbox:indeterminate,
|
|
6769
|
+
.k-checkbox.k-indeterminate {
|
|
6770
|
+
@include fill(
|
|
6771
|
+
$kendo-checkbox-indeterminate-text,
|
|
6772
|
+
$kendo-checkbox-indeterminate-bg,
|
|
6773
|
+
$kendo-checkbox-indeterminate-border
|
|
6774
|
+
);
|
|
6775
|
+
}
|
|
6776
|
+
|
|
6777
|
+
|
|
6778
|
+
// Checked
|
|
6779
|
+
.k-checkbox:checked,
|
|
6780
|
+
.k-checkbox.k-checked {
|
|
6781
|
+
@include fill(
|
|
6782
|
+
$kendo-checkbox-checked-text,
|
|
6783
|
+
$kendo-checkbox-checked-bg,
|
|
6784
|
+
$kendo-checkbox-checked-border
|
|
6785
|
+
);
|
|
6786
|
+
}
|
|
6787
|
+
.k-checkbox:checked:focus,
|
|
6788
|
+
.k-checkbox.k-checked.k-focus {
|
|
6789
|
+
@include fill( $border: $kendo-checkbox-focus-checked-border );
|
|
6790
|
+
@include box-shadow( $kendo-checkbox-focus-checked-shadow );
|
|
6791
|
+
}
|
|
6792
|
+
|
|
6793
|
+
|
|
6794
|
+
// Disabled
|
|
6795
|
+
.k-checkbox:disabled,
|
|
6796
|
+
.k-checkbox.k-disabled {
|
|
6797
|
+
@include fill(
|
|
6798
|
+
$kendo-checkbox-disabled-text,
|
|
6799
|
+
$kendo-checkbox-disabled-bg,
|
|
6800
|
+
$kendo-checkbox-disabled-border
|
|
6801
|
+
);
|
|
6802
|
+
}
|
|
6803
|
+
.k-checkbox:checked:disabled,
|
|
6804
|
+
.k-checkbox:indeterminate:disabled,
|
|
6805
|
+
.k-checkbox.k-checked.k-disabled,
|
|
6806
|
+
.k-checkbox.k-indeterminate.k-disabled {
|
|
6807
|
+
@include fill(
|
|
6808
|
+
$kendo-checkbox-disabled-checked-text,
|
|
6809
|
+
$kendo-checkbox-disabled-checked-bg,
|
|
6810
|
+
$kendo-checkbox-disabled-checked-border
|
|
6811
|
+
);
|
|
6812
|
+
}
|
|
6813
|
+
|
|
6814
|
+
|
|
6815
|
+
// Invalid
|
|
6816
|
+
.k-checkbox:invalid,
|
|
6817
|
+
.k-checkbox.k-invalid {
|
|
6818
|
+
@include fill( $border: $kendo-checkbox-invalid-border );
|
|
6819
|
+
}
|
|
6820
|
+
.k-checkbox:invalid + .k-checkbox-label,
|
|
6821
|
+
.k-checkbox.k-invalid + .k-checkbox-label {
|
|
6822
|
+
@include fill( $color: $kendo-checkbox-invalid-text );
|
|
6823
|
+
}
|
|
6824
|
+
|
|
6825
|
+
|
|
6826
|
+
// Ripple
|
|
6827
|
+
.k-ripple-container {
|
|
6828
|
+
.k-checkbox::after {
|
|
6829
|
+
background: $kendo-checkbox-checked-bg;
|
|
6830
|
+
opacity: $kendo-checkbox-ripple-opacity;
|
|
6831
|
+
}
|
|
6832
|
+
}
|
|
6833
|
+
|
|
6834
|
+
}
|
|
6835
|
+
|
|
6836
|
+
// #endregion
|
|
6837
|
+
|
|
6838
|
+
// #endregion
|
|
6839
|
+
|
|
6840
|
+
// #endregion
|
|
6841
|
+
|
|
6842
|
+
|
|
6843
|
+
// Component
|
|
6844
|
+
// #region @import "_variables.scss"; -> packages/classic/scss/list/_variables.scss
|
|
6845
|
+
// File already imported_once. Skipping output.
|
|
6266
6846
|
// #endregion
|
|
6267
6847
|
// #region @import "_layout.scss"; -> packages/classic/scss/list/_layout.scss
|
|
6268
6848
|
// #region @import "~@progress/kendo-theme-default/scss/list/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/list/_layout.scss
|
|
@@ -6300,6 +6880,9 @@ $kendo-list-no-data-text: $subtle-text !default;
|
|
|
6300
6880
|
line-height: $kendo-list-header-line-height;
|
|
6301
6881
|
font-weight: $kendo-list-header-font-weight;
|
|
6302
6882
|
white-space: nowrap;
|
|
6883
|
+
display: flex;
|
|
6884
|
+
flex-flow: row nowrap;
|
|
6885
|
+
align-items: center;
|
|
6303
6886
|
flex: none;
|
|
6304
6887
|
overflow: hidden;
|
|
6305
6888
|
text-overflow: ellipsis;
|
|
@@ -6335,7 +6918,7 @@ $kendo-list-no-data-text: $subtle-text !default;
|
|
|
6335
6918
|
font-size: $kendo-list-item-font-size;
|
|
6336
6919
|
line-height: $kendo-list-item-line-height;
|
|
6337
6920
|
outline: none;
|
|
6338
|
-
cursor:
|
|
6921
|
+
cursor: pointer;
|
|
6339
6922
|
display: flex;
|
|
6340
6923
|
flex-flow: row nowrap;
|
|
6341
6924
|
align-items: center;
|
|
@@ -6346,6 +6929,10 @@ $kendo-list-no-data-text: $subtle-text !default;
|
|
|
6346
6929
|
transition-duration: 200ms;
|
|
6347
6930
|
transition-timing-function: ease;
|
|
6348
6931
|
|
|
6932
|
+
.k-checkbox-wrap {
|
|
6933
|
+
align-self: flex-start;
|
|
6934
|
+
}
|
|
6935
|
+
|
|
6349
6936
|
&.k-first::before {
|
|
6350
6937
|
content: "";
|
|
6351
6938
|
border-width: 1px 0 0;
|
|
@@ -6411,7 +6998,8 @@ $kendo-list-no-data-text: $subtle-text !default;
|
|
|
6411
6998
|
position: absolute;
|
|
6412
6999
|
width: 100%;
|
|
6413
7000
|
}
|
|
6414
|
-
.k-virtual-list .k-list-item-text
|
|
7001
|
+
.k-virtual-list .k-list-item-text,
|
|
7002
|
+
.k-virtual-list .k-list-header-text {
|
|
6415
7003
|
white-space: nowrap;
|
|
6416
7004
|
overflow: hidden;
|
|
6417
7005
|
text-overflow: ellipsis;
|
|
@@ -7973,7 +8561,7 @@ $kendo-button-group-focus-shadow: null !default;
|
|
|
7973
8561
|
.k-button {
|
|
7974
8562
|
|
|
7975
8563
|
&::after {
|
|
7976
|
-
@include border-radius(
|
|
8564
|
+
@include border-radius( inherit );
|
|
7977
8565
|
content: "";
|
|
7978
8566
|
opacity: 0;
|
|
7979
8567
|
display: none;
|
|
@@ -7989,43 +8577,6 @@ $kendo-button-group-focus-shadow: null !default;
|
|
|
7989
8577
|
}
|
|
7990
8578
|
}
|
|
7991
8579
|
|
|
7992
|
-
|
|
7993
|
-
|
|
7994
|
-
|
|
7995
|
-
@include exports( "button/ie-compat" ) {
|
|
7996
|
-
|
|
7997
|
-
.k-ie {
|
|
7998
|
-
|
|
7999
|
-
.k-button,
|
|
8000
|
-
.k-button-group {
|
|
8001
|
-
display: inline-block;
|
|
8002
|
-
overflow: visible; // IE9
|
|
8003
|
-
}
|
|
8004
|
-
|
|
8005
|
-
.k-button-icontext {
|
|
8006
|
-
|
|
8007
|
-
.k-icon,
|
|
8008
|
-
.k-image,
|
|
8009
|
-
.k-sprite {
|
|
8010
|
-
margin: 0 $icon-spacing 0 0;
|
|
8011
|
-
}
|
|
8012
|
-
|
|
8013
|
-
&.k-rtl,
|
|
8014
|
-
.k-rtl &,
|
|
8015
|
-
&[dir="rtl"],
|
|
8016
|
-
[dir="rtl"] & {
|
|
8017
|
-
.k-icon,
|
|
8018
|
-
.k-image,
|
|
8019
|
-
.k-sprite {
|
|
8020
|
-
margin: 0 0 0 $icon-spacing;
|
|
8021
|
-
}
|
|
8022
|
-
}
|
|
8023
|
-
}
|
|
8024
|
-
|
|
8025
|
-
}
|
|
8026
|
-
|
|
8027
|
-
}
|
|
8028
|
-
|
|
8029
8580
|
// #endregion
|
|
8030
8581
|
|
|
8031
8582
|
// #endregion
|
|
@@ -8350,17 +8901,17 @@ $kendo-input-line-height: $line-height !default;
|
|
|
8350
8901
|
|
|
8351
8902
|
$kendo-input-padding-x-sm: ($kendo-input-padding-x / 2) !default;
|
|
8352
8903
|
$kendo-input-padding-y-sm: ($kendo-input-padding-y / 2) !default;
|
|
8353
|
-
$kendo-input-font-size-sm: $font-size !default;
|
|
8904
|
+
$kendo-input-font-size-sm: $font-size-md !default;
|
|
8354
8905
|
$kendo-input-line-height-sm: $line-height-md !default;
|
|
8355
8906
|
|
|
8356
8907
|
$kendo-input-padding-x-md: $kendo-input-padding-x !default;
|
|
8357
8908
|
$kendo-input-padding-y-md: $kendo-input-padding-y !default;
|
|
8358
|
-
$kendo-input-font-size-md: $font-size !default;
|
|
8909
|
+
$kendo-input-font-size-md: $font-size-md !default;
|
|
8359
8910
|
$kendo-input-line-height-md: $line-height-md !default;
|
|
8360
8911
|
|
|
8361
8912
|
$kendo-input-padding-x-lg: ($kendo-input-padding-x * 1.5) !default;
|
|
8362
8913
|
$kendo-input-padding-y-lg: ($kendo-input-padding-y * 1.5) !default;
|
|
8363
|
-
$kendo-input-font-size-lg: $font-size !default;
|
|
8914
|
+
$kendo-input-font-size-lg: $font-size-md !default;
|
|
8364
8915
|
$kendo-input-line-height-lg: $line-height-md !default;
|
|
8365
8916
|
|
|
8366
8917
|
$kendo-input-sizes: (
|
|
@@ -8533,6 +9084,14 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
8533
9084
|
overflow: hidden;
|
|
8534
9085
|
text-overflow: ellipsis;
|
|
8535
9086
|
}
|
|
9087
|
+
.k-input-value-text::before {
|
|
9088
|
+
content: "\200b";
|
|
9089
|
+
width: 0px;
|
|
9090
|
+
overflow: hidden;
|
|
9091
|
+
flex: none;
|
|
9092
|
+
display: inline-block;
|
|
9093
|
+
vertical-align: top;
|
|
9094
|
+
}
|
|
8536
9095
|
|
|
8537
9096
|
|
|
8538
9097
|
// Input multiple values
|
|
@@ -8541,6 +9100,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
8541
9100
|
padding: $kendo-input-values-margin-y $kendo-input-values-margin-x;
|
|
8542
9101
|
cursor: text;
|
|
8543
9102
|
}
|
|
9103
|
+
.k-input-values > .k-searchbar,
|
|
8544
9104
|
.k-input-values > .k-input-inner {
|
|
8545
9105
|
margin: (-$kendo-input-values-margin-y) (-$kendo-input-values-margin-x);
|
|
8546
9106
|
}
|
|
@@ -8615,6 +9175,10 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
8615
9175
|
color: $kendo-input-clear-value-hover-text;
|
|
8616
9176
|
opacity: $kendo-input-clear-value-hover-opacity;
|
|
8617
9177
|
}
|
|
9178
|
+
.k-clear-value:focus-visible {
|
|
9179
|
+
outline: 1px dotted;
|
|
9180
|
+
outline-offset: -1px;
|
|
9181
|
+
}
|
|
8618
9182
|
|
|
8619
9183
|
|
|
8620
9184
|
// Input button
|
|
@@ -8630,6 +9194,10 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
8630
9194
|
min-width: auto !important; // sass-lint:disable-line no-important
|
|
8631
9195
|
min-height: auto !important; // sass-lint:disable-line no-important
|
|
8632
9196
|
}
|
|
9197
|
+
|
|
9198
|
+
&:focus {
|
|
9199
|
+
box-shadow: none;
|
|
9200
|
+
}
|
|
8633
9201
|
}
|
|
8634
9202
|
.k-picker .k-input-button {
|
|
8635
9203
|
color: inherit;
|
|
@@ -9081,42 +9649,12 @@ $floating-label-focus-text: null !default;
|
|
|
9081
9649
|
|
|
9082
9650
|
// Component
|
|
9083
9651
|
// #region @import "_variables.scss"; -> packages/classic/scss/combobox/_variables.scss
|
|
9084
|
-
//
|
|
9085
|
-
$combobox-select-padding-x: $kendo-button-padding-y !default;
|
|
9086
|
-
$combobox-select-padding-y: $kendo-button-padding-y !default;
|
|
9087
|
-
|
|
9088
|
-
$combobox-bg: $kendo-input-bg !default;
|
|
9089
|
-
$combobox-text: $kendo-input-text !default;
|
|
9090
|
-
$combobox-border: $kendo-input-border !default;
|
|
9091
|
-
|
|
9092
|
-
$combobox-hovered-bg: $kendo-input-hover-bg !default;
|
|
9093
|
-
$combobox-hovered-text: $kendo-input-hover-text !default;
|
|
9094
|
-
$combobox-hovered-border: $kendo-input-hover-border !default;
|
|
9095
|
-
|
|
9096
|
-
$combobox-focused-bg: $kendo-input-focus-bg !default;
|
|
9097
|
-
$combobox-focused-text: $kendo-input-focus-text !default;
|
|
9098
|
-
$combobox-focused-border: $kendo-input-focus-border !default;
|
|
9099
|
-
$combobox-focused-shadow: $kendo-input-focus-shadow !default;
|
|
9100
|
-
|
|
9101
|
-
$combobox-select-bg: $kendo-button-bg !default;
|
|
9102
|
-
$combobox-select-text: $kendo-button-text !default;
|
|
9103
|
-
$combobox-select-border: $kendo-button-border !default;
|
|
9104
|
-
$combobox-select-gradient: $kendo-button-gradient !default;
|
|
9105
|
-
|
|
9106
|
-
$combobox-select-hovered-bg: $kendo-button-hover-bg !default;
|
|
9107
|
-
$combobox-select-hovered-text: $kendo-button-hover-text !default;
|
|
9108
|
-
$combobox-select-hovered-border: $kendo-button-hover-border !default;
|
|
9109
|
-
$combobox-select-hovered-gradient: $kendo-button-hover-gradient !default;
|
|
9110
|
-
|
|
9111
|
-
$combobox-select-pressed-bg: $kendo-button-active-bg !default;
|
|
9112
|
-
$combobox-select-pressed-text: $kendo-button-active-text !default;
|
|
9113
|
-
$combobox-select-pressed-border: $kendo-button-active-border !default;
|
|
9114
|
-
$combobox-select-pressed-gradient: $kendo-button-active-gradient !default;
|
|
9652
|
+
// Combobox
|
|
9115
9653
|
|
|
9116
9654
|
// #endregion
|
|
9117
9655
|
// #region @import "_layout.scss"; -> packages/classic/scss/combobox/_layout.scss
|
|
9118
9656
|
// #region @import "~@progress/kendo-theme-default/scss/combobox/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/combobox/_layout.scss
|
|
9119
|
-
@include exports("combobox/layout") {
|
|
9657
|
+
@include exports( "combobox/layout" ) {
|
|
9120
9658
|
|
|
9121
9659
|
// Combobox
|
|
9122
9660
|
.k-combobox {}
|
|
@@ -9128,7 +9666,7 @@ $combobox-select-pressed-gradient: $kendo-button-active-gradient !default;
|
|
|
9128
9666
|
// #endregion
|
|
9129
9667
|
// #region @import "_theme.scss"; -> packages/classic/scss/combobox/_theme.scss
|
|
9130
9668
|
// #region @import "~@progress/kendo-theme-default/scss/combobox/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/combobox/_theme.scss
|
|
9131
|
-
@include exports("combobox/theme") {
|
|
9669
|
+
@include exports( "combobox/theme" ) {
|
|
9132
9670
|
|
|
9133
9671
|
// Combobox
|
|
9134
9672
|
.k-combobox {}
|
|
@@ -9170,6 +9708,8 @@ $toolbar-shadow: null !default;
|
|
|
9170
9708
|
|
|
9171
9709
|
$toolbar-separator-border: inherit !default;
|
|
9172
9710
|
|
|
9711
|
+
$toolbar-input-width: 10em !default;
|
|
9712
|
+
|
|
9173
9713
|
// #endregion
|
|
9174
9714
|
// #region @import "../menu/_variables.scss"; -> packages/classic/scss/menu/_variables.scss
|
|
9175
9715
|
// Menu
|
|
@@ -9207,7 +9747,7 @@ $menu-item-expanded-gradient: null !default;
|
|
|
9207
9747
|
|
|
9208
9748
|
$menu-item-focus-shadow: inset 0 0 3px 1px rgba( $menu-text, .25 ) !default;
|
|
9209
9749
|
|
|
9210
|
-
$menu-separator-spacing:
|
|
9750
|
+
$menu-separator-spacing: map-get( $spacing, 1 ) !default;
|
|
9211
9751
|
|
|
9212
9752
|
$menu-scroll-button-bg: $component-bg !default;
|
|
9213
9753
|
$menu-scroll-button-text: $link-text !default;
|
|
@@ -9287,6 +9827,18 @@ $kendo-menu-popup-item-padding-end-sm: calc( #{$kendo-menu-popup-item-padding-x-
|
|
|
9287
9827
|
$kendo-menu-popup-item-padding-end-md: calc( #{$kendo-menu-popup-item-padding-x-md * 2} + #{$icon-size} ) !default;
|
|
9288
9828
|
$kendo-menu-popup-item-padding-end-lg: calc( #{$kendo-menu-popup-item-padding-x-lg * 2} + #{$icon-size} ) !default;
|
|
9289
9829
|
|
|
9830
|
+
/// The start margin of the menu item expand icon.
|
|
9831
|
+
/// @group menu-popup-item
|
|
9832
|
+
$kendo-menu-popup-item-icon-margin-start-sm: $kendo-menu-popup-item-padding-x-sm !default;
|
|
9833
|
+
$kendo-menu-popup-item-icon-margin-start: $kendo-menu-popup-item-padding-x-md !default;
|
|
9834
|
+
$kendo-menu-popup-item-icon-margin-start-lg: $kendo-menu-popup-item-padding-x-lg !default;
|
|
9835
|
+
|
|
9836
|
+
/// The end margin of the menu item expand icon.
|
|
9837
|
+
/// @group menu-popup-item
|
|
9838
|
+
$kendo-menu-popup-item-icon-margin-end-sm: calc( -1 * (#{$kendo-menu-popup-item-padding-end-sm} - #{$kendo-menu-popup-item-padding-x-sm / 2}) ) !default;
|
|
9839
|
+
$kendo-menu-popup-item-icon-margin-end: calc( -1 * (#{$kendo-menu-popup-item-padding-end-md} - #{$kendo-menu-popup-item-padding-x-md / 2}) ) !default;
|
|
9840
|
+
$kendo-menu-popup-item-icon-margin-end-lg: calc( -1 * (#{$kendo-menu-popup-item-padding-end-lg} - #{$kendo-menu-popup-item-padding-x-lg / 2}) ) !default;
|
|
9841
|
+
|
|
9290
9842
|
/// The spacing between the menu items in popup.
|
|
9291
9843
|
/// @group menu-popup-item
|
|
9292
9844
|
$kendo-menu-popup-item-spacing: 0px !default;
|
|
@@ -9473,21 +10025,21 @@ $grid-sticky-selected-alt-bg: $grid-selected-alt-bg !default;
|
|
|
9473
10025
|
$grid-sticky-hovered-bg: $grid-hovered-bg !default;
|
|
9474
10026
|
$grid-sticky-selected-hovered-bg: $grid-selected-hovered-bg !default;
|
|
9475
10027
|
|
|
9476
|
-
$grid-
|
|
10028
|
+
$grid-column-menu-width: 230px !default;
|
|
9477
10029
|
|
|
9478
10030
|
$grid-filter-menu-check-all-border-bottom-width: 1px !default;
|
|
9479
10031
|
|
|
9480
10032
|
$grid-filter-menu-item-spacing-x: map-get( $spacing, 2 ) !default;
|
|
9481
10033
|
$grid-filter-menu-item-spacing-y: $grid-filter-menu-item-spacing-x !default;
|
|
9482
10034
|
|
|
9483
|
-
$grid-column-menu-popup-padding-x:
|
|
9484
|
-
$grid-column-menu-popup-padding-y:
|
|
10035
|
+
$grid-column-menu-popup-padding-x: null !default;
|
|
10036
|
+
$grid-column-menu-popup-padding-y: null !default;
|
|
9485
10037
|
|
|
9486
|
-
$grid-column-menu-item-padding-x: $padding-x !default;
|
|
9487
|
-
$grid-column-menu-item-padding-y: $padding-y !default;
|
|
10038
|
+
$grid-column-menu-item-padding-x: $kendo-menu-popup-item-padding-x-md !default;
|
|
10039
|
+
$grid-column-menu-item-padding-y: $kendo-menu-popup-item-padding-y-md !default;
|
|
9488
10040
|
|
|
9489
|
-
$grid-column-menu-list-item-padding-x: $padding-x !default;
|
|
9490
|
-
$grid-column-menu-list-item-padding-y: $padding-y-
|
|
10041
|
+
$grid-column-menu-list-item-padding-x: $kendo-list-item-padding-x-md !default;
|
|
10042
|
+
$grid-column-menu-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
9491
10043
|
|
|
9492
10044
|
$grid-column-menu-items-wrap-padding-x: 0 !default;
|
|
9493
10045
|
$grid-column-menu-items-wrap-padding-y: $padding-y-lg !default;
|
|
@@ -9548,20 +10100,20 @@ $kendo-table-sizes: (
|
|
|
9548
10100
|
sm: (
|
|
9549
10101
|
font-size: $font-size,
|
|
9550
10102
|
line-height: $line-height,
|
|
9551
|
-
cell-padding-
|
|
9552
|
-
cell-padding-
|
|
10103
|
+
cell-padding-x: map-get( $spacing, 2 ),
|
|
10104
|
+
cell-padding-y: map-get( $spacing, 1 )
|
|
9553
10105
|
),
|
|
9554
10106
|
md: (
|
|
9555
10107
|
font-size: $font-size,
|
|
9556
10108
|
line-height: $line-height,
|
|
9557
|
-
cell-padding-
|
|
9558
|
-
cell-padding-
|
|
10109
|
+
cell-padding-x: map-get( $spacing, 2 ),
|
|
10110
|
+
cell-padding-y: map-get( $spacing, 2 )
|
|
9559
10111
|
),
|
|
9560
10112
|
lg: (
|
|
9561
10113
|
font-size: $font-size,
|
|
9562
10114
|
line-height: $line-height,
|
|
9563
|
-
cell-padding-
|
|
9564
|
-
cell-padding-
|
|
10115
|
+
cell-padding-x: map-get( $spacing, 2 ),
|
|
10116
|
+
cell-padding-y: map-get( $spacing, 3 )
|
|
9565
10117
|
)
|
|
9566
10118
|
) !default;
|
|
9567
10119
|
|
|
@@ -9601,13 +10153,13 @@ $kendo-table-footer-border: $grid-footer-border !default;
|
|
|
9601
10153
|
|
|
9602
10154
|
/// Background color of group rows in table.
|
|
9603
10155
|
/// @group table
|
|
9604
|
-
$kendo-table-group-row-bg: $
|
|
10156
|
+
$kendo-table-group-row-bg: $kendo-table-header-bg !default;
|
|
9605
10157
|
/// Text color of group rows in table.
|
|
9606
10158
|
/// @group table
|
|
9607
|
-
$kendo-table-group-row-text: $
|
|
10159
|
+
$kendo-table-group-row-text: $kendo-table-header-text !default;
|
|
9608
10160
|
/// Border color of group rows in table.
|
|
9609
10161
|
/// @group table
|
|
9610
|
-
$kendo-table-group-row-border:
|
|
10162
|
+
$kendo-table-group-row-border: $kendo-table-header-border !default;
|
|
9611
10163
|
|
|
9612
10164
|
|
|
9613
10165
|
/// Background color of alternating rows in table.
|
|
@@ -9659,7 +10211,7 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9659
10211
|
// #endregion
|
|
9660
10212
|
// #region @import "_layout.scss"; -> packages/classic/scss/table/_layout.scss
|
|
9661
10213
|
// #region @import "~@progress/kendo-theme-default/scss/table/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/table/_layout.scss
|
|
9662
|
-
@include exports("table/layout") {
|
|
10214
|
+
@include exports( "table/layout" ) {
|
|
9663
10215
|
|
|
9664
10216
|
// Table
|
|
9665
10217
|
.k-table {
|
|
@@ -9691,12 +10243,11 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9691
10243
|
// Table native parts
|
|
9692
10244
|
.k-table-thead,
|
|
9693
10245
|
.k-table-tbody,
|
|
9694
|
-
.k-table-tfoot
|
|
9695
|
-
text-align: inherit;
|
|
9696
|
-
}
|
|
10246
|
+
.k-table-tfoot,
|
|
9697
10247
|
.k-table-row,
|
|
9698
10248
|
.k-table-alt-row {
|
|
9699
10249
|
border-color: inherit;
|
|
10250
|
+
text-align: inherit;
|
|
9700
10251
|
}
|
|
9701
10252
|
.k-table-th,
|
|
9702
10253
|
.k-table-td {
|
|
@@ -9717,6 +10268,9 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9717
10268
|
border-left-width: 0;
|
|
9718
10269
|
}
|
|
9719
10270
|
}
|
|
10271
|
+
.k-table-th {
|
|
10272
|
+
border-bottom-width: 1px;
|
|
10273
|
+
}
|
|
9720
10274
|
|
|
9721
10275
|
|
|
9722
10276
|
// Table header
|
|
@@ -9735,8 +10289,25 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9735
10289
|
width: 100%;
|
|
9736
10290
|
border-width: 0 $kendo-table-cell-vertical-border-width 0 0;
|
|
9737
10291
|
border-style: solid;
|
|
10292
|
+
border-color: inherit;
|
|
9738
10293
|
overflow: hidden;
|
|
9739
10294
|
}
|
|
10295
|
+
.k-table-header,
|
|
10296
|
+
.k-table-header-wrap {
|
|
10297
|
+
> .k-table {
|
|
10298
|
+
margin-bottom: -1px;
|
|
10299
|
+
}
|
|
10300
|
+
}
|
|
10301
|
+
.k-table-group-sticky-header {
|
|
10302
|
+
flex: none;
|
|
10303
|
+
|
|
10304
|
+
.k-table-th {
|
|
10305
|
+
display: flex;
|
|
10306
|
+
flex-flow: row nowrap;
|
|
10307
|
+
align-items: center;
|
|
10308
|
+
align-content: center;
|
|
10309
|
+
}
|
|
10310
|
+
}
|
|
9740
10311
|
|
|
9741
10312
|
|
|
9742
10313
|
// Table list
|
|
@@ -9814,7 +10385,8 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9814
10385
|
|
|
9815
10386
|
|
|
9816
10387
|
// Virtualization
|
|
9817
|
-
.k-virtual-table .k-table-row
|
|
10388
|
+
.k-virtual-table .k-table-row,
|
|
10389
|
+
.k-virtual-table .k-table-group-row {
|
|
9818
10390
|
position: absolute;
|
|
9819
10391
|
width: 100%;
|
|
9820
10392
|
}
|
|
@@ -9847,6 +10419,7 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9847
10419
|
width: 100%;
|
|
9848
10420
|
border-width: 0 $kendo-table-cell-vertical-border-width 0 0;
|
|
9849
10421
|
border-style: solid;
|
|
10422
|
+
border-color: inherit;
|
|
9850
10423
|
overflow: hidden;
|
|
9851
10424
|
}
|
|
9852
10425
|
|
|
@@ -9919,7 +10492,7 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9919
10492
|
// #endregion
|
|
9920
10493
|
// #region @import "_theme.scss"; -> packages/classic/scss/table/_theme.scss
|
|
9921
10494
|
// #region @import "~@progress/kendo-theme-default/scss/table/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/table/_theme.scss
|
|
9922
|
-
@include exports("table/theme") {
|
|
10495
|
+
@include exports( "table/theme" ) {
|
|
9923
10496
|
|
|
9924
10497
|
// Table
|
|
9925
10498
|
.k-table,
|
|
@@ -9932,7 +10505,8 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
9932
10505
|
|
|
9933
10506
|
// Table header
|
|
9934
10507
|
.k-table-thead,
|
|
9935
|
-
.k-table-header
|
|
10508
|
+
.k-table-header,
|
|
10509
|
+
.k-table-group-sticky-header {
|
|
9936
10510
|
border-color: $kendo-table-header-border;
|
|
9937
10511
|
color: $kendo-table-header-text;
|
|
9938
10512
|
background-color: $kendo-table-header-bg;
|
|
@@ -10006,6 +10580,72 @@ $kendo-table-selected-border: $grid-selected-border !default;
|
|
|
10006
10580
|
// #endregion
|
|
10007
10581
|
|
|
10008
10582
|
|
|
10583
|
+
// #endregion
|
|
10584
|
+
// #region @import "virtual-scroller/_index.scss"; -> packages/classic/scss/virtual-scroller/_index.scss
|
|
10585
|
+
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
10586
|
+
// File already imported_once. Skipping output.
|
|
10587
|
+
// #endregion
|
|
10588
|
+
|
|
10589
|
+
|
|
10590
|
+
// Dependencies
|
|
10591
|
+
|
|
10592
|
+
|
|
10593
|
+
// Component
|
|
10594
|
+
// #region @import "_variables.scss"; -> packages/classic/scss/virtual-scroller/_variables.scss
|
|
10595
|
+
// Virtual-scroller
|
|
10596
|
+
|
|
10597
|
+
// #endregion
|
|
10598
|
+
// #region @import "_layout.scss"; -> packages/classic/scss/virtual-scroller/_layout.scss
|
|
10599
|
+
// #region @import "~@progress/kendo-theme-default/scss/virtual-scroller/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/virtual-scroller/_layout.scss
|
|
10600
|
+
@include exports( "virtual-scroller/layout" ) {
|
|
10601
|
+
|
|
10602
|
+
// Virtual scroller
|
|
10603
|
+
.k-virtual-scroller {
|
|
10604
|
+
width: 100%;
|
|
10605
|
+
height: 100%;
|
|
10606
|
+
flex: 1 1 auto;
|
|
10607
|
+
overflow: auto;
|
|
10608
|
+
position: relative;
|
|
10609
|
+
}
|
|
10610
|
+
|
|
10611
|
+
|
|
10612
|
+
// Virtual scroller wrap
|
|
10613
|
+
.k-virtual-scroller-wrap {
|
|
10614
|
+
position: relative;
|
|
10615
|
+
z-index: 1;
|
|
10616
|
+
}
|
|
10617
|
+
|
|
10618
|
+
|
|
10619
|
+
// Virtual scroller content
|
|
10620
|
+
.k-virtual-scroller-content {
|
|
10621
|
+
position: absolute;
|
|
10622
|
+
width: 100%;
|
|
10623
|
+
top: 0;
|
|
10624
|
+
inset-inline-start: 0;
|
|
10625
|
+
}
|
|
10626
|
+
|
|
10627
|
+
|
|
10628
|
+
// Virtual scroller size
|
|
10629
|
+
.k-virtual-scroller-size {
|
|
10630
|
+
position: relative;
|
|
10631
|
+
z-index: 0;
|
|
10632
|
+
}
|
|
10633
|
+
|
|
10634
|
+
}
|
|
10635
|
+
|
|
10636
|
+
// #endregion
|
|
10637
|
+
|
|
10638
|
+
// #endregion
|
|
10639
|
+
// #region @import "_theme.scss"; -> packages/classic/scss/virtual-scroller/_theme.scss
|
|
10640
|
+
// #region @import "~@progress/kendo-theme-default/scss/virtual-scroller/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/virtual-scroller/_theme.scss
|
|
10641
|
+
@include exports( "virtual-scroller/theme" ) {
|
|
10642
|
+
|
|
10643
|
+
}
|
|
10644
|
+
|
|
10645
|
+
// #endregion
|
|
10646
|
+
|
|
10647
|
+
// #endregion
|
|
10648
|
+
|
|
10009
10649
|
// #endregion
|
|
10010
10650
|
|
|
10011
10651
|
|
|
@@ -10647,31 +11287,16 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
|
|
|
10647
11287
|
height: 100%;
|
|
10648
11288
|
border-width: $color-preview-border-width;
|
|
10649
11289
|
border-radius: $color-preview-border-radius;
|
|
11290
|
+
box-sizing: border-box;
|
|
10650
11291
|
border-style: solid;
|
|
10651
11292
|
display: inline-flex;
|
|
10652
11293
|
flex-direction: row;
|
|
10653
11294
|
flex-wrap: nowrap;
|
|
10654
11295
|
position: relative;
|
|
10655
11296
|
overflow: hidden;
|
|
10656
|
-
|
|
10657
|
-
> .k-color-preview-mask {
|
|
10658
|
-
width: 100%;
|
|
10659
|
-
height: 100%;
|
|
10660
|
-
position: absolute;
|
|
10661
|
-
top: 0;
|
|
10662
|
-
left: 0;
|
|
10663
|
-
}
|
|
10664
|
-
|
|
10665
|
-
&::before {
|
|
10666
|
-
content: "";
|
|
10667
|
-
width: 100%;
|
|
10668
|
-
height: 100%;
|
|
10669
|
-
display: block;
|
|
10670
|
-
position: relative;
|
|
10671
|
-
z-index: -1;
|
|
10672
|
-
}
|
|
10673
11297
|
}
|
|
10674
11298
|
|
|
11299
|
+
|
|
10675
11300
|
// Current Color
|
|
10676
11301
|
.k-coloreditor-current-color {
|
|
10677
11302
|
cursor: pointer;
|
|
@@ -10691,23 +11316,37 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
|
|
|
10691
11316
|
.k-color-preview-mask {
|
|
10692
11317
|
width: calc( #{$icon-size} - 2px );
|
|
10693
11318
|
height: 2px;
|
|
10694
|
-
position: static;
|
|
10695
|
-
}
|
|
10696
|
-
|
|
10697
|
-
&::before {
|
|
10698
|
-
display: none;
|
|
10699
11319
|
}
|
|
10700
11320
|
}
|
|
10701
11321
|
|
|
10702
11322
|
|
|
10703
|
-
//
|
|
10704
|
-
.k-
|
|
11323
|
+
// Color Preview Mask
|
|
11324
|
+
.k-color-preview-mask {
|
|
11325
|
+
width: 100%;
|
|
11326
|
+
height: 100%;
|
|
11327
|
+
position: relative;
|
|
11328
|
+
}
|
|
11329
|
+
.k-color-preview-mask::before {
|
|
10705
11330
|
content: "";
|
|
10706
11331
|
width: 100%;
|
|
10707
11332
|
height: 100%;
|
|
10708
11333
|
position: absolute;
|
|
10709
11334
|
top: 0;
|
|
10710
11335
|
left: 0;
|
|
11336
|
+
z-index: -1;
|
|
11337
|
+
background: $color-preview-transparent-color-image;
|
|
11338
|
+
background-size: contain;
|
|
11339
|
+
background-position: 0 0;
|
|
11340
|
+
}
|
|
11341
|
+
|
|
11342
|
+
|
|
11343
|
+
// No Color
|
|
11344
|
+
.k-no-color .k-color-preview-mask::before {
|
|
11345
|
+
content: "";
|
|
11346
|
+
background-color: $color-preview-no-color-bg;
|
|
11347
|
+
background-image: $color-preview-no-color-image;
|
|
11348
|
+
background-size: 100% 100%;
|
|
11349
|
+
background-position: 0 0;
|
|
10711
11350
|
}
|
|
10712
11351
|
|
|
10713
11352
|
}
|
|
@@ -10727,26 +11366,12 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
|
|
|
10727
11366
|
$color-preview-border
|
|
10728
11367
|
);
|
|
10729
11368
|
|
|
10730
|
-
&::before {
|
|
10731
|
-
background: $color-preview-transparent-color-image;
|
|
10732
|
-
background-size: contain;
|
|
10733
|
-
background-position: 0;
|
|
10734
|
-
}
|
|
10735
|
-
|
|
10736
11369
|
&:hover,
|
|
10737
11370
|
&.k-hover {
|
|
10738
11371
|
@include fill( $border: $color-preview-hover-border );
|
|
10739
11372
|
}
|
|
10740
11373
|
}
|
|
10741
11374
|
|
|
10742
|
-
// No Color
|
|
10743
|
-
.k-no-color::before {
|
|
10744
|
-
background-color: $color-preview-no-color-bg;
|
|
10745
|
-
background-image: $color-preview-no-color-image;
|
|
10746
|
-
background-size: 100% 100%;
|
|
10747
|
-
background-position: 0 0;
|
|
10748
|
-
}
|
|
10749
|
-
|
|
10750
11375
|
}
|
|
10751
11376
|
|
|
10752
11377
|
// #endregion
|
|
@@ -11612,13 +12237,20 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11612
12237
|
.k-split-button {}
|
|
11613
12238
|
|
|
11614
12239
|
|
|
12240
|
+
// Input
|
|
12241
|
+
.k-input,
|
|
12242
|
+
.k-picker:not(.k-colorpicker) {
|
|
12243
|
+
width: $toolbar-input-width;
|
|
12244
|
+
}
|
|
12245
|
+
|
|
11615
12246
|
// Overflow anchor
|
|
11616
12247
|
.k-overflow-anchor {
|
|
11617
12248
|
@include border-radius( 0 );
|
|
11618
12249
|
margin: 0;
|
|
11619
12250
|
padding: $toolbar-padding-y;
|
|
11620
|
-
width:
|
|
12251
|
+
width: auto;
|
|
11621
12252
|
height: 100%;
|
|
12253
|
+
aspect-ratio: 1;
|
|
11622
12254
|
border-width: 0;
|
|
11623
12255
|
border-color: inherit;
|
|
11624
12256
|
box-sizing: border-box;
|
|
@@ -11650,6 +12282,7 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11650
12282
|
flex: 1 0 0%;
|
|
11651
12283
|
}
|
|
11652
12284
|
|
|
12285
|
+
|
|
11653
12286
|
// Template
|
|
11654
12287
|
.k-toolbar-template {
|
|
11655
12288
|
align-self: center;
|
|
@@ -11670,6 +12303,7 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11670
12303
|
|
|
11671
12304
|
// Angular specific
|
|
11672
12305
|
kendo-toolbar-renderer {
|
|
12306
|
+
display: inline-block;
|
|
11673
12307
|
border-color: inherit;
|
|
11674
12308
|
}
|
|
11675
12309
|
|
|
@@ -11677,6 +12311,14 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11677
12311
|
// Overflow container
|
|
11678
12312
|
.k-overflow-container {
|
|
11679
12313
|
|
|
12314
|
+
> .k-item {
|
|
12315
|
+
border-color: inherit;
|
|
12316
|
+
}
|
|
12317
|
+
|
|
12318
|
+
.k-separator {
|
|
12319
|
+
margin: map-get( $spacing, 1 ) 0;
|
|
12320
|
+
}
|
|
12321
|
+
|
|
11680
12322
|
// Group
|
|
11681
12323
|
.k-overflow-tool-group {
|
|
11682
12324
|
display: block;
|
|
@@ -11684,13 +12326,23 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11684
12326
|
|
|
11685
12327
|
// Button
|
|
11686
12328
|
.k-overflow-button {
|
|
12329
|
+
@include border-radius( 0 );
|
|
12330
|
+
padding: $kendo-list-item-padding-y-md $kendo-list-item-padding-x-md;
|
|
11687
12331
|
width: 100%;
|
|
12332
|
+
border-width: 0;
|
|
12333
|
+
color: inherit;
|
|
12334
|
+
background-color: transparent;
|
|
12335
|
+
background-image: none;
|
|
12336
|
+
line-height: inherit;
|
|
12337
|
+
display: flex;
|
|
12338
|
+
justify-content: flex-start;
|
|
11688
12339
|
}
|
|
11689
12340
|
|
|
11690
12341
|
// Button group
|
|
11691
12342
|
.k-button-group {
|
|
12343
|
+
@include box-shadow( none );
|
|
11692
12344
|
display: flex;
|
|
11693
|
-
flex-
|
|
12345
|
+
flex-flow: column nowrap;
|
|
11694
12346
|
|
|
11695
12347
|
.k-button {
|
|
11696
12348
|
margin: if( $kendo-button-border-width == 0, null, 0);
|
|
@@ -11784,13 +12436,6 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11784
12436
|
@include box-shadow( $toolbar-shadow );
|
|
11785
12437
|
|
|
11786
12438
|
|
|
11787
|
-
// Overflow anchor
|
|
11788
|
-
.k-overflow-anchor {
|
|
11789
|
-
color: inherit;
|
|
11790
|
-
background: transparent;
|
|
11791
|
-
}
|
|
11792
|
-
|
|
11793
|
-
|
|
11794
12439
|
// Separator
|
|
11795
12440
|
.k-separator {
|
|
11796
12441
|
border-color: $toolbar-separator-border;
|
|
@@ -11802,6 +12447,41 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
11802
12447
|
|
|
11803
12448
|
}
|
|
11804
12449
|
|
|
12450
|
+
|
|
12451
|
+
// Overflow container
|
|
12452
|
+
.k-overflow-container {
|
|
12453
|
+
|
|
12454
|
+
.k-button {
|
|
12455
|
+
|
|
12456
|
+
// Hover state
|
|
12457
|
+
&:hover,
|
|
12458
|
+
&.k-state-hover {
|
|
12459
|
+
color: $kendo-list-item-hover-text;
|
|
12460
|
+
background: $kendo-list-item-hover-bg;
|
|
12461
|
+
}
|
|
12462
|
+
|
|
12463
|
+
// Active state
|
|
12464
|
+
&:active,
|
|
12465
|
+
&.k-state-active {
|
|
12466
|
+
color: $kendo-list-item-selected-text;
|
|
12467
|
+
background: $kendo-list-item-selected-bg;
|
|
12468
|
+
}
|
|
12469
|
+
|
|
12470
|
+
// Button focus state
|
|
12471
|
+
.k-button:focus,
|
|
12472
|
+
.k-button.k-state-focused {
|
|
12473
|
+
box-shadow: $kendo-list-item-focus-shadow;
|
|
12474
|
+
}
|
|
12475
|
+
|
|
12476
|
+
// Disabled state
|
|
12477
|
+
&:disabled,
|
|
12478
|
+
&.k-state-disabled {
|
|
12479
|
+
color: inherit;
|
|
12480
|
+
}
|
|
12481
|
+
}
|
|
12482
|
+
|
|
12483
|
+
}
|
|
12484
|
+
|
|
11805
12485
|
}
|
|
11806
12486
|
|
|
11807
12487
|
|
|
@@ -12156,7 +12836,8 @@ $fieldset-legend-border: null !default;
|
|
|
12156
12836
|
border: 0;
|
|
12157
12837
|
|
|
12158
12838
|
> * {
|
|
12159
|
-
&:first-child
|
|
12839
|
+
&:not(.k-hidden):first-child,
|
|
12840
|
+
&.k-hidden + :not(.k-hidden) {
|
|
12160
12841
|
margin-top: 0;
|
|
12161
12842
|
}
|
|
12162
12843
|
}
|
|
@@ -12185,7 +12866,8 @@ $fieldset-legend-border: null !default;
|
|
|
12185
12866
|
|
|
12186
12867
|
> *,
|
|
12187
12868
|
.k-daterangepicker .k-textbox-container {
|
|
12188
|
-
&:first-child
|
|
12869
|
+
&:not(.k-hidden):first-child,
|
|
12870
|
+
&.k-hidden + :not(.k-hidden) {
|
|
12189
12871
|
margin-top: 0;
|
|
12190
12872
|
}
|
|
12191
12873
|
}
|
|
@@ -12671,780 +13353,211 @@ $fieldset-legend-border: null !default;
|
|
|
12671
13353
|
|
|
12672
13354
|
|
|
12673
13355
|
// Tooltip variants
|
|
12674
|
-
.k-tooltip-primary {
|
|
12675
|
-
@include fill(
|
|
12676
|
-
$tooltip-primary-text,
|
|
12677
|
-
$tooltip-primary-bg,
|
|
12678
|
-
$tooltip-primary-border
|
|
12679
|
-
);
|
|
12680
|
-
|
|
12681
|
-
.k-callout {
|
|
12682
|
-
color: $tooltip-primary-bg;
|
|
12683
|
-
}
|
|
12684
|
-
}
|
|
12685
|
-
.k-tooltip-info {
|
|
12686
|
-
@include fill(
|
|
12687
|
-
$tooltip-info-text,
|
|
12688
|
-
$tooltip-info-bg,
|
|
12689
|
-
$tooltip-info-border
|
|
12690
|
-
);
|
|
12691
|
-
|
|
12692
|
-
.k-callout {
|
|
12693
|
-
color: $tooltip-info-bg;
|
|
12694
|
-
}
|
|
12695
|
-
}
|
|
12696
|
-
.k-tooltip-success {
|
|
12697
|
-
@include fill(
|
|
12698
|
-
$tooltip-success-text,
|
|
12699
|
-
$tooltip-success-bg,
|
|
12700
|
-
$tooltip-success-border
|
|
12701
|
-
);
|
|
12702
|
-
|
|
12703
|
-
.k-callout {
|
|
12704
|
-
color: $tooltip-success-bg;
|
|
12705
|
-
}
|
|
12706
|
-
}
|
|
12707
|
-
.k-tooltip-warning {
|
|
12708
|
-
@include fill(
|
|
12709
|
-
$tooltip-warning-text,
|
|
12710
|
-
$tooltip-warning-bg,
|
|
12711
|
-
$tooltip-warning-border
|
|
12712
|
-
);
|
|
12713
|
-
|
|
12714
|
-
.k-callout {
|
|
12715
|
-
color: $tooltip-warning-bg;
|
|
12716
|
-
}
|
|
12717
|
-
}
|
|
12718
|
-
.k-tooltip-error {
|
|
12719
|
-
@include fill(
|
|
12720
|
-
$tooltip-error-text,
|
|
12721
|
-
$tooltip-error-bg,
|
|
12722
|
-
$tooltip-error-border
|
|
12723
|
-
);
|
|
12724
|
-
|
|
12725
|
-
.k-callout {
|
|
12726
|
-
color: $tooltip-error-bg;
|
|
12727
|
-
}
|
|
12728
|
-
}
|
|
12729
|
-
}
|
|
12730
|
-
|
|
12731
|
-
// #endregion
|
|
12732
|
-
|
|
12733
|
-
// #endregion
|
|
12734
|
-
|
|
12735
|
-
// #endregion
|
|
12736
|
-
// #region @import "../icons/_index.scss"; -> packages/classic/scss/icons/_index.scss
|
|
12737
|
-
// File already imported_once. Skipping output.
|
|
12738
|
-
// #endregion
|
|
12739
|
-
|
|
12740
|
-
|
|
12741
|
-
// Component
|
|
12742
|
-
// #region @import "_variables.scss"; -> packages/classic/scss/validator/_variables.scss
|
|
12743
|
-
|
|
12744
|
-
// #endregion
|
|
12745
|
-
// #region @import "_layout.scss"; -> packages/classic/scss/validator/_layout.scss
|
|
12746
|
-
// #region @import "~@progress/kendo-theme-default/scss/validator/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/validator/_layout.scss
|
|
12747
|
-
@include exports("validator/layout") {
|
|
12748
|
-
|
|
12749
|
-
.k-validator-tooltip {
|
|
12750
|
-
margin-top: calc( #{$tooltip-callout-size} + #{$tooltip-border-width} );
|
|
12751
|
-
width: auto;
|
|
12752
|
-
white-space: normal;
|
|
12753
|
-
display: flex;
|
|
12754
|
-
align-items: center;
|
|
12755
|
-
// NOTE: This works around popup / tooltip stackin issue
|
|
12756
|
-
z-index: 9999;
|
|
12757
|
-
|
|
12758
|
-
// .k-callout-n { inset-inline-start: 16px; }
|
|
12759
|
-
}
|
|
12760
|
-
.k-grid .k-validator-tooltip {
|
|
12761
|
-
max-width: 300px;
|
|
12762
|
-
}
|
|
12763
|
-
|
|
12764
|
-
}
|
|
12765
|
-
|
|
12766
|
-
// #endregion
|
|
12767
|
-
|
|
12768
|
-
// #endregion
|
|
12769
|
-
// #region @import "_theme.scss"; -> packages/classic/scss/validator/_theme.scss
|
|
12770
|
-
// #region @import "~@progress/kendo-theme-default/scss/validator/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/validator/_theme.scss
|
|
12771
|
-
@include exports( "validator/theme" ) {}
|
|
12772
|
-
|
|
12773
|
-
// #endregion
|
|
12774
|
-
|
|
12775
|
-
// #endregion
|
|
12776
|
-
|
|
12777
|
-
// #endregion
|
|
12778
|
-
// #region @import "floating-label/_index.scss"; -> packages/classic/scss/floating-label/_index.scss
|
|
12779
|
-
// File already imported_once. Skipping output.
|
|
12780
|
-
// #endregion
|
|
12781
|
-
|
|
12782
|
-
|
|
12783
|
-
// Native forms
|
|
12784
|
-
// #region @import "button/_index.scss"; -> packages/classic/scss/button/_index.scss
|
|
12785
|
-
// File already imported_once. Skipping output.
|
|
12786
|
-
// #endregion
|
|
12787
|
-
// #region @import "input/_index.scss"; -> packages/classic/scss/input/_index.scss
|
|
12788
|
-
// File already imported_once. Skipping output.
|
|
12789
|
-
// #endregion
|
|
12790
|
-
// #region @import "textbox/_index.scss"; -> packages/classic/scss/textbox/_index.scss
|
|
12791
|
-
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
12792
|
-
// File already imported_once. Skipping output.
|
|
12793
|
-
// #endregion
|
|
12794
|
-
|
|
12795
|
-
|
|
12796
|
-
// Dependencies
|
|
12797
|
-
// #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
|
|
12798
|
-
// File already imported_once. Skipping output.
|
|
12799
|
-
// #endregion
|
|
12800
|
-
// #region @import "../input/_index.scss"; -> packages/classic/scss/input/_index.scss
|
|
12801
|
-
// File already imported_once. Skipping output.
|
|
12802
|
-
// #endregion
|
|
12803
|
-
// #region @import "../floating-label/_index.scss"; -> packages/classic/scss/floating-label/_index.scss
|
|
12804
|
-
// File already imported_once. Skipping output.
|
|
12805
|
-
// #endregion
|
|
12806
|
-
|
|
12807
|
-
|
|
12808
|
-
// Component
|
|
12809
|
-
// #region @import "_variables.scss"; -> packages/classic/scss/textbox/_variables.scss
|
|
12810
|
-
// Textbox
|
|
12811
|
-
|
|
12812
|
-
// #endregion
|
|
12813
|
-
// #region @import "_layout.scss"; -> packages/classic/scss/textbox/_layout.scss
|
|
12814
|
-
// #region @import "~@progress/kendo-theme-default/scss/textbox/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/textbox/_layout.scss
|
|
12815
|
-
@include exports( "textbox/layout" ) {
|
|
12816
|
-
|
|
12817
|
-
// Textbox
|
|
12818
|
-
.k-textbox {}
|
|
12819
|
-
|
|
12820
|
-
}
|
|
12821
|
-
|
|
12822
|
-
// #endregion
|
|
12823
|
-
|
|
12824
|
-
// #endregion
|
|
12825
|
-
// #region @import "_theme.scss"; -> packages/classic/scss/textbox/_theme.scss
|
|
12826
|
-
// #region @import "~@progress/kendo-theme-default/scss/textbox/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/textbox/_theme.scss
|
|
12827
|
-
@include exports("textbox/theme") {
|
|
12828
|
-
|
|
12829
|
-
// Textbox
|
|
12830
|
-
.k-textbox {}
|
|
12831
|
-
}
|
|
12832
|
-
|
|
12833
|
-
// #endregion
|
|
12834
|
-
|
|
12835
|
-
// #endregion
|
|
12836
|
-
|
|
12837
|
-
// #endregion
|
|
12838
|
-
// #region @import "textarea/_index.scss"; -> packages/classic/scss/textarea/_index.scss
|
|
12839
|
-
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
12840
|
-
// File already imported_once. Skipping output.
|
|
12841
|
-
// #endregion
|
|
12842
|
-
|
|
12843
|
-
|
|
12844
|
-
// Dependencies
|
|
12845
|
-
// #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
|
|
12846
|
-
// File already imported_once. Skipping output.
|
|
12847
|
-
// #endregion
|
|
12848
|
-
// #region @import "../input/_index.scss"; -> packages/classic/scss/input/_index.scss
|
|
12849
|
-
// File already imported_once. Skipping output.
|
|
12850
|
-
// #endregion
|
|
12851
|
-
// #region @import "../floating-label/_index.scss"; -> packages/classic/scss/floating-label/_index.scss
|
|
12852
|
-
// File already imported_once. Skipping output.
|
|
12853
|
-
// #endregion
|
|
12854
|
-
|
|
12855
|
-
|
|
12856
|
-
// Component
|
|
12857
|
-
// #region @import "_variables.scss"; -> packages/classic/scss/textarea/_variables.scss
|
|
12858
|
-
// Textarea
|
|
12859
|
-
|
|
12860
|
-
// #endregion
|
|
12861
|
-
// #region @import "_layout.scss"; -> packages/classic/scss/textarea/_layout.scss
|
|
12862
|
-
// #region @import "~@progress/kendo-theme-default/scss/textarea/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/textarea/_layout.scss
|
|
12863
|
-
@include exports( "textarea/layout" ) {
|
|
12864
|
-
|
|
12865
|
-
// Textarea
|
|
12866
|
-
.k-textarea {}
|
|
12867
|
-
|
|
12868
|
-
}
|
|
12869
|
-
|
|
12870
|
-
// #endregion
|
|
12871
|
-
|
|
12872
|
-
// #endregion
|
|
12873
|
-
// #region @import "_theme.scss"; -> packages/classic/scss/textarea/_theme.scss
|
|
12874
|
-
// #region @import "~@progress/kendo-theme-default/scss/textarea/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/textarea/_theme.scss
|
|
12875
|
-
@include exports("textarea/theme") {
|
|
12876
|
-
|
|
12877
|
-
// Textarea
|
|
12878
|
-
.k-textarea {}
|
|
12879
|
-
|
|
12880
|
-
}
|
|
12881
|
-
|
|
12882
|
-
// #endregion
|
|
12883
|
-
|
|
12884
|
-
// #endregion
|
|
12885
|
-
|
|
12886
|
-
// #endregion
|
|
12887
|
-
// #region @import "checkbox/_index.scss"; -> packages/classic/scss/checkbox/_index.scss
|
|
12888
|
-
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
12889
|
-
// File already imported_once. Skipping output.
|
|
12890
|
-
// #endregion
|
|
12891
|
-
|
|
12892
|
-
|
|
12893
|
-
// Dependencies
|
|
12894
|
-
// #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
|
|
12895
|
-
// File already imported_once. Skipping output.
|
|
12896
|
-
// #endregion
|
|
12897
|
-
// #region @import "../list/_variables.scss"; -> packages/classic/scss/list/_variables.scss
|
|
12898
|
-
// File already imported_once. Skipping output.
|
|
12899
|
-
// #endregion
|
|
12900
|
-
|
|
12901
|
-
// Component
|
|
12902
|
-
// #region @import "_variables.scss"; -> packages/classic/scss/checkbox/_variables.scss
|
|
12903
|
-
// Checkbox
|
|
12904
|
-
|
|
12905
|
-
/// The sizes of checkbox.
|
|
12906
|
-
/// @group checkbox
|
|
12907
|
-
$kendo-checkbox-sizes: (
|
|
12908
|
-
sm: map-get( $spacing, 3 ),
|
|
12909
|
-
md: map-get( $spacing, 4 ),
|
|
12910
|
-
lg: map-get( $spacing, 6 )
|
|
12911
|
-
) !default;
|
|
12912
|
-
|
|
12913
|
-
/// The border width of checkbox.
|
|
12914
|
-
/// @group checkbox
|
|
12915
|
-
$kendo-checkbox-border-width: 1px !default;
|
|
12916
|
-
/// The line height of checkbox.
|
|
12917
|
-
/// @group checkbox
|
|
12918
|
-
$kendo-checkbox-line-height: calc( #{map-get( $kendo-checkbox-sizes, "md" )} + #{$kendo-checkbox-border-width} ) !default;
|
|
12919
|
-
|
|
12920
|
-
/// The background of checkbox.
|
|
12921
|
-
/// @group checkbox
|
|
12922
|
-
$kendo-checkbox-bg: $white !default;
|
|
12923
|
-
/// The background of checkbox.
|
|
12924
|
-
/// @group checkbox
|
|
12925
|
-
$kendo-checkbox-text: transparent !default;
|
|
12926
|
-
/// The border of checkbox.
|
|
12927
|
-
/// @group checkbox
|
|
12928
|
-
$kendo-checkbox-border: $base-border !default;
|
|
12929
|
-
|
|
12930
|
-
/// The background of hovered checkbox.
|
|
12931
|
-
/// @group checkbox
|
|
12932
|
-
$kendo-checkbox-hover-bg: null !default;
|
|
12933
|
-
/// The text of hovered checkbox.
|
|
12934
|
-
/// @group checkbox
|
|
12935
|
-
$kendo-checkbox-hover-text: null !default;
|
|
12936
|
-
/// The border of hovered checkbox.
|
|
12937
|
-
/// @group checkbox
|
|
12938
|
-
$kendo-checkbox-hover-border: null !default;
|
|
12939
|
-
|
|
12940
|
-
/// The background of checked checkbox.
|
|
12941
|
-
/// @group checkbox
|
|
12942
|
-
$kendo-checkbox-checked-bg: $primary !default;
|
|
12943
|
-
/// The text of checked checkbox.
|
|
12944
|
-
/// @group checkbox
|
|
12945
|
-
$kendo-checkbox-checked-text: contrast-wcag( $kendo-checkbox-checked-bg ) !default;
|
|
12946
|
-
/// The border of checked checkbox.
|
|
12947
|
-
/// @group checkbox
|
|
12948
|
-
$kendo-checkbox-checked-border: $kendo-checkbox-checked-bg !default;
|
|
12949
|
-
|
|
12950
|
-
/// The background of indeterminate checkbox.
|
|
12951
|
-
/// @group checkbox
|
|
12952
|
-
$kendo-checkbox-indeterminate-bg: $kendo-checkbox-bg !default;
|
|
12953
|
-
/// The text of indeterminate checkbox.
|
|
12954
|
-
/// @group checkbox
|
|
12955
|
-
$kendo-checkbox-indeterminate-text: $kendo-checkbox-checked-bg !default;
|
|
12956
|
-
/// The border of indeterminate checkbox.
|
|
12957
|
-
/// @group checkbox
|
|
12958
|
-
$kendo-checkbox-indeterminate-border: $kendo-checkbox-border !default;
|
|
12959
|
-
|
|
12960
|
-
/// The border of focused checkbox.
|
|
12961
|
-
/// @group checkbox
|
|
12962
|
-
$kendo-checkbox-focus-border: null !default;
|
|
12963
|
-
/// The shadow of focused checkbox.
|
|
12964
|
-
/// @group checkbox
|
|
12965
|
-
$kendo-checkbox-focus-shadow: 0 0 0 2px rgba( 0, 0, 0, .06 ) !default;
|
|
12966
|
-
/// The border of focused and checked checkbox.
|
|
12967
|
-
/// @group checkbox
|
|
12968
|
-
$kendo-checkbox-focus-checked-border: null !default;
|
|
12969
|
-
/// The shadow of focused and checked checkbox.
|
|
12970
|
-
/// @group checkbox
|
|
12971
|
-
$kendo-checkbox-focus-checked-shadow: 0 0 0 2px rgba( $primary, .3 ) !default;
|
|
12972
|
-
|
|
12973
|
-
/// The background of disabled checkbox.
|
|
12974
|
-
/// @group checkbox
|
|
12975
|
-
$kendo-checkbox-disabled-bg: null !default;
|
|
12976
|
-
/// The text of disabled checkbox.
|
|
12977
|
-
/// @group checkbox
|
|
12978
|
-
$kendo-checkbox-disabled-text: null !default;
|
|
12979
|
-
/// The border of disabled checkbox.
|
|
12980
|
-
/// @group checkbox
|
|
12981
|
-
$kendo-checkbox-disabled-border: null !default;
|
|
12982
|
-
|
|
12983
|
-
/// The background of disabled and checked checkbox.
|
|
12984
|
-
/// @group checkbox
|
|
12985
|
-
$kendo-checkbox-disabled-checked-bg: null !default;
|
|
12986
|
-
/// The text of disabled and checked checkbox.
|
|
12987
|
-
/// @group checkbox
|
|
12988
|
-
$kendo-checkbox-disabled-checked-text: null !default;
|
|
12989
|
-
/// The border of disabled and checked checkbox.
|
|
12990
|
-
/// @group checkbox
|
|
12991
|
-
$kendo-checkbox-disabled-checked-border: null !default;
|
|
12992
|
-
|
|
12993
|
-
/// The background of invalid checkbox.
|
|
12994
|
-
/// @group checkbox
|
|
12995
|
-
$kendo-checkbox-invalid-bg: null !default;
|
|
12996
|
-
/// The text of invalid checkbox.
|
|
12997
|
-
/// @group checkbox
|
|
12998
|
-
$kendo-checkbox-invalid-text: $invalid-text !default;
|
|
12999
|
-
/// The border of invalid checkbox.
|
|
13000
|
-
/// @group checkbox
|
|
13001
|
-
$kendo-checkbox-invalid-border: $invalid-border !default;
|
|
13002
|
-
|
|
13003
|
-
|
|
13004
|
-
// Checkbox indicator
|
|
13005
|
-
|
|
13006
|
-
/// The icon type of checked checkbox.
|
|
13007
|
-
/// @group checkbox
|
|
13008
|
-
$kendo-checkbox-icon-type: glyph !default;
|
|
13009
|
-
|
|
13010
|
-
/// The glyph font family of checkbox.
|
|
13011
|
-
/// @group checkbox
|
|
13012
|
-
$kendo-checkbox-glyph-font-family: "WebComponentsIcons", monospace !default;
|
|
13013
|
-
/// The glyph of checked checkbox.
|
|
13014
|
-
/// @group checkbox
|
|
13015
|
-
$kendo-checkbox-checked-glyph: "\e118" !default;
|
|
13016
|
-
/// The glyph of indeterminate checkbox.
|
|
13017
|
-
/// @group checkbox
|
|
13018
|
-
$kendo-checkbox-indeterminate-glyph: "\e121" !default;
|
|
13019
|
-
|
|
13020
|
-
/// The image of checked checkbox.
|
|
13021
|
-
/// @group checkbox
|
|
13022
|
-
$kendo-checkbox-checked-image: null !default;
|
|
13023
|
-
/// The image of indeterminate checkbox.
|
|
13024
|
-
/// @group checkbox
|
|
13025
|
-
$kendo-checkbox-indeterminate-image: null !default;
|
|
13026
|
-
|
|
13027
|
-
|
|
13028
|
-
// Checkbox label
|
|
13029
|
-
|
|
13030
|
-
/// The horizontal margin of the checkbox inside a label.
|
|
13031
|
-
/// @group checkbox
|
|
13032
|
-
$kendo-checkbox-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
13033
|
-
|
|
13034
|
-
|
|
13035
|
-
// Checkbox list
|
|
13036
|
-
|
|
13037
|
-
/// The list margin checkbox.
|
|
13038
|
-
/// @group checkbox
|
|
13039
|
-
$kendo-checkbox-list-margin: 0px !default;
|
|
13040
|
-
/// The list padding checkbox.
|
|
13041
|
-
/// @group checkbox
|
|
13042
|
-
$kendo-checkbox-list-padding: 0px !default;
|
|
13043
|
-
/// The horizontal list item padding of checkbox.
|
|
13044
|
-
/// @group checkbox
|
|
13045
|
-
$kendo-checkbox-list-item-padding-x: 0px !default;
|
|
13046
|
-
/// The vertical list item padding of checkbox.
|
|
13047
|
-
/// @group checkbox
|
|
13048
|
-
$kendo-checkbox-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
13049
|
-
/// The horizontal margin of list item of checkbox.
|
|
13050
|
-
/// @group checkbox
|
|
13051
|
-
$kendo-checkbox-list-horizontal-item-margin-x: 32px !default;
|
|
13052
|
-
|
|
13053
|
-
|
|
13054
|
-
// Checkbox ripple
|
|
13055
|
-
|
|
13056
|
-
/// The ripple size of checkbox.
|
|
13057
|
-
/// @group checkbox
|
|
13058
|
-
$kendo-checkbox-ripple-size: (
|
|
13059
|
-
sm: (map-get( $kendo-checkbox-sizes, "sm" ) * 3),
|
|
13060
|
-
md: (map-get( $kendo-checkbox-sizes, "md" ) * 3),
|
|
13061
|
-
lg: (map-get( $kendo-checkbox-sizes, "lg" ) * 3)
|
|
13062
|
-
) !default;
|
|
13063
|
-
/// The ripple margin of checkbox.
|
|
13064
|
-
/// @group checkbox
|
|
13065
|
-
$kendo-checkbox-ripple-margin: (
|
|
13066
|
-
sm: calc(-1 * (#{map-get( $kendo-checkbox-sizes, "sm" )} + 2 * #{$kendo-checkbox-border-width})),
|
|
13067
|
-
md: calc(-1 * (#{map-get( $kendo-checkbox-sizes, "md" )} + 2 * #{$kendo-checkbox-border-width})),
|
|
13068
|
-
lg: calc(-1 * (#{map-get( $kendo-checkbox-sizes, "lg" )} + 2 * #{$kendo-checkbox-border-width}))
|
|
13069
|
-
) !default;
|
|
13070
|
-
/// The ripple opacity of checkbox.
|
|
13071
|
-
/// @group checkbox
|
|
13072
|
-
$kendo-checkbox-ripple-opacity: .3 !default;
|
|
13073
|
-
|
|
13074
|
-
// #endregion
|
|
13075
|
-
// #region @import "_layout.scss"; -> packages/classic/scss/checkbox/_layout.scss
|
|
13076
|
-
// #region @import "~@progress/kendo-theme-default/scss/checkbox/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss
|
|
13077
|
-
@include exports( "checkbox/layout" ) {
|
|
13078
|
-
|
|
13079
|
-
// Checkbox
|
|
13080
|
-
.k-checkbox {
|
|
13081
|
-
margin: 0;
|
|
13082
|
-
padding: 0;
|
|
13083
|
-
line-height: initial;
|
|
13084
|
-
border-width: $kendo-checkbox-border-width;
|
|
13085
|
-
border-style: solid;
|
|
13086
|
-
outline: 0;
|
|
13087
|
-
background-position: center;
|
|
13088
|
-
background-repeat: no-repeat;
|
|
13089
|
-
background-size: contain;
|
|
13090
|
-
display: inline-block;
|
|
13091
|
-
vertical-align: middle;
|
|
13092
|
-
position: relative;
|
|
13093
|
-
cursor: pointer;
|
|
13094
|
-
-webkit-appearance: none;
|
|
13095
|
-
}
|
|
13096
|
-
|
|
13097
|
-
@each $name, $size in $kendo-checkbox-sizes {
|
|
13098
|
-
// Checkbox sizes
|
|
13099
|
-
.k-checkbox-#{$name} {
|
|
13100
|
-
width: $size;
|
|
13101
|
-
height: $size;
|
|
13102
|
-
|
|
13103
|
-
+ .k-checkbox-label {
|
|
13104
|
-
|
|
13105
|
-
.k-ripple {
|
|
13106
|
-
top: ($size / 2);
|
|
13107
|
-
left: ($size / 2);
|
|
13108
|
-
width: ($size * 5 / 2);
|
|
13109
|
-
height: ($size * 5 / 2);
|
|
13110
|
-
}
|
|
13111
|
-
}
|
|
13112
|
-
}
|
|
13113
|
-
|
|
13114
|
-
|
|
13115
|
-
// Checkbox indicator
|
|
13116
|
-
.k-checkbox-#{$name}::before {
|
|
13117
|
-
@if $kendo-checkbox-icon-type == "glyph" {
|
|
13118
|
-
content: $kendo-checkbox-checked-glyph;
|
|
13119
|
-
width: ($size - map-get( $spacing, thin ));
|
|
13120
|
-
height: ($size - map-get( $spacing, thin ));
|
|
13121
|
-
font-size: ($size - map-get( $spacing, thin ));
|
|
13122
|
-
font-family: $kendo-checkbox-glyph-font-family;
|
|
13123
|
-
line-height: 1;
|
|
13124
|
-
transform: scale(0) translate(-50%, -50%);
|
|
13125
|
-
overflow: hidden;
|
|
13126
|
-
position: absolute;
|
|
13127
|
-
top: 50%;
|
|
13128
|
-
left: 50%;
|
|
13129
|
-
}
|
|
13130
|
-
|
|
13131
|
-
@if $kendo-checkbox-icon-type == "marker" {
|
|
13132
|
-
content: "";
|
|
13133
|
-
width: ($size - map-get( $spacing, 1 ));
|
|
13134
|
-
height: ($size - map-get( $spacing, 1 ));
|
|
13135
|
-
background-color: currentColor;
|
|
13136
|
-
transform: scale(0) translate(-50%, -50%);
|
|
13137
|
-
overflow: hidden;
|
|
13138
|
-
position: absolute;
|
|
13139
|
-
top: 50%;
|
|
13140
|
-
left: 50%;
|
|
13141
|
-
}
|
|
13142
|
-
}
|
|
13143
|
-
}
|
|
13144
|
-
|
|
13145
|
-
|
|
13146
|
-
// Checked state
|
|
13147
|
-
.k-checkbox:checked,
|
|
13148
|
-
.k-checkbox.k-checked {
|
|
13149
|
-
@if $kendo-checkbox-icon-type == "image" {
|
|
13150
|
-
background-image: $kendo-checkbox-checked-image;
|
|
13151
|
-
}
|
|
13356
|
+
.k-tooltip-primary {
|
|
13357
|
+
@include fill(
|
|
13358
|
+
$tooltip-primary-text,
|
|
13359
|
+
$tooltip-primary-bg,
|
|
13360
|
+
$tooltip-primary-border
|
|
13361
|
+
);
|
|
13152
13362
|
|
|
13153
|
-
|
|
13154
|
-
|
|
13155
|
-
transform: scale(1) translate(-50%, -50%);
|
|
13156
|
-
}
|
|
13363
|
+
.k-callout {
|
|
13364
|
+
color: $tooltip-primary-bg;
|
|
13157
13365
|
}
|
|
13366
|
+
}
|
|
13367
|
+
.k-tooltip-info {
|
|
13368
|
+
@include fill(
|
|
13369
|
+
$tooltip-info-text,
|
|
13370
|
+
$tooltip-info-bg,
|
|
13371
|
+
$tooltip-info-border
|
|
13372
|
+
);
|
|
13158
13373
|
|
|
13159
|
-
|
|
13160
|
-
|
|
13161
|
-
transform: scale(1) translate(-50%, -50%);
|
|
13162
|
-
}
|
|
13374
|
+
.k-callout {
|
|
13375
|
+
color: $tooltip-info-bg;
|
|
13163
13376
|
}
|
|
13164
13377
|
}
|
|
13378
|
+
.k-tooltip-success {
|
|
13379
|
+
@include fill(
|
|
13380
|
+
$tooltip-success-text,
|
|
13381
|
+
$tooltip-success-bg,
|
|
13382
|
+
$tooltip-success-border
|
|
13383
|
+
);
|
|
13165
13384
|
|
|
13166
|
-
|
|
13167
|
-
|
|
13168
|
-
.k-checkbox.k-indeterminate {
|
|
13169
|
-
@if $kendo-checkbox-icon-type == "image" {
|
|
13170
|
-
background-image: $kendo-checkbox-indeterminate-image;
|
|
13385
|
+
.k-callout {
|
|
13386
|
+
color: $tooltip-success-bg;
|
|
13171
13387
|
}
|
|
13388
|
+
}
|
|
13389
|
+
.k-tooltip-warning {
|
|
13390
|
+
@include fill(
|
|
13391
|
+
$tooltip-warning-text,
|
|
13392
|
+
$tooltip-warning-bg,
|
|
13393
|
+
$tooltip-warning-border
|
|
13394
|
+
);
|
|
13172
13395
|
|
|
13173
|
-
|
|
13174
|
-
|
|
13175
|
-
content: $kendo-checkbox-indeterminate-glyph;
|
|
13176
|
-
transform: scale(1) translate(-50%, -50%);
|
|
13177
|
-
}
|
|
13396
|
+
.k-callout {
|
|
13397
|
+
color: $tooltip-warning-bg;
|
|
13178
13398
|
}
|
|
13399
|
+
}
|
|
13400
|
+
.k-tooltip-error {
|
|
13401
|
+
@include fill(
|
|
13402
|
+
$tooltip-error-text,
|
|
13403
|
+
$tooltip-error-bg,
|
|
13404
|
+
$tooltip-error-border
|
|
13405
|
+
);
|
|
13179
13406
|
|
|
13180
|
-
|
|
13181
|
-
|
|
13182
|
-
width: $kendo-checkbox-maker-indeterminate-width;
|
|
13183
|
-
height: $kendo-checkbox-marker-indeterminate-height;
|
|
13184
|
-
transform: scale(1) translate(-50%, -50%);
|
|
13185
|
-
}
|
|
13407
|
+
.k-callout {
|
|
13408
|
+
color: $tooltip-error-bg;
|
|
13186
13409
|
}
|
|
13187
13410
|
}
|
|
13411
|
+
}
|
|
13188
13412
|
|
|
13413
|
+
// #endregion
|
|
13189
13414
|
|
|
13190
|
-
|
|
13191
|
-
.k-checkbox:disabled,
|
|
13192
|
-
.k-checkbox.k-disabled,
|
|
13193
|
-
.k-checkbox:disabled + .k-checkbox-label,
|
|
13194
|
-
.k-checkbox.k-disabled + .k-checkbox-label {
|
|
13195
|
-
@include disabled( $disabled-styling );
|
|
13196
|
-
}
|
|
13415
|
+
// #endregion
|
|
13197
13416
|
|
|
13198
|
-
|
|
13199
|
-
|
|
13200
|
-
|
|
13201
|
-
|
|
13202
|
-
line-height: $kendo-checkbox-line-height;
|
|
13203
|
-
display: inline-flex;
|
|
13204
|
-
align-items: flex-start;
|
|
13205
|
-
vertical-align: middle;
|
|
13206
|
-
position: relative;
|
|
13207
|
-
cursor: pointer;
|
|
13417
|
+
// #endregion
|
|
13418
|
+
// #region @import "../icons/_index.scss"; -> packages/classic/scss/icons/_index.scss
|
|
13419
|
+
// File already imported_once. Skipping output.
|
|
13420
|
+
// #endregion
|
|
13208
13421
|
|
|
13209
|
-
.k-label {
|
|
13210
|
-
cursor: pointer;
|
|
13211
|
-
}
|
|
13212
13422
|
|
|
13213
|
-
|
|
13214
|
-
|
|
13215
|
-
bottom: auto;
|
|
13216
|
-
transform: translate(-50%, -50%);
|
|
13217
|
-
border-radius: 50%;
|
|
13423
|
+
// Component
|
|
13424
|
+
// #region @import "_variables.scss"; -> packages/classic/scss/validator/_variables.scss
|
|
13218
13425
|
|
|
13219
|
-
|
|
13220
|
-
|
|
13221
|
-
|
|
13426
|
+
// #endregion
|
|
13427
|
+
// #region @import "_layout.scss"; -> packages/classic/scss/validator/_layout.scss
|
|
13428
|
+
// #region @import "~@progress/kendo-theme-default/scss/validator/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/validator/_layout.scss
|
|
13429
|
+
@include exports("validator/layout") {
|
|
13222
13430
|
|
|
13223
|
-
|
|
13224
|
-
|
|
13225
|
-
|
|
13226
|
-
|
|
13227
|
-
|
|
13228
|
-
|
|
13229
|
-
|
|
13230
|
-
|
|
13231
|
-
|
|
13232
|
-
|
|
13233
|
-
display: inline;
|
|
13234
|
-
}
|
|
13235
|
-
.k-checkbox + .k-checkbox-label,
|
|
13236
|
-
.k-checkbox-label + .k-checkbox {
|
|
13237
|
-
margin-left: $kendo-checkbox-label-margin-x;
|
|
13238
|
-
}
|
|
13239
|
-
.k-checkbox-label > .k-checkbox {
|
|
13240
|
-
margin-right: $kendo-checkbox-label-margin-x;
|
|
13241
|
-
flex-shrink: 0;
|
|
13242
|
-
}
|
|
13243
|
-
kendo-label.k-checkbox-label > .k-checkbox:last-child {
|
|
13244
|
-
margin-right: 0;
|
|
13245
|
-
}
|
|
13246
|
-
kendo-label.k-checkbox-label > .k-label:first-child {
|
|
13247
|
-
margin-right: $kendo-checkbox-label-margin-x;
|
|
13431
|
+
.k-validator-tooltip {
|
|
13432
|
+
margin-top: calc( #{$tooltip-callout-size} + #{$tooltip-border-width} );
|
|
13433
|
+
width: auto;
|
|
13434
|
+
white-space: normal;
|
|
13435
|
+
display: flex;
|
|
13436
|
+
align-items: center;
|
|
13437
|
+
// NOTE: This works around popup / tooltip stackin issue
|
|
13438
|
+
z-index: 9999;
|
|
13439
|
+
|
|
13440
|
+
// .k-callout-n { inset-inline-start: 16px; }
|
|
13248
13441
|
}
|
|
13249
|
-
|
|
13250
|
-
|
|
13442
|
+
.k-grid .k-validator-tooltip {
|
|
13443
|
+
max-width: 300px;
|
|
13251
13444
|
}
|
|
13252
13445
|
|
|
13446
|
+
}
|
|
13253
13447
|
|
|
13254
|
-
|
|
13255
|
-
.k-checkbox-label:empty {
|
|
13256
|
-
display: none;
|
|
13257
|
-
}
|
|
13258
|
-
|
|
13448
|
+
// #endregion
|
|
13259
13449
|
|
|
13260
|
-
|
|
13261
|
-
|
|
13262
|
-
|
|
13263
|
-
|
|
13450
|
+
// #endregion
|
|
13451
|
+
// #region @import "_theme.scss"; -> packages/classic/scss/validator/_theme.scss
|
|
13452
|
+
// #region @import "~@progress/kendo-theme-default/scss/validator/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/validator/_theme.scss
|
|
13453
|
+
@include exports( "validator/theme" ) {}
|
|
13264
13454
|
|
|
13455
|
+
// #endregion
|
|
13265
13456
|
|
|
13266
|
-
|
|
13267
|
-
.k-checkbox-list {
|
|
13268
|
-
margin: $kendo-checkbox-list-margin;
|
|
13269
|
-
padding: $kendo-checkbox-list-padding;
|
|
13270
|
-
list-style: none;
|
|
13457
|
+
// #endregion
|
|
13271
13458
|
|
|
13272
|
-
|
|
13273
|
-
|
|
13274
|
-
|
|
13275
|
-
|
|
13459
|
+
// #endregion
|
|
13460
|
+
// #region @import "floating-label/_index.scss"; -> packages/classic/scss/floating-label/_index.scss
|
|
13461
|
+
// File already imported_once. Skipping output.
|
|
13462
|
+
// #endregion
|
|
13276
13463
|
|
|
13277
|
-
.k-list-horizontal {
|
|
13278
|
-
.k-checkbox-item {
|
|
13279
|
-
display: inline-block;
|
|
13280
|
-
margin: 0 $kendo-checkbox-list-horizontal-item-margin-x 0 0;
|
|
13281
13464
|
|
|
13282
|
-
|
|
13283
|
-
|
|
13284
|
-
|
|
13285
|
-
|
|
13286
|
-
|
|
13465
|
+
// Native forms
|
|
13466
|
+
// #region @import "button/_index.scss"; -> packages/classic/scss/button/_index.scss
|
|
13467
|
+
// File already imported_once. Skipping output.
|
|
13468
|
+
// #endregion
|
|
13469
|
+
// #region @import "input/_index.scss"; -> packages/classic/scss/input/_index.scss
|
|
13470
|
+
// File already imported_once. Skipping output.
|
|
13471
|
+
// #endregion
|
|
13472
|
+
// #region @import "textbox/_index.scss"; -> packages/classic/scss/textbox/_index.scss
|
|
13473
|
+
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
13474
|
+
// File already imported_once. Skipping output.
|
|
13475
|
+
// #endregion
|
|
13287
13476
|
|
|
13288
13477
|
|
|
13289
|
-
|
|
13290
|
-
|
|
13291
|
-
|
|
13292
|
-
|
|
13293
|
-
|
|
13294
|
-
|
|
13295
|
-
|
|
13296
|
-
|
|
13297
|
-
|
|
13298
|
-
|
|
13299
|
-
}
|
|
13300
|
-
kendo-label.k-checkbox-label > .k-checkbox:last-child {
|
|
13301
|
-
margin-left: 0;
|
|
13302
|
-
}
|
|
13303
|
-
kendo-label.k-checkbox-label > .k-label:first-child {
|
|
13304
|
-
margin-right: 0;
|
|
13305
|
-
margin-left: $kendo-checkbox-label-margin-x;
|
|
13306
|
-
}
|
|
13478
|
+
// Dependencies
|
|
13479
|
+
// #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
|
|
13480
|
+
// File already imported_once. Skipping output.
|
|
13481
|
+
// #endregion
|
|
13482
|
+
// #region @import "../input/_index.scss"; -> packages/classic/scss/input/_index.scss
|
|
13483
|
+
// File already imported_once. Skipping output.
|
|
13484
|
+
// #endregion
|
|
13485
|
+
// #region @import "../floating-label/_index.scss"; -> packages/classic/scss/floating-label/_index.scss
|
|
13486
|
+
// File already imported_once. Skipping output.
|
|
13487
|
+
// #endregion
|
|
13307
13488
|
|
|
13308
|
-
.k-list-horizontal {
|
|
13309
|
-
.k-checkbox-item {
|
|
13310
|
-
margin-right: 0;
|
|
13311
|
-
margin-left: $kendo-checkbox-list-horizontal-item-margin-x;
|
|
13312
13489
|
|
|
13313
|
-
|
|
13314
|
-
|
|
13315
|
-
|
|
13316
|
-
}
|
|
13317
|
-
}
|
|
13318
|
-
}
|
|
13490
|
+
// Component
|
|
13491
|
+
// #region @import "_variables.scss"; -> packages/classic/scss/textbox/_variables.scss
|
|
13492
|
+
// Textbox
|
|
13319
13493
|
|
|
13320
|
-
|
|
13321
|
-
|
|
13322
|
-
|
|
13323
|
-
|
|
13324
|
-
display: block;
|
|
13325
|
-
position: absolute;
|
|
13326
|
-
left: 0;
|
|
13327
|
-
top: 0;
|
|
13328
|
-
width: map-get( $kendo-checkbox-ripple-size, $name );
|
|
13329
|
-
height: map-get( $kendo-checkbox-ripple-size, $name );
|
|
13330
|
-
margin-left: map-get( $kendo-checkbox-ripple-margin, $name );
|
|
13331
|
-
margin-top: map-get( $kendo-checkbox-ripple-margin, $name );
|
|
13332
|
-
border-radius: 100%;
|
|
13333
|
-
z-index: 1;
|
|
13334
|
-
transform: scale(0);
|
|
13335
|
-
}
|
|
13494
|
+
// #endregion
|
|
13495
|
+
// #region @import "_layout.scss"; -> packages/classic/scss/textbox/_layout.scss
|
|
13496
|
+
// #region @import "~@progress/kendo-theme-default/scss/textbox/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/textbox/_layout.scss
|
|
13497
|
+
@include exports( "textbox/layout" ) {
|
|
13336
13498
|
|
|
13337
|
-
|
|
13338
|
-
|
|
13339
|
-
display: none;
|
|
13340
|
-
}
|
|
13341
|
-
}
|
|
13342
|
-
}
|
|
13499
|
+
// Textbox
|
|
13500
|
+
.k-textbox {}
|
|
13343
13501
|
|
|
13344
13502
|
}
|
|
13345
13503
|
|
|
13346
13504
|
// #endregion
|
|
13347
13505
|
|
|
13348
13506
|
// #endregion
|
|
13349
|
-
// #region @import "_theme.scss"; -> packages/classic/scss/
|
|
13350
|
-
// #region @import "~@progress/kendo-theme-default/scss/
|
|
13351
|
-
@include exports("
|
|
13352
|
-
|
|
13353
|
-
// Checkbox
|
|
13354
|
-
.k-checkbox {
|
|
13355
|
-
@include fill(
|
|
13356
|
-
$kendo-checkbox-text,
|
|
13357
|
-
$kendo-checkbox-bg,
|
|
13358
|
-
$kendo-checkbox-border
|
|
13359
|
-
);
|
|
13360
|
-
}
|
|
13507
|
+
// #region @import "_theme.scss"; -> packages/classic/scss/textbox/_theme.scss
|
|
13508
|
+
// #region @import "~@progress/kendo-theme-default/scss/textbox/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/textbox/_theme.scss
|
|
13509
|
+
@include exports("textbox/theme") {
|
|
13361
13510
|
|
|
13511
|
+
// Textbox
|
|
13512
|
+
.k-textbox {}
|
|
13513
|
+
}
|
|
13362
13514
|
|
|
13363
|
-
|
|
13364
|
-
.k-checkbox:hover,
|
|
13365
|
-
.k-checkbox.k-hover {
|
|
13366
|
-
@include fill(
|
|
13367
|
-
$kendo-checkbox-hover-text,
|
|
13368
|
-
$kendo-checkbox-hover-bg,
|
|
13369
|
-
$kendo-checkbox-hover-border
|
|
13370
|
-
);
|
|
13371
|
-
}
|
|
13515
|
+
// #endregion
|
|
13372
13516
|
|
|
13517
|
+
// #endregion
|
|
13373
13518
|
|
|
13374
|
-
|
|
13375
|
-
|
|
13376
|
-
|
|
13377
|
-
|
|
13378
|
-
|
|
13379
|
-
}
|
|
13519
|
+
// #endregion
|
|
13520
|
+
// #region @import "textarea/_index.scss"; -> packages/classic/scss/textarea/_index.scss
|
|
13521
|
+
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
13522
|
+
// File already imported_once. Skipping output.
|
|
13523
|
+
// #endregion
|
|
13380
13524
|
|
|
13381
13525
|
|
|
13382
|
-
|
|
13383
|
-
|
|
13384
|
-
|
|
13385
|
-
|
|
13386
|
-
|
|
13387
|
-
|
|
13388
|
-
|
|
13389
|
-
|
|
13390
|
-
|
|
13526
|
+
// Dependencies
|
|
13527
|
+
// #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
|
|
13528
|
+
// File already imported_once. Skipping output.
|
|
13529
|
+
// #endregion
|
|
13530
|
+
// #region @import "../input/_index.scss"; -> packages/classic/scss/input/_index.scss
|
|
13531
|
+
// File already imported_once. Skipping output.
|
|
13532
|
+
// #endregion
|
|
13533
|
+
// #region @import "../floating-label/_index.scss"; -> packages/classic/scss/floating-label/_index.scss
|
|
13534
|
+
// File already imported_once. Skipping output.
|
|
13535
|
+
// #endregion
|
|
13391
13536
|
|
|
13392
13537
|
|
|
13393
|
-
|
|
13394
|
-
|
|
13395
|
-
|
|
13396
|
-
@include fill(
|
|
13397
|
-
$kendo-checkbox-checked-text,
|
|
13398
|
-
$kendo-checkbox-checked-bg,
|
|
13399
|
-
$kendo-checkbox-checked-border
|
|
13400
|
-
);
|
|
13401
|
-
}
|
|
13402
|
-
.k-checkbox:checked:focus,
|
|
13403
|
-
.k-checkbox.k-checked.k-focus {
|
|
13404
|
-
@include fill( $border: $kendo-checkbox-focus-checked-border );
|
|
13405
|
-
@include box-shadow( $kendo-checkbox-focus-checked-shadow );
|
|
13406
|
-
}
|
|
13538
|
+
// Component
|
|
13539
|
+
// #region @import "_variables.scss"; -> packages/classic/scss/textarea/_variables.scss
|
|
13540
|
+
// Textarea
|
|
13407
13541
|
|
|
13542
|
+
// #endregion
|
|
13543
|
+
// #region @import "_layout.scss"; -> packages/classic/scss/textarea/_layout.scss
|
|
13544
|
+
// #region @import "~@progress/kendo-theme-default/scss/textarea/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/textarea/_layout.scss
|
|
13545
|
+
@include exports( "textarea/layout" ) {
|
|
13408
13546
|
|
|
13409
|
-
//
|
|
13410
|
-
.k-
|
|
13411
|
-
.k-checkbox.k-disabled {
|
|
13412
|
-
@include fill(
|
|
13413
|
-
$kendo-checkbox-disabled-text,
|
|
13414
|
-
$kendo-checkbox-disabled-bg,
|
|
13415
|
-
$kendo-checkbox-disabled-border
|
|
13416
|
-
);
|
|
13417
|
-
}
|
|
13418
|
-
.k-checkbox:checked:disabled,
|
|
13419
|
-
.k-checkbox:indeterminate:disabled,
|
|
13420
|
-
.k-checkbox.k-checked.k-disabled,
|
|
13421
|
-
.k-checkbox.k-indeterminate.k-disabled {
|
|
13422
|
-
@include fill(
|
|
13423
|
-
$kendo-checkbox-disabled-checked-text,
|
|
13424
|
-
$kendo-checkbox-disabled-checked-bg,
|
|
13425
|
-
$kendo-checkbox-disabled-checked-border
|
|
13426
|
-
);
|
|
13427
|
-
}
|
|
13547
|
+
// Textarea
|
|
13548
|
+
.k-textarea {}
|
|
13428
13549
|
|
|
13550
|
+
}
|
|
13429
13551
|
|
|
13430
|
-
|
|
13431
|
-
.k-checkbox:invalid,
|
|
13432
|
-
.k-checkbox.k-invalid {
|
|
13433
|
-
@include fill( $border: $kendo-checkbox-invalid-border );
|
|
13434
|
-
}
|
|
13435
|
-
.k-checkbox:invalid + .k-checkbox-label,
|
|
13436
|
-
.k-checkbox.k-invalid + .k-checkbox-label {
|
|
13437
|
-
@include fill( $color: $kendo-checkbox-invalid-text );
|
|
13438
|
-
}
|
|
13552
|
+
// #endregion
|
|
13439
13553
|
|
|
13554
|
+
// #endregion
|
|
13555
|
+
// #region @import "_theme.scss"; -> packages/classic/scss/textarea/_theme.scss
|
|
13556
|
+
// #region @import "~@progress/kendo-theme-default/scss/textarea/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/textarea/_theme.scss
|
|
13557
|
+
@include exports("textarea/theme") {
|
|
13440
13558
|
|
|
13441
|
-
//
|
|
13442
|
-
.k-
|
|
13443
|
-
.k-checkbox::after {
|
|
13444
|
-
background: $kendo-checkbox-checked-bg;
|
|
13445
|
-
opacity: $kendo-checkbox-ripple-opacity;
|
|
13446
|
-
}
|
|
13447
|
-
}
|
|
13559
|
+
// Textarea
|
|
13560
|
+
.k-textarea {}
|
|
13448
13561
|
|
|
13449
13562
|
}
|
|
13450
13563
|
|
|
@@ -13452,6 +13565,9 @@ $kendo-checkbox-ripple-opacity: .3 !default;
|
|
|
13452
13565
|
|
|
13453
13566
|
// #endregion
|
|
13454
13567
|
|
|
13568
|
+
// #endregion
|
|
13569
|
+
// #region @import "checkbox/_index.scss"; -> packages/classic/scss/checkbox/_index.scss
|
|
13570
|
+
// File already imported_once. Skipping output.
|
|
13455
13571
|
// #endregion
|
|
13456
13572
|
// #region @import "listbox/_index.scss"; -> packages/classic/scss/listbox/_index.scss
|
|
13457
13573
|
// #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
|
|
@@ -13485,7 +13601,7 @@ $kendo-checkbox-ripple-opacity: .3 !default;
|
|
|
13485
13601
|
// Listbox
|
|
13486
13602
|
$listbox-margin: $padding-x !default;
|
|
13487
13603
|
$listbox-button-margin: $padding-x !default;
|
|
13488
|
-
$listbox-width:
|
|
13604
|
+
$listbox-width: 10em !default;
|
|
13489
13605
|
$listbox-default-height: 200px !default;
|
|
13490
13606
|
|
|
13491
13607
|
$listbox-border-width: 1px !default;
|
|
@@ -13990,7 +14106,7 @@ $progressbar-chunk-border: $body-bg !default;
|
|
|
13990
14106
|
|
|
13991
14107
|
|
|
13992
14108
|
// Dependencies
|
|
13993
|
-
// #region @import "../
|
|
14109
|
+
// #region @import "../typography/_variables.scss"; -> packages/classic/scss/typography/_variables.scss
|
|
13994
14110
|
// File already imported_once. Skipping output.
|
|
13995
14111
|
// #endregion
|
|
13996
14112
|
// #region @import "../list/_variables.scss"; -> packages/classic/scss/list/_variables.scss
|
|
@@ -14137,21 +14253,15 @@ $kendo-radio-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
|
14137
14253
|
|
|
14138
14254
|
// Radio list
|
|
14139
14255
|
|
|
14140
|
-
/// The list margin of radio button.
|
|
14141
|
-
/// @group radio
|
|
14142
|
-
$kendo-radio-list-margin: 0px !default;
|
|
14143
|
-
/// The list padding of radio button.
|
|
14256
|
+
/// The horizontal list item margin of radio button.
|
|
14144
14257
|
/// @group radio
|
|
14145
|
-
$kendo-radio-list-
|
|
14258
|
+
$kendo-radio-list-spacing: map-get( $spacing, 4 ) !default;
|
|
14146
14259
|
/// The horizontal list item padding of radio button.
|
|
14147
14260
|
/// @group radio
|
|
14148
14261
|
$kendo-radio-list-item-padding-x: 0px !default;
|
|
14149
14262
|
/// The vertical list item padding of radio button.
|
|
14150
14263
|
/// @group radio
|
|
14151
14264
|
$kendo-radio-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
14152
|
-
/// The horizontal list item margin of radio button.
|
|
14153
|
-
/// @group radio
|
|
14154
|
-
$kendo-radio-list-horizontal-item-margin-x: 32px !default;
|
|
14155
14265
|
|
|
14156
14266
|
|
|
14157
14267
|
// Radio ripple
|
|
@@ -14193,6 +14303,7 @@ $kendo-radio-ripple-opacity: .3 !default;
|
|
|
14193
14303
|
background-repeat: no-repeat;
|
|
14194
14304
|
background-size: contain;
|
|
14195
14305
|
display: inline-block;
|
|
14306
|
+
flex: none;
|
|
14196
14307
|
vertical-align: middle;
|
|
14197
14308
|
position: relative;
|
|
14198
14309
|
cursor: pointer;
|
|
@@ -14276,6 +14387,25 @@ $kendo-radio-ripple-opacity: .3 !default;
|
|
|
14276
14387
|
@include disabled( $disabled-styling );
|
|
14277
14388
|
}
|
|
14278
14389
|
|
|
14390
|
+
|
|
14391
|
+
// Radio wrap
|
|
14392
|
+
.k-radio-wrap {
|
|
14393
|
+
flex: none;
|
|
14394
|
+
display: inline-flex;
|
|
14395
|
+
flex-flow: row nowrap;
|
|
14396
|
+
gap: 0;
|
|
14397
|
+
align-items: center;
|
|
14398
|
+
|
|
14399
|
+
&::before {
|
|
14400
|
+
content: "\200b";
|
|
14401
|
+
width: 0px;
|
|
14402
|
+
overflow: hidden;
|
|
14403
|
+
flex: none;
|
|
14404
|
+
display: inline-block;
|
|
14405
|
+
vertical-align: top;
|
|
14406
|
+
}
|
|
14407
|
+
}
|
|
14408
|
+
|
|
14279
14409
|
.k-radio + .k-radio-label {
|
|
14280
14410
|
display: inline;
|
|
14281
14411
|
}
|
|
@@ -14297,7 +14427,7 @@ $kendo-radio-ripple-opacity: .3 !default;
|
|
|
14297
14427
|
|
|
14298
14428
|
// Hide empty label
|
|
14299
14429
|
&:empty {
|
|
14300
|
-
display: none;
|
|
14430
|
+
display: none !important; // sass-lint:disable-line no-important
|
|
14301
14431
|
}
|
|
14302
14432
|
|
|
14303
14433
|
.k-ripple {
|
|
@@ -14335,25 +14465,32 @@ $kendo-radio-ripple-opacity: .3 !default;
|
|
|
14335
14465
|
|
|
14336
14466
|
// Radio list
|
|
14337
14467
|
.k-radio-list {
|
|
14338
|
-
margin:
|
|
14339
|
-
padding:
|
|
14468
|
+
margin: 0;
|
|
14469
|
+
padding: 0;
|
|
14470
|
+
display: flex;
|
|
14471
|
+
flex-flow: column nowrap;
|
|
14472
|
+
gap: 0;
|
|
14340
14473
|
list-style: none;
|
|
14341
|
-
|
|
14342
|
-
.k-radio-item {
|
|
14343
|
-
padding: $kendo-radio-list-item-padding-y $kendo-radio-list-item-padding-x;
|
|
14344
|
-
}
|
|
14345
14474
|
}
|
|
14475
|
+
.k-radio-item,
|
|
14476
|
+
.k-radio-list-item {
|
|
14477
|
+
padding: $kendo-radio-list-item-padding-y $kendo-radio-list-item-padding-x;
|
|
14478
|
+
display: flex;
|
|
14479
|
+
flex-flow: row nowrap;
|
|
14480
|
+
align-items: center;
|
|
14481
|
+
align-content: center;
|
|
14482
|
+
gap: map-get( $spacing, 1 );
|
|
14346
14483
|
|
|
14347
|
-
|
|
14348
|
-
|
|
14349
|
-
display: inline-block;
|
|
14350
|
-
margin: 0 $kendo-radio-list-horizontal-item-margin-x 0 0;
|
|
14351
|
-
|
|
14352
|
-
&:last-child {
|
|
14353
|
-
margin-right: 0;
|
|
14354
|
-
}
|
|
14484
|
+
.k-radio-label {
|
|
14485
|
+
line-height: inherit;
|
|
14355
14486
|
}
|
|
14356
14487
|
}
|
|
14488
|
+
.k-radio-list-horizontal,
|
|
14489
|
+
.k-radio-list.k-list-horizontal {
|
|
14490
|
+
display: flex;
|
|
14491
|
+
flex-flow: row wrap;
|
|
14492
|
+
gap: $kendo-radio-list-spacing;
|
|
14493
|
+
}
|
|
14357
14494
|
|
|
14358
14495
|
// RTL
|
|
14359
14496
|
.k-rtl,
|
|
@@ -14375,17 +14512,6 @@ $kendo-radio-ripple-opacity: .3 !default;
|
|
|
14375
14512
|
margin-right: 0;
|
|
14376
14513
|
margin-left: $kendo-radio-label-margin-x;
|
|
14377
14514
|
}
|
|
14378
|
-
|
|
14379
|
-
.k-list-horizontal {
|
|
14380
|
-
.k-radio-item {
|
|
14381
|
-
margin-right: 0;
|
|
14382
|
-
margin-left: $kendo-radio-list-horizontal-item-margin-x;
|
|
14383
|
-
|
|
14384
|
-
&:last-child {
|
|
14385
|
-
margin-left: 0;
|
|
14386
|
-
}
|
|
14387
|
-
}
|
|
14388
|
-
}
|
|
14389
14515
|
}
|
|
14390
14516
|
|
|
14391
14517
|
.k-ripple-container {
|
|
@@ -16806,10 +16932,20 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
16806
16932
|
// #endregion
|
|
16807
16933
|
// #region @import "_layout.scss"; -> packages/classic/scss/numerictextbox/_layout.scss
|
|
16808
16934
|
// #region @import "~@progress/kendo-theme-default/scss/numerictextbox/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss
|
|
16809
|
-
@include exports("numerictextbox/layout") {
|
|
16935
|
+
@include exports( "numerictextbox/layout" ) {
|
|
16810
16936
|
|
|
16811
16937
|
// Numeric textbox
|
|
16812
|
-
.k-
|
|
16938
|
+
.k-numeric-textbox {
|
|
16939
|
+
|
|
16940
|
+
.k-input-inner {
|
|
16941
|
+
text-overflow: clip;
|
|
16942
|
+
}
|
|
16943
|
+
|
|
16944
|
+
}
|
|
16945
|
+
|
|
16946
|
+
|
|
16947
|
+
// Alias
|
|
16948
|
+
.k-numerictextbox { @extend .k-numeric-textbox; }
|
|
16813
16949
|
|
|
16814
16950
|
}
|
|
16815
16951
|
|
|
@@ -16821,7 +16957,7 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
16821
16957
|
@include exports( "numerictextbox/theme" ) {
|
|
16822
16958
|
|
|
16823
16959
|
// Numeric textbox
|
|
16824
|
-
.k-
|
|
16960
|
+
.k-numeric-textbox {}
|
|
16825
16961
|
|
|
16826
16962
|
}
|
|
16827
16963
|
|
|
@@ -17224,9 +17360,9 @@ $coloreditor-header-padding-y: $coloreditor-spacer !default;
|
|
|
17224
17360
|
$coloreditor-header-padding-x: $coloreditor-header-padding-y !default;
|
|
17225
17361
|
$coloreditor-header-actions-gap: ( $coloreditor-spacer / 1.5 ) !default;
|
|
17226
17362
|
|
|
17227
|
-
$coloreditor-preview-gap: ( $
|
|
17228
|
-
$coloreditor-color-preview-width:
|
|
17229
|
-
$coloreditor-color-preview-height:
|
|
17363
|
+
$coloreditor-preview-gap: map-get( $spacing, 1 ) !default;
|
|
17364
|
+
$coloreditor-color-preview-width: 32px !default;
|
|
17365
|
+
$coloreditor-color-preview-height: 12px !default;
|
|
17230
17366
|
|
|
17231
17367
|
$coloreditor-views-padding-y: $coloreditor-spacer !default;
|
|
17232
17368
|
$coloreditor-views-padding-x: $coloreditor-views-padding-y !default;
|
|
@@ -17263,8 +17399,12 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
|
|
|
17263
17399
|
}
|
|
17264
17400
|
|
|
17265
17401
|
.k-coloreditor-preview {
|
|
17266
|
-
|
|
17402
|
+
display: flex;
|
|
17403
|
+
flex-flow: column nowrap;
|
|
17404
|
+
align-items: stretch;
|
|
17405
|
+
justify-content: center;
|
|
17267
17406
|
gap: $coloreditor-preview-gap;
|
|
17407
|
+
position: relative;
|
|
17268
17408
|
z-index: 1;
|
|
17269
17409
|
}
|
|
17270
17410
|
.k-coloreditor-preview .k-color-preview {
|
|
@@ -17581,8 +17721,45 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
17581
17721
|
// #region @import "~@progress/kendo-theme-default/scss/datetimepicker/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss
|
|
17582
17722
|
@include exports( "datetimepicker/layout" ) {
|
|
17583
17723
|
|
|
17584
|
-
// Datetime
|
|
17585
|
-
.k-
|
|
17724
|
+
// Datetime selector
|
|
17725
|
+
.k-datetime-selector {
|
|
17726
|
+
display: flex;
|
|
17727
|
+
transition: transform .2s;
|
|
17728
|
+
}
|
|
17729
|
+
|
|
17730
|
+
// Wrap
|
|
17731
|
+
.k-datetime-wrap {
|
|
17732
|
+
width: $datetime-width;
|
|
17733
|
+
overflow: hidden;
|
|
17734
|
+
}
|
|
17735
|
+
|
|
17736
|
+
// Inner wrap
|
|
17737
|
+
.k-datetime-calendar-wrap,
|
|
17738
|
+
.k-datetime-time-wrap {
|
|
17739
|
+
text-align: center;
|
|
17740
|
+
flex: 0 0 $datetime-width;
|
|
17741
|
+
}
|
|
17742
|
+
|
|
17743
|
+
// Tabs
|
|
17744
|
+
.k-date-tab .k-datetime-selector {
|
|
17745
|
+
transform: translateX(0);
|
|
17746
|
+
}
|
|
17747
|
+
.k-time-tab .k-datetime-selector {
|
|
17748
|
+
transform: translateX(-100%);
|
|
17749
|
+
}
|
|
17750
|
+
|
|
17751
|
+
}
|
|
17752
|
+
|
|
17753
|
+
@include exports( "datetimepicker/layout/rtl" ) {
|
|
17754
|
+
|
|
17755
|
+
.k-datetimepicker {
|
|
17756
|
+
&[dir="rtl"],
|
|
17757
|
+
.k-rtl & {
|
|
17758
|
+
.k-time-tab .k-datetime-selector {
|
|
17759
|
+
transform: translateX(100%);
|
|
17760
|
+
}
|
|
17761
|
+
}
|
|
17762
|
+
}
|
|
17586
17763
|
|
|
17587
17764
|
}
|
|
17588
17765
|
|
|
@@ -17634,7 +17811,22 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
17634
17811
|
// #endregion
|
|
17635
17812
|
// #region @import "_layout.scss"; -> packages/classic/scss/daterangepicker/_layout.scss
|
|
17636
17813
|
// #region @import "~@progress/kendo-theme-default/scss/daterangepicker/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss
|
|
17637
|
-
@include exports("daterangepicker/layout") {
|
|
17814
|
+
@include exports( "daterangepicker/layout" ) {
|
|
17815
|
+
|
|
17816
|
+
// Daterange picker
|
|
17817
|
+
.k-daterange-picker {
|
|
17818
|
+
width: $kendo-input-default-width;
|
|
17819
|
+
display: flex;
|
|
17820
|
+
flex-flow: row nowrap;
|
|
17821
|
+
align-items: flex-start;
|
|
17822
|
+
gap: map-get( $spacing, 2 );
|
|
17823
|
+
}
|
|
17824
|
+
|
|
17825
|
+
|
|
17826
|
+
// Alias
|
|
17827
|
+
.k-daterangepicker {
|
|
17828
|
+
@extend .k-daterange-picker;
|
|
17829
|
+
}
|
|
17638
17830
|
|
|
17639
17831
|
}
|
|
17640
17832
|
|
|
@@ -18148,7 +18340,10 @@ $dropdownlist-focused-shadow: $kendo-input-focus-shadow !default;
|
|
|
18148
18340
|
// #endregion
|
|
18149
18341
|
// #region @import "_layout.scss"; -> packages/classic/scss/multiselect/_layout.scss
|
|
18150
18342
|
// #region @import "~@progress/kendo-theme-default/scss/multiselect/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss
|
|
18151
|
-
@include exports("multiselect/layout") {
|
|
18343
|
+
@include exports( "multiselect/layout" ) {
|
|
18344
|
+
|
|
18345
|
+
// Multiselect
|
|
18346
|
+
.k-multiselect {}
|
|
18152
18347
|
|
|
18153
18348
|
}
|
|
18154
18349
|
|
|
@@ -18157,7 +18352,10 @@ $dropdownlist-focused-shadow: $kendo-input-focus-shadow !default;
|
|
|
18157
18352
|
// #endregion
|
|
18158
18353
|
// #region @import "_theme.scss"; -> packages/classic/scss/multiselect/_theme.scss
|
|
18159
18354
|
// #region @import "~@progress/kendo-theme-default/scss/multiselect/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/multiselect/_theme.scss
|
|
18160
|
-
@include exports("multiselect/theme") {
|
|
18355
|
+
@include exports( "multiselect/theme" ) {
|
|
18356
|
+
|
|
18357
|
+
// Multiselect
|
|
18358
|
+
.k-multiselect {}
|
|
18161
18359
|
|
|
18162
18360
|
}
|
|
18163
18361
|
|
|
@@ -18188,35 +18386,6 @@ $dropdownlist-focused-shadow: $kendo-input-focus-shadow !default;
|
|
|
18188
18386
|
// #region @import "_variables.scss"; -> packages/classic/scss/treeview/_variables.scss
|
|
18189
18387
|
// Treeview
|
|
18190
18388
|
|
|
18191
|
-
/// The sizes of the treeview.
|
|
18192
|
-
/// @group treeview
|
|
18193
|
-
$kendo-treeview-sizes: (
|
|
18194
|
-
sm: (
|
|
18195
|
-
font-size: map-get( $spacing, 3),
|
|
18196
|
-
line-height: $line-height,
|
|
18197
|
-
item-padding-x: map-get( $spacing, thin ),
|
|
18198
|
-
item-padding-y: map-get( $spacing, 1 )
|
|
18199
|
-
),
|
|
18200
|
-
md: (
|
|
18201
|
-
font-size: $font-size,
|
|
18202
|
-
line-height: $line-height,
|
|
18203
|
-
item-padding-x: map-get( $spacing, 1 ),
|
|
18204
|
-
item-padding-y: map-get( $spacing, 2 )
|
|
18205
|
-
),
|
|
18206
|
-
lg: (
|
|
18207
|
-
font-size: map-get( $spacing, 4),
|
|
18208
|
-
line-height: $line-height,
|
|
18209
|
-
item-padding-x: map-get( $spacing, 2 ),
|
|
18210
|
-
item-padding-y: map-get( $spacing, 3 )
|
|
18211
|
-
)
|
|
18212
|
-
) !default;
|
|
18213
|
-
|
|
18214
|
-
/// The horizontal padding of the treeview.
|
|
18215
|
-
/// @group treeview
|
|
18216
|
-
$kendo-treeview-padding-x: 0px !default;
|
|
18217
|
-
/// The vertical padding of the treeview.
|
|
18218
|
-
/// @group treeview
|
|
18219
|
-
$kendo-treeview-padding-y: 0px !default;
|
|
18220
18389
|
/// The font family of the treeview.
|
|
18221
18390
|
/// @group treeview
|
|
18222
18391
|
$kendo-treeview-font-family: $font-family !default;
|
|
@@ -18244,6 +18413,31 @@ $kendo-treeview-item-border-width: 0px !default;
|
|
|
18244
18413
|
/// @group treeview
|
|
18245
18414
|
$kendo-treeview-item-border-radius: $border-radius !default;
|
|
18246
18415
|
|
|
18416
|
+
|
|
18417
|
+
/// The sizes of the treeview.
|
|
18418
|
+
/// @group treeview
|
|
18419
|
+
$kendo-treeview-sizes: (
|
|
18420
|
+
sm: (
|
|
18421
|
+
font-size: map-get( $spacing, 3),
|
|
18422
|
+
line-height: $line-height,
|
|
18423
|
+
item-padding-x: map-get( $spacing, thin ),
|
|
18424
|
+
item-padding-y: map-get( $spacing, 1 )
|
|
18425
|
+
),
|
|
18426
|
+
md: (
|
|
18427
|
+
font-size: $font-size,
|
|
18428
|
+
line-height: $line-height,
|
|
18429
|
+
item-padding-x: map-get( $spacing, 1 ),
|
|
18430
|
+
item-padding-y: map-get( $spacing, 2 )
|
|
18431
|
+
),
|
|
18432
|
+
lg: (
|
|
18433
|
+
font-size: map-get( $spacing, 4),
|
|
18434
|
+
line-height: $line-height,
|
|
18435
|
+
item-padding-x: map-get( $spacing, 2 ),
|
|
18436
|
+
item-padding-y: map-get( $spacing, 3 )
|
|
18437
|
+
)
|
|
18438
|
+
) !default;
|
|
18439
|
+
|
|
18440
|
+
|
|
18247
18441
|
/// The background of the treeview.
|
|
18248
18442
|
/// @group treeview
|
|
18249
18443
|
$kendo-treeview-bg: null !default;
|
|
@@ -18256,16 +18450,16 @@ $kendo-treeview-border: null !default;
|
|
|
18256
18450
|
|
|
18257
18451
|
/// The background of a hovered treeview item.
|
|
18258
18452
|
/// @group treeview
|
|
18259
|
-
$kendo-treeview-item-
|
|
18453
|
+
$kendo-treeview-item-hover-bg: $hovered-bg !default;
|
|
18260
18454
|
/// The text color of a hovered treeview item.
|
|
18261
18455
|
/// @group treeview
|
|
18262
|
-
$kendo-treeview-item-
|
|
18456
|
+
$kendo-treeview-item-hover-text: $hovered-text !default;
|
|
18263
18457
|
/// The border of a hovered treeview item.
|
|
18264
18458
|
/// @group treeview
|
|
18265
|
-
$kendo-treeview-item-
|
|
18459
|
+
$kendo-treeview-item-hover-border: $hovered-border !default;
|
|
18266
18460
|
/// The gradient of a hovered treeview item.
|
|
18267
18461
|
/// @group treeview
|
|
18268
|
-
$kendo-treeview-item-
|
|
18462
|
+
$kendo-treeview-item-hover-gradient: $hovered-gradient !default;
|
|
18269
18463
|
|
|
18270
18464
|
/// The background of a selected treeview item.
|
|
18271
18465
|
/// @group treeview
|
|
@@ -18282,27 +18476,15 @@ $kendo-treeview-item-selected-gradient: $selected-gradient !default;
|
|
|
18282
18476
|
|
|
18283
18477
|
/// The shadow of a focused treeview item.
|
|
18284
18478
|
/// @group treeview
|
|
18285
|
-
$kendo-treeview-item-
|
|
18479
|
+
$kendo-treeview-item-focus-shadow: $focused-shadow !default;
|
|
18286
18480
|
/// The shadow of a selected and focused treeview item.
|
|
18287
|
-
/// @group treeview
|
|
18288
|
-
$kendo-treeview-item-selected-focused-shadow: null !default;
|
|
18289
|
-
|
|
18290
|
-
/// The horizontal padding of the load more checkboxes.
|
|
18291
|
-
/// @group treeview
|
|
18292
|
-
$kendo-treeview-loadmore-checkboxes-padding-x: calc( #{$icon-spacing} + #{map-get( $kendo-checkbox-sizes, "md" )} + #{$kendo-treeview-indent} ) !default;
|
|
18293
|
-
/// The icon indent of the load more checkboxes.
|
|
18294
|
-
/// @group treeview
|
|
18295
|
-
$kendo-treeview-loadmore-checkboxes-icon-indent: calc( -1 * (#{$icon-spacing} + #{$kendo-treeview-indent}) ) !default;
|
|
18296
|
-
/// The horizontal margin of the load more checkboxes.
|
|
18297
|
-
/// @group treeview
|
|
18298
|
-
$kendo-treeview-loadmore-checkboxes-icon-margin-x: $icon-spacing !default;
|
|
18299
18481
|
|
|
18300
18482
|
/// The background of load more.
|
|
18301
18483
|
/// @group treeview
|
|
18302
18484
|
$kendo-treeview-loadmore-bg: transparent !default;
|
|
18303
18485
|
/// The text color of load more.
|
|
18304
18486
|
/// @group treeview
|
|
18305
|
-
$kendo-treeview-loadmore-text: $
|
|
18487
|
+
$kendo-treeview-loadmore-text: $link-text !default;
|
|
18306
18488
|
/// The border of load more.
|
|
18307
18489
|
/// @group treeview
|
|
18308
18490
|
$kendo-treeview-loadmore-border: null !default;
|
|
@@ -18312,7 +18494,7 @@ $kendo-treeview-loadmore-border: null !default;
|
|
|
18312
18494
|
$kendo-treeview-loadmore-hover-bg: transparent !default;
|
|
18313
18495
|
/// The text color of a hovered load more.
|
|
18314
18496
|
/// @group treeview
|
|
18315
|
-
$kendo-treeview-loadmore-hover-text: $
|
|
18497
|
+
$kendo-treeview-loadmore-hover-text: $link-hover-text !default;
|
|
18316
18498
|
/// The border of a hovered load more.
|
|
18317
18499
|
/// @group treeview
|
|
18318
18500
|
$kendo-treeview-loadmore-hover-border: null !default;
|
|
@@ -18322,22 +18504,22 @@ $kendo-treeview-loadmore-hover-border: null !default;
|
|
|
18322
18504
|
$kendo-treeview-loadmore-focus-bg: transparent !default;
|
|
18323
18505
|
/// The text color of a focused load more.
|
|
18324
18506
|
/// @group treeview
|
|
18325
|
-
$kendo-treeview-loadmore-focus-text: $
|
|
18507
|
+
$kendo-treeview-loadmore-focus-text: $link-hover-text !default;
|
|
18326
18508
|
/// The border of a focused load more.
|
|
18327
18509
|
/// @group treeview
|
|
18328
18510
|
$kendo-treeview-loadmore-focus-border: null !default;
|
|
18329
18511
|
/// The shadow of a focused load more.
|
|
18330
18512
|
/// @group treeview
|
|
18331
|
-
$kendo-treeview-loadmore-focus-shadow:
|
|
18513
|
+
$kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !default;
|
|
18332
18514
|
|
|
18333
18515
|
// #endregion
|
|
18334
18516
|
// #region @import "_layout.scss"; -> packages/classic/scss/treeview/_layout.scss
|
|
18335
18517
|
// #region @import "~@progress/kendo-theme-default/scss/treeview/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/treeview/_layout.scss
|
|
18336
18518
|
@include exports("treeview/layout") {
|
|
18337
18519
|
|
|
18338
|
-
//
|
|
18520
|
+
// Treeview
|
|
18339
18521
|
.k-treeview {
|
|
18340
|
-
padding:
|
|
18522
|
+
padding: 0;
|
|
18341
18523
|
border-width: 0;
|
|
18342
18524
|
background: none;
|
|
18343
18525
|
box-sizing: border-box;
|
|
@@ -18349,161 +18531,156 @@ $kendo-treeview-loadmore-focus-shadow: none !default;
|
|
|
18349
18531
|
white-space: nowrap;
|
|
18350
18532
|
-webkit-touch-callout: none;
|
|
18351
18533
|
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18534
|
+
}
|
|
18352
18535
|
|
|
18353
|
-
> .k-treeview-group {
|
|
18354
|
-
outline: 0;
|
|
18355
|
-
-webkit-touch-callout: none;
|
|
18356
|
-
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18357
|
-
}
|
|
18358
18536
|
|
|
18359
|
-
|
|
18360
|
-
|
|
18361
|
-
|
|
18362
|
-
|
|
18363
|
-
|
|
18364
|
-
|
|
18365
|
-
|
|
18366
|
-
|
|
18537
|
+
// Treeview group
|
|
18538
|
+
.k-treeview-group,
|
|
18539
|
+
.k-treeview .k-group {
|
|
18540
|
+
margin: 0;
|
|
18541
|
+
padding: 0;
|
|
18542
|
+
list-style: none;
|
|
18543
|
+
position: relative;
|
|
18544
|
+
outline: 0;
|
|
18545
|
+
-webkit-touch-callout: none;
|
|
18546
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
18367
18547
|
|
|
18368
|
-
|
|
18369
|
-
|
|
18370
|
-
}
|
|
18548
|
+
&.ng-animating {
|
|
18549
|
+
overflow: hidden;
|
|
18371
18550
|
}
|
|
18551
|
+
}
|
|
18372
18552
|
|
|
18373
|
-
// Wrappers
|
|
18374
|
-
.k-treeview-top,
|
|
18375
|
-
.k-treeview-mid,
|
|
18376
|
-
.k-treeview-bot {
|
|
18377
|
-
display: flex;
|
|
18378
|
-
flex-direction: row;
|
|
18379
|
-
align-items: center;
|
|
18380
|
-
align-content: center;
|
|
18381
|
-
}
|
|
18382
18553
|
|
|
18383
|
-
|
|
18384
|
-
|
|
18385
|
-
|
|
18386
|
-
|
|
18387
|
-
|
|
18388
|
-
|
|
18389
|
-
|
|
18390
|
-
|
|
18554
|
+
// Treeview wrappers
|
|
18555
|
+
.k-treeview-top,
|
|
18556
|
+
.k-treeview-mid,
|
|
18557
|
+
.k-treeview-bot {
|
|
18558
|
+
display: flex;
|
|
18559
|
+
flex-direction: row;
|
|
18560
|
+
align-items: center;
|
|
18561
|
+
align-content: center;
|
|
18562
|
+
}
|
|
18391
18563
|
|
|
18392
|
-
// Link
|
|
18393
|
-
.k-treeview-leaf {
|
|
18394
|
-
@include border-radius( $kendo-treeview-item-border-radius );
|
|
18395
|
-
margin: 0;
|
|
18396
|
-
border: $kendo-treeview-item-border-width solid transparent;
|
|
18397
|
-
text-decoration: none;
|
|
18398
|
-
display: inline-flex;
|
|
18399
|
-
align-items: center;
|
|
18400
|
-
align-content: center;
|
|
18401
|
-
vertical-align: middle;
|
|
18402
|
-
position: relative;
|
|
18403
|
-
}
|
|
18404
|
-
.k-treeview-leaf.k-state-focused {
|
|
18405
|
-
z-index: 1;
|
|
18406
|
-
}
|
|
18407
18564
|
|
|
18408
|
-
|
|
18409
|
-
|
|
18410
|
-
|
|
18565
|
+
// Treeview item
|
|
18566
|
+
.k-treeview-item {
|
|
18567
|
+
outline-style: none;
|
|
18568
|
+
margin: 0;
|
|
18569
|
+
padding: 0 0 0 $kendo-treeview-indent;
|
|
18570
|
+
border-width: 0;
|
|
18571
|
+
display: block;
|
|
18572
|
+
}
|
|
18411
18573
|
|
|
18412
|
-
&:hover,
|
|
18413
|
-
&.k-state-hover,
|
|
18414
|
-
&:focus,
|
|
18415
|
-
&.k-state-focused {
|
|
18416
|
-
text-decoration: underline;
|
|
18417
|
-
}
|
|
18418
|
-
}
|
|
18419
|
-
.k-treeview-load-more-checkboxes-container {
|
|
18420
|
-
padding-left: $kendo-treeview-loadmore-checkboxes-padding-x;
|
|
18421
18574
|
|
|
18422
|
-
|
|
18423
|
-
|
|
18424
|
-
|
|
18425
|
-
|
|
18575
|
+
// Treeview toggle
|
|
18576
|
+
.k-treeview-toggle {
|
|
18577
|
+
flex: none;
|
|
18578
|
+
display: inline-flex;
|
|
18579
|
+
flex-flow: row nowrap;
|
|
18580
|
+
align-items: center;
|
|
18581
|
+
cursor: pointer;
|
|
18582
|
+
|
|
18583
|
+
+ .k-checkbox-wrap,
|
|
18584
|
+
+ .k-checkbox-wrapper {
|
|
18585
|
+
margin-left: $icon-spacing;
|
|
18426
18586
|
}
|
|
18587
|
+
}
|
|
18427
18588
|
|
|
18428
|
-
// Expand / collapse
|
|
18429
|
-
.k-i-expand,
|
|
18430
|
-
.k-i-collapse {
|
|
18431
|
-
margin-left: -$kendo-treeview-indent;
|
|
18432
|
-
cursor: pointer;
|
|
18433
18589
|
|
|
18434
|
-
|
|
18435
|
-
|
|
18436
|
-
|
|
18437
|
-
|
|
18590
|
+
// Loading icon
|
|
18591
|
+
.k-treeview-loading {
|
|
18592
|
+
margin-right: $icon-spacing;
|
|
18593
|
+
}
|
|
18438
18594
|
|
|
18439
|
-
|
|
18440
|
-
|
|
18595
|
+
|
|
18596
|
+
// Checkbox
|
|
18597
|
+
.k-treeview .k-checkbox-wrap,
|
|
18598
|
+
.k-treeview .k-checkbox-wrapper {
|
|
18599
|
+
margin-right: $icon-spacing;
|
|
18600
|
+
}
|
|
18601
|
+
|
|
18602
|
+
|
|
18603
|
+
// Treeview leaf
|
|
18604
|
+
.k-treeview-leaf {
|
|
18605
|
+
@include border-radius( $kendo-treeview-item-border-radius );
|
|
18606
|
+
border: $kendo-treeview-item-border-width solid transparent;
|
|
18607
|
+
text-decoration: none;
|
|
18608
|
+
display: inline-flex;
|
|
18609
|
+
align-items: center;
|
|
18610
|
+
align-content: center;
|
|
18611
|
+
vertical-align: middle;
|
|
18612
|
+
position: relative;
|
|
18613
|
+
|
|
18614
|
+
.k-icon,
|
|
18615
|
+
.k-image,
|
|
18616
|
+
.k-sprite {
|
|
18441
18617
|
margin-right: $icon-spacing;
|
|
18442
18618
|
}
|
|
18443
18619
|
|
|
18444
|
-
|
|
18445
|
-
|
|
18446
|
-
|
|
18447
|
-
position: absolute;
|
|
18448
|
-
transform: translate(-50%, -50%);
|
|
18449
|
-
z-index: 1000;
|
|
18620
|
+
&.k-state-focus,
|
|
18621
|
+
&.k-state-focused {
|
|
18622
|
+
z-index: 1;
|
|
18450
18623
|
}
|
|
18624
|
+
}
|
|
18451
18625
|
|
|
18452
|
-
|
|
18453
|
-
|
|
18454
|
-
|
|
18455
|
-
|
|
18456
|
-
|
|
18626
|
+
|
|
18627
|
+
// Treeview load more button
|
|
18628
|
+
.k-treeview .k-treeview-load-more-button {
|
|
18629
|
+
cursor: pointer;
|
|
18630
|
+
|
|
18631
|
+
&:hover,
|
|
18632
|
+
&.k-state-hover,
|
|
18633
|
+
&:focus,
|
|
18634
|
+
&.k-state-focus,
|
|
18635
|
+
&.k-state-focused {
|
|
18636
|
+
text-decoration: underline;
|
|
18457
18637
|
}
|
|
18458
18638
|
}
|
|
18459
18639
|
|
|
18460
|
-
.k-treeview-toggle {}
|
|
18461
|
-
|
|
18462
|
-
.k-treeview-leaf-text {}
|
|
18463
18640
|
|
|
18464
18641
|
// RTL
|
|
18465
18642
|
.k-rtl .k-treeview,
|
|
18466
18643
|
.k-treeview[dir="rtl"] {
|
|
18467
18644
|
|
|
18468
|
-
//
|
|
18645
|
+
// Treeview item
|
|
18469
18646
|
.k-treeview-item {
|
|
18470
18647
|
padding-left: 0;
|
|
18471
18648
|
padding-right: $kendo-treeview-indent;
|
|
18472
18649
|
}
|
|
18473
18650
|
|
|
18474
|
-
|
|
18475
|
-
|
|
18476
|
-
padding-right: $kendo-treeview-loadmore-checkboxes-padding-x;
|
|
18477
|
-
|
|
18478
|
-
.k-i-loading {
|
|
18479
|
-
margin-left: $kendo-treeview-loadmore-checkboxes-icon-margin-x;
|
|
18480
|
-
margin-right: $kendo-treeview-loadmore-checkboxes-icon-indent;
|
|
18481
|
-
}
|
|
18482
|
-
}
|
|
18483
|
-
|
|
18484
|
-
// Expand / collapse
|
|
18485
|
-
.k-i-expand,
|
|
18486
|
-
.k-i-collapse {
|
|
18651
|
+
// Treeview toggle
|
|
18652
|
+
.k-treeview-toggle {
|
|
18487
18653
|
margin-left: 0;
|
|
18488
18654
|
margin-right: -$kendo-treeview-indent;
|
|
18489
18655
|
|
|
18656
|
+
+ .k-checkbox-wrap,
|
|
18490
18657
|
+ .k-checkbox-wrapper {
|
|
18491
18658
|
margin-right: $icon-spacing;
|
|
18492
18659
|
}
|
|
18493
18660
|
}
|
|
18494
18661
|
|
|
18495
|
-
//
|
|
18496
|
-
.k-
|
|
18662
|
+
// Loading
|
|
18663
|
+
.k-treeview-loading {
|
|
18497
18664
|
margin-right: 0;
|
|
18498
18665
|
margin-left: $icon-spacing;
|
|
18499
18666
|
}
|
|
18500
18667
|
|
|
18501
|
-
//
|
|
18502
|
-
.k-
|
|
18503
|
-
.k-
|
|
18504
|
-
.k-treeview-leaf .k-sprite {
|
|
18505
|
-
margin-left: $icon-spacing;
|
|
18668
|
+
// Checkbox
|
|
18669
|
+
.k-checkbox-wrap,
|
|
18670
|
+
.k-checkbox-wrapper {
|
|
18506
18671
|
margin-right: 0;
|
|
18672
|
+
margin-left: $icon-spacing;
|
|
18673
|
+
}
|
|
18674
|
+
|
|
18675
|
+
// Treeview leaf
|
|
18676
|
+
.k-treeview-leaf,
|
|
18677
|
+
.k-in {
|
|
18678
|
+
.k-icon,
|
|
18679
|
+
.k-image,
|
|
18680
|
+
.k-sprite {
|
|
18681
|
+
margin-right: 0;
|
|
18682
|
+
margin-left: $icon-spacing;
|
|
18683
|
+
}
|
|
18507
18684
|
}
|
|
18508
18685
|
}
|
|
18509
18686
|
|
|
@@ -18531,30 +18708,42 @@ $kendo-treeview-loadmore-focus-shadow: none !default;
|
|
|
18531
18708
|
// #region @import "~@progress/kendo-theme-default/scss/treeview/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/treeview/_theme.scss
|
|
18532
18709
|
@include exports("treeview/theme") {
|
|
18533
18710
|
|
|
18534
|
-
//
|
|
18711
|
+
// Treeview
|
|
18535
18712
|
.k-treeview {
|
|
18536
18713
|
@include fill(
|
|
18537
18714
|
$kendo-treeview-text,
|
|
18538
18715
|
$kendo-treeview-bg,
|
|
18539
18716
|
$kendo-treeview-border
|
|
18540
18717
|
);
|
|
18718
|
+
}
|
|
18541
18719
|
|
|
18542
18720
|
|
|
18543
|
-
|
|
18544
|
-
|
|
18721
|
+
// Treeview item
|
|
18722
|
+
.k-treeview-item {}
|
|
18545
18723
|
|
|
18546
18724
|
|
|
18547
|
-
|
|
18548
|
-
|
|
18549
|
-
|
|
18725
|
+
// Treeview leaf
|
|
18726
|
+
.k-treeview-leaf {
|
|
18727
|
+
|
|
18728
|
+
// Hover state
|
|
18729
|
+
&:hover,
|
|
18730
|
+
&.k-hover {
|
|
18550
18731
|
@include fill(
|
|
18551
|
-
$kendo-treeview-item-
|
|
18552
|
-
$kendo-treeview-item-
|
|
18553
|
-
$kendo-treeview-item-
|
|
18554
|
-
$kendo-treeview-item-
|
|
18732
|
+
$kendo-treeview-item-hover-text,
|
|
18733
|
+
$kendo-treeview-item-hover-bg,
|
|
18734
|
+
$kendo-treeview-item-hover-border,
|
|
18735
|
+
$kendo-treeview-item-hover-gradient
|
|
18555
18736
|
);
|
|
18556
18737
|
}
|
|
18557
|
-
|
|
18738
|
+
|
|
18739
|
+
// Focus state
|
|
18740
|
+
&:focus,
|
|
18741
|
+
&.k-focus {
|
|
18742
|
+
@include box-shadow( $kendo-treeview-item-focus-shadow );
|
|
18743
|
+
}
|
|
18744
|
+
|
|
18745
|
+
// Selected state
|
|
18746
|
+
&.k-selected {
|
|
18558
18747
|
@include fill(
|
|
18559
18748
|
$kendo-treeview-item-selected-text,
|
|
18560
18749
|
$kendo-treeview-item-selected-bg,
|
|
@@ -18562,24 +18751,20 @@ $kendo-treeview-loadmore-focus-shadow: none !default;
|
|
|
18562
18751
|
$kendo-treeview-item-selected-gradient
|
|
18563
18752
|
);
|
|
18564
18753
|
}
|
|
18565
|
-
|
|
18566
|
-
@include box-shadow( $kendo-treeview-item-focused-shadow );
|
|
18567
|
-
}
|
|
18568
|
-
.k-treeview-leaf.k-selected.k-focus {
|
|
18569
|
-
@include box-shadow( $kendo-treeview-item-selected-focused-shadow );
|
|
18570
|
-
}
|
|
18754
|
+
}
|
|
18571
18755
|
|
|
18572
|
-
// LoadMore button
|
|
18573
|
-
.k-treeview-load-more-button {
|
|
18574
|
-
@include fill(
|
|
18575
|
-
$kendo-treeview-loadmore-text,
|
|
18576
|
-
$kendo-treeview-loadmore-bg,
|
|
18577
|
-
$kendo-treeview-loadmore-border
|
|
18578
|
-
);
|
|
18579
|
-
}
|
|
18580
18756
|
|
|
18581
|
-
|
|
18582
|
-
|
|
18757
|
+
// Treeview load more button
|
|
18758
|
+
.k-treeview .k-treeview-load-more-button {
|
|
18759
|
+
@include fill(
|
|
18760
|
+
$kendo-treeview-loadmore-text,
|
|
18761
|
+
$kendo-treeview-loadmore-bg,
|
|
18762
|
+
$kendo-treeview-loadmore-border
|
|
18763
|
+
);
|
|
18764
|
+
|
|
18765
|
+
// Hover state
|
|
18766
|
+
&:hover,
|
|
18767
|
+
&.k-hover {
|
|
18583
18768
|
@include fill(
|
|
18584
18769
|
$kendo-treeview-loadmore-hover-text,
|
|
18585
18770
|
$kendo-treeview-loadmore-hover-bg,
|
|
@@ -18587,8 +18772,9 @@ $kendo-treeview-loadmore-focus-shadow: none !default;
|
|
|
18587
18772
|
);
|
|
18588
18773
|
}
|
|
18589
18774
|
|
|
18590
|
-
|
|
18591
|
-
|
|
18775
|
+
// Focus state
|
|
18776
|
+
&:focus,
|
|
18777
|
+
&.k-focus {
|
|
18592
18778
|
@include fill(
|
|
18593
18779
|
$kendo-treeview-loadmore-focus-text,
|
|
18594
18780
|
$kendo-treeview-loadmore-focus-bg,
|
|
@@ -18669,7 +18855,7 @@ $dropdowntree-filter-spacer: $dropdowntree-popup-spacer-y !default;
|
|
|
18669
18855
|
// #endregion
|
|
18670
18856
|
// #region @import "_layout.scss"; -> packages/classic/scss/maskedtextbox/_layout.scss
|
|
18671
18857
|
// #region @import "~@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss
|
|
18672
|
-
@include exports("maskedtextbox/layout") {
|
|
18858
|
+
@include exports( "maskedtextbox/layout" ) {
|
|
18673
18859
|
|
|
18674
18860
|
// Masked textbox
|
|
18675
18861
|
.k-maskedtextbox {}
|
|
@@ -18681,7 +18867,7 @@ $dropdowntree-filter-spacer: $dropdowntree-popup-spacer-y !default;
|
|
|
18681
18867
|
// #endregion
|
|
18682
18868
|
// #region @import "_theme.scss"; -> packages/classic/scss/maskedtextbox/_theme.scss
|
|
18683
18869
|
// #region @import "~@progress/kendo-theme-default/scss/maskedtextbox/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/maskedtextbox/_theme.scss
|
|
18684
|
-
@include exports("maskedtextbox/theme") {
|
|
18870
|
+
@include exports( "maskedtextbox/theme" ) {
|
|
18685
18871
|
|
|
18686
18872
|
// Masked textbox
|
|
18687
18873
|
.k-maskedtextbox {}
|
|
@@ -20309,7 +20495,6 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
20309
20495
|
|
|
20310
20496
|
> * {
|
|
20311
20497
|
flex-shrink: 0;
|
|
20312
|
-
|
|
20313
20498
|
}
|
|
20314
20499
|
|
|
20315
20500
|
// Appbar section
|
|
@@ -20319,15 +20504,16 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
20319
20504
|
align-items: center;
|
|
20320
20505
|
}
|
|
20321
20506
|
|
|
20507
|
+
|
|
20322
20508
|
// Appbar Spacer
|
|
20323
20509
|
.k-appbar-spacer {
|
|
20324
20510
|
flex: 1 0 auto;
|
|
20325
20511
|
}
|
|
20326
|
-
|
|
20327
20512
|
.k-appbar-spacer-sized {
|
|
20328
20513
|
flex-grow: 0;
|
|
20329
20514
|
}
|
|
20330
20515
|
|
|
20516
|
+
|
|
20331
20517
|
// Separator
|
|
20332
20518
|
.k-appbar-separator {
|
|
20333
20519
|
margin: 0;
|
|
@@ -20337,12 +20523,24 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
20337
20523
|
border-width: 0 0 0 1px;
|
|
20338
20524
|
display: inline-block;
|
|
20339
20525
|
}
|
|
20526
|
+
|
|
20527
|
+
|
|
20528
|
+
// Input
|
|
20529
|
+
.k-input,
|
|
20530
|
+
.k-picker:not(.k-colorpicker) {
|
|
20531
|
+
width: 10em;
|
|
20532
|
+
}
|
|
20533
|
+
|
|
20340
20534
|
}
|
|
20341
20535
|
|
|
20536
|
+
|
|
20537
|
+
// Static appbar
|
|
20342
20538
|
.k-appbar-static {
|
|
20343
20539
|
position: static;
|
|
20344
20540
|
}
|
|
20345
20541
|
|
|
20542
|
+
|
|
20543
|
+
// Sticky appbar
|
|
20346
20544
|
.k-appbar-sticky {
|
|
20347
20545
|
width: 100%;
|
|
20348
20546
|
position: sticky;
|
|
@@ -20350,17 +20548,20 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
20350
20548
|
z-index: $appbar-zindex;
|
|
20351
20549
|
}
|
|
20352
20550
|
|
|
20551
|
+
|
|
20552
|
+
// Fixed appbar
|
|
20353
20553
|
.k-appbar-fixed {
|
|
20354
20554
|
width: 100%;
|
|
20355
20555
|
position: fixed;
|
|
20356
20556
|
z-index: 1;
|
|
20357
20557
|
}
|
|
20358
20558
|
|
|
20559
|
+
|
|
20560
|
+
// Appbar position
|
|
20359
20561
|
.k-appbar-top {
|
|
20360
20562
|
top: 0;
|
|
20361
20563
|
bottom: auto;
|
|
20362
20564
|
}
|
|
20363
|
-
|
|
20364
20565
|
.k-appbar-bottom {
|
|
20365
20566
|
top: auto;
|
|
20366
20567
|
bottom: 0;
|
|
@@ -20369,6 +20570,7 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
20369
20570
|
bottom: 0;
|
|
20370
20571
|
}
|
|
20371
20572
|
}
|
|
20573
|
+
|
|
20372
20574
|
}
|
|
20373
20575
|
|
|
20374
20576
|
// #endregion
|
|
@@ -20436,79 +20638,136 @@ $appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
20436
20638
|
// Component
|
|
20437
20639
|
// #region @import "_variables.scss"; -> packages/classic/scss/fab/_variables.scss
|
|
20438
20640
|
// Floating Action Button
|
|
20439
|
-
$fab-padding-x: map-get( $spacing, 4 ) !default;
|
|
20440
|
-
$fab-padding-y: $fab-padding-x !default;
|
|
20441
|
-
$fab-border-width: 1px !default;
|
|
20442
|
-
$fab-border-radius: $border-radius !default;
|
|
20443
|
-
$fab-font-family: $font-family !default;
|
|
20444
|
-
$fab-font-size: $font-size !default;
|
|
20445
|
-
$fab-line-height: $line-height !default;
|
|
20446
|
-
|
|
20447
|
-
$fab-padding-x-sm: ( $fab-padding-x / 2 ) !default;
|
|
20448
|
-
$fab-padding-y-sm: ( $fab-padding-y / 2 ) !default;
|
|
20449
|
-
|
|
20450
|
-
$fab-padding-x-md: $fab-padding-x !default;
|
|
20451
|
-
$fab-padding-y-md: $fab-padding-y !default;
|
|
20452
|
-
|
|
20453
|
-
$fab-padding-x-lg: ( $fab-padding-x * 1.5 ) !default;
|
|
20454
|
-
$fab-padding-y-lg: ( $fab-padding-y * 1.5 ) !default;
|
|
20455
|
-
|
|
20456
|
-
$fab-icon-width: 20px !default;
|
|
20457
|
-
$fab-icon-height: $fab-icon-width !default;
|
|
20458
|
-
$fab-icon-spacing: map-get( $spacing, 1 ) / 2 !default;
|
|
20459
|
-
|
|
20460
|
-
$fab-items-padding-x: 0px !default;
|
|
20461
|
-
$fab-items-padding-y: map-get( $spacing, 4 ) !default;
|
|
20462
|
-
|
|
20463
|
-
$fab-item-text-padding-x: map-get( $spacing, 1 ) !default;
|
|
20464
|
-
$fab-item-text-padding-y: $fab-item-text-padding-x !default;
|
|
20465
|
-
$fab-item-text-border-width: 1px !default;
|
|
20466
|
-
$fab-item-text-border-radius: 2px !default;
|
|
20467
|
-
$fab-item-text-font-size: $font-size-xs !default;
|
|
20468
|
-
$fab-item-text-line-height: 1.2 !default;
|
|
20469
|
-
|
|
20470
|
-
$fab-item-icon-padding-x: map-get( $spacing, 2 ) !default;
|
|
20471
|
-
$fab-item-icon-padding-y: $fab-item-icon-padding-x !default;
|
|
20472
|
-
$fab-item-icon-border-width: 0 !default;
|
|
20473
|
-
$fab-item-icon-border-radius: 50% !default;
|
|
20474
|
-
$fab-item-icon-width: 20px !default;
|
|
20475
|
-
$fab-item-icon-height: $fab-item-icon-width !default;
|
|
20476
|
-
|
|
20477
|
-
$fab-sizes: (
|
|
20478
|
-
sm: map-get( $spacing, 4 ),
|
|
20479
|
-
md: map-get( $spacing, 8 ),
|
|
20480
|
-
lg: map-get( $spacing, 16 )
|
|
20481
|
-
) !default;
|
|
20482
|
-
|
|
20483
|
-
$fab-theme-colors: $theme-colors !default;
|
|
20484
|
-
|
|
20485
|
-
$fab-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .2) !default;
|
|
20486
|
-
$fab-disabled-shadow: 0 6px 10px try-tint( rgba(0, 0, 0, .14), .5 ), 0 1px 18px try-tint( rgba(0, 0, 0, .12), .5 ), 0 3px 5px try-tint( rgba(0, 0, 0, .2), .5 ) !default;
|
|
20487
|
-
$fab-active-shadow: null !default;
|
|
20488
|
-
|
|
20489
|
-
$fab-item-text: $component-text !default;
|
|
20490
|
-
$fab-item-bg: $component-bg !default;
|
|
20491
|
-
$fab-item-border: $component-border !default;
|
|
20492
|
-
|
|
20493
|
-
$fab-item-icon-text: $kendo-button-text !default;
|
|
20494
|
-
$fab-item-icon-bg: $kendo-button-bg !default;
|
|
20495
|
-
$fab-item-icon-border: $kendo-button-border !default;
|
|
20496
|
-
|
|
20497
|
-
$fab-item-shadow: $fab-shadow !default;
|
|
20498
|
-
$fab-item-disabled-shadow: $fab-disabled-shadow !default;
|
|
20499
|
-
$fab-item-active-shadow: $fab-active-shadow !default;
|
|
20500
|
-
|
|
20501
|
-
$fab-border-width-sm: $fab-border-width !default;
|
|
20502
|
-
$fab-line-height-sm: $fab-line-height !default;
|
|
20503
|
-
$fab-size-sm: calc( #{$fab-line-height-sm * 1em} + #{$fab-padding-y-sm * 2} + #{$fab-border-width-sm * 2} ) !default;
|
|
20504
20641
|
|
|
20505
|
-
|
|
20506
|
-
|
|
20507
|
-
$
|
|
20508
|
-
|
|
20509
|
-
|
|
20510
|
-
$fab-
|
|
20511
|
-
|
|
20642
|
+
/// Width of the border around the FAB.
|
|
20643
|
+
/// @group floating-action-button
|
|
20644
|
+
$kendo-fab-border-width: 1px !default;
|
|
20645
|
+
/// Border radius of the FAB.
|
|
20646
|
+
/// @group floating-action-button
|
|
20647
|
+
$kendo-fab-border-radius: $border-radius !default;
|
|
20648
|
+
|
|
20649
|
+
/// Font family of the FAB.
|
|
20650
|
+
/// @group floating-action-button
|
|
20651
|
+
$kendo-fab-font-family: $font-family !default;
|
|
20652
|
+
/// Font size of the FAB.
|
|
20653
|
+
/// @group floating-action-button
|
|
20654
|
+
$kendo-fab-font-size: $font-size !default;
|
|
20655
|
+
/// Line height of the FAB.
|
|
20656
|
+
/// @group floating-action-button
|
|
20657
|
+
$kendo-fab-line-height: $line-height !default;
|
|
20658
|
+
|
|
20659
|
+
/// Horizontal padding of the FAB.
|
|
20660
|
+
/// @group floating-action-button
|
|
20661
|
+
$kendo-fab-padding-x: map-get( $spacing, 4 ) !default;
|
|
20662
|
+
$kendo-fab-padding-x-sm: ( $kendo-fab-padding-x / 2 ) !default;
|
|
20663
|
+
$kendo-fab-padding-x-md: $kendo-fab-padding-x !default;
|
|
20664
|
+
$kendo-fab-padding-x-lg: ( $kendo-fab-padding-x * 1.5 ) !default;
|
|
20665
|
+
|
|
20666
|
+
/// Vertical padding of the FAB.
|
|
20667
|
+
/// @group floating-action-button
|
|
20668
|
+
$kendo-fab-padding-y: $kendo-fab-padding-x !default;
|
|
20669
|
+
$kendo-fab-padding-y-sm: ( $kendo-fab-padding-y / 2 ) !default;
|
|
20670
|
+
$kendo-fab-padding-y-md: $kendo-fab-padding-y !default;
|
|
20671
|
+
$kendo-fab-padding-y-lg: ( $kendo-fab-padding-y * 1.5 ) !default;
|
|
20672
|
+
|
|
20673
|
+
/// FAB icon width.
|
|
20674
|
+
/// @group floating-action-button
|
|
20675
|
+
$kendo-fab-icon-width: 20px !default;
|
|
20676
|
+
/// FAB icon height.
|
|
20677
|
+
/// @group floating-action-button
|
|
20678
|
+
$kendo-fab-icon-height: $kendo-fab-icon-width !default;
|
|
20679
|
+
/// FAB icon spacing.
|
|
20680
|
+
/// @group floating-action-button
|
|
20681
|
+
$kendo-fab-icon-spacing: map-get( $spacing, 1 ) / 2 !default;
|
|
20682
|
+
|
|
20683
|
+
/// FAB items horizontal padding.
|
|
20684
|
+
/// @group floating-action-button
|
|
20685
|
+
$kendo-fab-items-padding-x: 0px !default;
|
|
20686
|
+
/// FAB items vertical padding.
|
|
20687
|
+
/// @group floating-action-button
|
|
20688
|
+
$kendo-fab-items-padding-y: map-get( $spacing, 4 ) !default;
|
|
20689
|
+
|
|
20690
|
+
/// FAB item text horizontal padding.
|
|
20691
|
+
/// @group floating-action-button
|
|
20692
|
+
$kendo-fab-item-text-padding-x: map-get( $spacing, 1 ) !default;
|
|
20693
|
+
/// FAB item text vertical padding.
|
|
20694
|
+
/// @group floating-action-button
|
|
20695
|
+
$kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-x !default;
|
|
20696
|
+
/// Width of the FAB item text border.
|
|
20697
|
+
/// @group floating-action-button
|
|
20698
|
+
$kendo-fab-item-text-border-width: 1px !default;
|
|
20699
|
+
/// Border radius of the FAB item text.
|
|
20700
|
+
/// @group floating-action-button
|
|
20701
|
+
$kendo-fab-item-text-border-radius: 2px !default;
|
|
20702
|
+
/// Font size of the FAB item text.
|
|
20703
|
+
/// @group floating-action-button
|
|
20704
|
+
$kendo-fab-item-text-font-size: $font-size-xs !default;
|
|
20705
|
+
/// Line height of the FAB item text.
|
|
20706
|
+
/// @group floating-action-button
|
|
20707
|
+
$kendo-fab-item-text-line-height: 1.2 !default;
|
|
20708
|
+
|
|
20709
|
+
/// FAB item icon horizontal padding.
|
|
20710
|
+
/// @group floating-action-button
|
|
20711
|
+
$kendo-fab-item-icon-padding-x: map-get( $spacing, 2 ) !default;
|
|
20712
|
+
/// FAB item icon vertical padding.
|
|
20713
|
+
/// @group floating-action-button
|
|
20714
|
+
$kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
|
|
20715
|
+
/// Width of the FAB item icon border.
|
|
20716
|
+
/// @group floating-action-button
|
|
20717
|
+
$kendo-fab-item-icon-border-width: 0 !default;
|
|
20718
|
+
/// Border radius of the FAB item icon.
|
|
20719
|
+
/// @group floating-action-button
|
|
20720
|
+
$kendo-fab-item-icon-border-radius: 50% !default;
|
|
20721
|
+
/// Width of the FAB item icon.
|
|
20722
|
+
/// @group floating-action-button
|
|
20723
|
+
$kendo-fab-item-icon-width: 20px !default;
|
|
20724
|
+
/// Height of the FAB item icon.
|
|
20725
|
+
/// @group floating-action-button
|
|
20726
|
+
$kendo-fab-item-icon-height: $kendo-fab-item-icon-width !default;
|
|
20727
|
+
|
|
20728
|
+
/// Theme colors map for the FAB.
|
|
20729
|
+
/// @group floating-action-button
|
|
20730
|
+
$kendo-fab-theme-colors: $theme-colors !default;
|
|
20731
|
+
|
|
20732
|
+
/// The base shadow of the FAB.
|
|
20733
|
+
/// @group floating-action-button
|
|
20734
|
+
$kendo-fab-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .2) !default;
|
|
20735
|
+
/// The disabled shadow of the FAB.
|
|
20736
|
+
/// @group floating-action-button
|
|
20737
|
+
$kendo-fab-disabled-shadow: 0 6px 10px try-tint( rgba(0, 0, 0, .14), .5 ), 0 1px 18px try-tint( rgba(0, 0, 0, .12), .5 ), 0 3px 5px try-tint( rgba(0, 0, 0, .2), .5 ) !default;
|
|
20738
|
+
/// The active shadow of the FAB.
|
|
20739
|
+
/// @group floating-action-button
|
|
20740
|
+
$kendo-fab-active-shadow: null !default;
|
|
20741
|
+
|
|
20742
|
+
/// The base text color of the FAB item.
|
|
20743
|
+
/// @group floating-action-button
|
|
20744
|
+
$kendo-fab-item-text: $component-text !default;
|
|
20745
|
+
/// The base background color of the FAB item.
|
|
20746
|
+
/// @group floating-action-button
|
|
20747
|
+
$kendo-fab-item-bg: $component-bg !default;
|
|
20748
|
+
/// The base border color of the FAB item.
|
|
20749
|
+
/// @group floating-action-button
|
|
20750
|
+
$kendo-fab-item-border: $component-border !default;
|
|
20751
|
+
|
|
20752
|
+
/// The base text color of the FAB item icon.
|
|
20753
|
+
/// @group floating-action-button
|
|
20754
|
+
$kendo-fab-item-icon-text: $kendo-button-text !default;
|
|
20755
|
+
/// The base background color of the FAB item icon.
|
|
20756
|
+
/// @group floating-action-button
|
|
20757
|
+
$kendo-fab-item-icon-bg: $kendo-button-bg !default;
|
|
20758
|
+
/// The base border color of the FAB item icon.
|
|
20759
|
+
/// @group floating-action-button
|
|
20760
|
+
$kendo-fab-item-icon-border: $kendo-button-border !default;
|
|
20761
|
+
|
|
20762
|
+
/// The base shadow of the FAB item.
|
|
20763
|
+
/// @group floating-action-button
|
|
20764
|
+
$kendo-fab-item-shadow: $kendo-fab-shadow !default;
|
|
20765
|
+
/// The disabled shadow of the FAB item.
|
|
20766
|
+
/// @group floating-action-button
|
|
20767
|
+
$kendo-fab-item-disabled-shadow: $kendo-fab-disabled-shadow !default;
|
|
20768
|
+
/// The active shadow of the FAB item.
|
|
20769
|
+
/// @group floating-action-button
|
|
20770
|
+
$kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
20512
20771
|
|
|
20513
20772
|
// #endregion
|
|
20514
20773
|
// #region @import "_layout.scss"; -> packages/classic/scss/fab/_layout.scss
|
|
@@ -20524,9 +20783,9 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20524
20783
|
box-sizing: border-box;
|
|
20525
20784
|
color: inherit;
|
|
20526
20785
|
background-color: transparent;
|
|
20527
|
-
font-size: $fab-font-size;
|
|
20528
|
-
line-height: $fab-line-height;
|
|
20529
|
-
font-family: $fab-font-family;
|
|
20786
|
+
font-size: $kendo-fab-font-size;
|
|
20787
|
+
line-height: $kendo-fab-line-height;
|
|
20788
|
+
font-family: $kendo-fab-font-family;
|
|
20530
20789
|
text-align: center;
|
|
20531
20790
|
white-space: nowrap;
|
|
20532
20791
|
display: inline-flex;
|
|
@@ -20545,73 +20804,39 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20545
20804
|
|
|
20546
20805
|
// FAB Icon
|
|
20547
20806
|
.k-fab-icon {
|
|
20548
|
-
width: $fab-icon-width;
|
|
20549
|
-
height: $fab-icon-height;
|
|
20807
|
+
width: $kendo-fab-icon-width;
|
|
20808
|
+
height: $kendo-fab-icon-height;
|
|
20550
20809
|
|
|
20551
20810
|
&:not(:only-child) {
|
|
20552
|
-
margin-right: $fab-icon-spacing;
|
|
20553
|
-
margin-left: -$fab-icon-spacing;
|
|
20811
|
+
margin-right: $kendo-fab-icon-spacing;
|
|
20812
|
+
margin-left: -$kendo-fab-icon-spacing;
|
|
20554
20813
|
}
|
|
20555
20814
|
}
|
|
20556
20815
|
|
|
20557
20816
|
|
|
20558
20817
|
// Sizes
|
|
20559
20818
|
.k-fab-sm {
|
|
20560
|
-
padding: $fab-padding-y-sm $fab-padding-x-sm;
|
|
20819
|
+
padding: $kendo-fab-padding-y-sm $kendo-fab-padding-x-sm;
|
|
20561
20820
|
}
|
|
20562
20821
|
.k-fab-md {
|
|
20563
|
-
padding: $fab-padding-y $fab-padding-x;
|
|
20822
|
+
padding: $kendo-fab-padding-y $kendo-fab-padding-x;
|
|
20564
20823
|
}
|
|
20565
20824
|
.k-fab-lg {
|
|
20566
|
-
padding: $fab-padding-y-lg $fab-padding-x-lg;
|
|
20825
|
+
padding: $kendo-fab-padding-y-lg $kendo-fab-padding-x-lg;
|
|
20567
20826
|
}
|
|
20568
20827
|
|
|
20569
|
-
|
|
20570
20828
|
// Shapes
|
|
20571
|
-
.k-fab-
|
|
20572
|
-
border-radius: 0;
|
|
20573
|
-
|
|
20574
|
-
&.k-fab-sm {
|
|
20575
|
-
width: $fab-size-sm;
|
|
20576
|
-
height: $fab-size-sm;
|
|
20577
|
-
}
|
|
20578
|
-
&.k-fab-md {
|
|
20579
|
-
width: $fab-size-md;
|
|
20580
|
-
height: $fab-size-md;
|
|
20581
|
-
}
|
|
20582
|
-
&.k-fab-lg {
|
|
20583
|
-
width: $fab-size-lg;
|
|
20584
|
-
height: $fab-size-lg;
|
|
20585
|
-
}
|
|
20586
|
-
}
|
|
20587
|
-
.k-fab-circle {
|
|
20588
|
-
border-radius: 50%;
|
|
20829
|
+
.k-fab-rectangle { }
|
|
20589
20830
|
|
|
20590
|
-
|
|
20591
|
-
|
|
20592
|
-
height: $fab-size-sm;
|
|
20593
|
-
}
|
|
20594
|
-
&.k-fab-md {
|
|
20595
|
-
width: $fab-size-md;
|
|
20596
|
-
height: $fab-size-md;
|
|
20597
|
-
}
|
|
20598
|
-
&.k-fab-lg {
|
|
20599
|
-
width: $fab-size-lg;
|
|
20600
|
-
height: $fab-size-lg;
|
|
20601
|
-
}
|
|
20602
|
-
}
|
|
20603
|
-
.k-fab-pill {
|
|
20604
|
-
border-radius: 5rem;
|
|
20605
|
-
}
|
|
20606
|
-
.k-fab-rounded {
|
|
20607
|
-
@include border-radius( $fab-border-radius );
|
|
20831
|
+
.k-fab-square {
|
|
20832
|
+
aspect-ratio: 1;
|
|
20608
20833
|
}
|
|
20609
20834
|
|
|
20610
20835
|
|
|
20611
20836
|
// Items
|
|
20612
20837
|
.k-fab-items {
|
|
20613
20838
|
margin: 0;
|
|
20614
|
-
padding: $fab-items-padding-y $fab-items-padding-x;
|
|
20839
|
+
padding: $kendo-fab-items-padding-y $kendo-fab-items-padding-x;
|
|
20615
20840
|
display: flex;
|
|
20616
20841
|
}
|
|
20617
20842
|
|
|
@@ -20656,19 +20881,19 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20656
20881
|
}
|
|
20657
20882
|
|
|
20658
20883
|
.k-fab-item-text {
|
|
20659
|
-
padding: $fab-item-text-padding-y $fab-item-text-padding-x;
|
|
20660
|
-
border-width: $fab-item-text-border-width;
|
|
20661
|
-
border-radius: $fab-item-text-border-radius;
|
|
20662
|
-
font-size: $fab-item-text-font-size;
|
|
20663
|
-
line-height: $fab-item-text-line-height;
|
|
20884
|
+
padding: $kendo-fab-item-text-padding-y $kendo-fab-item-text-padding-x;
|
|
20885
|
+
border-width: $kendo-fab-item-text-border-width;
|
|
20886
|
+
border-radius: $kendo-fab-item-text-border-radius;
|
|
20887
|
+
font-size: $kendo-fab-item-text-font-size;
|
|
20888
|
+
line-height: $kendo-fab-item-text-line-height;
|
|
20664
20889
|
}
|
|
20665
20890
|
|
|
20666
20891
|
.k-fab-item-icon {
|
|
20667
|
-
width: $fab-item-icon-width;
|
|
20668
|
-
height: $fab-item-icon-height;
|
|
20669
|
-
padding: $fab-item-icon-padding-y $fab-item-icon-padding-x;
|
|
20670
|
-
border-width: $fab-item-icon-border-width;
|
|
20671
|
-
border-radius: $fab-item-icon-border-radius;
|
|
20892
|
+
width: $kendo-fab-item-icon-width;
|
|
20893
|
+
height: $kendo-fab-item-icon-height;
|
|
20894
|
+
padding: $kendo-fab-item-icon-padding-y $kendo-fab-item-icon-padding-x;
|
|
20895
|
+
border-width: $kendo-fab-item-icon-border-width;
|
|
20896
|
+
border-radius: $kendo-fab-item-icon-border-radius;
|
|
20672
20897
|
box-sizing: content-box;
|
|
20673
20898
|
outline: none;
|
|
20674
20899
|
}
|
|
@@ -20712,11 +20937,11 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20712
20937
|
@include exports( "fab/theme" ) {
|
|
20713
20938
|
|
|
20714
20939
|
// Normal state
|
|
20715
|
-
@each $name, $color in $fab-theme-colors {
|
|
20716
|
-
.k-fab-#{$name} {
|
|
20717
|
-
@include box-shadow($fab-shadow);
|
|
20718
|
-
outline: $fab-border-width solid $color;
|
|
20719
|
-
outline-offset: -$fab-border-width;
|
|
20940
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
20941
|
+
.k-fab-solid-#{$name} {
|
|
20942
|
+
@include box-shadow($kendo-fab-shadow);
|
|
20943
|
+
outline: $kendo-fab-border-width solid $color;
|
|
20944
|
+
outline-offset: -$kendo-fab-border-width;
|
|
20720
20945
|
border-color: $color;
|
|
20721
20946
|
color: contrast-wcag( $color );
|
|
20722
20947
|
background-color: $color;
|
|
@@ -20724,20 +20949,18 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20724
20949
|
}
|
|
20725
20950
|
|
|
20726
20951
|
// Hover state
|
|
20727
|
-
@each $name, $color in $fab-theme-colors {
|
|
20728
|
-
.k-
|
|
20729
|
-
.k-
|
|
20730
|
-
.k-fab-#{$name}:hover {
|
|
20952
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
20953
|
+
.k-hover.k-fab-solid-#{$name},
|
|
20954
|
+
.k-fab-solid-#{$name}:hover {
|
|
20731
20955
|
border-color: try-shade( $color, .5 );
|
|
20732
20956
|
background-color: try-shade( $color, .5 );
|
|
20733
20957
|
}
|
|
20734
20958
|
}
|
|
20735
20959
|
|
|
20736
20960
|
// Focus state
|
|
20737
|
-
@each $name, $color in $fab-theme-colors {
|
|
20738
|
-
.k-fab-#{$name}.k-
|
|
20739
|
-
.k-fab-#{$name}
|
|
20740
|
-
.k-fab-#{$name}:focus {
|
|
20961
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
20962
|
+
.k-fab-solid-#{$name}.k-focus,
|
|
20963
|
+
.k-fab-solid-#{$name}:focus {
|
|
20741
20964
|
outline-style: solid;
|
|
20742
20965
|
outline-width: 2px;
|
|
20743
20966
|
outline-color: rgba( $color, .3 );
|
|
@@ -20745,21 +20968,21 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20745
20968
|
}
|
|
20746
20969
|
|
|
20747
20970
|
// Active state
|
|
20748
|
-
@each $name, $color in $fab-theme-colors {
|
|
20749
|
-
.k-
|
|
20750
|
-
.k-
|
|
20751
|
-
.k-fab-#{$name}:active {
|
|
20752
|
-
@include box-shadow($fab-active-shadow);
|
|
20971
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
20972
|
+
.k-active.k-fab-solid-#{$name},
|
|
20973
|
+
.k-selected.k-fab-solid-#{$name},
|
|
20974
|
+
.k-fab-solid-#{$name}:active {
|
|
20975
|
+
@include box-shadow($kendo-fab-active-shadow);
|
|
20753
20976
|
border-color: try-shade( $color, 1.5);
|
|
20754
20977
|
background-color: try-shade( $color, 1.5);
|
|
20755
20978
|
}
|
|
20756
20979
|
}
|
|
20757
20980
|
|
|
20758
20981
|
// Disabled state
|
|
20759
|
-
@each $name, $color in $fab-theme-colors {
|
|
20760
|
-
.k-
|
|
20761
|
-
.k-fab-#{$name}:disabled {
|
|
20762
|
-
@include box-shadow($fab-disabled-shadow);
|
|
20982
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
20983
|
+
.k-disabled.k-fab-solid-#{$name},
|
|
20984
|
+
.k-fab-solid-#{$name}:disabled {
|
|
20985
|
+
@include box-shadow($kendo-fab-disabled-shadow);
|
|
20763
20986
|
background-color: try-tint( $color, 5 );
|
|
20764
20987
|
color: try-tint( contrast-wcag( $color ), 5 );
|
|
20765
20988
|
opacity: 1;
|
|
@@ -20769,62 +20992,59 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20769
20992
|
// Items
|
|
20770
20993
|
.k-fab-item-text {
|
|
20771
20994
|
@include fill(
|
|
20772
|
-
$fab-item-text,
|
|
20773
|
-
$fab-item-bg,
|
|
20774
|
-
$fab-item-border
|
|
20995
|
+
$kendo-fab-item-text,
|
|
20996
|
+
$kendo-fab-item-bg,
|
|
20997
|
+
$kendo-fab-item-border
|
|
20775
20998
|
);
|
|
20776
|
-
@include box-shadow($fab-item-shadow);
|
|
20999
|
+
@include box-shadow($kendo-fab-item-shadow);
|
|
20777
21000
|
|
|
20778
21001
|
}
|
|
20779
21002
|
.k-fab-item-icon {
|
|
20780
21003
|
@include fill(
|
|
20781
|
-
$fab-item-icon-text,
|
|
20782
|
-
$fab-item-icon-bg,
|
|
20783
|
-
$fab-item-icon-border
|
|
21004
|
+
$kendo-fab-item-icon-text,
|
|
21005
|
+
$kendo-fab-item-icon-bg,
|
|
21006
|
+
$kendo-fab-item-icon-border
|
|
20784
21007
|
);
|
|
20785
|
-
@include box-shadow($fab-item-shadow);
|
|
20786
|
-
outline: $fab-border-width solid rgba(0, 0, 0, .08);
|
|
20787
|
-
outline-offset: -$fab-border-width;
|
|
21008
|
+
@include box-shadow($kendo-fab-item-shadow);
|
|
21009
|
+
outline: $kendo-fab-border-width solid rgba(0, 0, 0, .08);
|
|
21010
|
+
outline-offset: -$kendo-fab-border-width;
|
|
20788
21011
|
}
|
|
20789
21012
|
|
|
20790
21013
|
// Hover state
|
|
20791
|
-
.k-fab-item.k-
|
|
20792
|
-
.k-fab-item.k-state-hovered .k-fab-item-icon
|
|
21014
|
+
.k-fab-item.k-hover .k-fab-item-icon,
|
|
20793
21015
|
.k-fab-item:hover .k-fab-item-icon {
|
|
20794
|
-
border-color: try-shade( $fab-item-icon-border, .5 );
|
|
20795
|
-
background-color: try-shade( $fab-item-icon-bg, .5 );
|
|
21016
|
+
border-color: try-shade( $kendo-fab-item-icon-border, .5 );
|
|
21017
|
+
background-color: try-shade( $kendo-fab-item-icon-bg, .5 );
|
|
20796
21018
|
}
|
|
20797
21019
|
|
|
20798
21020
|
// Focus state
|
|
20799
21021
|
.k-fab-item:focus .k-fab-item-text,
|
|
20800
21022
|
.k-fab-item:focus .k-fab-item-icon,
|
|
20801
|
-
.k-fab-item.k-
|
|
20802
|
-
.k-fab-item.k-
|
|
20803
|
-
.k-fab-item.k-state-focused .k-fab-item-text,
|
|
20804
|
-
.k-fab-item.k-state-focused .k-fab-item-icon {
|
|
21023
|
+
.k-fab-item.k-focus .k-fab-item-text,
|
|
21024
|
+
.k-fab-item.k-focus .k-fab-item-icon {
|
|
20805
21025
|
outline-style: solid;
|
|
20806
21026
|
outline-width: 2px;
|
|
20807
21027
|
outline-color: rgba(0, 0, 0, .08);
|
|
20808
21028
|
}
|
|
20809
21029
|
|
|
20810
21030
|
// Active state
|
|
20811
|
-
.k-fab-item.k-
|
|
21031
|
+
.k-fab-item.k-active .k-fab-item-icon,
|
|
20812
21032
|
.k-fab-item:active .k-fab-item-icon {
|
|
20813
|
-
@include box-shadow($fab-item-active-shadow);
|
|
20814
|
-
border-color: try-shade( $fab-item-icon-border, 1);
|
|
20815
|
-
background-color: try-shade( $fab-item-icon-bg, 1);
|
|
21033
|
+
@include box-shadow($kendo-fab-item-active-shadow);
|
|
21034
|
+
border-color: try-shade( $kendo-fab-item-icon-border, 1);
|
|
21035
|
+
background-color: try-shade( $kendo-fab-item-icon-bg, 1);
|
|
20816
21036
|
}
|
|
20817
21037
|
|
|
20818
21038
|
// Disabled state
|
|
20819
|
-
.k-fab-item.k-
|
|
21039
|
+
.k-fab-item.k-disabled,
|
|
20820
21040
|
.k-fab-item:disabled {
|
|
20821
21041
|
opacity: 1;
|
|
20822
21042
|
|
|
20823
21043
|
.k-fab-item-text,
|
|
20824
21044
|
.k-fab-item-icon {
|
|
20825
|
-
@include box-shadow($fab-item-disabled-shadow);
|
|
20826
|
-
background-color: try-tint( $fab-item-bg, 5 );
|
|
20827
|
-
color: try-tint( $fab-item-text, 5 );
|
|
21045
|
+
@include box-shadow($kendo-fab-item-disabled-shadow);
|
|
21046
|
+
background-color: try-tint( $kendo-fab-item-bg, 5 );
|
|
21047
|
+
color: try-tint( $kendo-fab-item-text, 5 );
|
|
20828
21048
|
}
|
|
20829
21049
|
}
|
|
20830
21050
|
|
|
@@ -20893,8 +21113,12 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20893
21113
|
|
|
20894
21114
|
// Menu item
|
|
20895
21115
|
.k-menu-item {
|
|
21116
|
+
box-sizing: border-box;
|
|
20896
21117
|
border-width: 0;
|
|
20897
21118
|
outline: 0;
|
|
21119
|
+
display: flex;
|
|
21120
|
+
flex-flow: column nowrap;
|
|
21121
|
+
flex: none;
|
|
20898
21122
|
position: relative;
|
|
20899
21123
|
user-select: none;
|
|
20900
21124
|
}
|
|
@@ -20916,28 +21140,34 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20916
21140
|
outline: 0;
|
|
20917
21141
|
color: inherit;
|
|
20918
21142
|
display: flex;
|
|
20919
|
-
flex-
|
|
21143
|
+
flex-flow: row nowrap;
|
|
20920
21144
|
flex: 1 1 auto;
|
|
21145
|
+
gap: $menu-item-icon-spacing;
|
|
20921
21146
|
align-items: center;
|
|
20922
21147
|
position: relative;
|
|
20923
21148
|
white-space: nowrap;
|
|
20924
21149
|
cursor: pointer;
|
|
21150
|
+
}
|
|
20925
21151
|
|
|
20926
|
-
|
|
20927
|
-
|
|
20928
|
-
|
|
20929
|
-
|
|
20930
|
-
|
|
21152
|
+
|
|
21153
|
+
// Menu item text
|
|
21154
|
+
.k-menu-link-text {
|
|
21155
|
+
display: flex;
|
|
21156
|
+
flex-flow: row nowrap;
|
|
21157
|
+
flex: 1 1 auto;
|
|
21158
|
+
overflow: hidden;
|
|
21159
|
+
text-overflow: ellipsis;
|
|
20931
21160
|
}
|
|
20932
21161
|
|
|
20933
21162
|
|
|
20934
21163
|
// Expand arrow
|
|
20935
21164
|
.k-menu-expand-arrow {
|
|
20936
|
-
margin:
|
|
20937
|
-
|
|
20938
|
-
|
|
20939
|
-
|
|
20940
|
-
|
|
21165
|
+
margin-inline-end: -$icon-spacing;
|
|
21166
|
+
display: inline-flex;
|
|
21167
|
+
flex-flow: row wrap;
|
|
21168
|
+
align-items: center;
|
|
21169
|
+
flex: none;
|
|
21170
|
+
position: relative;
|
|
20941
21171
|
}
|
|
20942
21172
|
|
|
20943
21173
|
|
|
@@ -20972,6 +21202,14 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
20972
21202
|
padding-right: $kendo-menu-popup-item-padding-end;
|
|
20973
21203
|
}
|
|
20974
21204
|
|
|
21205
|
+
.k-menu-expand-arrow {
|
|
21206
|
+
margin: 0;
|
|
21207
|
+
position: absolute;
|
|
21208
|
+
top: 50%;
|
|
21209
|
+
transform: translateY(-50%);
|
|
21210
|
+
right: $icon-spacing;
|
|
21211
|
+
}
|
|
21212
|
+
|
|
20975
21213
|
> .k-separator {
|
|
20976
21214
|
margin: $menu-separator-spacing 0;
|
|
20977
21215
|
height: 0;
|
|
@@ -21010,12 +21248,20 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
21010
21248
|
margin-top: $kendo-menu-popup-item-spacing;
|
|
21011
21249
|
}
|
|
21012
21250
|
|
|
21251
|
+
.k-menu-expand-arrow {
|
|
21252
|
+
margin: 0;
|
|
21253
|
+
position: absolute;
|
|
21254
|
+
top: 50%;
|
|
21255
|
+
transform: translateY(-50%);
|
|
21256
|
+
right: $icon-spacing;
|
|
21257
|
+
}
|
|
21258
|
+
|
|
21013
21259
|
.k-separator {
|
|
21014
21260
|
margin: $menu-separator-spacing 0;
|
|
21015
21261
|
height: 0;
|
|
21016
21262
|
border-width: 1px 0 0;
|
|
21017
21263
|
border-style: solid;
|
|
21018
|
-
border-color: $
|
|
21264
|
+
border-color: $component-border;
|
|
21019
21265
|
display: block;
|
|
21020
21266
|
}
|
|
21021
21267
|
}
|
|
@@ -21035,6 +21281,11 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
21035
21281
|
padding: $kendo-menu-popup-item-padding-y-sm $kendo-menu-popup-item-padding-x-sm;
|
|
21036
21282
|
padding-inline-end: $kendo-menu-popup-item-padding-end-sm;
|
|
21037
21283
|
}
|
|
21284
|
+
|
|
21285
|
+
.k-menu-expand-arrow {
|
|
21286
|
+
margin-inline-start: $kendo-menu-popup-item-icon-margin-start-sm;
|
|
21287
|
+
margin-inline-end: $kendo-menu-popup-item-icon-margin-end-sm;
|
|
21288
|
+
}
|
|
21038
21289
|
}
|
|
21039
21290
|
.k-menu-group-md {
|
|
21040
21291
|
font-size: $kendo-menu-popup-font-size-md;
|
|
@@ -21050,6 +21301,11 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
21050
21301
|
padding: $kendo-menu-popup-item-padding-y-md $kendo-menu-popup-item-padding-x-md;
|
|
21051
21302
|
padding-inline-end: $kendo-menu-popup-item-padding-end-md;
|
|
21052
21303
|
}
|
|
21304
|
+
|
|
21305
|
+
.k-menu-expand-arrow {
|
|
21306
|
+
margin-inline-start: $kendo-menu-popup-item-icon-margin-start;
|
|
21307
|
+
margin-inline-end: $kendo-menu-popup-item-icon-margin-end;
|
|
21308
|
+
}
|
|
21053
21309
|
}
|
|
21054
21310
|
.k-menu-group-lg {
|
|
21055
21311
|
font-size: $kendo-menu-popup-font-size-lg;
|
|
@@ -21065,6 +21321,11 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
21065
21321
|
padding: $kendo-menu-popup-item-padding-y-lg $kendo-menu-popup-item-padding-x-lg;
|
|
21066
21322
|
padding-inline-end: $kendo-menu-popup-item-padding-end-lg;
|
|
21067
21323
|
}
|
|
21324
|
+
|
|
21325
|
+
.k-menu-expand-arrow {
|
|
21326
|
+
margin-inline-start: $kendo-menu-popup-item-icon-margin-start-lg;
|
|
21327
|
+
margin-inline-end: $kendo-menu-popup-item-icon-margin-end-lg;
|
|
21328
|
+
}
|
|
21068
21329
|
}
|
|
21069
21330
|
|
|
21070
21331
|
|
|
@@ -21093,11 +21354,14 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
21093
21354
|
.k-context-menu-popup {
|
|
21094
21355
|
z-index: 12000;
|
|
21095
21356
|
|
|
21096
|
-
> .k-popup:not(.k-menu-popup),
|
|
21097
21357
|
.k-context-menu {
|
|
21098
|
-
border: 0;
|
|
21358
|
+
border-width: 0;
|
|
21099
21359
|
}
|
|
21100
21360
|
}
|
|
21361
|
+
.k-popup .k-context-menu,
|
|
21362
|
+
.k-context-menu-popup .k-context-menu {
|
|
21363
|
+
border-width: 0;
|
|
21364
|
+
}
|
|
21101
21365
|
|
|
21102
21366
|
|
|
21103
21367
|
// Scrolling
|
|
@@ -21156,21 +21420,6 @@ $fab-size-lg: calc( #{$fab-line-height-lg * 1em} + #{$fab-padding-y-lg * 2} + #{
|
|
|
21156
21420
|
.k-rtl,
|
|
21157
21421
|
[dir="rtl"] {
|
|
21158
21422
|
|
|
21159
|
-
.k-menu-link {
|
|
21160
|
-
> .k-icon:not(.k-menu-expand-arrow),
|
|
21161
|
-
> .k-image,
|
|
21162
|
-
> .k-sprite {
|
|
21163
|
-
margin-left: $menu-item-icon-spacing;
|
|
21164
|
-
margin-right: 0;
|
|
21165
|
-
}
|
|
21166
|
-
}
|
|
21167
|
-
|
|
21168
|
-
.k-menu-expand-arrow {
|
|
21169
|
-
right: unset;
|
|
21170
|
-
left: $icon-spacing;
|
|
21171
|
-
}
|
|
21172
|
-
|
|
21173
|
-
|
|
21174
21423
|
// Orientation -- horizontal
|
|
21175
21424
|
.k-menu-horizontal {
|
|
21176
21425
|
|
|
@@ -22642,15 +22891,15 @@ $card-footer-text: $header-text !default;
|
|
|
22642
22891
|
$card-footer-border: $header-border !default;
|
|
22643
22892
|
|
|
22644
22893
|
$card-title-margin-bottom: map-get( $spacing, sm ) !default;
|
|
22645
|
-
$card-title-font-size: $font-size
|
|
22646
|
-
$card-title-font-family:
|
|
22647
|
-
$card-title-line-height:
|
|
22894
|
+
$card-title-font-size: $h5-font-size !default;
|
|
22895
|
+
$card-title-font-family: null !default;
|
|
22896
|
+
$card-title-line-height: 1.25 !default;
|
|
22648
22897
|
$card-title-font-weight: $font-weight-normal !default;
|
|
22649
22898
|
$card-title-letter-spacing: null !default;
|
|
22650
22899
|
|
|
22651
22900
|
$card-subtitle-margin-bottom: map-get( $spacing, sm ) !default;
|
|
22652
22901
|
$card-subtitle-font-size: $font-size-sm !default;
|
|
22653
|
-
$card-subtitle-font-family:
|
|
22902
|
+
$card-subtitle-font-family: null !default;
|
|
22654
22903
|
$card-subtitle-line-height: normal !default;
|
|
22655
22904
|
$card-subtitle-font-weight: $font-weight-normal !default;
|
|
22656
22905
|
$card-subtitle-letter-spacing: null !default;
|
|
@@ -24075,7 +24324,7 @@ $pager-number-focus-opacity: .12 !default;
|
|
|
24075
24324
|
$pager-number-focus-bg: transparent !default;
|
|
24076
24325
|
$pager-number-focus-shadow: inset 0 0 0 2px rgba($pager-number-selected-bg, $pager-number-focus-opacity) !default;
|
|
24077
24326
|
|
|
24078
|
-
$pager-input-width:
|
|
24327
|
+
$pager-input-width: 5em !default;
|
|
24079
24328
|
$pager-dropdown-width: 5em !default;
|
|
24080
24329
|
|
|
24081
24330
|
// #endregion
|
|
@@ -25253,7 +25502,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
25253
25502
|
.k-tabstrip-items {
|
|
25254
25503
|
outline: 0;
|
|
25255
25504
|
display: flex;
|
|
25256
|
-
flex-
|
|
25505
|
+
flex-flow: row wrap;
|
|
25257
25506
|
flex: 0 0 auto;
|
|
25258
25507
|
|
|
25259
25508
|
.k-item {
|
|
@@ -27158,9 +27407,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
27158
27407
|
}
|
|
27159
27408
|
}
|
|
27160
27409
|
|
|
27161
|
-
.k-grid .k-grid-search {
|
|
27162
|
-
width: 100%;
|
|
27163
|
-
}
|
|
27164
27410
|
}
|
|
27165
27411
|
|
|
27166
27412
|
.k-grid.k-grid-mobile {
|
|
@@ -28472,14 +28718,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28472
28718
|
padding: 4px 8px;
|
|
28473
28719
|
}
|
|
28474
28720
|
|
|
28475
|
-
.k-grid-columnmenu-popup {
|
|
28476
|
-
width: 230px;
|
|
28477
|
-
|
|
28478
|
-
&.k-popup {
|
|
28479
|
-
padding: $grid-column-menu-popup-padding-y $grid-column-menu-popup-padding-x;
|
|
28480
|
-
}
|
|
28481
|
-
}
|
|
28482
|
-
|
|
28483
28721
|
// Filter row
|
|
28484
28722
|
.k-filter-row {
|
|
28485
28723
|
line-height: $form-line-height;
|
|
@@ -28952,83 +29190,83 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28952
29190
|
|
|
28953
29191
|
@include exports( "filtermenu/layout" ) {
|
|
28954
29192
|
|
|
28955
|
-
|
|
28956
|
-
.k-
|
|
28957
|
-
|
|
28958
|
-
.k-filter-menu-container {
|
|
28959
|
-
width: $grid-filter-menu-width;
|
|
28960
|
-
}
|
|
29193
|
+
// Filter menu
|
|
29194
|
+
.k-filter-menu-popup {
|
|
29195
|
+
width: $grid-column-menu-width;
|
|
28961
29196
|
}
|
|
29197
|
+
.k-filter-menu {
|
|
29198
|
+
box-sizing: border-box;
|
|
29199
|
+
}
|
|
29200
|
+
.k-filter-menu-container {
|
|
29201
|
+
padding: map-get( $spacing, 2 );
|
|
29202
|
+
box-sizing: border-box;
|
|
29203
|
+
display: flex;
|
|
29204
|
+
flex-flow: column nowrap;
|
|
29205
|
+
align-items: stretch;
|
|
29206
|
+
gap: map-get( $spacing, 2 );
|
|
28962
29207
|
|
|
28963
|
-
|
|
28964
|
-
|
|
28965
|
-
|
|
28966
|
-
.k-popup .k-grid-filter-popup {
|
|
28967
|
-
.k-multicheck-wrap {
|
|
28968
|
-
padding: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
|
|
28969
|
-
|
|
28970
|
-
.k-item {
|
|
28971
|
-
padding: $grid-column-menu-list-item-padding-y 0;
|
|
28972
|
-
}
|
|
28973
|
-
|
|
28974
|
-
.k-check-all-wrap {
|
|
28975
|
-
padding-bottom: ($grid-column-menu-list-item-padding-y * 2);
|
|
28976
|
-
border-bottom-width: $grid-filter-menu-check-all-border-bottom-width;
|
|
28977
|
-
border-bottom-style: solid;
|
|
28978
|
-
}
|
|
29208
|
+
.k-filter-and {
|
|
29209
|
+
width: min-content;
|
|
29210
|
+
align-self: start;
|
|
28979
29211
|
}
|
|
28980
29212
|
|
|
28981
|
-
.k-
|
|
28982
|
-
|
|
29213
|
+
.k-actions {
|
|
29214
|
+
margin: 0;
|
|
29215
|
+
padding: 0;
|
|
28983
29216
|
}
|
|
28984
29217
|
|
|
28985
|
-
|
|
28986
|
-
|
|
29218
|
+
// Angular specific
|
|
29219
|
+
kendo-numeric-filter-menu,
|
|
29220
|
+
kendo-grid-string-filter-menu,
|
|
29221
|
+
kendo-grid-date-filter-menu,
|
|
29222
|
+
kendo-grid-filter-menu-input-wrapper {
|
|
29223
|
+
display: flex;
|
|
29224
|
+
flex-flow: column nowrap;
|
|
29225
|
+
align-items: stretch;
|
|
29226
|
+
gap: map-get( $spacing, 2 );
|
|
28987
29227
|
}
|
|
28988
29228
|
}
|
|
29229
|
+
.k-ie .k-filter-menu-container {
|
|
29230
|
+
> * { margin-top: map-get( $spacing, 2 ); }
|
|
29231
|
+
> :first-child { margin-top: 0; }
|
|
28989
29232
|
|
|
28990
|
-
|
|
28991
|
-
|
|
28992
|
-
|
|
28993
|
-
|
|
28994
|
-
|
|
28995
|
-
.k-filter-menu-container {
|
|
28996
|
-
box-sizing: border-box;
|
|
29233
|
+
// Angular specific
|
|
29234
|
+
.k-filter-and,
|
|
29235
|
+
kendo-grid-filter-menu-input-wrapper > * {
|
|
29236
|
+
margin-top: map-get( $spacing, 2 );
|
|
28997
29237
|
}
|
|
28998
|
-
|
|
28999
|
-
|
|
29000
|
-
.k-textbox,
|
|
29001
|
-
.k-dropdown,
|
|
29002
|
-
.k-numerictextbox,
|
|
29003
|
-
.k-radio-list,
|
|
29004
|
-
.k-datepicker,
|
|
29005
|
-
.k-input {
|
|
29006
|
-
margin: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
|
|
29007
|
-
width: calc( 100% - ( 2 * #{$grid-filter-menu-item-spacing-x} ) );
|
|
29008
|
-
box-sizing: border-box;
|
|
29009
|
-
display: flex;
|
|
29010
|
-
}
|
|
29011
|
-
|
|
29012
|
-
.k-switch {
|
|
29013
|
-
margin: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x 0;
|
|
29014
|
-
box-sizing: border-box;
|
|
29015
|
-
display: flex;
|
|
29238
|
+
kendo-grid-filter-menu-input-wrapper > :first-child {
|
|
29239
|
+
margin-top: 0;
|
|
29016
29240
|
}
|
|
29241
|
+
}
|
|
29017
29242
|
|
|
29018
|
-
|
|
29019
|
-
|
|
29020
|
-
}
|
|
29243
|
+
.k-filter-menu.k-popup,
|
|
29244
|
+
.k-grid-filter-popup.k-popup {
|
|
29021
29245
|
|
|
29022
|
-
.k-
|
|
29023
|
-
width:
|
|
29024
|
-
display: inline-flex;
|
|
29246
|
+
.k-filter-menu-container {
|
|
29247
|
+
width: $grid-column-menu-width;
|
|
29025
29248
|
}
|
|
29026
29249
|
}
|
|
29027
29250
|
|
|
29028
|
-
.k-multicheck-wrap {
|
|
29251
|
+
.k-popup .k-multicheck-wrap {
|
|
29252
|
+
margin: 0;
|
|
29253
|
+
padding: 0;
|
|
29029
29254
|
max-height: 300px;
|
|
29255
|
+
font-size: $kendo-list-font-size;
|
|
29256
|
+
line-height: $kendo-list-line-height;
|
|
29030
29257
|
white-space: nowrap;
|
|
29031
29258
|
overflow: auto;
|
|
29259
|
+
list-style: none;
|
|
29260
|
+
|
|
29261
|
+
.k-item,
|
|
29262
|
+
.k-check-all-wrap {
|
|
29263
|
+
padding: $grid-column-menu-list-item-padding-y $grid-column-menu-list-item-padding-x;
|
|
29264
|
+
|
|
29265
|
+
> .k-checkbox-label {
|
|
29266
|
+
line-height: inherit;
|
|
29267
|
+
display: block;
|
|
29268
|
+
}
|
|
29269
|
+
}
|
|
29032
29270
|
}
|
|
29033
29271
|
|
|
29034
29272
|
.k-filter-selected-items {
|
|
@@ -29052,17 +29290,48 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29052
29290
|
.k-detail-row {
|
|
29053
29291
|
display: none !important;
|
|
29054
29292
|
}
|
|
29055
|
-
|
|
29056
|
-
input.k-input,
|
|
29057
|
-
span.k-input,
|
|
29058
|
-
input.k-textbox {
|
|
29059
|
-
width: 0 !important;
|
|
29060
|
-
}
|
|
29061
29293
|
}
|
|
29062
29294
|
|
|
29063
29295
|
}
|
|
29064
29296
|
|
|
29065
29297
|
@include exports("columnmenu/layout") {
|
|
29298
|
+
|
|
29299
|
+
// Column menu
|
|
29300
|
+
.k-column-menu-popup,
|
|
29301
|
+
.k-grid-columnmenu-popup {
|
|
29302
|
+
width: $grid-column-menu-width;
|
|
29303
|
+
box-sizing: border-box;
|
|
29304
|
+
|
|
29305
|
+
&.k-popup {
|
|
29306
|
+
padding: $grid-column-menu-popup-padding-y $grid-column-menu-popup-padding-x;
|
|
29307
|
+
}
|
|
29308
|
+
.k-popup > & {
|
|
29309
|
+
width: 100%;
|
|
29310
|
+
}
|
|
29311
|
+
|
|
29312
|
+
.k-actions {
|
|
29313
|
+
margin: 0;
|
|
29314
|
+
}
|
|
29315
|
+
|
|
29316
|
+
}
|
|
29317
|
+
.k-column-menu {
|
|
29318
|
+
box-sizing: border-box;
|
|
29319
|
+
|
|
29320
|
+
.k-menu:not(.k-context-menu) {
|
|
29321
|
+
font-weight: 400;
|
|
29322
|
+
}
|
|
29323
|
+
|
|
29324
|
+
.k-expander {
|
|
29325
|
+
border: 0;
|
|
29326
|
+
background: inherit;
|
|
29327
|
+
|
|
29328
|
+
.k-columnmenu-item {
|
|
29329
|
+
display: flex;
|
|
29330
|
+
align-items: center;
|
|
29331
|
+
}
|
|
29332
|
+
}
|
|
29333
|
+
}
|
|
29334
|
+
|
|
29066
29335
|
.k-column-list {
|
|
29067
29336
|
padding: 0;
|
|
29068
29337
|
margin: 0;
|
|
@@ -29107,16 +29376,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29107
29376
|
overflow: hidden;
|
|
29108
29377
|
}
|
|
29109
29378
|
|
|
29110
|
-
.k-filter-menu,
|
|
29111
|
-
.k-column-list-wrapper,
|
|
29112
|
-
.k-columnmenu-item-content {
|
|
29113
|
-
|
|
29114
|
-
.k-actions {
|
|
29115
|
-
margin-top: ($grid-filter-menu-item-spacing-y / 2);
|
|
29116
|
-
padding: $grid-filter-menu-item-spacing-y $grid-filter-menu-item-spacing-x;
|
|
29117
|
-
}
|
|
29118
|
-
}
|
|
29119
|
-
|
|
29120
29379
|
.k-column-menu-group-header {
|
|
29121
29380
|
padding: $grid-column-menu-group-header-padding-y $grid-column-menu-group-header-padding-x;
|
|
29122
29381
|
display: flex;
|
|
@@ -29135,22 +29394,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29135
29394
|
flex: 1 1 auto;
|
|
29136
29395
|
}
|
|
29137
29396
|
|
|
29138
|
-
.k-column-menu {
|
|
29139
|
-
.k-menu:not(.k-context-menu) {
|
|
29140
|
-
font-weight: 400;
|
|
29141
|
-
}
|
|
29142
|
-
|
|
29143
|
-
.k-expander {
|
|
29144
|
-
border: 0;
|
|
29145
|
-
background: inherit;
|
|
29146
|
-
|
|
29147
|
-
.k-columnmenu-item {
|
|
29148
|
-
display: flex;
|
|
29149
|
-
align-items: center;
|
|
29150
|
-
}
|
|
29151
|
-
}
|
|
29152
|
-
}
|
|
29153
|
-
|
|
29154
29397
|
[dir="rtl"],
|
|
29155
29398
|
.k-rtl {
|
|
29156
29399
|
.k-columnmenu-item > .k-icon {
|
|
@@ -29724,7 +29967,7 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
29724
29967
|
.k-listview {
|
|
29725
29968
|
margin: 0;
|
|
29726
29969
|
padding: 0;
|
|
29727
|
-
border-width:
|
|
29970
|
+
border-width: 0;
|
|
29728
29971
|
border-style: solid;
|
|
29729
29972
|
box-sizing: border-box;
|
|
29730
29973
|
outline: 0;
|
|
@@ -29744,7 +29987,6 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
29744
29987
|
// Header
|
|
29745
29988
|
.k-listview-header {
|
|
29746
29989
|
border-width: 0;
|
|
29747
|
-
border-bottom-width: $listview-border-width;
|
|
29748
29990
|
border-style: solid;
|
|
29749
29991
|
border-color: inherit;
|
|
29750
29992
|
}
|
|
@@ -29753,7 +29995,7 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
29753
29995
|
}
|
|
29754
29996
|
|
|
29755
29997
|
|
|
29756
|
-
// Listview
|
|
29998
|
+
// Listview content
|
|
29757
29999
|
.k-listview-content {
|
|
29758
30000
|
margin: 0;
|
|
29759
30001
|
padding: 0;
|
|
@@ -29808,7 +30050,6 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
29808
30050
|
// Listview footer
|
|
29809
30051
|
.k-listview-footer {
|
|
29810
30052
|
border-width: 0;
|
|
29811
|
-
border-top-width: $listview-border-width;
|
|
29812
30053
|
border-style: solid;
|
|
29813
30054
|
border-color: inherit;
|
|
29814
30055
|
}
|
|
@@ -29820,14 +30061,9 @@ $listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
29820
30061
|
// Listview pager
|
|
29821
30062
|
.k-listview-pager {
|
|
29822
30063
|
border-width: 0;
|
|
29823
|
-
border-top-width: $listview-border-width;
|
|
29824
30064
|
border-color: inherit;
|
|
29825
30065
|
font: inherit;
|
|
29826
30066
|
}
|
|
29827
|
-
.k-listview-pager-top {
|
|
29828
|
-
border-top-width: 0;
|
|
29829
|
-
border-bottom-width: $listview-border-width;
|
|
29830
|
-
}
|
|
29831
30067
|
.k-listview-bordered > .k-listview-pager-top {
|
|
29832
30068
|
border-bottom-width: $listview-border-width;
|
|
29833
30069
|
}
|
|
@@ -30102,14 +30338,10 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
30102
30338
|
width: auto;
|
|
30103
30339
|
min-width: $form-line-height * 1em;
|
|
30104
30340
|
}
|
|
30105
|
-
|
|
30106
|
-
|
|
30107
|
-
|
|
30108
|
-
|
|
30109
|
-
width: 6 * $spacer;
|
|
30110
|
-
}
|
|
30111
|
-
[data-tool="format"] {
|
|
30112
|
-
width: 4 * $spacer;
|
|
30341
|
+
|
|
30342
|
+
.k-input,
|
|
30343
|
+
.k-picker:not(.k-colorpicker) {
|
|
30344
|
+
width: 5em;
|
|
30113
30345
|
}
|
|
30114
30346
|
}
|
|
30115
30347
|
|
|
@@ -30271,6 +30503,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
30271
30503
|
font-family: Arial, Verdana, Sans-serif;
|
|
30272
30504
|
flex: 1;
|
|
30273
30505
|
position: relative;
|
|
30506
|
+
overflow: hidden;
|
|
30274
30507
|
|
|
30275
30508
|
// disabled cells in the Spreadsheet should allow navigation if link is used
|
|
30276
30509
|
.k-state-disabled {
|
|
@@ -30629,33 +30862,45 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
30629
30862
|
}
|
|
30630
30863
|
|
|
30631
30864
|
// Details
|
|
30632
|
-
.k-details
|
|
30865
|
+
.k-details,
|
|
30866
|
+
.k-expander {
|
|
30633
30867
|
padding: 0;
|
|
30634
30868
|
border-width: 1px 0 0;
|
|
30635
30869
|
border-style: solid;
|
|
30636
30870
|
border-color: inherit;
|
|
30637
30871
|
}
|
|
30638
|
-
.k-
|
|
30639
|
-
|
|
30872
|
+
.k-expander {
|
|
30873
|
+
border: 0;
|
|
30874
|
+
background: inherit;
|
|
30875
|
+
}
|
|
30876
|
+
.k-details-summary,
|
|
30877
|
+
.k-columnmenu-item {
|
|
30878
|
+
padding: $kendo-menu-popup-item-padding-y-md $kendo-menu-popup-item-padding-x-md;
|
|
30879
|
+
display: flex;
|
|
30880
|
+
align-items: center;
|
|
30640
30881
|
cursor: pointer;
|
|
30641
30882
|
|
|
30642
30883
|
> .k-icon {
|
|
30643
30884
|
margin-right: $padding-y;
|
|
30644
30885
|
}
|
|
30645
30886
|
}
|
|
30646
|
-
.k-details-content
|
|
30647
|
-
|
|
30648
|
-
|
|
30649
|
-
|
|
30650
|
-
|
|
30651
|
-
|
|
30652
|
-
}
|
|
30887
|
+
.k-details-content,
|
|
30888
|
+
.k-columnmenu-item-content {
|
|
30889
|
+
padding: map-get( $spacing, 2 );
|
|
30890
|
+
display: flex;
|
|
30891
|
+
flex-flow: column nowrap;
|
|
30892
|
+
gap: map-get( $spacing, 2 );
|
|
30653
30893
|
|
|
30654
30894
|
.k-filter-and {
|
|
30655
|
-
width:
|
|
30656
|
-
|
|
30895
|
+
width: min-content;
|
|
30896
|
+
align-self: flex-start;
|
|
30657
30897
|
}
|
|
30658
30898
|
}
|
|
30899
|
+
|
|
30900
|
+
.k-actions {
|
|
30901
|
+
margin: 0;
|
|
30902
|
+
padding: 0;
|
|
30903
|
+
}
|
|
30659
30904
|
}
|
|
30660
30905
|
|
|
30661
30906
|
}
|
|
@@ -33878,6 +34123,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
33878
34123
|
}
|
|
33879
34124
|
|
|
33880
34125
|
// Toolbar
|
|
34126
|
+
.k-editor-toolbar,
|
|
33881
34127
|
.k-editor > .k-toolbar {
|
|
33882
34128
|
border-width: 0 0 $toolbar-border-width 0;
|
|
33883
34129
|
flex-shrink: 0;
|
|
@@ -33905,13 +34151,10 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
33905
34151
|
top: 0;
|
|
33906
34152
|
right: 0;
|
|
33907
34153
|
visibility: hidden;
|
|
33908
|
-
|
|
33909
|
-
|
|
33910
|
-
|
|
33911
|
-
|
|
33912
|
-
width: $toolbar-inner-calc-size;
|
|
33913
|
-
height: $toolbar-inner-calc-size;
|
|
33914
|
-
position: relative;
|
|
34154
|
+
|
|
34155
|
+
.k-overflow-anchor {
|
|
34156
|
+
position: relative;
|
|
34157
|
+
}
|
|
33915
34158
|
}
|
|
33916
34159
|
|
|
33917
34160
|
.k-editor-export {
|
|
@@ -34029,6 +34272,7 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
34029
34272
|
}
|
|
34030
34273
|
}
|
|
34031
34274
|
|
|
34275
|
+
|
|
34032
34276
|
// Find and replace dialog
|
|
34033
34277
|
.k-editor-find-replace {
|
|
34034
34278
|
.k-content {
|
|
@@ -34285,6 +34529,24 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
34285
34529
|
}
|
|
34286
34530
|
}
|
|
34287
34531
|
|
|
34532
|
+
// Generic widgets
|
|
34533
|
+
.k-numerictextbox {
|
|
34534
|
+
width: 10em;
|
|
34535
|
+
|
|
34536
|
+
& + .k-dropdown-list {
|
|
34537
|
+
width: 5em;
|
|
34538
|
+
}
|
|
34539
|
+
|
|
34540
|
+
& + .k-colorpicker,
|
|
34541
|
+
& + .k-dropdown-list {
|
|
34542
|
+
margin-left: map-get( $spacing, 2 );
|
|
34543
|
+
}
|
|
34544
|
+
}
|
|
34545
|
+
|
|
34546
|
+
.k-colorpicker {
|
|
34547
|
+
vertical-align: middle;
|
|
34548
|
+
}
|
|
34549
|
+
|
|
34288
34550
|
.k-edit-field > .k-checkbox {
|
|
34289
34551
|
position: relative; // fix scrolling
|
|
34290
34552
|
}
|
|
@@ -34558,6 +34820,7 @@ $imageeditor-content-border-width: 1px !default;
|
|
|
34558
34820
|
|
|
34559
34821
|
$imageeditor-action-pane-padding-y: map-get( $spacing, 8 ) !default;
|
|
34560
34822
|
$imageeditor-action-pane-padding-x: map-get( $spacing, 4 ) !default;
|
|
34823
|
+
$imageeditor-action-pane-width: if( $imageeditor-content-border-width == null, 240px, calc(240px + #{$imageeditor-content-border-width}) );
|
|
34561
34824
|
|
|
34562
34825
|
$imageeditor-crop-border-width: 1px !default;
|
|
34563
34826
|
$imageeditor-crop-border-style: dashed !default;
|
|
@@ -34640,16 +34903,16 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
|
|
|
34640
34903
|
|
|
34641
34904
|
// Action Pane
|
|
34642
34905
|
.k-imageeditor-action-pane {
|
|
34906
|
+
padding: $imageeditor-action-pane-padding-y $imageeditor-action-pane-padding-x;
|
|
34907
|
+
width: $imageeditor-action-pane-width;
|
|
34643
34908
|
border-width: 0;
|
|
34644
34909
|
border-left-width: $imageeditor-content-border-width;
|
|
34645
34910
|
border-style: solid;
|
|
34646
34911
|
border-color: inherit;
|
|
34647
|
-
|
|
34912
|
+
box-sizing: border-box;
|
|
34913
|
+
flex: none;
|
|
34648
34914
|
overflow-y: auto;
|
|
34649
34915
|
}
|
|
34650
|
-
.k-imageeditor-action-pane > .k-form {
|
|
34651
|
-
padding: $imageeditor-action-pane-padding-y $imageeditor-action-pane-padding-x;
|
|
34652
|
-
}
|
|
34653
34916
|
|
|
34654
34917
|
|
|
34655
34918
|
// Crop Tool
|
|
@@ -34739,10 +35002,6 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
|
|
|
34739
35002
|
flex-direction: row;
|
|
34740
35003
|
align-self: flex-start;
|
|
34741
35004
|
}
|
|
34742
|
-
|
|
34743
|
-
.k-imageeditor-action-pane {
|
|
34744
|
-
flex: 0 0 auto;
|
|
34745
|
-
}
|
|
34746
35005
|
}
|
|
34747
35006
|
|
|
34748
35007
|
}
|
|
@@ -37123,7 +37382,7 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37123
37382
|
.k-widget.k-recur-month,
|
|
37124
37383
|
.k-widget.k-recur-weekday,
|
|
37125
37384
|
.k-widget.k-recur-weekday-offset {
|
|
37126
|
-
width:
|
|
37385
|
+
width: 10em;
|
|
37127
37386
|
}
|
|
37128
37387
|
|
|
37129
37388
|
}
|
|
@@ -37644,8 +37903,6 @@ $chat-message-box-text: $kendo-input-text !default;
|
|
|
37644
37903
|
$chat-message-box-border: inherit !default;
|
|
37645
37904
|
$chat-message-box-focus-shadow: 0 0 40px rgba( $kendo-input-text, .1 ) !default;
|
|
37646
37905
|
|
|
37647
|
-
$chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
37648
|
-
|
|
37649
37906
|
// #endregion
|
|
37650
37907
|
// #region @import "_layout.scss"; -> packages/classic/scss/chat/_layout.scss
|
|
37651
37908
|
// #region @import "~@progress/kendo-theme-default/scss/chat/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/chat/_layout.scss
|
|
@@ -37939,6 +38196,7 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
|
37939
38196
|
.k-input {}
|
|
37940
38197
|
|
|
37941
38198
|
.k-button {
|
|
38199
|
+
border-width: 0;
|
|
37942
38200
|
flex-shrink: 0;
|
|
37943
38201
|
|
|
37944
38202
|
svg {
|
|
@@ -38093,9 +38351,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
|
38093
38351
|
}
|
|
38094
38352
|
|
|
38095
38353
|
.k-button {
|
|
38096
|
-
border-color: transparent;
|
|
38097
|
-
color: inherit;
|
|
38098
|
-
background: none;
|
|
38099
38354
|
flex: none;
|
|
38100
38355
|
}
|
|
38101
38356
|
|
|
@@ -38305,14 +38560,6 @@ $chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
|
38305
38560
|
$chat-toolbar-bg,
|
|
38306
38561
|
$chat-toolbar-border
|
|
38307
38562
|
);
|
|
38308
|
-
|
|
38309
|
-
.k-scroll-button {
|
|
38310
|
-
@include fill( $bg: $chat-bg );
|
|
38311
|
-
@include box-shadow( $chat-toolbar-box-scroll-button-shadow );
|
|
38312
|
-
}
|
|
38313
|
-
.k-scroll-button:hover {
|
|
38314
|
-
@include fill( $bg: $chat-bg );
|
|
38315
|
-
}
|
|
38316
38563
|
}
|
|
38317
38564
|
|
|
38318
38565
|
}
|
|
@@ -38415,6 +38662,11 @@ $mediaplayer-titlebar-gradient: rgba( $mediaplayer-text, .7 ), rgba( $mediaplaye
|
|
|
38415
38662
|
width: 100% !important;
|
|
38416
38663
|
// sass-lint:enable no-important
|
|
38417
38664
|
box-shadow: none;
|
|
38665
|
+
|
|
38666
|
+
|
|
38667
|
+
.k-dropdown-list {
|
|
38668
|
+
width: auto;
|
|
38669
|
+
}
|
|
38418
38670
|
}
|
|
38419
38671
|
.k-mediaplayer-time-wrap {
|
|
38420
38672
|
flex: 1;
|
|
@@ -39142,11 +39394,8 @@ $pdf-viewer-page-text: $component-text !default;
|
|
|
39142
39394
|
$pdf-viewer-page-border: $component-border !default;
|
|
39143
39395
|
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
|
|
39144
39396
|
|
|
39145
|
-
$pdf-viewer-search-dialog-
|
|
39146
|
-
$pdf-viewer-search-dialog-
|
|
39147
|
-
$pdf-viewer-search-dialog-textbox-padding-x: $kendo-input-padding-y !default;
|
|
39148
|
-
$pdf-viewer-search-dialog-input-button-height: $line-height-em !default;
|
|
39149
|
-
$pdf-viewer-search-dialog-matches-width: 4.5em !default;
|
|
39397
|
+
$pdf-viewer-search-dialog-padding: $toolbar-padding-x !default;
|
|
39398
|
+
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
39150
39399
|
|
|
39151
39400
|
$pdf-viewer-selection-line-height: $line-height-sm !default;
|
|
39152
39401
|
|
|
@@ -39243,38 +39492,45 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
39243
39492
|
|
|
39244
39493
|
// Search
|
|
39245
39494
|
.k-pdf-viewer-search-dialog {
|
|
39246
|
-
padding: $pdf-viewer-search-dialog-
|
|
39495
|
+
padding: $pdf-viewer-search-dialog-padding;
|
|
39247
39496
|
|
|
39248
39497
|
.k-search-container {
|
|
39249
39498
|
display: flex;
|
|
39499
|
+
gap: $pdf-viewer-search-dialog-spacing;
|
|
39500
|
+
flex-flow: row nowrap;
|
|
39250
39501
|
flex: 0 0 auto;
|
|
39251
39502
|
justify-content: flex-start;
|
|
39252
39503
|
align-items: center;
|
|
39253
39504
|
|
|
39254
|
-
.k-
|
|
39255
|
-
|
|
39256
|
-
|
|
39257
|
-
justify-content: center;
|
|
39505
|
+
.k-search-dialog-draghandle {
|
|
39506
|
+
cursor: move;
|
|
39507
|
+
margin-left: 0;
|
|
39258
39508
|
}
|
|
39259
39509
|
|
|
39260
|
-
.k-
|
|
39261
|
-
|
|
39262
|
-
|
|
39263
|
-
margin: 0 $pdf-viewer-search-dialog-spacing 0 $pdf-viewer-search-dialog-button-spacing;
|
|
39264
|
-
vertical-align: middle;
|
|
39265
|
-
}
|
|
39510
|
+
.k-textbox {
|
|
39511
|
+
width: 10em;
|
|
39512
|
+
flex: none;
|
|
39266
39513
|
|
|
39267
|
-
|
|
39268
|
-
|
|
39514
|
+
.k-button {
|
|
39515
|
+
border-width: 0;
|
|
39516
|
+
}
|
|
39269
39517
|
}
|
|
39270
39518
|
|
|
39271
|
-
.k-search-
|
|
39272
|
-
|
|
39273
|
-
margin-left: 0;
|
|
39519
|
+
.k-search-matches {
|
|
39520
|
+
flex: 1 1 auto;
|
|
39274
39521
|
}
|
|
39275
39522
|
}
|
|
39276
39523
|
}
|
|
39277
39524
|
|
|
39525
|
+
|
|
39526
|
+
// IE
|
|
39527
|
+
.k-ie .k-pdf-viewer-search-dialog {
|
|
39528
|
+
|
|
39529
|
+
.k-search-container > * + * {
|
|
39530
|
+
margin-left: $pdf-viewer-search-dialog-spacing;
|
|
39531
|
+
}
|
|
39532
|
+
}
|
|
39533
|
+
|
|
39278
39534
|
}
|
|
39279
39535
|
|
|
39280
39536
|
// #endregion
|
|
@@ -40780,21 +41036,38 @@ $map-marker-fill: $primary !default;
|
|
|
40780
41036
|
|
|
40781
41037
|
|
|
40782
41038
|
// Buttons
|
|
41039
|
+
.k-button {
|
|
41040
|
+
padding: 0;
|
|
41041
|
+
width: auto;
|
|
41042
|
+
height: auto;
|
|
41043
|
+
line-height: 1;
|
|
41044
|
+
box-shadow: none;
|
|
41045
|
+
position: absolute;
|
|
41046
|
+
|
|
41047
|
+
.k-icon {
|
|
41048
|
+
min-width: 0;
|
|
41049
|
+
min-height: 0;
|
|
41050
|
+
}
|
|
41051
|
+
}
|
|
41052
|
+
.k-navigator-n,
|
|
40783
41053
|
.k-navigator-up {
|
|
40784
41054
|
transform: translateX(-50%);
|
|
40785
41055
|
top: $map-navigator-padding;
|
|
40786
41056
|
left: 50%;
|
|
40787
41057
|
}
|
|
41058
|
+
.k-navigator-e,
|
|
40788
41059
|
.k-navigator-right {
|
|
40789
41060
|
transform: translateY(-50%);
|
|
40790
41061
|
right: $map-navigator-padding;
|
|
40791
41062
|
top: 50%;
|
|
40792
41063
|
}
|
|
41064
|
+
.k-navigator-s,
|
|
40793
41065
|
.k-navigator-down {
|
|
40794
41066
|
transform: translateX(-50%);
|
|
40795
41067
|
bottom: $map-navigator-padding;
|
|
40796
41068
|
left: 50%;
|
|
40797
41069
|
}
|
|
41070
|
+
.k-navigator-w,
|
|
40798
41071
|
.k-navigator-left {
|
|
40799
41072
|
transform: translateY(-50%);
|
|
40800
41073
|
left: $map-navigator-padding;
|
|
@@ -40937,10 +41210,10 @@ $orgchart-card-shadow: $card-shadow !default;
|
|
|
40937
41210
|
$orgchart-card-focus-shadow: $card-focus-shadow !default;
|
|
40938
41211
|
|
|
40939
41212
|
$orgchart-card-title-margin-bottom: 0px !default;
|
|
40940
|
-
$orgchart-card-title-font-size:
|
|
41213
|
+
$orgchart-card-title-font-size: null !default;
|
|
40941
41214
|
|
|
40942
41215
|
$orgchart-card-subtitle-margin-bottom: 0px !default;
|
|
40943
|
-
$orgchart-card-subtitle-font-size:
|
|
41216
|
+
$orgchart-card-subtitle-font-size: null !default;
|
|
40944
41217
|
|
|
40945
41218
|
$orgchart-card-body-border-width: 2px 0 0 !default;
|
|
40946
41219
|
$orgchart-card-body-border-color: transparent !default;
|