@progress/kendo-theme-material 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 +199 -14
- package/dist/all.scss +74 -13
- package/package.json +3 -3
- package/scss/_variables.scss +1 -0
- package/scss/input/_layout.scss +18 -0
- package/scss/input/_variables.scss +11 -1
package/dist/all.css
CHANGED
|
@@ -2745,142 +2745,282 @@ kendo-sortable {
|
|
|
2745
2745
|
}
|
|
2746
2746
|
|
|
2747
2747
|
.k-overflow-auto {
|
|
2748
|
-
overflow: auto
|
|
2748
|
+
overflow: auto;
|
|
2749
2749
|
}
|
|
2750
2750
|
|
|
2751
2751
|
.k-overflow-x-auto {
|
|
2752
|
-
overflow-x: auto
|
|
2752
|
+
overflow-x: auto;
|
|
2753
2753
|
}
|
|
2754
2754
|
|
|
2755
2755
|
.k-overflow-y-auto {
|
|
2756
|
+
overflow-y: auto;
|
|
2757
|
+
}
|
|
2758
|
+
|
|
2759
|
+
.\!k-overflow-auto {
|
|
2760
|
+
overflow: auto !important;
|
|
2761
|
+
}
|
|
2762
|
+
|
|
2763
|
+
.\!k-overflow-x-auto {
|
|
2764
|
+
overflow-x: auto !important;
|
|
2765
|
+
}
|
|
2766
|
+
|
|
2767
|
+
.\!k-overflow-y-auto {
|
|
2756
2768
|
overflow-y: auto !important;
|
|
2757
2769
|
}
|
|
2758
2770
|
|
|
2759
2771
|
.k-overflow-hidden {
|
|
2760
|
-
overflow: hidden
|
|
2772
|
+
overflow: hidden;
|
|
2761
2773
|
}
|
|
2762
2774
|
|
|
2763
2775
|
.k-overflow-x-hidden {
|
|
2764
|
-
overflow-x: hidden
|
|
2776
|
+
overflow-x: hidden;
|
|
2765
2777
|
}
|
|
2766
2778
|
|
|
2767
2779
|
.k-overflow-y-hidden {
|
|
2780
|
+
overflow-y: hidden;
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
.\!k-overflow-hidden {
|
|
2784
|
+
overflow: hidden !important;
|
|
2785
|
+
}
|
|
2786
|
+
|
|
2787
|
+
.\!k-overflow-x-hidden {
|
|
2788
|
+
overflow-x: hidden !important;
|
|
2789
|
+
}
|
|
2790
|
+
|
|
2791
|
+
.\!k-overflow-y-hidden {
|
|
2768
2792
|
overflow-y: hidden !important;
|
|
2769
2793
|
}
|
|
2770
2794
|
|
|
2771
2795
|
.k-overflow-visible {
|
|
2772
|
-
overflow: visible
|
|
2796
|
+
overflow: visible;
|
|
2773
2797
|
}
|
|
2774
2798
|
|
|
2775
2799
|
.k-overflow-x-visible {
|
|
2776
|
-
overflow-x: visible
|
|
2800
|
+
overflow-x: visible;
|
|
2777
2801
|
}
|
|
2778
2802
|
|
|
2779
2803
|
.k-overflow-y-visible {
|
|
2804
|
+
overflow-y: visible;
|
|
2805
|
+
}
|
|
2806
|
+
|
|
2807
|
+
.\!k-overflow-visible {
|
|
2808
|
+
overflow: visible !important;
|
|
2809
|
+
}
|
|
2810
|
+
|
|
2811
|
+
.\!k-overflow-x-visible {
|
|
2812
|
+
overflow-x: visible !important;
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2815
|
+
.\!k-overflow-y-visible {
|
|
2780
2816
|
overflow-y: visible !important;
|
|
2781
2817
|
}
|
|
2782
2818
|
|
|
2783
2819
|
.k-overflow-scroll {
|
|
2784
|
-
overflow: scroll
|
|
2820
|
+
overflow: scroll;
|
|
2785
2821
|
}
|
|
2786
2822
|
|
|
2787
2823
|
.k-overflow-x-scroll {
|
|
2788
|
-
overflow-x: scroll
|
|
2824
|
+
overflow-x: scroll;
|
|
2789
2825
|
}
|
|
2790
2826
|
|
|
2791
2827
|
.k-overflow-y-scroll {
|
|
2828
|
+
overflow-y: scroll;
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
.\!k-overflow-scroll {
|
|
2832
|
+
overflow: scroll !important;
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
.\!k-overflow-x-scroll {
|
|
2836
|
+
overflow-x: scroll !important;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
.\!k-overflow-y-scroll {
|
|
2792
2840
|
overflow-y: scroll !important;
|
|
2793
2841
|
}
|
|
2794
2842
|
|
|
2795
2843
|
.k-overflow-clip {
|
|
2796
|
-
overflow: clip
|
|
2844
|
+
overflow: clip;
|
|
2797
2845
|
}
|
|
2798
2846
|
|
|
2799
2847
|
.k-overflow-x-clip {
|
|
2800
|
-
overflow-x: clip
|
|
2848
|
+
overflow-x: clip;
|
|
2801
2849
|
}
|
|
2802
2850
|
|
|
2803
2851
|
.k-overflow-y-clip {
|
|
2852
|
+
overflow-y: clip;
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2855
|
+
.\!k-overflow-clip {
|
|
2856
|
+
overflow: clip !important;
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
.\!k-overflow-x-clip {
|
|
2860
|
+
overflow-x: clip !important;
|
|
2861
|
+
}
|
|
2862
|
+
|
|
2863
|
+
.\!k-overflow-y-clip {
|
|
2804
2864
|
overflow-y: clip !important;
|
|
2805
2865
|
}
|
|
2806
2866
|
|
|
2807
2867
|
.k-overflow-auto-hidden {
|
|
2868
|
+
overflow: auto hidden;
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2871
|
+
.\!k-overflow-auto-hidden {
|
|
2808
2872
|
overflow: auto hidden !important;
|
|
2809
2873
|
}
|
|
2810
2874
|
|
|
2811
2875
|
.k-overflow-auto-visible {
|
|
2876
|
+
overflow: auto visible;
|
|
2877
|
+
}
|
|
2878
|
+
|
|
2879
|
+
.\!k-overflow-auto-visible {
|
|
2812
2880
|
overflow: auto visible !important;
|
|
2813
2881
|
}
|
|
2814
2882
|
|
|
2815
2883
|
.k-overflow-auto-scroll {
|
|
2884
|
+
overflow: auto scroll;
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2887
|
+
.\!k-overflow-auto-scroll {
|
|
2816
2888
|
overflow: auto scroll !important;
|
|
2817
2889
|
}
|
|
2818
2890
|
|
|
2819
2891
|
.k-overflow-auto-clip {
|
|
2892
|
+
overflow: auto clip;
|
|
2893
|
+
}
|
|
2894
|
+
|
|
2895
|
+
.\!k-overflow-auto-clip {
|
|
2820
2896
|
overflow: auto clip !important;
|
|
2821
2897
|
}
|
|
2822
2898
|
|
|
2823
2899
|
.k-overflow-hidden-auto {
|
|
2900
|
+
overflow: hidden auto;
|
|
2901
|
+
}
|
|
2902
|
+
|
|
2903
|
+
.\!k-overflow-hidden-auto {
|
|
2824
2904
|
overflow: hidden auto !important;
|
|
2825
2905
|
}
|
|
2826
2906
|
|
|
2827
2907
|
.k-overflow-hidden-visible {
|
|
2908
|
+
overflow: hidden visible;
|
|
2909
|
+
}
|
|
2910
|
+
|
|
2911
|
+
.\!k-overflow-hidden-visible {
|
|
2828
2912
|
overflow: hidden visible !important;
|
|
2829
2913
|
}
|
|
2830
2914
|
|
|
2831
2915
|
.k-overflow-hidden-scroll {
|
|
2916
|
+
overflow: hidden scroll;
|
|
2917
|
+
}
|
|
2918
|
+
|
|
2919
|
+
.\!k-overflow-hidden-scroll {
|
|
2832
2920
|
overflow: hidden scroll !important;
|
|
2833
2921
|
}
|
|
2834
2922
|
|
|
2835
2923
|
.k-overflow-hidden-clip {
|
|
2924
|
+
overflow: hidden clip;
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
.\!k-overflow-hidden-clip {
|
|
2836
2928
|
overflow: hidden clip !important;
|
|
2837
2929
|
}
|
|
2838
2930
|
|
|
2839
2931
|
.k-overflow-visible-auto {
|
|
2932
|
+
overflow: visible auto;
|
|
2933
|
+
}
|
|
2934
|
+
|
|
2935
|
+
.\!k-overflow-visible-auto {
|
|
2840
2936
|
overflow: visible auto !important;
|
|
2841
2937
|
}
|
|
2842
2938
|
|
|
2843
2939
|
.k-overflow-visible-hidden {
|
|
2940
|
+
overflow: visible hidden;
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2943
|
+
.\!k-overflow-visible-hidden {
|
|
2844
2944
|
overflow: visible hidden !important;
|
|
2845
2945
|
}
|
|
2846
2946
|
|
|
2847
2947
|
.k-overflow-visible-scroll {
|
|
2948
|
+
overflow: visible scroll;
|
|
2949
|
+
}
|
|
2950
|
+
|
|
2951
|
+
.\!k-overflow-visible-scroll {
|
|
2848
2952
|
overflow: visible scroll !important;
|
|
2849
2953
|
}
|
|
2850
2954
|
|
|
2851
2955
|
.k-overflow-visible-clip {
|
|
2956
|
+
overflow: visible clip;
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2959
|
+
.\!k-overflow-visible-clip {
|
|
2852
2960
|
overflow: visible clip !important;
|
|
2853
2961
|
}
|
|
2854
2962
|
|
|
2855
2963
|
.k-overflow-scroll-auto {
|
|
2964
|
+
overflow: scroll auto;
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2967
|
+
.\!k-overflow-scroll-auto {
|
|
2856
2968
|
overflow: scroll auto !important;
|
|
2857
2969
|
}
|
|
2858
2970
|
|
|
2859
2971
|
.k-overflow-scroll-hidden {
|
|
2972
|
+
overflow: scroll hidden;
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2975
|
+
.\!k-overflow-scroll-hidden {
|
|
2860
2976
|
overflow: scroll hidden !important;
|
|
2861
2977
|
}
|
|
2862
2978
|
|
|
2863
2979
|
.k-overflow-scroll-visible {
|
|
2980
|
+
overflow: scroll visible;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2983
|
+
.\!k-overflow-scroll-visible {
|
|
2864
2984
|
overflow: scroll visible !important;
|
|
2865
2985
|
}
|
|
2866
2986
|
|
|
2867
2987
|
.k-overflow-scroll-clip {
|
|
2988
|
+
overflow: scroll clip;
|
|
2989
|
+
}
|
|
2990
|
+
|
|
2991
|
+
.\!k-overflow-scroll-clip {
|
|
2868
2992
|
overflow: scroll clip !important;
|
|
2869
2993
|
}
|
|
2870
2994
|
|
|
2871
2995
|
.k-overflow-clip-auto {
|
|
2996
|
+
overflow: clip auto;
|
|
2997
|
+
}
|
|
2998
|
+
|
|
2999
|
+
.\!k-overflow-clip-auto {
|
|
2872
3000
|
overflow: clip auto !important;
|
|
2873
3001
|
}
|
|
2874
3002
|
|
|
2875
3003
|
.k-overflow-clip-hidden {
|
|
3004
|
+
overflow: clip hidden;
|
|
3005
|
+
}
|
|
3006
|
+
|
|
3007
|
+
.\!k-overflow-clip-hidden {
|
|
2876
3008
|
overflow: clip hidden !important;
|
|
2877
3009
|
}
|
|
2878
3010
|
|
|
2879
3011
|
.k-overflow-clip-visible {
|
|
3012
|
+
overflow: clip visible;
|
|
3013
|
+
}
|
|
3014
|
+
|
|
3015
|
+
.\!k-overflow-clip-visible {
|
|
2880
3016
|
overflow: clip visible !important;
|
|
2881
3017
|
}
|
|
2882
3018
|
|
|
2883
3019
|
.k-overflow-clip-scroll {
|
|
3020
|
+
overflow: clip scroll;
|
|
3021
|
+
}
|
|
3022
|
+
|
|
3023
|
+
.\!k-overflow-clip-scroll {
|
|
2884
3024
|
overflow: clip scroll !important;
|
|
2885
3025
|
}
|
|
2886
3026
|
|
|
@@ -3057,18 +3197,34 @@ kendo-sortable {
|
|
|
3057
3197
|
}
|
|
3058
3198
|
|
|
3059
3199
|
.k-resize-none {
|
|
3200
|
+
resize: none;
|
|
3201
|
+
}
|
|
3202
|
+
|
|
3203
|
+
.\!k-resize-none {
|
|
3060
3204
|
resize: none !important;
|
|
3061
3205
|
}
|
|
3062
3206
|
|
|
3063
3207
|
.k-resize-both {
|
|
3208
|
+
resize: both;
|
|
3209
|
+
}
|
|
3210
|
+
|
|
3211
|
+
.\!k-resize-both {
|
|
3064
3212
|
resize: both !important;
|
|
3065
3213
|
}
|
|
3066
3214
|
|
|
3067
3215
|
.k-resize-horizontal {
|
|
3216
|
+
resize: horizontal;
|
|
3217
|
+
}
|
|
3218
|
+
|
|
3219
|
+
.\!k-resize-horizontal {
|
|
3068
3220
|
resize: horizontal !important;
|
|
3069
3221
|
}
|
|
3070
3222
|
|
|
3071
3223
|
.k-resize-vertical {
|
|
3224
|
+
resize: vertical;
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3227
|
+
.\!k-resize-vertical {
|
|
3072
3228
|
resize: vertical !important;
|
|
3073
3229
|
}
|
|
3074
3230
|
|
|
@@ -13567,11 +13723,11 @@ textarea.k-input-inner {
|
|
|
13567
13723
|
}
|
|
13568
13724
|
|
|
13569
13725
|
.k-input-spinner .k-spinner-increase .k-icon {
|
|
13570
|
-
bottom:
|
|
13726
|
+
bottom: auto;
|
|
13571
13727
|
}
|
|
13572
13728
|
|
|
13573
13729
|
.k-input-spinner .k-spinner-decrease .k-icon {
|
|
13574
|
-
top:
|
|
13730
|
+
top: auto;
|
|
13575
13731
|
}
|
|
13576
13732
|
|
|
13577
13733
|
.k-searchbar {
|
|
@@ -13854,6 +14010,23 @@ textarea.k-input-inner {
|
|
|
13854
14010
|
border-bottom-style: dashed;
|
|
13855
14011
|
}
|
|
13856
14012
|
|
|
14013
|
+
.k-input:disabled, .k-input[disabled], .k-input.k-disabled,
|
|
14014
|
+
.k-picker:disabled,
|
|
14015
|
+
.k-picker[disabled],
|
|
14016
|
+
.k-picker.k-disabled {
|
|
14017
|
+
opacity: 1;
|
|
14018
|
+
filter: none;
|
|
14019
|
+
}
|
|
14020
|
+
|
|
14021
|
+
.k-input .k-input-button,
|
|
14022
|
+
.k-input .k-input-spinner .k-spinner-increase,
|
|
14023
|
+
.k-input .k-input-spinner .k-spinner-decrease,
|
|
14024
|
+
.k-picker .k-input-button,
|
|
14025
|
+
.k-picker .k-input-spinner .k-spinner-increase,
|
|
14026
|
+
.k-picker .k-input-spinner .k-spinner-decrease {
|
|
14027
|
+
color: inherit;
|
|
14028
|
+
}
|
|
14029
|
+
|
|
13857
14030
|
.k-floating-label-container::after {
|
|
13858
14031
|
display: block;
|
|
13859
14032
|
z-index: 2;
|
|
@@ -13898,6 +14071,12 @@ textarea.k-input-inner {
|
|
|
13898
14071
|
border-color: #3f51b5;
|
|
13899
14072
|
}
|
|
13900
14073
|
|
|
14074
|
+
.k-input:disabled, .k-input[disabled], .k-input.k-disabled {
|
|
14075
|
+
border-color: rgba(0, 0, 0, 0.06);
|
|
14076
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14077
|
+
background-color: #fafafa;
|
|
14078
|
+
}
|
|
14079
|
+
|
|
13901
14080
|
.k-input.k-invalid, .k-input.ng-invalid.ng-touched, .k-input.ng-invalid.ng-dirty {
|
|
13902
14081
|
border-color: #f31700;
|
|
13903
14082
|
}
|
|
@@ -13924,6 +14103,12 @@ textarea.k-input-inner {
|
|
|
13924
14103
|
border-color: #3f51b5;
|
|
13925
14104
|
}
|
|
13926
14105
|
|
|
14106
|
+
.k-picker:disabled, .k-picker[disabled], .k-picker.k-disabled {
|
|
14107
|
+
border-color: rgba(0, 0, 0, 0.06);
|
|
14108
|
+
color: rgba(0, 0, 0, 0.38);
|
|
14109
|
+
background-color: #fafafa;
|
|
14110
|
+
}
|
|
14111
|
+
|
|
13927
14112
|
.k-picker.k-invalid, .k-picker.ng-invalid.ng-touched, .k-picker.ng-invalid.ng-dirty {
|
|
13928
14113
|
border-color: #f31700;
|
|
13929
14114
|
}
|
|
@@ -17509,7 +17694,7 @@ kendo-label > .k-label {
|
|
|
17509
17694
|
|
|
17510
17695
|
.k-radio:checked,
|
|
17511
17696
|
.k-radio.k-checked {
|
|
17512
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3ccircle cx='50%' cy='50%' r='4' fill='%233f51b5'/%3e%3c/svg%3e");
|
|
17697
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='%233f51b5'/%3e%3c/svg%3e");
|
|
17513
17698
|
}
|
|
17514
17699
|
|
|
17515
17700
|
.k-radio:disabled,
|
|
@@ -17524,7 +17709,7 @@ kendo-label > .k-label {
|
|
|
17524
17709
|
|
|
17525
17710
|
.k-radio:disabled:checked,
|
|
17526
17711
|
.k-radio.k-disabled.k-checked {
|
|
17527
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3ccircle cx='50%' cy='50%' r='4' fill='%23adadad'/%3e%3c/svg%3e");
|
|
17712
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='%23adadad'/%3e%3c/svg%3e");
|
|
17528
17713
|
}
|
|
17529
17714
|
|
|
17530
17715
|
.k-radio-wrap {
|
package/dist/all.scss
CHANGED
|
@@ -458,6 +458,7 @@ $wcag-light: white !default;
|
|
|
458
458
|
// #endregion
|
|
459
459
|
// #region @import "_misc.scss"; -> packages/material/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"),
|
|
@@ -1751,6 +1752,7 @@ $enable-grid-classes: true !default;
|
|
|
1751
1752
|
$use-calc-badge-size: true !default;
|
|
1752
1753
|
$use-input-button-width: false !default;
|
|
1753
1754
|
$use-input-spinner-width: false !default;
|
|
1755
|
+
$use-input-spinner-icon-offset: false !default;
|
|
1754
1756
|
$use-picker-select-width: false !default;
|
|
1755
1757
|
|
|
1756
1758
|
|
|
@@ -4701,16 +4703,22 @@ $utils-border-radius: (
|
|
|
4701
4703
|
// sass-lint:disable no-important
|
|
4702
4704
|
@if $utils-overflow {
|
|
4703
4705
|
@each $overflow in $utils-overflow {
|
|
4704
|
-
.k-overflow-#{$overflow} { overflow: $overflow
|
|
4705
|
-
.k-overflow-x-#{$overflow} { overflow-x: $overflow
|
|
4706
|
-
.k-overflow-y-#{$overflow} { overflow-y: $overflow
|
|
4706
|
+
.k-overflow-#{$overflow} { overflow: $overflow; }
|
|
4707
|
+
.k-overflow-x-#{$overflow} { overflow-x: $overflow; }
|
|
4708
|
+
.k-overflow-y-#{$overflow} { overflow-y: $overflow; }
|
|
4709
|
+
|
|
4710
|
+
.\!k-overflow-#{$overflow} { overflow: $overflow !important; }
|
|
4711
|
+
.\!k-overflow-x-#{$overflow} { overflow-x: $overflow !important; }
|
|
4712
|
+
.\!k-overflow-y-#{$overflow} { overflow-y: $overflow !important; }
|
|
4707
4713
|
}
|
|
4708
4714
|
|
|
4709
4715
|
|
|
4710
4716
|
@each $overflow-x in $utils-overflow {
|
|
4711
4717
|
@each $overflow-y in $utils-overflow {
|
|
4712
4718
|
@if $overflow-x != $overflow-y {
|
|
4713
|
-
.k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y
|
|
4719
|
+
.k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y; }
|
|
4720
|
+
|
|
4721
|
+
.\!k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y !important; }
|
|
4714
4722
|
}
|
|
4715
4723
|
}
|
|
4716
4724
|
}
|
|
@@ -4969,8 +4977,10 @@ $utils-border-radius: (
|
|
|
4969
4977
|
|
|
4970
4978
|
@if $utils-resize {
|
|
4971
4979
|
@each $resize in $utils-resize {
|
|
4980
|
+
.k-resize-#{$resize} { resize: $resize; }
|
|
4981
|
+
|
|
4972
4982
|
// sass-lint:disable-block no-important
|
|
4973
|
-
|
|
4983
|
+
.\!k-resize-#{$resize} { resize: $resize !important; }
|
|
4974
4984
|
}
|
|
4975
4985
|
}
|
|
4976
4986
|
|
|
@@ -10011,6 +10021,12 @@ $kendo-input-focus-text: null !default;
|
|
|
10011
10021
|
$kendo-input-focus-border: $primary !default;
|
|
10012
10022
|
$kendo-input-focus-shadow: null !default;
|
|
10013
10023
|
|
|
10024
|
+
$kendo-input-disabled-bg: try-shade( $component-bg, .25 ) !default;
|
|
10025
|
+
$kendo-input-disabled-text: $disabled-text !default;
|
|
10026
|
+
$kendo-input-disabled-border: rgba( $component-border, (alpha( $component-border ) / 2) ) !default;
|
|
10027
|
+
$kendo-input-disabled-gradient: null !default;
|
|
10028
|
+
$kendo-input-disabled-shadow: null !default;
|
|
10029
|
+
|
|
10014
10030
|
$kendo-picker-bg: $kendo-input-bg !default;
|
|
10015
10031
|
$kendo-picker-text: $kendo-input-text !default;
|
|
10016
10032
|
$kendo-picker-border: $kendo-input-border !default;
|
|
@@ -10029,7 +10045,11 @@ $kendo-picker-focus-border: $kendo-input-focus-border !default;
|
|
|
10029
10045
|
$kendo-picker-focus-gradient: null !default;
|
|
10030
10046
|
$kendo-picker-focus-shadow: $kendo-input-focus-shadow !default;
|
|
10031
10047
|
|
|
10032
|
-
$kendo-
|
|
10048
|
+
$kendo-picker-disabled-bg: $kendo-input-disabled-bg !default;
|
|
10049
|
+
$kendo-picker-disabled-text: $kendo-input-disabled-text !default;
|
|
10050
|
+
$kendo-picker-disabled-border: $kendo-input-disabled-border !default;
|
|
10051
|
+
$kendo-picker-disabled-gradient: null !default;
|
|
10052
|
+
$kendo-picker-disabled-shadow: null !default;
|
|
10033
10053
|
|
|
10034
10054
|
$kendo-input-placeholder-text: $subtle-text !default;
|
|
10035
10055
|
$kendo-input-placeholder-opacity: 1 !default;
|
|
@@ -10333,10 +10353,10 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
10333
10353
|
}
|
|
10334
10354
|
}
|
|
10335
10355
|
.k-spinner-increase .k-icon {
|
|
10336
|
-
bottom:
|
|
10356
|
+
bottom: if( $use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
|
|
10337
10357
|
}
|
|
10338
10358
|
.k-spinner-decrease .k-icon {
|
|
10339
|
-
top:
|
|
10359
|
+
top: if( $use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
|
|
10340
10360
|
}
|
|
10341
10361
|
}
|
|
10342
10362
|
|
|
@@ -10514,6 +10534,24 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
10514
10534
|
}
|
|
10515
10535
|
|
|
10516
10536
|
|
|
10537
|
+
// Disabled
|
|
10538
|
+
.k-input,
|
|
10539
|
+
.k-picker {
|
|
10540
|
+
&:disabled,
|
|
10541
|
+
&[disabled],
|
|
10542
|
+
&.k-disabled {
|
|
10543
|
+
opacity: 1;
|
|
10544
|
+
filter: none;
|
|
10545
|
+
}
|
|
10546
|
+
|
|
10547
|
+
.k-input-button,
|
|
10548
|
+
.k-input-spinner .k-spinner-increase,
|
|
10549
|
+
.k-input-spinner .k-spinner-decrease {
|
|
10550
|
+
color: inherit;
|
|
10551
|
+
}
|
|
10552
|
+
}
|
|
10553
|
+
|
|
10554
|
+
|
|
10517
10555
|
// Input ripple
|
|
10518
10556
|
.k-floating-label-container {
|
|
10519
10557
|
@include input-ripple();
|
|
@@ -10563,6 +10601,19 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
10563
10601
|
@include box-shadow( $kendo-input-focus-shadow );
|
|
10564
10602
|
}
|
|
10565
10603
|
|
|
10604
|
+
//Disabled
|
|
10605
|
+
&:disabled,
|
|
10606
|
+
&[disabled],
|
|
10607
|
+
&.k-disabled {
|
|
10608
|
+
@include fill(
|
|
10609
|
+
$kendo-input-disabled-text,
|
|
10610
|
+
$kendo-input-disabled-bg,
|
|
10611
|
+
$kendo-input-disabled-border,
|
|
10612
|
+
$kendo-input-disabled-gradient
|
|
10613
|
+
);
|
|
10614
|
+
@include box-shadow( $kendo-input-disabled-shadow );
|
|
10615
|
+
}
|
|
10616
|
+
|
|
10566
10617
|
// Invalid
|
|
10567
10618
|
&.k-invalid,
|
|
10568
10619
|
&.ng-invalid.ng-touched,
|
|
@@ -10626,6 +10677,19 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
10626
10677
|
@include box-shadow( $kendo-picker-focus-shadow );
|
|
10627
10678
|
}
|
|
10628
10679
|
|
|
10680
|
+
//Disabled
|
|
10681
|
+
&:disabled,
|
|
10682
|
+
&[disabled],
|
|
10683
|
+
&.k-disabled {
|
|
10684
|
+
@include fill(
|
|
10685
|
+
$kendo-picker-disabled-text,
|
|
10686
|
+
$kendo-picker-disabled-bg,
|
|
10687
|
+
$kendo-picker-disabled-border,
|
|
10688
|
+
$kendo-picker-disabled-gradient
|
|
10689
|
+
);
|
|
10690
|
+
@include box-shadow( $kendo-picker-disabled-shadow );
|
|
10691
|
+
}
|
|
10692
|
+
|
|
10629
10693
|
// Invalid
|
|
10630
10694
|
&.k-invalid,
|
|
10631
10695
|
&.ng-invalid.ng-touched,
|
|
@@ -13982,14 +14046,11 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
13982
14046
|
$kendo-menu-popup-item-expanded-gradient
|
|
13983
14047
|
);
|
|
13984
14048
|
}
|
|
13985
|
-
|
|
13986
|
-
&.k-focus {
|
|
13987
|
-
@include box-shadow( $kendo-menu-popup-item-focus-shadow );
|
|
13988
|
-
}
|
|
13989
14049
|
}
|
|
13990
14050
|
|
|
13991
14051
|
.k-item {
|
|
13992
|
-
&:focus
|
|
14052
|
+
&:focus,
|
|
14053
|
+
&.k-focus {
|
|
13993
14054
|
@include box-shadow( $kendo-menu-popup-item-focus-shadow );
|
|
13994
14055
|
}
|
|
13995
14056
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
4
|
-
"version": "5.1.
|
|
4
|
+
"version": "5.1.2-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"postpublish": "echo 'no postpublish for material theme'"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@progress/kendo-theme-default": "^5.1.
|
|
53
|
+
"@progress/kendo-theme-default": "^5.1.2-dev.3"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "8a1041b9ea9729c5edf718e1be1afc717c476262"
|
|
56
56
|
}
|
package/scss/_variables.scss
CHANGED
|
@@ -13,6 +13,7 @@ $enable-grid-classes: true !default;
|
|
|
13
13
|
$use-calc-badge-size: true !default;
|
|
14
14
|
$use-input-button-width: false !default;
|
|
15
15
|
$use-input-spinner-width: false !default;
|
|
16
|
+
$use-input-spinner-icon-offset: false !default;
|
|
16
17
|
$use-picker-select-width: false !default;
|
|
17
18
|
|
|
18
19
|
|
package/scss/input/_layout.scss
CHANGED
|
@@ -32,6 +32,24 @@
|
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
|
|
35
|
+
// Disabled
|
|
36
|
+
.k-input,
|
|
37
|
+
.k-picker {
|
|
38
|
+
&:disabled,
|
|
39
|
+
&[disabled],
|
|
40
|
+
&.k-disabled {
|
|
41
|
+
opacity: 1;
|
|
42
|
+
filter: none;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.k-input-button,
|
|
46
|
+
.k-input-spinner .k-spinner-increase,
|
|
47
|
+
.k-input-spinner .k-spinner-decrease {
|
|
48
|
+
color: inherit;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
|
|
35
53
|
// Input ripple
|
|
36
54
|
.k-floating-label-container {
|
|
37
55
|
@include input-ripple();
|
|
@@ -71,6 +71,12 @@ $kendo-input-focus-text: null !default;
|
|
|
71
71
|
$kendo-input-focus-border: $primary !default;
|
|
72
72
|
$kendo-input-focus-shadow: null !default;
|
|
73
73
|
|
|
74
|
+
$kendo-input-disabled-bg: try-shade( $component-bg, .25 ) !default;
|
|
75
|
+
$kendo-input-disabled-text: $disabled-text !default;
|
|
76
|
+
$kendo-input-disabled-border: rgba( $component-border, (alpha( $component-border ) / 2) ) !default;
|
|
77
|
+
$kendo-input-disabled-gradient: null !default;
|
|
78
|
+
$kendo-input-disabled-shadow: null !default;
|
|
79
|
+
|
|
74
80
|
$kendo-picker-bg: $kendo-input-bg !default;
|
|
75
81
|
$kendo-picker-text: $kendo-input-text !default;
|
|
76
82
|
$kendo-picker-border: $kendo-input-border !default;
|
|
@@ -89,7 +95,11 @@ $kendo-picker-focus-border: $kendo-input-focus-border !default;
|
|
|
89
95
|
$kendo-picker-focus-gradient: null !default;
|
|
90
96
|
$kendo-picker-focus-shadow: $kendo-input-focus-shadow !default;
|
|
91
97
|
|
|
92
|
-
$kendo-
|
|
98
|
+
$kendo-picker-disabled-bg: $kendo-input-disabled-bg !default;
|
|
99
|
+
$kendo-picker-disabled-text: $kendo-input-disabled-text !default;
|
|
100
|
+
$kendo-picker-disabled-border: $kendo-input-disabled-border !default;
|
|
101
|
+
$kendo-picker-disabled-gradient: null !default;
|
|
102
|
+
$kendo-picker-disabled-shadow: null !default;
|
|
93
103
|
|
|
94
104
|
$kendo-input-placeholder-text: $subtle-text !default;
|
|
95
105
|
$kendo-input-placeholder-opacity: 1 !default;
|