@progress/kendo-angular-dialog 16.0.0-develop.2 → 16.0.0-develop.5

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 () {
399
399
  return [{ type: undefined, decorators: [{
@@ -419,9 +419,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
419
419
  */
420
420
  class Messages extends ComponentMessages {
421
421
  }
422
- Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
423
- 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 });
424
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, decorators: [{
422
+ Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
423
+ 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 });
424
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, decorators: [{
425
425
  type: Directive,
426
426
  args: [{
427
427
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -446,14 +446,14 @@ class LocalizedMessagesDirective extends Messages {
446
446
  this.service = service;
447
447
  }
448
448
  }
449
- LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
450
- LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedMessagesDirective, selector: "\n [kendoDialogLocalizedMessages],\n [kendoWindowLocalizedMessages],\n [kendoDialogTitleBarLocalizedMessages]\n ", providers: [
449
+ LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
450
+ LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedMessagesDirective, selector: "\n [kendoDialogLocalizedMessages],\n [kendoWindowLocalizedMessages],\n [kendoDialogTitleBarLocalizedMessages]\n ", providers: [
451
451
  {
452
452
  provide: Messages,
453
453
  useExisting: forwardRef(() => LocalizedMessagesDirective)
454
454
  }
455
455
  ], usesInheritance: true, ngImport: i0 });
456
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
456
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
457
457
  type: Directive,
458
458
  args: [{
459
459
  providers: [
@@ -510,8 +510,8 @@ class DialogTitleBarComponent {
510
510
  this.close.emit(eventArgs);
511
511
  }
512
512
  }
513
- 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 });
514
- 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: [
513
+ 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 });
514
+ 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: [
515
515
  TitleBarLocalizationService,
516
516
  {
517
517
  provide: LocalizationService,
@@ -546,8 +546,8 @@ DialogTitleBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
546
546
  </button>
547
547
  </div>
548
548
  </ng-container>
549
- `, 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 " }] });
550
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogTitleBarComponent, decorators: [{
549
+ `, 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"] }] });
550
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogTitleBarComponent, decorators: [{
551
551
  type: Component,
552
552
  args: [{
553
553
  selector: 'kendo-dialog-titlebar',
@@ -614,8 +614,8 @@ const packageMetadata = {
614
614
  name: '@progress/kendo-angular-dialog',
615
615
  productName: 'Kendo UI for Angular',
616
616
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
617
- publishDate: 1714067404,
618
- version: '16.0.0-develop.2',
617
+ publishDate: 1714129682,
618
+ version: '16.0.0-develop.5',
619
619
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
620
620
  };
621
621
 
@@ -1080,8 +1080,8 @@ class DialogComponent {
1080
1080
  }
1081
1081
  }
1082
1082
  }
1083
- 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 });
1084
- 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: [
1083
+ 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 });
1084
+ 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: [
1085
1085
  LocalizationService,
1086
1086
  {
1087
1087
  provide: DIALOG_LOCALIZATION_SERVICE,
@@ -1114,13 +1114,13 @@ DialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
1114
1114
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
1115
1115
  </div>
1116
1116
  </ng-container>
1117
- `, 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: [
1117
+ `, 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: [
1118
1118
  trigger('overlayAppear', [
1119
1119
  state('in', style({ opacity: 1 })),
1120
1120
  transition('void => *', [style({ opacity: 0.1 }), animate('.3s cubic-bezier(.2, .6, .4, 1)')])
1121
1121
  ])
1122
1122
  ] });
1123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogComponent, decorators: [{
1123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogComponent, decorators: [{
1124
1124
  type: Component,
1125
1125
  args: [{
1126
1126
  animations: [
@@ -1167,7 +1167,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1167
1167
  </ng-container>
1168
1168
  `
1169
1169
  }]
1170
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i2$1.AnimationBuilder }]; }, propDecorators: { actions: [{
1170
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i2.AnimationBuilder }]; }, propDecorators: { actions: [{
1171
1171
  type: Input
1172
1172
  }], actionsLayout: [{
1173
1173
  type: Input
@@ -1251,9 +1251,9 @@ class DialogContentBase {
1251
1251
  }
1252
1252
  }
1253
1253
  }
1254
- DialogContentBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogContentBase, deps: [{ token: DialogRef }], target: i0.ɵɵFactoryTarget.Directive });
1255
- 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 });
1256
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogContentBase, decorators: [{
1254
+ DialogContentBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogContentBase, deps: [{ token: DialogRef }], target: i0.ɵɵFactoryTarget.Directive });
1255
+ 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 });
1256
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogContentBase, decorators: [{
1257
1257
  type: Directive
1258
1258
  }], ctorParameters: function () { return [{ type: DialogRef }]; }, propDecorators: { dialogTitleBar: [{
1259
1259
  type: ViewChild,
@@ -1275,9 +1275,9 @@ class DialogContainerService {
1275
1275
  }
1276
1276
  }
1277
1277
  DialogContainerService.container = null;
1278
- DialogContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1279
- DialogContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogContainerService });
1280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogContainerService, decorators: [{
1278
+ DialogContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1279
+ DialogContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogContainerService });
1280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogContainerService, decorators: [{
1281
1281
  type: Injectable
1282
1282
  }] });
1283
1283
 
@@ -1496,9 +1496,9 @@ See https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service/.
1496
1496
  };
1497
1497
  }
1498
1498
  }
1499
- 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 });
1500
- DialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService });
1501
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService, decorators: [{
1499
+ 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 });
1500
+ DialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogService });
1501
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogService, decorators: [{
1502
1502
  type: Injectable
1503
1503
  }], ctorParameters: function () {
1504
1504
  return [{ type: i0.ComponentFactoryResolver }, { type: DialogContainerService, decorators: [{
@@ -1819,9 +1819,9 @@ class DragResizeService {
1819
1819
  return getWindowViewPort(this.window.nativeElement);
1820
1820
  }
1821
1821
  }
1822
- DragResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragResizeService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
1823
- DragResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragResizeService });
1824
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DragResizeService, decorators: [{
1822
+ DragResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragResizeService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
1823
+ DragResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragResizeService });
1824
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DragResizeService, decorators: [{
1825
1825
  type: Injectable
1826
1826
  }], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
1827
1827
 
@@ -1867,15 +1867,15 @@ class ResizeHandleDirective {
1867
1867
  this.renderer.setStyle(this.el.nativeElement, 'display', this.service.options.state === 'default' ? value : 'none');
1868
1868
  }
1869
1869
  }
1870
- 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 });
1871
- 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 });
1872
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ResizeHandleDirective, decorators: [{
1870
+ 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 });
1871
+ 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 });
1872
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ResizeHandleDirective, decorators: [{
1873
1873
  type: Directive,
1874
1874
  args: [{
1875
1875
  selector: '[kendoWindowResizeHandle]'
1876
1876
  }]
1877
1877
  }], ctorParameters: function () {
1878
- return [{ type: i1$1.DraggableDirective, decorators: [{
1878
+ return [{ type: i6.DraggableDirective, decorators: [{
1879
1879
  type: Host
1880
1880
  }] }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: DragResizeService }];
1881
1881
  }, propDecorators: { direction: [{
@@ -1981,15 +1981,15 @@ class WindowTitleBarComponent {
1981
1981
  return options.draggable && options.state !== 'maximized';
1982
1982
  }
1983
1983
  }
1984
- 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 });
1985
- 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: `
1984
+ 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 });
1985
+ 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: `
1986
1986
  <ng-content *ngIf="!template"></ng-content>
1987
1987
  <ng-template
1988
1988
  [ngTemplateOutlet]="template"
1989
1989
  [ngTemplateOutletContext]="{'$implicit': service}" *ngIf="template">
1990
1990
  </ng-template>
1991
- `, isInline: true, directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
1992
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowTitleBarComponent, decorators: [{
1991
+ `, 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"] }] });
1992
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowTitleBarComponent, decorators: [{
1993
1993
  type: Component,
1994
1994
  args: [{
1995
1995
  selector: 'kendo-window-titlebar',
@@ -2154,61 +2154,58 @@ class NavigationService {
2154
2154
  }
2155
2155
  }
2156
2156
  }
2157
- 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 });
2158
- NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigationService });
2159
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NavigationService, decorators: [{
2157
+ 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 });
2158
+ NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService });
2159
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService, decorators: [{
2160
2160
  type: Injectable
2161
2161
  }], ctorParameters: function () { return [{ type: DragResizeService }, { type: i0.NgZone }]; } });
2162
2162
 
2163
- class WindowMinimizeActionDirective extends Button {
2163
+ class WindowCloseActionDirective extends Button {
2164
2164
  constructor(el, renderer, _service, localization, ngZone) {
2165
2165
  super(el, renderer, null, localization, ngZone);
2166
- this.buttonType = 'button';
2167
- this.buttonClass = true;
2168
2166
  /**
2169
2167
  * @hidden
2170
2168
  */
2171
- this.windowMinimizeIcon = windowMinimizeIcon;
2169
+ this.xIcon = xIcon;
2170
+ this.buttonType = 'button';
2171
+ this.buttonClass = true;
2172
2172
  this.window = _service;
2173
2173
  this.fillMode = 'flat';
2174
- this.icon = 'window-minimize';
2174
+ this.icon = 'x';
2175
2175
  }
2176
2176
  /**
2177
2177
  * @hidden
2178
2178
  */
2179
2179
  onClick() {
2180
2180
  if (!this.isDisabled) {
2181
- this.window.minimizeAction();
2181
+ this.window.closeAction();
2182
2182
  }
2183
2183
  }
2184
- get visible() {
2185
- return this.window.options.state === 'default' ? 'inline-flex' : 'none';
2186
- }
2187
2184
  }
2188
- 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 });
2189
- 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: [
2185
+ 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 });
2186
+ 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: [
2190
2187
  LocalizationService,
2191
2188
  {
2192
2189
  provide: L10N_PREFIX,
2193
2190
  useValue: 'kendo.button'
2194
2191
  }
2195
- ], exportAs: ["kendoWindowMinimizeAction"], usesInheritance: true, ngImport: i0, template: `
2192
+ ], exportAs: ["kendoWindowCloseAction"], usesInheritance: true, ngImport: i0, template: `
2196
2193
  <kendo-icon-wrapper
2197
2194
  *ngIf="!imageUrl && !iconClass"
2198
2195
  innerCssClass="k-button-icon"
2199
- name="window-minimize"
2200
- [svgIcon]="windowMinimizeIcon">
2196
+ name="close"
2197
+ [svgIcon]="xIcon">
2201
2198
  </kendo-icon-wrapper>
2202
2199
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2203
2200
  <img [src]="imageUrl" class="k-image" role="presentation" />
2204
2201
  </span>
2205
2202
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
2206
2203
  <span class="k-button-text"><ng-content></ng-content></span>
2207
- `, 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"] }] });
2208
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowMinimizeActionDirective, decorators: [{
2204
+ `, 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"] }] });
2205
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowCloseActionDirective, decorators: [{
2209
2206
  type: Component,
2210
2207
  args: [{
2211
- exportAs: 'kendoWindowMinimizeAction',
2208
+ exportAs: 'kendoWindowCloseAction',
2212
2209
  providers: [
2213
2210
  LocalizationService,
2214
2211
  {
@@ -2216,13 +2213,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2216
2213
  useValue: 'kendo.button'
2217
2214
  }
2218
2215
  ],
2219
- selector: 'button[kendoWindowMinimizeAction]',
2216
+ selector: 'button[kendoWindowCloseAction]',
2220
2217
  template: `
2221
2218
  <kendo-icon-wrapper
2222
2219
  *ngIf="!imageUrl && !iconClass"
2223
2220
  innerCssClass="k-button-icon"
2224
- name="window-minimize"
2225
- [svgIcon]="windowMinimizeIcon">
2221
+ name="close"
2222
+ [svgIcon]="xIcon">
2226
2223
  </kendo-icon-wrapper>
2227
2224
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2228
2225
  <img [src]="imageUrl" class="k-image" role="presentation" />
@@ -2246,12 +2243,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2246
2243
  }], onClick: [{
2247
2244
  type: HostListener,
2248
2245
  args: ['click']
2249
- }], visible: [{
2250
- type: HostBinding,
2251
- args: ['style.display']
2252
2246
  }] } });
2253
2247
 
2254
- class WindowMaximizeActionDirective extends Button {
2248
+ class WindowMinimizeActionDirective extends Button {
2255
2249
  constructor(el, renderer, _service, localization, ngZone) {
2256
2250
  super(el, renderer, null, localization, ngZone);
2257
2251
  this.buttonType = 'button';
@@ -2259,47 +2253,47 @@ class WindowMaximizeActionDirective extends Button {
2259
2253
  /**
2260
2254
  * @hidden
2261
2255
  */
2262
- this.windowIcon = windowIcon;
2256
+ this.windowMinimizeIcon = windowMinimizeIcon;
2263
2257
  this.window = _service;
2264
2258
  this.fillMode = 'flat';
2265
- this.icon = 'window';
2259
+ this.icon = 'window-minimize';
2266
2260
  }
2267
2261
  /**
2268
2262
  * @hidden
2269
2263
  */
2270
2264
  onClick() {
2271
2265
  if (!this.isDisabled) {
2272
- this.window.maximizeAction();
2266
+ this.window.minimizeAction();
2273
2267
  }
2274
2268
  }
2275
2269
  get visible() {
2276
2270
  return this.window.options.state === 'default' ? 'inline-flex' : 'none';
2277
2271
  }
2278
2272
  }
2279
- 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 });
2280
- 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: [
2273
+ 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 });
2274
+ 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: [
2281
2275
  LocalizationService,
2282
2276
  {
2283
2277
  provide: L10N_PREFIX,
2284
2278
  useValue: 'kendo.button'
2285
2279
  }
2286
- ], exportAs: ["kendoWindowMaximizeAction"], usesInheritance: true, ngImport: i0, template: `
2280
+ ], exportAs: ["kendoWindowMinimizeAction"], usesInheritance: true, ngImport: i0, template: `
2287
2281
  <kendo-icon-wrapper
2288
2282
  *ngIf="!imageUrl && !iconClass"
2289
2283
  innerCssClass="k-button-icon"
2290
- name="window"
2291
- [svgIcon]="windowIcon">
2284
+ name="window-minimize"
2285
+ [svgIcon]="windowMinimizeIcon">
2292
2286
  </kendo-icon-wrapper>
2293
2287
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2294
2288
  <img [src]="imageUrl" class="k-image" role="presentation" />
2295
2289
  </span>
2296
2290
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
2297
2291
  <span class="k-button-text"><ng-content></ng-content></span>
2298
- `, 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"] }] });
2299
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowMaximizeActionDirective, decorators: [{
2292
+ `, 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"] }] });
2293
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowMinimizeActionDirective, decorators: [{
2300
2294
  type: Component,
2301
2295
  args: [{
2302
- exportAs: 'kendoWindowMaximizeAction',
2296
+ exportAs: 'kendoWindowMinimizeAction',
2303
2297
  providers: [
2304
2298
  LocalizationService,
2305
2299
  {
@@ -2307,13 +2301,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2307
2301
  useValue: 'kendo.button'
2308
2302
  }
2309
2303
  ],
2310
- selector: 'button[kendoWindowMaximizeAction]',
2304
+ selector: 'button[kendoWindowMinimizeAction]',
2311
2305
  template: `
2312
2306
  <kendo-icon-wrapper
2313
2307
  *ngIf="!imageUrl && !iconClass"
2314
2308
  innerCssClass="k-button-icon"
2315
- name="window"
2316
- [svgIcon]="windowIcon">
2309
+ name="window-minimize"
2310
+ [svgIcon]="windowMinimizeIcon">
2317
2311
  </kendo-icon-wrapper>
2318
2312
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2319
2313
  <img [src]="imageUrl" class="k-image" role="presentation" />
@@ -2342,55 +2336,55 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2342
2336
  args: ['style.display']
2343
2337
  }] } });
2344
2338
 
2345
- class WindowRestoreActionDirective extends Button {
2339
+ class WindowMaximizeActionDirective extends Button {
2346
2340
  constructor(el, renderer, _service, localization, ngZone) {
2347
2341
  super(el, renderer, null, localization, ngZone);
2342
+ this.buttonType = 'button';
2343
+ this.buttonClass = true;
2348
2344
  /**
2349
2345
  * @hidden
2350
2346
  */
2351
- this.windowRestoreIcon = windowRestoreIcon;
2352
- this.buttonType = 'button';
2353
- this.buttonClass = true;
2347
+ this.windowIcon = windowIcon;
2354
2348
  this.window = _service;
2355
2349
  this.fillMode = 'flat';
2356
- this.icon = 'window-restore';
2350
+ this.icon = 'window';
2357
2351
  }
2358
2352
  /**
2359
2353
  * @hidden
2360
2354
  */
2361
2355
  onClick() {
2362
2356
  if (!this.isDisabled) {
2363
- this.window.restoreAction();
2357
+ this.window.maximizeAction();
2364
2358
  }
2365
2359
  }
2366
2360
  get visible() {
2367
- return this.window.options.state === 'default' ? 'none' : 'inline-flex';
2361
+ return this.window.options.state === 'default' ? 'inline-flex' : 'none';
2368
2362
  }
2369
2363
  }
2370
- 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 });
2371
- 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: [
2364
+ 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 });
2365
+ 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: [
2372
2366
  LocalizationService,
2373
2367
  {
2374
2368
  provide: L10N_PREFIX,
2375
2369
  useValue: 'kendo.button'
2376
2370
  }
2377
- ], exportAs: ["kendoWindowRestoreAction"], usesInheritance: true, ngImport: i0, template: `
2371
+ ], exportAs: ["kendoWindowMaximizeAction"], usesInheritance: true, ngImport: i0, template: `
2378
2372
  <kendo-icon-wrapper
2379
2373
  *ngIf="!imageUrl && !iconClass"
2380
2374
  innerCssClass="k-button-icon"
2381
- name="window-restore"
2382
- [svgIcon]="windowRestoreIcon">
2375
+ name="window"
2376
+ [svgIcon]="windowIcon">
2383
2377
  </kendo-icon-wrapper>
2384
2378
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2385
2379
  <img [src]="imageUrl" class="k-image" role="presentation" />
2386
2380
  </span>
2387
2381
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
2388
2382
  <span class="k-button-text"><ng-content></ng-content></span>
2389
- `, 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"] }] });
2390
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowRestoreActionDirective, decorators: [{
2383
+ `, 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"] }] });
2384
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowMaximizeActionDirective, decorators: [{
2391
2385
  type: Component,
2392
2386
  args: [{
2393
- exportAs: 'kendoWindowRestoreAction',
2387
+ exportAs: 'kendoWindowMaximizeAction',
2394
2388
  providers: [
2395
2389
  LocalizationService,
2396
2390
  {
@@ -2398,13 +2392,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2398
2392
  useValue: 'kendo.button'
2399
2393
  }
2400
2394
  ],
2401
- selector: 'button[kendoWindowRestoreAction]',
2395
+ selector: 'button[kendoWindowMaximizeAction]',
2402
2396
  template: `
2403
2397
  <kendo-icon-wrapper
2404
2398
  *ngIf="!imageUrl && !iconClass"
2405
2399
  innerCssClass="k-button-icon"
2406
- name="window-restore"
2407
- [svgIcon]="windowRestoreIcon">
2400
+ name="window"
2401
+ [svgIcon]="windowIcon">
2408
2402
  </kendo-icon-wrapper>
2409
2403
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2410
2404
  <img [src]="imageUrl" class="k-image" role="presentation" />
@@ -2433,52 +2427,55 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2433
2427
  args: ['style.display']
2434
2428
  }] } });
2435
2429
 
2436
- class WindowCloseActionDirective extends Button {
2430
+ class WindowRestoreActionDirective extends Button {
2437
2431
  constructor(el, renderer, _service, localization, ngZone) {
2438
2432
  super(el, renderer, null, localization, ngZone);
2439
2433
  /**
2440
2434
  * @hidden
2441
2435
  */
2442
- this.xIcon = xIcon;
2436
+ this.windowRestoreIcon = windowRestoreIcon;
2443
2437
  this.buttonType = 'button';
2444
2438
  this.buttonClass = true;
2445
2439
  this.window = _service;
2446
2440
  this.fillMode = 'flat';
2447
- this.icon = 'x';
2441
+ this.icon = 'window-restore';
2448
2442
  }
2449
2443
  /**
2450
2444
  * @hidden
2451
2445
  */
2452
2446
  onClick() {
2453
2447
  if (!this.isDisabled) {
2454
- this.window.closeAction();
2448
+ this.window.restoreAction();
2455
2449
  }
2456
2450
  }
2451
+ get visible() {
2452
+ return this.window.options.state === 'default' ? 'none' : 'inline-flex';
2453
+ }
2457
2454
  }
2458
- 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 });
2459
- 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: [
2455
+ 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 });
2456
+ 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: [
2460
2457
  LocalizationService,
2461
2458
  {
2462
2459
  provide: L10N_PREFIX,
2463
2460
  useValue: 'kendo.button'
2464
2461
  }
2465
- ], exportAs: ["kendoWindowCloseAction"], usesInheritance: true, ngImport: i0, template: `
2462
+ ], exportAs: ["kendoWindowRestoreAction"], usesInheritance: true, ngImport: i0, template: `
2466
2463
  <kendo-icon-wrapper
2467
2464
  *ngIf="!imageUrl && !iconClass"
2468
2465
  innerCssClass="k-button-icon"
2469
- name="close"
2470
- [svgIcon]="xIcon">
2466
+ name="window-restore"
2467
+ [svgIcon]="windowRestoreIcon">
2471
2468
  </kendo-icon-wrapper>
2472
2469
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2473
2470
  <img [src]="imageUrl" class="k-image" role="presentation" />
2474
2471
  </span>
2475
2472
  <span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
2476
2473
  <span class="k-button-text"><ng-content></ng-content></span>
2477
- `, 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"] }] });
2478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowCloseActionDirective, decorators: [{
2474
+ `, 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"] }] });
2475
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowRestoreActionDirective, decorators: [{
2479
2476
  type: Component,
2480
2477
  args: [{
2481
- exportAs: 'kendoWindowCloseAction',
2478
+ exportAs: 'kendoWindowRestoreAction',
2482
2479
  providers: [
2483
2480
  LocalizationService,
2484
2481
  {
@@ -2486,13 +2483,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2486
2483
  useValue: 'kendo.button'
2487
2484
  }
2488
2485
  ],
2489
- selector: 'button[kendoWindowCloseAction]',
2486
+ selector: 'button[kendoWindowRestoreAction]',
2490
2487
  template: `
2491
2488
  <kendo-icon-wrapper
2492
2489
  *ngIf="!imageUrl && !iconClass"
2493
2490
  innerCssClass="k-button-icon"
2494
- name="close"
2495
- [svgIcon]="xIcon">
2491
+ name="window-restore"
2492
+ [svgIcon]="windowRestoreIcon">
2496
2493
  </kendo-icon-wrapper>
2497
2494
  <span *ngIf="imageUrl" class="k-button-icon k-icon">
2498
2495
  <img [src]="imageUrl" class="k-image" role="presentation" />
@@ -2516,6 +2513,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
2516
2513
  }], onClick: [{
2517
2514
  type: HostListener,
2518
2515
  args: ['click']
2516
+ }], visible: [{
2517
+ type: HostBinding,
2518
+ args: ['style.display']
2519
2519
  }] } });
2520
2520
 
2521
2521
  /**
@@ -3067,8 +3067,8 @@ class WindowComponent {
3067
3067
  }
3068
3068
  }
3069
3069
  }
3070
- 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 });
3071
- 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: [
3070
+ 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 });
3071
+ 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: [
3072
3072
  DragResizeService,
3073
3073
  NavigationService,
3074
3074
  LocalizationService,
@@ -3120,8 +3120,8 @@ WindowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
3120
3120
  </ng-template>
3121
3121
 
3122
3122
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
3123
- `, 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"] }] });
3124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowComponent, decorators: [{
3123
+ `, 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"] }] });
3124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowComponent, decorators: [{
3125
3125
  type: Component,
3126
3126
  args: [{
3127
3127
  exportAs: 'kendoWindow',
@@ -3304,9 +3304,9 @@ class WindowContainerService {
3304
3304
  }
3305
3305
  }
3306
3306
  WindowContainerService.container = null;
3307
- WindowContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3308
- WindowContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowContainerService });
3309
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowContainerService, decorators: [{
3307
+ WindowContainerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3308
+ WindowContainerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowContainerService });
3309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowContainerService, decorators: [{
3310
3310
  type: Injectable
3311
3311
  }] });
3312
3312
 
@@ -3504,9 +3504,9 @@ class WindowService {
3504
3504
  };
3505
3505
  }
3506
3506
  }
3507
- 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 });
3508
- WindowService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowService });
3509
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowService, decorators: [{
3507
+ 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 });
3508
+ WindowService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowService });
3509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowService, decorators: [{
3510
3510
  type: Injectable
3511
3511
  }], ctorParameters: function () {
3512
3512
  return [{ type: i0.ComponentFactoryResolver }, { type: WindowContainerService, decorators: [{
@@ -3530,9 +3530,9 @@ class DialogContainerDirective {
3530
3530
  service.container = container;
3531
3531
  }
3532
3532
  }
3533
- 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 });
3534
- DialogContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DialogContainerDirective, selector: "[kendoDialogContainer]", ngImport: i0 });
3535
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogContainerDirective, decorators: [{
3533
+ 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 });
3534
+ DialogContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DialogContainerDirective, selector: "[kendoDialogContainer]", ngImport: i0 });
3535
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogContainerDirective, decorators: [{
3536
3536
  type: Directive,
3537
3537
  args: [{
3538
3538
  selector: '[kendoDialogContainer]'
@@ -3552,14 +3552,14 @@ class CustomMessagesComponent extends Messages {
3552
3552
  return true;
3553
3553
  }
3554
3554
  }
3555
- CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
3556
- CustomMessagesComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: CustomMessagesComponent, selector: "kendo-dialog-messages, kendo-window-messages", providers: [
3555
+ CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
3556
+ CustomMessagesComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CustomMessagesComponent, selector: "kendo-dialog-messages, kendo-window-messages", providers: [
3557
3557
  {
3558
3558
  provide: Messages,
3559
3559
  useExisting: forwardRef(() => CustomMessagesComponent)
3560
3560
  }
3561
3561
  ], usesInheritance: true, ngImport: i0 });
3562
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CustomMessagesComponent, decorators: [{
3562
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CustomMessagesComponent, decorators: [{
3563
3563
  type: Directive,
3564
3564
  args: [{
3565
3565
  providers: [
@@ -3586,14 +3586,14 @@ const SHARED_DIRECTIVES = [
3586
3586
  */
3587
3587
  class SharedModule {
3588
3588
  }
3589
- SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3590
- SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedModule, declarations: [DialogActionsComponent,
3589
+ SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3590
+ SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, declarations: [DialogActionsComponent,
3591
3591
  CustomMessagesComponent,
3592
3592
  LocalizedMessagesDirective], imports: [CommonModule, IconsModule, ButtonModule], exports: [DialogActionsComponent,
3593
3593
  CustomMessagesComponent,
3594
3594
  LocalizedMessagesDirective, CommonModule, IconsModule, ButtonModule] });
3595
- SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedModule, imports: [[CommonModule, IconsModule, ButtonModule], CommonModule, IconsModule, ButtonModule] });
3596
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SharedModule, decorators: [{
3595
+ SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, imports: [CommonModule, IconsModule, ButtonModule, CommonModule, IconsModule, ButtonModule] });
3596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, decorators: [{
3597
3597
  type: NgModule,
3598
3598
  args: [{
3599
3599
  declarations: [SHARED_DIRECTIVES],
@@ -3633,12 +3633,12 @@ const DIALOG_DIRECTIVES = [
3633
3633
  */
3634
3634
  class DialogModule {
3635
3635
  }
3636
- DialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3637
- DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, declarations: [DialogComponent,
3636
+ DialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3637
+ DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DialogModule, declarations: [DialogComponent,
3638
3638
  DialogTitleBarComponent, DialogContainerDirective], imports: [SharedModule, WatermarkModule], exports: [DialogComponent,
3639
3639
  DialogTitleBarComponent, DialogActionsComponent, CustomMessagesComponent, LocalizedMessagesDirective, DialogContainerDirective] });
3640
- DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, providers: [DialogContainerService, DialogService], imports: [[SharedModule, WatermarkModule]] });
3641
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, decorators: [{
3640
+ DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogModule, providers: [DialogContainerService, DialogService], imports: [SharedModule, WatermarkModule] });
3641
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogModule, decorators: [{
3642
3642
  type: NgModule,
3643
3643
  args: [{
3644
3644
  declarations: [DIALOG_DIRECTIVES, DialogContainerDirective],
@@ -3664,9 +3664,9 @@ class WindowContainerDirective {
3664
3664
  service.container = container;
3665
3665
  }
3666
3666
  }
3667
- 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 });
3668
- WindowContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: WindowContainerDirective, selector: "[kendoWindowContainer]", ngImport: i0 });
3669
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowContainerDirective, decorators: [{
3667
+ 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 });
3668
+ WindowContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: WindowContainerDirective, selector: "[kendoWindowContainer]", ngImport: i0 });
3669
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowContainerDirective, decorators: [{
3670
3670
  type: Directive,
3671
3671
  args: [{
3672
3672
  selector: '[kendoWindowContainer]'
@@ -3718,8 +3718,8 @@ const exportedModules = [
3718
3718
  */
3719
3719
  class WindowModule {
3720
3720
  }
3721
- WindowModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3722
- WindowModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowModule, declarations: [ResizeHandleDirective,
3721
+ WindowModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3722
+ WindowModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: WindowModule, declarations: [ResizeHandleDirective,
3723
3723
  WindowComponent,
3724
3724
  WindowTitleBarComponent,
3725
3725
  WindowCloseActionDirective,
@@ -3731,8 +3731,8 @@ WindowModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
3731
3731
  WindowMaximizeActionDirective,
3732
3732
  WindowRestoreActionDirective,
3733
3733
  WindowTitleBarComponent, DialogActionsComponent, CustomMessagesComponent, LocalizedMessagesDirective, WindowContainerDirective] });
3734
- WindowModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowModule, providers: [WindowContainerService, WindowService], imports: [[SharedModule, DraggableModule, WatermarkModule]] });
3735
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WindowModule, decorators: [{
3734
+ WindowModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowModule, providers: [WindowContainerService, WindowService], imports: [SharedModule, DraggableModule, WatermarkModule] });
3735
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: WindowModule, decorators: [{
3736
3736
  type: NgModule,
3737
3737
  args: [{
3738
3738
  declarations: [WINDOW_DIRECTIVES, WindowContainerDirective],
@@ -3770,10 +3770,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
3770
3770
  */
3771
3771
  class DialogsModule {
3772
3772
  }
3773
- DialogsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3774
- DialogsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogsModule, exports: [DialogModule, WindowModule] });
3775
- DialogsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogsModule, imports: [DialogModule, WindowModule] });
3776
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogsModule, decorators: [{
3773
+ DialogsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3774
+ DialogsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DialogsModule, exports: [DialogModule, WindowModule] });
3775
+ DialogsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogsModule, imports: [DialogModule, WindowModule] });
3776
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DialogsModule, decorators: [{
3777
3777
  type: NgModule,
3778
3778
  args: [{
3779
3779
  exports: [DialogModule, WindowModule]