@progress/kendo-angular-sortable 18.2.0-develop.2 → 18.2.1-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.
package/binding.directive.d.ts
CHANGED
|
@@ -20,11 +20,7 @@ export declare class SortableBindingDirective implements OnInit, OnDestroy {
|
|
|
20
20
|
/**
|
|
21
21
|
* Sets a data-bound array that is used as a data source for the Sortable.
|
|
22
22
|
*
|
|
23
|
-
*
|
|
24
|
-
* {% embed_file overview/app.component.ts %}
|
|
25
|
-
* {% embed_file shared/app.module.ts %}
|
|
26
|
-
* {% embed_file shared/main.ts hidden %}
|
|
27
|
-
* {% endmeta %}
|
|
23
|
+
* <demo metaUrl="sortable/overview/" height="430"></demo>
|
|
28
24
|
*
|
|
29
25
|
*/
|
|
30
26
|
set data(data: any[]);
|
|
@@ -24,11 +24,7 @@ export class SortableBindingDirective {
|
|
|
24
24
|
/**
|
|
25
25
|
* Sets a data-bound array that is used as a data source for the Sortable.
|
|
26
26
|
*
|
|
27
|
-
*
|
|
28
|
-
* {% embed_file overview/app.component.ts %}
|
|
29
|
-
* {% embed_file shared/app.module.ts %}
|
|
30
|
-
* {% embed_file shared/main.ts hidden %}
|
|
31
|
-
* {% endmeta %}
|
|
27
|
+
* <demo metaUrl="sortable/overview/" height="430"></demo>
|
|
32
28
|
*
|
|
33
29
|
*/
|
|
34
30
|
set data(data) {
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '18.2.
|
|
13
|
+
publishDate: 1742832614,
|
|
14
|
+
version: '18.2.1-develop.1',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -27,11 +27,7 @@ const KEY_SHORTCUTS = 'Control+ArrowLeft Control+ArrowRight Meta+ArrowLeft Meta+
|
|
|
27
27
|
/**
|
|
28
28
|
* Represents the [Kendo UI Sortable component for Angular]({% slug overview_sortable %}).
|
|
29
29
|
*
|
|
30
|
-
*
|
|
31
|
-
* {% embed_file sortable-api/app.component.ts %}
|
|
32
|
-
* {% embed_file shared/app.module.ts preview %}
|
|
33
|
-
* {% embed_file shared/main.ts hidden %}
|
|
34
|
-
* {% endmeta %}
|
|
30
|
+
* <demo metaUrl="sortable/sortable-api/" height="430"></demo>
|
|
35
31
|
*/
|
|
36
32
|
/**
|
|
37
33
|
* Represents the Kendo UI Sortable component for Angular.
|
|
@@ -47,11 +43,6 @@ export class SortableComponent {
|
|
|
47
43
|
tabIndex = null;
|
|
48
44
|
/**
|
|
49
45
|
* Sets an array of any data that is used as a data source for the Sortable.
|
|
50
|
-
* {% meta height:430 %}
|
|
51
|
-
* {% embed_file sortable-palettes/app.component.ts %}
|
|
52
|
-
* {% embed_file shared/app.module.ts %}
|
|
53
|
-
* {% embed_file shared/main.ts hidden %}
|
|
54
|
-
* {% endmeta %}
|
|
55
46
|
*/
|
|
56
47
|
set data(data) {
|
|
57
48
|
this._data = data;
|
|
@@ -189,8 +189,8 @@ const packageMetadata = {
|
|
|
189
189
|
productName: 'Kendo UI for Angular',
|
|
190
190
|
productCode: 'KENDOUIANGULAR',
|
|
191
191
|
productCodes: ['KENDOUIANGULAR'],
|
|
192
|
-
publishDate:
|
|
193
|
-
version: '18.2.
|
|
192
|
+
publishDate: 1742832614,
|
|
193
|
+
version: '18.2.1-develop.1',
|
|
194
194
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
195
195
|
};
|
|
196
196
|
|
|
@@ -650,11 +650,7 @@ const KEY_SHORTCUTS = 'Control+ArrowLeft Control+ArrowRight Meta+ArrowLeft Meta+
|
|
|
650
650
|
/**
|
|
651
651
|
* Represents the [Kendo UI Sortable component for Angular]({% slug overview_sortable %}).
|
|
652
652
|
*
|
|
653
|
-
*
|
|
654
|
-
* {% embed_file sortable-api/app.component.ts %}
|
|
655
|
-
* {% embed_file shared/app.module.ts preview %}
|
|
656
|
-
* {% embed_file shared/main.ts hidden %}
|
|
657
|
-
* {% endmeta %}
|
|
653
|
+
* <demo metaUrl="sortable/sortable-api/" height="430"></demo>
|
|
658
654
|
*/
|
|
659
655
|
/**
|
|
660
656
|
* Represents the Kendo UI Sortable component for Angular.
|
|
@@ -670,11 +666,6 @@ class SortableComponent {
|
|
|
670
666
|
tabIndex = null;
|
|
671
667
|
/**
|
|
672
668
|
* Sets an array of any data that is used as a data source for the Sortable.
|
|
673
|
-
* {% meta height:430 %}
|
|
674
|
-
* {% embed_file sortable-palettes/app.component.ts %}
|
|
675
|
-
* {% embed_file shared/app.module.ts %}
|
|
676
|
-
* {% embed_file shared/main.ts hidden %}
|
|
677
|
-
* {% endmeta %}
|
|
678
669
|
*/
|
|
679
670
|
set data(data) {
|
|
680
671
|
this._data = data;
|
|
@@ -1914,11 +1905,7 @@ class SortableBindingDirective {
|
|
|
1914
1905
|
/**
|
|
1915
1906
|
* Sets a data-bound array that is used as a data source for the Sortable.
|
|
1916
1907
|
*
|
|
1917
|
-
*
|
|
1918
|
-
* {% embed_file overview/app.component.ts %}
|
|
1919
|
-
* {% embed_file shared/app.module.ts %}
|
|
1920
|
-
* {% embed_file shared/main.ts hidden %}
|
|
1921
|
-
* {% endmeta %}
|
|
1908
|
+
* <demo metaUrl="sortable/overview/" height="430"></demo>
|
|
1922
1909
|
*
|
|
1923
1910
|
*/
|
|
1924
1911
|
set data(data) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-sortable",
|
|
3
|
-
"version": "18.2.
|
|
3
|
+
"version": "18.2.1-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":
|
|
22
|
+
"publishDate": 1742832614,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"@angular/core": "16 - 19",
|
|
30
30
|
"@angular/platform-browser": "16 - 19",
|
|
31
31
|
"@progress/kendo-licensing": "^1.5.0",
|
|
32
|
-
"@progress/kendo-angular-common": "18.2.
|
|
33
|
-
"@progress/kendo-angular-l10n": "18.2.
|
|
32
|
+
"@progress/kendo-angular-common": "18.2.1-develop.1",
|
|
33
|
+
"@progress/kendo-angular-l10n": "18.2.1-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": "18.2.
|
|
38
|
+
"@progress/kendo-angular-schematics": "18.2.1-develop.1",
|
|
39
39
|
"@progress/kendo-draggable": "^3.0.2"
|
|
40
40
|
},
|
|
41
41
|
"schematics": "./schematics/collection.json",
|
package/sortable.component.d.ts
CHANGED
|
@@ -13,11 +13,7 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
/**
|
|
14
14
|
* Represents the [Kendo UI Sortable component for Angular]({% slug overview_sortable %}).
|
|
15
15
|
*
|
|
16
|
-
*
|
|
17
|
-
* {% embed_file sortable-api/app.component.ts %}
|
|
18
|
-
* {% embed_file shared/app.module.ts preview %}
|
|
19
|
-
* {% embed_file shared/main.ts hidden %}
|
|
20
|
-
* {% endmeta %}
|
|
16
|
+
* <demo metaUrl="sortable/sortable-api/" height="430"></demo>
|
|
21
17
|
*/
|
|
22
18
|
export declare class SortableComponent implements OnInit, OnDestroy, OnChanges, AfterViewInit, AfterViewChecked, AfterContentInit, SortableContainer {
|
|
23
19
|
private ngZone;
|
|
@@ -30,11 +26,6 @@ export declare class SortableComponent implements OnInit, OnDestroy, OnChanges,
|
|
|
30
26
|
tabIndex: number;
|
|
31
27
|
/**
|
|
32
28
|
* Sets an array of any data that is used as a data source for the Sortable.
|
|
33
|
-
* {% meta height:430 %}
|
|
34
|
-
* {% embed_file sortable-palettes/app.component.ts %}
|
|
35
|
-
* {% embed_file shared/app.module.ts %}
|
|
36
|
-
* {% embed_file shared/main.ts hidden %}
|
|
37
|
-
* {% endmeta %}
|
|
38
29
|
*/
|
|
39
30
|
set data(data: Array<any>);
|
|
40
31
|
get data(): Array<any>;
|