@progress/kendo-angular-grid 13.4.1-develop.4 → 13.5.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.
@@ -72,7 +72,7 @@ import { CellLoadingTemplateDirective } from './rendering/cell-loading.template.
72
72
  import { ContextService } from './common/provider.service';
73
73
  import { LoadingTemplateDirective } from './rendering/loading-template.directive';
74
74
  import { SizingOptionsService } from './layout/sizing-options.service';
75
- import { guid } from '@progress/kendo-angular-common';
75
+ import { guid, shouldShowValidationUI } from '@progress/kendo-angular-common';
76
76
  import { DragTargetContainerDirective, DropTargetContainerDirective } from '@progress/kendo-angular-utils';
77
77
  import { RowReorderService } from './row-reordering/row-reorder.service';
78
78
  import { StatusBarTemplateDirective } from './aggregates/status-bar-template.directive';
@@ -113,13 +113,13 @@ import * as i32 from "./rendering/table-body.component";
113
113
  import * as i33 from "./rendering/common/loading.component";
114
114
  import * as i34 from "./aggregates/status-bar.component";
115
115
  import * as i35 from "@progress/kendo-angular-icons";
116
- import * as i36 from "./localization/localized-messages.directive";
117
- import * as i37 from "@angular/common";
118
- import * as i38 from "./column-resizing/table.directive";
119
- import * as i39 from "./rendering/grid-table.directive";
120
- import * as i40 from "./layout/resizable.directive";
121
- import * as i41 from "@progress/kendo-angular-utils";
122
- import * as i42 from "@progress/kendo-angular-common";
116
+ import * as i36 from "@progress/kendo-angular-common";
117
+ import * as i37 from "./localization/localized-messages.directive";
118
+ import * as i38 from "@angular/common";
119
+ import * as i39 from "./column-resizing/table.directive";
120
+ import * as i40 from "./rendering/grid-table.directive";
121
+ import * as i41 from "./layout/resizable.directive";
122
+ import * as i42 from "@progress/kendo-angular-utils";
123
123
  import * as i43 from "./selection/marquee.directive";
124
124
  const createControl = (source) => (acc, key) => {
125
125
  acc[key] = new FormControl(source[key]);
@@ -391,6 +391,10 @@ export class GridComponent {
391
391
  this.footer = new QueryList();
392
392
  this.selectionDirective = false;
393
393
  this.ariaRootId = `k-${guid()}`;
394
+ /**
395
+ * @hidden
396
+ */
397
+ this.showLicenseWatermark = false;
394
398
  this.columnsContainer = new ColumnsContainer(() => this.columnList.filterHierarchy(column => {
395
399
  if (!isUniversal()) {
396
400
  column.matchesMedia = this.matchesMedia(column);
@@ -413,7 +417,8 @@ export class GridComponent {
413
417
  this._loading = false;
414
418
  this.rtl = false;
415
419
  this._rowClass = () => null;
416
- validatePackage(packageMetadata);
420
+ const isValid = validatePackage(packageMetadata);
421
+ this.showLicenseWatermark = shouldShowValidationUI(isValid);
417
422
  this.ctx.grid = this;
418
423
  this.localizationSubscription = this.localization.changes.subscribe(({ rtl }) => {
419
424
  this.rtl = rtl;
@@ -2594,7 +2599,9 @@ GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
2594
2599
  </kendo-icon-wrapper>
2595
2600
  {{hintText}}
2596
2601
  </ng-template>
2597
- `, isInline: true, components: [{ type: i25.ToolbarComponent, selector: "kendo-grid-toolbar", inputs: ["position", "size", "navigable"] }, { type: i26.PagerComponent, selector: "kendo-pager", inputs: ["total", "skip", "pageSize", "options", "size", "template"], outputs: ["pageChange"] }, { type: i27.GroupPanelComponent, selector: "kendo-grid-group-panel", inputs: ["text", "navigable", "groups"], outputs: ["change"] }, { type: i28.ColGroupComponent, selector: "[kendoGridColGroup]", inputs: ["columns", "groups", "detailTemplate", "sort"] }, { type: i29.HeaderComponent, selector: "[kendoGridHeader]", inputs: ["totalColumnLevels", "columns", "groups", "detailTemplate", "scrollable", "filterable", "sort", "filter", "sortable", "groupable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex", "size"] }, { type: i30.ListComponent, selector: "kendo-grid-list", inputs: ["data", "groups", "total", "rowHeight", "stickyRowHeight", "detailRowHeight", "take", "skip", "columns", "detailTemplate", "noRecordsTemplate", "selectable", "groupable", "filterable", "rowClass", "rowSticky", "loading", "trackBy", "virtualColumns", "isVirtual", "cellLoadingTemplate", "loadingTemplate", "sort", "size"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { type: i31.FooterComponent, selector: "[kendoGridFooter]", inputs: ["columns", "groups", "detailTemplate", "scrollable", "lockedColumnsCount", "logicalRowIndex", "totalColumns"] }, { type: i32.TableBodyComponent, selector: "[kendoGridTableBody]", inputs: ["columns", "allColumns", "groups", "detailTemplate", "noRecordsTemplate", "data", "skip", "selectable", "filterable", "noRecordsText", "isLocked", "isLoading", "isVirtual", "cellLoadingTemplate", "skipGroupDecoration", "showGroupFooters", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "trackBy", "rowSticky", "totalColumns", "rowClass"] }, { type: i33.LoadingComponent, selector: "[kendoGridLoading]", inputs: ["loadingTemplate"] }, { type: i34.StatusBarComponent, selector: "kendo-grid-status-bar", inputs: ["statusBarTemplate"] }, { type: i35.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i36.LocalizedMessagesDirective, selector: "[kendoGridLocalizedMessages]" }, { type: i37.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i38.TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { type: i39.GridTableDirective, selector: "[kendoGridTable]", inputs: ["size"] }, { type: i40.ResizableContainerDirective, selector: "[kendoGridResizableContainer]", inputs: ["lockedWidth", "kendoGridResizableContainer"] }, { type: i41.DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { type: i41.DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { type: i42.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { type: i43.GridMarqueeDirective, selector: "[kendoGridSelectionMarquee]" }], encapsulation: i0.ViewEncapsulation.None });
2602
+
2603
+ <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
2604
+ `, isInline: true, components: [{ type: i25.ToolbarComponent, selector: "kendo-grid-toolbar", inputs: ["position", "size", "navigable"] }, { type: i26.PagerComponent, selector: "kendo-pager", inputs: ["total", "skip", "pageSize", "options", "size", "template"], outputs: ["pageChange"] }, { type: i27.GroupPanelComponent, selector: "kendo-grid-group-panel", inputs: ["text", "navigable", "groups"], outputs: ["change"] }, { type: i28.ColGroupComponent, selector: "[kendoGridColGroup]", inputs: ["columns", "groups", "detailTemplate", "sort"] }, { type: i29.HeaderComponent, selector: "[kendoGridHeader]", inputs: ["totalColumnLevels", "columns", "groups", "detailTemplate", "scrollable", "filterable", "sort", "filter", "sortable", "groupable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex", "size"] }, { type: i30.ListComponent, selector: "kendo-grid-list", inputs: ["data", "groups", "total", "rowHeight", "stickyRowHeight", "detailRowHeight", "take", "skip", "columns", "detailTemplate", "noRecordsTemplate", "selectable", "groupable", "filterable", "rowClass", "rowSticky", "loading", "trackBy", "virtualColumns", "isVirtual", "cellLoadingTemplate", "loadingTemplate", "sort", "size"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { type: i31.FooterComponent, selector: "[kendoGridFooter]", inputs: ["columns", "groups", "detailTemplate", "scrollable", "lockedColumnsCount", "logicalRowIndex", "totalColumns"] }, { type: i32.TableBodyComponent, selector: "[kendoGridTableBody]", inputs: ["columns", "allColumns", "groups", "detailTemplate", "noRecordsTemplate", "data", "skip", "selectable", "filterable", "noRecordsText", "isLocked", "isLoading", "isVirtual", "cellLoadingTemplate", "skipGroupDecoration", "showGroupFooters", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "trackBy", "rowSticky", "totalColumns", "rowClass"] }, { type: i33.LoadingComponent, selector: "[kendoGridLoading]", inputs: ["loadingTemplate"] }, { type: i34.StatusBarComponent, selector: "kendo-grid-status-bar", inputs: ["statusBarTemplate"] }, { type: i35.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: i36.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i37.LocalizedMessagesDirective, selector: "[kendoGridLocalizedMessages]" }, { type: i38.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i39.TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { type: i40.GridTableDirective, selector: "[kendoGridTable]", inputs: ["size"] }, { type: i41.ResizableContainerDirective, selector: "[kendoGridResizableContainer]", inputs: ["lockedWidth", "kendoGridResizableContainer"] }, { type: i42.DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { type: i42.DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { type: i36.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { type: i43.GridMarqueeDirective, selector: "[kendoGridSelectionMarquee]" }], encapsulation: i0.ViewEncapsulation.None });
2598
2605
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridComponent, decorators: [{
2599
2606
  type: Component,
2600
2607
  args: [{
@@ -3210,6 +3217,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3210
3217
  </kendo-icon-wrapper>
3211
3218
  {{hintText}}
3212
3219
  </ng-template>
3220
+
3221
+ <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
3213
3222
  `
3214
3223
  }]
3215
3224
  }], ctorParameters: function () { return [{ type: i1.BrowserSupportService }, { type: i2.SelectionService }, { type: i3.CellSelectionService }, { type: i0.ElementRef }, { type: i4.GroupInfoService }, { type: i5.GroupsService }, { type: i6.ChangeNotificationService }, { type: i7.DetailsService }, { type: i8.EditService }, { type: i9.FilterService }, { type: i10.PDFService }, { type: i11.ResponsiveService }, { type: i0.Renderer2 }, { type: i12.ExcelService }, { type: i0.NgZone }, { type: i13.ScrollSyncService }, { type: i14.DomEventsService }, { type: i15.ColumnResizingService }, { type: i0.ChangeDetectorRef }, { type: i16.ColumnReorderService }, { type: i17.ColumnInfoService }, { type: i18.NavigationService }, { type: i19.SortService }, { type: i20.ScrollRequestService }, { type: i21.LocalizationService }, { type: i22.ContextService }, { type: i23.SizingOptionsService }, { type: i24.RowReorderService }]; }, propDecorators: { data: [{
@@ -25,7 +25,7 @@ import { ToolbarTemplateDirective } from "./rendering/toolbar/toolbar-template.d
25
25
  import { ToolbarComponent } from "./rendering/toolbar/toolbar.component";
26
26
  import { StatusBarTemplateDirective } from './aggregates/status-bar-template.directive';
27
27
  import { StatusBarComponent } from './aggregates/status-bar.component';
28
- import { ResizeSensorModule } from '@progress/kendo-angular-common';
28
+ import { ResizeSensorModule, WatermarkModule } from '@progress/kendo-angular-common';
29
29
  import { TemplateEditingDirective } from './editing-directives/template-editing.directive';
30
30
  import { ReactiveEditingDirective } from './editing-directives/reactive-editing.directive';
31
31
  import { InCellEditingDirective } from './editing-directives/in-cell-editing.directive';
@@ -220,7 +220,8 @@ GridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13
220
220
  FilterMenuModule,
221
221
  ResizeSensorModule,
222
222
  ColumnMenuModule,
223
- DragAndDropModule], exports: [GridComponent,
223
+ DragAndDropModule,
224
+ WatermarkModule], exports: [GridComponent,
224
225
  ToolbarTemplateDirective,
225
226
  ToolbarComponent,
226
227
  GridSpacerComponent,
@@ -247,7 +248,8 @@ GridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13
247
248
  FilterMenuModule,
248
249
  ResizeSensorModule,
249
250
  ColumnMenuModule,
250
- DragAndDropModule
251
+ DragAndDropModule,
252
+ WatermarkModule
251
253
  ]] });
252
254
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridModule, decorators: [{
253
255
  type: NgModule,
@@ -266,7 +268,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
266
268
  FilterMenuModule,
267
269
  ResizeSensorModule,
268
270
  ColumnMenuModule,
269
- DragAndDropModule
271
+ DragAndDropModule,
272
+ WatermarkModule
270
273
  ]
271
274
  }]
272
275
  }] });
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-grid',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1694174986,
13
- version: '13.4.1-develop.4',
12
+ publishDate: 1694187163,
13
+ version: '13.5.0-develop.1',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -5,7 +5,7 @@
5
5
  import * as i0 from '@angular/core';
6
6
  import { InjectionToken, Component, HostBinding, Input, EventEmitter, Injectable, Directive, Optional, QueryList, isDevMode, ContentChildren, ContentChild, forwardRef, SkipSelf, Host, Inject, Output, SecurityContext, HostListener, ChangeDetectionStrategy, ElementRef, ViewChild, ViewChildren, Self, TemplateRef, Pipe, ViewEncapsulation, NgModule } from '@angular/core';
7
7
  import * as i1$1 from '@progress/kendo-angular-common';
8
- import { isDocumentAvailable, Keys, isPresent as isPresent$1, closest as closest$1, isFocusable as isFocusable$1, anyChanged, isChanged as isChanged$1, KendoInput, guid, hasObservers, ResizeSensorComponent, DraggableModule, EventsModule, ResizeSensorModule } from '@progress/kendo-angular-common';
8
+ import { isDocumentAvailable, Keys, isPresent as isPresent$1, closest as closest$1, isFocusable as isFocusable$1, anyChanged, isChanged as isChanged$1, KendoInput, guid, hasObservers, ResizeSensorComponent, shouldShowValidationUI, DraggableModule, EventsModule, ResizeSensorModule, WatermarkModule } from '@progress/kendo-angular-common';
9
9
  import { merge, of, Subject, from, Subscription, interval, fromEvent, zip as zip$1, BehaviorSubject, Observable } from 'rxjs';
10
10
  import { switchMap, take, map, filter, takeUntil, switchMapTo, delay, auditTime, distinctUntilChanged, tap, throttleTime, debounceTime, bufferCount } from 'rxjs/operators';
11
11
  import * as i1 from '@progress/kendo-angular-l10n';
@@ -22,7 +22,7 @@ import { plusIcon, cancelIcon, lockIcon, unlockIcon, insertMiddleIcon, caretAltL
22
22
  import * as i1$3 from '@angular/platform-browser';
23
23
  import * as i3 from '@progress/kendo-angular-icons';
24
24
  import { IconsModule } from '@progress/kendo-angular-icons';
25
- import * as i41 from '@progress/kendo-angular-utils';
25
+ import * as i42 from '@progress/kendo-angular-utils';
26
26
  import { DragTargetContainerDirective, DropTargetContainerDirective, DragAndDropModule as DragAndDropModule$1 } from '@progress/kendo-angular-utils';
27
27
  import * as i1$4 from '@progress/kendo-angular-dropdowns';
28
28
  import { DropDownListComponent, DropDownListModule, AutoCompleteModule, DropDownsModule } from '@progress/kendo-angular-dropdowns';
@@ -4474,8 +4474,8 @@ const packageMetadata = {
4474
4474
  name: '@progress/kendo-angular-grid',
4475
4475
  productName: 'Kendo UI for Angular',
4476
4476
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
4477
- publishDate: 1694174986,
4478
- version: '13.4.1-develop.4',
4477
+ publishDate: 1694187163,
4478
+ version: '13.5.0-develop.1',
4479
4479
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
4480
4480
  };
4481
4481
 
@@ -19806,6 +19806,10 @@ class GridComponent {
19806
19806
  this.footer = new QueryList();
19807
19807
  this.selectionDirective = false;
19808
19808
  this.ariaRootId = `k-${guid()}`;
19809
+ /**
19810
+ * @hidden
19811
+ */
19812
+ this.showLicenseWatermark = false;
19809
19813
  this.columnsContainer = new ColumnsContainer(() => this.columnList.filterHierarchy(column => {
19810
19814
  if (!isUniversal()) {
19811
19815
  column.matchesMedia = this.matchesMedia(column);
@@ -19828,7 +19832,8 @@ class GridComponent {
19828
19832
  this._loading = false;
19829
19833
  this.rtl = false;
19830
19834
  this._rowClass = () => null;
19831
- validatePackage(packageMetadata);
19835
+ const isValid = validatePackage(packageMetadata);
19836
+ this.showLicenseWatermark = shouldShowValidationUI(isValid);
19832
19837
  this.ctx.grid = this;
19833
19838
  this.localizationSubscription = this.localization.changes.subscribe(({ rtl }) => {
19834
19839
  this.rtl = rtl;
@@ -22012,7 +22017,9 @@ GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
22012
22017
  </kendo-icon-wrapper>
22013
22018
  {{hintText}}
22014
22019
  </ng-template>
22015
- `, isInline: true, components: [{ type: ToolbarComponent, selector: "kendo-grid-toolbar", inputs: ["position", "size", "navigable"] }, { type: PagerComponent, selector: "kendo-pager", inputs: ["total", "skip", "pageSize", "options", "size", "template"], outputs: ["pageChange"] }, { type: GroupPanelComponent, selector: "kendo-grid-group-panel", inputs: ["text", "navigable", "groups"], outputs: ["change"] }, { type: ColGroupComponent, selector: "[kendoGridColGroup]", inputs: ["columns", "groups", "detailTemplate", "sort"] }, { type: HeaderComponent, selector: "[kendoGridHeader]", inputs: ["totalColumnLevels", "columns", "groups", "detailTemplate", "scrollable", "filterable", "sort", "filter", "sortable", "groupable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex", "size"] }, { type: ListComponent, selector: "kendo-grid-list", inputs: ["data", "groups", "total", "rowHeight", "stickyRowHeight", "detailRowHeight", "take", "skip", "columns", "detailTemplate", "noRecordsTemplate", "selectable", "groupable", "filterable", "rowClass", "rowSticky", "loading", "trackBy", "virtualColumns", "isVirtual", "cellLoadingTemplate", "loadingTemplate", "sort", "size"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { type: FooterComponent, selector: "[kendoGridFooter]", inputs: ["columns", "groups", "detailTemplate", "scrollable", "lockedColumnsCount", "logicalRowIndex", "totalColumns"] }, { type: TableBodyComponent, selector: "[kendoGridTableBody]", inputs: ["columns", "allColumns", "groups", "detailTemplate", "noRecordsTemplate", "data", "skip", "selectable", "filterable", "noRecordsText", "isLocked", "isLoading", "isVirtual", "cellLoadingTemplate", "skipGroupDecoration", "showGroupFooters", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "trackBy", "rowSticky", "totalColumns", "rowClass"] }, { type: LoadingComponent, selector: "[kendoGridLoading]", inputs: ["loadingTemplate"] }, { type: StatusBarComponent, selector: "kendo-grid-status-bar", inputs: ["statusBarTemplate"] }, { type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoGridLocalizedMessages]" }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { type: GridTableDirective, selector: "[kendoGridTable]", inputs: ["size"] }, { type: ResizableContainerDirective, selector: "[kendoGridResizableContainer]", inputs: ["lockedWidth", "kendoGridResizableContainer"] }, { type: i41.DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { type: i41.DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { type: i1$1.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { type: GridMarqueeDirective, selector: "[kendoGridSelectionMarquee]" }], encapsulation: i0.ViewEncapsulation.None });
22020
+
22021
+ <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
22022
+ `, isInline: true, components: [{ type: ToolbarComponent, selector: "kendo-grid-toolbar", inputs: ["position", "size", "navigable"] }, { type: PagerComponent, selector: "kendo-pager", inputs: ["total", "skip", "pageSize", "options", "size", "template"], outputs: ["pageChange"] }, { type: GroupPanelComponent, selector: "kendo-grid-group-panel", inputs: ["text", "navigable", "groups"], outputs: ["change"] }, { type: ColGroupComponent, selector: "[kendoGridColGroup]", inputs: ["columns", "groups", "detailTemplate", "sort"] }, { type: HeaderComponent, selector: "[kendoGridHeader]", inputs: ["totalColumnLevels", "columns", "groups", "detailTemplate", "scrollable", "filterable", "sort", "filter", "sortable", "groupable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex", "size"] }, { type: ListComponent, selector: "kendo-grid-list", inputs: ["data", "groups", "total", "rowHeight", "stickyRowHeight", "detailRowHeight", "take", "skip", "columns", "detailTemplate", "noRecordsTemplate", "selectable", "groupable", "filterable", "rowClass", "rowSticky", "loading", "trackBy", "virtualColumns", "isVirtual", "cellLoadingTemplate", "loadingTemplate", "sort", "size"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { type: FooterComponent, selector: "[kendoGridFooter]", inputs: ["columns", "groups", "detailTemplate", "scrollable", "lockedColumnsCount", "logicalRowIndex", "totalColumns"] }, { type: TableBodyComponent, selector: "[kendoGridTableBody]", inputs: ["columns", "allColumns", "groups", "detailTemplate", "noRecordsTemplate", "data", "skip", "selectable", "filterable", "noRecordsText", "isLocked", "isLoading", "isVirtual", "cellLoadingTemplate", "skipGroupDecoration", "showGroupFooters", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "trackBy", "rowSticky", "totalColumns", "rowClass"] }, { type: LoadingComponent, selector: "[kendoGridLoading]", inputs: ["loadingTemplate"] }, { type: StatusBarComponent, selector: "kendo-grid-status-bar", inputs: ["statusBarTemplate"] }, { type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: i1$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoGridLocalizedMessages]" }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { type: GridTableDirective, selector: "[kendoGridTable]", inputs: ["size"] }, { type: ResizableContainerDirective, selector: "[kendoGridResizableContainer]", inputs: ["lockedWidth", "kendoGridResizableContainer"] }, { type: i42.DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { type: i42.DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { type: i1$1.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { type: GridMarqueeDirective, selector: "[kendoGridSelectionMarquee]" }], encapsulation: i0.ViewEncapsulation.None });
22016
22023
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridComponent, decorators: [{
22017
22024
  type: Component,
22018
22025
  args: [{
@@ -22628,6 +22635,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
22628
22635
  </kendo-icon-wrapper>
22629
22636
  {{hintText}}
22630
22637
  </ng-template>
22638
+
22639
+ <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
22631
22640
  `
22632
22641
  }]
22633
22642
  }], ctorParameters: function () { return [{ type: BrowserSupportService }, { type: SelectionService }, { type: CellSelectionService }, { type: i0.ElementRef }, { type: GroupInfoService }, { type: GroupsService }, { type: ChangeNotificationService }, { type: DetailsService }, { type: EditService }, { type: FilterService }, { type: PDFService }, { type: ResponsiveService }, { type: i0.Renderer2 }, { type: ExcelService }, { type: i0.NgZone }, { type: ScrollSyncService }, { type: DomEventsService }, { type: ColumnResizingService }, { type: i0.ChangeDetectorRef }, { type: ColumnReorderService }, { type: ColumnInfoService }, { type: NavigationService }, { type: SortService }, { type: ScrollRequestService }, { type: i1.LocalizationService }, { type: ContextService }, { type: SizingOptionsService }, { type: RowReorderService }]; }, propDecorators: { data: [{
@@ -26260,7 +26269,8 @@ GridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13
26260
26269
  FilterMenuModule,
26261
26270
  ResizeSensorModule,
26262
26271
  ColumnMenuModule,
26263
- DragAndDropModule$1], exports: [GridComponent,
26272
+ DragAndDropModule$1,
26273
+ WatermarkModule], exports: [GridComponent,
26264
26274
  ToolbarTemplateDirective,
26265
26275
  ToolbarComponent,
26266
26276
  GridSpacerComponent,
@@ -26287,7 +26297,8 @@ GridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13
26287
26297
  FilterMenuModule,
26288
26298
  ResizeSensorModule,
26289
26299
  ColumnMenuModule,
26290
- DragAndDropModule$1
26300
+ DragAndDropModule$1,
26301
+ WatermarkModule
26291
26302
  ]] });
26292
26303
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridModule, decorators: [{
26293
26304
  type: NgModule,
@@ -26306,7 +26317,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
26306
26317
  FilterMenuModule,
26307
26318
  ResizeSensorModule,
26308
26319
  ColumnMenuModule,
26309
- DragAndDropModule$1
26320
+ DragAndDropModule$1,
26321
+ WatermarkModule
26310
26322
  ]
26311
26323
  }]
26312
26324
  }] });
@@ -5,7 +5,7 @@
5
5
  import * as i0 from '@angular/core';
6
6
  import { InjectionToken, Component, HostBinding, Input, EventEmitter, Injectable, Optional, Inject, Directive, SkipSelf, QueryList, isDevMode, ContentChildren, ContentChild, forwardRef, Host, Output, SecurityContext, HostListener, ChangeDetectionStrategy, ElementRef, ViewChild, ViewChildren, Self, TemplateRef, Pipe, ViewEncapsulation, NgModule } from '@angular/core';
7
7
  import * as i1$1 from '@progress/kendo-angular-common';
8
- import { isDocumentAvailable, Keys, isPresent as isPresent$1, closest as closest$1, isFocusable as isFocusable$1, anyChanged, isChanged as isChanged$1, KendoInput, guid, hasObservers, ResizeSensorComponent, DraggableModule, EventsModule, ResizeSensorModule } from '@progress/kendo-angular-common';
8
+ import { isDocumentAvailable, Keys, isPresent as isPresent$1, closest as closest$1, isFocusable as isFocusable$1, anyChanged, isChanged as isChanged$1, KendoInput, guid, hasObservers, ResizeSensorComponent, shouldShowValidationUI, DraggableModule, EventsModule, ResizeSensorModule, WatermarkModule } from '@progress/kendo-angular-common';
9
9
  import { merge, of, Subject, from, Subscription, interval, fromEvent, zip as zip$1, BehaviorSubject, Observable } from 'rxjs';
10
10
  import { switchMap, take, map, filter, takeUntil, switchMapTo, delay, auditTime, distinctUntilChanged, tap, throttleTime, debounceTime, bufferCount } from 'rxjs/operators';
11
11
  import * as i1 from '@progress/kendo-angular-l10n';
@@ -22,7 +22,7 @@ import * as i1$3 from '@angular/platform-browser';
22
22
  import * as i3 from '@progress/kendo-angular-icons';
23
23
  import { IconsModule } from '@progress/kendo-angular-icons';
24
24
  import { plusIcon, cancelIcon, lockIcon, unlockIcon, insertMiddleIcon, caretAltLeftIcon, caretAltToLeftIcon, caretAltRightIcon, caretAltToRightIcon, sortDescSmallIcon, sortAscSmallIcon, filterIcon, stickIcon, unstickIcon, setColumnPositionIcon, columnsIcon, maxWidthIcon, displayInlineFlexIcon, slidersIcon, moreVerticalIcon, filterClearIcon, reorderIcon, caretAltDownIcon, minusIcon } from '@progress/kendo-svg-icons';
25
- import * as i41 from '@progress/kendo-angular-utils';
25
+ import * as i42 from '@progress/kendo-angular-utils';
26
26
  import { DragTargetContainerDirective, DropTargetContainerDirective, DragAndDropModule as DragAndDropModule$1 } from '@progress/kendo-angular-utils';
27
27
  import * as i1$4 from '@progress/kendo-angular-dropdowns';
28
28
  import { DropDownListComponent, DropDownListModule, AutoCompleteModule, DropDownsModule } from '@progress/kendo-angular-dropdowns';
@@ -4442,8 +4442,8 @@ const packageMetadata = {
4442
4442
  name: '@progress/kendo-angular-grid',
4443
4443
  productName: 'Kendo UI for Angular',
4444
4444
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
4445
- publishDate: 1694174986,
4446
- version: '13.4.1-develop.4',
4445
+ publishDate: 1694187163,
4446
+ version: '13.5.0-develop.1',
4447
4447
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
4448
4448
  };
4449
4449
 
@@ -19726,6 +19726,10 @@ class GridComponent {
19726
19726
  this.footer = new QueryList();
19727
19727
  this.selectionDirective = false;
19728
19728
  this.ariaRootId = `k-${guid()}`;
19729
+ /**
19730
+ * @hidden
19731
+ */
19732
+ this.showLicenseWatermark = false;
19729
19733
  this.columnsContainer = new ColumnsContainer(() => this.columnList.filterHierarchy(column => {
19730
19734
  if (!isUniversal()) {
19731
19735
  column.matchesMedia = this.matchesMedia(column);
@@ -19748,7 +19752,8 @@ class GridComponent {
19748
19752
  this._loading = false;
19749
19753
  this.rtl = false;
19750
19754
  this._rowClass = () => null;
19751
- validatePackage(packageMetadata);
19755
+ const isValid = validatePackage(packageMetadata);
19756
+ this.showLicenseWatermark = shouldShowValidationUI(isValid);
19752
19757
  this.ctx.grid = this;
19753
19758
  this.localizationSubscription = this.localization.changes.subscribe(({ rtl }) => {
19754
19759
  this.rtl = rtl;
@@ -21929,7 +21934,9 @@ GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
21929
21934
  </kendo-icon-wrapper>
21930
21935
  {{hintText}}
21931
21936
  </ng-template>
21932
- `, isInline: true, components: [{ type: ToolbarComponent, selector: "kendo-grid-toolbar", inputs: ["position", "size", "navigable"] }, { type: PagerComponent, selector: "kendo-pager", inputs: ["total", "skip", "pageSize", "options", "size", "template"], outputs: ["pageChange"] }, { type: GroupPanelComponent, selector: "kendo-grid-group-panel", inputs: ["text", "navigable", "groups"], outputs: ["change"] }, { type: ColGroupComponent, selector: "[kendoGridColGroup]", inputs: ["columns", "groups", "detailTemplate", "sort"] }, { type: HeaderComponent, selector: "[kendoGridHeader]", inputs: ["totalColumnLevels", "columns", "groups", "detailTemplate", "scrollable", "filterable", "sort", "filter", "sortable", "groupable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex", "size"] }, { type: ListComponent, selector: "kendo-grid-list", inputs: ["data", "groups", "total", "rowHeight", "stickyRowHeight", "detailRowHeight", "take", "skip", "columns", "detailTemplate", "noRecordsTemplate", "selectable", "groupable", "filterable", "rowClass", "rowSticky", "loading", "trackBy", "virtualColumns", "isVirtual", "cellLoadingTemplate", "loadingTemplate", "sort", "size"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { type: FooterComponent, selector: "[kendoGridFooter]", inputs: ["columns", "groups", "detailTemplate", "scrollable", "lockedColumnsCount", "logicalRowIndex", "totalColumns"] }, { type: TableBodyComponent, selector: "[kendoGridTableBody]", inputs: ["columns", "allColumns", "groups", "detailTemplate", "noRecordsTemplate", "data", "skip", "selectable", "filterable", "noRecordsText", "isLocked", "isLoading", "isVirtual", "cellLoadingTemplate", "skipGroupDecoration", "showGroupFooters", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "trackBy", "rowSticky", "totalColumns", "rowClass"] }, { type: LoadingComponent, selector: "[kendoGridLoading]", inputs: ["loadingTemplate"] }, { type: StatusBarComponent, selector: "kendo-grid-status-bar", inputs: ["statusBarTemplate"] }, { type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoGridLocalizedMessages]" }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { type: GridTableDirective, selector: "[kendoGridTable]", inputs: ["size"] }, { type: ResizableContainerDirective, selector: "[kendoGridResizableContainer]", inputs: ["lockedWidth", "kendoGridResizableContainer"] }, { type: i41.DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { type: i41.DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { type: i1$1.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { type: GridMarqueeDirective, selector: "[kendoGridSelectionMarquee]" }], encapsulation: i0.ViewEncapsulation.None });
21937
+
21938
+ <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
21939
+ `, isInline: true, components: [{ type: ToolbarComponent, selector: "kendo-grid-toolbar", inputs: ["position", "size", "navigable"] }, { type: PagerComponent, selector: "kendo-pager", inputs: ["total", "skip", "pageSize", "options", "size", "template"], outputs: ["pageChange"] }, { type: GroupPanelComponent, selector: "kendo-grid-group-panel", inputs: ["text", "navigable", "groups"], outputs: ["change"] }, { type: ColGroupComponent, selector: "[kendoGridColGroup]", inputs: ["columns", "groups", "detailTemplate", "sort"] }, { type: HeaderComponent, selector: "[kendoGridHeader]", inputs: ["totalColumnLevels", "columns", "groups", "detailTemplate", "scrollable", "filterable", "sort", "filter", "sortable", "groupable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex", "size"] }, { type: ListComponent, selector: "kendo-grid-list", inputs: ["data", "groups", "total", "rowHeight", "stickyRowHeight", "detailRowHeight", "take", "skip", "columns", "detailTemplate", "noRecordsTemplate", "selectable", "groupable", "filterable", "rowClass", "rowSticky", "loading", "trackBy", "virtualColumns", "isVirtual", "cellLoadingTemplate", "loadingTemplate", "sort", "size"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { type: FooterComponent, selector: "[kendoGridFooter]", inputs: ["columns", "groups", "detailTemplate", "scrollable", "lockedColumnsCount", "logicalRowIndex", "totalColumns"] }, { type: TableBodyComponent, selector: "[kendoGridTableBody]", inputs: ["columns", "allColumns", "groups", "detailTemplate", "noRecordsTemplate", "data", "skip", "selectable", "filterable", "noRecordsText", "isLocked", "isLoading", "isVirtual", "cellLoadingTemplate", "skipGroupDecoration", "showGroupFooters", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "trackBy", "rowSticky", "totalColumns", "rowClass"] }, { type: LoadingComponent, selector: "[kendoGridLoading]", inputs: ["loadingTemplate"] }, { type: StatusBarComponent, selector: "kendo-grid-status-bar", inputs: ["statusBarTemplate"] }, { type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { type: i1$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: LocalizedMessagesDirective, selector: "[kendoGridLocalizedMessages]" }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { type: GridTableDirective, selector: "[kendoGridTable]", inputs: ["size"] }, { type: ResizableContainerDirective, selector: "[kendoGridResizableContainer]", inputs: ["lockedWidth", "kendoGridResizableContainer"] }, { type: i42.DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { type: i42.DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { type: i1$1.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { type: GridMarqueeDirective, selector: "[kendoGridSelectionMarquee]" }], encapsulation: i0.ViewEncapsulation.None });
21933
21940
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridComponent, decorators: [{
21934
21941
  type: Component,
21935
21942
  args: [{
@@ -22545,6 +22552,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
22545
22552
  </kendo-icon-wrapper>
22546
22553
  {{hintText}}
22547
22554
  </ng-template>
22555
+
22556
+ <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
22548
22557
  `
22549
22558
  }]
22550
22559
  }], ctorParameters: function () { return [{ type: BrowserSupportService }, { type: SelectionService }, { type: CellSelectionService }, { type: i0.ElementRef }, { type: GroupInfoService }, { type: GroupsService }, { type: ChangeNotificationService }, { type: DetailsService }, { type: EditService }, { type: FilterService }, { type: PDFService }, { type: ResponsiveService }, { type: i0.Renderer2 }, { type: ExcelService }, { type: i0.NgZone }, { type: ScrollSyncService }, { type: DomEventsService }, { type: ColumnResizingService }, { type: i0.ChangeDetectorRef }, { type: ColumnReorderService }, { type: ColumnInfoService }, { type: NavigationService }, { type: SortService }, { type: ScrollRequestService }, { type: i1.LocalizationService }, { type: ContextService }, { type: SizingOptionsService }, { type: RowReorderService }]; }, propDecorators: { data: [{
@@ -26161,7 +26170,8 @@ GridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13
26161
26170
  FilterMenuModule,
26162
26171
  ResizeSensorModule,
26163
26172
  ColumnMenuModule,
26164
- DragAndDropModule$1], exports: [GridComponent,
26173
+ DragAndDropModule$1,
26174
+ WatermarkModule], exports: [GridComponent,
26165
26175
  ToolbarTemplateDirective,
26166
26176
  ToolbarComponent,
26167
26177
  GridSpacerComponent,
@@ -26188,7 +26198,8 @@ GridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13
26188
26198
  FilterMenuModule,
26189
26199
  ResizeSensorModule,
26190
26200
  ColumnMenuModule,
26191
- DragAndDropModule$1
26201
+ DragAndDropModule$1,
26202
+ WatermarkModule
26192
26203
  ]] });
26193
26204
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GridModule, decorators: [{
26194
26205
  type: NgModule,
@@ -26207,7 +26218,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
26207
26218
  FilterMenuModule,
26208
26219
  ResizeSensorModule,
26209
26220
  ColumnMenuModule,
26210
- DragAndDropModule$1
26221
+ DragAndDropModule$1,
26222
+ WatermarkModule
26211
26223
  ]
26212
26224
  }]
26213
26225
  }] });
@@ -533,6 +533,10 @@ export declare class GridComponent implements AfterContentInit, AfterViewInit, O
533
533
  columnList: ColumnList;
534
534
  selectionDirective: boolean | SelectionDirective;
535
535
  ariaRootId: string;
536
+ /**
537
+ * @hidden
538
+ */
539
+ showLicenseWatermark: boolean;
536
540
  columnsContainer: ColumnsContainer;
537
541
  view: DataCollection;
538
542
  get hasGroupFooters(): boolean;
package/grid.module.d.ts CHANGED
@@ -142,6 +142,6 @@ import * as i116 from "./column-menu/column-menu-autosize-all.component";
142
142
  */
143
143
  export declare class GridModule {
144
144
  static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
145
- static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, [typeof i1.GridComponent, typeof i2.ListComponent, typeof i3.ToolbarComponent, typeof i4.LocalizedMessagesDirective, typeof i5.CustomMessagesComponent, typeof i6.DataBindingDirective, typeof i7.ToolbarTemplateDirective, typeof i8.SelectionDirective, typeof i9.TemplateEditingDirective, typeof i10.ReactiveEditingDirective, typeof i11.InCellEditingDirective, typeof i12.ExpandDetailsDirective, typeof i13.ExpandGroupDirective, typeof i14.GroupBindingDirective, typeof i15.GridMarqueeDirective, typeof i16.GridSpacerComponent, typeof i17.GridToolbarFocusableDirective, typeof i18.StatusBarComponent, typeof i19.StatusBarTemplateDirective], [typeof i20.CommonModule, typeof i21.GroupModule, typeof i22.SharedModule, typeof i23.BodyModule, typeof i24.HeaderModule, typeof i25.FooterModule, typeof i26.PagerModule, typeof i27.RowFilterModule, typeof i28.FilterMenuModule, typeof i29.ResizeSensorModule, typeof i30.ColumnMenuModule, typeof i31.DragAndDropModule], [typeof i1.GridComponent, typeof i7.ToolbarTemplateDirective, typeof i3.ToolbarComponent, typeof i16.GridSpacerComponent, typeof i19.StatusBarTemplateDirective, typeof i6.DataBindingDirective, typeof i8.SelectionDirective, typeof i5.CustomMessagesComponent, typeof i14.GroupBindingDirective, typeof i9.TemplateEditingDirective, typeof i10.ReactiveEditingDirective, typeof i11.InCellEditingDirective, typeof i12.ExpandDetailsDirective, typeof i13.ExpandGroupDirective, typeof i17.GridToolbarFocusableDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.GroupHeaderColumnTemplateDirective, typeof i34.GroupFooterTemplateDirective, typeof i35.ColumnComponent, typeof i36.SpanColumnComponent, typeof i37.ColumnGroupComponent, typeof i38.FooterTemplateDirective, typeof i39.DetailTemplateDirective, typeof i40.FocusableDirective, typeof i41.GridTableDirective, typeof i42.CommandColumnComponent, typeof i43.CheckboxColumnComponent, typeof i44.SelectionCheckboxDirective, typeof i45.CellTemplateDirective, typeof i46.NoRecordsTemplateDirective, typeof i47.EditTemplateDirective, typeof i48.EditCommandDirective, typeof i49.CancelCommandDirective, typeof i50.SaveCommandDirective, typeof i51.RemoveCommandDirective, typeof i52.AddCommandDirective, typeof i53.CellLoadingTemplateDirective, typeof i54.LoadingTemplateDirective, typeof i55.RowReorderColumnComponent, typeof i56.HeaderTemplateDirective, typeof i57.SelectAllCheckboxDirective, typeof i58.PagerComponent, typeof i59.PagerPrevButtonsComponent, typeof i60.PagerNextButtonsComponent, typeof i61.PagerNumericButtonsComponent, typeof i62.PagerInputComponent, typeof i63.PagerInfoComponent, typeof i64.PagerPageSizesComponent, typeof i65.PagerTemplateDirective, typeof i66.PagerDropDownListDirective, typeof i67.PagerInputDirective, typeof i68.FilterRowComponent, typeof i69.FilterCellComponent, typeof i70.FilterCellTemplateDirective, typeof i71.FilterCellOperatorsComponent, typeof i72.StringFilterCellComponent, typeof i73.NumericFilterCellComponent, typeof i74.AutoCompleteFilterCellComponent, typeof i75.BooleanFilterCellComponent, typeof i76.DateFilterCellComponent, typeof i71.FilterCellOperatorsComponent, typeof i77.ContainsFilterOperatorComponent, typeof i78.DoesNotContainFilterOperatorComponent, typeof i79.EndsWithFilterOperatorComponent, typeof i80.EqualFilterOperatorComponent, typeof i81.IsEmptyFilterOperatorComponent, typeof i82.IsNotEmptyFilterOperatorComponent, typeof i83.IsNotNullFilterOperatorComponent, typeof i84.IsNullFilterOperatorComponent, typeof i85.NotEqualFilterOperatorComponent, typeof i86.StartsWithFilterOperatorComponent, typeof i87.GreaterFilterOperatorComponent, typeof i88.GreaterOrEqualToFilterOperatorComponent, typeof i89.LessFilterOperatorComponent, typeof i90.LessOrEqualToFilterOperatorComponent, typeof i91.AfterFilterOperatorComponent, typeof i92.AfterEqFilterOperatorComponent, typeof i93.BeforeEqFilterOperatorComponent, typeof i94.BeforeFilterOperatorComponent, typeof i95.StringFilterMenuComponent, typeof i96.FilterMenuTemplateDirective, typeof i97.NumericFilterMenuComponent, typeof i98.DateFilterMenuComponent, typeof i99.BooleanFilterMenuComponent, typeof i100.FilterMenuDropDownListDirective, typeof i101.BooleanFilterRadioButtonDirective, typeof i71.FilterCellOperatorsComponent, typeof i77.ContainsFilterOperatorComponent, typeof i78.DoesNotContainFilterOperatorComponent, typeof i79.EndsWithFilterOperatorComponent, typeof i80.EqualFilterOperatorComponent, typeof i81.IsEmptyFilterOperatorComponent, typeof i82.IsNotEmptyFilterOperatorComponent, typeof i83.IsNotNullFilterOperatorComponent, typeof i84.IsNullFilterOperatorComponent, typeof i85.NotEqualFilterOperatorComponent, typeof i86.StartsWithFilterOperatorComponent, typeof i87.GreaterFilterOperatorComponent, typeof i88.GreaterOrEqualToFilterOperatorComponent, typeof i89.LessFilterOperatorComponent, typeof i90.LessOrEqualToFilterOperatorComponent, typeof i91.AfterFilterOperatorComponent, typeof i92.AfterEqFilterOperatorComponent, typeof i93.BeforeEqFilterOperatorComponent, typeof i94.BeforeFilterOperatorComponent, typeof i102.ColumnChooserComponent, typeof i103.ColumnMenuFilterComponent, typeof i104.ColumnMenuItemComponent, typeof i105.ColumnMenuItemContentTemplateDirective, typeof i106.ColumnMenuSortComponent, typeof i107.ColumnMenuLockComponent, typeof i108.ColumnMenuStickComponent, typeof i109.ColumnMenuPositionComponent, typeof i110.ColumnMenuChooserComponent, typeof i111.ColumnMenuTemplateDirective, typeof i112.ColumnMenuContainerComponent, typeof i113.ColumnMenuItemDirective, typeof i114.ColumnMenuComponent, typeof i115.ColumnMenuAutoSizeColumnComponent, typeof i116.ColumnMenuAutoSizeAllColumnsComponent]>;
145
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, [typeof i1.GridComponent, typeof i2.ListComponent, typeof i3.ToolbarComponent, typeof i4.LocalizedMessagesDirective, typeof i5.CustomMessagesComponent, typeof i6.DataBindingDirective, typeof i7.ToolbarTemplateDirective, typeof i8.SelectionDirective, typeof i9.TemplateEditingDirective, typeof i10.ReactiveEditingDirective, typeof i11.InCellEditingDirective, typeof i12.ExpandDetailsDirective, typeof i13.ExpandGroupDirective, typeof i14.GroupBindingDirective, typeof i15.GridMarqueeDirective, typeof i16.GridSpacerComponent, typeof i17.GridToolbarFocusableDirective, typeof i18.StatusBarComponent, typeof i19.StatusBarTemplateDirective], [typeof i20.CommonModule, typeof i21.GroupModule, typeof i22.SharedModule, typeof i23.BodyModule, typeof i24.HeaderModule, typeof i25.FooterModule, typeof i26.PagerModule, typeof i27.RowFilterModule, typeof i28.FilterMenuModule, typeof i29.ResizeSensorModule, typeof i30.ColumnMenuModule, typeof i31.DragAndDropModule, typeof i29.WatermarkModule], [typeof i1.GridComponent, typeof i7.ToolbarTemplateDirective, typeof i3.ToolbarComponent, typeof i16.GridSpacerComponent, typeof i19.StatusBarTemplateDirective, typeof i6.DataBindingDirective, typeof i8.SelectionDirective, typeof i5.CustomMessagesComponent, typeof i14.GroupBindingDirective, typeof i9.TemplateEditingDirective, typeof i10.ReactiveEditingDirective, typeof i11.InCellEditingDirective, typeof i12.ExpandDetailsDirective, typeof i13.ExpandGroupDirective, typeof i17.GridToolbarFocusableDirective, typeof i32.GroupHeaderTemplateDirective, typeof i33.GroupHeaderColumnTemplateDirective, typeof i34.GroupFooterTemplateDirective, typeof i35.ColumnComponent, typeof i36.SpanColumnComponent, typeof i37.ColumnGroupComponent, typeof i38.FooterTemplateDirective, typeof i39.DetailTemplateDirective, typeof i40.FocusableDirective, typeof i41.GridTableDirective, typeof i42.CommandColumnComponent, typeof i43.CheckboxColumnComponent, typeof i44.SelectionCheckboxDirective, typeof i45.CellTemplateDirective, typeof i46.NoRecordsTemplateDirective, typeof i47.EditTemplateDirective, typeof i48.EditCommandDirective, typeof i49.CancelCommandDirective, typeof i50.SaveCommandDirective, typeof i51.RemoveCommandDirective, typeof i52.AddCommandDirective, typeof i53.CellLoadingTemplateDirective, typeof i54.LoadingTemplateDirective, typeof i55.RowReorderColumnComponent, typeof i56.HeaderTemplateDirective, typeof i57.SelectAllCheckboxDirective, typeof i58.PagerComponent, typeof i59.PagerPrevButtonsComponent, typeof i60.PagerNextButtonsComponent, typeof i61.PagerNumericButtonsComponent, typeof i62.PagerInputComponent, typeof i63.PagerInfoComponent, typeof i64.PagerPageSizesComponent, typeof i65.PagerTemplateDirective, typeof i66.PagerDropDownListDirective, typeof i67.PagerInputDirective, typeof i68.FilterRowComponent, typeof i69.FilterCellComponent, typeof i70.FilterCellTemplateDirective, typeof i71.FilterCellOperatorsComponent, typeof i72.StringFilterCellComponent, typeof i73.NumericFilterCellComponent, typeof i74.AutoCompleteFilterCellComponent, typeof i75.BooleanFilterCellComponent, typeof i76.DateFilterCellComponent, typeof i71.FilterCellOperatorsComponent, typeof i77.ContainsFilterOperatorComponent, typeof i78.DoesNotContainFilterOperatorComponent, typeof i79.EndsWithFilterOperatorComponent, typeof i80.EqualFilterOperatorComponent, typeof i81.IsEmptyFilterOperatorComponent, typeof i82.IsNotEmptyFilterOperatorComponent, typeof i83.IsNotNullFilterOperatorComponent, typeof i84.IsNullFilterOperatorComponent, typeof i85.NotEqualFilterOperatorComponent, typeof i86.StartsWithFilterOperatorComponent, typeof i87.GreaterFilterOperatorComponent, typeof i88.GreaterOrEqualToFilterOperatorComponent, typeof i89.LessFilterOperatorComponent, typeof i90.LessOrEqualToFilterOperatorComponent, typeof i91.AfterFilterOperatorComponent, typeof i92.AfterEqFilterOperatorComponent, typeof i93.BeforeEqFilterOperatorComponent, typeof i94.BeforeFilterOperatorComponent, typeof i95.StringFilterMenuComponent, typeof i96.FilterMenuTemplateDirective, typeof i97.NumericFilterMenuComponent, typeof i98.DateFilterMenuComponent, typeof i99.BooleanFilterMenuComponent, typeof i100.FilterMenuDropDownListDirective, typeof i101.BooleanFilterRadioButtonDirective, typeof i71.FilterCellOperatorsComponent, typeof i77.ContainsFilterOperatorComponent, typeof i78.DoesNotContainFilterOperatorComponent, typeof i79.EndsWithFilterOperatorComponent, typeof i80.EqualFilterOperatorComponent, typeof i81.IsEmptyFilterOperatorComponent, typeof i82.IsNotEmptyFilterOperatorComponent, typeof i83.IsNotNullFilterOperatorComponent, typeof i84.IsNullFilterOperatorComponent, typeof i85.NotEqualFilterOperatorComponent, typeof i86.StartsWithFilterOperatorComponent, typeof i87.GreaterFilterOperatorComponent, typeof i88.GreaterOrEqualToFilterOperatorComponent, typeof i89.LessFilterOperatorComponent, typeof i90.LessOrEqualToFilterOperatorComponent, typeof i91.AfterFilterOperatorComponent, typeof i92.AfterEqFilterOperatorComponent, typeof i93.BeforeEqFilterOperatorComponent, typeof i94.BeforeFilterOperatorComponent, typeof i102.ColumnChooserComponent, typeof i103.ColumnMenuFilterComponent, typeof i104.ColumnMenuItemComponent, typeof i105.ColumnMenuItemContentTemplateDirective, typeof i106.ColumnMenuSortComponent, typeof i107.ColumnMenuLockComponent, typeof i108.ColumnMenuStickComponent, typeof i109.ColumnMenuPositionComponent, typeof i110.ColumnMenuChooserComponent, typeof i111.ColumnMenuTemplateDirective, typeof i112.ColumnMenuContainerComponent, typeof i113.ColumnMenuItemDirective, typeof i114.ColumnMenuComponent, typeof i115.ColumnMenuAutoSizeColumnComponent, typeof i116.ColumnMenuAutoSizeAllColumnsComponent]>;
146
146
  static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
147
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-grid",
3
- "version": "13.4.1-develop.4",
3
+ "version": "13.5.0-develop.1",
4
4
  "description": "Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -32,25 +32,25 @@
32
32
  "@progress/kendo-data-query": "^1.0.0",
33
33
  "@progress/kendo-drawing": "^1.17.2",
34
34
  "@progress/kendo-licensing": "^1.0.2",
35
- "@progress/kendo-angular-buttons": "13.4.1-develop.4",
36
- "@progress/kendo-angular-common": "13.4.1-develop.4",
37
- "@progress/kendo-angular-dateinputs": "13.4.1-develop.4",
38
- "@progress/kendo-angular-layout": "13.4.1-develop.4",
39
- "@progress/kendo-angular-dropdowns": "13.4.1-develop.4",
40
- "@progress/kendo-angular-excel-export": "13.4.1-develop.4",
41
- "@progress/kendo-angular-icons": "13.4.1-develop.4",
42
- "@progress/kendo-angular-inputs": "13.4.1-develop.4",
43
- "@progress/kendo-angular-intl": "13.4.1-develop.4",
44
- "@progress/kendo-angular-l10n": "13.4.1-develop.4",
45
- "@progress/kendo-angular-label": "13.4.1-develop.4",
46
- "@progress/kendo-angular-pdf-export": "13.4.1-develop.4",
47
- "@progress/kendo-angular-popup": "13.4.1-develop.4",
48
- "@progress/kendo-angular-utils": "13.4.1-develop.4",
35
+ "@progress/kendo-angular-buttons": "13.5.0-develop.1",
36
+ "@progress/kendo-angular-common": "13.5.0-develop.1",
37
+ "@progress/kendo-angular-dateinputs": "13.5.0-develop.1",
38
+ "@progress/kendo-angular-layout": "13.5.0-develop.1",
39
+ "@progress/kendo-angular-dropdowns": "13.5.0-develop.1",
40
+ "@progress/kendo-angular-excel-export": "13.5.0-develop.1",
41
+ "@progress/kendo-angular-icons": "13.5.0-develop.1",
42
+ "@progress/kendo-angular-inputs": "13.5.0-develop.1",
43
+ "@progress/kendo-angular-intl": "13.5.0-develop.1",
44
+ "@progress/kendo-angular-l10n": "13.5.0-develop.1",
45
+ "@progress/kendo-angular-label": "13.5.0-develop.1",
46
+ "@progress/kendo-angular-pdf-export": "13.5.0-develop.1",
47
+ "@progress/kendo-angular-popup": "13.5.0-develop.1",
48
+ "@progress/kendo-angular-utils": "13.5.0-develop.1",
49
49
  "rxjs": "^6.5.3 || ^7.0.0"
50
50
  },
51
51
  "dependencies": {
52
52
  "tslib": "^2.3.1",
53
- "@progress/kendo-angular-schematics": "13.4.1-develop.4",
53
+ "@progress/kendo-angular-schematics": "13.5.0-develop.1",
54
54
  "@progress/kendo-common": "^0.2.0",
55
55
  "@progress/kendo-file-saver": "^1.0.0"
56
56
  },
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GridModule', package: 'grid', peerDependencies: {
6
6
  // peer dep of the dropdowns
7
- '@progress/kendo-angular-treeview': '13.4.1-develop.4',
7
+ '@progress/kendo-angular-treeview': '13.5.0-develop.1',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '13.4.1-develop.4',
9
+ '@progress/kendo-angular-dialog': '13.5.0-develop.1',
10
10
  // peer dependency of kendo-angular-icons
11
11
  '@progress/kendo-svg-icons': '^1.0.0',
12
12
  // peer dependency of kendo-angular-layout
13
- '@progress/kendo-angular-progressbar': '13.4.1-develop.4'
13
+ '@progress/kendo-angular-progressbar': '13.5.0-develop.1'
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }