@progress/kendo-angular-dialog 22.1.0-develop.9 → 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.
- package/dialog/dialog-actions.component.d.ts +1 -1
- package/dialog/dialog-container.directive.d.ts +1 -1
- package/dialog/dialog-content-base.d.ts +1 -1
- package/dialog/dialog-titlebar.component.d.ts +2 -2
- package/dialog/dialog.component.d.ts +3 -3
- package/dialog/dialog.service.d.ts +2 -2
- package/dialog/models/dialog-action.d.ts +3 -3
- package/dialog/models/dialog-animation.d.ts +1 -1
- package/dialog/models/dialog-close-result.d.ts +1 -1
- package/dialog/models/dialog-ref.d.ts +2 -2
- package/dialog/models/dialog-result.d.ts +2 -2
- package/dialog/models/dialog-settings.d.ts +4 -4
- package/fesm2022/progress-kendo-angular-dialog.mjs +37 -37
- package/localization/custom-messages.component.d.ts +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +7 -7
- package/schematics/ngAdd/index.js +1 -1
- package/window/models/window-ref.d.ts +3 -3
- package/window/models/window-settings.d.ts +2 -2
- package/window/window-container.directive.d.ts +1 -1
- package/window/window.component.d.ts +4 -4
- package/window/window.service.d.ts +1 -1
|
@@ -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.](
|
|
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.](
|
|
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.](
|
|
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](
|
|
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](
|
|
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>
|
|
@@ -14,7 +14,7 @@ import { DialogAnimation } from './models/dialog-animation';
|
|
|
14
14
|
import { DialogThemeColor } from './models';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
/**
|
|
17
|
-
* Represents the [Kendo UI Dialog component for Angular](
|
|
17
|
+
* Represents the [Kendo UI Dialog component for Angular](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog).
|
|
18
18
|
*
|
|
19
19
|
* Use this component to display modal dialog windows in your application.
|
|
20
20
|
*
|
|
@@ -56,7 +56,7 @@ export declare class DialogComponent implements AfterContentInit, AfterViewInit,
|
|
|
56
56
|
*/
|
|
57
57
|
actionsLayout: ActionsLayout;
|
|
58
58
|
/**
|
|
59
|
-
* Sets the query selector for the element to receive initial focus. ([See examples.](
|
|
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))
|
|
60
60
|
*
|
|
61
61
|
* @type {string}
|
|
62
62
|
*/
|
|
@@ -104,7 +104,7 @@ export declare class DialogComponent implements AfterContentInit, AfterViewInit,
|
|
|
104
104
|
*/
|
|
105
105
|
maxHeight: number | string;
|
|
106
106
|
/**
|
|
107
|
-
* Configures the Dialog opening animation ([see example](
|
|
107
|
+
* Configures the Dialog opening animation ([see example](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/animations)).
|
|
108
108
|
* The default animation type is `translate` and the duration is `300ms`.
|
|
109
109
|
*
|
|
110
110
|
* @type {boolean | DialogAnimation}
|
|
@@ -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](
|
|
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`](
|
|
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.](
|
|
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](
|
|
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](
|
|
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.](
|
|
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.](
|
|
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.](
|
|
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](
|
|
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`](
|
|
11
|
-
* Otherwise, the value is the configuration of the action button that was clicked. ([See example.](
|
|
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.](
|
|
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.](
|
|
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](
|
|
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.](
|
|
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.](
|
|
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](
|
|
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](
|
|
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: '
|
|
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.](
|
|
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](
|
|
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.](
|
|
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](
|
|
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 =
|
|
961
|
+
_themeColor = undefined;
|
|
962
962
|
direction;
|
|
963
963
|
subscriptions = [];
|
|
964
964
|
domSubs = new Subscription();
|
|
@@ -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.](
|
|
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](
|
|
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.](
|
|
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.](
|
|
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](
|
|
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](
|
|
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.](
|
|
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.](
|
|
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](
|
|
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.](
|
|
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](
|
|
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`](
|
|
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/#
|
|
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/#
|
|
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](
|
|
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](
|
|
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 =
|
|
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`](
|
|
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`](
|
|
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
|
*/
|
|
@@ -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.](
|
|
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](
|
|
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`](
|
|
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.](
|
|
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`](
|
|
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.](
|
|
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.](
|
|
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.](
|
|
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.](
|
|
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.](
|
|
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
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
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": "
|
|
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":
|
|
26
|
+
"publishDate": 1770286864,
|
|
27
27
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
28
28
|
}
|
|
29
29
|
},
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"@angular/core": "19 - 21",
|
|
34
34
|
"@angular/platform-browser": "19 - 21",
|
|
35
35
|
"@progress/kendo-licensing": "^1.10.0",
|
|
36
|
-
"@progress/kendo-angular-buttons": "
|
|
37
|
-
"@progress/kendo-angular-common": "
|
|
38
|
-
"@progress/kendo-angular-icons": "
|
|
39
|
-
"@progress/kendo-angular-l10n": "
|
|
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": "
|
|
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': '
|
|
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.](
|
|
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](
|
|
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`](
|
|
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.](
|
|
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`](
|
|
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.](
|
|
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
|
|
@@ -14,7 +14,7 @@ import { WindowMessages } from './models/window-messages';
|
|
|
14
14
|
import { WindowThemeColor } from './models';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
/**
|
|
17
|
-
* Represents the [Kendo UI Window component for Angular](
|
|
17
|
+
* Represents the [Kendo UI Window component for Angular](https://www.telerik.com/kendo-angular-ui/components/dialogs/window).
|
|
18
18
|
*
|
|
19
19
|
* @example
|
|
20
20
|
* ```html
|
|
@@ -33,7 +33,7 @@ export declare class WindowComponent implements OnInit, OnDestroy, OnChanges, Af
|
|
|
33
33
|
private ngZone;
|
|
34
34
|
private localization;
|
|
35
35
|
/**
|
|
36
|
-
* Specifies the query selector used to set the initial focus ([see examples](
|
|
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)).
|
|
37
37
|
*/
|
|
38
38
|
autoFocusedElement: string;
|
|
39
39
|
/**
|
|
@@ -218,7 +218,7 @@ export declare class WindowComponent implements OnInit, OnDestroy, OnChanges, Af
|
|
|
218
218
|
* The required style will be applied to the Window wrapper element and the
|
|
219
219
|
* corresponding property of the component instance will be updated.
|
|
220
220
|
* This method is intended to be used for sizing dynamically created components using the
|
|
221
|
-
* [`WindowService`](
|
|
221
|
+
* [`WindowService`](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowservice)
|
|
222
222
|
* @param dimension The option to update.
|
|
223
223
|
* @param value The value in pixels.
|
|
224
224
|
*/
|
|
@@ -228,7 +228,7 @@ export declare class WindowComponent implements OnInit, OnDestroy, OnChanges, Af
|
|
|
228
228
|
* The required style will be applied to the Window wrapper element and the
|
|
229
229
|
* corresponding property of the component instance will be updated.
|
|
230
230
|
* This method is intended to be used for positioning dynamically created components using the
|
|
231
|
-
* [`WindowService`](
|
|
231
|
+
* [`WindowService`](https://www.telerik.com/kendo-angular-ui/components/dialogs/api/windowservice)
|
|
232
232
|
* @param offset The option to update.
|
|
233
233
|
* @param value The value in pixels.
|
|
234
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.](
|
|
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
|
/**
|