@progress/kendo-theme-bootstrap 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
@@ -2745,142 +2745,282 @@ kendo-sortable {
2745
2745
  }
2746
2746
 
2747
2747
  .k-overflow-auto {
2748
- overflow: auto !important;
2748
+ overflow: auto;
2749
2749
  }
2750
2750
 
2751
2751
  .k-overflow-x-auto {
2752
- overflow-x: auto !important;
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 !important;
2772
+ overflow: hidden;
2761
2773
  }
2762
2774
 
2763
2775
  .k-overflow-x-hidden {
2764
- overflow-x: hidden !important;
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 !important;
2796
+ overflow: visible;
2773
2797
  }
2774
2798
 
2775
2799
  .k-overflow-x-visible {
2776
- overflow-x: visible !important;
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 !important;
2820
+ overflow: scroll;
2785
2821
  }
2786
2822
 
2787
2823
  .k-overflow-x-scroll {
2788
- overflow-x: scroll !important;
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 !important;
2844
+ overflow: clip;
2797
2845
  }
2798
2846
 
2799
2847
  .k-overflow-x-clip {
2800
- overflow-x: clip !important;
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
 
@@ -13198,11 +13354,11 @@ textarea.k-input-inner {
13198
13354
  }
13199
13355
 
13200
13356
  .k-input-spinner .k-spinner-increase .k-icon {
13201
- bottom: -;
13357
+ bottom: auto;
13202
13358
  }
13203
13359
 
13204
13360
  .k-input-spinner .k-spinner-decrease .k-icon {
13205
- top: -;
13361
+ top: auto;
13206
13362
  }
13207
13363
 
13208
13364
  .k-searchbar {
@@ -15508,13 +15664,9 @@ textarea.k-input-inner {
15508
15664
  background-color: #0d6efd;
15509
15665
  }
15510
15666
 
15511
- .k-menu-group .k-item > .k-link.k-focus,
15512
- .k-menu.k-context-menu .k-item > .k-link.k-focus {
15513
- box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
15514
- }
15515
-
15516
- .k-menu-group .k-item:focus,
15517
- .k-menu.k-context-menu .k-item:focus {
15667
+ .k-menu-group .k-item:focus, .k-menu-group .k-item.k-focus,
15668
+ .k-menu.k-context-menu .k-item:focus,
15669
+ .k-menu.k-context-menu .k-item.k-focus {
15518
15670
  box-shadow: inset 0 0 0 3px rgba(33, 37, 41, 0.15);
15519
15671
  }
15520
15672
 
package/dist/all.scss CHANGED
@@ -458,6 +458,7 @@ $wcag-light: white !default;
458
458
  // #endregion
459
459
  // #region @import "_misc.scss"; -> packages/bootstrap/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"),
@@ -2955,6 +2956,7 @@ $enable-grid-classes: true !default;
2955
2956
  $use-calc-badge-size: true !default;
2956
2957
  $use-input-button-width: false !default;
2957
2958
  $use-input-spinner-width: false !default;
2959
+ $use-input-spinner-icon-offset: false !default;
2958
2960
  $use-picker-select-width: false !default;
2959
2961
 
2960
2962
 
@@ -5881,16 +5883,22 @@ $utils-border-radius: (
5881
5883
  // sass-lint:disable no-important
5882
5884
  @if $utils-overflow {
5883
5885
  @each $overflow in $utils-overflow {
5884
- .k-overflow-#{$overflow} { overflow: $overflow !important; }
5885
- .k-overflow-x-#{$overflow} { overflow-x: $overflow !important; }
5886
- .k-overflow-y-#{$overflow} { overflow-y: $overflow !important; }
5886
+ .k-overflow-#{$overflow} { overflow: $overflow; }
5887
+ .k-overflow-x-#{$overflow} { overflow-x: $overflow; }
5888
+ .k-overflow-y-#{$overflow} { overflow-y: $overflow; }
5889
+
5890
+ .\!k-overflow-#{$overflow} { overflow: $overflow !important; }
5891
+ .\!k-overflow-x-#{$overflow} { overflow-x: $overflow !important; }
5892
+ .\!k-overflow-y-#{$overflow} { overflow-y: $overflow !important; }
5887
5893
  }
5888
5894
 
5889
5895
 
5890
5896
  @each $overflow-x in $utils-overflow {
5891
5897
  @each $overflow-y in $utils-overflow {
5892
5898
  @if $overflow-x != $overflow-y {
5893
- .k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y !important; }
5899
+ .k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y; }
5900
+
5901
+ .\!k-overflow-#{$overflow-x}-#{$overflow-y} { overflow: $overflow-x $overflow-y !important; }
5894
5902
  }
5895
5903
  }
5896
5904
  }
@@ -6149,8 +6157,10 @@ $utils-border-radius: (
6149
6157
 
6150
6158
  @if $utils-resize {
6151
6159
  @each $resize in $utils-resize {
6160
+ .k-resize-#{$resize} { resize: $resize; }
6161
+
6152
6162
  // sass-lint:disable-block no-important
6153
- .k-resize-#{$resize} { resize: $resize !important; }
6163
+ .\!k-resize-#{$resize} { resize: $resize !important; }
6154
6164
  }
6155
6165
  }
6156
6166
 
@@ -10983,6 +10993,12 @@ $kendo-input-focus-text: $input-focus-color !default;
10983
10993
  $kendo-input-focus-border: $input-focus-border-color !default;
10984
10994
  $kendo-input-focus-shadow: $input-focus-box-shadow !default;
10985
10995
 
10996
+ $kendo-input-disabled-bg: null !default;
10997
+ $kendo-input-disabled-text: null !default;
10998
+ $kendo-input-disabled-border: null !default;
10999
+ $kendo-input-disabled-gradient: null !default;
11000
+ $kendo-input-disabled-shadow: null !default;
11001
+
10986
11002
  $kendo-picker-bg: $kendo-button-bg !default;
10987
11003
  $kendo-picker-text: $kendo-button-text !default;
10988
11004
  $kendo-picker-border: $kendo-button-border !default;
@@ -11001,6 +11017,12 @@ $kendo-picker-focus-border: $kendo-button-focus-border !default;
11001
11017
  $kendo-picker-focus-gradient: $kendo-button-focus-gradient !default;
11002
11018
  $kendo-picker-focus-shadow: $kendo-button-focus-shadow !default;
11003
11019
 
11020
+ $kendo-picker-disabled-bg: null !default;
11021
+ $kendo-picker-disabled-text: null !default;
11022
+ $kendo-picker-disabled-border: null !default;
11023
+ $kendo-picker-disabled-gradient: null !default;
11024
+ $kendo-picker-disabled-shadow: null !default;
11025
+
11004
11026
  $kendo-input-placeholder-text: $input-placeholder-color !default;
11005
11027
  $kendo-input-placeholder-opacity: 1 !default;
11006
11028
 
@@ -11303,10 +11325,10 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
11303
11325
  }
11304
11326
  }
11305
11327
  .k-spinner-increase .k-icon {
11306
- bottom: -$kendo-input-spinner-icon-offset;
11328
+ bottom: if( $use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
11307
11329
  }
11308
11330
  .k-spinner-decrease .k-icon {
11309
- top: -$kendo-input-spinner-icon-offset;
11331
+ top: if( $use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
11310
11332
  }
11311
11333
  }
11312
11334
 
@@ -11503,6 +11525,19 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
11503
11525
  @include box-shadow( $kendo-input-focus-shadow );
11504
11526
  }
11505
11527
 
11528
+ //Disabled
11529
+ &:disabled,
11530
+ &[disabled],
11531
+ &.k-disabled {
11532
+ @include fill(
11533
+ $kendo-input-disabled-text,
11534
+ $kendo-input-disabled-bg,
11535
+ $kendo-input-disabled-border,
11536
+ $kendo-input-disabled-gradient
11537
+ );
11538
+ @include box-shadow( $kendo-input-disabled-shadow );
11539
+ }
11540
+
11506
11541
  // Invalid
11507
11542
  &.k-invalid,
11508
11543
  &.ng-invalid.ng-touched,
@@ -11566,6 +11601,19 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
11566
11601
  @include box-shadow( $kendo-picker-focus-shadow );
11567
11602
  }
11568
11603
 
11604
+ //Disabled
11605
+ &:disabled,
11606
+ &[disabled],
11607
+ &.k-disabled {
11608
+ @include fill(
11609
+ $kendo-picker-disabled-text,
11610
+ $kendo-picker-disabled-bg,
11611
+ $kendo-picker-disabled-border,
11612
+ $kendo-picker-disabled-gradient
11613
+ );
11614
+ @include box-shadow( $kendo-picker-disabled-shadow );
11615
+ }
11616
+
11569
11617
  // Invalid
11570
11618
  &.k-invalid,
11571
11619
  &.ng-invalid.ng-touched,
@@ -14842,14 +14890,11 @@ $tooltip-error-border: $tooltip-error-bg !default;
14842
14890
  $kendo-menu-popup-item-expanded-gradient
14843
14891
  );
14844
14892
  }
14845
-
14846
- &.k-focus {
14847
- @include box-shadow( $kendo-menu-popup-item-focus-shadow );
14848
- }
14849
14893
  }
14850
14894
 
14851
14895
  .k-item {
14852
- &:focus {
14896
+ &:focus,
14897
+ &.k-focus {
14853
14898
  @include box-shadow( $kendo-menu-popup-item-focus-shadow );
14854
14899
  }
14855
14900
  }
@@ -20414,6 +20459,7 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
20414
20459
  // DateTime
20415
20460
  $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-padding-x * 2}) !default;
20416
20461
 
20462
+
20417
20463
  // #endregion
20418
20464
  // #region @import "_layout.scss"; -> packages/bootstrap/scss/datetimepicker/_layout.scss
20419
20465
  // #region @import "~@progress/kendo-theme-default/scss/datetimepicker/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-bootstrap",
3
3
  "description": "Bootstrap theme for Kendo UI",
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,8 +49,8 @@
49
49
  "postpublish": "echo 'no postpublish for bootstrap 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
  "bootstrap": "^5.1.0"
54
54
  },
55
- "gitHead": "798d6d06021f47b42f71b16530f96ab23d2b9c04"
55
+ "gitHead": "8a1041b9ea9729c5edf718e1be1afc717c476262"
56
56
  }
@@ -15,6 +15,7 @@ $enable-grid-classes: true !default;
15
15
  $use-calc-badge-size: true !default;
16
16
  $use-input-button-width: false !default;
17
17
  $use-input-spinner-width: false !default;
18
+ $use-input-spinner-icon-offset: false !default;
18
19
  $use-picker-select-width: false !default;
19
20
 
20
21
 
@@ -1,2 +1,3 @@
1
1
  // DateTime
2
2
  $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-padding-x * 2}) !default;
3
+
@@ -71,6 +71,12 @@ $kendo-input-focus-text: $input-focus-color !default;
71
71
  $kendo-input-focus-border: $input-focus-border-color !default;
72
72
  $kendo-input-focus-shadow: $input-focus-box-shadow !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: $input-placeholder-color !default;
93
105
  $kendo-input-placeholder-opacity: 1 !default;
94
106