@progress/kendo-theme-default 5.1.2-dev.7 → 5.2.1-dev.1

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
@@ -997,15 +997,17 @@ kendo-sortable {
997
997
  text-indent: -4000px;
998
998
  text-align: center;
999
999
  position: absolute;
1000
+ color: currentColor;
1000
1001
  }
1001
1002
 
1002
1003
  .k-loading-image {
1003
1004
  z-index: 2;
1005
+ color: currentColor;
1004
1006
  }
1005
1007
 
1006
1008
  .k-loading-color {
1007
1009
  background-color: #ffffff;
1008
- opacity: .3;
1010
+ opacity: 0.3;
1009
1011
  }
1010
1012
 
1011
1013
  .k-i-loading {
@@ -12202,6 +12204,18 @@ kendo-badge-container {
12202
12204
  flex: none;
12203
12205
  }
12204
12206
 
12207
+ .k-split-button .k-split-button-arrow.k-button-sm {
12208
+ padding: 2px 2px;
12209
+ }
12210
+
12211
+ .k-split-button .k-split-button-arrow.k-button-md {
12212
+ padding: 4px 4px;
12213
+ }
12214
+
12215
+ .k-split-button .k-split-button-arrow.k-button-lg {
12216
+ padding: 6px 6px;
12217
+ }
12218
+
12205
12219
  .k-split-button .k-split-button-arrow .k-button-icon {
12206
12220
  min-width: 0;
12207
12221
  }
@@ -13337,6 +13351,38 @@ kendo-badge-container {
13337
13351
  margin: 0;
13338
13352
  }
13339
13353
 
13354
+ .k-input:disabled, .k-input[disabled], .k-input.k-disabled,
13355
+ .k-picker:disabled,
13356
+ .k-picker[disabled],
13357
+ .k-picker.k-disabled {
13358
+ outline: none;
13359
+ cursor: default;
13360
+ opacity: 0.6;
13361
+ filter: grayscale(0.1);
13362
+ pointer-events: none;
13363
+ box-shadow: none;
13364
+ }
13365
+
13366
+ .k-input:disabled [disabled],
13367
+ .k-input:disabled .k-disabled,
13368
+ .k-input:disabled .k-state-disabled, .k-input[disabled] [disabled],
13369
+ .k-input[disabled] .k-disabled,
13370
+ .k-input[disabled] .k-state-disabled, .k-input.k-disabled [disabled],
13371
+ .k-input.k-disabled .k-disabled,
13372
+ .k-input.k-disabled .k-state-disabled,
13373
+ .k-picker:disabled [disabled],
13374
+ .k-picker:disabled .k-disabled,
13375
+ .k-picker:disabled .k-state-disabled,
13376
+ .k-picker[disabled] [disabled],
13377
+ .k-picker[disabled] .k-disabled,
13378
+ .k-picker[disabled] .k-state-disabled,
13379
+ .k-picker.k-disabled [disabled],
13380
+ .k-picker.k-disabled .k-disabled,
13381
+ .k-picker.k-disabled .k-state-disabled {
13382
+ opacity: 1;
13383
+ filter: grayscale(0);
13384
+ }
13385
+
13340
13386
  input.k-input {
13341
13387
  padding: 4px 8px;
13342
13388
  }
@@ -13363,7 +13409,7 @@ select.k-picker {
13363
13409
  position: relative;
13364
13410
  z-index: 1;
13365
13411
  overflow: hidden;
13366
- text-overflow: clip;
13412
+ text-overflow: ellipsis;
13367
13413
  -webkit-appearance: none;
13368
13414
  }
13369
13415
 
@@ -13412,7 +13458,7 @@ textarea.k-input-inner {
13412
13458
  .k-input-value-text {
13413
13459
  flex: 1;
13414
13460
  overflow: hidden;
13415
- text-overflow: clip;
13461
+ text-overflow: ellipsis;
13416
13462
  }
13417
13463
 
13418
13464
  .k-input-value-text::before {
@@ -18953,6 +18999,10 @@ kendo-label > .k-label {
18953
18999
  width: 46px;
18954
19000
  }
18955
19001
 
19002
+ .k-colorgradient-inputs .k-input-inner {
19003
+ text-overflow: clip;
19004
+ }
19005
+
18956
19006
  .k-colorgradient-color-contrast > div {
18957
19007
  display: flex;
18958
19008
  flex-flow: row nowrap;
@@ -19717,7 +19767,7 @@ kendo-label > .k-label {
19717
19767
  }
19718
19768
 
19719
19769
  .k-popup-dropdowntree .k-check-all {
19720
- padding: 8px 8px;
19770
+ padding: 8px 8px 0;
19721
19771
  }
19722
19772
 
19723
19773
  .k-popup-dropdowntree .k-treeview {
@@ -23477,6 +23527,11 @@ kendo-card-footer {
23477
23527
  width: 5em;
23478
23528
  }
23479
23529
 
23530
+ .k-pager-sizes .k-input-inner,
23531
+ .k-pager-sizes .k-input-value-text {
23532
+ text-overflow: clip;
23533
+ }
23534
+
23480
23535
  .k-rtl .k-pager-sizes .k-dropdown-list, .k-rtl .k-pager-sizes .k-dropdown,
23481
23536
  .k-rtl .k-pager-sizes .k-dropdownlist,
23482
23537
  .k-rtl .k-pager-sizes > select,
@@ -23672,6 +23727,7 @@ kendo-card-footer {
23672
23727
  display: flex;
23673
23728
  align-items: center;
23674
23729
  justify-content: center;
23730
+ flex: none;
23675
23731
  position: relative;
23676
23732
  z-index: 1;
23677
23733
  overflow: visible;
@@ -23702,7 +23758,7 @@ kendo-card-footer {
23702
23758
  }
23703
23759
 
23704
23760
  .k-stepper .k-step-label {
23705
- max-width: calc(min(100%, 10em));
23761
+ max-width: clamp(100%, 10em, 100%);
23706
23762
  display: inline-flex;
23707
23763
  flex-wrap: wrap;
23708
23764
  align-items: center;
@@ -27642,11 +27698,6 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
27642
27698
  min-width: 1.4285714286em;
27643
27699
  }
27644
27700
 
27645
- .k-spreadsheet-toolbar .k-input,
27646
- .k-spreadsheet-toolbar .k-picker {
27647
- width: 5em;
27648
- }
27649
-
27650
27701
  .k-spreadsheet-toolbar .k-color-picker, .k-spreadsheet-toolbar .k-colorpicker {
27651
27702
  width: min-content;
27652
27703
  }
@@ -30956,6 +31007,11 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
30956
31007
  overflow-y: auto;
30957
31008
  }
30958
31009
 
31010
+ .k-imageeditor-action-pane .k-input-inner,
31011
+ .k-imageeditor-action-pane .k-input-value-text {
31012
+ text-overflow: clip;
31013
+ }
31014
+
30959
31015
  .k-imageeditor-crop-overlay {
30960
31016
  width: 100%;
30961
31017
  height: 100%;
@@ -31780,7 +31836,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31780
31836
  }
31781
31837
 
31782
31838
  .k-gantt-tooltip-validation::before {
31783
- content: '';
31839
+ content: "";
31784
31840
  width: 4px;
31785
31841
  height: 100%;
31786
31842
  position: absolute;
package/dist/all.scss CHANGED
@@ -1327,7 +1327,10 @@ $header-gradient: null !default;
1327
1327
 
1328
1328
 
1329
1329
  // Loading
1330
-
1330
+ $loading-bg: $component-bg !default;
1331
+ $loading-text: currentColor !default;
1332
+ $loading-opacity: .3 !default;
1333
+ $zindex-loading: 100 !default;
1331
1334
 
1332
1335
  // Placeholder
1333
1336
  $placeholder-line-width: 100% !default;
@@ -2753,7 +2756,7 @@ $display4-letter-spacing: null !default;
2753
2756
  }
2754
2757
 
2755
2758
  .k-loading-mask {
2756
- z-index: 100;
2759
+ z-index: $zindex-loading;
2757
2760
 
2758
2761
  &.k-opaque {
2759
2762
  .k-loading-color {
@@ -2765,13 +2768,15 @@ $display4-letter-spacing: null !default;
2765
2768
  text-indent: -4000px;
2766
2769
  text-align: center;
2767
2770
  position: absolute;
2771
+ color: $loading-text;
2768
2772
  }
2769
2773
  .k-loading-image {
2770
2774
  z-index: 2;
2775
+ color: $loading-text;
2771
2776
  }
2772
2777
  .k-loading-color {
2773
- background-color: $component-bg;
2774
- opacity: .3;
2778
+ background-color: $loading-bg;
2779
+ opacity: $loading-opacity;
2775
2780
  }
2776
2781
 
2777
2782
  // Loading indicator
@@ -2779,7 +2784,7 @@ $display4-letter-spacing: null !default;
2779
2784
  position: relative;
2780
2785
  background-color: transparent;
2781
2786
  box-sizing: border-box;
2782
- color: currentColor;
2787
+ color: $loading-text;
2783
2788
 
2784
2789
  &::before,
2785
2790
  &::after {
@@ -7962,8 +7967,19 @@ $kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-but
7962
7967
  /// @group button
7963
7968
  $kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} ) !default;
7964
7969
 
7970
+ /// Horizontal padding of the arrow button.
7971
+ /// @group button
7965
7972
  $kendo-button-arrow-padding-x: $kendo-button-padding-y !default;
7973
+ $kendo-button-arrow-padding-x-sm: $kendo-button-padding-y-sm !default;
7974
+ $kendo-button-arrow-padding-x-md: $kendo-button-padding-y-md !default;
7975
+ $kendo-button-arrow-padding-x-lg: $kendo-button-padding-y-lg !default;
7976
+
7977
+ /// Vertical padding of the arrow button.
7978
+ /// @group button
7966
7979
  $kendo-button-arrow-padding-y: $kendo-button-padding-y !default;
7980
+ $kendo-button-arrow-padding-y-sm: $kendo-button-padding-y-sm !default;
7981
+ $kendo-button-arrow-padding-y-md: $kendo-button-padding-y-md !default;
7982
+ $kendo-button-arrow-padding-y-lg: $kendo-button-padding-y-lg !default;
7967
7983
 
7968
7984
  /// Theme colors map for the button.
7969
7985
  /// @group button
@@ -8341,6 +8357,18 @@ $kendo-button-transition: color .2s ease-in-out !default;
8341
8357
  aspect-ratio: auto;
8342
8358
  flex: none;
8343
8359
 
8360
+ &.k-button-sm {
8361
+ padding: $kendo-button-arrow-padding-y-sm $kendo-button-arrow-padding-x-sm;
8362
+ }
8363
+
8364
+ &.k-button-md {
8365
+ padding: $kendo-button-arrow-padding-y-md $kendo-button-arrow-padding-x-md;
8366
+ }
8367
+
8368
+ &.k-button-lg {
8369
+ padding: $kendo-button-arrow-padding-y-lg $kendo-button-arrow-padding-x-lg;
8370
+ }
8371
+
8344
8372
  .k-button-icon {
8345
8373
  min-width: 0;
8346
8374
  }
@@ -8993,8 +9021,20 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
8993
9021
  & > * {
8994
9022
  margin: 0;
8995
9023
  }
8996
- }
8997
9024
 
9025
+ &:disabled,
9026
+ &[disabled],
9027
+ &.k-disabled {
9028
+ @include disabled( $disabled-styling );
9029
+
9030
+ [disabled],
9031
+ .k-disabled,
9032
+ .k-state-disabled {
9033
+ opacity: 1;
9034
+ filter: grayscale(0);
9035
+ }
9036
+ }
9037
+ }
8998
9038
 
8999
9039
  // Input
9000
9040
  .k-input {}
@@ -9026,7 +9066,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9026
9066
  position: relative;
9027
9067
  z-index: 1;
9028
9068
  overflow: hidden;
9029
- text-overflow: clip;
9069
+ text-overflow: ellipsis;
9030
9070
  -webkit-appearance: none;
9031
9071
 
9032
9072
  // Hide clear icon
@@ -9065,7 +9105,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
9065
9105
  .k-input-value-text {
9066
9106
  flex: 1;
9067
9107
  overflow: hidden;
9068
- text-overflow: clip;
9108
+ text-overflow: ellipsis;
9069
9109
  }
9070
9110
  .k-input-value-text::before {
9071
9111
  content: "\200b";
@@ -17522,6 +17562,10 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
17522
17562
  .k-numerictextbox {
17523
17563
  width: $colorgradient-input-width;
17524
17564
  }
17565
+
17566
+ .k-input-inner {
17567
+ text-overflow: clip;
17568
+ }
17525
17569
  }
17526
17570
 
17527
17571
  // Contrast
@@ -19165,7 +19209,7 @@ $dropdowntree-popup-padding-y: map-get( $spacing, 2 ) !default;
19165
19209
  padding: 0;
19166
19210
 
19167
19211
  .k-check-all {
19168
- padding: $dropdowntree-popup-padding-y $dropdowntree-popup-padding-x;
19212
+ padding: $dropdowntree-popup-padding-y $dropdowntree-popup-padding-x 0;
19169
19213
  }
19170
19214
 
19171
19215
  .k-treeview {
@@ -24339,6 +24383,11 @@ $pager-dropdown-width: 5em !default;
24339
24383
  width: $pager-dropdown-width;
24340
24384
  }
24341
24385
 
24386
+ .k-input-inner,
24387
+ .k-input-value-text {
24388
+ text-overflow: clip;
24389
+ }
24390
+
24342
24391
  .k-rtl &,
24343
24392
  [dir="rtl"] & {
24344
24393
  .k-dropdown-list,
@@ -24759,6 +24808,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
24759
24808
  display: flex;
24760
24809
  align-items: center;
24761
24810
  justify-content: center;
24811
+ flex: none;
24762
24812
  position: relative;
24763
24813
  z-index: 1;
24764
24814
  overflow: visible;
@@ -24792,7 +24842,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
24792
24842
 
24793
24843
  // Step label
24794
24844
  .k-step-label {
24795
- max-width: calc(min(100%, 10em));
24845
+ max-width: clamp(100%, 10em, 100%);
24796
24846
  display: inline-flex;
24797
24847
  flex-wrap: wrap;
24798
24848
  align-items: center;
@@ -30147,10 +30197,6 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
30147
30197
  min-width: $form-line-height * 1em;
30148
30198
  }
30149
30199
 
30150
- .k-input,
30151
- .k-picker {
30152
- width: 5em;
30153
- }
30154
30200
  .k-color-picker {
30155
30201
  width: min-content;
30156
30202
  }
@@ -34666,6 +34712,11 @@ $imageeditor-crop-overlay-bg: rgba(black, .3) !default;
34666
34712
  box-sizing: border-box;
34667
34713
  flex: none;
34668
34714
  overflow-y: auto;
34715
+
34716
+ .k-input-inner,
34717
+ .k-input-value-text {
34718
+ text-overflow: clip;
34719
+ }
34669
34720
  }
34670
34721
 
34671
34722
 
@@ -35672,7 +35723,7 @@ $gantt-validation-tooltip-invalid-border: $error !default;
35672
35723
  display: block;
35673
35724
 
35674
35725
  &::before {
35675
- content: '';
35726
+ content: "";
35676
35727
  width: 4px;
35677
35728
  height: 100%;
35678
35729
  position: absolute;
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Default Blue",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
+ "version": "5.2.1-dev.1",
6
7
  "previewColors": [
7
8
  "#ffffff",
8
9
  "#f5f5f5",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Default Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
+ "version": "5.2.1-dev.1",
6
7
  "previewColors": [
7
8
  "#ff6358",
8
9
  "#ffd246",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Default Green",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
+ "version": "5.2.1-dev.1",
6
7
  "previewColors": [
7
8
  "#ffffff",
8
9
  "#f5f5f5",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Default Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
+ "version": "5.2.1-dev.1",
6
7
  "previewColors": [
7
8
  "#000000",
8
9
  "#151515",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Default Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
+ "version": "5.2.1-dev.1",
6
7
  "previewColors": [
7
8
  "#ffffff",
8
9
  "#f5f5f5",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Default Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
+ "version": "5.2.1-dev.1",
6
7
  "previewColors": [
7
8
  "#ffffff",
8
9
  "#50686e",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Default Orange",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
+ "version": "5.2.1-dev.1",
6
7
  "previewColors": [
7
8
  "#ffffff",
8
9
  "#f5f5f5",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Default Purple",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
+ "version": "5.2.1-dev.1",
6
7
  "previewColors": [
7
8
  "#ffffff",
8
9
  "#f5f5f5",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Default Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
+ "version": "5.2.1-dev.1",
6
7
  "previewColors": [
7
8
  "#ffffff",
8
9
  "#f5f5f5",
@@ -1,8 +1,9 @@
1
1
  {
2
- "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.11.0/lib/schemas/kendo-swatch.json",
2
+ "$schema": "https://unpkg.com/@progress/kendo-theme-tasks@1.14.0/lib/schemas/kendo-swatch.json",
3
3
  "name": "Default Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-default",
6
+ "version": "5.2.1-dev.1",
6
7
  "previewColors": [
7
8
  "#ffffff",
8
9
  "#e3eef4",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "5.1.2-dev.7",
4
+ "version": "5.2.1-dev.1",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -44,8 +44,8 @@
44
44
  "dart:watch": "gulp dart:watch",
45
45
  "dart:swatches": "gulp dart:swatches",
46
46
  "dart:flat": "gulp dart:flat",
47
- "prepublishOnly": "echo 'no prebublish for default theme'",
47
+ "prepublishOnly": "node ../../scripts/themes-prepublish.js",
48
48
  "postpublish": "echo 'no postpublish for default theme'"
49
49
  },
50
- "gitHead": "cedfa864b61e9c7f5e63839f6428eaee5af5c536"
50
+ "gitHead": "9efb8de6ee8dabce6a0d5362b8978383a8afde67"
51
51
  }
@@ -343,7 +343,10 @@ $header-gradient: null !default;
343
343
 
344
344
 
345
345
  // Loading
346
-
346
+ $loading-bg: $component-bg !default;
347
+ $loading-text: currentColor !default;
348
+ $loading-opacity: .3 !default;
349
+ $zindex-loading: 100 !default;
347
350
 
348
351
  // Placeholder
349
352
  $placeholder-line-width: 100% !default;
@@ -220,6 +220,18 @@
220
220
  aspect-ratio: auto;
221
221
  flex: none;
222
222
 
223
+ &.k-button-sm {
224
+ padding: $kendo-button-arrow-padding-y-sm $kendo-button-arrow-padding-x-sm;
225
+ }
226
+
227
+ &.k-button-md {
228
+ padding: $kendo-button-arrow-padding-y-md $kendo-button-arrow-padding-x-md;
229
+ }
230
+
231
+ &.k-button-lg {
232
+ padding: $kendo-button-arrow-padding-y-lg $kendo-button-arrow-padding-x-lg;
233
+ }
234
+
223
235
  .k-button-icon {
224
236
  min-width: 0;
225
237
  }
@@ -48,8 +48,19 @@ $kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-but
48
48
  /// @group button
49
49
  $kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} ) !default;
50
50
 
51
+ /// Horizontal padding of the arrow button.
52
+ /// @group button
51
53
  $kendo-button-arrow-padding-x: $kendo-button-padding-y !default;
54
+ $kendo-button-arrow-padding-x-sm: $kendo-button-padding-y-sm !default;
55
+ $kendo-button-arrow-padding-x-md: $kendo-button-padding-y-md !default;
56
+ $kendo-button-arrow-padding-x-lg: $kendo-button-padding-y-lg !default;
57
+
58
+ /// Vertical padding of the arrow button.
59
+ /// @group button
52
60
  $kendo-button-arrow-padding-y: $kendo-button-padding-y !default;
61
+ $kendo-button-arrow-padding-y-sm: $kendo-button-padding-y-sm !default;
62
+ $kendo-button-arrow-padding-y-md: $kendo-button-padding-y-md !default;
63
+ $kendo-button-arrow-padding-y-lg: $kendo-button-padding-y-lg !default;
53
64
 
54
65
  /// Theme colors map for the button.
55
66
  /// @group button
@@ -134,6 +134,10 @@
134
134
  .k-numerictextbox {
135
135
  width: $colorgradient-input-width;
136
136
  }
137
+
138
+ .k-input-inner {
139
+ text-overflow: clip;
140
+ }
137
141
  }
138
142
 
139
143
  // Contrast
@@ -21,7 +21,7 @@
21
21
  }
22
22
 
23
23
  .k-loading-mask {
24
- z-index: 100;
24
+ z-index: $zindex-loading;
25
25
 
26
26
  &.k-opaque {
27
27
  .k-loading-color {
@@ -33,13 +33,15 @@
33
33
  text-indent: -4000px;
34
34
  text-align: center;
35
35
  position: absolute;
36
+ color: $loading-text;
36
37
  }
37
38
  .k-loading-image {
38
39
  z-index: 2;
40
+ color: $loading-text;
39
41
  }
40
42
  .k-loading-color {
41
- background-color: $component-bg;
42
- opacity: .3;
43
+ background-color: $loading-bg;
44
+ opacity: $loading-opacity;
43
45
  }
44
46
 
45
47
  // Loading indicator
@@ -47,7 +49,7 @@
47
49
  position: relative;
48
50
  background-color: transparent;
49
51
  box-sizing: border-box;
50
- color: currentColor;
52
+ color: $loading-text;
51
53
 
52
54
  &::before,
53
55
  &::after {
@@ -8,7 +8,7 @@
8
8
  padding: 0;
9
9
 
10
10
  .k-check-all {
11
- padding: $dropdowntree-popup-padding-y $dropdowntree-popup-padding-x;
11
+ padding: $dropdowntree-popup-padding-y $dropdowntree-popup-padding-x 0;
12
12
  }
13
13
 
14
14
  .k-treeview {
@@ -716,7 +716,7 @@
716
716
  display: block;
717
717
 
718
718
  &::before {
719
- content: '';
719
+ content: "";
720
720
  width: 4px;
721
721
  height: 100%;
722
722
  position: absolute;
@@ -65,6 +65,11 @@
65
65
  box-sizing: border-box;
66
66
  flex: none;
67
67
  overflow-y: auto;
68
+
69
+ .k-input-inner,
70
+ .k-input-value-text {
71
+ text-overflow: clip;
72
+ }
68
73
  }
69
74
 
70
75
 
@@ -47,8 +47,20 @@
47
47
  & > * {
48
48
  margin: 0;
49
49
  }
50
- }
51
50
 
51
+ &:disabled,
52
+ &[disabled],
53
+ &.k-disabled {
54
+ @include disabled( $disabled-styling );
55
+
56
+ [disabled],
57
+ .k-disabled,
58
+ .k-state-disabled {
59
+ opacity: 1;
60
+ filter: grayscale(0);
61
+ }
62
+ }
63
+ }
52
64
 
53
65
  // Input
54
66
  .k-input {}
@@ -80,7 +92,7 @@
80
92
  position: relative;
81
93
  z-index: 1;
82
94
  overflow: hidden;
83
- text-overflow: clip;
95
+ text-overflow: ellipsis;
84
96
  -webkit-appearance: none;
85
97
 
86
98
  // Hide clear icon
@@ -119,7 +131,7 @@
119
131
  .k-input-value-text {
120
132
  flex: 1;
121
133
  overflow: hidden;
122
- text-overflow: clip;
134
+ text-overflow: ellipsis;
123
135
  }
124
136
  .k-input-value-text::before {
125
137
  content: "\200b";
@@ -177,6 +177,11 @@
177
177
  width: $pager-dropdown-width;
178
178
  }
179
179
 
180
+ .k-input-inner,
181
+ .k-input-value-text {
182
+ text-overflow: clip;
183
+ }
184
+
180
185
  .k-rtl &,
181
186
  [dir="rtl"] & {
182
187
  .k-dropdown-list,
@@ -91,10 +91,6 @@
91
91
  min-width: $form-line-height * 1em;
92
92
  }
93
93
 
94
- .k-input,
95
- .k-picker {
96
- width: 5em;
97
- }
98
94
  .k-color-picker {
99
95
  width: min-content;
100
96
  }
@@ -68,6 +68,7 @@
68
68
  display: flex;
69
69
  align-items: center;
70
70
  justify-content: center;
71
+ flex: none;
71
72
  position: relative;
72
73
  z-index: 1;
73
74
  overflow: visible;
@@ -101,7 +102,7 @@
101
102
 
102
103
  // Step label
103
104
  .k-step-label {
104
- max-width: calc(min(100%, 10em));
105
+ max-width: clamp(100%, 10em, 100%);
105
106
  display: inline-flex;
106
107
  flex-wrap: wrap;
107
108
  align-items: center;