@progress/kendo-theme-material 5.4.2-dev.3 → 5.4.2-dev.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/all.css CHANGED
@@ -14107,31 +14107,17 @@ textarea.k-input-inner {
14107
14107
 
14108
14108
  .k-input-flat,
14109
14109
  .k-picker-flat {
14110
- border-radius: 0 !important;
14110
+ border-bottom-right-radius: 0 !important;
14111
+ border-bottom-left-radius: 0 !important;
14111
14112
  border-width: 1px 0;
14112
14113
  border-top-color: transparent !important;
14113
14114
  background-image: none !important;
14114
14115
  }
14115
14116
 
14116
- .k-input-flat:focus, .k-input-flat.k-focus,
14117
- .k-picker-flat:focus,
14118
- .k-picker-flat.k-focus {
14119
- border-radius: !important;
14120
- }
14121
-
14122
- .k-input-flat:focus-within,
14123
- .k-picker-flat:focus-within {
14124
- border-radius: !important;
14125
- }
14126
-
14127
14117
  .k-input-outline {
14128
14118
  background: none !important;
14129
14119
  }
14130
14120
 
14131
- .k-picker.k-picker-flat {
14132
- border-radius: !important;
14133
- }
14134
-
14135
14121
  .k-input-sm,
14136
14122
  .k-picker-sm {
14137
14123
  font-size: 16px;
@@ -14371,19 +14357,7 @@ textarea.k-input-inner {
14371
14357
  .k-picker-solid .k-input-spinner .k-spinner-increase,
14372
14358
  .k-picker-solid .k-input-spinner .k-spinner-decrease {
14373
14359
  background: none;
14374
- }
14375
-
14376
- .k-input-solid:focus,
14377
- .k-input-solid.k-focus {
14378
- border-width: 1px;
14379
- border-top-color: #3f51b5 !important;
14380
- }
14381
-
14382
- .k-input-solid:focus.k-invalid, .k-input-solid:focus.ng-invalid.ng-touched, .k-input-solid:focus.ng-invalid.ng-dirty,
14383
- .k-input-solid.k-focus.k-invalid,
14384
- .k-input-solid.k-focus.ng-invalid.ng-touched,
14385
- .k-input-solid.k-focus.ng-invalid.ng-dirty {
14386
- border-top-color: #f31700 !important;
14360
+ border-color: transparent;
14387
14361
  }
14388
14362
 
14389
14363
  .k-input-flat .k-input-button,
@@ -14393,10 +14367,12 @@ textarea.k-input-inner {
14393
14367
  .k-picker-flat .k-input-spinner .k-spinner-increase,
14394
14368
  .k-picker-flat .k-input-spinner .k-spinner-decrease {
14395
14369
  background: none;
14370
+ border-color: transparent;
14396
14371
  }
14397
14372
 
14398
- .k-input-flat:disabled, .k-input-flat.k-disabled,
14373
+ .k-input-flat:disabled, .k-input-flat[disabled], .k-input-flat.k-disabled,
14399
14374
  .k-picker-flat:disabled,
14375
+ .k-picker-flat[disabled],
14400
14376
  .k-picker-flat.k-disabled {
14401
14377
  border-bottom-style: dashed;
14402
14378
  }
@@ -14418,96 +14394,141 @@ textarea.k-input-inner {
14418
14394
  color: inherit;
14419
14395
  }
14420
14396
 
14421
- .k-floating-label-container::after {
14422
- display: block;
14423
- z-index: 2;
14397
+ .k-input-solid::after,
14398
+ .k-input-flat::after,
14399
+ .k-input-outline::after,
14400
+ .k-picker-solid::after,
14401
+ .k-picker-flat::after,
14402
+ .k-picker-outline::after {
14424
14403
  content: "";
14404
+ border-width: 0 0 2px 0;
14405
+ border-style: solid;
14406
+ border-color: inherit;
14407
+ border-radius: inherit;
14408
+ display: block;
14425
14409
  position: absolute;
14410
+ z-index: 2;
14411
+ top: -1px;
14426
14412
  bottom: -1px;
14427
- left: 0;
14428
- right: 0;
14429
- height: 2px;
14430
- margin: auto;
14413
+ left: -1px;
14414
+ right: -1px;
14431
14415
  opacity: 0;
14432
- transform: scaleX(0.5);
14433
- transition: transform .3s;
14434
- background-color: #3f51b5;
14416
+ transform: scaleX(0);
14417
+ transition: opacity .3s, transform .3s;
14418
+ pointer-events: none;
14435
14419
  }
14436
14420
 
14437
- .k-floating-label-container.k-state-focused::after, .k-floating-label-container.k-focus::after {
14421
+ .k-input-solid.k-focus::after, .k-input-solid.k-state-focused::after,
14422
+ .k-input-flat.k-focus::after,
14423
+ .k-input-flat.k-state-focused::after,
14424
+ .k-input-outline.k-focus::after,
14425
+ .k-input-outline.k-state-focused::after,
14426
+ .k-picker-solid.k-focus::after,
14427
+ .k-picker-solid.k-state-focused::after,
14428
+ .k-picker-flat.k-focus::after,
14429
+ .k-picker-flat.k-state-focused::after,
14430
+ .k-picker-outline.k-focus::after,
14431
+ .k-picker-outline.k-state-focused::after {
14438
14432
  opacity: 1;
14439
14433
  transform: scaleX(1);
14440
14434
  }
14441
14435
 
14442
- .k-floating-label-container.k-state-invalid::after, .k-floating-label-container.k-invalid::after {
14443
- background-color: #f31700;
14444
- transition: none;
14436
+ .k-input-solid:focus-within::after,
14437
+ .k-input-flat:focus-within::after,
14438
+ .k-input-outline:focus-within::after,
14439
+ .k-picker-solid:focus-within::after,
14440
+ .k-picker-flat:focus-within::after,
14441
+ .k-picker-outline:focus-within::after {
14442
+ opacity: 1;
14443
+ transform: scaleX(1);
14445
14444
  }
14446
14445
 
14447
- .k-input {
14448
- border-color: rgba(0, 0, 0, 0.54);
14446
+ .k-input-outline::after,
14447
+ .k-picker-outline::after {
14448
+ border-width: 2px;
14449
+ transform: none;
14450
+ }
14451
+
14452
+ .k-input-outline.k-focus::after, .k-input-outline.k-state-focused::after,
14453
+ .k-picker-outline.k-focus::after,
14454
+ .k-picker-outline.k-state-focused::after {
14455
+ transform: none;
14456
+ }
14457
+
14458
+ .k-input-outline:focus-within::after,
14459
+ .k-picker-outline:focus-within::after {
14460
+ transform: none;
14461
+ }
14462
+
14463
+ .k-input-solid {
14464
+ border-color: rgba(0, 0, 0, 0.38);
14449
14465
  color: rgba(0, 0, 0, 0.87);
14450
14466
  background-color: whitesmoke;
14451
14467
  }
14452
14468
 
14453
- .k-input:hover, .k-input.k-hover {
14469
+ .k-input-solid:hover, .k-input-solid.k-hover {
14454
14470
  border-color: rgba(0, 0, 0, 0.87);
14455
14471
  }
14456
14472
 
14457
- .k-input:focus, .k-input.k-focus {
14473
+ .k-input-solid:focus, .k-input-solid.k-focus {
14458
14474
  border-color: #3f51b5;
14459
14475
  }
14460
14476
 
14461
- .k-input:focus-within {
14477
+ .k-input-solid:focus-within {
14462
14478
  border-color: #3f51b5;
14463
14479
  }
14464
14480
 
14465
- .k-input:disabled, .k-input[disabled], .k-input.k-disabled {
14481
+ .k-input-solid:disabled, .k-input-solid[disabled], .k-input-solid.k-disabled {
14466
14482
  border-color: rgba(0, 0, 0, 0.06);
14467
14483
  color: rgba(0, 0, 0, 0.38);
14468
14484
  background-color: #fafafa;
14469
14485
  }
14470
14486
 
14471
- .k-input.k-invalid, .k-input.ng-invalid.ng-touched, .k-input.ng-invalid.ng-dirty {
14487
+ .k-input-solid.k-invalid, .k-input-solid.ng-invalid.ng-touched, .k-input-solid.ng-invalid.ng-dirty {
14472
14488
  border-color: #f31700;
14473
14489
  }
14474
14490
 
14475
- .k-input.k-invalid .k-input-validation-icon, .k-input.ng-invalid.ng-touched .k-input-validation-icon, .k-input.ng-invalid.ng-dirty .k-input-validation-icon {
14491
+ .k-input-solid.k-invalid .k-input-validation-icon, .k-input-solid.ng-invalid.ng-touched .k-input-validation-icon, .k-input-solid.ng-invalid.ng-dirty .k-input-validation-icon {
14476
14492
  color: #f31700;
14477
14493
  }
14478
14494
 
14479
- .k-picker {
14480
- border-color: rgba(0, 0, 0, 0.54);
14495
+ .k-picker-solid {
14496
+ border-color: rgba(0, 0, 0, 0.38);
14481
14497
  color: rgba(0, 0, 0, 0.87);
14482
14498
  background-color: whitesmoke;
14483
14499
  }
14484
14500
 
14485
- .k-picker:hover, .k-picker.k-hover {
14501
+ .k-picker-solid:hover, .k-picker-solid.k-hover {
14486
14502
  border-color: rgba(0, 0, 0, 0.87);
14487
14503
  }
14488
14504
 
14489
- .k-picker:focus, .k-picker.k-focus {
14505
+ .k-picker-solid:focus, .k-picker-solid.k-focus {
14490
14506
  border-color: #3f51b5;
14491
14507
  }
14492
14508
 
14493
- .k-picker:focus-within {
14509
+ .k-picker-solid:focus-within {
14494
14510
  border-color: #3f51b5;
14495
14511
  }
14496
14512
 
14497
- .k-picker:disabled, .k-picker[disabled], .k-picker.k-disabled {
14513
+ .k-picker-solid:disabled, .k-picker-solid[disabled], .k-picker-solid.k-disabled {
14498
14514
  border-color: rgba(0, 0, 0, 0.06);
14499
14515
  color: rgba(0, 0, 0, 0.38);
14500
14516
  background-color: #fafafa;
14501
14517
  }
14502
14518
 
14503
- .k-picker.k-invalid, .k-picker.ng-invalid.ng-touched, .k-picker.ng-invalid.ng-dirty {
14519
+ .k-picker-solid.k-invalid, .k-picker-solid.ng-invalid.ng-touched, .k-picker-solid.ng-invalid.ng-dirty {
14504
14520
  border-color: #f31700;
14505
14521
  }
14506
14522
 
14507
- .k-picker.k-invalid .k-input-validation-icon, .k-picker.ng-invalid.ng-touched .k-input-validation-icon, .k-picker.ng-invalid.ng-dirty .k-input-validation-icon {
14523
+ .k-picker-solid.k-invalid .k-input-validation-icon, .k-picker-solid.ng-invalid.ng-touched .k-input-validation-icon, .k-picker-solid.ng-invalid.ng-dirty .k-input-validation-icon {
14508
14524
  color: #f31700;
14509
14525
  }
14510
14526
 
14527
+ .k-input-outline {
14528
+ border-color: rgba(0, 0, 0, 0.38);
14529
+ color: rgba(0, 0, 0, 0.87);
14530
+ }
14531
+
14511
14532
  .k-input-outline > .k-input-button {
14512
14533
  border-color: inherit;
14513
14534
  }
@@ -14521,6 +14542,24 @@ textarea.k-input-inner {
14521
14542
  border-color: inherit;
14522
14543
  }
14523
14544
 
14545
+ .k-input-outline:hover, .k-input-outline.k-hover {
14546
+ border-color: rgba(0, 0, 0, 0.87);
14547
+ }
14548
+
14549
+ .k-input-outline:focus, .k-input-outline.k-focus {
14550
+ border-color: #3f51b5;
14551
+ }
14552
+
14553
+ .k-input-outline:focus-within {
14554
+ border-color: #3f51b5;
14555
+ }
14556
+
14557
+ .k-input-outline:disabled, .k-input-outline[disabled], .k-input-outline.k-disabled {
14558
+ border-color: rgba(0, 0, 0, 0.06);
14559
+ color: rgba(0, 0, 0, 0.38);
14560
+ background-color: #fafafa;
14561
+ }
14562
+
14524
14563
  .k-input-outline.k-invalid, .k-input-outline.ng-invalid.ng-touched, .k-input-outline.ng-invalid.ng-dirty {
14525
14564
  border-color: #f31700;
14526
14565
  }
@@ -14530,13 +14569,30 @@ textarea.k-input-inner {
14530
14569
  }
14531
14570
 
14532
14571
  .k-picker-outline {
14533
- background-color: transparent;
14572
+ border-color: rgba(0, 0, 0, 0.38);
14573
+ color: rgba(0, 0, 0, 0.87);
14574
+ }
14575
+
14576
+ .k-picker-outline:hover, .k-picker-outline.k-hover {
14577
+ border-color: rgba(0, 0, 0, 0.87);
14534
14578
  }
14535
14579
 
14536
14580
  .k-picker-outline:focus, .k-picker-outline.k-focus {
14581
+ border-color: #3f51b5;
14582
+ background-color: nul;
14583
+ }
14584
+
14585
+ .k-picker-outline:focus-within {
14586
+ border-color: #3f51b5;
14537
14587
  background-color: nul;
14538
14588
  }
14539
14589
 
14590
+ .k-picker-outline:disabled, .k-picker-outline[disabled], .k-picker-outline.k-disabled {
14591
+ border-color: rgba(0, 0, 0, 0.06);
14592
+ color: rgba(0, 0, 0, 0.38);
14593
+ background-color: #fafafa;
14594
+ }
14595
+
14540
14596
  .k-picker-outline.k-invalid, .k-picker-outline.ng-invalid.ng-touched, .k-picker-outline.ng-invalid.ng-dirty {
14541
14597
  border-color: #f31700;
14542
14598
  }
@@ -14546,7 +14602,26 @@ textarea.k-input-inner {
14546
14602
  }
14547
14603
 
14548
14604
  .k-input-flat {
14549
- background-color: transparent;
14605
+ border-color: rgba(0, 0, 0, 0.38);
14606
+ color: rgba(0, 0, 0, 0.87);
14607
+ }
14608
+
14609
+ .k-input-flat:hover, .k-input-flat.k-hover {
14610
+ border-color: rgba(0, 0, 0, 0.87);
14611
+ }
14612
+
14613
+ .k-input-flat:focus, .k-input-flat.k-focus {
14614
+ border-color: #3f51b5;
14615
+ }
14616
+
14617
+ .k-input-flat:focus-within {
14618
+ border-color: #3f51b5;
14619
+ }
14620
+
14621
+ .k-input-flat:disabled, .k-input-flat[disabled], .k-input-flat.k-disabled {
14622
+ border-color: rgba(0, 0, 0, 0.06);
14623
+ color: rgba(0, 0, 0, 0.38);
14624
+ background-color: #fafafa;
14550
14625
  }
14551
14626
 
14552
14627
  .k-input-flat.k-invalid, .k-input-flat.ng-invalid.ng-touched, .k-input-flat.ng-invalid.ng-dirty {
@@ -14558,7 +14633,26 @@ textarea.k-input-inner {
14558
14633
  }
14559
14634
 
14560
14635
  .k-picker-flat {
14561
- background-color: transparent;
14636
+ border-color: rgba(0, 0, 0, 0.38);
14637
+ color: rgba(0, 0, 0, 0.87);
14638
+ }
14639
+
14640
+ .k-picker-flat:hover, .k-picker-flat.k-hover {
14641
+ border-color: rgba(0, 0, 0, 0.87);
14642
+ }
14643
+
14644
+ .k-picker-flat:focus, .k-picker-flat.k-focus {
14645
+ border-color: #3f51b5;
14646
+ }
14647
+
14648
+ .k-picker-flat:focus-within {
14649
+ border-color: #3f51b5;
14650
+ }
14651
+
14652
+ .k-picker-flat:disabled, .k-picker-flat[disabled], .k-picker-flat.k-disabled {
14653
+ border-color: rgba(0, 0, 0, 0.06);
14654
+ color: rgba(0, 0, 0, 0.38);
14655
+ background-color: #fafafa;
14562
14656
  }
14563
14657
 
14564
14658
  .k-picker-flat.k-invalid, .k-picker-flat.ng-invalid.ng-touched, .k-picker-flat.ng-invalid.ng-dirty {
@@ -17029,6 +17123,13 @@ kendo-toolbar-renderer {
17029
17123
  border-color: #ebebeb;
17030
17124
  }
17031
17125
 
17126
+ .k-toolbar .k-button-solid-base.k-input-button,
17127
+ .k-toolbar .k-button-solid-base.k-input-spinner .k-spinner-increase,
17128
+ .k-toolbar .k-button-solid-base.k-input-spinner .k-spinner-decrease {
17129
+ background: none;
17130
+ border-color: transparent;
17131
+ }
17132
+
17032
17133
  .k-actions, .k-edit-buttons,
17033
17134
  .k-action-buttons,
17034
17135
  .k-columnmenu-actions, .k-form-buttons {
@@ -18617,6 +18718,16 @@ kendo-label > .k-label {
18617
18718
  flex: 0 0 1px;
18618
18719
  }
18619
18720
 
18721
+ .k-slider .k-slider-track-wrap .k-tick-horizontal {
18722
+ width: 1px;
18723
+ min-height: 100%;
18724
+ }
18725
+
18726
+ .k-slider .k-slider-track-wrap .k-tick-vertical {
18727
+ width: 100%;
18728
+ min-height: 1px;
18729
+ }
18730
+
18620
18731
  .k-slider .k-slider-track-wrap .k-draghandle {
18621
18732
  position: absolute;
18622
18733
  }
@@ -20248,6 +20359,9 @@ kendo-label > .k-label {
20248
20359
  }
20249
20360
 
20250
20361
  .k-colorgradient-inputs .k-input-inner {
20362
+ padding-inline-start: 2px;
20363
+ padding-inline-end: 2px;
20364
+ text-align: center;
20251
20365
  text-overflow: clip;
20252
20366
  }
20253
20367
 
@@ -22877,6 +22991,7 @@ kendo-drawer .k-drawer-wrapper {
22877
22991
 
22878
22992
  .k-drawer {
22879
22993
  height: 100%;
22994
+ max-width: 100%;
22880
22995
  border-width: 0;
22881
22996
  border-style: solid;
22882
22997
  box-sizing: border-box;
@@ -23021,6 +23136,33 @@ kendo-drawer .k-drawer-wrapper {
23021
23136
  padding: 0 16px;
23022
23137
  display: inline-block;
23023
23138
  white-space: nowrap;
23139
+ overflow: hidden;
23140
+ text-overflow: ellipsis;
23141
+ }
23142
+
23143
+ .k-drawer-item .k-drawer-toggle {
23144
+ margin-inline-start: auto;
23145
+ cursor: pointer;
23146
+ }
23147
+
23148
+ .k-drawer-item.k-level-1 {
23149
+ padding-inline-start: 16px;
23150
+ }
23151
+
23152
+ .k-drawer-item.k-level-2 {
23153
+ padding-inline-start: 32px;
23154
+ }
23155
+
23156
+ .k-drawer-item.k-level-3 {
23157
+ padding-inline-start: 48px;
23158
+ }
23159
+
23160
+ .k-drawer-item.k-level-4 {
23161
+ padding-inline-start: 64px;
23162
+ }
23163
+
23164
+ .k-drawer-item.k-level-5 {
23165
+ padding-inline-start: 80px;
23024
23166
  }
23025
23167
 
23026
23168
  .k-drawer-separator {
@@ -24727,7 +24869,7 @@ kendo-card-footer {
24727
24869
 
24728
24870
  .k-pager-md .k-pager-numbers .k-current-page .k-link,
24729
24871
  .k-pager-sm .k-pager-numbers .k-current-page .k-link {
24730
- border-color: rgba(0, 0, 0, 0.54);
24872
+ border-color: rgba(0, 0, 0, 0.38);
24731
24873
  color: rgba(0, 0, 0, 0.87);
24732
24874
  background-color: whitesmoke;
24733
24875
  }