@progress/kendo-angular-inputs 18.1.1-develop.4 → 18.1.1-develop.6

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.
@@ -697,7 +697,8 @@ export class ColorGradientComponent {
697
697
  (click)="changePosition($event)"
698
698
  (kendoPress)="handleDragPress($event)"
699
699
  (kendoDrag)="onHandleDrag($event)"
700
- (kendoRelease)="onHandleRelease()">
700
+ (kendoRelease)="onHandleRelease()"
701
+ [style.touch-action]="'none'">
701
702
  <div
702
703
  #gradientDragHandle
703
704
  class="k-hsv-draghandle k-draghandle"
@@ -705,7 +706,6 @@ export class ColorGradientComponent {
705
706
  [attr.title]="colorGradientHandleTitle"
706
707
  [attr.aria-label]="colorGradientHandleTitle + ' ' + colorGradientHandleAriaLabel"
707
708
  role="slider"
708
- [style.touch-action]="disabled || readonly ? '' : 'none'"
709
709
  [attr.aria-valuetext]="hsvSliderValueText"
710
710
  [attr.aria-readonly]="readonly ? readonly : undefined"
711
711
  [attr.aria-disabled]="disabled ? disabled : undefined"
@@ -884,7 +884,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
884
884
  (click)="changePosition($event)"
885
885
  (kendoPress)="handleDragPress($event)"
886
886
  (kendoDrag)="onHandleDrag($event)"
887
- (kendoRelease)="onHandleRelease()">
887
+ (kendoRelease)="onHandleRelease()"
888
+ [style.touch-action]="'none'">
888
889
  <div
889
890
  #gradientDragHandle
890
891
  class="k-hsv-draghandle k-draghandle"
@@ -892,7 +893,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
892
893
  [attr.title]="colorGradientHandleTitle"
893
894
  [attr.aria-label]="colorGradientHandleTitle + ' ' + colorGradientHandleAriaLabel"
894
895
  role="slider"
895
- [style.touch-action]="disabled || readonly ? '' : 'none'"
896
896
  [attr.aria-valuetext]="hsvSliderValueText"
897
897
  [attr.aria-readonly]="readonly ? readonly : undefined"
898
898
  [attr.aria-disabled]="disabled ? disabled : undefined"
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1740062490,
14
- version: '18.1.1-develop.4',
13
+ publishDate: 1740387590,
14
+ version: '18.1.1-develop.6',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -554,8 +554,8 @@ const packageMetadata = {
554
554
  productName: 'Kendo UI for Angular',
555
555
  productCode: 'KENDOUIANGULAR',
556
556
  productCodes: ['KENDOUIANGULAR'],
557
- publishDate: 1740062490,
558
- version: '18.1.1-develop.4',
557
+ publishDate: 1740387590,
558
+ version: '18.1.1-develop.6',
559
559
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
560
560
  };
561
561
 
@@ -10199,7 +10199,8 @@ class ColorGradientComponent {
10199
10199
  (click)="changePosition($event)"
10200
10200
  (kendoPress)="handleDragPress($event)"
10201
10201
  (kendoDrag)="onHandleDrag($event)"
10202
- (kendoRelease)="onHandleRelease()">
10202
+ (kendoRelease)="onHandleRelease()"
10203
+ [style.touch-action]="'none'">
10203
10204
  <div
10204
10205
  #gradientDragHandle
10205
10206
  class="k-hsv-draghandle k-draghandle"
@@ -10207,7 +10208,6 @@ class ColorGradientComponent {
10207
10208
  [attr.title]="colorGradientHandleTitle"
10208
10209
  [attr.aria-label]="colorGradientHandleTitle + ' ' + colorGradientHandleAriaLabel"
10209
10210
  role="slider"
10210
- [style.touch-action]="disabled || readonly ? '' : 'none'"
10211
10211
  [attr.aria-valuetext]="hsvSliderValueText"
10212
10212
  [attr.aria-readonly]="readonly ? readonly : undefined"
10213
10213
  [attr.aria-disabled]="disabled ? disabled : undefined"
@@ -10386,7 +10386,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
10386
10386
  (click)="changePosition($event)"
10387
10387
  (kendoPress)="handleDragPress($event)"
10388
10388
  (kendoDrag)="onHandleDrag($event)"
10389
- (kendoRelease)="onHandleRelease()">
10389
+ (kendoRelease)="onHandleRelease()"
10390
+ [style.touch-action]="'none'">
10390
10391
  <div
10391
10392
  #gradientDragHandle
10392
10393
  class="k-hsv-draghandle k-draghandle"
@@ -10394,7 +10395,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
10394
10395
  [attr.title]="colorGradientHandleTitle"
10395
10396
  [attr.aria-label]="colorGradientHandleTitle + ' ' + colorGradientHandleAriaLabel"
10396
10397
  role="slider"
10397
- [style.touch-action]="disabled || readonly ? '' : 'none'"
10398
10398
  [attr.aria-valuetext]="hsvSliderValueText"
10399
10399
  [attr.aria-readonly]="readonly ? readonly : undefined"
10400
10400
  [attr.aria-disabled]="disabled ? disabled : undefined"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "18.1.1-develop.4",
3
+ "version": "18.1.1-develop.6",
4
4
  "description": "Kendo UI for Angular Inputs Package - Everything you need to build professional form functionality (Checkbox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Slider, Switch, TextArea, and TextBox Components)",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -28,7 +28,7 @@
28
28
  "package": {
29
29
  "productName": "Kendo UI for Angular",
30
30
  "productCode": "KENDOUIANGULAR",
31
- "publishDate": 1740062490,
31
+ "publishDate": 1740387590,
32
32
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
33
33
  }
34
34
  },
@@ -40,20 +40,20 @@
40
40
  "@angular/platform-browser": "16 - 19",
41
41
  "@progress/kendo-drawing": "^1.21.0",
42
42
  "@progress/kendo-licensing": "^1.4.0",
43
- "@progress/kendo-angular-buttons": "18.1.1-develop.4",
44
- "@progress/kendo-angular-common": "18.1.1-develop.4",
45
- "@progress/kendo-angular-utils": "18.1.1-develop.4",
46
- "@progress/kendo-angular-navigation": "18.1.1-develop.4",
47
- "@progress/kendo-angular-dialog": "18.1.1-develop.4",
48
- "@progress/kendo-angular-intl": "18.1.1-develop.4",
49
- "@progress/kendo-angular-l10n": "18.1.1-develop.4",
50
- "@progress/kendo-angular-popup": "18.1.1-develop.4",
51
- "@progress/kendo-angular-icons": "18.1.1-develop.4",
43
+ "@progress/kendo-angular-buttons": "18.1.1-develop.6",
44
+ "@progress/kendo-angular-common": "18.1.1-develop.6",
45
+ "@progress/kendo-angular-utils": "18.1.1-develop.6",
46
+ "@progress/kendo-angular-navigation": "18.1.1-develop.6",
47
+ "@progress/kendo-angular-dialog": "18.1.1-develop.6",
48
+ "@progress/kendo-angular-intl": "18.1.1-develop.6",
49
+ "@progress/kendo-angular-l10n": "18.1.1-develop.6",
50
+ "@progress/kendo-angular-popup": "18.1.1-develop.6",
51
+ "@progress/kendo-angular-icons": "18.1.1-develop.6",
52
52
  "rxjs": "^6.5.3 || ^7.0.0"
53
53
  },
54
54
  "dependencies": {
55
55
  "tslib": "^2.3.1",
56
- "@progress/kendo-angular-schematics": "18.1.1-develop.4",
56
+ "@progress/kendo-angular-schematics": "18.1.1-develop.6",
57
57
  "@progress/kendo-common": "^1.0.1",
58
58
  "@progress/kendo-draggable": "^3.0.0",
59
59
  "@progress/kendo-inputs-common": "^3.1.0"