@progress/kendo-angular-dialog 16.0.0-develop.1 → 16.0.0-develop.4

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.
Files changed (49) hide show
  1. package/dialog/dialog-actions.component.d.ts +1 -1
  2. package/dialog/dialog-container.directive.d.ts +1 -1
  3. package/dialog/dialog-content-base.d.ts +1 -1
  4. package/dialog/dialog-titlebar.component.d.ts +1 -1
  5. package/dialog/dialog.component.d.ts +1 -1
  6. package/esm2020/dialog/dialog-actions.component.mjs +4 -4
  7. package/esm2020/dialog/dialog-container.directive.mjs +3 -3
  8. package/esm2020/dialog/dialog-container.service.mjs +3 -3
  9. package/esm2020/dialog/dialog-content-base.mjs +3 -3
  10. package/esm2020/dialog/dialog-titlebar.component.mjs +6 -6
  11. package/esm2020/dialog/dialog.component.mjs +9 -9
  12. package/esm2020/dialog/dialog.service.mjs +3 -3
  13. package/esm2020/dialog.module.mjs +4 -4
  14. package/esm2020/dialogs.module.mjs +4 -4
  15. package/esm2020/localization/custom-messages.component.mjs +3 -3
  16. package/esm2020/localization/localized-messages.directive.mjs +3 -3
  17. package/esm2020/localization/messages.mjs +3 -3
  18. package/esm2020/localization/titlebar-localization.service.mjs +3 -3
  19. package/esm2020/package-metadata.mjs +2 -2
  20. package/esm2020/shared.module.mjs +4 -4
  21. package/esm2020/window/actions/window-close-action.directive.mjs +6 -6
  22. package/esm2020/window/actions/window-maximize-action.directive.mjs +6 -6
  23. package/esm2020/window/actions/window-minimize-action.directive.mjs +6 -6
  24. package/esm2020/window/actions/window-restore-action.directive.mjs +6 -6
  25. package/esm2020/window/drag-resize.service.mjs +3 -3
  26. package/esm2020/window/navigation.service.mjs +3 -3
  27. package/esm2020/window/window-container.directive.mjs +3 -3
  28. package/esm2020/window/window-container.service.mjs +3 -3
  29. package/esm2020/window/window-resize-handle.directive.mjs +3 -3
  30. package/esm2020/window/window-titlebar.component.mjs +4 -4
  31. package/esm2020/window/window.component.mjs +13 -13
  32. package/esm2020/window/window.service.mjs +3 -3
  33. package/esm2020/window.module.mjs +4 -4
  34. package/fesm2015/progress-kendo-angular-dialog.mjs +158 -158
  35. package/fesm2020/progress-kendo-angular-dialog.mjs +158 -158
  36. package/localization/custom-messages.component.d.ts +1 -1
  37. package/localization/localized-messages.directive.d.ts +1 -1
  38. package/localization/messages.d.ts +1 -1
  39. package/package.json +12 -12
  40. package/schematics/ngAdd/index.js +1 -1
  41. package/window/actions/window-close-action.directive.d.ts +1 -1
  42. package/window/actions/window-maximize-action.directive.d.ts +1 -1
  43. package/window/actions/window-minimize-action.directive.d.ts +1 -1
  44. package/window/actions/window-restore-action.directive.d.ts +1 -1
  45. package/window/window-container.directive.d.ts +1 -1
  46. package/window/window-resize-handle.directive.d.ts +1 -1
  47. package/window/window-titlebar.component.d.ts +1 -1
  48. package/window/window.component.d.ts +1 -1
  49. package/progress-kendo-angular-dialog.d.ts +0 -9
@@ -4,22 +4,22 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from '@angular/core';
6
6
  import { EventEmitter, TemplateRef, Component, Input, Output, HostBinding, InjectionToken, Injectable, Inject, Optional, Directive, forwardRef, ContentChildren, ViewChildren, ViewChild, isDevMode, Renderer2, Host, HostListener, ContentChild, NgModule } from '@angular/core';
7
- import * as i2$1 from '@angular/animations';
7
+ import * as i2 from '@angular/animations';
8
8
  import { style, animate, keyframes, trigger, state, transition } from '@angular/animations';
9
9
  import { of, Subscription, Subject, merge } from 'rxjs';
10
10
  import { delay, takeUntil, take, filter, map, share, tap, switchMap } from 'rxjs/operators';
11
- import * as i4 from '@angular/common';
11
+ import * as i3 from '@angular/common';
12
12
  import { CommonModule } from '@angular/common';
13
13
  import * as i1 from '@progress/kendo-angular-l10n';
14
14
  import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
15
15
  import { xIcon, windowMinimizeIcon, windowIcon, windowRestoreIcon } from '@progress/kendo-svg-icons';
16
- import * as i2 from '@progress/kendo-angular-buttons';
16
+ import * as i3$1 from '@progress/kendo-angular-buttons';
17
17
  import { Button, ButtonModule } from '@progress/kendo-angular-buttons';
18
18
  import { validatePackage } from '@progress/kendo-licensing';
19
- import * as i1$1 from '@progress/kendo-angular-common';
19
+ import * as i6 from '@progress/kendo-angular-common';
20
20
  import { shouldShowValidationUI, setHTMLAttributes, isDocumentAvailable, focusableSelector, DraggableDirective, isChanged, WatermarkModule, DraggableModule } from '@progress/kendo-angular-common';
21
21
  import { offset, scrollPosition, positionWithScroll, getDocumentElement, getWindowViewPort } from '@progress/kendo-popup-common';
22
- import * as i3 from '@progress/kendo-angular-icons';
22
+ import * as i4 from '@progress/kendo-angular-icons';
23
23
  import { IconsModule } from '@progress/kendo-angular-icons';
24
24
 
25
25
  /**
@@ -267,8 +267,8 @@ class DialogActionsComponent {
267
267
  return action === 'spacer';
268
268
  }
269
269
  }
270
- DialogActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogActionsComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
271
- DialogActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: { actions: "actions", layout: "layout" }, outputs: { action: "action" }, host: { properties: { "class.k-actions": "this.hostClasses", "class.k-actions-horizontal": "this.hostClasses", "class.k-window-actions": "this.hostClasses", "class.k-dialog-actions": "this.hostClasses", "class.k-actions-start": "this.startClassName", "class.k-actions-center": "this.centerClassName", "class.k-actions-end": "this.endClassName", "class.k-actions-stretched": "this.stretchedClassName" } }, ngImport: i0, template: `
270
+ DialogActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogActionsComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
271
+ DialogActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: { actions: "actions", layout: "layout" }, outputs: { action: "action" }, host: { properties: { "class.k-actions": "this.hostClasses", "class.k-actions-horizontal": "this.hostClasses", "class.k-window-actions": "this.hostClasses", "class.k-dialog-actions": "this.hostClasses", "class.k-actions-start": "this.startClassName", "class.k-actions-center": "this.centerClassName", "class.k-actions-end": "this.endClassName", "class.k-actions-stretched": "this.stretchedClassName" } }, ngImport: i0, template: `
272
272
  <ng-content *ngIf="!actions"></ng-content>
273
273
  <ng-container *ngIf="actionsArray; else actionTemplate">
274
274
  <ng-container *ngFor="let action of actionsArray">
@@ -288,8 +288,8 @@ DialogActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
288
288
  </ng-container>
289
289
  </ng-container>
290
290
  <ng-template #actionTemplate [ngTemplateOutlet]="actionsTemplate"></ng-template>
291
- `, isInline: true, directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
292
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogActionsComponent, decorators: [{
291
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
292
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogActionsComponent, decorators: [{
293
293
  type: Component,
294
294
  args: [{
295
295
  selector: 'kendo-dialog-actions',
@@ -391,9 +391,9 @@ class TitleBarLocalizationService extends LocalizationService {
391
391
  return super.get(shortKey);
392
392
  }
393
393
  }
394
- TitleBarLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TitleBarLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1.MessageService, optional: true }, { token: RTL, optional: true }, { token: DIALOG_LOCALIZATION_SERVICE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
395
- TitleBarLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TitleBarLocalizationService });
396
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TitleBarLocalizationService, decorators: [{
394
+ TitleBarLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TitleBarLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1.MessageService, optional: true }, { token: RTL, optional: true }, { token: DIALOG_LOCALIZATION_SERVICE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
395
+ TitleBarLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TitleBarLocalizationService });
396
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TitleBarLocalizationService, decorators: [{
397
397
  type: Injectable
398
398
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
399
399
  type: Inject,
@@ -417,9 +417,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
417
417
  */
418
418
  class Messages extends ComponentMessages {
419
419
  }
420
- Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
421
- Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: Messages, selector: "kendo-dialog-messages-base", inputs: { closeTitle: "closeTitle", restoreTitle: "restoreTitle", maximizeTitle: "maximizeTitle", minimizeTitle: "minimizeTitle" }, usesInheritance: true, ngImport: i0 });
422
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, decorators: [{
420
+ Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
421
+ Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: Messages, selector: "kendo-dialog-messages-base", inputs: { closeTitle: "closeTitle", restoreTitle: "restoreTitle", maximizeTitle: "maximizeTitle", minimizeTitle: "minimizeTitle" }, usesInheritance: true, ngImport: i0 });
422
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, decorators: [{
423
423
  type: Directive,
424
424
  args: [{
425
425
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -444,14 +444,14 @@ class LocalizedMessagesDirective extends Messages {
444
444
  this.service = service;
445
445
  }
446
446
  }
447
- LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
448
- LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedMessagesDirective, selector: "\n [kendoDialogLocalizedMessages],\n [kendoWindowLocalizedMessages],\n [kendoDialogTitleBarLocalizedMessages]\n ", providers: [
447
+ LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
448
+ LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedMessagesDirective, selector: "\n [kendoDialogLocalizedMessages],\n [kendoWindowLocalizedMessages],\n [kendoDialogTitleBarLocalizedMessages]\n ", providers: [
449
449
  {
450
450
  provide: Messages,
451
451
  useExisting: forwardRef(() => LocalizedMessagesDirective)
452
452
  }
453
453
  ], usesInheritance: true, ngImport: i0 });
454
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
454
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
455
455
  type: Directive,
456
456
  args: [{
457
457
  providers: [
@@ -508,8 +508,8 @@ class DialogTitleBarComponent {
508
508
  this.close.emit(eventArgs);
509
509
  }
510
510
  }
511
- DialogTitleBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogTitleBarComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i1.LocalizationService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
512
- DialogTitleBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: { id: "id", closeTitle: "closeTitle" }, outputs: { close: "close" }, host: { properties: { "class.k-window-titlebar": "this.className", "class.k-dialog-titlebar": "this.className" } }, providers: [
511
+ DialogTitleBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogTitleBarComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i1.LocalizationService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
512
+ DialogTitleBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: { id: "id", closeTitle: "closeTitle" }, outputs: { close: "close" }, host: { properties: { "class.k-window-titlebar": "this.className", "class.k-dialog-titlebar": "this.className" } }, providers: [
513
513
  TitleBarLocalizationService,
514
514
  {
515
515
  provide: LocalizationService,
@@ -544,8 +544,8 @@ DialogTitleBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
544
544
  </button>
545
545
  </div>
546
546
  </ng-container>
547
- `, isInline: true, components: [{ type: i2.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: LocalizedMessagesDirective, selector: "\n [kendoDialogLocalizedMessages],\n [kendoWindowLocalizedMessages],\n [kendoDialogTitleBarLocalizedMessages]\n " }] });
548
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogTitleBarComponent, decorators: [{
547
+ `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "\n [kendoDialogLocalizedMessages],\n [kendoWindowLocalizedMessages],\n [kendoDialogTitleBarLocalizedMessages]\n " }, { kind: "component", type: i3$1.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
548
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogTitleBarComponent, decorators: [{
549
549
  type: Component,
550
550
  args: [{
551
551
  selector: 'kendo-dialog-titlebar',
@@ -610,8 +610,8 @@ const packageMetadata = {
610
610
  name: '@progress/kendo-angular-dialog',
611
611
  productName: 'Kendo UI for Angular',
612
612
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
613
- publishDate: 1714060775,
614
- version: '16.0.0-develop.1',
613
+ publishDate: 1714109349,
614
+ version: '16.0.0-develop.4',
615
615
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
616
616
  };
617
617
 
@@ -1076,8 +1076,8 @@ class DialogComponent {
1076
1076
  }
1077
1077
  }
1078
1078
  }
1079
- DialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i2$1.AnimationBuilder }], target: i0.ɵɵFactoryTarget.Component });
1080
- DialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: DialogComponent, selector: "kendo-dialog", inputs: { actions: "actions", actionsLayout: "actionsLayout", autoFocusedElement: "autoFocusedElement", title: "title", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", animation: "animation", themeColor: "themeColor" }, outputs: { action: "action", close: "close" }, host: { properties: { "attr.dir": "this.dir", "attr.tabIndex": "this.tabIndex", "class.k-dialog-wrapper": "this.wrapperClass" } }, providers: [
1079
+ DialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i2.AnimationBuilder }], target: i0.ɵɵFactoryTarget.Component });
1080
+ DialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DialogComponent, selector: "kendo-dialog", inputs: { actions: "actions", actionsLayout: "actionsLayout", autoFocusedElement: "autoFocusedElement", title: "title", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", animation: "animation", themeColor: "themeColor" }, outputs: { action: "action", close: "close" }, host: { properties: { "attr.dir": "this.dir", "attr.tabIndex": "this.tabIndex", "class.k-dialog-wrapper": "this.wrapperClass" } }, providers: [
1081
1081
  LocalizationService,
1082
1082
  {
1083
1083
  provide: DIALOG_LOCALIZATION_SERVICE,
@@ -1110,13 +1110,13 @@ DialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
1110
1110
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
1111
1111
  </div>
1112
1112
  </ng-container>
1113
- `, isInline: true, components: [{ type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i1$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: LocalizedMessagesDirective, selector: "\n [kendoDialogLocalizedMessages],\n [kendoWindowLocalizedMessages],\n [kendoDialogTitleBarLocalizedMessages]\n " }, { type: i4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
1113
+ `, isInline: true, dependencies: [{ kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "directive", type: LocalizedMessagesDirective, selector: "\n [kendoDialogLocalizedMessages],\n [kendoWindowLocalizedMessages],\n [kendoDialogTitleBarLocalizedMessages]\n " }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i6.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "component", type: DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }], animations: [
1114
1114
  trigger('overlayAppear', [
1115
1115
  state('in', style({ opacity: 1 })),
1116
1116
  transition('void => *', [style({ opacity: 0.1 }), animate('.3s cubic-bezier(.2, .6, .4, 1)')])
1117
1117
  ])
1118
1118
  ] });
1119
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogComponent, decorators: [{
1119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogComponent, decorators: [{
1120
1120
  type: Component,
1121
1121
  args: [{
1122
1122
  animations: [
@@ -1163,7 +1163,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1163
1163
  </ng-container>
1164
1164
  `
1165
1165
  }]
1166
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i2$1.AnimationBuilder }]; }, propDecorators: { actions: [{
1166
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i2.AnimationBuilder }]; }, propDecorators: { actions: [{
1167
1167
  type: Input
1168
1168
  }], actionsLayout: [{
1169
1169
  type: Input
@@ -1247,9 +1247,9 @@ class DialogContentBase {
1247
1247
  }
1248
1248
  }
1249
1249
  }
1250
- DialogContentBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogContentBase, deps: [{ token: DialogRef }], target: i0.ɵɵFactoryTarget.Directive });
1251
- DialogContentBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DialogContentBase, viewQueries: [{ propertyName: "dialogTitleBar", first: true, predicate: DialogTitleBarComponent, descendants: true }, { propertyName: "dialogActions", first: true, predicate: DialogActionsComponent, descendants: true }], ngImport: i0 });
1252
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogContentBase, decorators: [{
1250
+ DialogContentBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogContentBase, deps: [{ token: DialogRef }], target: i0.ɵɵFactoryTarget.Directive });
1251
+ DialogContentBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DialogContentBase, viewQueries: [{ propertyName: "dialogTitleBar", first: true, predicate: DialogTitleBarComponent, descendants: true }, { propertyName: "dialogActions", first: true, predicate: DialogActionsComponent, descendants: true }], ngImport: i0 });
1252
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogContentBase, decorators: [{
1253
1253
  type: Directive
1254
1254
  }], ctorParameters: function () { return [{ type: DialogRef }]; }, propDecorators: { dialogTitleBar: [{
1255
1255
  type: ViewChild,
@@ -1271,9 +1271,9 @@ class DialogContainerService {
1271
1271
  }
1272
1272
  }
1273
1273
  DialogContainerService.container = null;
1274
- DialogContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1275
- DialogContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogContainerService });
1276
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogContainerService, decorators: [{
1274
+ DialogContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1275
+ DialogContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogContainerService });
1276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogContainerService, decorators: [{
1277
1277
  type: Injectable
1278
1278
  }] });
1279
1279
 
@@ -1492,9 +1492,9 @@ See https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service/.
1492
1492
  };
1493
1493
  }
1494
1494
  }
1495
- DialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService, deps: [{ token: i0.ComponentFactoryResolver }, { token: DialogContainerService }], target: i0.ɵɵFactoryTarget.Injectable });
1496
- DialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService });
1497
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService, decorators: [{
1495
+ DialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogService, deps: [{ token: i0.ComponentFactoryResolver }, { token: DialogContainerService }], target: i0.ɵɵFactoryTarget.Injectable });
1496
+ DialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogService });
1497
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogService, decorators: [{
1498
1498
  type: Injectable
1499
1499
  }], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: DialogContainerService, decorators: [{
1500
1500
  type: Inject,
@@ -1813,9 +1813,9 @@ class DragResizeService {
1813
1813
  return getWindowViewPort(this.window.nativeElement);
1814
1814
  }
1815
1815
  }
1816
- DragResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragResizeService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
1817
- DragResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragResizeService });
1818
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragResizeService, decorators: [{
1816
+ DragResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragResizeService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
1817
+ DragResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragResizeService });
1818
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragResizeService, decorators: [{
1819
1819
  type: Injectable
1820
1820
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
1821
1821
 
@@ -1861,14 +1861,14 @@ class ResizeHandleDirective {
1861
1861
  this.renderer.setStyle(this.el.nativeElement, 'display', this.service.options.state === 'default' ? value : 'none');
1862
1862
  }
1863
1863
  }
1864
- ResizeHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResizeHandleDirective, deps: [{ token: i1$1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DragResizeService }], target: i0.ɵɵFactoryTarget.Directive });
1865
- ResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: ResizeHandleDirective, selector: "[kendoWindowResizeHandle]", inputs: { direction: "direction" }, host: { properties: { "class.k-resize-handle": "this.hostClass" } }, ngImport: i0 });
1866
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResizeHandleDirective, decorators: [{
1864
+ ResizeHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResizeHandleDirective, deps: [{ token: i6.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DragResizeService }], target: i0.ɵɵFactoryTarget.Directive });
1865
+ ResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ResizeHandleDirective, selector: "[kendoWindowResizeHandle]", inputs: { direction: "direction" }, host: { properties: { "class.k-resize-handle": "this.hostClass" } }, ngImport: i0 });
1866
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResizeHandleDirective, decorators: [{
1867
1867
  type: Directive,
1868
1868
  args: [{
1869
1869
  selector: '[kendoWindowResizeHandle]'
1870
1870
  }]
1871
- }], ctorParameters: function () { return [{ type: i1$1.DraggableDirective, decorators: [{
1871
+ }], ctorParameters: function () { return [{ type: i6.DraggableDirective, decorators: [{
1872
1872
  type: Host
1873
1873
  }] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: DragResizeService }]; }, propDecorators: { direction: [{
1874
1874
  type: Input
@@ -1973,15 +1973,15 @@ class WindowTitleBarComponent {
1973
1973
  return options.draggable && options.state !== 'maximized';
1974
1974
  }
1975
1975
  }
1976
- WindowTitleBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowTitleBarComponent, deps: [{ token: i0.ElementRef }, { token: DragResizeService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1977
- WindowTitleBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: WindowTitleBarComponent, selector: "kendo-window-titlebar", inputs: { template: "template", id: "id" }, host: { listeners: { "dblclick": "handle($event)" }, properties: { "class.k-window-titlebar": "this.className", "style.touch-action": "this.touchAction" } }, ngImport: i0, template: `
1976
+ WindowTitleBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowTitleBarComponent, deps: [{ token: i0.ElementRef }, { token: DragResizeService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1977
+ WindowTitleBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: WindowTitleBarComponent, selector: "kendo-window-titlebar", inputs: { template: "template", id: "id" }, host: { listeners: { "dblclick": "handle($event)" }, properties: { "class.k-window-titlebar": "this.className", "style.touch-action": "this.touchAction" } }, ngImport: i0, template: `
1978
1978
  <ng-content *ngIf="!template"></ng-content>
1979
1979
  <ng-template
1980
1980
  [ngTemplateOutlet]="template"
1981
1981
  [ngTemplateOutletContext]="{'$implicit': service}" *ngIf="template">
1982
1982
  </ng-template>
1983
- `, isInline: true, directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
1984
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowTitleBarComponent, decorators: [{
1983
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
1984
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowTitleBarComponent, decorators: [{
1985
1985
  type: Component,
1986
1986
  args: [{
1987
1987
  selector: 'kendo-window-titlebar',
@@ -2146,61 +2146,58 @@ class NavigationService {
2146
2146
  }
2147
2147
  }
2148
2148
  }
2149
- NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigationService, deps: [{ token: DragResizeService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
2150
- NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigationService });
2151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigationService, decorators: [{
2149
+ NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService, deps: [{ token: DragResizeService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
2150
+ NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService });
2151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService, decorators: [{
2152
2152
  type: Injectable
2153
2153
  }], ctorParameters: function () { return [{ type: DragResizeService }, { type: i0.NgZone }]; } });
2154
2154
 
2155
- class WindowMinimizeActionDirective extends Button {
2155
+ class WindowCloseActionDirective extends Button {
2156
2156
  constructor(el, renderer, _service, localization, ngZone) {
2157
2157
  super(el, renderer, null, localization, ngZone);
2158
- this.buttonType = 'button';
2159
- this.buttonClass = true;
2160
2158
  /**
2161
2159
  * @hidden
2162
2160
  */
2163
- this.windowMinimizeIcon = windowMinimizeIcon;
2161
+ this.xIcon = xIcon;
2162
+ this.buttonType = 'button';
2163
+ this.buttonClass = true;
2164
2164
  this.window = _service;
2165
2165
  this.fillMode = 'flat';
2166
- this.icon = 'window-minimize';
2166
+ this.icon = 'x';
2167
2167
  }
2168
2168
  /**
2169
2169
  * @hidden
2170
2170
  */
2171
2171
  onClick() {
2172
2172
  if (!this.isDisabled) {
2173
- this.window.minimizeAction();
2173
+ this.window.closeAction();
2174
2174
  }
2175
2175
  }
2176
- get visible() {
2177
- return this.window.options.state === 'default' ? 'inline-flex' : 'none';
2178
- }
2179
2176
  }
2180
- WindowMinimizeActionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowMinimizeActionDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DragResizeService, optional: true }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2181
- WindowMinimizeActionDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: WindowMinimizeActionDirective, selector: "button[kendoWindowMinimizeAction]", inputs: { window: "window" }, host: { listeners: { "click": "onClick()" }, properties: { "attr.type": "this.buttonType", "class.k-window-titlebar-action": "this.buttonClass", "style.display": "this.visible" } }, providers: [
2177
+ WindowCloseActionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowCloseActionDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DragResizeService, optional: true }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2178
+ WindowCloseActionDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: WindowCloseActionDirective, selector: "button[kendoWindowCloseAction]", inputs: { window: "window" }, host: { listeners: { "click": "onClick()" }, properties: { "attr.type": "this.buttonType", "class.k-window-titlebar-action": "this.buttonClass" } }, providers: [
2182
2179
  LocalizationService,
2183
2180
  {
2184
2181
  provide: L10N_PREFIX,
2185
2182
  useValue: 'kendo.button'
2186
2183
  }
2187
- ], exportAs: ["kendoWindowMinimizeAction"], usesInheritance: true, ngImport: i0, template: `
2184
+ ], exportAs: ["kendoWindowCloseAction"], usesInheritance: true, ngImport: i0, template: `
2188
2185
  <kendo-icon-wrapper
2189
2186
  *ngIf="!imageUrl && !iconClass"
2190
2187
  innerCssClass="k-button-icon"
2191
- name="window-minimize"
2192
- [svgIcon]="windowMinimizeIcon">
2188
+ name="close"
2189
+ [svgIcon]="xIcon">
2193
2190
  </kendo-icon-wrapper>
2194
2191
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2195
2192
  <img [src]="imageUrl" class="k-image" role="presentation" />
2196
2193
  </span>
2197
2194
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
2198
2195
  <span class="k-button-text"><ng-content></ng-content></span>
2199
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
2200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowMinimizeActionDirective, decorators: [{
2196
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
2197
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowCloseActionDirective, decorators: [{
2201
2198
  type: Component,
2202
2199
  args: [{
2203
- exportAs: 'kendoWindowMinimizeAction',
2200
+ exportAs: 'kendoWindowCloseAction',
2204
2201
  providers: [
2205
2202
  LocalizationService,
2206
2203
  {
@@ -2208,13 +2205,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2208
2205
  useValue: 'kendo.button'
2209
2206
  }
2210
2207
  ],
2211
- selector: 'button[kendoWindowMinimizeAction]',
2208
+ selector: 'button[kendoWindowCloseAction]',
2212
2209
  template: `
2213
2210
  <kendo-icon-wrapper
2214
2211
  *ngIf="!imageUrl && !iconClass"
2215
2212
  innerCssClass="k-button-icon"
2216
- name="window-minimize"
2217
- [svgIcon]="windowMinimizeIcon">
2213
+ name="close"
2214
+ [svgIcon]="xIcon">
2218
2215
  </kendo-icon-wrapper>
2219
2216
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2220
2217
  <img [src]="imageUrl" class="k-image" role="presentation" />
@@ -2236,12 +2233,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2236
2233
  }], onClick: [{
2237
2234
  type: HostListener,
2238
2235
  args: ['click']
2239
- }], visible: [{
2240
- type: HostBinding,
2241
- args: ['style.display']
2242
2236
  }] } });
2243
2237
 
2244
- class WindowMaximizeActionDirective extends Button {
2238
+ class WindowMinimizeActionDirective extends Button {
2245
2239
  constructor(el, renderer, _service, localization, ngZone) {
2246
2240
  super(el, renderer, null, localization, ngZone);
2247
2241
  this.buttonType = 'button';
@@ -2249,47 +2243,47 @@ class WindowMaximizeActionDirective extends Button {
2249
2243
  /**
2250
2244
  * @hidden
2251
2245
  */
2252
- this.windowIcon = windowIcon;
2246
+ this.windowMinimizeIcon = windowMinimizeIcon;
2253
2247
  this.window = _service;
2254
2248
  this.fillMode = 'flat';
2255
- this.icon = 'window';
2249
+ this.icon = 'window-minimize';
2256
2250
  }
2257
2251
  /**
2258
2252
  * @hidden
2259
2253
  */
2260
2254
  onClick() {
2261
2255
  if (!this.isDisabled) {
2262
- this.window.maximizeAction();
2256
+ this.window.minimizeAction();
2263
2257
  }
2264
2258
  }
2265
2259
  get visible() {
2266
2260
  return this.window.options.state === 'default' ? 'inline-flex' : 'none';
2267
2261
  }
2268
2262
  }
2269
- WindowMaximizeActionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowMaximizeActionDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DragResizeService, optional: true }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2270
- WindowMaximizeActionDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: WindowMaximizeActionDirective, selector: "button[kendoWindowMaximizeAction]", inputs: { window: "window" }, host: { listeners: { "click": "onClick()" }, properties: { "attr.type": "this.buttonType", "class.k-window-titlebar-action": "this.buttonClass", "style.display": "this.visible" } }, providers: [
2263
+ WindowMinimizeActionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowMinimizeActionDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DragResizeService, optional: true }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2264
+ WindowMinimizeActionDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: WindowMinimizeActionDirective, selector: "button[kendoWindowMinimizeAction]", inputs: { window: "window" }, host: { listeners: { "click": "onClick()" }, properties: { "attr.type": "this.buttonType", "class.k-window-titlebar-action": "this.buttonClass", "style.display": "this.visible" } }, providers: [
2271
2265
  LocalizationService,
2272
2266
  {
2273
2267
  provide: L10N_PREFIX,
2274
2268
  useValue: 'kendo.button'
2275
2269
  }
2276
- ], exportAs: ["kendoWindowMaximizeAction"], usesInheritance: true, ngImport: i0, template: `
2270
+ ], exportAs: ["kendoWindowMinimizeAction"], usesInheritance: true, ngImport: i0, template: `
2277
2271
  <kendo-icon-wrapper
2278
2272
  *ngIf="!imageUrl && !iconClass"
2279
2273
  innerCssClass="k-button-icon"
2280
- name="window"
2281
- [svgIcon]="windowIcon">
2274
+ name="window-minimize"
2275
+ [svgIcon]="windowMinimizeIcon">
2282
2276
  </kendo-icon-wrapper>
2283
2277
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2284
2278
  <img [src]="imageUrl" class="k-image" role="presentation" />
2285
2279
  </span>
2286
2280
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
2287
2281
  <span class="k-button-text"><ng-content></ng-content></span>
2288
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
2289
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowMaximizeActionDirective, decorators: [{
2282
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
2283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowMinimizeActionDirective, decorators: [{
2290
2284
  type: Component,
2291
2285
  args: [{
2292
- exportAs: 'kendoWindowMaximizeAction',
2286
+ exportAs: 'kendoWindowMinimizeAction',
2293
2287
  providers: [
2294
2288
  LocalizationService,
2295
2289
  {
@@ -2297,13 +2291,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2297
2291
  useValue: 'kendo.button'
2298
2292
  }
2299
2293
  ],
2300
- selector: 'button[kendoWindowMaximizeAction]',
2294
+ selector: 'button[kendoWindowMinimizeAction]',
2301
2295
  template: `
2302
2296
  <kendo-icon-wrapper
2303
2297
  *ngIf="!imageUrl && !iconClass"
2304
2298
  innerCssClass="k-button-icon"
2305
- name="window"
2306
- [svgIcon]="windowIcon">
2299
+ name="window-minimize"
2300
+ [svgIcon]="windowMinimizeIcon">
2307
2301
  </kendo-icon-wrapper>
2308
2302
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2309
2303
  <img [src]="imageUrl" class="k-image" role="presentation" />
@@ -2330,55 +2324,55 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2330
2324
  args: ['style.display']
2331
2325
  }] } });
2332
2326
 
2333
- class WindowRestoreActionDirective extends Button {
2327
+ class WindowMaximizeActionDirective extends Button {
2334
2328
  constructor(el, renderer, _service, localization, ngZone) {
2335
2329
  super(el, renderer, null, localization, ngZone);
2330
+ this.buttonType = 'button';
2331
+ this.buttonClass = true;
2336
2332
  /**
2337
2333
  * @hidden
2338
2334
  */
2339
- this.windowRestoreIcon = windowRestoreIcon;
2340
- this.buttonType = 'button';
2341
- this.buttonClass = true;
2335
+ this.windowIcon = windowIcon;
2342
2336
  this.window = _service;
2343
2337
  this.fillMode = 'flat';
2344
- this.icon = 'window-restore';
2338
+ this.icon = 'window';
2345
2339
  }
2346
2340
  /**
2347
2341
  * @hidden
2348
2342
  */
2349
2343
  onClick() {
2350
2344
  if (!this.isDisabled) {
2351
- this.window.restoreAction();
2345
+ this.window.maximizeAction();
2352
2346
  }
2353
2347
  }
2354
2348
  get visible() {
2355
- return this.window.options.state === 'default' ? 'none' : 'inline-flex';
2349
+ return this.window.options.state === 'default' ? 'inline-flex' : 'none';
2356
2350
  }
2357
2351
  }
2358
- WindowRestoreActionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowRestoreActionDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DragResizeService, optional: true }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2359
- WindowRestoreActionDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: WindowRestoreActionDirective, selector: "button[kendoWindowRestoreAction]", inputs: { window: "window" }, host: { listeners: { "click": "onClick()" }, properties: { "attr.type": "this.buttonType", "class.k-window-titlebar-action": "this.buttonClass", "style.display": "this.visible" } }, providers: [
2352
+ WindowMaximizeActionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowMaximizeActionDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DragResizeService, optional: true }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2353
+ WindowMaximizeActionDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: WindowMaximizeActionDirective, selector: "button[kendoWindowMaximizeAction]", inputs: { window: "window" }, host: { listeners: { "click": "onClick()" }, properties: { "attr.type": "this.buttonType", "class.k-window-titlebar-action": "this.buttonClass", "style.display": "this.visible" } }, providers: [
2360
2354
  LocalizationService,
2361
2355
  {
2362
2356
  provide: L10N_PREFIX,
2363
2357
  useValue: 'kendo.button'
2364
2358
  }
2365
- ], exportAs: ["kendoWindowRestoreAction"], usesInheritance: true, ngImport: i0, template: `
2359
+ ], exportAs: ["kendoWindowMaximizeAction"], usesInheritance: true, ngImport: i0, template: `
2366
2360
  <kendo-icon-wrapper
2367
2361
  *ngIf="!imageUrl && !iconClass"
2368
2362
  innerCssClass="k-button-icon"
2369
- name="window-restore"
2370
- [svgIcon]="windowRestoreIcon">
2363
+ name="window"
2364
+ [svgIcon]="windowIcon">
2371
2365
  </kendo-icon-wrapper>
2372
2366
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2373
2367
  <img [src]="imageUrl" class="k-image" role="presentation" />
2374
2368
  </span>
2375
2369
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
2376
2370
  <span class="k-button-text"><ng-content></ng-content></span>
2377
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
2378
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowRestoreActionDirective, decorators: [{
2371
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
2372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowMaximizeActionDirective, decorators: [{
2379
2373
  type: Component,
2380
2374
  args: [{
2381
- exportAs: 'kendoWindowRestoreAction',
2375
+ exportAs: 'kendoWindowMaximizeAction',
2382
2376
  providers: [
2383
2377
  LocalizationService,
2384
2378
  {
@@ -2386,13 +2380,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2386
2380
  useValue: 'kendo.button'
2387
2381
  }
2388
2382
  ],
2389
- selector: 'button[kendoWindowRestoreAction]',
2383
+ selector: 'button[kendoWindowMaximizeAction]',
2390
2384
  template: `
2391
2385
  <kendo-icon-wrapper
2392
2386
  *ngIf="!imageUrl && !iconClass"
2393
2387
  innerCssClass="k-button-icon"
2394
- name="window-restore"
2395
- [svgIcon]="windowRestoreIcon">
2388
+ name="window"
2389
+ [svgIcon]="windowIcon">
2396
2390
  </kendo-icon-wrapper>
2397
2391
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2398
2392
  <img [src]="imageUrl" class="k-image" role="presentation" />
@@ -2419,52 +2413,55 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2419
2413
  args: ['style.display']
2420
2414
  }] } });
2421
2415
 
2422
- class WindowCloseActionDirective extends Button {
2416
+ class WindowRestoreActionDirective extends Button {
2423
2417
  constructor(el, renderer, _service, localization, ngZone) {
2424
2418
  super(el, renderer, null, localization, ngZone);
2425
2419
  /**
2426
2420
  * @hidden
2427
2421
  */
2428
- this.xIcon = xIcon;
2422
+ this.windowRestoreIcon = windowRestoreIcon;
2429
2423
  this.buttonType = 'button';
2430
2424
  this.buttonClass = true;
2431
2425
  this.window = _service;
2432
2426
  this.fillMode = 'flat';
2433
- this.icon = 'x';
2427
+ this.icon = 'window-restore';
2434
2428
  }
2435
2429
  /**
2436
2430
  * @hidden
2437
2431
  */
2438
2432
  onClick() {
2439
2433
  if (!this.isDisabled) {
2440
- this.window.closeAction();
2434
+ this.window.restoreAction();
2441
2435
  }
2442
2436
  }
2437
+ get visible() {
2438
+ return this.window.options.state === 'default' ? 'none' : 'inline-flex';
2439
+ }
2443
2440
  }
2444
- WindowCloseActionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowCloseActionDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DragResizeService, optional: true }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2445
- WindowCloseActionDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: WindowCloseActionDirective, selector: "button[kendoWindowCloseAction]", inputs: { window: "window" }, host: { listeners: { "click": "onClick()" }, properties: { "attr.type": "this.buttonType", "class.k-window-titlebar-action": "this.buttonClass" } }, providers: [
2441
+ WindowRestoreActionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowRestoreActionDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DragResizeService, optional: true }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2442
+ WindowRestoreActionDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: WindowRestoreActionDirective, selector: "button[kendoWindowRestoreAction]", inputs: { window: "window" }, host: { listeners: { "click": "onClick()" }, properties: { "attr.type": "this.buttonType", "class.k-window-titlebar-action": "this.buttonClass", "style.display": "this.visible" } }, providers: [
2446
2443
  LocalizationService,
2447
2444
  {
2448
2445
  provide: L10N_PREFIX,
2449
2446
  useValue: 'kendo.button'
2450
2447
  }
2451
- ], exportAs: ["kendoWindowCloseAction"], usesInheritance: true, ngImport: i0, template: `
2448
+ ], exportAs: ["kendoWindowRestoreAction"], usesInheritance: true, ngImport: i0, template: `
2452
2449
  <kendo-icon-wrapper
2453
2450
  *ngIf="!imageUrl && !iconClass"
2454
2451
  innerCssClass="k-button-icon"
2455
- name="close"
2456
- [svgIcon]="xIcon">
2452
+ name="window-restore"
2453
+ [svgIcon]="windowRestoreIcon">
2457
2454
  </kendo-icon-wrapper>
2458
2455
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2459
2456
  <img [src]="imageUrl" class="k-image" role="presentation" />
2460
2457
  </span>
2461
2458
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
2462
2459
  <span class="k-button-text"><ng-content></ng-content></span>
2463
- `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
2464
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowCloseActionDirective, decorators: [{
2460
+ `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
2461
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowRestoreActionDirective, decorators: [{
2465
2462
  type: Component,
2466
2463
  args: [{
2467
- exportAs: 'kendoWindowCloseAction',
2464
+ exportAs: 'kendoWindowRestoreAction',
2468
2465
  providers: [
2469
2466
  LocalizationService,
2470
2467
  {
@@ -2472,13 +2469,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2472
2469
  useValue: 'kendo.button'
2473
2470
  }
2474
2471
  ],
2475
- selector: 'button[kendoWindowCloseAction]',
2472
+ selector: 'button[kendoWindowRestoreAction]',
2476
2473
  template: `
2477
2474
  <kendo-icon-wrapper
2478
2475
  *ngIf="!imageUrl && !iconClass"
2479
2476
  innerCssClass="k-button-icon"
2480
- name="close"
2481
- [svgIcon]="xIcon">
2477
+ name="window-restore"
2478
+ [svgIcon]="windowRestoreIcon">
2482
2479
  </kendo-icon-wrapper>
2483
2480
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2484
2481
  <img [src]="imageUrl" class="k-image" role="presentation" />
@@ -2500,6 +2497,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2500
2497
  }], onClick: [{
2501
2498
  type: HostListener,
2502
2499
  args: ['click']
2500
+ }], visible: [{
2501
+ type: HostBinding,
2502
+ args: ['style.display']
2503
2503
  }] } });
2504
2504
 
2505
2505
  /**
@@ -3051,8 +3051,8 @@ class WindowComponent {
3051
3051
  }
3052
3052
  }
3053
3053
  }
3054
- WindowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DragResizeService }, { token: NavigationService }, { token: i0.NgZone }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
3055
- WindowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: WindowComponent, selector: "kendo-window", inputs: { autoFocusedElement: "autoFocusedElement", title: "title", draggable: "draggable", resizable: "resizable", themeColor: "themeColor", keepContent: "keepContent", state: "state", minWidth: "minWidth", minHeight: "minHeight", width: "width", height: "height", top: "top", left: "left" }, outputs: { dragStart: "dragStart", dragEnd: "dragEnd", resizeStart: "resizeStart", resizeEnd: "resizeEnd", close: "close", widthChange: "widthChange", heightChange: "heightChange", topChange: "topChange", leftChange: "leftChange", stateChange: "stateChange" }, host: { listeners: { "focus": "onComponentFocus()", "blur": "onComponentBlur()" }, properties: { "attr.tabIndex": "this.tabIndex", "attr.role": "this.role", "class.k-window": "this.hostClass", "attr.dir": "this.dir", "style.minWidth": "this.styleMinWidth", "style.minHeight": "this.styleMinHeight", "style.position": "this.stylePosition", "class.k-window-maximized": "this.wrapperMaximizedClass", "class.k-window-minimized": "this.wrapperMinimizedClass" } }, providers: [
3054
+ WindowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: DragResizeService }, { token: NavigationService }, { token: i0.NgZone }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
3055
+ WindowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: WindowComponent, selector: "kendo-window", inputs: { autoFocusedElement: "autoFocusedElement", title: "title", draggable: "draggable", resizable: "resizable", themeColor: "themeColor", keepContent: "keepContent", state: "state", minWidth: "minWidth", minHeight: "minHeight", width: "width", height: "height", top: "top", left: "left" }, outputs: { dragStart: "dragStart", dragEnd: "dragEnd", resizeStart: "resizeStart", resizeEnd: "resizeEnd", close: "close", widthChange: "widthChange", heightChange: "heightChange", topChange: "topChange", leftChange: "leftChange", stateChange: "stateChange" }, host: { listeners: { "focus": "onComponentFocus()", "blur": "onComponentBlur()" }, properties: { "attr.tabIndex": "this.tabIndex", "attr.role": "this.role", "class.k-window": "this.hostClass", "attr.dir": "this.dir", "style.minWidth": "this.styleMinWidth", "style.minHeight": "this.styleMinHeight", "style.position": "this.stylePosition", "class.k-window-maximized": "this.wrapperMaximizedClass", "class.k-window-minimized": "this.wrapperMinimizedClass" } }, providers: [
3056
3056
  DragResizeService,
3057
3057
  NavigationService,
3058
3058
  LocalizationService,
@@ -3104,8 +3104,8 @@ WindowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
3104
3104
  </ng-template>
3105
3105
 
3106
3106
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
3107
- `, isInline: true, components: [{ type: WindowTitleBarComponent, selector: "kendo-window-titlebar", inputs: ["template", "id"] }, { type: WindowMinimizeActionDirective, selector: "button[kendoWindowMinimizeAction]", inputs: ["window"], exportAs: ["kendoWindowMinimizeAction"] }, { type: WindowMaximizeActionDirective, selector: "button[kendoWindowMaximizeAction]", inputs: ["window"], exportAs: ["kendoWindowMaximizeAction"] }, { type: WindowRestoreActionDirective, selector: "button[kendoWindowRestoreAction]", inputs: ["window"], exportAs: ["kendoWindowRestoreAction"] }, { type: WindowCloseActionDirective, selector: "button[kendoWindowCloseAction]", inputs: ["window"], exportAs: ["kendoWindowCloseAction"] }, { type: i1$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: LocalizedMessagesDirective, selector: "\n [kendoDialogLocalizedMessages],\n [kendoWindowLocalizedMessages],\n [kendoDialogTitleBarLocalizedMessages]\n " }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: ResizeHandleDirective, selector: "[kendoWindowResizeHandle]", inputs: ["direction"] }, { type: i1$1.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }] });
3108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowComponent, decorators: [{
3107
+ `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "\n [kendoDialogLocalizedMessages],\n [kendoWindowLocalizedMessages],\n [kendoDialogTitleBarLocalizedMessages]\n " }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i6.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: i6.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "directive", type: ResizeHandleDirective, selector: "[kendoWindowResizeHandle]", inputs: ["direction"] }, { kind: "component", type: WindowTitleBarComponent, selector: "kendo-window-titlebar", inputs: ["template", "id"] }, { kind: "component", type: WindowCloseActionDirective, selector: "button[kendoWindowCloseAction]", inputs: ["window"], exportAs: ["kendoWindowCloseAction"] }, { kind: "component", type: WindowMinimizeActionDirective, selector: "button[kendoWindowMinimizeAction]", inputs: ["window"], exportAs: ["kendoWindowMinimizeAction"] }, { kind: "component", type: WindowMaximizeActionDirective, selector: "button[kendoWindowMaximizeAction]", inputs: ["window"], exportAs: ["kendoWindowMaximizeAction"] }, { kind: "component", type: WindowRestoreActionDirective, selector: "button[kendoWindowRestoreAction]", inputs: ["window"], exportAs: ["kendoWindowRestoreAction"] }] });
3108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowComponent, decorators: [{
3109
3109
  type: Component,
3110
3110
  args: [{
3111
3111
  exportAs: 'kendoWindow',
@@ -3288,9 +3288,9 @@ class WindowContainerService {
3288
3288
  }
3289
3289
  }
3290
3290
  WindowContainerService.container = null;
3291
- WindowContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3292
- WindowContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowContainerService });
3293
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowContainerService, decorators: [{
3291
+ WindowContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3292
+ WindowContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowContainerService });
3293
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowContainerService, decorators: [{
3294
3294
  type: Injectable
3295
3295
  }] });
3296
3296
 
@@ -3488,9 +3488,9 @@ class WindowService {
3488
3488
  };
3489
3489
  }
3490
3490
  }
3491
- WindowService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowService, deps: [{ token: i0.ComponentFactoryResolver }, { token: WindowContainerService }], target: i0.ɵɵFactoryTarget.Injectable });
3492
- WindowService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowService });
3493
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowService, decorators: [{
3491
+ WindowService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowService, deps: [{ token: i0.ComponentFactoryResolver }, { token: WindowContainerService }], target: i0.ɵɵFactoryTarget.Injectable });
3492
+ WindowService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowService });
3493
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowService, decorators: [{
3494
3494
  type: Injectable
3495
3495
  }], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: WindowContainerService, decorators: [{
3496
3496
  type: Inject,
@@ -3512,9 +3512,9 @@ class DialogContainerDirective {
3512
3512
  service.container = container;
3513
3513
  }
3514
3514
  }
3515
- DialogContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogContainerDirective, deps: [{ token: i0.ViewContainerRef }, { token: DialogContainerService }], target: i0.ɵɵFactoryTarget.Directive });
3516
- DialogContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DialogContainerDirective, selector: "[kendoDialogContainer]", ngImport: i0 });
3517
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogContainerDirective, decorators: [{
3515
+ DialogContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogContainerDirective, deps: [{ token: i0.ViewContainerRef }, { token: DialogContainerService }], target: i0.ɵɵFactoryTarget.Directive });
3516
+ DialogContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DialogContainerDirective, selector: "[kendoDialogContainer]", ngImport: i0 });
3517
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogContainerDirective, decorators: [{
3518
3518
  type: Directive,
3519
3519
  args: [{
3520
3520
  selector: '[kendoDialogContainer]'
@@ -3534,14 +3534,14 @@ class CustomMessagesComponent extends Messages {
3534
3534
  return true;
3535
3535
  }
3536
3536
  }
3537
- CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
3538
- CustomMessagesComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: CustomMessagesComponent, selector: "kendo-dialog-messages, kendo-window-messages", providers: [
3537
+ CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
3538
+ CustomMessagesComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CustomMessagesComponent, selector: "kendo-dialog-messages, kendo-window-messages", providers: [
3539
3539
  {
3540
3540
  provide: Messages,
3541
3541
  useExisting: forwardRef(() => CustomMessagesComponent)
3542
3542
  }
3543
3543
  ], usesInheritance: true, ngImport: i0 });
3544
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CustomMessagesComponent, decorators: [{
3544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CustomMessagesComponent, decorators: [{
3545
3545
  type: Directive,
3546
3546
  args: [{
3547
3547
  providers: [
@@ -3568,14 +3568,14 @@ const SHARED_DIRECTIVES = [
3568
3568
  */
3569
3569
  class SharedModule {
3570
3570
  }
3571
- SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3572
- SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedModule, declarations: [DialogActionsComponent,
3571
+ SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3572
+ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, declarations: [DialogActionsComponent,
3573
3573
  CustomMessagesComponent,
3574
3574
  LocalizedMessagesDirective], imports: [CommonModule, IconsModule, ButtonModule], exports: [DialogActionsComponent,
3575
3575
  CustomMessagesComponent,
3576
3576
  LocalizedMessagesDirective, CommonModule, IconsModule, ButtonModule] });
3577
- SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedModule, imports: [[CommonModule, IconsModule, ButtonModule], CommonModule, IconsModule, ButtonModule] });
3578
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedModule, decorators: [{
3577
+ SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, imports: [CommonModule, IconsModule, ButtonModule, CommonModule, IconsModule, ButtonModule] });
3578
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, decorators: [{
3579
3579
  type: NgModule,
3580
3580
  args: [{
3581
3581
  declarations: [SHARED_DIRECTIVES],
@@ -3615,12 +3615,12 @@ const DIALOG_DIRECTIVES = [
3615
3615
  */
3616
3616
  class DialogModule {
3617
3617
  }
3618
- DialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3619
- DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, declarations: [DialogComponent,
3618
+ DialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3619
+ DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DialogModule, declarations: [DialogComponent,
3620
3620
  DialogTitleBarComponent, DialogContainerDirective], imports: [SharedModule, WatermarkModule], exports: [DialogComponent,
3621
3621
  DialogTitleBarComponent, DialogActionsComponent, CustomMessagesComponent, LocalizedMessagesDirective, DialogContainerDirective] });
3622
- DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, providers: [DialogContainerService, DialogService], imports: [[SharedModule, WatermarkModule]] });
3623
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, decorators: [{
3622
+ DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogModule, providers: [DialogContainerService, DialogService], imports: [SharedModule, WatermarkModule] });
3623
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogModule, decorators: [{
3624
3624
  type: NgModule,
3625
3625
  args: [{
3626
3626
  declarations: [DIALOG_DIRECTIVES, DialogContainerDirective],
@@ -3646,9 +3646,9 @@ class WindowContainerDirective {
3646
3646
  service.container = container;
3647
3647
  }
3648
3648
  }
3649
- WindowContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowContainerDirective, deps: [{ token: i0.ViewContainerRef }, { token: WindowContainerService }], target: i0.ɵɵFactoryTarget.Directive });
3650
- WindowContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: WindowContainerDirective, selector: "[kendoWindowContainer]", ngImport: i0 });
3651
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowContainerDirective, decorators: [{
3649
+ WindowContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowContainerDirective, deps: [{ token: i0.ViewContainerRef }, { token: WindowContainerService }], target: i0.ɵɵFactoryTarget.Directive });
3650
+ WindowContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: WindowContainerDirective, selector: "[kendoWindowContainer]", ngImport: i0 });
3651
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowContainerDirective, decorators: [{
3652
3652
  type: Directive,
3653
3653
  args: [{
3654
3654
  selector: '[kendoWindowContainer]'
@@ -3700,8 +3700,8 @@ const exportedModules = [
3700
3700
  */
3701
3701
  class WindowModule {
3702
3702
  }
3703
- WindowModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3704
- WindowModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowModule, declarations: [ResizeHandleDirective,
3703
+ WindowModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3704
+ WindowModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: WindowModule, declarations: [ResizeHandleDirective,
3705
3705
  WindowComponent,
3706
3706
  WindowTitleBarComponent,
3707
3707
  WindowCloseActionDirective,
@@ -3713,8 +3713,8 @@ WindowModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
3713
3713
  WindowMaximizeActionDirective,
3714
3714
  WindowRestoreActionDirective,
3715
3715
  WindowTitleBarComponent, DialogActionsComponent, CustomMessagesComponent, LocalizedMessagesDirective, WindowContainerDirective] });
3716
- WindowModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowModule, providers: [WindowContainerService, WindowService], imports: [[SharedModule, DraggableModule, WatermarkModule]] });
3717
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowModule, decorators: [{
3716
+ WindowModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowModule, providers: [WindowContainerService, WindowService], imports: [SharedModule, DraggableModule, WatermarkModule] });
3717
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowModule, decorators: [{
3718
3718
  type: NgModule,
3719
3719
  args: [{
3720
3720
  declarations: [WINDOW_DIRECTIVES, WindowContainerDirective],
@@ -3752,10 +3752,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3752
3752
  */
3753
3753
  class DialogsModule {
3754
3754
  }
3755
- DialogsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3756
- DialogsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogsModule, exports: [DialogModule, WindowModule] });
3757
- DialogsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogsModule, imports: [DialogModule, WindowModule] });
3758
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogsModule, decorators: [{
3755
+ DialogsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3756
+ DialogsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DialogsModule, exports: [DialogModule, WindowModule] });
3757
+ DialogsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogsModule, imports: [DialogModule, WindowModule] });
3758
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogsModule, decorators: [{
3759
3759
  type: NgModule,
3760
3760
  args: [{
3761
3761
  exports: [DialogModule, WindowModule]