@progress/kendo-angular-dialog 22.1.0-develop.8 → 22.1.0-develop.9
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.
|
@@ -7,6 +7,7 @@ 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';
|
|
@@ -154,7 +155,7 @@ export declare class DialogComponent implements AfterContentInit, AfterViewInit,
|
|
|
154
155
|
/**
|
|
155
156
|
* @hidden
|
|
156
157
|
*/
|
|
157
|
-
licenseMessage?:
|
|
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
|
*
|
|
@@ -503,7 +503,7 @@ const packageMetadata = {
|
|
|
503
503
|
productCode: 'KENDOUIANGULAR',
|
|
504
504
|
productCodes: ['KENDOUIANGULAR'],
|
|
505
505
|
publishDate: 0,
|
|
506
|
-
version: '22.1.0-develop.
|
|
506
|
+
version: '22.1.0-develop.9',
|
|
507
507
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
508
508
|
};
|
|
509
509
|
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "22.1.0-develop.
|
|
10
|
+
"publishDate": 1769599950,
|
|
11
|
+
"version": "22.1.0-develop.9",
|
|
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.
|
|
3
|
+
"version": "22.1.0-develop.9",
|
|
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": 1769599950,
|
|
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.
|
|
36
|
-
"@progress/kendo-angular-buttons": "22.1.0-develop.
|
|
37
|
-
"@progress/kendo-angular-common": "22.1.0-develop.
|
|
38
|
-
"@progress/kendo-angular-icons": "22.1.0-develop.
|
|
39
|
-
"@progress/kendo-angular-l10n": "22.1.0-develop.
|
|
35
|
+
"@progress/kendo-licensing": "^1.10.0",
|
|
36
|
+
"@progress/kendo-angular-buttons": "22.1.0-develop.9",
|
|
37
|
+
"@progress/kendo-angular-common": "22.1.0-develop.9",
|
|
38
|
+
"@progress/kendo-angular-icons": "22.1.0-develop.9",
|
|
39
|
+
"@progress/kendo-angular-l10n": "22.1.0-develop.9",
|
|
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.
|
|
44
|
+
"@progress/kendo-angular-schematics": "22.1.0-develop.9",
|
|
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.
|
|
12
|
+
'@progress/kendo-angular-popup': '22.1.0-develop.9',
|
|
13
13
|
// Peer dependency of icons
|
|
14
14
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
15
15
|
} });
|
|
@@ -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';
|
|
@@ -175,7 +176,7 @@ export declare class WindowComponent implements OnInit, OnDestroy, OnChanges, Af
|
|
|
175
176
|
/**
|
|
176
177
|
* @hidden
|
|
177
178
|
*/
|
|
178
|
-
licenseMessage?:
|
|
179
|
+
licenseMessage?: LicenseMessage;
|
|
179
180
|
tabIndex: number;
|
|
180
181
|
role: string;
|
|
181
182
|
hostClass: boolean;
|