@progress/kendo-angular-sortable 19.0.0-develop.20 → 19.0.0-develop.22
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.
|
@@ -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: '19.0.0-develop.
|
|
13
|
+
publishDate: 1747414976,
|
|
14
|
+
version: '19.0.0-develop.22',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -61,17 +61,9 @@ export class SortableComponent {
|
|
|
61
61
|
}
|
|
62
62
|
/**
|
|
63
63
|
* Enables or disables the [keyboard navigation]({% slug keyboard_navigation_sortable %}).
|
|
64
|
-
* @default
|
|
64
|
+
* @default true
|
|
65
65
|
*/
|
|
66
|
-
navigable =
|
|
67
|
-
/**
|
|
68
|
-
* @hidden
|
|
69
|
-
*
|
|
70
|
-
* A misspelled alias for `navigable`.
|
|
71
|
-
*/
|
|
72
|
-
set navigatable(value) {
|
|
73
|
-
this.navigable = value;
|
|
74
|
-
}
|
|
66
|
+
navigable = true;
|
|
75
67
|
/**
|
|
76
68
|
* Enables or disables the built-in animations.
|
|
77
69
|
* @default false
|
|
@@ -1014,7 +1006,7 @@ export class SortableComponent {
|
|
|
1014
1006
|
}
|
|
1015
1007
|
}
|
|
1016
1008
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SortableComponent, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }, { token: i0.ElementRef }, { token: i2.SortableService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1017
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SortableComponent, isStandalone: true, selector: "kendo-sortable", inputs: { tabIndex: "tabIndex", trackBy: "trackBy", data: "data", navigable: "navigable",
|
|
1009
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SortableComponent, isStandalone: true, selector: "kendo-sortable", inputs: { tabIndex: "tabIndex", trackBy: "trackBy", data: "data", navigable: "navigable", animation: "animation", disabledIndexes: "disabledIndexes", zone: "zone", acceptZones: "acceptZones", itemStyle: "itemStyle", emptyItemStyle: "emptyItemStyle", activeItemStyle: "activeItemStyle", disabledItemStyle: "disabledItemStyle", itemClass: "itemClass", activeItemClass: "activeItemClass", emptyItemClass: "emptyItemClass", disabledItemClass: "disabledItemClass", emptyText: "emptyText", activeIndex: "activeIndex" }, outputs: { dragStart: "dragStart", dragEnd: "dragEnd", dragOver: "dragOver", dragLeave: "dragLeave", dataMove: "dataMove", dataAdd: "dataAdd", dataRemove: "dataRemove", navigate: "navigate" }, host: { properties: { "style.touch-action": "this.touchAction", "attr.dir": "this.dir", "attr.role": "this.hostRole" } }, providers: [
|
|
1018
1010
|
LocalizationService,
|
|
1019
1011
|
{
|
|
1020
1012
|
provide: L10N_PREFIX,
|
|
@@ -1150,8 +1142,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1150
1142
|
type: Input
|
|
1151
1143
|
}], navigable: [{
|
|
1152
1144
|
type: Input
|
|
1153
|
-
}], navigatable: [{
|
|
1154
|
-
type: Input
|
|
1155
1145
|
}], animation: [{
|
|
1156
1146
|
type: Input
|
|
1157
1147
|
}], disabledIndexes: [{
|
|
@@ -193,8 +193,8 @@ const packageMetadata = {
|
|
|
193
193
|
productName: 'Kendo UI for Angular',
|
|
194
194
|
productCode: 'KENDOUIANGULAR',
|
|
195
195
|
productCodes: ['KENDOUIANGULAR'],
|
|
196
|
-
publishDate:
|
|
197
|
-
version: '19.0.0-develop.
|
|
196
|
+
publishDate: 1747414976,
|
|
197
|
+
version: '19.0.0-develop.22',
|
|
198
198
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
199
199
|
};
|
|
200
200
|
|
|
@@ -692,17 +692,9 @@ class SortableComponent {
|
|
|
692
692
|
}
|
|
693
693
|
/**
|
|
694
694
|
* Enables or disables the [keyboard navigation]({% slug keyboard_navigation_sortable %}).
|
|
695
|
-
* @default
|
|
695
|
+
* @default true
|
|
696
696
|
*/
|
|
697
|
-
navigable =
|
|
698
|
-
/**
|
|
699
|
-
* @hidden
|
|
700
|
-
*
|
|
701
|
-
* A misspelled alias for `navigable`.
|
|
702
|
-
*/
|
|
703
|
-
set navigatable(value) {
|
|
704
|
-
this.navigable = value;
|
|
705
|
-
}
|
|
697
|
+
navigable = true;
|
|
706
698
|
/**
|
|
707
699
|
* Enables or disables the built-in animations.
|
|
708
700
|
* @default false
|
|
@@ -1645,7 +1637,7 @@ class SortableComponent {
|
|
|
1645
1637
|
}
|
|
1646
1638
|
}
|
|
1647
1639
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SortableComponent, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }, { token: i0.ElementRef }, { token: SortableService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1648
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SortableComponent, isStandalone: true, selector: "kendo-sortable", inputs: { tabIndex: "tabIndex", trackBy: "trackBy", data: "data", navigable: "navigable",
|
|
1640
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SortableComponent, isStandalone: true, selector: "kendo-sortable", inputs: { tabIndex: "tabIndex", trackBy: "trackBy", data: "data", navigable: "navigable", animation: "animation", disabledIndexes: "disabledIndexes", zone: "zone", acceptZones: "acceptZones", itemStyle: "itemStyle", emptyItemStyle: "emptyItemStyle", activeItemStyle: "activeItemStyle", disabledItemStyle: "disabledItemStyle", itemClass: "itemClass", activeItemClass: "activeItemClass", emptyItemClass: "emptyItemClass", disabledItemClass: "disabledItemClass", emptyText: "emptyText", activeIndex: "activeIndex" }, outputs: { dragStart: "dragStart", dragEnd: "dragEnd", dragOver: "dragOver", dragLeave: "dragLeave", dataMove: "dataMove", dataAdd: "dataAdd", dataRemove: "dataRemove", navigate: "navigate" }, host: { properties: { "style.touch-action": "this.touchAction", "attr.dir": "this.dir", "attr.role": "this.hostRole" } }, providers: [
|
|
1649
1641
|
LocalizationService,
|
|
1650
1642
|
{
|
|
1651
1643
|
provide: L10N_PREFIX,
|
|
@@ -1781,8 +1773,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1781
1773
|
type: Input
|
|
1782
1774
|
}], navigable: [{
|
|
1783
1775
|
type: Input
|
|
1784
|
-
}], navigatable: [{
|
|
1785
|
-
type: Input
|
|
1786
1776
|
}], animation: [{
|
|
1787
1777
|
type: Input
|
|
1788
1778
|
}], disabledIndexes: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-sortable",
|
|
3
|
-
"version": "19.0.0-develop.
|
|
3
|
+
"version": "19.0.0-develop.22",
|
|
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": 1747414976,
|
|
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": "19.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-l10n": "19.0.0-develop.
|
|
32
|
+
"@progress/kendo-angular-common": "19.0.0-develop.22",
|
|
33
|
+
"@progress/kendo-angular-l10n": "19.0.0-develop.22",
|
|
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": "19.0.0-develop.
|
|
38
|
+
"@progress/kendo-angular-schematics": "19.0.0-develop.22",
|
|
39
39
|
"@progress/kendo-draggable": "^3.0.2"
|
|
40
40
|
},
|
|
41
41
|
"schematics": "./schematics/collection.json",
|
package/sortable.component.d.ts
CHANGED
|
@@ -36,15 +36,9 @@ export declare class SortableComponent implements OnInit, OnDestroy, OnChanges,
|
|
|
36
36
|
get data(): Array<any>;
|
|
37
37
|
/**
|
|
38
38
|
* Enables or disables the [keyboard navigation]({% slug keyboard_navigation_sortable %}).
|
|
39
|
-
* @default
|
|
39
|
+
* @default true
|
|
40
40
|
*/
|
|
41
41
|
navigable: boolean;
|
|
42
|
-
/**
|
|
43
|
-
* @hidden
|
|
44
|
-
*
|
|
45
|
-
* A misspelled alias for `navigable`.
|
|
46
|
-
*/
|
|
47
|
-
set navigatable(value: boolean);
|
|
48
42
|
/**
|
|
49
43
|
* Enables or disables the built-in animations.
|
|
50
44
|
* @default false
|
|
@@ -438,5 +432,5 @@ export declare class SortableComponent implements OnInit, OnDestroy, OnChanges,
|
|
|
438
432
|
private placeHolderItemData;
|
|
439
433
|
private fixFocus;
|
|
440
434
|
static ɵfac: i0.ɵɵFactoryDeclaration<SortableComponent, never>;
|
|
441
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SortableComponent, "kendo-sortable", ["kendoSortable"], { "tabIndex": { "alias": "tabIndex"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "data": { "alias": "data"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "
|
|
435
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SortableComponent, "kendo-sortable", ["kendoSortable"], { "tabIndex": { "alias": "tabIndex"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "data": { "alias": "data"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "disabledIndexes": { "alias": "disabledIndexes"; "required": false; }; "zone": { "alias": "zone"; "required": false; }; "acceptZones": { "alias": "acceptZones"; "required": false; }; "itemStyle": { "alias": "itemStyle"; "required": false; }; "emptyItemStyle": { "alias": "emptyItemStyle"; "required": false; }; "activeItemStyle": { "alias": "activeItemStyle"; "required": false; }; "disabledItemStyle": { "alias": "disabledItemStyle"; "required": false; }; "itemClass": { "alias": "itemClass"; "required": false; }; "activeItemClass": { "alias": "activeItemClass"; "required": false; }; "emptyItemClass": { "alias": "emptyItemClass"; "required": false; }; "disabledItemClass": { "alias": "disabledItemClass"; "required": false; }; "emptyText": { "alias": "emptyText"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; }, { "dragStart": "dragStart"; "dragEnd": "dragEnd"; "dragOver": "dragOver"; "dragLeave": "dragLeave"; "dataMove": "dataMove"; "dataAdd": "dataAdd"; "dataRemove": "dataRemove"; "navigate": "navigate"; }, ["defaultTemplateRef", "itemTemplateDirectiveRef", "placeholderTemplateDirectiveRef"], never, true, never>;
|
|
442
436
|
}
|