@progress/kendo-angular-common 24.2.2-develop.9 → 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-common.mjs +33 -33
- package/index.d.ts +723 -20
- package/package.json +5 -5
- package/adornments/prefix.directive.d.ts +0 -36
- package/adornments/separator-orientation.d.ts +0 -8
- package/adornments/separator.component.d.ts +0 -47
- package/adornments/suffix.directive.d.ts +0 -42
- package/adornments.d.ts +0 -8
- package/directives.d.ts +0 -45
- package/dom-queries/closest-by-selector.d.ts +0 -5
- package/dom-queries/closest-in-scope.d.ts +0 -5
- package/dom-queries/closest.d.ts +0 -5
- package/dom-queries/contains.d.ts +0 -5
- package/dom-queries/find-element.d.ts +0 -5
- package/dom-queries/find-focusable-child.d.ts +0 -5
- package/dom-queries/find-focusable.d.ts +0 -5
- package/dom-queries/has-classes.d.ts +0 -5
- package/dom-queries/is-focusable-with-tab-key.d.ts +0 -5
- package/dom-queries/is-focusable.d.ts +0 -6
- package/dom-queries/is-visible.d.ts +0 -5
- package/dom-queries/matches-classes.d.ts +0 -5
- package/dom-queries/matches-node-name.d.ts +0 -5
- package/dom-queries/rtl-scroll-position.d.ts +0 -8
- package/dom-queries.d.ts +0 -19
- package/draggable/draggable.directive.d.ts +0 -23
- package/draggable.d.ts +0 -5
- package/enums/keys.d.ts +0 -74
- package/enums.d.ts +0 -5
- package/events/events-outside-angular.directive.d.ts +0 -22
- package/events.d.ts +0 -5
- package/localization/replace-message-placeholder.d.ts +0 -8
- package/preventable-event.d.ts +0 -18
- package/resize-sensor/compat.service.d.ts +0 -23
- package/resize-sensor/observer.service.d.ts +0 -19
- package/resize-sensor/resize-batch.service.d.ts +0 -24
- package/resize-sensor/resize-sensor.component.d.ts +0 -32
- package/resize-sensor/resize.service.d.ts +0 -28
- package/resize-sensor.d.ts +0 -8
- package/template-context/index.d.ts +0 -5
- package/template-context/template-context.directive.d.ts +0 -17
- package/toggle-button-tab-stop/toggle-button-tab-stop.d.ts +0 -11
- package/toggle-button-tab-stop/toggle-button-tab-stop.directive.d.ts +0 -72
- package/toggle-button-tab-stop.d.ts +0 -6
- package/tokens.d.ts +0 -14
- package/utils/any-changed.d.ts +0 -9
- package/utils/detect-browser.d.ts +0 -20
- package/utils/focusable-selectors.d.ts +0 -8
- package/utils/forms-utils.d.ts +0 -9
- package/utils/getter.d.ts +0 -8
- package/utils/guid.d.ts +0 -8
- package/utils/has-observers.d.ts +0 -9
- package/utils/html-attributes.d.ts +0 -33
- package/utils/is-changed.d.ts +0 -9
- package/utils/is-document-available.d.ts +0 -8
- package/utils/keys-normalizer.d.ts +0 -23
- package/utils/ng-class-parser.d.ts +0 -34
- package/utils/objects-equal.d.ts +0 -5
- package/utils/process-css-value.d.ts +0 -5
- package/utils/scrollbar.service.d.ts +0 -27
- package/utils/setter.d.ts +0 -8
- package/utils.d.ts +0 -14
- package/watermark/index.d.ts +0 -6
- package/watermark/utils.d.ts +0 -12
- package/watermark/validation.d.ts +0 -15
- package/watermark/watermark.component.d.ts +0 -44
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-common",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "25.0.0-develop.1",
|
|
4
4
|
"description": "Kendo UI for Angular - Utility Package",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -14,16 +14,16 @@
|
|
|
14
14
|
"Progress"
|
|
15
15
|
],
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@angular/animations": "
|
|
18
|
-
"@angular/common": "
|
|
19
|
-
"@angular/core": "
|
|
17
|
+
"@angular/animations": "20 - 22",
|
|
18
|
+
"@angular/common": "20 - 22",
|
|
19
|
+
"@angular/core": "20 - 22",
|
|
20
20
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@progress/kendo-common": "^1.0.1",
|
|
24
24
|
"@progress/kendo-draggable": "^3.0.2",
|
|
25
25
|
"tslib": "^2.3.1",
|
|
26
|
-
"@progress/kendo-angular-schematics": "
|
|
26
|
+
"@progress/kendo-angular-schematics": "25.0.0-develop.1"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Specifies the adornments in the prefix container of the [Inputs](https://www.telerik.com/kendo-angular-ui/components/inputs/textbox/adornments#prefix-adornments) and [DropDowns](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/adornments#prefix-adornments).
|
|
9
|
-
* ```html
|
|
10
|
-
* <kendo-textbox>
|
|
11
|
-
* <ng-template kendoPrefixTemplate>
|
|
12
|
-
* <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
|
|
13
|
-
* </ng-template>
|
|
14
|
-
* </kendo-textbox>
|
|
15
|
-
*
|
|
16
|
-
* <kendo-multiselect [data]="data" [(ngModel)]="value">
|
|
17
|
-
* <ng-template kendoPrefixTemplate>
|
|
18
|
-
* <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
|
|
19
|
-
* </ng-template>
|
|
20
|
-
* </kendo-multiselect>
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
export declare class PrefixTemplateDirective {
|
|
24
|
-
templateRef: TemplateRef<any>;
|
|
25
|
-
/**
|
|
26
|
-
* Sets the `showSeparator` attribute of the `prefixTemplate`.
|
|
27
|
-
*
|
|
28
|
-
* @default false
|
|
29
|
-
*/
|
|
30
|
-
set showSeparator(value: boolean);
|
|
31
|
-
get showSeparator(): boolean;
|
|
32
|
-
private _showSeparator;
|
|
33
|
-
constructor(templateRef: TemplateRef<any>);
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PrefixTemplateDirective, [{ optional: true; }]>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PrefixTemplateDirective, "[kendoPrefixTemplate]", never, { "showSeparator": { "alias": "showSeparator"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Specifies the orientation of the `SeparatorComponent` when using adornments.
|
|
7
|
-
*/
|
|
8
|
-
export type SeparatorOrientation = 'horizontal' | 'vertical';
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { SeparatorOrientation } from './separator-orientation';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Specifies a separator in the content of the [Inputs](https://www.telerik.com/kendo-angular-ui/components/inputs/textbox/adornments#separator) and [DropDowns](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/adornments#separator).
|
|
9
|
-
* @example
|
|
10
|
-
* ```ts
|
|
11
|
-
* @Component({
|
|
12
|
-
* selector: 'my-app',
|
|
13
|
-
* template: `
|
|
14
|
-
* <kendo-textbox>
|
|
15
|
-
* <ng-template kendoSuffixTemplate>
|
|
16
|
-
* <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
|
|
17
|
-
* <kendo-separator></kendo-separator>
|
|
18
|
-
* <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
|
|
19
|
-
* </ng-template>
|
|
20
|
-
* </kendo-textbox>
|
|
21
|
-
* `
|
|
22
|
-
* })
|
|
23
|
-
* class AppComponent {}
|
|
24
|
-
* ```
|
|
25
|
-
*/
|
|
26
|
-
export declare class SeparatorComponent {
|
|
27
|
-
/**
|
|
28
|
-
* Specifies the orientation of the separator. Applicable for the adornments of the [`TextAreaComponent`](https://www.telerik.com/kendo-angular-ui/components/inputs/api/textareacomponent).
|
|
29
|
-
*
|
|
30
|
-
* @default 'vertical'
|
|
31
|
-
*/
|
|
32
|
-
orientation: SeparatorOrientation;
|
|
33
|
-
/**
|
|
34
|
-
* @hidden
|
|
35
|
-
*/
|
|
36
|
-
get vertical(): boolean;
|
|
37
|
-
/**
|
|
38
|
-
* @hidden
|
|
39
|
-
*/
|
|
40
|
-
get horizontal(): boolean;
|
|
41
|
-
/**
|
|
42
|
-
* @hidden
|
|
43
|
-
*/
|
|
44
|
-
hostClass: boolean;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SeparatorComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeparatorComponent, "kendo-separator", never, { "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, never, true, never>;
|
|
47
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Represents the directive for suffix adornments in the Inputs and DropDowns components.
|
|
9
|
-
*
|
|
10
|
-
* Use the `kendoSuffixTemplate` directive to add custom content to the suffix container.
|
|
11
|
-
*
|
|
12
|
-
* * See [Inputs Suffix Adornments](https://www.telerik.com/kendo-angular-ui/components/inputs/textbox/adornments#suffix-adornments)
|
|
13
|
-
* * See [DropDowns Suffix Adornments](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/adornments#suffix-adornments)
|
|
14
|
-
*
|
|
15
|
-
* @example
|
|
16
|
-
* ```html
|
|
17
|
-
* <kendo-textbox>
|
|
18
|
-
* <ng-template kendoSuffixTemplate>
|
|
19
|
-
* <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
|
|
20
|
-
* </ng-template>
|
|
21
|
-
* </kendo-textbox>
|
|
22
|
-
* <kendo-multiselect [data]="data" [(ngModel)]="value">
|
|
23
|
-
* <ng-template kendoSuffixTemplate>
|
|
24
|
-
* <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
|
|
25
|
-
* </ng-template>
|
|
26
|
-
* </kendo-multiselect>
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
|
-
export declare class SuffixTemplateDirective {
|
|
30
|
-
templateRef: TemplateRef<any>;
|
|
31
|
-
/**
|
|
32
|
-
* Sets the `showSeparator` attribute of the `suffixTemplate`.
|
|
33
|
-
*
|
|
34
|
-
* @default false
|
|
35
|
-
*/
|
|
36
|
-
set showSeparator(value: boolean);
|
|
37
|
-
get showSeparator(): boolean;
|
|
38
|
-
private _showSeparator;
|
|
39
|
-
constructor(templateRef: TemplateRef<any>);
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SuffixTemplateDirective, [{ optional: true; }]>;
|
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SuffixTemplateDirective, "[kendoSuffixTemplate]", never, { "showSeparator": { "alias": "showSeparator"; "required": false; }; }, {}, never, never, true, never>;
|
|
42
|
-
}
|
package/adornments.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export { PrefixTemplateDirective } from './adornments/prefix.directive';
|
|
6
|
-
export { SuffixTemplateDirective } from './adornments/suffix.directive';
|
|
7
|
-
export { SeparatorComponent } from './adornments/separator.component';
|
|
8
|
-
export { SeparatorOrientation } from './adornments/separator-orientation';
|
package/directives.d.ts
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { PrefixTemplateDirective } from "./adornments/prefix.directive";
|
|
6
|
-
import { SeparatorComponent } from "./adornments/separator.component";
|
|
7
|
-
import { SuffixTemplateDirective } from "./adornments/suffix.directive";
|
|
8
|
-
import { DraggableDirective } from "./draggable/draggable.directive";
|
|
9
|
-
import { EventsOutsideAngularDirective } from "./events/events-outside-angular.directive";
|
|
10
|
-
import { ResizeSensorComponent } from "./resize-sensor/resize-sensor.component";
|
|
11
|
-
import { TemplateContextDirective } from "./template-context/template-context.directive";
|
|
12
|
-
import { ToggleButtonTabStopDirective } from "./toggle-button-tab-stop/toggle-button-tab-stop.directive";
|
|
13
|
-
import { WatermarkOverlayComponent } from "./watermark/watermark.component";
|
|
14
|
-
/**
|
|
15
|
-
* @hidden
|
|
16
|
-
*/
|
|
17
|
-
export declare const KENDO_ADORNMENTS: readonly [typeof PrefixTemplateDirective, typeof SuffixTemplateDirective, typeof SeparatorComponent];
|
|
18
|
-
/**
|
|
19
|
-
* @hidden
|
|
20
|
-
*/
|
|
21
|
-
export declare const KENDO_COMMON: readonly [typeof PrefixTemplateDirective, typeof SuffixTemplateDirective, typeof SeparatorComponent, typeof DraggableDirective, typeof EventsOutsideAngularDirective, typeof ResizeSensorComponent, typeof ToggleButtonTabStopDirective, typeof WatermarkOverlayComponent];
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
*/
|
|
25
|
-
export declare const KENDO_DRAGGABLE: readonly [typeof DraggableDirective];
|
|
26
|
-
/**
|
|
27
|
-
* @hidden
|
|
28
|
-
*/
|
|
29
|
-
export declare const KENDO_EVENTS: readonly [typeof EventsOutsideAngularDirective];
|
|
30
|
-
/**
|
|
31
|
-
* @hidden
|
|
32
|
-
*/
|
|
33
|
-
export declare const KENDO_RESIZESENSOR: readonly [typeof ResizeSensorComponent];
|
|
34
|
-
/**
|
|
35
|
-
* @hidden
|
|
36
|
-
*/
|
|
37
|
-
export declare const KENDO_TOGGLEBUTTONTABSTOP: readonly [typeof ToggleButtonTabStopDirective];
|
|
38
|
-
/**
|
|
39
|
-
* @hidden
|
|
40
|
-
*/
|
|
41
|
-
export declare const KENDO_WATERMARK: readonly [typeof WatermarkOverlayComponent];
|
|
42
|
-
/**
|
|
43
|
-
* @hidden
|
|
44
|
-
*/
|
|
45
|
-
export declare const KENDO_TEMPLATE_CONTEXT: readonly [typeof TemplateContextDirective];
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export declare function closestBySelector(element: any, selector: string): any;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export declare const closestInScope: (node: Node, predicate: (_: Node) => boolean, scope: Node) => Node;
|
package/dom-queries/closest.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export declare const closest: (node: Node, predicate: (_: Node) => boolean) => Node;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export declare const contains: (parent: Node, node: Node, matchSelf?: boolean) => boolean;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export declare const findElement: (node: any, predicate: (element: any) => boolean, matchSelf?: boolean) => any;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export declare const findFocusableChild: (element: any, checkVisibility?: boolean) => any;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export declare const findFocusable: (element: any, checkVisibility?: boolean) => any;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export declare const hasClasses: (element: HTMLElement, classNames: string) => boolean;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export declare const isFocusableWithTabKey: (element: any, checkVisibility?: boolean) => boolean;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export declare const isFocusable: (element: any) => boolean;
|
|
6
|
-
export declare const hasFocusableParent: (element: HTMLElement, container?: HTMLElement) => boolean;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export declare const isVisible: (element: any) => boolean;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export declare const matchesClasses: (classNames: string) => (element: HTMLElement) => boolean;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export declare const matchesNodeName: (nodeName: string) => (element: HTMLElement) => boolean;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Normalizes a scroll position value in RTL mode.
|
|
7
|
-
*/
|
|
8
|
-
export declare function rtlScrollPosition(position: number, element: any, initial: number): number;
|
package/dom-queries.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export { closestInScope } from './dom-queries/closest-in-scope';
|
|
6
|
-
export { closest } from './dom-queries/closest';
|
|
7
|
-
export { contains } from './dom-queries/contains';
|
|
8
|
-
export { findElement } from './dom-queries/find-element';
|
|
9
|
-
export { findFocusableChild } from './dom-queries/find-focusable-child';
|
|
10
|
-
export { findFocusable } from './dom-queries/find-focusable';
|
|
11
|
-
export { hasClasses } from './dom-queries/has-classes';
|
|
12
|
-
export { isFocusableWithTabKey } from './dom-queries/is-focusable-with-tab-key';
|
|
13
|
-
export { isFocusable } from './dom-queries/is-focusable';
|
|
14
|
-
export { hasFocusableParent } from './dom-queries/is-focusable';
|
|
15
|
-
export { isVisible } from './dom-queries/is-visible';
|
|
16
|
-
export { matchesClasses } from './dom-queries/matches-classes';
|
|
17
|
-
export { matchesNodeName } from './dom-queries/matches-node-name';
|
|
18
|
-
export { rtlScrollPosition } from './dom-queries/rtl-scroll-position';
|
|
19
|
-
export { closestBySelector } from './dom-queries/closest-by-selector';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { EventEmitter, ElementRef, OnDestroy, OnInit, OnChanges, NgZone } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class DraggableDirective implements OnInit, OnChanges, OnDestroy {
|
|
8
|
-
private element;
|
|
9
|
-
private ngZone;
|
|
10
|
-
enableDrag: boolean;
|
|
11
|
-
kendoPress: EventEmitter<any>;
|
|
12
|
-
kendoDrag: EventEmitter<any>;
|
|
13
|
-
kendoRelease: EventEmitter<any>;
|
|
14
|
-
private draggable?;
|
|
15
|
-
constructor(element: ElementRef, ngZone: NgZone);
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
ngOnChanges(changes: any): void;
|
|
18
|
-
ngOnDestroy(): void;
|
|
19
|
-
private toggleDraggable;
|
|
20
|
-
private destroyDraggable;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DraggableDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DraggableDirective, "[kendoDraggable]", never, { "enableDrag": { "alias": "enableDrag"; "required": false; }; }, { "kendoPress": "kendoPress"; "kendoDrag": "kendoDrag"; "kendoRelease": "kendoRelease"; }, never, never, true, never>;
|
|
23
|
-
}
|
package/draggable.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export { DraggableDirective } from './draggable/draggable.directive';
|
package/enums/keys.d.ts
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Enum with key codes.
|
|
7
|
-
*/
|
|
8
|
-
export declare enum Keys {
|
|
9
|
-
ArrowDown = "ArrowDown",
|
|
10
|
-
ArrowLeft = "ArrowLeft",
|
|
11
|
-
ArrowRight = "ArrowRight",
|
|
12
|
-
ArrowUp = "ArrowUp",
|
|
13
|
-
Backspace = "Backspace",
|
|
14
|
-
Delete = "Delete",
|
|
15
|
-
Digit0 = "Digit0",
|
|
16
|
-
Digit1 = "Digit1",
|
|
17
|
-
Digit2 = "Digit2",
|
|
18
|
-
Digit3 = "Digit3",
|
|
19
|
-
Digit4 = "Digit4",
|
|
20
|
-
Digit5 = "Digit5",
|
|
21
|
-
Digit6 = "Digit6",
|
|
22
|
-
Digit7 = "Digit7",
|
|
23
|
-
Digit8 = "Digit8",
|
|
24
|
-
Digit9 = "Digit9",
|
|
25
|
-
End = "End",
|
|
26
|
-
Enter = "Enter",
|
|
27
|
-
Escape = "Escape",
|
|
28
|
-
F1 = "F1",
|
|
29
|
-
F2 = "F2",
|
|
30
|
-
F10 = "F10",
|
|
31
|
-
Home = "Home",
|
|
32
|
-
KeyA = "KeyA",
|
|
33
|
-
KeyB = "KeyB",
|
|
34
|
-
KeyC = "KeyC",
|
|
35
|
-
KeyD = "KeyD",
|
|
36
|
-
KeyE = "KeyE",
|
|
37
|
-
KeyF = "KeyF",
|
|
38
|
-
KeyG = "KeyG",
|
|
39
|
-
KeyH = "KeyH",
|
|
40
|
-
KeyI = "KeyI",
|
|
41
|
-
KeyJ = "KeyJ",
|
|
42
|
-
KeyK = "KeyK",
|
|
43
|
-
KeyL = "KeyL",
|
|
44
|
-
KeyM = "KeyM",
|
|
45
|
-
KeyN = "KeyN",
|
|
46
|
-
KeyO = "KeyO",
|
|
47
|
-
KeyP = "KeyP",
|
|
48
|
-
KeyQ = "KeyQ",
|
|
49
|
-
KeyR = "KeyR",
|
|
50
|
-
KeyS = "KeyS",
|
|
51
|
-
KeyT = "KeyT",
|
|
52
|
-
KeyU = "KeyU",
|
|
53
|
-
KeyV = "KeyV",
|
|
54
|
-
KeyW = "KeyW",
|
|
55
|
-
KeyX = "KeyX",
|
|
56
|
-
KeyY = "KeyY",
|
|
57
|
-
KeyZ = "KeyZ",
|
|
58
|
-
Numpad1 = "Numpad1",
|
|
59
|
-
Numpad2 = "Numpad2",
|
|
60
|
-
Numpad3 = "Numpad3",
|
|
61
|
-
Numpad4 = "Numpad4",
|
|
62
|
-
Numpad5 = "Numpad5",
|
|
63
|
-
Numpad6 = "Numpad6",
|
|
64
|
-
Numpad7 = "Numpad7",
|
|
65
|
-
Numpad8 = "Numpad8",
|
|
66
|
-
Numpad9 = "Numpad9",
|
|
67
|
-
Numpad0 = "Numpad0",
|
|
68
|
-
NumpadEnter = "NumpadEnter",
|
|
69
|
-
NumpadDecimal = "NumpadDecimal",
|
|
70
|
-
PageDown = "PageDown",
|
|
71
|
-
PageUp = "PageUp",
|
|
72
|
-
Space = "Space",
|
|
73
|
-
Tab = "Tab"
|
|
74
|
-
}
|
package/enums.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export { Keys } from './enums/keys';
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { OnInit, OnDestroy, ElementRef, Renderer2, NgZone } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class EventsOutsideAngularDirective implements OnInit, OnDestroy {
|
|
11
|
-
private element;
|
|
12
|
-
private ngZone;
|
|
13
|
-
private renderer;
|
|
14
|
-
events: any;
|
|
15
|
-
scope: any;
|
|
16
|
-
protected subscriptions?: any[] | null;
|
|
17
|
-
constructor(element: ElementRef, ngZone: NgZone, renderer: Renderer2);
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
ngOnDestroy(): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EventsOutsideAngularDirective, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EventsOutsideAngularDirective, "[kendoEventsOutsideAngular]", never, { "events": { "alias": "kendoEventsOutsideAngular"; "required": false; }; "scope": { "alias": "scope"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
|
-
}
|
package/events.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export { EventsOutsideAngularDirective } from './events/events-outside-angular.directive';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export declare const replaceMessagePlaceholder: (message: string, name: string, value: string) => string;
|
package/preventable-event.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
export declare abstract class PreventableEvent {
|
|
6
|
-
private prevented;
|
|
7
|
-
/**
|
|
8
|
-
* Prevents the default action for the event.
|
|
9
|
-
* The source component suppresses the built-in behavior that follows the event.
|
|
10
|
-
*/
|
|
11
|
-
preventDefault(): void;
|
|
12
|
-
/**
|
|
13
|
-
* Returns `true` if you or any subscriber prevented the default action.
|
|
14
|
-
*
|
|
15
|
-
* @returns `true` if the default action was prevented, otherwise, `false`.
|
|
16
|
-
*/
|
|
17
|
-
isDefaultPrevented(): boolean;
|
|
18
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ElementRef, NgZone } from '@angular/core';
|
|
6
|
-
import { ResizeBatchService } from './resize-batch.service';
|
|
7
|
-
import { ResizeService } from './resize.service';
|
|
8
|
-
export declare class ResizeCompatService extends ResizeService {
|
|
9
|
-
private element;
|
|
10
|
-
private ngZone;
|
|
11
|
-
private expand;
|
|
12
|
-
private expandChild;
|
|
13
|
-
private shrink;
|
|
14
|
-
private subscription?;
|
|
15
|
-
constructor(resizeBatchService: ResizeBatchService, element: ElementRef | null, ngZone: NgZone);
|
|
16
|
-
checkChanges(): void;
|
|
17
|
-
destroy(): void;
|
|
18
|
-
protected checkSize(): boolean;
|
|
19
|
-
protected init(): void;
|
|
20
|
-
private render;
|
|
21
|
-
private reset;
|
|
22
|
-
private subscribe;
|
|
23
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ElementRef, NgZone } from '@angular/core';
|
|
6
|
-
import { ResizeService } from './resize.service';
|
|
7
|
-
import { ResizeBatchService } from './resize-batch.service';
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class ResizeObserverService extends ResizeService {
|
|
12
|
-
private element;
|
|
13
|
-
private ngZone;
|
|
14
|
-
private resizeObserver;
|
|
15
|
-
static supported(): boolean;
|
|
16
|
-
constructor(resizeBatchService: ResizeBatchService, element: ElementRef, ngZone: NgZone);
|
|
17
|
-
destroy(): void;
|
|
18
|
-
protected init(): void;
|
|
19
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { NgZone, OnDestroy } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class ResizeBatchService implements OnDestroy {
|
|
11
|
-
private ngZone;
|
|
12
|
-
private scheduled;
|
|
13
|
-
private resolvedPromise;
|
|
14
|
-
private subscription?;
|
|
15
|
-
constructor(ngZone: NgZone);
|
|
16
|
-
schedule(instance: any, method: any): void;
|
|
17
|
-
isScheduled(instance: any): boolean;
|
|
18
|
-
cancel(instance: any): void;
|
|
19
|
-
ngOnDestroy(): void;
|
|
20
|
-
private unsubscribe;
|
|
21
|
-
private flush;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeBatchService, never>;
|
|
23
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ResizeBatchService>;
|
|
24
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { EventEmitter, OnDestroy, AfterViewChecked, ElementRef, NgZone } from '@angular/core';
|
|
6
|
-
import { ResizeBatchService } from './resize-batch.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Resize Sensor Component
|
|
10
|
-
*
|
|
11
|
-
* Triggers a "resize" event whenever the parent DOM element size changes.
|
|
12
|
-
*/
|
|
13
|
-
export declare class ResizeSensorComponent implements OnDestroy, AfterViewChecked {
|
|
14
|
-
/**
|
|
15
|
-
* The maximum number of resize events to emit per second.
|
|
16
|
-
*
|
|
17
|
-
* Defaults to 10.
|
|
18
|
-
*/
|
|
19
|
-
rateLimit: number;
|
|
20
|
-
/**
|
|
21
|
-
* Fires when the parent DOM element has been resized.
|
|
22
|
-
*/
|
|
23
|
-
resize: EventEmitter<any>;
|
|
24
|
-
private subscription;
|
|
25
|
-
private resizeService;
|
|
26
|
-
constructor(resizeBatchService: ResizeBatchService, element: ElementRef, ngZone: NgZone);
|
|
27
|
-
ngAfterViewChecked(): void;
|
|
28
|
-
ngOnDestroy(): void;
|
|
29
|
-
acceptSize(size?: any): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeSensorComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ResizeSensorComponent, "kendo-resize-sensor", never, { "rateLimit": { "alias": "rateLimit"; "required": false; }; }, { "resize": "resize"; }, never, never, true, never>;
|
|
32
|
-
}
|