@progress/kendo-angular-sortable 14.1.0-develop.1 → 14.1.0-develop.10

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-sortable',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1698853140,
13
- version: '14.1.0-develop.1',
12
+ publishDate: 1699437364,
13
+ version: '14.1.0-develop.10',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -633,19 +633,18 @@ export class SortableComponent {
633
633
  this._localData[index].hidden = hidden;
634
634
  }
635
635
  /**
636
- * Sets a Boolean value that indicates whether the currently dragged item will be hidden.
637
- */
638
- set hideActiveItem(value) {
639
- this.activeIndex = -1;
640
- this._hideActiveItem = value;
641
- }
642
- /**
636
+ * Gets or sets a Boolean value that indicates whether the currently dragged item will be hidden.
637
+ *
643
638
  * If the currently dragged item is hidden, returns `true`.
644
639
  * If the currently dragged item is visible, returns `false`.
645
640
  */
646
641
  get hideActiveItem() {
647
642
  return this._hideActiveItem;
648
643
  }
644
+ set hideActiveItem(value) {
645
+ this.activeIndex = -1;
646
+ this._hideActiveItem = value;
647
+ }
649
648
  /**
650
649
  * Clears the active item.
651
650
  * An active item is the item which becomes focused when the user navigates with the keyboard.
@@ -189,8 +189,8 @@ const packageMetadata = {
189
189
  name: '@progress/kendo-angular-sortable',
190
190
  productName: 'Kendo UI for Angular',
191
191
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
192
- publishDate: 1698853140,
193
- version: '14.1.0-develop.1',
192
+ publishDate: 1699437364,
193
+ version: '14.1.0-develop.10',
194
194
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
195
195
  };
196
196
 
@@ -1222,19 +1222,18 @@ class SortableComponent {
1222
1222
  this._localData[index].hidden = hidden;
1223
1223
  }
1224
1224
  /**
1225
- * Sets a Boolean value that indicates whether the currently dragged item will be hidden.
1226
- */
1227
- set hideActiveItem(value) {
1228
- this.activeIndex = -1;
1229
- this._hideActiveItem = value;
1230
- }
1231
- /**
1225
+ * Gets or sets a Boolean value that indicates whether the currently dragged item will be hidden.
1226
+ *
1232
1227
  * If the currently dragged item is hidden, returns `true`.
1233
1228
  * If the currently dragged item is visible, returns `false`.
1234
1229
  */
1235
1230
  get hideActiveItem() {
1236
1231
  return this._hideActiveItem;
1237
1232
  }
1233
+ set hideActiveItem(value) {
1234
+ this.activeIndex = -1;
1235
+ this._hideActiveItem = value;
1236
+ }
1238
1237
  /**
1239
1238
  * Clears the active item.
1240
1239
  * An active item is the item which becomes focused when the user navigates with the keyboard.
@@ -189,8 +189,8 @@ const packageMetadata = {
189
189
  name: '@progress/kendo-angular-sortable',
190
190
  productName: 'Kendo UI for Angular',
191
191
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
192
- publishDate: 1698853140,
193
- version: '14.1.0-develop.1',
192
+ publishDate: 1699437364,
193
+ version: '14.1.0-develop.10',
194
194
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
195
195
  };
196
196
 
@@ -1222,19 +1222,18 @@ class SortableComponent {
1222
1222
  this._localData[index].hidden = hidden;
1223
1223
  }
1224
1224
  /**
1225
- * Sets a Boolean value that indicates whether the currently dragged item will be hidden.
1226
- */
1227
- set hideActiveItem(value) {
1228
- this.activeIndex = -1;
1229
- this._hideActiveItem = value;
1230
- }
1231
- /**
1225
+ * Gets or sets a Boolean value that indicates whether the currently dragged item will be hidden.
1226
+ *
1232
1227
  * If the currently dragged item is hidden, returns `true`.
1233
1228
  * If the currently dragged item is visible, returns `false`.
1234
1229
  */
1235
1230
  get hideActiveItem() {
1236
1231
  return this._hideActiveItem;
1237
1232
  }
1233
+ set hideActiveItem(value) {
1234
+ this.activeIndex = -1;
1235
+ this._hideActiveItem = value;
1236
+ }
1238
1237
  /**
1239
1238
  * Clears the active item.
1240
1239
  * An active item is the item which becomes focused when the user navigates with the keyboard.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-sortable",
3
- "version": "14.1.0-develop.1",
3
+ "version": "14.1.0-develop.10",
4
4
  "description": "A Sortable Component for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,13 +23,13 @@
23
23
  "@angular/core": "13 - 17",
24
24
  "@angular/platform-browser": "13 - 17",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-common": "14.1.0-develop.1",
27
- "@progress/kendo-angular-l10n": "14.1.0-develop.1",
26
+ "@progress/kendo-angular-common": "14.1.0-develop.10",
27
+ "@progress/kendo-angular-l10n": "14.1.0-develop.10",
28
28
  "rxjs": "^6.5.3 || ^7.0.0"
29
29
  },
30
30
  "dependencies": {
31
31
  "tslib": "^2.3.1",
32
- "@progress/kendo-angular-schematics": "14.1.0-develop.1",
32
+ "@progress/kendo-angular-schematics": "14.1.0-develop.10",
33
33
  "@progress/kendo-draggable": "^3.0.2"
34
34
  },
35
35
  "schematics": "./schematics/collection.json",
@@ -380,14 +380,13 @@ export declare class SortableComponent implements OnInit, OnDestroy, OnChanges,
380
380
  */
381
381
  hideItem(index: number, hidden?: boolean): void;
382
382
  /**
383
- * Sets a Boolean value that indicates whether the currently dragged item will be hidden.
384
- */
385
- set hideActiveItem(value: boolean);
386
- /**
383
+ * Gets or sets a Boolean value that indicates whether the currently dragged item will be hidden.
384
+ *
387
385
  * If the currently dragged item is hidden, returns `true`.
388
386
  * If the currently dragged item is visible, returns `false`.
389
387
  */
390
388
  get hideActiveItem(): boolean;
389
+ set hideActiveItem(value: boolean);
391
390
  /**
392
391
  * Clears the active item.
393
392
  * An active item is the item which becomes focused when the user navigates with the keyboard.