@progress/kendo-theme-classic 5.1.1 → 5.1.2-dev.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/dist/all.css CHANGED
@@ -2741,142 +2741,282 @@ kendo-sortable {
2741
2741
  }
2742
2742
 
2743
2743
  .k-overflow-auto {
2744
- overflow: auto !important;
2744
+ overflow: auto;
2745
2745
  }
2746
2746
 
2747
2747
  .k-overflow-x-auto {
2748
- overflow-x: auto !important;
2748
+ overflow-x: auto;
2749
2749
  }
2750
2750
 
2751
2751
  .k-overflow-y-auto {
2752
+ overflow-y: auto;
2753
+ }
2754
+
2755
+ .\!k-overflow-auto {
2756
+ overflow: auto !important;
2757
+ }
2758
+
2759
+ .\!k-overflow-x-auto {
2760
+ overflow-x: auto !important;
2761
+ }
2762
+
2763
+ .\!k-overflow-y-auto {
2752
2764
  overflow-y: auto !important;
2753
2765
  }
2754
2766
 
2755
2767
  .k-overflow-hidden {
2756
- overflow: hidden !important;
2768
+ overflow: hidden;
2757
2769
  }
2758
2770
 
2759
2771
  .k-overflow-x-hidden {
2760
- overflow-x: hidden !important;
2772
+ overflow-x: hidden;
2761
2773
  }
2762
2774
 
2763
2775
  .k-overflow-y-hidden {
2776
+ overflow-y: hidden;
2777
+ }
2778
+
2779
+ .\!k-overflow-hidden {
2780
+ overflow: hidden !important;
2781
+ }
2782
+
2783
+ .\!k-overflow-x-hidden {
2784
+ overflow-x: hidden !important;
2785
+ }
2786
+
2787
+ .\!k-overflow-y-hidden {
2764
2788
  overflow-y: hidden !important;
2765
2789
  }
2766
2790
 
2767
2791
  .k-overflow-visible {
2768
- overflow: visible !important;
2792
+ overflow: visible;
2769
2793
  }
2770
2794
 
2771
2795
  .k-overflow-x-visible {
2772
- overflow-x: visible !important;
2796
+ overflow-x: visible;
2773
2797
  }
2774
2798
 
2775
2799
  .k-overflow-y-visible {
2800
+ overflow-y: visible;
2801
+ }
2802
+
2803
+ .\!k-overflow-visible {
2804
+ overflow: visible !important;
2805
+ }
2806
+
2807
+ .\!k-overflow-x-visible {
2808
+ overflow-x: visible !important;
2809
+ }
2810
+
2811
+ .\!k-overflow-y-visible {
2776
2812
  overflow-y: visible !important;
2777
2813
  }
2778
2814
 
2779
2815
  .k-overflow-scroll {
2780
- overflow: scroll !important;
2816
+ overflow: scroll;
2781
2817
  }
2782
2818
 
2783
2819
  .k-overflow-x-scroll {
2784
- overflow-x: scroll !important;
2820
+ overflow-x: scroll;
2785
2821
  }
2786
2822
 
2787
2823
  .k-overflow-y-scroll {
2824
+ overflow-y: scroll;
2825
+ }
2826
+
2827
+ .\!k-overflow-scroll {
2828
+ overflow: scroll !important;
2829
+ }
2830
+
2831
+ .\!k-overflow-x-scroll {
2832
+ overflow-x: scroll !important;
2833
+ }
2834
+
2835
+ .\!k-overflow-y-scroll {
2788
2836
  overflow-y: scroll !important;
2789
2837
  }
2790
2838
 
2791
2839
  .k-overflow-clip {
2792
- overflow: clip !important;
2840
+ overflow: clip;
2793
2841
  }
2794
2842
 
2795
2843
  .k-overflow-x-clip {
2796
- overflow-x: clip !important;
2844
+ overflow-x: clip;
2797
2845
  }
2798
2846
 
2799
2847
  .k-overflow-y-clip {
2848
+ overflow-y: clip;
2849
+ }
2850
+
2851
+ .\!k-overflow-clip {
2852
+ overflow: clip !important;
2853
+ }
2854
+
2855
+ .\!k-overflow-x-clip {
2856
+ overflow-x: clip !important;
2857
+ }
2858
+
2859
+ .\!k-overflow-y-clip {
2800
2860
  overflow-y: clip !important;
2801
2861
  }
2802
2862
 
2803
2863
  .k-overflow-auto-hidden {
2864
+ overflow: auto hidden;
2865
+ }
2866
+
2867
+ .\!k-overflow-auto-hidden {
2804
2868
  overflow: auto hidden !important;
2805
2869
  }
2806
2870
 
2807
2871
  .k-overflow-auto-visible {
2872
+ overflow: auto visible;
2873
+ }
2874
+
2875
+ .\!k-overflow-auto-visible {
2808
2876
  overflow: auto visible !important;
2809
2877
  }
2810
2878
 
2811
2879
  .k-overflow-auto-scroll {
2880
+ overflow: auto scroll;
2881
+ }
2882
+
2883
+ .\!k-overflow-auto-scroll {
2812
2884
  overflow: auto scroll !important;
2813
2885
  }
2814
2886
 
2815
2887
  .k-overflow-auto-clip {
2888
+ overflow: auto clip;
2889
+ }
2890
+
2891
+ .\!k-overflow-auto-clip {
2816
2892
  overflow: auto clip !important;
2817
2893
  }
2818
2894
 
2819
2895
  .k-overflow-hidden-auto {
2896
+ overflow: hidden auto;
2897
+ }
2898
+
2899
+ .\!k-overflow-hidden-auto {
2820
2900
  overflow: hidden auto !important;
2821
2901
  }
2822
2902
 
2823
2903
  .k-overflow-hidden-visible {
2904
+ overflow: hidden visible;
2905
+ }
2906
+
2907
+ .\!k-overflow-hidden-visible {
2824
2908
  overflow: hidden visible !important;
2825
2909
  }
2826
2910
 
2827
2911
  .k-overflow-hidden-scroll {
2912
+ overflow: hidden scroll;
2913
+ }
2914
+
2915
+ .\!k-overflow-hidden-scroll {
2828
2916
  overflow: hidden scroll !important;
2829
2917
  }
2830
2918
 
2831
2919
  .k-overflow-hidden-clip {
2920
+ overflow: hidden clip;
2921
+ }
2922
+
2923
+ .\!k-overflow-hidden-clip {
2832
2924
  overflow: hidden clip !important;
2833
2925
  }
2834
2926
 
2835
2927
  .k-overflow-visible-auto {
2928
+ overflow: visible auto;
2929
+ }
2930
+
2931
+ .\!k-overflow-visible-auto {
2836
2932
  overflow: visible auto !important;
2837
2933
  }
2838
2934
 
2839
2935
  .k-overflow-visible-hidden {
2936
+ overflow: visible hidden;
2937
+ }
2938
+
2939
+ .\!k-overflow-visible-hidden {
2840
2940
  overflow: visible hidden !important;
2841
2941
  }
2842
2942
 
2843
2943
  .k-overflow-visible-scroll {
2944
+ overflow: visible scroll;
2945
+ }
2946
+
2947
+ .\!k-overflow-visible-scroll {
2844
2948
  overflow: visible scroll !important;
2845
2949
  }
2846
2950
 
2847
2951
  .k-overflow-visible-clip {
2952
+ overflow: visible clip;
2953
+ }
2954
+
2955
+ .\!k-overflow-visible-clip {
2848
2956
  overflow: visible clip !important;
2849
2957
  }
2850
2958
 
2851
2959
  .k-overflow-scroll-auto {
2960
+ overflow: scroll auto;
2961
+ }
2962
+
2963
+ .\!k-overflow-scroll-auto {
2852
2964
  overflow: scroll auto !important;
2853
2965
  }
2854
2966
 
2855
2967
  .k-overflow-scroll-hidden {
2968
+ overflow: scroll hidden;
2969
+ }
2970
+
2971
+ .\!k-overflow-scroll-hidden {
2856
2972
  overflow: scroll hidden !important;
2857
2973
  }
2858
2974
 
2859
2975
  .k-overflow-scroll-visible {
2976
+ overflow: scroll visible;
2977
+ }
2978
+
2979
+ .\!k-overflow-scroll-visible {
2860
2980
  overflow: scroll visible !important;
2861
2981
  }
2862
2982
 
2863
2983
  .k-overflow-scroll-clip {
2984
+ overflow: scroll clip;
2985
+ }
2986
+
2987
+ .\!k-overflow-scroll-clip {
2864
2988
  overflow: scroll clip !important;
2865
2989
  }
2866
2990
 
2867
2991
  .k-overflow-clip-auto {
2992
+ overflow: clip auto;
2993
+ }
2994
+
2995
+ .\!k-overflow-clip-auto {
2868
2996
  overflow: clip auto !important;
2869
2997
  }
2870
2998
 
2871
2999
  .k-overflow-clip-hidden {
3000
+ overflow: clip hidden;
3001
+ }
3002
+
3003
+ .\!k-overflow-clip-hidden {
2872
3004
  overflow: clip hidden !important;
2873
3005
  }
2874
3006
 
2875
3007
  .k-overflow-clip-visible {
3008
+ overflow: clip visible;
3009
+ }
3010
+
3011
+ .\!k-overflow-clip-visible {
2876
3012
  overflow: clip visible !important;
2877
3013
  }
2878
3014
 
2879
3015
  .k-overflow-clip-scroll {
3016
+ overflow: clip scroll;
3017
+ }
3018
+
3019
+ .\!k-overflow-clip-scroll {
2880
3020
  overflow: clip scroll !important;
2881
3021
  }
2882
3022
 
@@ -3053,18 +3193,34 @@ kendo-sortable {
3053
3193
  }
3054
3194
 
3055
3195
  .k-resize-none {
3196
+ resize: none;
3197
+ }
3198
+
3199
+ .\!k-resize-none {
3056
3200
  resize: none !important;
3057
3201
  }
3058
3202
 
3059
3203
  .k-resize-both {
3204
+ resize: both;
3205
+ }
3206
+
3207
+ .\!k-resize-both {
3060
3208
  resize: both !important;
3061
3209
  }
3062
3210
 
3063
3211
  .k-resize-horizontal {
3212
+ resize: horizontal;
3213
+ }
3214
+
3215
+ .\!k-resize-horizontal {
3064
3216
  resize: horizontal !important;
3065
3217
  }
3066
3218
 
3067
3219
  .k-resize-vertical {
3220
+ resize: vertical;
3221
+ }
3222
+
3223
+ .\!k-resize-vertical {
3068
3224
  resize: vertical !important;
3069
3225
  }
3070
3226
 
@@ -13199,11 +13355,11 @@ textarea.k-input-inner {
13199
13355
  }
13200
13356
 
13201
13357
  .k-input-spinner .k-spinner-increase .k-icon {
13202
- bottom: -;
13358
+ bottom: auto;
13203
13359
  }
13204
13360
 
13205
13361
  .k-input-spinner .k-spinner-decrease .k-icon {
13206
- top: -;
13362
+ top: auto;
13207
13363
  }
13208
13364
 
13209
13365
  .k-searchbar {
@@ -15457,13 +15613,9 @@ textarea.k-input-inner {
15457
15613
  background-color: #f35800;
15458
15614
  }
15459
15615
 
15460
- .k-menu-group .k-item > .k-link.k-focus,
15461
- .k-menu.k-context-menu .k-item > .k-link.k-focus {
15462
- box-shadow: inset 0 0 3px 1px rgba(39, 39, 39, 0.25);
15463
- }
15464
-
15465
- .k-menu-group .k-item:focus,
15466
- .k-menu.k-context-menu .k-item:focus {
15616
+ .k-menu-group .k-item:focus, .k-menu-group .k-item.k-focus,
15617
+ .k-menu.k-context-menu .k-item:focus,
15618
+ .k-menu.k-context-menu .k-item.k-focus {
15467
15619
  box-shadow: inset 0 0 3px 1px rgba(39, 39, 39, 0.25);
15468
15620
  }
15469
15621
 
@@ -16750,7 +16902,7 @@ kendo-label > .k-label {
16750
16902
 
16751
16903
  .k-radio:checked,
16752
16904
  .k-radio.k-checked {
16753
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ccircle cx='50%' cy='50%' r='4' fill='white'/%3e%3c/svg%3e");
16905
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='white'/%3e%3c/svg%3e");
16754
16906
  }
16755
16907
 
16756
16908
  .k-radio:disabled,
package/dist/all.scss CHANGED
@@ -458,6 +458,7 @@ $wcag-light: white !default;
458
458
  // #endregion
459
459
  // #region @import "_misc.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/core/functions/_misc.scss
460
460
  $svg-escaped-characters: (
461
+ ("%", "%25"),
461
462
  ("<", "%3c"),
462
463
  (">", "%3e"),
463
464
  ("#", "%23"),
@@ -943,6 +944,7 @@ $enable-grid-classes: true !default;
943
944
  $use-calc-badge-size: true !default;
944
945
  $use-input-button-width: false !default;
945
946
  $use-input-spinner-width: false !default;
947
+ $use-input-spinner-icon-offset: false !default;
946
948
  $use-picker-select-width: false !default;
947
949
 
948
950
 
@@ -3849,16 +3851,22 @@ $utils-border-radius: (
3849
3851
  // sass-lint:disable no-important
3850
3852
  @if $utils-overflow {
3851
3853
  @each $overflow in $utils-overflow {
3852
- .k-overflow-#{$overflow} { overflow: $overflow !important; }
3853
- .k-overflow-x-#{$overflow} { overflow-x: $overflow !important; }
3854
- .k-overflow-y-#{$overflow} { overflow-y: $overflow !important; }
3854
+ .k-overflow-#{$overflow} { overflow: $overflow; }
3855
+ .k-overflow-x-#{$overflow} { overflow-x: $overflow; }
3856
+ .k-overflow-y-#{$overflow} { overflow-y: $overflow; }
3857
+
3858
+ .\!k-overflow-#{$overflow} { overflow: $overflow !important; }
3859
+ .\!k-overflow-x-#{$overflow} { overflow-x: $overflow !important; }
3860
+ .\!k-overflow-y-#{$overflow} { overflow-y: $overflow !important; }
3855
3861
  }
3856
3862
 
3857
3863
 
3858
3864
  @each $overflow-x in $utils-overflow {
3859
3865
  @each $overflow-y in $utils-overflow {
3860
3866
  @if $overflow-x != $overflow-y {
3861
- .k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y !important; }
3867
+ .k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y; }
3868
+
3869
+ .\!k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y !important; }
3862
3870
  }
3863
3871
  }
3864
3872
  }
@@ -4117,8 +4125,10 @@ $utils-border-radius: (
4117
4125
 
4118
4126
  @if $utils-resize {
4119
4127
  @each $resize in $utils-resize {
4128
+ .k-resize-#{$resize} { resize: $resize; }
4129
+
4120
4130
  // sass-lint:disable-block no-important
4121
- .k-resize-#{$resize} { resize: $resize !important; }
4131
+ .\!k-resize-#{$resize} { resize: $resize !important; }
4122
4132
  }
4123
4133
  }
4124
4134
 
@@ -8937,6 +8947,12 @@ $kendo-input-focus-text: null !default;
8937
8947
  $kendo-input-focus-border: rgba(0, 0, 0, .1) !default;
8938
8948
  $kendo-input-focus-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !default;
8939
8949
 
8950
+ $kendo-input-disabled-bg: null !default;
8951
+ $kendo-input-disabled-text: null !default;
8952
+ $kendo-input-disabled-border: null !default;
8953
+ $kendo-input-disabled-gradient: null !default;
8954
+ $kendo-input-disabled-shadow: null !default;
8955
+
8940
8956
  $kendo-picker-bg: $kendo-button-bg !default;
8941
8957
  $kendo-picker-text: $kendo-button-text !default;
8942
8958
  $kendo-picker-border: $kendo-button-border !default;
@@ -8955,6 +8971,12 @@ $kendo-picker-focus-border: $kendo-button-focus-border !default;
8955
8971
  $kendo-picker-focus-gradient: $kendo-button-focus-gradient !default;
8956
8972
  $kendo-picker-focus-shadow: $kendo-button-focus-shadow !default;
8957
8973
 
8974
+ $kendo-picker-disabled-bg: null !default;
8975
+ $kendo-picker-disabled-text: null !default;
8976
+ $kendo-picker-disabled-border: null !default;
8977
+ $kendo-picker-disabled-gradient: null !default;
8978
+ $kendo-picker-disabled-shadow: null !default;
8979
+
8958
8980
  $kendo-input-placeholder-text: $subtle-text !default;
8959
8981
  $kendo-input-placeholder-opacity: 1 !default;
8960
8982
 
@@ -9257,10 +9279,10 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9257
9279
  }
9258
9280
  }
9259
9281
  .k-spinner-increase .k-icon {
9260
- bottom: -$kendo-input-spinner-icon-offset;
9282
+ bottom: if( $use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
9261
9283
  }
9262
9284
  .k-spinner-decrease .k-icon {
9263
- top: -$kendo-input-spinner-icon-offset;
9285
+ top: if( $use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
9264
9286
  }
9265
9287
  }
9266
9288
 
@@ -9448,6 +9470,19 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9448
9470
  @include box-shadow( $kendo-input-focus-shadow );
9449
9471
  }
9450
9472
 
9473
+ //Disabled
9474
+ &:disabled,
9475
+ &[disabled],
9476
+ &.k-disabled {
9477
+ @include fill(
9478
+ $kendo-input-disabled-text,
9479
+ $kendo-input-disabled-bg,
9480
+ $kendo-input-disabled-border,
9481
+ $kendo-input-disabled-gradient
9482
+ );
9483
+ @include box-shadow( $kendo-input-disabled-shadow );
9484
+ }
9485
+
9451
9486
  // Invalid
9452
9487
  &.k-invalid,
9453
9488
  &.ng-invalid.ng-touched,
@@ -9511,6 +9546,19 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9511
9546
  @include box-shadow( $kendo-picker-focus-shadow );
9512
9547
  }
9513
9548
 
9549
+ //Disabled
9550
+ &:disabled,
9551
+ &[disabled],
9552
+ &.k-disabled {
9553
+ @include fill(
9554
+ $kendo-picker-disabled-text,
9555
+ $kendo-picker-disabled-bg,
9556
+ $kendo-picker-disabled-border,
9557
+ $kendo-picker-disabled-gradient
9558
+ );
9559
+ @include box-shadow( $kendo-picker-disabled-shadow );
9560
+ }
9561
+
9514
9562
  // Invalid
9515
9563
  &.k-invalid,
9516
9564
  &.ng-invalid.ng-touched,
@@ -12759,14 +12807,11 @@ $tooltip-error-border: $tooltip-error-bg !default;
12759
12807
  $kendo-menu-popup-item-expanded-gradient
12760
12808
  );
12761
12809
  }
12762
-
12763
- &.k-focus {
12764
- @include box-shadow( $kendo-menu-popup-item-focus-shadow );
12765
- }
12766
12810
  }
12767
12811
 
12768
12812
  .k-item {
12769
- &:focus {
12813
+ &:focus,
12814
+ &.k-focus {
12770
12815
  @include box-shadow( $kendo-menu-popup-item-focus-shadow );
12771
12816
  }
12772
12817
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-classic",
3
3
  "description": "Sass port of less based themes for Kendo UI theme",
4
- "version": "5.1.1",
4
+ "version": "5.1.2-dev.3",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -49,7 +49,7 @@
49
49
  "postpublish": "echo 'no postpublish for classic theme'"
50
50
  },
51
51
  "dependencies": {
52
- "@progress/kendo-theme-default": "^5.1.1"
52
+ "@progress/kendo-theme-default": "^5.1.2-dev.3"
53
53
  },
54
- "gitHead": "798d6d06021f47b42f71b16530f96ab23d2b9c04"
54
+ "gitHead": "8a1041b9ea9729c5edf718e1be1afc717c476262"
55
55
  }
@@ -12,6 +12,7 @@ $enable-grid-classes: true !default;
12
12
  $use-calc-badge-size: true !default;
13
13
  $use-input-button-width: false !default;
14
14
  $use-input-spinner-width: false !default;
15
+ $use-input-spinner-icon-offset: false !default;
15
16
  $use-picker-select-width: false !default;
16
17
 
17
18
 
@@ -71,6 +71,12 @@ $kendo-input-focus-text: null !default;
71
71
  $kendo-input-focus-border: rgba(0, 0, 0, .1) !default;
72
72
  $kendo-input-focus-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04) !default;
73
73
 
74
+ $kendo-input-disabled-bg: null !default;
75
+ $kendo-input-disabled-text: null !default;
76
+ $kendo-input-disabled-border: null !default;
77
+ $kendo-input-disabled-gradient: null !default;
78
+ $kendo-input-disabled-shadow: null !default;
79
+
74
80
  $kendo-picker-bg: $kendo-button-bg !default;
75
81
  $kendo-picker-text: $kendo-button-text !default;
76
82
  $kendo-picker-border: $kendo-button-border !default;
@@ -89,6 +95,12 @@ $kendo-picker-focus-border: $kendo-button-focus-border !default;
89
95
  $kendo-picker-focus-gradient: $kendo-button-focus-gradient !default;
90
96
  $kendo-picker-focus-shadow: $kendo-button-focus-shadow !default;
91
97
 
98
+ $kendo-picker-disabled-bg: null !default;
99
+ $kendo-picker-disabled-text: null !default;
100
+ $kendo-picker-disabled-border: null !default;
101
+ $kendo-picker-disabled-gradient: null !default;
102
+ $kendo-picker-disabled-shadow: null !default;
103
+
92
104
  $kendo-input-placeholder-text: $subtle-text !default;
93
105
  $kendo-input-placeholder-opacity: 1 !default;
94
106