@progress/kendo-theme-default 5.0.0-alpha.1 → 5.0.0-alpha.2

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
@@ -11609,6 +11609,7 @@ kendo-badge-container {
11609
11609
  font-size: 14px;
11610
11610
  }
11611
11611
 
11612
+ .k-selection-multiple .k-chip.k-state-selected .k-selected-icon-wrapper,
11612
11613
  .k-selection-multiple .k-chip.k-selected .k-selected-icon-wrapper {
11613
11614
  width: 16px;
11614
11615
  visibility: visible;
@@ -11625,6 +11626,7 @@ kendo-badge-container {
11625
11626
  transition: width .2s, opacity .2s;
11626
11627
  }
11627
11628
 
11629
+ .k-selection-multiple :not(.k-chip-has-icon).k-state-selected .k-selected-icon-wrapper,
11628
11630
  .k-selection-multiple :not(.k-chip-has-icon).k-selected .k-selected-icon-wrapper {
11629
11631
  opacity: 1;
11630
11632
  }
@@ -11731,6 +11733,7 @@ kendo-badge-container {
11731
11733
  right: 4px;
11732
11734
  }
11733
11735
 
11736
+ .k-selection-multiple .k-chip-has-icon.k-state-selected .k-selected-icon-wrapper,
11734
11737
  .k-selection-multiple .k-chip-has-icon.k-selected .k-selected-icon-wrapper {
11735
11738
  color: #ffffff;
11736
11739
  background-color: rgba(0, 0, 0, 0.44);
@@ -14168,11 +14171,6 @@ kendo-label > .k-label {
14168
14171
  }
14169
14172
 
14170
14173
  .k-form .k-multiselect,
14171
- .k-form .k-dateinput,
14172
- .k-form .k-datepicker,
14173
- .k-form .k-datetimepicker,
14174
- .k-form .k-daterangepicker-wrap,
14175
- .k-form .k-timepicker,
14176
14174
  .k-form .k-floating-label-container {
14177
14175
  display: -ms-inline-flexbox;
14178
14176
  display: inline-flex;
@@ -19182,10 +19180,6 @@ kendo-label.k-radio-label > .k-label {
19182
19180
  border-radius: 0;
19183
19181
  }
19184
19182
 
19185
- .k-widget.k-daterangepicker {
19186
- border: 0;
19187
- }
19188
-
19189
19183
  .k-rtl .k-calendar .k-nav-prev,
19190
19184
  .k-rtl .k-calendar .k-nav-next,
19191
19185
  .k-rtl .k-calendar .k-prev-view,
@@ -19393,259 +19387,6 @@ kendo-label.k-radio-label > .k-label {
19393
19387
  background-image: linear-gradient(to right, rgba(255, 99, 88, 0.25), transparent 100%);
19394
19388
  }
19395
19389
 
19396
- .k-daterangepicker.k-state-invalid .k-dateinput-wrap {
19397
- border-color: rgba(243, 23, 0, 0.5);
19398
- }
19399
-
19400
- .k-dateinput {
19401
- border-width: 0;
19402
- box-sizing: border-box;
19403
- outline: 0;
19404
- background: none;
19405
- font-family: inherit;
19406
- font-size: 14px;
19407
- line-height: 1.4285714286;
19408
- text-align: left;
19409
- white-space: nowrap;
19410
- display: -ms-inline-flexbox;
19411
- display: inline-flex;
19412
- vertical-align: middle;
19413
- position: relative;
19414
- -webkit-touch-callout: none;
19415
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19416
- }
19417
-
19418
- .k-dateinput .k-dateinput-wrap {
19419
- border-radius: 2px;
19420
- padding: 0;
19421
- width: 100%;
19422
- border-width: 1px;
19423
- border-style: solid;
19424
- box-sizing: border-box;
19425
- position: relative;
19426
- transition: all .1s ease;
19427
- cursor: default;
19428
- outline: 0;
19429
- display: -ms-flexbox;
19430
- display: flex;
19431
- -ms-flex-flow: row nowrap;
19432
- flex-flow: row nowrap;
19433
- }
19434
-
19435
- .k-dateinput .k-select {
19436
- border-radius: 0 2px 2px 0;
19437
- padding: 0;
19438
- width: calc(1.4285714286em + 8px);
19439
- border-width: 0 0 0 0px;
19440
- border-style: solid;
19441
- box-sizing: border-box;
19442
- outline: 0;
19443
- display: -ms-flexbox;
19444
- display: flex;
19445
- -ms-flex-direction: column;
19446
- flex-direction: column;
19447
- -ms-flex-align: stretch;
19448
- align-items: stretch;
19449
- -ms-flex-pack: center;
19450
- justify-content: center;
19451
- -ms-flex: 0 0 auto;
19452
- flex: 0 0 auto;
19453
- text-align: center;
19454
- cursor: pointer;
19455
- }
19456
-
19457
- .k-dateinput .k-link {
19458
- padding: 0 4px;
19459
- min-width: 16px;
19460
- -ms-flex: 1 1 auto;
19461
- flex: 1 1 auto;
19462
- display: block;
19463
- overflow: hidden;
19464
- position: relative;
19465
- }
19466
-
19467
- .k-dateinput .k-link .k-icon {
19468
- position: absolute;
19469
- right: 50%;
19470
- -ms-transform: translateX(50%);
19471
- transform: translateX(50%);
19472
- }
19473
-
19474
- .k-rtl .k-dateinput, .k-dateinput[dir="rtl"] {
19475
- text-align: right;
19476
- }
19477
-
19478
- .k-rtl .k-dateinput .k-select, .k-dateinput[dir="rtl"] .k-select {
19479
- border-radius: 2px 0 0 2px;
19480
- border-width: 0 0px 0 0;
19481
- }
19482
-
19483
- .k-picker-wrap .k-dateinput {
19484
- margin: 0 !important;
19485
- width: 100%;
19486
- -ms-flex: 1 1 auto;
19487
- flex: 1 1 auto;
19488
- }
19489
-
19490
- .k-picker-wrap .k-dateinput .k-dateinput-wrap {
19491
- border-radius: 2px 0 0 2px;
19492
- border-width: 0;
19493
- box-shadow: none !important;
19494
- }
19495
-
19496
- [dir="rtl"] .k-picker-wrap .k-dateinput .k-dateinput-wrap,
19497
- .k-rtl .k-picker-wrap .k-dateinput .k-dateinput-wrap {
19498
- border-radius: 0 2px 2px 0;
19499
- }
19500
-
19501
- .k-datepicker,
19502
- .k-timepicker {
19503
- border-width: 0;
19504
- box-sizing: border-box;
19505
- outline: 0;
19506
- font-family: inherit;
19507
- font-size: 14px;
19508
- line-height: 1.4285714286;
19509
- white-space: nowrap;
19510
- background: none;
19511
- display: -ms-inline-flexbox;
19512
- display: inline-flex;
19513
- vertical-align: middle;
19514
- position: relative;
19515
- -webkit-touch-callout: none;
19516
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19517
- }
19518
-
19519
- .k-datepicker .k-picker-wrap,
19520
- .k-timepicker .k-picker-wrap {
19521
- border-radius: 2px;
19522
- padding: 0;
19523
- width: 100%;
19524
- border-width: 1px;
19525
- border-style: solid;
19526
- box-sizing: border-box;
19527
- display: -ms-flexbox;
19528
- display: flex;
19529
- -ms-flex-direction: row;
19530
- flex-direction: row;
19531
- position: relative;
19532
- transition: all .1s ease;
19533
- cursor: default;
19534
- outline: 0;
19535
- }
19536
-
19537
- .k-datepicker .k-select,
19538
- .k-timepicker .k-select {
19539
- border-radius: 0 2px 2px 0;
19540
- padding: 4px 4px;
19541
- width: calc(1.4285714286em + 8px);
19542
- border-width: 0 0 0 0px;
19543
- border-style: solid;
19544
- box-sizing: border-box;
19545
- outline: 0;
19546
- display: -ms-flexbox;
19547
- display: flex;
19548
- -ms-flex-align: center;
19549
- align-items: center;
19550
- -ms-flex-pack: center;
19551
- justify-content: center;
19552
- -ms-flex: 0 0 auto;
19553
- flex: 0 0 auto;
19554
- text-align: center;
19555
- cursor: pointer;
19556
- }
19557
-
19558
- .k-rtl .k-datepicker, .k-datepicker[dir="rtl"], .k-rtl
19559
- .k-timepicker,
19560
- .k-timepicker[dir="rtl"] {
19561
- text-align: right;
19562
- }
19563
-
19564
- .k-rtl .k-datepicker .k-select, .k-datepicker[dir="rtl"] .k-select, .k-rtl
19565
- .k-timepicker .k-select,
19566
- .k-timepicker[dir="rtl"] .k-select {
19567
- border-radius: 2px 0 0 2px;
19568
- border-width: 0 0px 0 0;
19569
- }
19570
-
19571
- .k-datetimepicker {
19572
- border-width: 0;
19573
- box-sizing: border-box;
19574
- outline: 0;
19575
- font-family: inherit;
19576
- font-size: 14px;
19577
- line-height: 1.4285714286;
19578
- text-align: left;
19579
- white-space: nowrap;
19580
- background: none;
19581
- display: -ms-inline-flexbox;
19582
- display: inline-flex;
19583
- vertical-align: middle;
19584
- position: relative;
19585
- -webkit-touch-callout: none;
19586
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19587
- }
19588
-
19589
- .k-datetimepicker .k-picker-wrap {
19590
- border-radius: 2px;
19591
- padding: 0;
19592
- width: 100%;
19593
- border-width: 1px;
19594
- border-style: solid;
19595
- box-sizing: border-box;
19596
- display: -ms-flexbox;
19597
- display: flex;
19598
- -ms-flex-direction: row;
19599
- flex-direction: row;
19600
- position: relative;
19601
- transition: all .1s ease;
19602
- cursor: default;
19603
- outline: 0;
19604
- }
19605
-
19606
- .k-datetimepicker .k-select {
19607
- border-radius: 0 2px 2px 0;
19608
- border-width: 0 0 0 0px;
19609
- border-style: solid;
19610
- box-sizing: border-box;
19611
- outline: 0;
19612
- display: -ms-flexbox;
19613
- display: flex;
19614
- -ms-flex-align: stretch;
19615
- align-items: stretch;
19616
- -ms-flex-pack: center;
19617
- justify-content: center;
19618
- -ms-flex: 0 0 auto;
19619
- flex: 0 0 auto;
19620
- text-align: center;
19621
- cursor: pointer;
19622
- }
19623
-
19624
- .k-datetimepicker .k-link {
19625
- padding: 4px 4px;
19626
- width: calc(1.4285714286em + 8px);
19627
- height: 100%;
19628
- border-width: 0;
19629
- border-style: solid;
19630
- border-color: inherit;
19631
- display: -ms-flexbox;
19632
- display: flex;
19633
- -ms-flex-align: center;
19634
- align-items: center;
19635
- -ms-flex-pack: center;
19636
- justify-content: center;
19637
- box-sizing: border-box;
19638
- }
19639
-
19640
- .k-rtl .k-datetimepicker, .k-datetimepicker[dir="rtl"] {
19641
- text-align: right;
19642
- }
19643
-
19644
- .k-rtl .k-datetimepicker .k-select, .k-datetimepicker[dir="rtl"] .k-select {
19645
- border-radius: 2px 0 0 2px;
19646
- border-width: 0 0px 0 0;
19647
- }
19648
-
19649
19390
  .k-datetime-container .k-datetime-wrap {
19650
19391
  width: 288px;
19651
19392
  overflow: hidden;
@@ -19866,76 +19607,6 @@ kendo-label.k-radio-label > .k-label {
19866
19607
  z-index: 11;
19867
19608
  }
19868
19609
 
19869
- .k-datepicker .k-select,
19870
- .k-timepicker .k-select,
19871
- .k-datetimepicker .k-select,
19872
- .k-dateinput .k-select {
19873
- border-color: rgba(0, 0, 0, 0.08);
19874
- color: #424242;
19875
- background-color: #f5f5f5;
19876
- background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
19877
- }
19878
-
19879
- .k-datepicker .k-i-warning,
19880
- .k-timepicker .k-i-warning,
19881
- .k-datetimepicker .k-i-warning,
19882
- .k-dateinput .k-i-warning {
19883
- color: #f31700;
19884
- }
19885
-
19886
- .k-datepicker .k-picker-wrap,
19887
- .k-timepicker .k-picker-wrap,
19888
- .k-datetimepicker .k-picker-wrap,
19889
- .k-dateinput .k-dateinput-wrap {
19890
- border-color: rgba(0, 0, 0, 0.08);
19891
- color: #424242;
19892
- background-color: #ffffff;
19893
- }
19894
-
19895
- .k-datepicker .k-picker-wrap:hover, .k-datepicker .k-picker-wrap.k-state-hover,
19896
- .k-timepicker .k-picker-wrap:hover,
19897
- .k-timepicker .k-picker-wrap.k-state-hover,
19898
- .k-datetimepicker .k-picker-wrap:hover,
19899
- .k-datetimepicker .k-picker-wrap.k-state-hover,
19900
- .k-dateinput .k-dateinput-wrap:hover,
19901
- .k-dateinput .k-dateinput-wrap.k-state-hover {
19902
- border-color: rgba(0, 0, 0, 0.16);
19903
- }
19904
-
19905
- .k-datepicker .k-picker-wrap.k-state-focused, .k-datepicker .k-picker-wrap.k-state-active,
19906
- .k-timepicker .k-picker-wrap.k-state-focused,
19907
- .k-timepicker .k-picker-wrap.k-state-active,
19908
- .k-datetimepicker .k-picker-wrap.k-state-focused,
19909
- .k-datetimepicker .k-picker-wrap.k-state-active,
19910
- .k-dateinput .k-dateinput-wrap.k-state-focused,
19911
- .k-dateinput .k-dateinput-wrap.k-state-active {
19912
- border-color: rgba(0, 0, 0, 0.16);
19913
- box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
19914
- }
19915
-
19916
- .k-datepicker .k-select:hover,
19917
- .k-datepicker .k-select.k-state-hover,
19918
- .k-timepicker .k-select:hover,
19919
- .k-timepicker .k-select.k-state-hover {
19920
- background-color: #ebebeb;
19921
- }
19922
-
19923
- .k-dateinput .k-link:hover,
19924
- .k-dateinput .k-link.k-state-hover,
19925
- .k-datetimepicker .k-link:hover,
19926
- .k-datetimepicker .k-link.k-state-hover {
19927
- background-color: #ebebeb;
19928
- }
19929
-
19930
- .k-dateinput .k-link:active,
19931
- .k-dateinput .k-link.k-state-active,
19932
- .k-dateinput .k-link.k-state-selected,
19933
- .k-datetimepicker .k-link:active,
19934
- .k-datetimepicker .k-link.k-state-active,
19935
- .k-datetimepicker .k-link.k-state-selected {
19936
- background-color: #d8d8d8;
19937
- }
19938
-
19939
19610
  .k-time-header .k-time-now {
19940
19611
  color: #ff6358;
19941
19612
  background: transparent;
@@ -19979,61 +19650,6 @@ kendo-label.k-radio-label > .k-label {
19979
19650
  background-color: #ffffff;
19980
19651
  }
19981
19652
 
19982
- .k-datepicker .k-picker-wrap.k-invalid, .k-datepicker .k-picker-wrap.k-state-invalid,
19983
- .k-datetimepicker .k-picker-wrap.k-invalid,
19984
- .k-datetimepicker .k-picker-wrap.k-state-invalid,
19985
- .k-timepicker .k-picker-wrap.k-invalid,
19986
- .k-timepicker .k-picker-wrap.k-state-invalid {
19987
- border-color: rgba(243, 23, 0, 0.5);
19988
- }
19989
-
19990
- .k-datepicker.k-state-invalid .k-picker-wrap, .k-datepicker.ng-invalid.ng-touched .k-picker-wrap, .k-datepicker.ng-invalid.ng-dirty .k-picker-wrap,
19991
- .k-datetimepicker.k-state-invalid .k-picker-wrap,
19992
- .k-datetimepicker.ng-invalid.ng-touched .k-picker-wrap,
19993
- .k-datetimepicker.ng-invalid.ng-dirty .k-picker-wrap,
19994
- .k-timepicker.k-state-invalid .k-picker-wrap,
19995
- .k-timepicker.ng-invalid.ng-touched .k-picker-wrap,
19996
- .k-timepicker.ng-invalid.ng-dirty .k-picker-wrap {
19997
- border-color: rgba(243, 23, 0, 0.5);
19998
- }
19999
-
20000
- .k-dateinput .k-dateinput-wrap.k-invalid, .k-dateinput .k-dateinput-wrap.k-state-invalid {
20001
- border-color: rgba(243, 23, 0, 0.5);
20002
- }
20003
-
20004
- .k-dateinput.k-state-invalid .k-dateinput-wrap, .k-dateinput.ng-invalid.ng-touched .k-dateinput-wrap, .k-dateinput.ng-invalid.ng-dirty .k-dateinput-wrap {
20005
- border-color: rgba(243, 23, 0, 0.5);
20006
- }
20007
-
20008
- .k-datepicker.k-state-hover .k-picker-wrap {
20009
- border-color: rgba(0, 0, 0, 0.16);
20010
- }
20011
-
20012
- .k-datepicker.k-state-focus .k-picker-wrap {
20013
- border-color: rgba(0, 0, 0, 0.16);
20014
- box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
20015
- }
20016
-
20017
- .k-datepicker.k-invalid .k-picker-wrap {
20018
- border-color: rgba(243, 23, 0, 0.5);
20019
- }
20020
-
20021
- .k-dateinput.k-state-hover .k-dateinput-wrap,
20022
- .k-daterangepicker.k-state-hover .k-dateinput-wrap {
20023
- border-color: rgba(0, 0, 0, 0.16);
20024
- }
20025
-
20026
- .k-dateinput.k-state-focus .k-dateinput-wrap,
20027
- .k-daterangepicker.k-state-focus .k-dateinput-wrap {
20028
- border-color: rgba(0, 0, 0, 0.16);
20029
- box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
20030
- }
20031
-
20032
- .k-dateinput.k-invalid .k-dateinput-wrap,
20033
- .k-daterangepicker.k-invalid .k-dateinput-wrap {
20034
- border-color: rgba(243, 23, 0, 0.5);
20035
- }
20036
-
20037
19653
  .k-dropdowngrid-popup {
20038
19654
  overflow: hidden;
20039
19655
  }