@progress/kendo-angular-dialog 25.0.0-develop.16 → 25.0.0-develop.18
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.
|
@@ -13,10 +13,10 @@ import * as i1$1 from '@progress/kendo-angular-l10n';
|
|
|
13
13
|
import { LocalizationService, L10N_PREFIX, RTL, ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
14
14
|
import { take, delay, takeUntil, filter, map, share, tap, switchMap } from 'rxjs/operators';
|
|
15
15
|
import { xIcon, windowRestoreIcon, windowIcon, windowMinimizeIcon } from '@progress/kendo-svg-icons';
|
|
16
|
+
import * as i1$2 from '@progress/kendo-angular-common';
|
|
17
|
+
import { setHTMLAttributes, getLicenseMessage, shouldShowValidationUI, isDocumentAvailable, normalizeKeys, Keys, focusableSelector, WatermarkOverlayComponent, KENDO_WEBMCP_HOST, provideComponentName, DraggableDirective, isChanged } from '@progress/kendo-angular-common';
|
|
16
18
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
17
19
|
import { of, Subscription, Subject, merge } from 'rxjs';
|
|
18
|
-
import * as i1$2 from '@progress/kendo-angular-common';
|
|
19
|
-
import { setHTMLAttributes, getLicenseMessage, shouldShowValidationUI, isDocumentAvailable, normalizeKeys, Keys, focusableSelector, WatermarkOverlayComponent, KENDO_WEBMCP_HOST, DraggableDirective, isChanged } from '@progress/kendo-angular-common';
|
|
20
20
|
import { offset, getWindowViewPort } from '@progress/kendo-popup-common';
|
|
21
21
|
import { IconWrapperComponent, IconsService } from '@progress/kendo-angular-icons';
|
|
22
22
|
|
|
@@ -516,8 +516,8 @@ const packageMetadata = {
|
|
|
516
516
|
productName: 'Kendo UI for Angular',
|
|
517
517
|
productCode: 'KENDOUIANGULAR',
|
|
518
518
|
productCodes: ['KENDOUIANGULAR'],
|
|
519
|
-
publishDate:
|
|
520
|
-
version: '25.0.0-develop.
|
|
519
|
+
publishDate: 1785502158,
|
|
520
|
+
version: '25.0.0-develop.18',
|
|
521
521
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
522
522
|
};
|
|
523
523
|
|
|
@@ -1248,7 +1248,8 @@ class DialogComponent {
|
|
|
1248
1248
|
provide: L10N_PREFIX,
|
|
1249
1249
|
useValue: 'kendo.dialog'
|
|
1250
1250
|
},
|
|
1251
|
-
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => DialogComponent) }
|
|
1251
|
+
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => DialogComponent) },
|
|
1252
|
+
provideComponentName('dialog')
|
|
1252
1253
|
], queries: [{ propertyName: "titlebarContent", predicate: DialogTitleBarComponent }], viewQueries: [{ propertyName: "actionsView", first: true, predicate: DialogActionsComponent, descendants: true }, { propertyName: "dialog", first: true, predicate: ["dialog"], descendants: true, static: true }, { propertyName: "titlebarView", predicate: DialogTitleBarComponent, descendants: true }], exportAs: ["kendoDialog"], ngImport: i0, template: `
|
|
1253
1254
|
<ng-container
|
|
1254
1255
|
kendoDialogLocalizedMessages
|
|
@@ -1313,7 +1314,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
1313
1314
|
provide: L10N_PREFIX,
|
|
1314
1315
|
useValue: 'kendo.dialog'
|
|
1315
1316
|
},
|
|
1316
|
-
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => DialogComponent) }
|
|
1317
|
+
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => DialogComponent) },
|
|
1318
|
+
provideComponentName('dialog')
|
|
1317
1319
|
],
|
|
1318
1320
|
selector: 'kendo-dialog',
|
|
1319
1321
|
template: `
|
|
@@ -3549,6 +3551,7 @@ class WindowComponent {
|
|
|
3549
3551
|
provide: L10N_PREFIX,
|
|
3550
3552
|
useValue: 'kendo.window'
|
|
3551
3553
|
},
|
|
3554
|
+
provideComponentName('window'),
|
|
3552
3555
|
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => WindowComponent) }
|
|
3553
3556
|
], queries: [{ propertyName: "titleBarContent", first: true, predicate: WindowTitleBarComponent, descendants: true }], viewQueries: [{ propertyName: "titleBarView", first: true, predicate: WindowTitleBarComponent, descendants: true }, { propertyName: "resizeHandles", predicate: ResizeHandleDirective, descendants: true }], exportAs: ["kendoWindow"], usesOnChanges: true, ngImport: i0, template: `
|
|
3554
3557
|
<ng-container kendoWindowLocalizedMessages
|
|
@@ -3622,6 +3625,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
|
|
|
3622
3625
|
provide: L10N_PREFIX,
|
|
3623
3626
|
useValue: 'kendo.window'
|
|
3624
3627
|
},
|
|
3628
|
+
provideComponentName('window'),
|
|
3625
3629
|
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => WindowComponent) }
|
|
3626
3630
|
],
|
|
3627
3631
|
selector: 'kendo-window',
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "25.0.0-develop.
|
|
10
|
+
"publishDate": 1785502158,
|
|
11
|
+
"version": "25.0.0-develop.18",
|
|
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": "25.0.0-develop.
|
|
3
|
+
"version": "25.0.0-develop.18",
|
|
4
4
|
"description": "Dialog Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"package": {
|
|
46
46
|
"productName": "Kendo UI for Angular",
|
|
47
47
|
"productCode": "KENDOUIANGULAR",
|
|
48
|
-
"publishDate":
|
|
48
|
+
"publishDate": 1785502158,
|
|
49
49
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
"@angular/core": "20 - 22",
|
|
56
56
|
"@angular/platform-browser": "20 - 22",
|
|
57
57
|
"@progress/kendo-licensing": "^1.11.0",
|
|
58
|
-
"@progress/kendo-angular-buttons": "25.0.0-develop.
|
|
59
|
-
"@progress/kendo-angular-common": "25.0.0-develop.
|
|
60
|
-
"@progress/kendo-angular-icons": "25.0.0-develop.
|
|
61
|
-
"@progress/kendo-angular-l10n": "25.0.0-develop.
|
|
58
|
+
"@progress/kendo-angular-buttons": "25.0.0-develop.18",
|
|
59
|
+
"@progress/kendo-angular-common": "25.0.0-develop.18",
|
|
60
|
+
"@progress/kendo-angular-icons": "25.0.0-develop.18",
|
|
61
|
+
"@progress/kendo-angular-l10n": "25.0.0-develop.18",
|
|
62
62
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"tslib": "^2.3.1",
|
|
66
|
-
"@progress/kendo-angular-schematics": "25.0.0-develop.
|
|
66
|
+
"@progress/kendo-angular-schematics": "25.0.0-develop.18",
|
|
67
67
|
"@progress/kendo-popup-common": "1.9.5"
|
|
68
68
|
},
|
|
69
69
|
"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': '25.0.0-develop.
|
|
12
|
+
'@progress/kendo-angular-popup': '25.0.0-develop.18',
|
|
13
13
|
// Peer dependency of icons
|
|
14
14
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
15
15
|
} });
|