@progress/kendo-angular-sortable 22.1.0-develop.9 → 23.0.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.
package/binding.directive.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export declare class SortableBindingDirective implements OnInit, OnDestroy {
|
|
|
33
33
|
private navigateSubscription;
|
|
34
34
|
private lastTarget;
|
|
35
35
|
/**
|
|
36
|
-
* Sets a data-bound array that is used as a data source for the Sortable ([see example](
|
|
36
|
+
* Sets a data-bound array that is used as a data source for the Sortable ([see example](https://www.telerik.com/kendo-angular-ui/components/sortable)).
|
|
37
37
|
*/
|
|
38
38
|
set data(data: any[]);
|
|
39
39
|
constructor(sortable: SortableComponent, sortableService: SortableService);
|
|
@@ -194,7 +194,7 @@ const packageMetadata = {
|
|
|
194
194
|
productCode: 'KENDOUIANGULAR',
|
|
195
195
|
productCodes: ['KENDOUIANGULAR'],
|
|
196
196
|
publishDate: 0,
|
|
197
|
-
version: '
|
|
197
|
+
version: '23.0.0-develop.10',
|
|
198
198
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
199
199
|
};
|
|
200
200
|
|
|
@@ -652,7 +652,7 @@ class DragEndEvent extends DragOverEvent {
|
|
|
652
652
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
653
653
|
const KEY_SHORTCUTS = 'Control+ArrowLeft Control+ArrowRight Meta+ArrowLeft Meta+ArrowRight';
|
|
654
654
|
/**
|
|
655
|
-
* Represents the [Kendo UI Sortable component for Angular](
|
|
655
|
+
* Represents the [Kendo UI Sortable component for Angular](https://www.telerik.com/kendo-angular-ui/components/sortable).
|
|
656
656
|
*
|
|
657
657
|
* @example
|
|
658
658
|
* ```html
|
|
@@ -690,7 +690,7 @@ class SortableComponent {
|
|
|
690
690
|
return this._data;
|
|
691
691
|
}
|
|
692
692
|
/**
|
|
693
|
-
* Sets a boolean value that determines whether the Sortable items are navigable using the keyboard. [See example](
|
|
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
695
|
*/
|
|
696
696
|
navigable = true;
|
|
@@ -700,18 +700,18 @@ class SortableComponent {
|
|
|
700
700
|
*/
|
|
701
701
|
animation = false;
|
|
702
702
|
/**
|
|
703
|
-
* Sets an array of integers that represent the indexes of the disabled items from the data array. [See example](
|
|
703
|
+
* Sets an array of integers that represent the indexes of the disabled items from the data array. [See example](https://www.telerik.com/kendo-angular-ui/components/sortable/items#disabling-items).
|
|
704
704
|
*/
|
|
705
705
|
disabledIndexes = [];
|
|
706
706
|
/**
|
|
707
707
|
* Sets a string that represents the name of the zone to which the Sortable belongs
|
|
708
|
-
* ([see example](
|
|
708
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/sortable/items#transferring-of-items)). Items can be transferred
|
|
709
709
|
* between Sortables in the same zone.
|
|
710
710
|
*/
|
|
711
711
|
zone = undefined;
|
|
712
712
|
/**
|
|
713
713
|
* Defines the zones from which items can be transferred onto the current Sortable component
|
|
714
|
-
* ([see example](
|
|
714
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/sortable/items#transferring-of-items)). If the `acceptZones` property
|
|
715
715
|
* of the target Sortable is set, you can transfer items between Sortables in different zones.
|
|
716
716
|
*/
|
|
717
717
|
acceptZones = undefined;
|
|
@@ -720,11 +720,11 @@ class SortableComponent {
|
|
|
720
720
|
*/
|
|
721
721
|
itemStyle = {};
|
|
722
722
|
/**
|
|
723
|
-
* Defines the CSS styles applied to an empty item ([see example](
|
|
723
|
+
* Defines the CSS styles applied to an empty item ([see example](https://www.telerik.com/kendo-angular-ui/components/sortable/templates)).
|
|
724
724
|
*/
|
|
725
725
|
emptyItemStyle = undefined;
|
|
726
726
|
/**
|
|
727
|
-
* Defines the CSS styles which are applied to the currently dragged item ([see example](
|
|
727
|
+
* Defines the CSS styles which are applied to the currently dragged item ([see example](https://www.telerik.com/kendo-angular-ui/components/sortable/templates)).
|
|
728
728
|
*/
|
|
729
729
|
activeItemStyle = undefined;
|
|
730
730
|
/**
|
|
@@ -1635,7 +1635,7 @@ class SortableComponent {
|
|
|
1635
1635
|
}
|
|
1636
1636
|
</div>
|
|
1637
1637
|
}
|
|
1638
|
-
|
|
1638
|
+
|
|
1639
1639
|
@if (!_data.length || _localData.length === 1 && _localData[0].hidden) {
|
|
1640
1640
|
<ng-container #noDataRef>
|
|
1641
1641
|
<div
|
|
@@ -1713,7 +1713,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1713
1713
|
}
|
|
1714
1714
|
</div>
|
|
1715
1715
|
}
|
|
1716
|
-
|
|
1716
|
+
|
|
1717
1717
|
@if (!_data.length || _localData.length === 1 && _localData[0].hidden) {
|
|
1718
1718
|
<ng-container #noDataRef>
|
|
1719
1719
|
<div
|
|
@@ -1920,7 +1920,7 @@ class SortableBindingDirective {
|
|
|
1920
1920
|
navigateSubscription;
|
|
1921
1921
|
lastTarget;
|
|
1922
1922
|
/**
|
|
1923
|
-
* Sets a data-bound array that is used as a data source for the Sortable ([see example](
|
|
1923
|
+
* Sets a data-bound array that is used as a data source for the Sortable ([see example](https://www.telerik.com/kendo-angular-ui/components/sortable)).
|
|
1924
1924
|
*/
|
|
1925
1925
|
set data(data) {
|
|
1926
1926
|
this.sortable.data = data;
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770666849,
|
|
11
|
+
"version": "23.0.0-develop.10",
|
|
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": "
|
|
3
|
+
"version": "23.0.0-develop.10",
|
|
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":
|
|
22
|
+
"publishDate": 1770666849,
|
|
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": "
|
|
33
|
-
"@progress/kendo-angular-l10n": "
|
|
32
|
+
"@progress/kendo-angular-common": "23.0.0-develop.10",
|
|
33
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.10",
|
|
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": "
|
|
38
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.10",
|
|
39
39
|
"@progress/kendo-draggable": "^3.0.2"
|
|
40
40
|
},
|
|
41
41
|
"schematics": "./schematics/collection.json",
|
package/sortable.component.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import { SortableContainer } from './sortable-container';
|
|
|
11
11
|
import { DataAddEvent, DataMoveEvent, DataRemoveEvent } from './data-events';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
/**
|
|
14
|
-
* Represents the [Kendo UI Sortable component for Angular](
|
|
14
|
+
* Represents the [Kendo UI Sortable component for Angular](https://www.telerik.com/kendo-angular-ui/components/sortable).
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
17
17
|
* ```html
|
|
@@ -38,7 +38,7 @@ export declare class SortableComponent implements OnInit, OnDestroy, OnChanges,
|
|
|
38
38
|
set data(data: Array<any>);
|
|
39
39
|
get data(): Array<any>;
|
|
40
40
|
/**
|
|
41
|
-
* Sets a boolean value that determines whether the Sortable items are navigable using the keyboard. [See example](
|
|
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
43
|
*/
|
|
44
44
|
navigable: boolean;
|
|
@@ -48,18 +48,18 @@ export declare class SortableComponent implements OnInit, OnDestroy, OnChanges,
|
|
|
48
48
|
*/
|
|
49
49
|
animation: boolean;
|
|
50
50
|
/**
|
|
51
|
-
* Sets an array of integers that represent the indexes of the disabled items from the data array. [See example](
|
|
51
|
+
* Sets an array of integers that represent the indexes of the disabled items from the data array. [See example](https://www.telerik.com/kendo-angular-ui/components/sortable/items#disabling-items).
|
|
52
52
|
*/
|
|
53
53
|
disabledIndexes: number[];
|
|
54
54
|
/**
|
|
55
55
|
* Sets a string that represents the name of the zone to which the Sortable belongs
|
|
56
|
-
* ([see example](
|
|
56
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/sortable/items#transferring-of-items)). Items can be transferred
|
|
57
57
|
* between Sortables in the same zone.
|
|
58
58
|
*/
|
|
59
59
|
zone: string;
|
|
60
60
|
/**
|
|
61
61
|
* Defines the zones from which items can be transferred onto the current Sortable component
|
|
62
|
-
* ([see example](
|
|
62
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/sortable/items#transferring-of-items)). If the `acceptZones` property
|
|
63
63
|
* of the target Sortable is set, you can transfer items between Sortables in different zones.
|
|
64
64
|
*/
|
|
65
65
|
acceptZones: string[];
|
|
@@ -70,13 +70,13 @@ export declare class SortableComponent implements OnInit, OnDestroy, OnChanges,
|
|
|
70
70
|
[key: string]: string;
|
|
71
71
|
};
|
|
72
72
|
/**
|
|
73
|
-
* Defines the CSS styles applied to an empty item ([see example](
|
|
73
|
+
* Defines the CSS styles applied to an empty item ([see example](https://www.telerik.com/kendo-angular-ui/components/sortable/templates)).
|
|
74
74
|
*/
|
|
75
75
|
emptyItemStyle: {
|
|
76
76
|
[key: string]: string;
|
|
77
77
|
};
|
|
78
78
|
/**
|
|
79
|
-
* Defines the CSS styles which are applied to the currently dragged item ([see example](
|
|
79
|
+
* Defines the CSS styles which are applied to the currently dragged item ([see example](https://www.telerik.com/kendo-angular-ui/components/sortable/templates)).
|
|
80
80
|
*/
|
|
81
81
|
activeItemStyle: {
|
|
82
82
|
[key: string]: string;
|