@progress/kendo-angular-layout 18.0.0-develop.5 → 18.0.0-develop.7

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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-layout',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1736357831,
13
- version: '18.0.0-develop.5',
12
+ publishDate: 1736519604,
13
+ version: '18.0.0-develop.7',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -119,7 +119,11 @@ export class ScrollService {
119
119
  }
120
120
  const isHorizontal = isTablistHorizontal(this.owner.tabPosition);
121
121
  const scrollOrientation = isHorizontal ? 'deltaX' : 'deltaY';
122
- const direction = event[scrollOrientation] < 0 ? 'prev' : 'next';
122
+ const distance = event[scrollOrientation];
123
+ const direction = distance < 0 ? 'prev' : 'next';
124
+ if (distance === 0) {
125
+ return;
126
+ }
123
127
  this.calculateListPosition(direction, this.owner.scrollable.mouseScrollSpeed);
124
128
  if (isHorizontal) {
125
129
  this.tablistElement.scrollLeft = this.position;
@@ -546,7 +546,7 @@ export class TabStripComponent {
546
546
  <ng-container *ngTemplateOutlet="heading"></ng-container>
547
547
  </ng-container>
548
548
  <ng-template #heading>
549
- <div class="k-tabstrip-items-wrapper" [class.k-tabstrip-items-wrapper-scroll]="tabStripScrollable" [ngClass]="itemsWrapperClass">
549
+ <div class="k-tabstrip-items-wrapper" [class.k-tabstrip-items-wrapper-scroll]="false" [ngClass]="itemsWrapperClass">
550
550
  <span
551
551
  role="button"
552
552
  *ngIf="hasScrollButtons.visible && hasScrollButtons.position !== 'end'"
@@ -729,7 +729,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
729
729
  <ng-container *ngTemplateOutlet="heading"></ng-container>
730
730
  </ng-container>
731
731
  <ng-template #heading>
732
- <div class="k-tabstrip-items-wrapper" [class.k-tabstrip-items-wrapper-scroll]="tabStripScrollable" [ngClass]="itemsWrapperClass">
732
+ <div class="k-tabstrip-items-wrapper" [class.k-tabstrip-items-wrapper-scroll]="false" [ngClass]="itemsWrapperClass">
733
733
  <span
734
734
  role="button"
735
735
  *ngIf="hasScrollButtons.visible && hasScrollButtons.position !== 'end'"
@@ -28,8 +28,8 @@ const packageMetadata = {
28
28
  name: '@progress/kendo-angular-layout',
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
31
- publishDate: 1736357831,
32
- version: '18.0.0-develop.5',
31
+ publishDate: 1736519604,
32
+ version: '18.0.0-develop.7',
33
33
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
34
34
  };
35
35
 
@@ -3439,7 +3439,11 @@ class ScrollService {
3439
3439
  }
3440
3440
  const isHorizontal = isTablistHorizontal(this.owner.tabPosition);
3441
3441
  const scrollOrientation = isHorizontal ? 'deltaX' : 'deltaY';
3442
- const direction = event[scrollOrientation] < 0 ? 'prev' : 'next';
3442
+ const distance = event[scrollOrientation];
3443
+ const direction = distance < 0 ? 'prev' : 'next';
3444
+ if (distance === 0) {
3445
+ return;
3446
+ }
3443
3447
  this.calculateListPosition(direction, this.owner.scrollable.mouseScrollSpeed);
3444
3448
  if (isHorizontal) {
3445
3449
  this.tablistElement.scrollLeft = this.position;
@@ -4464,7 +4468,7 @@ class TabStripComponent {
4464
4468
  <ng-container *ngTemplateOutlet="heading"></ng-container>
4465
4469
  </ng-container>
4466
4470
  <ng-template #heading>
4467
- <div class="k-tabstrip-items-wrapper" [class.k-tabstrip-items-wrapper-scroll]="tabStripScrollable" [ngClass]="itemsWrapperClass">
4471
+ <div class="k-tabstrip-items-wrapper" [class.k-tabstrip-items-wrapper-scroll]="false" [ngClass]="itemsWrapperClass">
4468
4472
  <span
4469
4473
  role="button"
4470
4474
  *ngIf="hasScrollButtons.visible && hasScrollButtons.position !== 'end'"
@@ -4647,7 +4651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
4647
4651
  <ng-container *ngTemplateOutlet="heading"></ng-container>
4648
4652
  </ng-container>
4649
4653
  <ng-template #heading>
4650
- <div class="k-tabstrip-items-wrapper" [class.k-tabstrip-items-wrapper-scroll]="tabStripScrollable" [ngClass]="itemsWrapperClass">
4654
+ <div class="k-tabstrip-items-wrapper" [class.k-tabstrip-items-wrapper-scroll]="false" [ngClass]="itemsWrapperClass">
4651
4655
  <span
4652
4656
  role="button"
4653
4657
  *ngIf="hasScrollButtons.visible && hasScrollButtons.position !== 'end'"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-layout",
3
- "version": "18.0.0-develop.5",
3
+ "version": "18.0.0-develop.7",
4
4
  "description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -39,17 +39,17 @@
39
39
  "@angular/core": "16 - 19",
40
40
  "@angular/platform-browser": "16 - 19",
41
41
  "@progress/kendo-licensing": "^1.0.2",
42
- "@progress/kendo-angular-common": "18.0.0-develop.5",
43
- "@progress/kendo-angular-l10n": "18.0.0-develop.5",
44
- "@progress/kendo-angular-progressbar": "18.0.0-develop.5",
45
- "@progress/kendo-angular-icons": "18.0.0-develop.5",
46
- "@progress/kendo-angular-buttons": "18.0.0-develop.5",
47
- "@progress/kendo-angular-intl": "18.0.0-develop.5",
42
+ "@progress/kendo-angular-common": "18.0.0-develop.7",
43
+ "@progress/kendo-angular-l10n": "18.0.0-develop.7",
44
+ "@progress/kendo-angular-progressbar": "18.0.0-develop.7",
45
+ "@progress/kendo-angular-icons": "18.0.0-develop.7",
46
+ "@progress/kendo-angular-buttons": "18.0.0-develop.7",
47
+ "@progress/kendo-angular-intl": "18.0.0-develop.7",
48
48
  "rxjs": "^6.5.3 || ^7.0.0"
49
49
  },
50
50
  "dependencies": {
51
51
  "tslib": "^2.3.1",
52
- "@progress/kendo-angular-schematics": "18.0.0-develop.5",
52
+ "@progress/kendo-angular-schematics": "18.0.0-develop.7",
53
53
  "@progress/kendo-draggable": "^3.0.2"
54
54
  },
55
55
  "schematics": "./schematics/collection.json",