@progress/kendo-angular-dialog 22.1.0-develop.8 → 23.0.0-develop.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ import { DialogActionDivider } from './models/dialog-action-divider';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the action buttons of the Dialog.
12
- * ([See example.]({% slug actionbuttons_dialog %}))
12
+ * ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/action-buttons))
13
13
  *
14
14
  * ```html
15
15
  * <kendo-dialog>
@@ -7,7 +7,7 @@ import { DialogContainerService } from './dialog-container.service';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents an insertion point for Dialogs created through the Dialog service.
10
- * The created Dialogs mount after this element. ([See example.]({% slug api_dialog_dialogservice %}#toc-open))
10
+ * The created Dialogs mount after this element. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogservice#open))
11
11
  *
12
12
  * @example
13
13
  * ```html
@@ -8,7 +8,7 @@ import { DialogTitleBarComponent } from './dialog-titlebar.component';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Serves as the base class for a component provided as Dialog content through the `content` property.
11
- * ([See example.](slug:service_dialog#toc-single-component-rendering)).
11
+ * ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service#single-component-rendering)).
12
12
  *
13
13
  */
14
14
  export declare class DialogContentBase {
@@ -8,9 +8,9 @@ import { PreventableEvent } from '../common/preventable-event';
8
8
  import { SVGIcon } from '@progress/kendo-svg-icons';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents the [Kendo UI DialogTitleBar component for Angular]({% slug api_dialog_dialogtitlebarcomponent %}).
11
+ * Represents the [Kendo UI DialogTitleBar component for Angular](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogtitlebarcomponent).
12
12
  *
13
- * Use this component as part of the Dialog content when you create the Dialog dynamically with an [Angular service]({% slug service_dialog %}).
13
+ * Use this component as part of the Dialog content when you create the Dialog dynamically with an [Angular service](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service).
14
14
  *
15
15
  * ```html
16
16
  * <kendo-dialog>
@@ -7,13 +7,14 @@ import { AnimationBuilder } from '@angular/animations';
7
7
  import { DialogActionsComponent } from './dialog-actions.component';
8
8
  import { DialogTitleBarComponent } from './dialog-titlebar.component';
9
9
  import { LocalizationService } from '@progress/kendo-angular-l10n';
10
+ import { LicenseMessage } from '@progress/kendo-licensing';
10
11
  import { ActionsLayout } from '../common/actions-layout';
11
12
  import { DialogAction } from './models/dialog-action';
12
13
  import { DialogAnimation } from './models/dialog-animation';
13
14
  import { DialogThemeColor } from './models';
14
15
  import * as i0 from "@angular/core";
15
16
  /**
16
- * Represents the [Kendo UI Dialog component for Angular]({% slug overview_dialog_dialogs %}).
17
+ * Represents the [Kendo UI Dialog component for Angular](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog).
17
18
  *
18
19
  * Use this component to display modal dialog windows in your application.
19
20
  *
@@ -55,7 +56,7 @@ export declare class DialogComponent implements AfterContentInit, AfterViewInit,
55
56
  */
56
57
  actionsLayout: ActionsLayout;
57
58
  /**
58
- * Sets the query selector for the element to receive initial focus. ([See examples.]({% slug initial_focus_dialog %}))
59
+ * Sets the query selector for the element to receive initial focus. ([See examples.](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/initial-focus))
59
60
  *
60
61
  * @type {string}
61
62
  */
@@ -103,7 +104,7 @@ export declare class DialogComponent implements AfterContentInit, AfterViewInit,
103
104
  */
104
105
  maxHeight: number | string;
105
106
  /**
106
- * Configures the Dialog opening animation ([see example]({% slug animations_dialog %})).
107
+ * Configures the Dialog opening animation ([see example](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/animations)).
107
108
  * The default animation type is `translate` and the duration is `300ms`.
108
109
  *
109
110
  * @type {boolean | DialogAnimation}
@@ -154,7 +155,7 @@ export declare class DialogComponent implements AfterContentInit, AfterViewInit,
154
155
  /**
155
156
  * @hidden
156
157
  */
157
- licenseMessage?: string;
158
+ licenseMessage?: LicenseMessage;
158
159
  /**
159
160
  * Emits when the user clicks an action button in the Dialog. Fires only if you specify action buttons through the `actions` option.
160
161
  *
@@ -8,7 +8,7 @@ import { DialogRef } from './models/dialog-ref';
8
8
  import { DialogSettings } from './models';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Provides a service for opening Dialog windows dynamically ([see example]({% slug service_dialog %})).
11
+ * Provides a service for opening Dialog windows dynamically ([see example](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service)).
12
12
  */
13
13
  export declare class DialogService {
14
14
  /**
@@ -23,7 +23,7 @@ export declare class DialogService {
23
23
  resolver: ComponentFactoryResolver, containerService: DialogContainerService);
24
24
  /**
25
25
  * Opens a Dialog window. Requires an element in the application that uses the
26
- * [`kendoDialogContainer`]({% slug api_dialog_dialogcontainerdirective %}) directive.
26
+ * [`kendoDialogContainer`](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogcontainerdirective) directive.
27
27
  * The created Dialog mounts in the DOM directly after that element.
28
28
  *
29
29
  * @param {DialogAction} options - The options that define the Dialog.
@@ -7,7 +7,7 @@ import { SVGIcon } from "@progress/kendo-svg-icons";
7
7
  /**
8
8
  * Represents the settings for Dialog actions when you open a Dialog through `DialogService`.
9
9
  *
10
- * Use the `DialogAction` class to configure action buttons in the Dialog. ([See example.]({% slug api_dialog_dialogservice %}#toc-open))
10
+ * Use the `DialogAction` class to configure action buttons in the Dialog. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogservice#open))
11
11
  *
12
12
  */
13
13
  export declare class DialogAction {
@@ -28,11 +28,11 @@ export declare class DialogAction {
28
28
  */
29
29
  cssClass?: any;
30
30
  /**
31
- * Sets the [SVG icon](slug:svgicon_list) to display in the action button.
31
+ * Sets the [SVG icon](https://www.telerik.com/kendo-angular-ui/components/icons/svgicon/svgicon-list) to display in the action button.
32
32
  */
33
33
  svgIcon?: SVGIcon;
34
34
  /**
35
- * Sets the name of the [font icon](slug:icon_list) to display in the action button.
35
+ * Sets the name of the [font icon](https://www.telerik.com/kendo-angular-ui/components/icons/icon/icon-list) to display in the action button.
36
36
  */
37
37
  icon?: string;
38
38
  /**
@@ -7,7 +7,7 @@ import { AnimationDirection } from '../../common/dialog-animation-direction';
7
7
  /**
8
8
  * Represents the settings for Dialog animations when you open the Dialog component.
9
9
  *
10
- * Use the `DialogAnimation` interface to configure animation duration, type, and direction. ([See example.]({% slug animations_dialog %}))
10
+ * Use the `DialogAnimation` interface to configure animation duration, type, and direction. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/animations))
11
11
  *
12
12
  */
13
13
  export interface DialogAnimation {
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * Represents the result when the **Close** button is clicked in a Dialog opened through `DialogService`.
7
7
  *
8
- * Used when the results from the Dialogs that are opened through `DialogService` are filtered. ([See example.]({% slug api_dialog_dialogservice %}#toc-open))
8
+ * Used when the results from the Dialogs that are opened through `DialogService` are filtered. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogservice#open))
9
9
  *
10
10
  */
11
11
  export declare class DialogCloseResult {
@@ -9,7 +9,7 @@ import { DialogResult } from './dialog-result';
9
9
  /**
10
10
  * Holds references to the Dialog instance and published events when you open a Dialog through the `DialogService`.
11
11
  *
12
- * Use the `DialogRef` class to control and interact with Dialogs opened programmatically. ([See example.]({% slug api_dialog_dialogservice %}#toc-open))
12
+ * Use the `DialogRef` class to control and interact with Dialogs opened programmatically. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogservice#open))
13
13
  *
14
14
  */
15
15
  export declare class DialogRef {
@@ -22,7 +22,7 @@ export declare class DialogRef {
22
22
  */
23
23
  dialog: ComponentRef<DialogComponent>;
24
24
  /**
25
- * A reference to the child component of the Dialog. Available when the Dialog is opened with [component content](slug:service_dialog#toc-rendering-the-content-area).
25
+ * A reference to the child component of the Dialog. Available when the Dialog is opened with [component content](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service#rendering-the-content-area).
26
26
  */
27
27
  content: ComponentRef<any>;
28
28
  /**
@@ -7,8 +7,8 @@ import { DialogCloseResult } from "./dialog-close-result";
7
7
  /**
8
8
  * Represents the possible result types of the Dialog.
9
9
  *
10
- * Use the `DialogResult` type to handle the result when a Dialog closes. If the result is a [`DialogCloseResult`]({% slug api_dialog_dialogcloseresult %}), the **Close** button was clicked.
11
- * Otherwise, the value is the configuration of the action button that was clicked. ([See example.]({% slug api_dialog_dialogservice %}#toc-open))
10
+ * Use the `DialogResult` type to handle the result when a Dialog closes. If the result is a [`DialogCloseResult`](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogcloseresult), the **Close** button was clicked.
11
+ * Otherwise, the value is the configuration of the action button that was clicked. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogservice#open))
12
12
  *
13
13
  */
14
14
  export type DialogResult = DialogCloseResult | DialogAction;
@@ -10,14 +10,14 @@ import { DialogResult } from "./dialog-result";
10
10
  import { DialogThemeColor } from "./theme-color";
11
11
  /**
12
12
  * Represents the settings for opening a Dialog through the `DialogService`.
13
- * ([See example.]({% slug api_dialog_dialogservice %}#toc-open))
13
+ * ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogservice#open))
14
14
  *
15
15
  */
16
16
  export declare class DialogSettings {
17
17
  /**
18
18
  * Use the `preventAction` callback to check if the pressed Dialog action should be prevented. If `true`, the Dialog does not close.
19
19
  * If the **Close** button in the title bar is clicked, `DialogResult` is a `DialogCloseResult` instance.
20
- * If the action buttons are used to close the Dialog, `DialogResult` contains the object passed when opening the Dialog. ([See example.](slug:service_dialog#toc-dialog-close-prevention))
20
+ * If the action buttons are used to close the Dialog, `DialogResult` contains the object passed when opening the Dialog. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service#dialog-close-prevention))
21
21
  * @param {DialogResult} ev The Dialog result.
22
22
  * @param {DialogRef} [dialogRef] The Dialog reference, provided only when you create the Dialog using a component.
23
23
  * @returns Returns `true` to prevent closing the Dialog.
@@ -32,7 +32,7 @@ export declare class DialogSettings {
32
32
  */
33
33
  cssClass?: any;
34
34
  /**
35
- * Configures the Dialog opening `animation` ([see example]({% slug animations_dialog %})).
35
+ * Configures the Dialog opening `animation` ([see example](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/animations)).
36
36
  * @default { type: 'translate', duration: 300 }
37
37
  */
38
38
  animation?: boolean | DialogAnimation;
@@ -43,7 +43,7 @@ export declare class DialogSettings {
43
43
  [key: string]: string;
44
44
  };
45
45
  /**
46
- * Defines the Dialog `content`. ([See example.](slug:service_dialog#toc-rendering-the-content-area))
46
+ * Defines the Dialog `content`. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service#rendering-the-content-area))
47
47
  */
48
48
  content?: string | TemplateRef<any> | Function;
49
49
  /**
@@ -22,7 +22,7 @@ import { IconWrapperComponent, IconsService } from '@progress/kendo-angular-icon
22
22
 
23
23
  /**
24
24
  * Represents the action buttons of the Dialog.
25
- * ([See example.]({% slug actionbuttons_dialog %}))
25
+ * ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/action-buttons))
26
26
  *
27
27
  * ```html
28
28
  * <kendo-dialog>
@@ -338,9 +338,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
338
338
  }], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
339
339
 
340
340
  /**
341
- * Represents the [Kendo UI DialogTitleBar component for Angular]({% slug api_dialog_dialogtitlebarcomponent %}).
341
+ * Represents the [Kendo UI DialogTitleBar component for Angular](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogtitlebarcomponent).
342
342
  *
343
- * Use this component as part of the Dialog content when you create the Dialog dynamically with an [Angular service]({% slug service_dialog %}).
343
+ * Use this component as part of the Dialog content when you create the Dialog dynamically with an [Angular service](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service).
344
344
  *
345
345
  * ```html
346
346
  * <kendo-dialog>
@@ -503,7 +503,7 @@ const packageMetadata = {
503
503
  productCode: 'KENDOUIANGULAR',
504
504
  productCodes: ['KENDOUIANGULAR'],
505
505
  publishDate: 0,
506
- version: '22.1.0-develop.8',
506
+ version: '23.0.0-develop.1',
507
507
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
508
508
  };
509
509
 
@@ -672,7 +672,7 @@ const findPrimaryButton = (buttons) => {
672
672
  /**
673
673
  * Represents the result when the **Close** button is clicked in a Dialog opened through `DialogService`.
674
674
  *
675
- * Used when the results from the Dialogs that are opened through `DialogService` are filtered. ([See example.]({% slug api_dialog_dialogservice %}#toc-open))
675
+ * Used when the results from the Dialogs that are opened through `DialogService` are filtered. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogservice#open))
676
676
  *
677
677
  */
678
678
  class DialogCloseResult {
@@ -774,7 +774,7 @@ const animateContent = (animation, defAnimationConfig, animatedElement, builder)
774
774
 
775
775
  const DEFAULT_ANIMATION_CONFIG = { duration: 300, type: 'translate' };
776
776
  /**
777
- * Represents the [Kendo UI Dialog component for Angular]({% slug overview_dialog_dialogs %}).
777
+ * Represents the [Kendo UI Dialog component for Angular](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog).
778
778
  *
779
779
  * Use this component to display modal dialog windows in your application.
780
780
  *
@@ -816,7 +816,7 @@ class DialogComponent {
816
816
  */
817
817
  actionsLayout = 'stretched';
818
818
  /**
819
- * Sets the query selector for the element to receive initial focus. ([See examples.]({% slug initial_focus_dialog %}))
819
+ * Sets the query selector for the element to receive initial focus. ([See examples.](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/initial-focus))
820
820
  *
821
821
  * @type {string}
822
822
  */
@@ -864,7 +864,7 @@ class DialogComponent {
864
864
  */
865
865
  maxHeight;
866
866
  /**
867
- * Configures the Dialog opening animation ([see example]({% slug animations_dialog %})).
867
+ * Configures the Dialog opening animation ([see example](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/animations)).
868
868
  * The default animation type is `translate` and the duration is `300ms`.
869
869
  *
870
870
  * @type {boolean | DialogAnimation}
@@ -958,7 +958,7 @@ class DialogComponent {
958
958
  dialog;
959
959
  _htmlAttributes;
960
960
  _cssClass;
961
- _themeColor = null;
961
+ _themeColor = undefined;
962
962
  direction;
963
963
  subscriptions = [];
964
964
  domSubs = new Subscription();
@@ -1248,7 +1248,7 @@ class DialogComponent {
1248
1248
  closeTitle="Close"
1249
1249
  >
1250
1250
  <div class="k-overlay" @overlayAppear></div>
1251
-
1251
+
1252
1252
  <div #dialog class="k-window k-dialog" role="dialog" aria-modal="true" [ngStyle]="styles">
1253
1253
  @if (title) {
1254
1254
  <kendo-dialog-titlebar [closeTitle]="closeTitle" [id]="titleId">{{ title }}</kendo-dialog-titlebar>
@@ -1256,7 +1256,7 @@ class DialogComponent {
1256
1256
  @if (!title) {
1257
1257
  <ng-content select="kendo-dialog-titlebar"></ng-content>
1258
1258
  }
1259
-
1259
+
1260
1260
  <div [id]="contentId" class="k-window-content k-dialog-content">
1261
1261
  @if (!contentTemplate) {
1262
1262
  <ng-content></ng-content>
@@ -1265,14 +1265,14 @@ class DialogComponent {
1265
1265
  <ng-template [ngTemplateOutlet]="contentTemplate"></ng-template>
1266
1266
  }
1267
1267
  </div>
1268
-
1268
+
1269
1269
  @if (!actions) {
1270
1270
  <ng-content select="kendo-dialog-actions"></ng-content>
1271
1271
  }
1272
1272
  @if (actions) {
1273
1273
  <kendo-dialog-actions [actions]="actions" [layout]="actionsLayout"> </kendo-dialog-actions>
1274
1274
  }
1275
-
1275
+
1276
1276
  @if (showLicenseWatermark) {
1277
1277
  <div kendoWatermarkOverlay [licenseMessage]="licenseMessage"></div>
1278
1278
  }
@@ -1314,7 +1314,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
1314
1314
  closeTitle="Close"
1315
1315
  >
1316
1316
  <div class="k-overlay" @overlayAppear></div>
1317
-
1317
+
1318
1318
  <div #dialog class="k-window k-dialog" role="dialog" aria-modal="true" [ngStyle]="styles">
1319
1319
  @if (title) {
1320
1320
  <kendo-dialog-titlebar [closeTitle]="closeTitle" [id]="titleId">{{ title }}</kendo-dialog-titlebar>
@@ -1322,7 +1322,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
1322
1322
  @if (!title) {
1323
1323
  <ng-content select="kendo-dialog-titlebar"></ng-content>
1324
1324
  }
1325
-
1325
+
1326
1326
  <div [id]="contentId" class="k-window-content k-dialog-content">
1327
1327
  @if (!contentTemplate) {
1328
1328
  <ng-content></ng-content>
@@ -1331,14 +1331,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
1331
1331
  <ng-template [ngTemplateOutlet]="contentTemplate"></ng-template>
1332
1332
  }
1333
1333
  </div>
1334
-
1334
+
1335
1335
  @if (!actions) {
1336
1336
  <ng-content select="kendo-dialog-actions"></ng-content>
1337
1337
  }
1338
1338
  @if (actions) {
1339
1339
  <kendo-dialog-actions [actions]="actions" [layout]="actionsLayout"> </kendo-dialog-actions>
1340
1340
  }
1341
-
1341
+
1342
1342
  @if (showLicenseWatermark) {
1343
1343
  <div kendoWatermarkOverlay [licenseMessage]="licenseMessage"></div>
1344
1344
  }
@@ -1402,7 +1402,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
1402
1402
  /**
1403
1403
  * Holds references to the Dialog instance and published events when you open a Dialog through the `DialogService`.
1404
1404
  *
1405
- * Use the `DialogRef` class to control and interact with Dialogs opened programmatically. ([See example.]({% slug api_dialog_dialogservice %}#toc-open))
1405
+ * Use the `DialogRef` class to control and interact with Dialogs opened programmatically. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogservice#open))
1406
1406
  *
1407
1407
  */
1408
1408
  class DialogRef {
@@ -1415,7 +1415,7 @@ class DialogRef {
1415
1415
  */
1416
1416
  dialog;
1417
1417
  /**
1418
- * A reference to the child component of the Dialog. Available when the Dialog is opened with [component content](slug:service_dialog#toc-rendering-the-content-area).
1418
+ * A reference to the child component of the Dialog. Available when the Dialog is opened with [component content](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service#rendering-the-content-area).
1419
1419
  */
1420
1420
  content;
1421
1421
  /**
@@ -1437,7 +1437,7 @@ class DialogRef {
1437
1437
 
1438
1438
  /**
1439
1439
  * Serves as the base class for a component provided as Dialog content through the `content` property.
1440
- * ([See example.](slug:service_dialog#toc-single-component-rendering)).
1440
+ * ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service#single-component-rendering)).
1441
1441
  *
1442
1442
  */
1443
1443
  class DialogContentBase {
@@ -1506,7 +1506,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
1506
1506
  /**
1507
1507
  * Represents the settings for Dialog actions when you open a Dialog through `DialogService`.
1508
1508
  *
1509
- * Use the `DialogAction` class to configure action buttons in the Dialog. ([See example.]({% slug api_dialog_dialogservice %}#toc-open))
1509
+ * Use the `DialogAction` class to configure action buttons in the Dialog. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogservice#open))
1510
1510
  *
1511
1511
  */
1512
1512
  class DialogAction {
@@ -1527,11 +1527,11 @@ class DialogAction {
1527
1527
  */
1528
1528
  cssClass;
1529
1529
  /**
1530
- * Sets the [SVG icon](slug:svgicon_list) to display in the action button.
1530
+ * Sets the [SVG icon](https://www.telerik.com/kendo-angular-ui/components/icons/svgicon/svgicon-list) to display in the action button.
1531
1531
  */
1532
1532
  svgIcon;
1533
1533
  /**
1534
- * Sets the name of the [font icon](slug:icon_list) to display in the action button.
1534
+ * Sets the name of the [font icon](https://www.telerik.com/kendo-angular-ui/components/icons/icon/icon-list) to display in the action button.
1535
1535
  */
1536
1536
  icon;
1537
1537
  /**
@@ -1542,14 +1542,14 @@ class DialogAction {
1542
1542
 
1543
1543
  /**
1544
1544
  * Represents the settings for opening a Dialog through the `DialogService`.
1545
- * ([See example.]({% slug api_dialog_dialogservice %}#toc-open))
1545
+ * ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogservice#open))
1546
1546
  *
1547
1547
  */
1548
1548
  class DialogSettings {
1549
1549
  /**
1550
1550
  * Use the `preventAction` callback to check if the pressed Dialog action should be prevented. If `true`, the Dialog does not close.
1551
1551
  * If the **Close** button in the title bar is clicked, `DialogResult` is a `DialogCloseResult` instance.
1552
- * If the action buttons are used to close the Dialog, `DialogResult` contains the object passed when opening the Dialog. ([See example.](slug:service_dialog#toc-dialog-close-prevention))
1552
+ * If the action buttons are used to close the Dialog, `DialogResult` contains the object passed when opening the Dialog. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service#dialog-close-prevention))
1553
1553
  * @param {DialogResult} ev The Dialog result.
1554
1554
  * @param {DialogRef} [dialogRef] The Dialog reference, provided only when you create the Dialog using a component.
1555
1555
  * @returns Returns `true` to prevent closing the Dialog.
@@ -1564,7 +1564,7 @@ class DialogSettings {
1564
1564
  */
1565
1565
  cssClass;
1566
1566
  /**
1567
- * Configures the Dialog opening `animation` ([see example]({% slug animations_dialog %})).
1567
+ * Configures the Dialog opening `animation` ([see example](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/animations)).
1568
1568
  * @default { type: 'translate', duration: 300 }
1569
1569
  */
1570
1570
  animation;
@@ -1573,7 +1573,7 @@ class DialogSettings {
1573
1573
  */
1574
1574
  htmlAttributes;
1575
1575
  /**
1576
- * Defines the Dialog `content`. ([See example.](slug:service_dialog#toc-rendering-the-content-area))
1576
+ * Defines the Dialog `content`. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service#rendering-the-content-area))
1577
1577
  */
1578
1578
  content;
1579
1579
  /**
@@ -1649,7 +1649,7 @@ class DialogInjector {
1649
1649
  }
1650
1650
  }
1651
1651
  /**
1652
- * Provides a service for opening Dialog windows dynamically ([see example]({% slug service_dialog %})).
1652
+ * Provides a service for opening Dialog windows dynamically ([see example](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service)).
1653
1653
  */
1654
1654
  class DialogService {
1655
1655
  resolver;
@@ -1664,7 +1664,7 @@ class DialogService {
1664
1664
  }
1665
1665
  /**
1666
1666
  * Opens a Dialog window. Requires an element in the application that uses the
1667
- * [`kendoDialogContainer`]({% slug api_dialog_dialogcontainerdirective %}) directive.
1667
+ * [`kendoDialogContainer`](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogcontainerdirective) directive.
1668
1668
  * The created Dialog mounts in the DOM directly after that element.
1669
1669
  *
1670
1670
  * @param {DialogAction} options - The options that define the Dialog.
@@ -1754,14 +1754,14 @@ See https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service/.
1754
1754
  Multiple Title and/or Actions configurations detected.
1755
1755
  When using a component as content, provide the title and actions either in the component's markup
1756
1756
  or via the title and actions properties of the DialogSettings object, but not both.
1757
- See https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service/#toc-passing-title-content-and-actions-as-a-single-component'`);
1757
+ See https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service/#passing-title-content-and-actions-as-a-single-component'`);
1758
1758
  }
1759
1759
  }
1760
1760
  else if (hasContentTitle || hasContentActions) {
1761
1761
  console.warn(`
1762
1762
  When Title and/or Actions markup is provided in content component's template,
1763
1763
  the component needs to inherit the DialogContentBase class to ensure that close and result events are properly hooked.
1764
- See https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service/#toc-passing-title-content-and-actions-as-a-single-component'`);
1764
+ See https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/service/#passing-title-content-and-actions-as-a-single-component'`);
1765
1765
  }
1766
1766
  }
1767
1767
  return dialogRef;
@@ -2973,7 +2973,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
2973
2973
  }] } });
2974
2974
 
2975
2975
  /**
2976
- * Represents the [Kendo UI Window component for Angular]({% slug overview_window_dialogs %}).
2976
+ * Represents the [Kendo UI Window component for Angular](https://www.telerik.com/kendo-angular-ui/components/dialogs/window).
2977
2977
  *
2978
2978
  * @example
2979
2979
  * ```html
@@ -2992,7 +2992,7 @@ class WindowComponent {
2992
2992
  ngZone;
2993
2993
  localization;
2994
2994
  /**
2995
- * Specifies the query selector used to set the initial focus ([see examples]({% slug initial_focus_window %})).
2995
+ * Specifies the query selector used to set the initial focus ([see examples](https://www.telerik.com/kendo-angular-ui/components/dialogs/window/initial-focus)).
2996
2996
  */
2997
2997
  autoFocusedElement;
2998
2998
  /**
@@ -3228,7 +3228,7 @@ class WindowComponent {
3228
3228
  titleId = null;
3229
3229
  _htmlAttributes;
3230
3230
  _cssClass;
3231
- _themeColor = null;
3231
+ _themeColor = undefined;
3232
3232
  direction;
3233
3233
  draged = false;
3234
3234
  resized = false;
@@ -3325,7 +3325,7 @@ class WindowComponent {
3325
3325
  * The required style will be applied to the Window wrapper element and the
3326
3326
  * corresponding property of the component instance will be updated.
3327
3327
  * This method is intended to be used for sizing dynamically created components using the
3328
- * [`WindowService`]({% slug api_dialog_windowservice %})
3328
+ * [`WindowService`](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowservice)
3329
3329
  * @param dimension The option to update.
3330
3330
  * @param value The value in pixels.
3331
3331
  */
@@ -3338,7 +3338,7 @@ class WindowComponent {
3338
3338
  * The required style will be applied to the Window wrapper element and the
3339
3339
  * corresponding property of the component instance will be updated.
3340
3340
  * This method is intended to be used for positioning dynamically created components using the
3341
- * [`WindowService`]({% slug api_dialog_windowservice %})
3341
+ * [`WindowService`](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowservice)
3342
3342
  * @param offset The option to update.
3343
3343
  * @param value The value in pixels.
3344
3344
  */
@@ -3554,18 +3554,18 @@ class WindowComponent {
3554
3554
  <ng-container kendoWindowLocalizedMessages
3555
3555
  i18n-closeTitle="kendo.window.closeTitle|The title of the close button"
3556
3556
  closeTitle="Close"
3557
-
3557
+
3558
3558
  i18n-restoreTitle="kendo.window.restoreTitle|The title of the restore button"
3559
3559
  restoreTitle="Restore"
3560
-
3560
+
3561
3561
  i18n-maximizeTitle="kendo.window.maximizeTitle|The title of the maximize button"
3562
3562
  maximizeTitle="Maximize"
3563
-
3563
+
3564
3564
  i18n-minimizeTitle="kendo.window.minimizeTitle|The title of the minimize button"
3565
3565
  minimizeTitle="Minimize"
3566
3566
  >
3567
3567
  <ng-container>
3568
-
3568
+
3569
3569
  @if (showDefaultTitleBar) {
3570
3570
  <kendo-window-titlebar [template]="titleBarTemplate" [id]="titleId">
3571
3571
  <span class="k-window-title">{{ title }}</span>
@@ -3580,7 +3580,7 @@ class WindowComponent {
3580
3580
  @if (!showDefaultTitleBar) {
3581
3581
  <ng-content select="kendo-window-titlebar"></ng-content>
3582
3582
  }
3583
-
3583
+
3584
3584
  @if (state !== 'minimized' || keepContent) {
3585
3585
  <div
3586
3586
  [hidden]="state === 'minimized' && keepContent"
@@ -3594,7 +3594,7 @@ class WindowComponent {
3594
3594
  }
3595
3595
  </div>
3596
3596
  }
3597
-
3597
+
3598
3598
  @if (resizable) {
3599
3599
  @for (dir of resizeDirections; track dir) {
3600
3600
  <div
@@ -3604,7 +3604,7 @@ class WindowComponent {
3604
3604
  </div>
3605
3605
  }
3606
3606
  }
3607
-
3607
+
3608
3608
  @if (showLicenseWatermark) {
3609
3609
  <div kendoWatermarkOverlay [licenseMessage]="licenseMessage"></div>
3610
3610
  }
@@ -3628,18 +3628,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
3628
3628
  <ng-container kendoWindowLocalizedMessages
3629
3629
  i18n-closeTitle="kendo.window.closeTitle|The title of the close button"
3630
3630
  closeTitle="Close"
3631
-
3631
+
3632
3632
  i18n-restoreTitle="kendo.window.restoreTitle|The title of the restore button"
3633
3633
  restoreTitle="Restore"
3634
-
3634
+
3635
3635
  i18n-maximizeTitle="kendo.window.maximizeTitle|The title of the maximize button"
3636
3636
  maximizeTitle="Maximize"
3637
-
3637
+
3638
3638
  i18n-minimizeTitle="kendo.window.minimizeTitle|The title of the minimize button"
3639
3639
  minimizeTitle="Minimize"
3640
3640
  >
3641
3641
  <ng-container>
3642
-
3642
+
3643
3643
  @if (showDefaultTitleBar) {
3644
3644
  <kendo-window-titlebar [template]="titleBarTemplate" [id]="titleId">
3645
3645
  <span class="k-window-title">{{ title }}</span>
@@ -3654,7 +3654,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
3654
3654
  @if (!showDefaultTitleBar) {
3655
3655
  <ng-content select="kendo-window-titlebar"></ng-content>
3656
3656
  }
3657
-
3657
+
3658
3658
  @if (state !== 'minimized' || keepContent) {
3659
3659
  <div
3660
3660
  [hidden]="state === 'minimized' && keepContent"
@@ -3668,7 +3668,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
3668
3668
  }
3669
3669
  </div>
3670
3670
  }
3671
-
3671
+
3672
3672
  @if (resizable) {
3673
3673
  @for (dir of resizeDirections; track dir) {
3674
3674
  <div
@@ -3678,7 +3678,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
3678
3678
  </div>
3679
3679
  }
3680
3680
  }
3681
-
3681
+
3682
3682
  @if (showLicenseWatermark) {
3683
3683
  <div kendoWatermarkOverlay [licenseMessage]="licenseMessage"></div>
3684
3684
  }
@@ -3784,7 +3784,7 @@ class WindowCloseResult {
3784
3784
  }
3785
3785
 
3786
3786
  /**
3787
- * Holds references to the Window instance. Controls Windows opened through `WindowService`. ([See example.]({% slug api_dialog_windowservice %}#toc-open))
3787
+ * Holds references to the Window instance. Controls Windows opened through `WindowService`. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowservice#open))
3788
3788
  */
3789
3789
  class WindowRef {
3790
3790
  /**
@@ -3792,7 +3792,7 @@ class WindowRef {
3792
3792
  */
3793
3793
  window;
3794
3794
  /**
3795
- * Represents a reference to the child component of the Window. Available when you open the Window with [component content](slug:service_window#toc-rendering-the-content-area).
3795
+ * Represents a reference to the child component of the Window. Available when you open the Window with [component content](https://www.telerik.com/kendo-angular-ui/components/dialogs/window/service#rendering-the-content-area).
3796
3796
  */
3797
3797
  content;
3798
3798
  /**
@@ -3800,17 +3800,17 @@ class WindowRef {
3800
3800
  */
3801
3801
  close;
3802
3802
  /**
3803
- * Emits events when the Window is closed through the `Esc` key, the **Close** button of the title bar, or by calling the `close` method. When the Window is closed with the title bar button, `Esc`, or by calling `close` with no arguments, the result is of type [`WindowCloseResult`]({% slug api_dialog_windowcloseresult %}). When `close` is called with an argument, the result is the passed argument.
3803
+ * Emits events when the Window is closed through the `Esc` key, the **Close** button of the title bar, or by calling the `close` method. When the Window is closed with the title bar button, `Esc`, or by calling `close` with no arguments, the result is of type [`WindowCloseResult`](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowcloseresult). When `close` is called with an argument, the result is the passed argument.
3804
3804
  */
3805
3805
  result;
3806
3806
  }
3807
3807
 
3808
3808
  /**
3809
- * Represents the settings for the Window actions when you open a Window through `WindowService`. ([See example.]({% slug api_dialog_windowservice %}#toc-open))
3809
+ * Represents the settings for the Window actions when you open a Window through `WindowService`. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowservice#open))
3810
3810
  */
3811
3811
  class WindowSettings {
3812
3812
  /**
3813
- * Use the `preventClose` predicate to check if closing the Window should be prevented. Applies to clicking the **Close** button, pressing **Esc**, or calling the `close` method. Return `true` to prevent closing. If the **Close** button or **Esc** is used, a [`WindowCloseResult`]({% slug api_dialog_windowcloseresult %}) instance is passed.
3813
+ * Use the `preventClose` predicate to check if closing the Window should be prevented. Applies to clicking the **Close** button, pressing **Esc**, or calling the `close` method. Return `true` to prevent closing. If the **Close** button or **Esc** is used, a [`WindowCloseResult`](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowcloseresult) instance is passed.
3814
3814
  * @param {any} ev The event argument.
3815
3815
  * @param {WindowRef} [windowRef] - The window reference, provided only when you create the window using a component.
3816
3816
  * @returns Returns `true` to prevent closing the window.
@@ -3933,7 +3933,7 @@ class WindowInjector {
3933
3933
  /**
3934
3934
  * Provides methods for opening Windows dynamically.
3935
3935
  *
3936
- * Use this service to open a Window component and manage its lifecycle. ([See example.]({% slug service_window %}))
3936
+ * Use this service to open a Window component and manage its lifecycle. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/window/service))
3937
3937
  */
3938
3938
  class WindowService {
3939
3939
  resolver;
@@ -4110,7 +4110,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
4110
4110
 
4111
4111
  /**
4112
4112
  * Represents an insertion point for Dialogs created through the Dialog service.
4113
- * The created Dialogs mount after this element. ([See example.]({% slug api_dialog_dialogservice %}#toc-open))
4113
+ * The created Dialogs mount after this element. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/dialogservice#open))
4114
4114
  *
4115
4115
  * @example
4116
4116
  * ```html
@@ -4135,7 +4135,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
4135
4135
  /**
4136
4136
  * Represents a component for customizing the messages in Dialog and Window components.
4137
4137
  *
4138
- * Use the `CustomMessagesComponent` to override default messages with custom text. ([See example.](slug:globalization_dialogs#toc-internationalization)).
4138
+ * Use the `CustomMessagesComponent` to override default messages with custom text. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/globalization#internationalization)).
4139
4139
  *
4140
4140
  * @example
4141
4141
  * ```typescript
@@ -4191,7 +4191,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
4191
4191
 
4192
4192
  /**
4193
4193
  * Represents an insertion point for Windows created through the Window service.
4194
- * The created Windows mount after this element. ([See example.]({% slug api_dialog_windowservice %}#toc-open))
4194
+ * The created Windows mount after this element. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowservice#open))
4195
4195
  *
4196
4196
  * @example
4197
4197
  * ```html
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents a component for customizing the messages in Dialog and Window components.
10
10
  *
11
- * Use the `CustomMessagesComponent` to override default messages with custom text. ([See example.](slug:globalization_dialogs#toc-internationalization)).
11
+ * Use the `CustomMessagesComponent` to override default messages with custom text. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/globalization#internationalization)).
12
12
  *
13
13
  * @example
14
14
  * ```typescript
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1769420875,
11
- "version": "22.1.0-develop.8",
10
+ "publishDate": 1770286864,
11
+ "version": "23.0.0-develop.1",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dialog",
3
- "version": "22.1.0-develop.8",
3
+ "version": "23.0.0-develop.1",
4
4
  "description": "Dialog Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,7 +23,7 @@
23
23
  "package": {
24
24
  "productName": "Kendo UI for Angular",
25
25
  "productCode": "KENDOUIANGULAR",
26
- "publishDate": 1769420875,
26
+ "publishDate": 1770286864,
27
27
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
28
28
  }
29
29
  },
@@ -32,16 +32,16 @@
32
32
  "@angular/common": "19 - 21",
33
33
  "@angular/core": "19 - 21",
34
34
  "@angular/platform-browser": "19 - 21",
35
- "@progress/kendo-licensing": "^1.7.0",
36
- "@progress/kendo-angular-buttons": "22.1.0-develop.8",
37
- "@progress/kendo-angular-common": "22.1.0-develop.8",
38
- "@progress/kendo-angular-icons": "22.1.0-develop.8",
39
- "@progress/kendo-angular-l10n": "22.1.0-develop.8",
35
+ "@progress/kendo-licensing": "^1.10.0",
36
+ "@progress/kendo-angular-buttons": "23.0.0-develop.1",
37
+ "@progress/kendo-angular-common": "23.0.0-develop.1",
38
+ "@progress/kendo-angular-icons": "23.0.0-develop.1",
39
+ "@progress/kendo-angular-l10n": "23.0.0-develop.1",
40
40
  "rxjs": "^6.5.3 || ^7.0.0"
41
41
  },
42
42
  "dependencies": {
43
43
  "tslib": "^2.3.1",
44
- "@progress/kendo-angular-schematics": "22.1.0-develop.8",
44
+ "@progress/kendo-angular-schematics": "23.0.0-develop.1",
45
45
  "@progress/kendo-popup-common": "1.9.5"
46
46
  },
47
47
  "schematics": "./schematics/collection.json",
@@ -9,7 +9,7 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DialogsModule', package: 'dialog', peerDependencies: {
11
11
  // Peer dependency of buttons
12
- '@progress/kendo-angular-popup': '22.1.0-develop.8',
12
+ '@progress/kendo-angular-popup': '23.0.0-develop.1',
13
13
  // Peer dependency of icons
14
14
  '@progress/kendo-svg-icons': '^4.0.0'
15
15
  } });
@@ -7,7 +7,7 @@ import { Observable } from "rxjs";
7
7
  import { WindowComponent } from "../window.component";
8
8
  import { WindowCloseResult } from "./window-close-result";
9
9
  /**
10
- * Holds references to the Window instance. Controls Windows opened through `WindowService`. ([See example.]({% slug api_dialog_windowservice %}#toc-open))
10
+ * Holds references to the Window instance. Controls Windows opened through `WindowService`. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowservice#open))
11
11
  */
12
12
  export declare class WindowRef {
13
13
  /**
@@ -15,7 +15,7 @@ export declare class WindowRef {
15
15
  */
16
16
  window: ComponentRef<WindowComponent>;
17
17
  /**
18
- * Represents a reference to the child component of the Window. Available when you open the Window with [component content](slug:service_window#toc-rendering-the-content-area).
18
+ * Represents a reference to the child component of the Window. Available when you open the Window with [component content](https://www.telerik.com/kendo-angular-ui/components/dialogs/window/service#rendering-the-content-area).
19
19
  */
20
20
  content: ComponentRef<any>;
21
21
  /**
@@ -23,7 +23,7 @@ export declare class WindowRef {
23
23
  */
24
24
  close: Function;
25
25
  /**
26
- * Emits events when the Window is closed through the `Esc` key, the **Close** button of the title bar, or by calling the `close` method. When the Window is closed with the title bar button, `Esc`, or by calling `close` with no arguments, the result is of type [`WindowCloseResult`]({% slug api_dialog_windowcloseresult %}). When `close` is called with an argument, the result is the passed argument.
26
+ * Emits events when the Window is closed through the `Esc` key, the **Close** button of the title bar, or by calling the `close` method. When the Window is closed with the title bar button, `Esc`, or by calling `close` with no arguments, the result is of type [`WindowCloseResult`](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowcloseresult). When `close` is called with an argument, the result is the passed argument.
27
27
  */
28
28
  result: Observable<WindowCloseResult>;
29
29
  }
@@ -8,11 +8,11 @@ import { WindowRef } from './window-ref';
8
8
  import { WindowState } from './window-types';
9
9
  import { WindowThemeColor } from './theme-color';
10
10
  /**
11
- * Represents the settings for the Window actions when you open a Window through `WindowService`. ([See example.]({% slug api_dialog_windowservice %}#toc-open))
11
+ * Represents the settings for the Window actions when you open a Window through `WindowService`. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowservice#open))
12
12
  */
13
13
  export declare class WindowSettings {
14
14
  /**
15
- * Use the `preventClose` predicate to check if closing the Window should be prevented. Applies to clicking the **Close** button, pressing **Esc**, or calling the `close` method. Return `true` to prevent closing. If the **Close** button or **Esc** is used, a [`WindowCloseResult`]({% slug api_dialog_windowcloseresult %}) instance is passed.
15
+ * Use the `preventClose` predicate to check if closing the Window should be prevented. Applies to clicking the **Close** button, pressing **Esc**, or calling the `close` method. Return `true` to prevent closing. If the **Close** button or **Esc** is used, a [`WindowCloseResult`](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowcloseresult) instance is passed.
16
16
  * @param {any} ev The event argument.
17
17
  * @param {WindowRef} [windowRef] - The window reference, provided only when you create the window using a component.
18
18
  * @returns Returns `true` to prevent closing the window.
@@ -7,7 +7,7 @@ import { WindowContainerService } from './window-container.service';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents an insertion point for Windows created through the Window service.
10
- * The created Windows mount after this element. ([See example.]({% slug api_dialog_windowservice %}#toc-open))
10
+ * The created Windows mount after this element. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowservice#open))
11
11
  *
12
12
  * @example
13
13
  * ```html
@@ -4,6 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { OnInit, OnDestroy, AfterViewInit, EventEmitter, ElementRef, Renderer2, QueryList, NgZone, OnChanges, SimpleChange, TemplateRef } from '@angular/core';
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
+ import { LicenseMessage } from '@progress/kendo-licensing';
7
8
  import { DragResizeService } from './drag-resize.service';
8
9
  import { ResizeHandleDirective } from './window-resize-handle.directive';
9
10
  import { WindowTitleBarComponent } from './window-titlebar.component';
@@ -13,7 +14,7 @@ import { WindowMessages } from './models/window-messages';
13
14
  import { WindowThemeColor } from './models';
14
15
  import * as i0 from "@angular/core";
15
16
  /**
16
- * Represents the [Kendo UI Window component for Angular]({% slug overview_window_dialogs %}).
17
+ * Represents the [Kendo UI Window component for Angular](https://www.telerik.com/kendo-angular-ui/components/dialogs/window).
17
18
  *
18
19
  * @example
19
20
  * ```html
@@ -32,7 +33,7 @@ export declare class WindowComponent implements OnInit, OnDestroy, OnChanges, Af
32
33
  private ngZone;
33
34
  private localization;
34
35
  /**
35
- * Specifies the query selector used to set the initial focus ([see examples]({% slug initial_focus_window %})).
36
+ * Specifies the query selector used to set the initial focus ([see examples](https://www.telerik.com/kendo-angular-ui/components/dialogs/window/initial-focus)).
36
37
  */
37
38
  autoFocusedElement: string;
38
39
  /**
@@ -175,7 +176,7 @@ export declare class WindowComponent implements OnInit, OnDestroy, OnChanges, Af
175
176
  /**
176
177
  * @hidden
177
178
  */
178
- licenseMessage?: string;
179
+ licenseMessage?: LicenseMessage;
179
180
  tabIndex: number;
180
181
  role: string;
181
182
  hostClass: boolean;
@@ -217,7 +218,7 @@ export declare class WindowComponent implements OnInit, OnDestroy, OnChanges, Af
217
218
  * The required style will be applied to the Window wrapper element and the
218
219
  * corresponding property of the component instance will be updated.
219
220
  * This method is intended to be used for sizing dynamically created components using the
220
- * [`WindowService`]({% slug api_dialog_windowservice %})
221
+ * [`WindowService`](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowservice)
221
222
  * @param dimension The option to update.
222
223
  * @param value The value in pixels.
223
224
  */
@@ -227,7 +228,7 @@ export declare class WindowComponent implements OnInit, OnDestroy, OnChanges, Af
227
228
  * The required style will be applied to the Window wrapper element and the
228
229
  * corresponding property of the component instance will be updated.
229
230
  * This method is intended to be used for positioning dynamically created components using the
230
- * [`WindowService`]({% slug api_dialog_windowservice %})
231
+ * [`WindowService`](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowservice)
231
232
  * @param offset The option to update.
232
233
  * @param value The value in pixels.
233
234
  */
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Provides methods for opening Windows dynamically.
12
12
  *
13
- * Use this service to open a Window component and manage its lifecycle. ([See example.]({% slug service_window %}))
13
+ * Use this service to open a Window component and manage its lifecycle. ([See example.](https://www.telerik.com/kendo-angular-ui/components/dialogs/window/service))
14
14
  */
15
15
  export declare class WindowService {
16
16
  /**