@progress/kendo-angular-common 17.0.0-develop.4 → 17.0.0-develop.41
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/adornments/prefix.directive.d.ts +1 -1
- package/adornments/separator-orientation.d.ts +1 -1
- package/adornments/separator.component.d.ts +1 -1
- package/adornments/suffix.directive.d.ts +1 -1
- package/adornments.d.ts +0 -1
- package/draggable/draggable.directive.d.ts +1 -1
- package/draggable.d.ts +0 -1
- package/{esm2020 → esm2022}/adornments/prefix.directive.mjs +8 -7
- package/{esm2020 → esm2022}/adornments/separator.component.mjs +13 -15
- package/{esm2020 → esm2022}/adornments/suffix.directive.mjs +8 -7
- package/{esm2020 → esm2022}/adornments.mjs +0 -1
- package/{esm2020 → esm2022}/draggable/draggable.directive.mjs +10 -7
- package/{esm2020 → esm2022}/draggable.mjs +0 -1
- package/{esm2020 → esm2022}/events/events-outside-angular.directive.mjs +9 -4
- package/{esm2020 → esm2022}/events.mjs +0 -1
- package/{esm2020 → esm2022}/preventable-event.mjs +1 -3
- package/{esm2020 → esm2022}/resize-sensor/compat.service.mjs +6 -0
- package/{esm2020 → esm2022}/resize-sensor/observer.service.mjs +6 -3
- package/{esm2020 → esm2022}/resize-sensor/resize-batch.service.mjs +7 -5
- package/{esm2020 → esm2022}/resize-sensor/resize-sensor.component.mjs +15 -13
- package/{esm2020 → esm2022}/resize-sensor/resize.service.mjs +7 -3
- package/{esm2020 → esm2022}/resize-sensor.mjs +0 -1
- package/{esm2020 → esm2022}/template-context/template-context.directive.mjs +8 -6
- package/{esm2020 → esm2022}/toggle-button-tab-stop/toggle-button-tab-stop.directive.mjs +44 -28
- package/{esm2020 → esm2022}/toggle-button-tab-stop/toggle-button-tab-stop.mjs +1 -0
- package/{esm2020 → esm2022}/toggle-button-tab-stop.mjs +0 -1
- package/{esm2020 → esm2022}/utils/scrollbar-width.service.mjs +4 -4
- package/{esm2020 → esm2022}/watermark/index.mjs +0 -1
- package/{esm2020 → esm2022}/watermark/watermark.component.mjs +11 -12
- package/events/events-outside-angular.directive.d.ts +1 -1
- package/events.d.ts +0 -1
- package/{fesm2020 → fesm2022}/progress-kendo-angular-common.mjs +228 -290
- package/package.json +10 -16
- package/resize-sensor/resize-sensor.component.d.ts +1 -1
- package/resize-sensor.d.ts +0 -1
- package/template-context/template-context.directive.d.ts +1 -1
- package/toggle-button-tab-stop/toggle-button-tab-stop.directive.d.ts +1 -1
- package/toggle-button-tab-stop.d.ts +0 -1
- package/watermark/index.d.ts +0 -1
- package/adornments/adornments.module.d.ts +0 -17
- package/draggable/draggable.module.d.ts +0 -15
- package/esm2020/adornments/adornments.module.mjs +0 -26
- package/esm2020/draggable/draggable.module.mjs +0 -23
- package/esm2020/events/events.module.mjs +0 -23
- package/esm2020/resize-sensor/resize-sensor.module.mjs +0 -25
- package/esm2020/toggle-button-tab-stop/toggle-button-tab-stop.module.mjs +0 -23
- package/esm2020/watermark/watermark.module.mjs +0 -23
- package/events/events.module.d.ts +0 -15
- package/fesm2015/progress-kendo-angular-common.mjs +0 -1628
- package/resize-sensor/resize-sensor.module.d.ts +0 -15
- package/toggle-button-tab-stop/toggle-button-tab-stop.module.d.ts +0 -15
- package/watermark/watermark.module.d.ts +0 -15
- /package/{esm2020 → esm2022}/adornments/separator-orientation.mjs +0 -0
- /package/{esm2020 → esm2022}/directives.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries/closest-by-selector.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries/closest-in-scope.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries/closest.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries/contains.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries/find-element.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries/find-focusable-child.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries/find-focusable.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries/has-classes.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries/is-focusable-with-tab-key.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries/is-focusable.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries/is-visible.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries/matches-classes.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries/matches-node-name.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries/rtl-scroll-position.mjs +0 -0
- /package/{esm2020 → esm2022}/dom-queries.mjs +0 -0
- /package/{esm2020 → esm2022}/enums/keys.mjs +0 -0
- /package/{esm2020 → esm2022}/enums.mjs +0 -0
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/progress-kendo-angular-common.mjs +0 -0
- /package/{esm2020 → esm2022}/template-context/index.mjs +0 -0
- /package/{esm2020 → esm2022}/tokens.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/any-changed.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/detect-browser.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/focusable-selectors.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/forms-utils.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/guid.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/has-observers.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/html-attributes.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/is-changed.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/is-document-available.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/ng-class-parser.mjs +0 -0
- /package/{esm2020 → esm2022}/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/watermark/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/watermark/validation.mjs +0 -0
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./resize-sensor.component";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
* IMPORTANT: NgModule export kept for backwards compatibility
|
|
10
|
-
*/
|
|
11
|
-
export declare class ResizeSensorModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeSensorModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ResizeSensorModule, never, [typeof i1.ResizeSensorComponent], [typeof i1.ResizeSensorComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ResizeSensorModule>;
|
|
15
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./toggle-button-tab-stop.directive";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
* IMPORTANT: NgModule export kept for backwards compatibility
|
|
10
|
-
*/
|
|
11
|
-
export declare class ToggleButtonTabStopModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleButtonTabStopModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ToggleButtonTabStopModule, never, [typeof i1.ToggleButtonTabStopDirective], [typeof i1.ToggleButtonTabStopDirective]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ToggleButtonTabStopModule>;
|
|
15
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./watermark.component";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
* IMPORTANT: NgModule export kept for backwards compatibility
|
|
10
|
-
*/
|
|
11
|
-
export declare class WatermarkModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WatermarkModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<WatermarkModule, never, [typeof i1.WatermarkOverlayComponent], [typeof i1.WatermarkOverlayComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<WatermarkModule>;
|
|
15
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|