@progress/kendo-angular-common 17.0.0-develop.39 → 17.0.0-develop.40

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.d.ts CHANGED
@@ -6,4 +6,3 @@ export { PrefixTemplateDirective } from './adornments/prefix.directive';
6
6
  export { SuffixTemplateDirective } from './adornments/suffix.directive';
7
7
  export { SeparatorComponent } from './adornments/separator.component';
8
8
  export { SeparatorOrientation } from './adornments/separator-orientation';
9
- export { AdornmentsModule } from './adornments/adornments.module';
package/draggable.d.ts CHANGED
@@ -3,4 +3,3 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export { DraggableDirective } from './draggable/draggable.directive';
6
- export { DraggableModule } from './draggable/draggable.module';
@@ -5,4 +5,3 @@
5
5
  export { PrefixTemplateDirective } from './adornments/prefix.directive';
6
6
  export { SuffixTemplateDirective } from './adornments/suffix.directive';
7
7
  export { SeparatorComponent } from './adornments/separator.component';
8
- export { AdornmentsModule } from './adornments/adornments.module';
@@ -3,4 +3,3 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export { DraggableDirective } from './draggable/draggable.directive';
6
- export { DraggableModule } from './draggable/draggable.module';
@@ -3,4 +3,3 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export { EventsOutsideAngularDirective } from './events/events-outside-angular.directive';
6
- export { EventsModule } from './events/events.module';
@@ -6,4 +6,3 @@ export { ResizeSensorComponent } from './resize-sensor/resize-sensor.component';
6
6
  export { ResizeBatchService } from './resize-sensor/resize-batch.service';
7
7
  export { ResizeCompatService } from './resize-sensor/compat.service';
8
8
  export { ResizeObserverService } from './resize-sensor/observer.service';
9
- export { ResizeSensorModule } from './resize-sensor/resize-sensor.module';
@@ -2,6 +2,5 @@
2
2
  * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- export { ToggleButtonTabStopModule } from './toggle-button-tab-stop/toggle-button-tab-stop.module';
6
5
  export { ToggleButtonTabStopDirective } from './toggle-button-tab-stop/toggle-button-tab-stop.directive';
7
6
  export { MultiTabStop } from './toggle-button-tab-stop/toggle-button-tab-stop';
@@ -3,5 +3,4 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export { WatermarkOverlayComponent } from './watermark.component';
6
- export { WatermarkModule } from './watermark.module';
7
6
  export { shouldShowValidationUI } from './validation';
package/events.d.ts CHANGED
@@ -3,4 +3,3 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export { EventsOutsideAngularDirective } from './events/events-outside-angular.directive';
6
- export { EventsModule } from './events/events.module';
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from '@angular/core';
6
- import { EventEmitter, Directive, Input, Output, NgModule, Injectable, Component, HostBinding, ViewChild, Optional, isDevMode } from '@angular/core';
6
+ import { EventEmitter, Directive, Input, Output, Injectable, Component, HostBinding, ViewChild, Optional, isDevMode } from '@angular/core';
7
7
  import { detectDesktopBrowser, detectMobileOS } from '@progress/kendo-common';
8
8
  import { take, auditTime } from 'rxjs/operators';
9
9
  import { Draggable } from '@progress/kendo-draggable';
@@ -246,23 +246,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
246
246
  type: Output
247
247
  }] } });
248
248
 
249
- /**
250
- * @hidden
251
- * IMPORTANT: NgModule export kept for backwards compatibility
252
- */
253
- class DraggableModule {
254
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DraggableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
255
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DraggableModule, imports: [DraggableDirective], exports: [DraggableDirective] });
256
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DraggableModule });
257
- }
258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DraggableModule, decorators: [{
259
- type: NgModule,
260
- args: [{
261
- exports: [DraggableDirective],
262
- imports: [DraggableDirective]
263
- }]
264
- }] });
265
-
266
249
  const closestInScope = (node, predicate, scope) => {
267
250
  while (node && node !== scope && !predicate(node)) {
268
251
  node = node.parentNode;
@@ -445,23 +428,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
445
428
  type: Input
446
429
  }] } });
447
430
 
448
- /**
449
- * @hidden
450
- * IMPORTANT: NgModule export kept for backwards compatibility
451
- */
452
- class EventsModule {
453
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EventsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
454
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: EventsModule, imports: [EventsOutsideAngularDirective], exports: [EventsOutsideAngularDirective] });
455
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EventsModule });
456
- }
457
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EventsModule, decorators: [{
458
- type: NgModule,
459
- args: [{
460
- imports: [EventsOutsideAngularDirective],
461
- exports: [EventsOutsideAngularDirective]
462
- }]
463
- }] });
464
-
465
431
  class ResizeService {
466
432
  resizeBatchService;
467
433
  resize = new EventEmitter();
@@ -781,24 +747,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
781
747
  type: Output
782
748
  }] } });
783
749
 
784
- /**
785
- * @hidden
786
- * IMPORTANT: NgModule export kept for backwards compatibility
787
- */
788
- class ResizeSensorModule {
789
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResizeSensorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
790
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ResizeSensorModule, imports: [ResizeSensorComponent], exports: [ResizeSensorComponent] });
791
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResizeSensorModule, providers: [ResizeBatchService] });
792
- }
793
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResizeSensorModule, decorators: [{
794
- type: NgModule,
795
- args: [{
796
- imports: [ResizeSensorComponent],
797
- exports: [ResizeSensorComponent],
798
- providers: [ResizeBatchService]
799
- }]
800
- }] });
801
-
802
750
  class KendoInput {
803
751
  }
804
752
 
@@ -1044,23 +992,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1044
992
  args: ['banner']
1045
993
  }] } });
1046
994
 
1047
- /**
1048
- * @hidden
1049
- * IMPORTANT: NgModule export kept for backwards compatibility
1050
- */
1051
- class WatermarkModule {
1052
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: WatermarkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1053
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: WatermarkModule, imports: [WatermarkOverlayComponent], exports: [WatermarkOverlayComponent] });
1054
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: WatermarkModule });
1055
- }
1056
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: WatermarkModule, decorators: [{
1057
- type: NgModule,
1058
- args: [{
1059
- exports: [WatermarkOverlayComponent],
1060
- imports: [WatermarkOverlayComponent]
1061
- }]
1062
- }] });
1063
-
1064
995
  const allowed = ['telerik.com', 'progress.com', 'stackblitz.io', 'csb.app'];
1065
996
  /**
1066
997
  * @hidden
@@ -1242,37 +1173,64 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1242
1173
  args: ['class.k-input-separator']
1243
1174
  }] } });
1244
1175
 
1176
+ class PreventableEvent {
1177
+ prevented = false;
1178
+ /**
1179
+ * Prevents the default action for a specified event.
1180
+ * In this way, the source component suppresses
1181
+ * the built-in behavior that follows the event.
1182
+ */
1183
+ preventDefault() {
1184
+ this.prevented = true;
1185
+ }
1186
+ /**
1187
+ * Returns `true` if the event was prevented
1188
+ * by any of its subscribers.
1189
+ *
1190
+ * @returns `true` if the default action was prevented.
1191
+ * Otherwise, returns `false`.
1192
+ */
1193
+ isDefaultPrevented() {
1194
+ return this.prevented;
1195
+ }
1196
+ }
1197
+
1198
+ const canCreateElement = () => isDocumentAvailable() && document.createElement;
1199
+ const propName = '--kendo-scrollbar-width';
1245
1200
  /**
1246
1201
  * @hidden
1247
1202
  */
1248
- class TemplateContextDirective {
1249
- set templateContext(context) {
1250
- if (this.insertedViewRef) {
1251
- this.viewContainerRef.remove(this.viewContainerRef.indexOf(this.insertedViewRef));
1252
- this.insertedViewRef = undefined;
1253
- }
1254
- if (context.templateRef) {
1255
- this.insertedViewRef = this.viewContainerRef.createEmbeddedView(context.templateRef, context);
1256
- }
1203
+ const scrollbarWidth = () => {
1204
+ let scrollbarWidth = 0;
1205
+ if (canCreateElement()) {
1206
+ const div = document.createElement('div');
1207
+ div.style.cssText = 'overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block';
1208
+ div.innerHTML = ' ';
1209
+ document.body.appendChild(div);
1210
+ scrollbarWidth = div.offsetWidth - div.scrollWidth;
1211
+ document.body.removeChild(div);
1257
1212
  }
1258
- insertedViewRef;
1259
- viewContainerRef;
1260
- constructor(viewContainerRef) {
1261
- this.viewContainerRef = viewContainerRef;
1213
+ return scrollbarWidth;
1214
+ };
1215
+ /**
1216
+ * @hidden
1217
+ */
1218
+ class ScrollbarWidthService {
1219
+ changes = new EventEmitter();
1220
+ constructor() {
1221
+ if (typeof window !== 'undefined' && isDocumentAvailable()) {
1222
+ document.body.style.setProperty(propName, `${scrollbarWidth()}px`);
1223
+ }
1262
1224
  }
1263
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TemplateContextDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
1264
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TemplateContextDirective, isStandalone: true, selector: "[templateContext]", inputs: { templateContext: "templateContext" }, ngImport: i0 });
1225
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ScrollbarWidthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1226
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ScrollbarWidthService, providedIn: 'root' });
1265
1227
  }
1266
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TemplateContextDirective, decorators: [{
1267
- type: Directive,
1228
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ScrollbarWidthService, decorators: [{
1229
+ type: Injectable,
1268
1230
  args: [{
1269
- // eslint-disable-next-line @angular-eslint/directive-selector
1270
- selector: '[templateContext]',
1271
- standalone: true
1231
+ providedIn: 'root'
1272
1232
  }]
1273
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { templateContext: [{
1274
- type: Input
1275
- }] } });
1233
+ }], ctorParameters: function () { return []; } });
1276
1234
 
1277
1235
  /**
1278
1236
  * @hidden
@@ -1501,6 +1459,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1501
1459
  type: Input
1502
1460
  }] } });
1503
1461
 
1462
+ /**
1463
+ * @hidden
1464
+ */
1465
+ class TemplateContextDirective {
1466
+ set templateContext(context) {
1467
+ if (this.insertedViewRef) {
1468
+ this.viewContainerRef.remove(this.viewContainerRef.indexOf(this.insertedViewRef));
1469
+ this.insertedViewRef = undefined;
1470
+ }
1471
+ if (context.templateRef) {
1472
+ this.insertedViewRef = this.viewContainerRef.createEmbeddedView(context.templateRef, context);
1473
+ }
1474
+ }
1475
+ insertedViewRef;
1476
+ viewContainerRef;
1477
+ constructor(viewContainerRef) {
1478
+ this.viewContainerRef = viewContainerRef;
1479
+ }
1480
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TemplateContextDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
1481
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TemplateContextDirective, isStandalone: true, selector: "[templateContext]", inputs: { templateContext: "templateContext" }, ngImport: i0 });
1482
+ }
1483
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TemplateContextDirective, decorators: [{
1484
+ type: Directive,
1485
+ args: [{
1486
+ // eslint-disable-next-line @angular-eslint/directive-selector
1487
+ selector: '[templateContext]',
1488
+ standalone: true
1489
+ }]
1490
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { templateContext: [{
1491
+ type: Input
1492
+ }] } });
1493
+
1504
1494
  /**
1505
1495
  * @hidden
1506
1496
  */
@@ -1557,102 +1547,9 @@ const KENDO_TEMPLATE_CONTEXT = [
1557
1547
  TemplateContextDirective
1558
1548
  ];
1559
1549
 
1560
- /**
1561
- * @hidden
1562
- * IMPORTANT: NgModule export kept for backwards compatibility
1563
- */
1564
- class AdornmentsModule {
1565
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdornmentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1566
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: AdornmentsModule, imports: [PrefixTemplateDirective, SuffixTemplateDirective, SeparatorComponent], exports: [PrefixTemplateDirective, SuffixTemplateDirective, SeparatorComponent] });
1567
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdornmentsModule });
1568
- }
1569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdornmentsModule, decorators: [{
1570
- type: NgModule,
1571
- args: [{
1572
- imports: [...KENDO_ADORNMENTS],
1573
- exports: [...KENDO_ADORNMENTS]
1574
- }]
1575
- }] });
1576
-
1577
- class PreventableEvent {
1578
- prevented = false;
1579
- /**
1580
- * Prevents the default action for a specified event.
1581
- * In this way, the source component suppresses
1582
- * the built-in behavior that follows the event.
1583
- */
1584
- preventDefault() {
1585
- this.prevented = true;
1586
- }
1587
- /**
1588
- * Returns `true` if the event was prevented
1589
- * by any of its subscribers.
1590
- *
1591
- * @returns `true` if the default action was prevented.
1592
- * Otherwise, returns `false`.
1593
- */
1594
- isDefaultPrevented() {
1595
- return this.prevented;
1596
- }
1597
- }
1598
-
1599
- const canCreateElement = () => isDocumentAvailable() && document.createElement;
1600
- const propName = '--kendo-scrollbar-width';
1601
- /**
1602
- * @hidden
1603
- */
1604
- const scrollbarWidth = () => {
1605
- let scrollbarWidth = 0;
1606
- if (canCreateElement()) {
1607
- const div = document.createElement('div');
1608
- div.style.cssText = 'overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block';
1609
- div.innerHTML = ' ';
1610
- document.body.appendChild(div);
1611
- scrollbarWidth = div.offsetWidth - div.scrollWidth;
1612
- document.body.removeChild(div);
1613
- }
1614
- return scrollbarWidth;
1615
- };
1616
- /**
1617
- * @hidden
1618
- */
1619
- class ScrollbarWidthService {
1620
- changes = new EventEmitter();
1621
- constructor() {
1622
- if (typeof window !== 'undefined' && isDocumentAvailable()) {
1623
- document.body.style.setProperty(propName, `${scrollbarWidth()}px`);
1624
- }
1625
- }
1626
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ScrollbarWidthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1627
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ScrollbarWidthService, providedIn: 'root' });
1628
- }
1629
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ScrollbarWidthService, decorators: [{
1630
- type: Injectable,
1631
- args: [{
1632
- providedIn: 'root'
1633
- }]
1634
- }], ctorParameters: function () { return []; } });
1635
-
1636
- /**
1637
- * @hidden
1638
- * IMPORTANT: NgModule export kept for backwards compatibility
1639
- */
1640
- class ToggleButtonTabStopModule {
1641
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToggleButtonTabStopModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1642
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ToggleButtonTabStopModule, imports: [ToggleButtonTabStopDirective], exports: [ToggleButtonTabStopDirective] });
1643
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToggleButtonTabStopModule });
1644
- }
1645
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToggleButtonTabStopModule, decorators: [{
1646
- type: NgModule,
1647
- args: [{
1648
- imports: [ToggleButtonTabStopDirective],
1649
- exports: [ToggleButtonTabStopDirective]
1650
- }]
1651
- }] });
1652
-
1653
1550
  /**
1654
1551
  * Generated bundle index. Do not edit.
1655
1552
  */
1656
1553
 
1657
- export { AdornmentsModule, DraggableDirective, DraggableModule, EventsModule, EventsOutsideAngularDirective, KENDO_ADORNMENTS, KENDO_COMMON, KENDO_DRAGGABLE, KENDO_EVENTS, KENDO_RESIZESENSOR, KENDO_TEMPLATE_CONTEXT, KENDO_TOGGLEBUTTONTABSTOP, KENDO_WATERMARK, KendoInput, Keys, MultiTabStop, PrefixTemplateDirective, PreventableEvent, ResizeBatchService, ResizeCompatService, ResizeObserverService, ResizeSensorComponent, ResizeSensorModule, ScrollbarWidthService, SeparatorComponent, SuffixTemplateDirective, TemplateContextDirective, ToggleButtonTabStopDirective, ToggleButtonTabStopModule, WatermarkModule, WatermarkOverlayComponent, anyChanged, applyAttributes, closest, closestBySelector, closestInScope, contains, findElement, findFocusable, findFocusableChild, focusableSelector, guid, hasClasses, hasObservers, isChanged, isControlRequired, isDocumentAvailable, isFirefox, isFocusable, isFocusableWithTabKey, isObject, isObjectPresent, isPresent, isSafari, isString, isVisible, matchesClasses, matchesNodeName, parseAttributes, parseCSSClassNames, removeHTMLAttributes, rtlScrollPosition, scrollbarWidth, setHTMLAttributes, shouldShowValidationUI, splitStringToArray };
1554
+ export { DraggableDirective, EventsOutsideAngularDirective, KENDO_ADORNMENTS, KENDO_COMMON, KENDO_DRAGGABLE, KENDO_EVENTS, KENDO_RESIZESENSOR, KENDO_TEMPLATE_CONTEXT, KENDO_TOGGLEBUTTONTABSTOP, KENDO_WATERMARK, KendoInput, Keys, MultiTabStop, PrefixTemplateDirective, PreventableEvent, ResizeBatchService, ResizeCompatService, ResizeObserverService, ResizeSensorComponent, ScrollbarWidthService, SeparatorComponent, SuffixTemplateDirective, TemplateContextDirective, ToggleButtonTabStopDirective, WatermarkOverlayComponent, anyChanged, applyAttributes, closest, closestBySelector, closestInScope, contains, findElement, findFocusable, findFocusableChild, focusableSelector, guid, hasClasses, hasObservers, isChanged, isControlRequired, isDocumentAvailable, isFirefox, isFocusable, isFocusableWithTabKey, isObject, isObjectPresent, isPresent, isSafari, isString, isVisible, matchesClasses, matchesNodeName, parseAttributes, parseCSSClassNames, removeHTMLAttributes, rtlScrollPosition, scrollbarWidth, setHTMLAttributes, shouldShowValidationUI, splitStringToArray };
1658
1555
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-common",
3
- "version": "17.0.0-develop.39",
3
+ "version": "17.0.0-develop.40",
4
4
  "description": "Kendo UI for Angular - Utility Package",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,7 +23,7 @@
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": "17.0.0-develop.39"
26
+ "@progress/kendo-angular-schematics": "17.0.0-develop.40"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
@@ -6,4 +6,3 @@ export { ResizeSensorComponent } from './resize-sensor/resize-sensor.component';
6
6
  export { ResizeBatchService } from './resize-sensor/resize-batch.service';
7
7
  export { ResizeCompatService } from './resize-sensor/compat.service';
8
8
  export { ResizeObserverService } from './resize-sensor/observer.service';
9
- export { ResizeSensorModule } from './resize-sensor/resize-sensor.module';
@@ -2,6 +2,5 @@
2
2
  * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- export { ToggleButtonTabStopModule } from './toggle-button-tab-stop/toggle-button-tab-stop.module';
6
5
  export { ToggleButtonTabStopDirective } from './toggle-button-tab-stop/toggle-button-tab-stop.directive';
7
6
  export { MultiTabStop } from './toggle-button-tab-stop/toggle-button-tab-stop';
@@ -3,5 +3,4 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export { WatermarkOverlayComponent } from './watermark.component';
6
- export { WatermarkModule } from './watermark.module';
7
6
  export { shouldShowValidationUI } from './validation';
@@ -1,17 +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 "./prefix.directive";
7
- import * as i2 from "./suffix.directive";
8
- import * as i3 from "./separator.component";
9
- /**
10
- * @hidden
11
- * IMPORTANT: NgModule export kept for backwards compatibility
12
- */
13
- export declare class AdornmentsModule {
14
- static ɵfac: i0.ɵɵFactoryDeclaration<AdornmentsModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdornmentsModule, never, [typeof i1.PrefixTemplateDirective, typeof i2.SuffixTemplateDirective, typeof i3.SeparatorComponent], [typeof i1.PrefixTemplateDirective, typeof i2.SuffixTemplateDirective, typeof i3.SeparatorComponent]>;
16
- static ɵinj: i0.ɵɵInjectorDeclaration<AdornmentsModule>;
17
- }
@@ -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 "./draggable.directive";
7
- /**
8
- * @hidden
9
- * IMPORTANT: NgModule export kept for backwards compatibility
10
- */
11
- export declare class DraggableModule {
12
- static ɵfac: i0.ɵɵFactoryDeclaration<DraggableModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<DraggableModule, never, [typeof i1.DraggableDirective], [typeof i1.DraggableDirective]>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<DraggableModule>;
15
- }
@@ -1,26 +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 { NgModule } from '@angular/core';
6
- import { KENDO_ADORNMENTS } from '../directives';
7
- import * as i0 from "@angular/core";
8
- import * as i1 from "./prefix.directive";
9
- import * as i2 from "./suffix.directive";
10
- import * as i3 from "./separator.component";
11
- /**
12
- * @hidden
13
- * IMPORTANT: NgModule export kept for backwards compatibility
14
- */
15
- export class AdornmentsModule {
16
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdornmentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: AdornmentsModule, imports: [i1.PrefixTemplateDirective, i2.SuffixTemplateDirective, i3.SeparatorComponent], exports: [i1.PrefixTemplateDirective, i2.SuffixTemplateDirective, i3.SeparatorComponent] });
18
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdornmentsModule });
19
- }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdornmentsModule, decorators: [{
21
- type: NgModule,
22
- args: [{
23
- imports: [...KENDO_ADORNMENTS],
24
- exports: [...KENDO_ADORNMENTS]
25
- }]
26
- }] });
@@ -1,23 +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 { NgModule } from '@angular/core';
6
- import { DraggableDirective } from './draggable.directive';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * @hidden
10
- * IMPORTANT: NgModule export kept for backwards compatibility
11
- */
12
- export class DraggableModule {
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DraggableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DraggableModule, imports: [DraggableDirective], exports: [DraggableDirective] });
15
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DraggableModule });
16
- }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DraggableModule, decorators: [{
18
- type: NgModule,
19
- args: [{
20
- exports: [DraggableDirective],
21
- imports: [DraggableDirective]
22
- }]
23
- }] });
@@ -1,23 +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 { NgModule } from '@angular/core';
6
- import { EventsOutsideAngularDirective } from './events-outside-angular.directive';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * @hidden
10
- * IMPORTANT: NgModule export kept for backwards compatibility
11
- */
12
- export class EventsModule {
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EventsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: EventsModule, imports: [EventsOutsideAngularDirective], exports: [EventsOutsideAngularDirective] });
15
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EventsModule });
16
- }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EventsModule, decorators: [{
18
- type: NgModule,
19
- args: [{
20
- imports: [EventsOutsideAngularDirective],
21
- exports: [EventsOutsideAngularDirective]
22
- }]
23
- }] });
@@ -1,25 +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 { NgModule } from '@angular/core';
6
- import { ResizeSensorComponent } from './resize-sensor.component';
7
- import { ResizeBatchService } from './resize-batch.service';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * @hidden
11
- * IMPORTANT: NgModule export kept for backwards compatibility
12
- */
13
- export class ResizeSensorModule {
14
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResizeSensorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ResizeSensorModule, imports: [ResizeSensorComponent], exports: [ResizeSensorComponent] });
16
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResizeSensorModule, providers: [ResizeBatchService] });
17
- }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResizeSensorModule, decorators: [{
19
- type: NgModule,
20
- args: [{
21
- imports: [ResizeSensorComponent],
22
- exports: [ResizeSensorComponent],
23
- providers: [ResizeBatchService]
24
- }]
25
- }] });
@@ -1,23 +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 { NgModule } from '@angular/core';
6
- import { ToggleButtonTabStopDirective } from './toggle-button-tab-stop.directive';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * @hidden
10
- * IMPORTANT: NgModule export kept for backwards compatibility
11
- */
12
- export class ToggleButtonTabStopModule {
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToggleButtonTabStopModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: ToggleButtonTabStopModule, imports: [ToggleButtonTabStopDirective], exports: [ToggleButtonTabStopDirective] });
15
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToggleButtonTabStopModule });
16
- }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ToggleButtonTabStopModule, decorators: [{
18
- type: NgModule,
19
- args: [{
20
- imports: [ToggleButtonTabStopDirective],
21
- exports: [ToggleButtonTabStopDirective]
22
- }]
23
- }] });
@@ -1,23 +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 { NgModule } from '@angular/core';
6
- import { WatermarkOverlayComponent } from './watermark.component';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * @hidden
10
- * IMPORTANT: NgModule export kept for backwards compatibility
11
- */
12
- export class WatermarkModule {
13
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: WatermarkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: WatermarkModule, imports: [WatermarkOverlayComponent], exports: [WatermarkOverlayComponent] });
15
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: WatermarkModule });
16
- }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: WatermarkModule, decorators: [{
18
- type: NgModule,
19
- args: [{
20
- exports: [WatermarkOverlayComponent],
21
- imports: [WatermarkOverlayComponent]
22
- }]
23
- }] });
@@ -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 "./events-outside-angular.directive";
7
- /**
8
- * @hidden
9
- * IMPORTANT: NgModule export kept for backwards compatibility
10
- */
11
- export declare class EventsModule {
12
- static ɵfac: i0.ɵɵFactoryDeclaration<EventsModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<EventsModule, never, [typeof i1.EventsOutsideAngularDirective], [typeof i1.EventsOutsideAngularDirective]>;
14
- static ɵinj: i0.ɵɵInjectorDeclaration<EventsModule>;
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 "./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
- }