@progress/kendo-angular-common 24.2.2 → 25.0.0-develop.2
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
|
@@ -281,10 +281,10 @@ class DraggableDirective {
|
|
|
281
281
|
this.draggable = undefined;
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
285
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
284
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DraggableDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
285
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: DraggableDirective, isStandalone: true, selector: "[kendoDraggable]", inputs: { enableDrag: "enableDrag" }, outputs: { kendoPress: "kendoPress", kendoDrag: "kendoDrag", kendoRelease: "kendoRelease" }, usesOnChanges: true, ngImport: i0 });
|
|
286
286
|
}
|
|
287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: DraggableDirective, decorators: [{
|
|
288
288
|
type: Directive,
|
|
289
289
|
args: [{
|
|
290
290
|
selector: '[kendoDraggable]',
|
|
@@ -481,10 +481,10 @@ class EventsOutsideAngularDirective {
|
|
|
481
481
|
this.subscriptions = null;
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
485
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
484
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: EventsOutsideAngularDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
485
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: EventsOutsideAngularDirective, isStandalone: true, selector: "[kendoEventsOutsideAngular]", inputs: { events: ["kendoEventsOutsideAngular", "events"], scope: "scope" }, ngImport: i0 });
|
|
486
486
|
}
|
|
487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: EventsOutsideAngularDirective, decorators: [{
|
|
488
488
|
type: Directive,
|
|
489
489
|
args: [{
|
|
490
490
|
selector: '[kendoEventsOutsideAngular]',
|
|
@@ -775,10 +775,10 @@ class ResizeBatchService {
|
|
|
775
775
|
this.scheduled = [];
|
|
776
776
|
this.unsubscribe();
|
|
777
777
|
}
|
|
778
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
779
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
778
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ResizeBatchService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
779
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ResizeBatchService, providedIn: 'root' });
|
|
780
780
|
}
|
|
781
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
781
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ResizeBatchService, decorators: [{
|
|
782
782
|
type: Injectable,
|
|
783
783
|
args: [{
|
|
784
784
|
providedIn: 'root'
|
|
@@ -830,10 +830,10 @@ class ResizeSensorComponent {
|
|
|
830
830
|
acceptSize(size) {
|
|
831
831
|
this.resizeService.acceptSize(size);
|
|
832
832
|
}
|
|
833
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
834
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
833
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ResizeSensorComponent, deps: [{ token: ResizeBatchService }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
834
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: ResizeSensorComponent, isStandalone: true, selector: "kendo-resize-sensor", inputs: { rateLimit: "rateLimit" }, outputs: { resize: "resize" }, ngImport: i0, template: '', isInline: true });
|
|
835
835
|
}
|
|
836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
836
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ResizeSensorComponent, decorators: [{
|
|
837
837
|
type: Component,
|
|
838
838
|
args: [{
|
|
839
839
|
selector: 'kendo-resize-sensor',
|
|
@@ -1199,8 +1199,8 @@ class WatermarkOverlayComponent {
|
|
|
1199
1199
|
resetPresenceCheck() {
|
|
1200
1200
|
bannerPresentOnPage = false;
|
|
1201
1201
|
}
|
|
1202
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1203
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "
|
|
1202
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: WatermarkOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1203
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.25", type: WatermarkOverlayComponent, isStandalone: true, selector: "div[kendoWatermarkOverlay], kendo-watermark-overlay", inputs: { licenseMessage: "licenseMessage" }, host: { properties: { "style": "this.watermarkStyle" } }, viewQueries: [{ propertyName: "banner", first: true, predicate: ["banner"], descendants: true }], ngImport: i0, template: `
|
|
1204
1204
|
<ng-template #buttonTemplate>
|
|
1205
1205
|
<button
|
|
1206
1206
|
[ngStyle]="{
|
|
@@ -1354,7 +1354,7 @@ class WatermarkOverlayComponent {
|
|
|
1354
1354
|
}
|
|
1355
1355
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
1356
1356
|
}
|
|
1357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: WatermarkOverlayComponent, decorators: [{
|
|
1358
1358
|
type: Component,
|
|
1359
1359
|
args: [{
|
|
1360
1360
|
selector: 'div[kendoWatermarkOverlay], kendo-watermark-overlay',
|
|
@@ -1575,10 +1575,10 @@ class PrefixTemplateDirective {
|
|
|
1575
1575
|
constructor(templateRef) {
|
|
1576
1576
|
this.templateRef = templateRef;
|
|
1577
1577
|
}
|
|
1578
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1579
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1578
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PrefixTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1579
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: PrefixTemplateDirective, isStandalone: true, selector: "[kendoPrefixTemplate]", inputs: { showSeparator: "showSeparator" }, ngImport: i0 });
|
|
1580
1580
|
}
|
|
1581
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: PrefixTemplateDirective, decorators: [{
|
|
1582
1582
|
type: Directive,
|
|
1583
1583
|
args: [{
|
|
1584
1584
|
selector: '[kendoPrefixTemplate]',
|
|
@@ -1629,10 +1629,10 @@ class SuffixTemplateDirective {
|
|
|
1629
1629
|
constructor(templateRef) {
|
|
1630
1630
|
this.templateRef = templateRef;
|
|
1631
1631
|
}
|
|
1632
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1633
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1632
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SuffixTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1633
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: SuffixTemplateDirective, isStandalone: true, selector: "[kendoSuffixTemplate]", inputs: { showSeparator: "showSeparator" }, ngImport: i0 });
|
|
1634
1634
|
}
|
|
1635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SuffixTemplateDirective, decorators: [{
|
|
1636
1636
|
type: Directive,
|
|
1637
1637
|
args: [{
|
|
1638
1638
|
selector: '[kendoSuffixTemplate]',
|
|
@@ -1686,10 +1686,10 @@ class SeparatorComponent {
|
|
|
1686
1686
|
* @hidden
|
|
1687
1687
|
*/
|
|
1688
1688
|
hostClass = true;
|
|
1689
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1690
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1689
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SeparatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1690
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.25", type: SeparatorComponent, isStandalone: true, selector: "kendo-separator", inputs: { orientation: "orientation" }, host: { properties: { "class.k-input-separator-vertical": "this.vertical", "class.k-input-separator-horizontal": "this.horizontal", "class.k-input-separator": "this.hostClass" } }, ngImport: i0, template: ``, isInline: true });
|
|
1691
1691
|
}
|
|
1692
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: SeparatorComponent, decorators: [{
|
|
1693
1693
|
type: Component,
|
|
1694
1694
|
args: [{
|
|
1695
1695
|
selector: 'kendo-separator',
|
|
@@ -1814,10 +1814,10 @@ class ScrollbarService {
|
|
|
1814
1814
|
this.subscription?.unsubscribe();
|
|
1815
1815
|
this.subscription = null;
|
|
1816
1816
|
}
|
|
1817
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1818
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1817
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ScrollbarService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1818
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ScrollbarService, providedIn: 'root' });
|
|
1819
1819
|
}
|
|
1820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ScrollbarService, decorators: [{
|
|
1821
1821
|
type: Injectable,
|
|
1822
1822
|
args: [{
|
|
1823
1823
|
providedIn: 'root'
|
|
@@ -2065,10 +2065,10 @@ class ToggleButtonTabStopDirective {
|
|
|
2065
2065
|
this.observer.observe(mainFocusableElement, mutationConfig);
|
|
2066
2066
|
});
|
|
2067
2067
|
}
|
|
2068
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2069
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2068
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ToggleButtonTabStopDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: MultiTabStop }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2069
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: ToggleButtonTabStopDirective, isStandalone: true, selector: "[kendoToggleButtonTabStop]", inputs: { active: ["kendoToggleButtonTabStop", "active"], toggleButtonAriaLabel: "toggleButtonAriaLabel" }, usesOnChanges: true, ngImport: i0 });
|
|
2070
2070
|
}
|
|
2071
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2071
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ToggleButtonTabStopDirective, decorators: [{
|
|
2072
2072
|
type: Directive,
|
|
2073
2073
|
args: [{
|
|
2074
2074
|
selector: '[kendoToggleButtonTabStop]',
|
|
@@ -2099,10 +2099,10 @@ class TemplateContextDirective {
|
|
|
2099
2099
|
constructor(viewContainerRef) {
|
|
2100
2100
|
this.viewContainerRef = viewContainerRef;
|
|
2101
2101
|
}
|
|
2102
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2103
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2102
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TemplateContextDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2103
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.25", type: TemplateContextDirective, isStandalone: true, selector: "[templateContext]", inputs: { templateContext: "templateContext" }, ngImport: i0 });
|
|
2104
2104
|
}
|
|
2105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2105
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: TemplateContextDirective, decorators: [{
|
|
2106
2106
|
type: Directive,
|
|
2107
2107
|
args: [{
|
|
2108
2108
|
selector: '[templateContext]',
|