@progress/kendo-angular-sortable 22.1.0-develop.2 → 22.1.0-develop.3
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/draggable.directive.d.ts
CHANGED
|
@@ -194,7 +194,7 @@ const packageMetadata = {
|
|
|
194
194
|
productCode: 'KENDOUIANGULAR',
|
|
195
195
|
productCodes: ['KENDOUIANGULAR'],
|
|
196
196
|
publishDate: 0,
|
|
197
|
-
version: '22.1.0-develop.
|
|
197
|
+
version: '22.1.0-develop.3',
|
|
198
198
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
199
199
|
};
|
|
200
200
|
|
|
@@ -458,9 +458,6 @@ class DraggableDirective {
|
|
|
458
458
|
get _focused() {
|
|
459
459
|
return this.disabled ? false : (this.index === this.parent.activeIndex);
|
|
460
460
|
}
|
|
461
|
-
get _disabled() {
|
|
462
|
-
return this.disabled;
|
|
463
|
-
}
|
|
464
461
|
get display() {
|
|
465
462
|
return this.hidden ? "none" : this._display;
|
|
466
463
|
}
|
|
@@ -488,7 +485,7 @@ class DraggableDirective {
|
|
|
488
485
|
this.renderer.setStyle(this.el.nativeElement, 'display', this.display);
|
|
489
486
|
}
|
|
490
487
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DraggableDirective, deps: [{ token: SortableContainer }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
491
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: DraggableDirective, isStandalone: true, selector: "[kendoDraggable]", inputs: { index: "index", disabled: "disabled", hidden: "hidden" }, host: { properties: { "class.k-focus": "this._focused"
|
|
488
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.18", type: DraggableDirective, isStandalone: true, selector: "[kendoDraggable]", inputs: { index: "index", disabled: "disabled", hidden: "hidden" }, host: { properties: { "class.k-focus": "this._focused" } }, ngImport: i0 });
|
|
492
489
|
}
|
|
493
490
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: DraggableDirective, decorators: [{
|
|
494
491
|
type: Directive,
|
|
@@ -505,9 +502,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
505
502
|
}], _focused: [{
|
|
506
503
|
type: HostBinding,
|
|
507
504
|
args: ['class.k-focus']
|
|
508
|
-
}], _disabled: [{
|
|
509
|
-
type: HostBinding,
|
|
510
|
-
args: ['attr.aria-disabled']
|
|
511
505
|
}] } });
|
|
512
506
|
|
|
513
507
|
//TODO: RENAME FILE AND UPDATE EXPORTS AND MODULES
|
|
@@ -1614,7 +1608,6 @@ class SortableComponent {
|
|
|
1614
1608
|
kendoDraggable
|
|
1615
1609
|
role="listitem"
|
|
1616
1610
|
[attr.aria-grabbed]="i===dragIndex"
|
|
1617
|
-
[attr.aria-disabled]="!itemEnabled(i)"
|
|
1618
1611
|
[attr.aria-keyshortcuts]="navigable ? ariaKeyShortcuts : ''"
|
|
1619
1612
|
[attr.aria-dropeffect]="ariaDropEffect(i)"
|
|
1620
1613
|
[attr.data-sortable-item] = "true"
|
|
@@ -1693,7 +1686,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1693
1686
|
kendoDraggable
|
|
1694
1687
|
role="listitem"
|
|
1695
1688
|
[attr.aria-grabbed]="i===dragIndex"
|
|
1696
|
-
[attr.aria-disabled]="!itemEnabled(i)"
|
|
1697
1689
|
[attr.aria-keyshortcuts]="navigable ? ariaKeyShortcuts : ''"
|
|
1698
1690
|
[attr.aria-dropeffect]="ariaDropEffect(i)"
|
|
1699
1691
|
[attr.data-sortable-item] = "true"
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "22.1.0-develop.
|
|
10
|
+
"publishDate": 1768820467,
|
|
11
|
+
"version": "22.1.0-develop.3",
|
|
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": "22.1.0-develop.
|
|
3
|
+
"version": "22.1.0-develop.3",
|
|
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": 1768820467,
|
|
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.7.0",
|
|
32
|
-
"@progress/kendo-angular-common": "22.1.0-develop.
|
|
33
|
-
"@progress/kendo-angular-l10n": "22.1.0-develop.
|
|
32
|
+
"@progress/kendo-angular-common": "22.1.0-develop.3",
|
|
33
|
+
"@progress/kendo-angular-l10n": "22.1.0-develop.3",
|
|
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": "22.1.0-develop.
|
|
38
|
+
"@progress/kendo-angular-schematics": "22.1.0-develop.3",
|
|
39
39
|
"@progress/kendo-draggable": "^3.0.2"
|
|
40
40
|
},
|
|
41
41
|
"schematics": "./schematics/collection.json",
|