@progress/kendo-angular-utils 24.2.2 → 25.0.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.
- package/fesm2022/progress-kendo-angular-utils.mjs +37 -37
- package/index.d.ts +1093 -13
- package/package-metadata.mjs +2 -2
- package/package.json +8 -8
- package/adaptive-breakpoints/adaptive-settings.d.ts +0 -21
- package/adaptive-breakpoints/adaptive-settings.service.d.ts +0 -24
- package/adaptive-breakpoints/adaptive.service.d.ts +0 -57
- package/adaptive-breakpoints/index.d.ts +0 -9
- package/adaptive-breakpoints/models/adaptive-settings.d.ts +0 -24
- package/adaptive-breakpoints/models/adaptive-size.d.ts +0 -9
- package/directives.d.ts +0 -36
- package/drag-and-drop/drag-state.service.d.ts +0 -58
- package/drag-and-drop/draghandle.directive.d.ts +0 -31
- package/drag-and-drop/dragtarget-container.directive.d.ts +0 -179
- package/drag-and-drop/dragtarget.directive.d.ts +0 -149
- package/drag-and-drop/droptarget-container.directive.d.ts +0 -88
- package/drag-and-drop/droptarget.directive.d.ts +0 -65
- package/drag-and-drop/events/drag-target/drag-event.d.ts +0 -46
- package/drag-and-drop/events/drag-target/dragready-event.d.ts +0 -31
- package/drag-and-drop/events/drag-target/end-event.d.ts +0 -41
- package/drag-and-drop/events/drag-target/index.d.ts +0 -10
- package/drag-and-drop/events/drag-target/press-event.d.ts +0 -41
- package/drag-and-drop/events/drag-target/release-event.d.ts +0 -41
- package/drag-and-drop/events/drag-target/start-event.d.ts +0 -42
- package/drag-and-drop/events/drop-target-event.d.ts +0 -48
- package/drag-and-drop/events/index.d.ts +0 -6
- package/drag-and-drop/hint.component.d.ts +0 -21
- package/drag-and-drop/models/autoscroll-options.d.ts +0 -23
- package/drag-and-drop/models/coordinates.d.ts +0 -11
- package/drag-and-drop/models/drag-axis.d.ts +0 -8
- package/drag-and-drop/models/drag-mode.d.ts +0 -8
- package/drag-and-drop/models/functions.d.ts +0 -45
- package/drag-and-drop/models/hint-settings.d.ts +0 -22
- package/drag-and-drop/models/index.d.ts +0 -11
- package/drag-and-drop/models/scroll-direction.d.ts +0 -11
- package/drag-and-drop/util.d.ts +0 -34
- package/drag-and-drop.module.d.ts +0 -35
- package/package-metadata.d.ts +0 -9
- package/utils.module.d.ts +0 -35
|
@@ -35,10 +35,10 @@ class DragHandleDirective {
|
|
|
35
35
|
constructor(element) {
|
|
36
36
|
this.element = element;
|
|
37
37
|
}
|
|
38
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
39
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
38
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DragHandleDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
39
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: DragHandleDirective, isStandalone: true, selector: "[kendoDragHandle]", inputs: { cursorStyle: "cursorStyle" }, host: { properties: { "style.touch-action": "this.touchActionStyle", "style.cursor": "this.cursorStyle" } }, exportAs: ["kendoDragHandle"], ngImport: i0 });
|
|
40
40
|
}
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DragHandleDirective, decorators: [{
|
|
42
42
|
type: Directive,
|
|
43
43
|
args: [{
|
|
44
44
|
selector: '[kendoDragHandle]',
|
|
@@ -63,8 +63,8 @@ const packageMetadata = {
|
|
|
63
63
|
productName: 'Kendo UI for Angular',
|
|
64
64
|
productCode: 'KENDOUIANGULAR',
|
|
65
65
|
productCodes: ['KENDOUIANGULAR'],
|
|
66
|
-
publishDate:
|
|
67
|
-
version: '
|
|
66
|
+
publishDate: 1783679761,
|
|
67
|
+
version: '25.0.0-develop.1',
|
|
68
68
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
69
69
|
};
|
|
70
70
|
|
|
@@ -277,10 +277,10 @@ class DragStateService {
|
|
|
277
277
|
this.scrollInterval = null;
|
|
278
278
|
}
|
|
279
279
|
}
|
|
280
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
281
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
280
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DragStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
281
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DragStateService, providedIn: 'root' });
|
|
282
282
|
}
|
|
283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
283
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DragStateService, decorators: [{
|
|
284
284
|
type: Injectable,
|
|
285
285
|
args: [{
|
|
286
286
|
providedIn: 'root'
|
|
@@ -301,15 +301,15 @@ class HintComponent {
|
|
|
301
301
|
constructor(element) {
|
|
302
302
|
this.element = element;
|
|
303
303
|
}
|
|
304
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
305
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
304
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: HintComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
305
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: HintComponent, isStandalone: true, selector: "kendo-draghint", inputs: { template: "template", directive: "directive", targetIndex: "targetIndex", contextData: "contextData", customContext: "customContext" }, host: { properties: { "style.pointer-events": "this.pointerEvents" } }, ngImport: i0, template: `
|
|
306
306
|
<ng-container
|
|
307
307
|
[ngTemplateOutlet]="template"
|
|
308
308
|
[ngTemplateOutletContext]="customContext || { $implicit: this.directive, index: this.targetIndex, data: this.contextData }">
|
|
309
309
|
</ng-container>
|
|
310
310
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
311
311
|
}
|
|
312
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: HintComponent, decorators: [{
|
|
313
313
|
type: Component,
|
|
314
314
|
args: [{
|
|
315
315
|
selector: 'kendo-draghint',
|
|
@@ -1242,10 +1242,10 @@ class DragTargetContainerDirective {
|
|
|
1242
1242
|
};
|
|
1243
1243
|
}
|
|
1244
1244
|
}
|
|
1245
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1246
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1245
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DragTargetContainerDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: DragStateService }, { token: i0.ViewContainerRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1246
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: DragTargetContainerDirective, isStandalone: true, selector: "[kendoDragTargetContainer]", inputs: { hint: "hint", dragTargetFilter: "dragTargetFilter", dragHandle: "dragHandle", dragDelay: "dragDelay", threshold: "threshold", dragTargetId: "dragTargetId", dragData: "dragData", dragDisabled: "dragDisabled", mode: "mode", cursorStyle: "cursorStyle", hintContext: "hintContext" }, outputs: { onDragReady: "onDragReady", onPress: "onPress", onDragStart: "onDragStart", onDrag: "onDrag", onRelease: "onRelease", onDragEnd: "onDragEnd" }, exportAs: ["kendoDragTargetContainer"], ngImport: i0 });
|
|
1247
1247
|
}
|
|
1248
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DragTargetContainerDirective, decorators: [{
|
|
1249
1249
|
type: Directive,
|
|
1250
1250
|
args: [{
|
|
1251
1251
|
selector: '[kendoDragTargetContainer]',
|
|
@@ -1837,10 +1837,10 @@ class DragTargetDirective {
|
|
|
1837
1837
|
};
|
|
1838
1838
|
}
|
|
1839
1839
|
}
|
|
1840
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1841
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1840
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DragTargetDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: DragStateService }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1841
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: DragTargetDirective, isStandalone: true, selector: "[kendoDragTarget]", inputs: { hint: "hint", threshold: "threshold", autoScroll: "autoScroll", dragTargetId: "dragTargetId", dragDelay: "dragDelay", restrictByAxis: "restrictByAxis", mode: "mode", dragData: "dragData", cursorStyle: "cursorStyle" }, outputs: { onPress: "onPress", onDragStart: "onDragStart", onDrag: "onDrag", onDragReady: "onDragReady", onRelease: "onRelease", onDragEnd: "onDragEnd" }, host: { properties: { "style.touch-action": "this.touchActionStyle" } }, queries: [{ propertyName: "dragHandles", predicate: DragHandleDirective, descendants: true }], exportAs: ["kendoDragTarget"], ngImport: i0 });
|
|
1842
1842
|
}
|
|
1843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DragTargetDirective, decorators: [{
|
|
1844
1844
|
type: Directive,
|
|
1845
1845
|
args: [{
|
|
1846
1846
|
selector: '[kendoDragTarget]',
|
|
@@ -2136,10 +2136,10 @@ class DropTargetContainerDirective {
|
|
|
2136
2136
|
});
|
|
2137
2137
|
this.previousDropTargets = [];
|
|
2138
2138
|
}
|
|
2139
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2140
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2139
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DropTargetContainerDirective, deps: [{ token: DragStateService }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2140
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: DropTargetContainerDirective, isStandalone: true, selector: "[kendoDropTargetContainer]", inputs: { dropTargetFilter: "dropTargetFilter", dropDisabled: "dropDisabled" }, outputs: { onDragEnter: "onDragEnter", onDragOver: "onDragOver", onDragLeave: "onDragLeave", onDrop: "onDrop" }, exportAs: ["kendoDropTargetContainer"], ngImport: i0 });
|
|
2141
2141
|
}
|
|
2142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DropTargetContainerDirective, decorators: [{
|
|
2143
2143
|
type: Directive,
|
|
2144
2144
|
args: [{
|
|
2145
2145
|
selector: '[kendoDropTargetContainer]',
|
|
@@ -2266,10 +2266,10 @@ class DropTargetDirective {
|
|
|
2266
2266
|
this[event].emit(eventArgs);
|
|
2267
2267
|
});
|
|
2268
2268
|
}
|
|
2269
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2270
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2269
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DropTargetDirective, deps: [{ token: DragStateService }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2270
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: DropTargetDirective, isStandalone: true, selector: "[kendoDropTarget]", outputs: { onDragEnter: "onDragEnter", onDragOver: "onDragOver", onDragLeave: "onDragLeave", onDrop: "onDrop" }, exportAs: ["kendoDropTarget"], ngImport: i0 });
|
|
2271
2271
|
}
|
|
2272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DropTargetDirective, decorators: [{
|
|
2273
2273
|
type: Directive,
|
|
2274
2274
|
args: [{
|
|
2275
2275
|
selector: '[kendoDropTarget]',
|
|
@@ -2343,11 +2343,11 @@ const KENDO_UTILS = [
|
|
|
2343
2343
|
* ```
|
|
2344
2344
|
*/
|
|
2345
2345
|
class UtilsModule {
|
|
2346
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2347
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2348
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2346
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: UtilsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2347
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: UtilsModule, imports: [DragTargetDirective, DragHandleDirective, DropTargetDirective, DragTargetContainerDirective, DropTargetContainerDirective, HintComponent], exports: [DragTargetDirective, DragHandleDirective, DropTargetDirective, DragTargetContainerDirective, DropTargetContainerDirective, HintComponent] });
|
|
2348
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: UtilsModule });
|
|
2349
2349
|
}
|
|
2350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: UtilsModule, decorators: [{
|
|
2351
2351
|
type: NgModule,
|
|
2352
2352
|
args: [{
|
|
2353
2353
|
exports: [...KENDO_UTILS],
|
|
@@ -2376,11 +2376,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
2376
2376
|
* ```
|
|
2377
2377
|
*/
|
|
2378
2378
|
class DragAndDropModule {
|
|
2379
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2380
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2381
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2379
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DragAndDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2380
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: DragAndDropModule, imports: [DragTargetDirective, DragHandleDirective, DropTargetDirective, DragTargetContainerDirective, DropTargetContainerDirective, HintComponent], exports: [DragTargetDirective, DragHandleDirective, DropTargetDirective, DragTargetContainerDirective, DropTargetContainerDirective, HintComponent] });
|
|
2381
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DragAndDropModule });
|
|
2382
2382
|
}
|
|
2383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DragAndDropModule, decorators: [{
|
|
2384
2384
|
type: NgModule,
|
|
2385
2385
|
args: [{
|
|
2386
2386
|
exports: [...KENDO_DRAGANDDROP],
|
|
@@ -2404,10 +2404,10 @@ class AdaptiveSettingsService {
|
|
|
2404
2404
|
notify(adaptiveSettings) {
|
|
2405
2405
|
this.changes.next(adaptiveSettings);
|
|
2406
2406
|
}
|
|
2407
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2408
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2407
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AdaptiveSettingsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2408
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AdaptiveSettingsService });
|
|
2409
2409
|
}
|
|
2410
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AdaptiveSettingsService, decorators: [{
|
|
2411
2411
|
type: Injectable
|
|
2412
2412
|
}] });
|
|
2413
2413
|
|
|
@@ -2516,10 +2516,10 @@ class AdaptiveService {
|
|
|
2516
2516
|
ngOnDestroy() {
|
|
2517
2517
|
this.subs.unsubscribe();
|
|
2518
2518
|
}
|
|
2519
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2520
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2519
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AdaptiveService, deps: [{ token: ADAPTIVE_SETTINGS, optional: true }, { token: AdaptiveSettingsService, optional: true }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2520
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AdaptiveService, providedIn: 'root' });
|
|
2521
2521
|
}
|
|
2522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: AdaptiveService, decorators: [{
|
|
2523
2523
|
type: Injectable,
|
|
2524
2524
|
args: [{
|
|
2525
2525
|
providedIn: 'root'
|