@progress/kendo-angular-dialog 16.5.0-develop.6 → 16.6.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 +1 -1
- package/dialog/dialog.component.d.ts +1 -1
- package/dialog/models/dialog-ref.d.ts +1 -1
- package/dialog/models/dialog-settings.d.ts +2 -2
- package/dialog.module.d.ts +3 -6
- package/dialogs.module.d.ts +13 -3
- package/directives.d.ts +28 -0
- package/esm2020/dialog/dialog-actions.component.mjs +6 -4
- package/esm2020/dialog/dialog-container.directive.mjs +3 -2
- package/esm2020/dialog/dialog-container.service.mjs +5 -2
- package/esm2020/dialog/dialog-content-base.mjs +1 -1
- package/esm2020/dialog/dialog-titlebar.component.mjs +7 -5
- package/esm2020/dialog/dialog.component.mjs +8 -9
- package/esm2020/dialog/dialog.service.mjs +5 -2
- package/esm2020/dialog.module.mjs +13 -14
- package/esm2020/dialogs.module.mjs +24 -5
- package/esm2020/directives.mjs +47 -0
- package/esm2020/index.mjs +2 -0
- package/esm2020/localization/custom-messages.component.mjs +4 -3
- package/esm2020/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/window/actions/window-close-action.directive.mjs +8 -6
- package/esm2020/window/actions/window-maximize-action.directive.mjs +8 -6
- package/esm2020/window/actions/window-minimize-action.directive.mjs +8 -6
- package/esm2020/window/actions/window-restore-action.directive.mjs +8 -6
- package/esm2020/window/window-container.directive.mjs +3 -2
- package/esm2020/window/window-container.service.mjs +5 -2
- package/esm2020/window/window-resize-handle.directive.mjs +3 -2
- package/esm2020/window/window-titlebar.component.mjs +6 -4
- package/esm2020/window/window.component.mjs +12 -12
- package/esm2020/window/window.service.mjs +5 -2
- package/esm2020/window.module.mjs +17 -45
- package/fesm2015/progress-kendo-angular-dialog.mjs +191 -183
- package/fesm2020/progress-kendo-angular-dialog.mjs +191 -183
- package/index.d.ts +2 -0
- package/localization/custom-messages.component.d.ts +2 -2
- package/localization/localized-messages.directive.d.ts +1 -1
- package/package.json +6 -6
- package/schematics/ngAdd/index.js +1 -1
- package/window/actions/window-close-action.directive.d.ts +2 -2
- package/window/actions/window-maximize-action.directive.d.ts +2 -2
- package/window/actions/window-minimize-action.directive.d.ts +2 -2
- package/window/actions/window-restore-action.directive.d.ts +2 -2
- package/window/models/window-ref.d.ts +1 -1
- package/window/window-container.directive.d.ts +1 -1
- package/window/window-resize-handle.directive.d.ts +1 -1
- package/window/window-titlebar.component.d.ts +1 -1
- package/window/window.component.d.ts +1 -1
- package/window.module.d.ts +10 -14
- package/esm2020/shared.module.mjs +0 -40
- package/shared.module.d.ts +0 -23
package/index.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export { WindowCloseActionDirective } from './window/actions/window-close-action
|
|
|
20
20
|
export { WindowRestoreActionDirective } from './window/actions/window-restore-action.directive';
|
|
21
21
|
export { WindowState, WindowSettings, WindowDimensionSetting, WindowRef, WindowCloseResult, WindowThemeColor } from './window/models';
|
|
22
22
|
export { WindowService } from './window/window.service';
|
|
23
|
+
export { WindowContainerService } from './window/window-container.service';
|
|
23
24
|
export { DragResizeService } from './window/drag-resize.service';
|
|
24
25
|
export { NavigationService } from './window/navigation.service';
|
|
25
26
|
export { DialogModule } from './dialog.module';
|
|
@@ -31,3 +32,4 @@ export { LocalizedMessagesDirective } from './localization/localized-messages.di
|
|
|
31
32
|
export { CustomMessagesComponent } from './localization/custom-messages.component';
|
|
32
33
|
export { WindowContainerDirective } from './window/window-container.directive';
|
|
33
34
|
export { PreventableEvent } from './common/preventable-event';
|
|
35
|
+
export * from './directives';
|
|
@@ -7,12 +7,12 @@ import { Messages } from './messages';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* Custom component messages override default component messages
|
|
10
|
-
* ([see example](
|
|
10
|
+
* ([see example](slug:globalization_dialogs#toc-internationalization)).
|
|
11
11
|
*/
|
|
12
12
|
export declare class CustomMessagesComponent extends Messages {
|
|
13
13
|
protected service: LocalizationService;
|
|
14
14
|
constructor(service: LocalizationService);
|
|
15
15
|
protected get override(): boolean;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomMessagesComponent, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomMessagesComponent, "kendo-dialog-messages, kendo-window-messages", never, {}, {}, never, never,
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomMessagesComponent, "kendo-dialog-messages, kendo-window-messages", never, {}, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -12,5 +12,5 @@ export declare class LocalizedMessagesDirective extends Messages {
|
|
|
12
12
|
protected service: LocalizationService;
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, " [kendoDialogLocalizedMessages], [kendoWindowLocalizedMessages], [kendoDialogTitleBarLocalizedMessages] ", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, " [kendoDialogLocalizedMessages], [kendoWindowLocalizedMessages], [kendoDialogTitleBarLocalizedMessages] ", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dialog",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.6.0-develop.1",
|
|
4
4
|
"description": "Dialog Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"@angular/core": "15 - 18",
|
|
28
28
|
"@angular/platform-browser": "15 - 18",
|
|
29
29
|
"@progress/kendo-licensing": "^1.0.2",
|
|
30
|
-
"@progress/kendo-angular-buttons": "16.
|
|
31
|
-
"@progress/kendo-angular-common": "16.
|
|
32
|
-
"@progress/kendo-angular-icons": "16.
|
|
33
|
-
"@progress/kendo-angular-l10n": "16.
|
|
30
|
+
"@progress/kendo-angular-buttons": "16.6.0-develop.1",
|
|
31
|
+
"@progress/kendo-angular-common": "16.6.0-develop.1",
|
|
32
|
+
"@progress/kendo-angular-icons": "16.6.0-develop.1",
|
|
33
|
+
"@progress/kendo-angular-l10n": "16.6.0-develop.1",
|
|
34
34
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"tslib": "^2.3.1",
|
|
38
|
-
"@progress/kendo-angular-schematics": "16.
|
|
38
|
+
"@progress/kendo-angular-schematics": "16.6.0-develop.1",
|
|
39
39
|
"@progress/kendo-popup-common": "^1.7.0"
|
|
40
40
|
},
|
|
41
41
|
"schematics": "./schematics/collection.json",
|
|
@@ -4,7 +4,7 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DialogsModule', package: 'dialog', peerDependencies: {
|
|
6
6
|
// Peer dependency of buttons
|
|
7
|
-
'@progress/kendo-angular-popup': '16.
|
|
7
|
+
'@progress/kendo-angular-popup': '16.6.0-develop.1',
|
|
8
8
|
// Peer dependency of icons
|
|
9
9
|
'@progress/kendo-svg-icons': '^3.0.0'
|
|
10
10
|
} });
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ElementRef, NgZone, Renderer2 } from "@angular/core";
|
|
6
|
-
import { DragResizeService } from '../drag-resize.service';
|
|
7
6
|
import { Button } from '@progress/kendo-angular-buttons';
|
|
8
7
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
8
|
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
9
|
+
import { DragResizeService } from '../drag-resize.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class WindowCloseActionDirective extends Button {
|
|
12
12
|
/**
|
|
@@ -25,5 +25,5 @@ export declare class WindowCloseActionDirective extends Button {
|
|
|
25
25
|
*/
|
|
26
26
|
onClick(): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<WindowCloseActionDirective, [null, null, { optional: true; }, null, null]>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WindowCloseActionDirective, "button[kendoWindowCloseAction]", ["kendoWindowCloseAction"], { "window": "window"; }, {}, never, ["*"],
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WindowCloseActionDirective, "button[kendoWindowCloseAction]", ["kendoWindowCloseAction"], { "window": "window"; }, {}, never, ["*"], true, never>;
|
|
29
29
|
}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ElementRef, NgZone, Renderer2 } from "@angular/core";
|
|
6
|
-
import { DragResizeService } from './../drag-resize.service';
|
|
7
6
|
import { Button } from '@progress/kendo-angular-buttons';
|
|
8
7
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
8
|
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
9
|
+
import { DragResizeService } from './../drag-resize.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class WindowMaximizeActionDirective extends Button {
|
|
12
12
|
/**
|
|
@@ -26,5 +26,5 @@ export declare class WindowMaximizeActionDirective extends Button {
|
|
|
26
26
|
onClick(): void;
|
|
27
27
|
get visible(): string;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<WindowMaximizeActionDirective, [null, null, { optional: true; }, null, null]>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WindowMaximizeActionDirective, "button[kendoWindowMaximizeAction]", ["kendoWindowMaximizeAction"], { "window": "window"; }, {}, never, ["*"],
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WindowMaximizeActionDirective, "button[kendoWindowMaximizeAction]", ["kendoWindowMaximizeAction"], { "window": "window"; }, {}, never, ["*"], true, never>;
|
|
30
30
|
}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ElementRef, NgZone, Renderer2 } from "@angular/core";
|
|
6
|
-
import { DragResizeService } from './../drag-resize.service';
|
|
7
6
|
import { Button } from '@progress/kendo-angular-buttons';
|
|
8
7
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
8
|
import { SVGIcon } from "@progress/kendo-svg-icons";
|
|
9
|
+
import { DragResizeService } from './../drag-resize.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class WindowMinimizeActionDirective extends Button {
|
|
12
12
|
/**
|
|
@@ -26,5 +26,5 @@ export declare class WindowMinimizeActionDirective extends Button {
|
|
|
26
26
|
onClick(): void;
|
|
27
27
|
get visible(): string;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<WindowMinimizeActionDirective, [null, null, { optional: true; }, null, null]>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WindowMinimizeActionDirective, "button[kendoWindowMinimizeAction]", ["kendoWindowMinimizeAction"], { "window": "window"; }, {}, never, ["*"],
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WindowMinimizeActionDirective, "button[kendoWindowMinimizeAction]", ["kendoWindowMinimizeAction"], { "window": "window"; }, {}, never, ["*"], true, never>;
|
|
30
30
|
}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ElementRef, NgZone, Renderer2 } from "@angular/core";
|
|
6
|
-
import { DragResizeService } from './../drag-resize.service';
|
|
7
6
|
import { Button } from '@progress/kendo-angular-buttons';
|
|
8
7
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
8
|
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
9
|
+
import { DragResizeService } from './../drag-resize.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class WindowRestoreActionDirective extends Button {
|
|
12
12
|
/**
|
|
@@ -26,5 +26,5 @@ export declare class WindowRestoreActionDirective extends Button {
|
|
|
26
26
|
onClick(): void;
|
|
27
27
|
get visible(): string;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<WindowRestoreActionDirective, [null, null, { optional: true; }, null, null]>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WindowRestoreActionDirective, "button[kendoWindowRestoreAction]", ["kendoWindowRestoreAction"], { "window": "window"; }, {}, never, ["*"],
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WindowRestoreActionDirective, "button[kendoWindowRestoreAction]", ["kendoWindowRestoreAction"], { "window": "window"; }, {}, never, ["*"], true, never>;
|
|
30
30
|
}
|
|
@@ -19,7 +19,7 @@ export declare class WindowRef {
|
|
|
19
19
|
/**
|
|
20
20
|
* A reference to the child component of the Window.
|
|
21
21
|
* Available when the Window is opened with
|
|
22
|
-
* [component content](
|
|
22
|
+
* [component content](slug:service_window#toc-rendering-the-content-area).
|
|
23
23
|
*/
|
|
24
24
|
content: ComponentRef<any>;
|
|
25
25
|
/**
|
|
@@ -18,5 +18,5 @@ import * as i0 from "@angular/core";
|
|
|
18
18
|
export declare class WindowContainerDirective {
|
|
19
19
|
constructor(container: ViewContainerRef, service: WindowContainerService);
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<WindowContainerDirective, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<WindowContainerDirective, "[kendoWindowContainer]", never, {}, {}, never, never,
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<WindowContainerDirective, "[kendoWindowContainer]", never, {}, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -22,5 +22,5 @@ export declare class ResizeHandleDirective implements OnInit, OnDestroy {
|
|
|
22
22
|
ngOnDestroy(): void;
|
|
23
23
|
private setDisplay;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeHandleDirective, [{ host: true; }, null, null, null]>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeHandleDirective, "[kendoWindowResizeHandle]", never, { "direction": "direction"; }, {}, never, never,
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeHandleDirective, "[kendoWindowResizeHandle]", never, { "direction": "direction"; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -51,5 +51,5 @@ export declare class WindowTitleBarComponent implements OnInit, AfterViewInit, O
|
|
|
51
51
|
handle(ev: any): void;
|
|
52
52
|
protected get isDraggable(): boolean;
|
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<WindowTitleBarComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WindowTitleBarComponent, "kendo-window-titlebar", never, { "template": "template"; "id": "id"; }, {}, never, ["*"],
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WindowTitleBarComponent, "kendo-window-titlebar", never, { "template": "template"; "id": "id"; }, {}, never, ["*"], true, never>;
|
|
55
55
|
}
|
|
@@ -274,5 +274,5 @@ export declare class WindowComponent implements OnInit, OnDestroy, OnChanges, Af
|
|
|
274
274
|
private generateTitleId;
|
|
275
275
|
private handleThemeColorClass;
|
|
276
276
|
static ɵfac: i0.ɵɵFactoryDeclaration<WindowComponent, never>;
|
|
277
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WindowComponent, "kendo-window", ["kendoWindow"], { "autoFocusedElement": "autoFocusedElement"; "title": "title"; "draggable": "draggable"; "resizable": "resizable"; "themeColor": "themeColor"; "keepContent": "keepContent"; "state": "state"; "minWidth": "minWidth"; "minHeight": "minHeight"; "width": "width"; "height": "height"; "top": "top"; "left": "left"; }, { "dragStart": "dragStart"; "dragEnd": "dragEnd"; "resizeStart": "resizeStart"; "resizeEnd": "resizeEnd"; "close": "close"; "widthChange": "widthChange"; "heightChange": "heightChange"; "topChange": "topChange"; "leftChange": "leftChange"; "stateChange": "stateChange"; }, ["titleBarContent"], ["kendo-window-titlebar", "*"],
|
|
277
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WindowComponent, "kendo-window", ["kendoWindow"], { "autoFocusedElement": "autoFocusedElement"; "title": "title"; "draggable": "draggable"; "resizable": "resizable"; "themeColor": "themeColor"; "keepContent": "keepContent"; "state": "state"; "minWidth": "minWidth"; "minHeight": "minHeight"; "width": "width"; "height": "height"; "top": "top"; "left": "left"; }, { "dragStart": "dragStart"; "dragEnd": "dragEnd"; "resizeStart": "resizeStart"; "resizeEnd": "resizeEnd"; "close": "close"; "widthChange": "widthChange"; "heightChange": "heightChange"; "topChange": "topChange"; "leftChange": "leftChange"; "stateChange": "stateChange"; }, ["titleBarContent"], ["kendo-window-titlebar", "*"], true, never>;
|
|
278
278
|
}
|
package/window.module.d.ts
CHANGED
|
@@ -3,19 +3,15 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./window/window
|
|
7
|
-
import * as i2 from "./window/window.
|
|
8
|
-
import * as i3 from "./window/window-
|
|
9
|
-
import * as i4 from "./window/actions/window-
|
|
10
|
-
import * as i5 from "./window/actions/window-
|
|
11
|
-
import * as i6 from "./window/
|
|
12
|
-
import * as i7 from "./window/
|
|
13
|
-
import * as i8 from "./
|
|
14
|
-
import * as i9 from "./
|
|
15
|
-
import * as i10 from "@progress/kendo-angular-common";
|
|
16
|
-
import * as i11 from "./dialog/dialog-actions.component";
|
|
17
|
-
import * as i12 from "./localization/custom-messages.component";
|
|
18
|
-
import * as i13 from "./localization/localized-messages.directive";
|
|
6
|
+
import * as i1 from "./window/window.component";
|
|
7
|
+
import * as i2 from "./window/actions/window-close-action.directive";
|
|
8
|
+
import * as i3 from "./window/actions/window-minimize-action.directive";
|
|
9
|
+
import * as i4 from "./window/actions/window-maximize-action.directive";
|
|
10
|
+
import * as i5 from "./window/actions/window-restore-action.directive";
|
|
11
|
+
import * as i6 from "./window/window-titlebar.component";
|
|
12
|
+
import * as i7 from "./window/window-container.directive";
|
|
13
|
+
import * as i8 from "./dialog/dialog-actions.component";
|
|
14
|
+
import * as i9 from "./localization/custom-messages.component";
|
|
19
15
|
/**
|
|
20
16
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
21
17
|
* definition for the Window component. Imports `WindowModule` into the
|
|
@@ -40,6 +36,6 @@ import * as i13 from "./localization/localized-messages.directive";
|
|
|
40
36
|
*/
|
|
41
37
|
export declare class WindowModule {
|
|
42
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<WindowModule, never>;
|
|
43
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<WindowModule, [typeof i1.
|
|
39
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<WindowModule, never, [typeof i1.WindowComponent, typeof i2.WindowCloseActionDirective, typeof i3.WindowMinimizeActionDirective, typeof i4.WindowMaximizeActionDirective, typeof i5.WindowRestoreActionDirective, typeof i6.WindowTitleBarComponent, typeof i7.WindowContainerDirective, typeof i8.DialogActionsComponent, typeof i9.CustomMessagesComponent], [typeof i1.WindowComponent, typeof i2.WindowCloseActionDirective, typeof i3.WindowMinimizeActionDirective, typeof i4.WindowMaximizeActionDirective, typeof i5.WindowRestoreActionDirective, typeof i6.WindowTitleBarComponent, typeof i7.WindowContainerDirective, typeof i8.DialogActionsComponent, typeof i9.CustomMessagesComponent]>;
|
|
44
40
|
static ɵinj: i0.ɵɵInjectorDeclaration<WindowModule>;
|
|
45
41
|
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { NgModule } from '@angular/core';
|
|
6
|
-
import { CommonModule } from '@angular/common';
|
|
7
|
-
import { DialogActionsComponent } from './dialog/dialog-actions.component';
|
|
8
|
-
import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
|
|
9
|
-
import { CustomMessagesComponent } from './localization/custom-messages.component';
|
|
10
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
11
|
-
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
export const SHARED_DIRECTIVES = [
|
|
17
|
-
DialogActionsComponent,
|
|
18
|
-
CustomMessagesComponent,
|
|
19
|
-
LocalizedMessagesDirective
|
|
20
|
-
];
|
|
21
|
-
/**
|
|
22
|
-
* @hidden
|
|
23
|
-
*/
|
|
24
|
-
export class SharedModule {
|
|
25
|
-
}
|
|
26
|
-
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
27
|
-
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, declarations: [DialogActionsComponent,
|
|
28
|
-
CustomMessagesComponent,
|
|
29
|
-
LocalizedMessagesDirective], imports: [CommonModule, IconsModule, ButtonModule], exports: [DialogActionsComponent,
|
|
30
|
-
CustomMessagesComponent,
|
|
31
|
-
LocalizedMessagesDirective, CommonModule, IconsModule, ButtonModule] });
|
|
32
|
-
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, imports: [CommonModule, IconsModule, ButtonModule, CommonModule, IconsModule, ButtonModule] });
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, decorators: [{
|
|
34
|
-
type: NgModule,
|
|
35
|
-
args: [{
|
|
36
|
-
declarations: [SHARED_DIRECTIVES],
|
|
37
|
-
exports: [SHARED_DIRECTIVES, CommonModule, IconsModule, ButtonModule],
|
|
38
|
-
imports: [CommonModule, IconsModule, ButtonModule]
|
|
39
|
-
}]
|
|
40
|
-
}] });
|
package/shared.module.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./dialog/dialog-actions.component";
|
|
7
|
-
import * as i2 from "./localization/custom-messages.component";
|
|
8
|
-
import * as i3 from "./localization/localized-messages.directive";
|
|
9
|
-
import * as i4 from "@angular/common";
|
|
10
|
-
import * as i5 from "@progress/kendo-angular-icons";
|
|
11
|
-
import * as i6 from "@progress/kendo-angular-buttons";
|
|
12
|
-
/**
|
|
13
|
-
* @hidden
|
|
14
|
-
*/
|
|
15
|
-
export declare const SHARED_DIRECTIVES: any[];
|
|
16
|
-
/**
|
|
17
|
-
* @hidden
|
|
18
|
-
*/
|
|
19
|
-
export declare class SharedModule {
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
21
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.DialogActionsComponent, typeof i2.CustomMessagesComponent, typeof i3.LocalizedMessagesDirective], [typeof i4.CommonModule, typeof i5.IconsModule, typeof i6.ButtonModule], [typeof i1.DialogActionsComponent, typeof i2.CustomMessagesComponent, typeof i3.LocalizedMessagesDirective, typeof i4.CommonModule, typeof i5.IconsModule, typeof i6.ButtonModule]>;
|
|
22
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
23
|
-
}
|