@progress/kendo-angular-sortable 23.0.1 → 23.1.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.
@@ -194,7 +194,7 @@ const packageMetadata = {
194
194
  productCode: 'KENDOUIANGULAR',
195
195
  productCodes: ['KENDOUIANGULAR'],
196
196
  publishDate: 0,
197
- version: '23.0.1',
197
+ version: '23.1.0-develop.1',
198
198
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
199
199
  };
200
200
 
@@ -692,6 +692,9 @@ class SortableComponent {
692
692
  /**
693
693
  * Sets a boolean value that determines whether the Sortable items are navigable using the keyboard. [See example](https://www.telerik.com/kendo-angular-ui/components/sortable/keyboard-navigation).
694
694
  * @default true
695
+ *
696
+ * @remarks
697
+ * This property is related to accessibility.
695
698
  */
696
699
  navigable = true;
697
700
  /**
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1770815872,
11
- "version": "23.0.1",
10
+ "publishDate": 1771342469,
11
+ "version": "23.1.0-develop.1",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-sortable",
3
- "version": "23.0.1",
3
+ "version": "23.1.0-develop.1",
4
4
  "description": "A Sortable Component for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -19,7 +19,7 @@
19
19
  "package": {
20
20
  "productName": "Kendo UI for Angular",
21
21
  "productCode": "KENDOUIANGULAR",
22
- "publishDate": 1770815872,
22
+ "publishDate": 1771342469,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -29,13 +29,13 @@
29
29
  "@angular/core": "19 - 21",
30
30
  "@angular/platform-browser": "19 - 21",
31
31
  "@progress/kendo-licensing": "^1.10.0",
32
- "@progress/kendo-angular-common": "23.0.1",
33
- "@progress/kendo-angular-l10n": "23.0.1",
32
+ "@progress/kendo-angular-common": "23.1.0-develop.1",
33
+ "@progress/kendo-angular-l10n": "23.1.0-develop.1",
34
34
  "rxjs": "^6.5.3 || ^7.0.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "23.0.1",
38
+ "@progress/kendo-angular-schematics": "23.1.0-develop.1",
39
39
  "@progress/kendo-draggable": "^3.0.2"
40
40
  },
41
41
  "schematics": "./schematics/collection.json",
@@ -40,6 +40,9 @@ export declare class SortableComponent implements OnInit, OnDestroy, OnChanges,
40
40
  /**
41
41
  * Sets a boolean value that determines whether the Sortable items are navigable using the keyboard. [See example](https://www.telerik.com/kendo-angular-ui/components/sortable/keyboard-navigation).
42
42
  * @default true
43
+ *
44
+ * @remarks
45
+ * This property is related to accessibility.
43
46
  */
44
47
  navigable: boolean;
45
48
  /**