@progress/kendo-angular-sortable 15.5.0-develop.9 → 16.0.0-develop.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.
@@ -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: 1712910734,
13
- version: '15.5.0-develop.9',
12
+ publishDate: 1714060684,
13
+ version: '16.0.0-develop.1',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -49,12 +49,12 @@ export class SortableComponent {
49
49
  this.tabIndex = null;
50
50
  /**
51
51
  * Enables or disables the [keyboard navigation]({% slug keyboard_navigation_sortable %}).
52
- * The default value is `false`.
52
+ * @default false
53
53
  */
54
54
  this.navigable = false;
55
55
  /**
56
56
  * Enables or disables the built-in animations.
57
- * The default value is `false`.
57
+ * @default false
58
58
  */
59
59
  this.animation = false;
60
60
  /**
@@ -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: 1712910734,
193
- version: '15.5.0-develop.9',
192
+ publishDate: 1714060684,
193
+ version: '16.0.0-develop.1',
194
194
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
195
195
  };
196
196
 
@@ -638,12 +638,12 @@ class SortableComponent {
638
638
  this.tabIndex = null;
639
639
  /**
640
640
  * Enables or disables the [keyboard navigation]({% slug keyboard_navigation_sortable %}).
641
- * The default value is `false`.
641
+ * @default false
642
642
  */
643
643
  this.navigable = false;
644
644
  /**
645
645
  * Enables or disables the built-in animations.
646
- * The default value is `false`.
646
+ * @default false
647
647
  */
648
648
  this.animation = false;
649
649
  /**
@@ -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: 1712910734,
193
- version: '15.5.0-develop.9',
192
+ publishDate: 1714060684,
193
+ version: '16.0.0-develop.1',
194
194
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
195
195
  };
196
196
 
@@ -638,12 +638,12 @@ class SortableComponent {
638
638
  this.tabIndex = null;
639
639
  /**
640
640
  * Enables or disables the [keyboard navigation]({% slug keyboard_navigation_sortable %}).
641
- * The default value is `false`.
641
+ * @default false
642
642
  */
643
643
  this.navigable = false;
644
644
  /**
645
645
  * Enables or disables the built-in animations.
646
- * The default value is `false`.
646
+ * @default false
647
647
  */
648
648
  this.animation = false;
649
649
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-sortable",
3
- "version": "15.5.0-develop.9",
3
+ "version": "16.0.0-develop.1",
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": "15.5.0-develop.9",
27
- "@progress/kendo-angular-l10n": "15.5.0-develop.9",
26
+ "@progress/kendo-angular-common": "16.0.0-develop.1",
27
+ "@progress/kendo-angular-l10n": "16.0.0-develop.1",
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": "15.5.0-develop.9",
32
+ "@progress/kendo-angular-schematics": "16.0.0-develop.1",
33
33
  "@progress/kendo-draggable": "^3.0.2"
34
34
  },
35
35
  "schematics": "./schematics/collection.json",
@@ -40,7 +40,7 @@ export declare class SortableComponent implements OnInit, OnDestroy, OnChanges,
40
40
  get data(): Array<any>;
41
41
  /**
42
42
  * Enables or disables the [keyboard navigation]({% slug keyboard_navigation_sortable %}).
43
- * The default value is `false`.
43
+ * @default false
44
44
  */
45
45
  navigable: boolean;
46
46
  /**
@@ -51,7 +51,7 @@ export declare class SortableComponent implements OnInit, OnDestroy, OnChanges,
51
51
  set navigatable(value: boolean);
52
52
  /**
53
53
  * Enables or disables the built-in animations.
54
- * The default value is `false`.
54
+ * @default false
55
55
  */
56
56
  animation: boolean;
57
57
  /**