@muziehdesign/components 18.2.0-next.2087 → 18.2.0-next.2129
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/design/_cdk-overlay.css +81 -0
- package/design/_dl.scss +8 -0
- package/esm2022/lib/components.module.mjs +2 -14
- package/esm2022/lib/date-display/date-display-config.mjs +12 -0
- package/esm2022/lib/date-display/date-display.pipe.mjs +4 -1
- package/esm2022/lib/date-display/date.pipe.mjs +41 -0
- package/esm2022/lib/drawer/drawer-container.component.mjs +21 -0
- package/esm2022/public-api.mjs +5 -3
- package/fesm2022/muziehdesign-components.mjs +76 -60
- package/fesm2022/muziehdesign-components.mjs.map +1 -1
- package/lib/components.module.d.ts +2 -4
- package/lib/date-display/date-display-config.d.ts +10 -0
- package/lib/date-display/date-display.pipe.d.ts +4 -1
- package/lib/date-display/date.pipe.d.ts +12 -0
- package/lib/drawer/drawer-container.component.d.ts +8 -0
- package/package.json +2 -1
- package/public-api.d.ts +3 -2
- package/design/_material.scss +0 -57
- package/esm2022/lib/inline-message/inline-message-dialog/inline-message-dialog.component.mjs +0 -25
- package/esm2022/lib/inline-message/inline-message.component.mjs +0 -31
- package/lib/inline-message/inline-message-dialog/inline-message-dialog.component.d.ts +0 -10
- package/lib/inline-message/inline-message.component.d.ts +0 -12
@@ -0,0 +1,8 @@
|
|
1
|
+
import { CdkDialogContainer, DialogConfig } from '@angular/cdk/dialog';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class DrawerContainerComponent extends CdkDialogContainer<DialogConfig> {
|
4
|
+
open: boolean;
|
5
|
+
protected _contentAttached(): void;
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerContainerComponent, never>;
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DrawerContainerComponent, "mz-drawer-container", never, {}, {}, never, never, true, never>;
|
8
|
+
}
|
package/package.json
CHANGED
@@ -1,9 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@muziehdesign/components",
|
3
|
-
"version": "18.2.0-next.
|
3
|
+
"version": "18.2.0-next.2129",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": "^18.1.1",
|
6
6
|
"@angular/core": "^18.1.1",
|
7
|
+
"@angular/cdk": "^18.1.1",
|
7
8
|
"subsink": "^1.0.2"
|
8
9
|
},
|
9
10
|
"dependencies": {
|
package/public-api.d.ts
CHANGED
@@ -7,6 +7,8 @@ export { PageLoadingIndicatorComponent } from './lib/page-loading-indicator/page
|
|
7
7
|
export { PageHeaderComponent } from './lib/page-header/page-header.component';
|
8
8
|
export { PhoneNumberPipe } from './lib/phone-number/phone-number.pipe';
|
9
9
|
export { DateDisplayPipe } from './lib/date-display/date-display.pipe';
|
10
|
+
export { MzDatePipe } from './lib/date-display/date.pipe';
|
11
|
+
export { MzDatePipeConfig, MZ_DATE_PIPE_DEFAULT_OPTIONS } from './lib/date-display/date-display-config';
|
10
12
|
export { MzInlineEditComponent } from './lib/inline-edit/inline-edit.component';
|
11
13
|
export { SubjectDisplayPipe } from './lib/subject-display/subject-display.pipe';
|
12
14
|
export { Subject } from './lib/models/subject';
|
@@ -29,5 +31,4 @@ export { ButtonDirective } from './lib/button.directive';
|
|
29
31
|
export { SortEvent } from './lib/models/sort-event';
|
30
32
|
export { WizardStepLink } from './lib/models/wizard-step-link';
|
31
33
|
export { WizardProgressTrackerComponent } from './lib/wizard-progress-tracker/wizard-progress-tracker.component';
|
32
|
-
export {
|
33
|
-
export { InlineMessageDialogComponent } from './lib/inline-message/inline-message-dialog/inline-message-dialog.component';
|
34
|
+
export { DrawerContainerComponent } from './lib/drawer/drawer-container.component';
|
package/design/_material.scss
DELETED
@@ -1,57 +0,0 @@
|
|
1
|
-
|
2
|
-
// Custom Theming for Angular Material
|
3
|
-
// For more information: https://material.angular.io/guide/theming
|
4
|
-
@use '@angular/material' as mat;
|
5
|
-
// Plus imports for other components in your app.
|
6
|
-
|
7
|
-
// Include the common styles for Angular Material. We include this here so that you only
|
8
|
-
// have to load a single css file for Angular Material in your app.
|
9
|
-
// Be sure that you only ever include this mixin once!
|
10
|
-
// TODO(v15): As of v15 mat.legacy-core no longer includes default typography styles.
|
11
|
-
// The following line adds:
|
12
|
-
// 1. Default typography styles for all components
|
13
|
-
// 2. Styles for typography hierarchy classes (e.g. .mat-headline-1)
|
14
|
-
// If you specify typography styles for the components you use elsewhere, you should delete this line.
|
15
|
-
// If you don't need the default component typographies but still want the hierarchy styles,
|
16
|
-
// you can delete this line and instead use:
|
17
|
-
// `@include mat.legacy-typography-hierarchy(mat.define-typography-config());`
|
18
|
-
/* TODO(mdc-migration): Remove all-legacy-component-typographies once all legacy components are migrated*/
|
19
|
-
// @include mat.all-legacy-component-typographies();
|
20
|
-
@include mat.all-component-typographies();
|
21
|
-
/* TODO(mdc-migration): Remove legacy-core once all legacy components are migrated*/
|
22
|
-
// @include mat.legacy-core();
|
23
|
-
@include mat.core();
|
24
|
-
|
25
|
-
// Define the palettes for your theme using the Material Design palettes available in palette.scss
|
26
|
-
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
|
27
|
-
// hue. Available color palettes: https://material.io/design/color/
|
28
|
-
$color-primary: mat.m2-define-palette(mat.$m2-indigo-palette);
|
29
|
-
$color-accent: mat.m2-define-palette(mat.$m2-pink-palette, A200, A100, A400);
|
30
|
-
|
31
|
-
// The warn palette is optional (defaults to red).
|
32
|
-
$color-warn: mat.m2-define-palette(mat.$m2-red-palette);
|
33
|
-
|
34
|
-
// Create the theme object. A theme consists of configurations for individual
|
35
|
-
// theming systems such as "color" or "typography".
|
36
|
-
$muzieh-theme: mat.m2-define-light-theme((
|
37
|
-
color: (
|
38
|
-
primary: $color-primary,
|
39
|
-
accent: $color-accent,
|
40
|
-
warn: $color-warn,
|
41
|
-
)
|
42
|
-
));
|
43
|
-
|
44
|
-
// Include theme styles for core and each component used in your app.
|
45
|
-
// Alternatively, you can import and @include the theme mixins for each component
|
46
|
-
// that you are using.
|
47
|
-
/* TODO(mdc-migration): Remove all-legacy-component-themes once all legacy components are migrated*/
|
48
|
-
// @include mat.all-legacy-component-themes($muzieh-theme);
|
49
|
-
@include mat.all-component-themes($muzieh-theme);
|
50
|
-
|
51
|
-
.mat-mdc-menu-panel {
|
52
|
-
@apply min-h-0 #{!important};
|
53
|
-
}
|
54
|
-
|
55
|
-
.mat-mdc-menu-item {
|
56
|
-
@apply text-gray-700 block px-4 py-2 text-sm h-9 leading-3 #{!important};
|
57
|
-
}
|
package/esm2022/lib/inline-message/inline-message-dialog/inline-message-dialog.component.mjs
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
import { DialogModule, DIALOG_DATA } from '@angular/cdk/dialog';
|
2
|
-
import { CommonModule } from '@angular/common';
|
3
|
-
import { Component, Inject } from '@angular/core';
|
4
|
-
import { MatCommonModule } from '@angular/material/core';
|
5
|
-
import { RouterModule } from '@angular/router';
|
6
|
-
import * as i0 from "@angular/core";
|
7
|
-
import * as i1 from "@angular/common";
|
8
|
-
export class InlineMessageDialogComponent {
|
9
|
-
constructor(data) {
|
10
|
-
this.data = data;
|
11
|
-
}
|
12
|
-
ngOnInit() {
|
13
|
-
this.body = this.data.body;
|
14
|
-
}
|
15
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: InlineMessageDialogComponent, deps: [{ token: DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component }); }
|
16
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: InlineMessageDialogComponent, isStandalone: true, selector: "mz-inline-message-dialog", ngImport: i0, template: "<div class=\"body\" *ngIf=\"body\">\n <ng-content *ngTemplateOutlet=\"body\"></ng-content>\n</div>", styles: [":host{display:block;background:#fff;border-radius:8px;padding:8px 16px}\n"], dependencies: [{ kind: "ngmodule", type: MatCommonModule }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: RouterModule }, { kind: "ngmodule", type: DialogModule }] }); }
|
17
|
-
}
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: InlineMessageDialogComponent, decorators: [{
|
19
|
-
type: Component,
|
20
|
-
args: [{ selector: 'mz-inline-message-dialog', imports: [MatCommonModule, CommonModule, RouterModule, DialogModule], standalone: true, template: "<div class=\"body\" *ngIf=\"body\">\n <ng-content *ngTemplateOutlet=\"body\"></ng-content>\n</div>", styles: [":host{display:block;background:#fff;border-radius:8px;padding:8px 16px}\n"] }]
|
21
|
-
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
22
|
-
type: Inject,
|
23
|
-
args: [DIALOG_DATA]
|
24
|
-
}] }] });
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lLW1lc3NhZ2UtZGlhbG9nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvc3JjL2xpYi9pbmxpbmUtbWVzc2FnZS9pbmxpbmUtbWVzc2FnZS1kaWFsb2cvaW5saW5lLW1lc3NhZ2UtZGlhbG9nLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvc3JjL2xpYi9pbmxpbmUtbWVzc2FnZS9pbmxpbmUtbWVzc2FnZS1kaWFsb2cvaW5saW5lLW1lc3NhZ2UtZGlhbG9nLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsV0FBVyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDaEUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUF1QixNQUFNLGVBQWUsQ0FBQztBQUN2RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDekQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7QUFTL0MsTUFBTSxPQUFPLDRCQUE0QjtJQUdyQyxZQUF3QyxJQUFTO1FBQVQsU0FBSSxHQUFKLElBQUksQ0FBSztJQUFJLENBQUM7SUFFdEQsUUFBUTtRQUNKLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUM7SUFDL0IsQ0FBQzs4R0FQUSw0QkFBNEIsa0JBR2pCLFdBQVc7a0dBSHRCLDRCQUE0QixvRkNiekMsdUdBRU0sa0lEUVEsZUFBZSw4QkFBRSxZQUFZLHlTQUFFLFlBQVksOEJBQUUsWUFBWTs7MkZBRzFELDRCQUE0QjtrQkFQeEMsU0FBUzsrQkFDSSwwQkFBMEIsV0FHM0IsQ0FBQyxlQUFlLEVBQUUsWUFBWSxFQUFFLFlBQVksRUFBRSxZQUFZLENBQUMsY0FDeEQsSUFBSTs7MEJBS0gsTUFBTTsyQkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlhbG9nTW9kdWxlLCBESUFMT0dfREFUQSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9kaWFsb2cnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvbXBvbmVudCwgSW5qZWN0LCBPbkluaXQsIFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXRDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jb3JlJztcbmltcG9ydCB7IFJvdXRlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbXotaW5saW5lLW1lc3NhZ2UtZGlhbG9nJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vaW5saW5lLW1lc3NhZ2UtZGlhbG9nLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9pbmxpbmUtbWVzc2FnZS1kaWFsb2cuY29tcG9uZW50LnNjc3MnXSxcbiAgICBpbXBvcnRzOiBbTWF0Q29tbW9uTW9kdWxlLCBDb21tb25Nb2R1bGUsIFJvdXRlck1vZHVsZSwgRGlhbG9nTW9kdWxlXSxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBJbmxpbmVNZXNzYWdlRGlhbG9nQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgICBib2R5OiBUZW1wbGF0ZVJlZjxhbnk+IHwgdW5kZWZpbmVkIHwgbnVsbDtcblxuICAgIGNvbnN0cnVjdG9yKEBJbmplY3QoRElBTE9HX0RBVEEpIHB1YmxpYyBkYXRhOiBhbnkpIHsgfVxuXG4gICAgbmdPbkluaXQoKSB7XG4gICAgICAgIHRoaXMuYm9keSA9IHRoaXMuZGF0YS5ib2R5O1xuICAgIH1cblxufSIsIjxkaXYgY2xhc3M9XCJib2R5XCIgKm5nSWY9XCJib2R5XCI+XG4gICAgPG5nLWNvbnRlbnQgKm5nVGVtcGxhdGVPdXRsZXQ9XCJib2R5XCI+PC9uZy1jb250ZW50PlxuPC9kaXY+Il19
|
@@ -1,31 +0,0 @@
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
2
|
-
import { Dialog, DialogModule } from '@angular/cdk/dialog';
|
3
|
-
import { InlineMessageDialogComponent } from './inline-message-dialog/inline-message-dialog.component';
|
4
|
-
import { CommonModule } from '@angular/common';
|
5
|
-
import { MatCommonModule } from '@angular/material/core';
|
6
|
-
import { RouterModule } from '@angular/router';
|
7
|
-
import * as i0 from "@angular/core";
|
8
|
-
import * as i1 from "@angular/cdk/dialog";
|
9
|
-
export class InlineMessageComponent {
|
10
|
-
constructor(dialog) {
|
11
|
-
this.dialog = dialog;
|
12
|
-
}
|
13
|
-
ngOnInit() { }
|
14
|
-
openDialog() {
|
15
|
-
this.dialog.open(InlineMessageDialogComponent, {
|
16
|
-
minWidth: '300px',
|
17
|
-
data: {
|
18
|
-
body: this.body,
|
19
|
-
},
|
20
|
-
});
|
21
|
-
}
|
22
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: InlineMessageComponent, deps: [{ token: i1.Dialog }], target: i0.ɵɵFactoryTarget.Component }); }
|
23
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.1", type: InlineMessageComponent, isStandalone: true, selector: "mz-inline-message", inputs: { body: "body" }, ngImport: i0, template: "<div class=\"wrapper\">\n <button type=\"button\" (click)=\"openDialog()\" class=\"inline-message-btn\">i</button>\n</div>", styles: [".wrapper,.title{display:inline}.inline-message-btn{cursor:pointer;border-radius:50%;color:#fff;background-color:#4b5563;width:20px;height:20px;text-align:center;margin:0 5px}\n"], dependencies: [{ kind: "ngmodule", type: MatCommonModule }, { kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: RouterModule }, { kind: "ngmodule", type: DialogModule }] }); }
|
24
|
-
}
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: InlineMessageComponent, decorators: [{
|
26
|
-
type: Component,
|
27
|
-
args: [{ selector: 'mz-inline-message', imports: [MatCommonModule, CommonModule, RouterModule, DialogModule], standalone: true, template: "<div class=\"wrapper\">\n <button type=\"button\" (click)=\"openDialog()\" class=\"inline-message-btn\">i</button>\n</div>", styles: [".wrapper,.title{display:inline}.inline-message-btn{cursor:pointer;border-radius:50%;color:#fff;background-color:#4b5563;width:20px;height:20px;text-align:center;margin:0 5px}\n"] }]
|
28
|
-
}], ctorParameters: () => [{ type: i1.Dialog }], propDecorators: { body: [{
|
29
|
-
type: Input
|
30
|
-
}] } });
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lLW1lc3NhZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy9zcmMvbGliL2lubGluZS1tZXNzYWdlL2lubGluZS1tZXNzYWdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvc3JjL2xpYi9pbmxpbmUtbWVzc2FnZS9pbmxpbmUtbWVzc2FnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBZSxNQUFNLGVBQWUsQ0FBQztBQUM5RCxPQUFPLEVBQUUsTUFBTSxFQUFFLFlBQVksRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQzNELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLHlEQUF5RCxDQUFDO0FBQ3ZHLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDekQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7QUFTL0MsTUFBTSxPQUFPLHNCQUFzQjtJQUcvQixZQUFtQixNQUFjO1FBQWQsV0FBTSxHQUFOLE1BQU0sQ0FBUTtJQUFHLENBQUM7SUFFckMsUUFBUSxLQUFVLENBQUM7SUFFbkIsVUFBVTtRQUNOLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLDRCQUE0QixFQUFFO1lBQzdDLFFBQVEsRUFBRSxPQUFPO1lBQ2pCLElBQUksRUFBRTtnQkFDSixJQUFJLEVBQUUsSUFBSSxDQUFDLElBQUk7YUFDaEI7U0FDRixDQUFDLENBQUM7SUFDTCxDQUFDOzhHQWRNLHNCQUFzQjtrR0FBdEIsc0JBQXNCLHVHQ2RuQywrSEFFTSx5T0RTUSxlQUFlLDhCQUFFLFlBQVksOEJBQUUsWUFBWSw4QkFBRSxZQUFZOzsyRkFHMUQsc0JBQXNCO2tCQVBsQyxTQUFTOytCQUNJLG1CQUFtQixXQUdwQixDQUFDLGVBQWUsRUFBRSxZQUFZLEVBQUUsWUFBWSxFQUFFLFlBQVksQ0FBQyxjQUN4RCxJQUFJOzJFQUdULElBQUk7c0JBQVosS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBEaWFsb2csIERpYWxvZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9kaWFsb2cnO1xuaW1wb3J0IHsgSW5saW5lTWVzc2FnZURpYWxvZ0NvbXBvbmVudCB9IGZyb20gJy4vaW5saW5lLW1lc3NhZ2UtZGlhbG9nL2lubGluZS1tZXNzYWdlLWRpYWxvZy5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1hdENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2NvcmUnO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdtei1pbmxpbmUtbWVzc2FnZScsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2lubGluZS1tZXNzYWdlLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9pbmxpbmUtbWVzc2FnZS5jb21wb25lbnQuc2NzcyddLFxuICAgIGltcG9ydHM6IFtNYXRDb21tb25Nb2R1bGUsIENvbW1vbk1vZHVsZSwgUm91dGVyTW9kdWxlLCBEaWFsb2dNb2R1bGVdLFxuICAgIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIElubGluZU1lc3NhZ2VDb21wb25lbnQge1xuICBASW5wdXQoKSBib2R5OiBUZW1wbGF0ZVJlZjxhbnk+IHwgdW5kZWZpbmVkIHwgbnVsbDtcblxuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyBkaWFsb2c6IERpYWxvZykge31cblxuICAgIG5nT25Jbml0KCk6IHZvaWQge31cblxuICAgIG9wZW5EaWFsb2coKSB7XG4gICAgICAgIHRoaXMuZGlhbG9nLm9wZW4oSW5saW5lTWVzc2FnZURpYWxvZ0NvbXBvbmVudCwge1xuICAgICAgICAgIG1pbldpZHRoOiAnMzAwcHgnLFxuICAgICAgICAgIGRhdGE6IHtcbiAgICAgICAgICAgIGJvZHk6IHRoaXMuYm9keSxcbiAgICAgICAgICB9LFxuICAgICAgICB9KTtcbiAgICAgIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJ3cmFwcGVyXCI+XG4gICAgPGJ1dHRvbiB0eXBlPVwiYnV0dG9uXCIgKGNsaWNrKT1cIm9wZW5EaWFsb2coKVwiIGNsYXNzPVwiaW5saW5lLW1lc3NhZ2UtYnRuXCI+aTwvYnV0dG9uPlxuPC9kaXY+Il19
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import { OnInit, TemplateRef } from '@angular/core';
|
2
|
-
import * as i0 from "@angular/core";
|
3
|
-
export declare class InlineMessageDialogComponent implements OnInit {
|
4
|
-
data: any;
|
5
|
-
body: TemplateRef<any> | undefined | null;
|
6
|
-
constructor(data: any);
|
7
|
-
ngOnInit(): void;
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InlineMessageDialogComponent, never>;
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InlineMessageDialogComponent, "mz-inline-message-dialog", never, {}, {}, never, ["*"], true, never>;
|
10
|
-
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
2
|
-
import { Dialog } from '@angular/cdk/dialog';
|
3
|
-
import * as i0 from "@angular/core";
|
4
|
-
export declare class InlineMessageComponent {
|
5
|
-
dialog: Dialog;
|
6
|
-
body: TemplateRef<any> | undefined | null;
|
7
|
-
constructor(dialog: Dialog);
|
8
|
-
ngOnInit(): void;
|
9
|
-
openDialog(): void;
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InlineMessageComponent, never>;
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InlineMessageComponent, "mz-inline-message", never, { "body": { "alias": "body"; "required": false; }; }, {}, never, never, true, never>;
|
12
|
-
}
|