@progress-chef/platform-shared-components 0.0.39 → 0.0.41
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/esm2022/lib/atoms/avatar/avatar.component.mjs +3 -3
- package/esm2022/lib/atoms/breadcrumb/breadcrumb.component.mjs +2 -2
- package/esm2022/lib/atoms/button/button.component.mjs +4 -4
- package/esm2022/lib/atoms/button-group/button-group.component.mjs +3 -3
- package/esm2022/lib/atoms/checkbox/checkbox.component.mjs +2 -2
- package/esm2022/lib/atoms/dropdown/dropdown.component.mjs +2 -2
- package/esm2022/lib/atoms/dropdowntree/dropdowntree.component.mjs +3 -3
- package/esm2022/lib/atoms/expansion-panel/expansion-panel.component.mjs +3 -3
- package/esm2022/lib/atoms/label/label.component.mjs +2 -2
- package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.mjs +2 -2
- package/esm2022/lib/atoms/radio-button/radio-button.component.mjs +2 -2
- package/esm2022/lib/atoms/slider/slider.component.mjs +3 -3
- package/esm2022/lib/atoms/timescheduler/timescheduler.component.mjs +2 -2
- package/esm2022/lib/atoms/typography/TypographyType.mjs +1 -1
- package/esm2022/lib/atoms/typography/typography.component.mjs +15 -40
- package/esm2022/lib/molecules/card/card-header/card-header.component.mjs +3 -3
- package/esm2022/lib/molecules/card/card.component.mjs +2 -2
- package/esm2022/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.mjs +2 -2
- package/esm2022/lib/molecules/dialog/dialog.module.mjs +7 -14
- package/esm2022/lib/molecules/grid/grid-form/grid-form.component.mjs +3 -3
- package/esm2022/lib/molecules/grid/grid.component.mjs +3 -3
- package/esm2022/lib/molecules/grid-pagination/grid-pagination.component.mjs +3 -3
- package/esm2022/public-api.mjs +1 -2
- package/fesm2022/progress-chef-platform-shared-components.mjs +54 -145
- package/fesm2022/progress-chef-platform-shared-components.mjs.map +1 -1
- package/lib/atoms/typography/TypographyType.d.ts +1 -1
- package/lib/molecules/dialog/dialog.module.d.ts +5 -7
- package/package.json +1 -1
- package/public-api.d.ts +0 -1
- package/esm2022/lib/molecules/dialog/confirmation-dialog/confirmation-dialog.component.mjs +0 -68
- package/lib/molecules/dialog/confirmation-dialog/confirmation-dialog.component.d.ts +0 -19
|
@@ -1 +1 @@
|
|
|
1
|
-
export type TypographyType = '
|
|
1
|
+
export type TypographyType = 'DISPLAY_LARGE' | 'DISPLAY_MEDIUM' | 'DISPLAY_SMALL' | 'HEADING_LARGE' | 'HEADING_MEDIUM' | 'HEADING_SMALL' | 'SUBTITLE_REGULAR' | 'SUBTITLE_SMALL' | 'BODY_LARGE' | 'BODY_MEDIUM' | 'BODY_SMALL';
|
|
@@ -2,14 +2,12 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./dialog.component";
|
|
3
3
|
import * as i2 from "./dialog-titlebar/dialog-titlebar.component";
|
|
4
4
|
import * as i3 from "./dialog-actions/dialog-actions.component";
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "@angular
|
|
7
|
-
import * as i6 from "@progress/kendo-angular-
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "../../atoms/typography/typography.module";
|
|
10
|
-
import * as i9 from "../../atoms/button/button.module";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "@progress/kendo-angular-dialog";
|
|
7
|
+
import * as i6 from "@progress/kendo-angular-buttons";
|
|
8
|
+
import * as i7 from "../../atoms/typography/typography.module";
|
|
11
9
|
export declare class DialogModule {
|
|
12
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, [typeof i1.DialogComponent, typeof i2.DialogTitlebarComponent, typeof i3.DialogActionsComponent
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, [typeof i1.DialogComponent, typeof i2.DialogTitlebarComponent, typeof i3.DialogActionsComponent], [typeof i4.CommonModule, typeof i5.DialogsModule, typeof i6.ButtonsModule, typeof i7.TypographyModule], [typeof i1.DialogComponent, typeof i2.DialogTitlebarComponent, typeof i3.DialogActionsComponent]>;
|
|
14
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<DialogModule>;
|
|
15
13
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -89,7 +89,6 @@ export * from './lib/molecules/card/card-header/card-header.component';
|
|
|
89
89
|
export * from './lib/molecules/card/card.component';
|
|
90
90
|
export * from './lib/molecules/dialog/dialog-actions/dialog-actions.component';
|
|
91
91
|
export * from './lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component';
|
|
92
|
-
export * from './lib/molecules/dialog/confirmation-dialog/confirmation-dialog.component';
|
|
93
92
|
export * from './lib/molecules/dialog/dialog.component';
|
|
94
93
|
export * from './lib/molecules/grid-layout/grid-layout-item/grid-layout-item.component';
|
|
95
94
|
export * from './lib/molecules/grid-layout/grid-layout.component';
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { Component, Output, EventEmitter, Input } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "../../../atoms/typography/typography.component";
|
|
4
|
-
import * as i2 from "../../../atoms/button/button.component";
|
|
5
|
-
import * as i3 from "../dialog.component";
|
|
6
|
-
import * as i4 from "../dialog-titlebar/dialog-titlebar.component";
|
|
7
|
-
import * as i5 from "../dialog-actions/dialog-actions.component";
|
|
8
|
-
export class ConfirmationDialogComponent {
|
|
9
|
-
constructor() {
|
|
10
|
-
this.confirmationDialogCloseEvent = new EventEmitter();
|
|
11
|
-
this.popupEvent = new EventEmitter();
|
|
12
|
-
this.title = '';
|
|
13
|
-
this.btnText = '';
|
|
14
|
-
this.type = '';
|
|
15
|
-
this.dialogInfoText = '';
|
|
16
|
-
this.dialogConfirmationText = '';
|
|
17
|
-
this.fillMode = 'solid';
|
|
18
|
-
this.themeColor = 'base';
|
|
19
|
-
this.primaryButtonLabel = '';
|
|
20
|
-
}
|
|
21
|
-
dialogClose() {
|
|
22
|
-
this.confirmationDialogCloseEvent.emit();
|
|
23
|
-
}
|
|
24
|
-
eventClicked() {
|
|
25
|
-
this.popupEvent.emit();
|
|
26
|
-
}
|
|
27
|
-
ngOnChanges(changes) {
|
|
28
|
-
if (changes['type']?.currentValue === 'enable') {
|
|
29
|
-
this.themeColor = 'primary';
|
|
30
|
-
this.fillMode = 'solid';
|
|
31
|
-
}
|
|
32
|
-
else if (changes['type']?.currentValue === 'update') {
|
|
33
|
-
this.themeColor = 'secondary';
|
|
34
|
-
this.fillMode = 'solid';
|
|
35
|
-
}
|
|
36
|
-
else {
|
|
37
|
-
this.themeColor = 'error';
|
|
38
|
-
this.fillMode = 'outline';
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ConfirmationDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
42
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: ConfirmationDialogComponent, selector: "lib-confirmation-dialog", inputs: { title: "title", btnText: "btnText", type: "type", dialogInfoText: "dialogInfoText", dialogConfirmationText: "dialogConfirmationText", fillMode: "fillMode", themeColor: "themeColor", primaryButtonLabel: "primaryButtonLabel" }, outputs: { confirmationDialogCloseEvent: "confirmationDialogCloseEvent", popupEvent: "popupEvent" }, usesOnChanges: true, ngImport: i0, template: "<lib-dialog width=\"489px\" class=\"confirmation-dialog\">\n <lib-dialog-titlebar class=\"confirmation-title\" [title]=\"title\" titleFont=\"H3_MULISH_18_BOLD\"\n [hideCloseIcon]=\"true\"></lib-dialog-titlebar>\n <div class=\"confirmation-popup-text\">\n <lib-typography type=\"P_MULISH_16_REGULAR\" [defaultText]=\"dialogInfoText\"></lib-typography><br>\n <lib-typography type=\"P_MULISH_16_REGULAR\" [defaultText]=\"dialogConfirmationText\"></lib-typography>\n </div>\n <lib-dialog-actions buttonLayout=\"end\" class=\"action-button\">\n <lib-button label=\"Cancel\" fillMode=\"outline\" themeColor=\"primary\" (click)=\"dialogClose()\" width=\"144px\"></lib-button>\n <lib-button [label]=\"btnText\" [themeColor]=\"themeColor\" (click)=\"eventClicked()\" [fillMode]=\"fillMode\" width=\"144px\"></lib-button>\n </lib-dialog-actions>\n</lib-dialog>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"], dependencies: [{ kind: "component", type: i1.TypographyComponent, selector: "lib-typography", inputs: ["type", "defaultText", "isLabel", "hiddenLabel"] }, { kind: "component", type: i2.ButtonComponent, selector: "lib-button", inputs: ["size", "rounded", "fillMode", "themeColor", "label", "iconName", "disabled", "toggleable", "iconPosition", "fontType", "width", "iconButton"], outputs: ["buttonClick"] }, { kind: "component", type: i3.DialogComponent, selector: "lib-dialog", inputs: ["width", "height", "minWidth", "maxWidth", "minHeight", "maxHeight", "opened"] }, { kind: "component", type: i4.DialogTitlebarComponent, selector: "lib-dialog-titlebar", inputs: ["title", "titleFont", "hideCloseIcon"], outputs: ["closeDialog"] }, { kind: "component", type: i5.DialogActionsComponent, selector: "lib-dialog-actions", inputs: ["buttonLayout"] }] }); }
|
|
43
|
-
}
|
|
44
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ConfirmationDialogComponent, decorators: [{
|
|
45
|
-
type: Component,
|
|
46
|
-
args: [{ selector: 'lib-confirmation-dialog', template: "<lib-dialog width=\"489px\" class=\"confirmation-dialog\">\n <lib-dialog-titlebar class=\"confirmation-title\" [title]=\"title\" titleFont=\"H3_MULISH_18_BOLD\"\n [hideCloseIcon]=\"true\"></lib-dialog-titlebar>\n <div class=\"confirmation-popup-text\">\n <lib-typography type=\"P_MULISH_16_REGULAR\" [defaultText]=\"dialogInfoText\"></lib-typography><br>\n <lib-typography type=\"P_MULISH_16_REGULAR\" [defaultText]=\"dialogConfirmationText\"></lib-typography>\n </div>\n <lib-dialog-actions buttonLayout=\"end\" class=\"action-button\">\n <lib-button label=\"Cancel\" fillMode=\"outline\" themeColor=\"primary\" (click)=\"dialogClose()\" width=\"144px\"></lib-button>\n <lib-button [label]=\"btnText\" [themeColor]=\"themeColor\" (click)=\"eventClicked()\" [fillMode]=\"fillMode\" width=\"144px\"></lib-button>\n </lib-dialog-actions>\n</lib-dialog>\n", styles: [".random-css-to-not-keep-this-file-empty{display:none}\n"] }]
|
|
47
|
-
}], propDecorators: { confirmationDialogCloseEvent: [{
|
|
48
|
-
type: Output
|
|
49
|
-
}], popupEvent: [{
|
|
50
|
-
type: Output
|
|
51
|
-
}], title: [{
|
|
52
|
-
type: Input
|
|
53
|
-
}], btnText: [{
|
|
54
|
-
type: Input
|
|
55
|
-
}], type: [{
|
|
56
|
-
type: Input
|
|
57
|
-
}], dialogInfoText: [{
|
|
58
|
-
type: Input
|
|
59
|
-
}], dialogConfirmationText: [{
|
|
60
|
-
type: Input
|
|
61
|
-
}], fillMode: [{
|
|
62
|
-
type: Input
|
|
63
|
-
}], themeColor: [{
|
|
64
|
-
type: Input
|
|
65
|
-
}], primaryButtonLabel: [{
|
|
66
|
-
type: Input
|
|
67
|
-
}] } });
|
|
68
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uZmlybWF0aW9uLWRpYWxvZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaGFyZWQvc3JjL2xpYi9tb2xlY3VsZXMvZGlhbG9nL2NvbmZpcm1hdGlvbi1kaWFsb2cvY29uZmlybWF0aW9uLWRpYWxvZy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaGFyZWQvc3JjL2xpYi9tb2xlY3VsZXMvZGlhbG9nL2NvbmZpcm1hdGlvbi1kaWFsb2cvY29uZmlybWF0aW9uLWRpYWxvZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUE0QixNQUFNLGVBQWUsQ0FBQzs7Ozs7OztBQU9qRyxNQUFNLE9BQU8sMkJBQTJCO0lBTHhDO1FBTVksaUNBQTRCLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUNsRCxlQUFVLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUNqQyxVQUFLLEdBQVUsRUFBRSxDQUFDO1FBQ2xCLFlBQU8sR0FBVSxFQUFFLENBQUM7UUFDcEIsU0FBSSxHQUFVLEVBQUUsQ0FBQztRQUNqQixtQkFBYyxHQUFVLEVBQUUsQ0FBQztRQUMzQiwyQkFBc0IsR0FBUyxFQUFFLENBQUM7UUFDbEMsYUFBUSxHQU1KLE9BQU8sQ0FBQztRQUNaLGVBQVUsR0FXSCxNQUFNLENBQUM7UUFDZCx1QkFBa0IsR0FBUyxFQUFFLENBQUM7S0FzQnhDO0lBcEJDLFdBQVc7UUFDVCxJQUFJLENBQUMsNEJBQTRCLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDM0MsQ0FBQztJQUVELFlBQVk7UUFDVixJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3pCLENBQUM7SUFFRCxXQUFXLENBQUMsT0FBc0I7UUFDaEMsSUFBSSxPQUFPLENBQUMsTUFBTSxDQUFDLEVBQUUsWUFBWSxLQUFLLFFBQVEsRUFBRTtZQUM5QyxJQUFJLENBQUMsVUFBVSxHQUFHLFNBQVMsQ0FBQztZQUM1QixJQUFJLENBQUMsUUFBUSxHQUFHLE9BQU8sQ0FBQTtTQUN4QjthQUFNLElBQUcsT0FBTyxDQUFDLE1BQU0sQ0FBQyxFQUFFLFlBQVksS0FBSyxRQUFRLEVBQUU7WUFDcEQsSUFBSSxDQUFDLFVBQVUsR0FBRyxXQUFXLENBQUM7WUFDOUIsSUFBSSxDQUFDLFFBQVEsR0FBRyxPQUFPLENBQUE7U0FDeEI7YUFBTTtZQUNMLElBQUksQ0FBQyxVQUFVLEdBQUcsT0FBTyxDQUFDO1lBQzFCLElBQUksQ0FBQyxRQUFRLEdBQUcsU0FBUyxDQUFBO1NBQzFCO0lBQ0gsQ0FBQzsrR0FoRFUsMkJBQTJCO21HQUEzQiwyQkFBMkIscWFDUHhDLDAyQkFZQTs7NEZETGEsMkJBQTJCO2tCQUx2QyxTQUFTOytCQUNFLHlCQUF5Qjs4QkFLekIsNEJBQTRCO3NCQUFyQyxNQUFNO2dCQUNHLFVBQVU7c0JBQW5CLE1BQU07Z0JBQ0UsS0FBSztzQkFBYixLQUFLO2dCQUNHLE9BQU87c0JBQWYsS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csY0FBYztzQkFBdEIsS0FBSztnQkFDRyxzQkFBc0I7c0JBQTlCLEtBQUs7Z0JBQ0csUUFBUTtzQkFBaEIsS0FBSztnQkFPRyxVQUFVO3NCQUFsQixLQUFLO2dCQVlHLGtCQUFrQjtzQkFBMUIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT3V0cHV0LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkNoYW5nZXMsIFNpbXBsZUNoYW5nZXMgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbGliLWNvbmZpcm1hdGlvbi1kaWFsb2cnLFxuICB0ZW1wbGF0ZVVybDogJy4vY29uZmlybWF0aW9uLWRpYWxvZy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2NvbmZpcm1hdGlvbi1kaWFsb2cuY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBDb25maXJtYXRpb25EaWFsb2dDb21wb25lbnQgaW1wbGVtZW50cyBPbkNoYW5nZXMge1xuICBAT3V0cHV0KCkgY29uZmlybWF0aW9uRGlhbG9nQ2xvc2VFdmVudCA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcbiAgQE91dHB1dCgpIHBvcHVwRXZlbnQgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gIEBJbnB1dCgpIHRpdGxlOiBzdHJpbmcgPScnO1xuICBASW5wdXQoKSBidG5UZXh0OiBzdHJpbmcgPScnO1xuICBASW5wdXQoKSB0eXBlOiBzdHJpbmcgPScnO1xuICBASW5wdXQoKSBkaWFsb2dJbmZvVGV4dDogc3RyaW5nID0nJztcbiAgQElucHV0KCkgZGlhbG9nQ29uZmlybWF0aW9uVGV4dDogc3RyaW5nPScnO1xuICBASW5wdXQoKSBmaWxsTW9kZTpcbiAgICB8ICdzb2xpZCdcbiAgICB8ICdmbGF0J1xuICAgIHwgJ291dGxpbmUnXG4gICAgfCAnY2xlYXInXG4gICAgfCAnbGluaydcbiAgICB8ICdub25lJyA9ICdzb2xpZCc7XG4gIEBJbnB1dCgpIHRoZW1lQ29sb3I6XG4gICAgfCAnYmFzZSdcbiAgICB8ICdwcmltYXJ5J1xuICAgIHwgJ3NlY29uZGFyeSdcbiAgICB8ICd0ZXJ0aWFyeSdcbiAgICB8ICdpbmZvJ1xuICAgIHwgJ3N1Y2Nlc3MnXG4gICAgfCAnd2FybmluZydcbiAgICB8ICdlcnJvcidcbiAgICB8ICdkYXJrJ1xuICAgIHwgJ2xpZ2h0J1xuICAgIHwgJ2ludmVyc2UnID0gJ2Jhc2UnO1xuICBASW5wdXQoKSBwcmltYXJ5QnV0dG9uTGFiZWw6IHN0cmluZz0nJztcblxuICBkaWFsb2dDbG9zZSgpIHtcbiAgICB0aGlzLmNvbmZpcm1hdGlvbkRpYWxvZ0Nsb3NlRXZlbnQuZW1pdCgpO1xuICB9XG5cbiAgZXZlbnRDbGlja2VkKCkge1xuICAgIHRoaXMucG9wdXBFdmVudC5lbWl0KCk7XG4gIH1cblxuICBuZ09uQ2hhbmdlcyhjaGFuZ2VzOiBTaW1wbGVDaGFuZ2VzKSB7XG4gICAgaWYgKGNoYW5nZXNbJ3R5cGUnXT8uY3VycmVudFZhbHVlID09PSAnZW5hYmxlJykge1xuICAgICAgdGhpcy50aGVtZUNvbG9yID0gJ3ByaW1hcnknO1xuICAgICAgdGhpcy5maWxsTW9kZSA9ICdzb2xpZCdcbiAgICB9IGVsc2UgaWYoY2hhbmdlc1sndHlwZSddPy5jdXJyZW50VmFsdWUgPT09ICd1cGRhdGUnKSB7XG4gICAgICB0aGlzLnRoZW1lQ29sb3IgPSAnc2Vjb25kYXJ5JztcbiAgICAgIHRoaXMuZmlsbE1vZGUgPSAnc29saWQnXG4gICAgfSBlbHNlIHtcbiAgICAgIHRoaXMudGhlbWVDb2xvciA9ICdlcnJvcic7XG4gICAgICB0aGlzLmZpbGxNb2RlID0gJ291dGxpbmUnXG4gICAgfVxuICB9XG59XG4iLCI8bGliLWRpYWxvZyB3aWR0aD1cIjQ4OXB4XCIgY2xhc3M9XCJjb25maXJtYXRpb24tZGlhbG9nXCI+XG4gIDxsaWItZGlhbG9nLXRpdGxlYmFyIGNsYXNzPVwiY29uZmlybWF0aW9uLXRpdGxlXCIgW3RpdGxlXT1cInRpdGxlXCIgdGl0bGVGb250PVwiSDNfTVVMSVNIXzE4X0JPTERcIlxuICAgIFtoaWRlQ2xvc2VJY29uXT1cInRydWVcIj48L2xpYi1kaWFsb2ctdGl0bGViYXI+XG4gIDxkaXYgY2xhc3M9XCJjb25maXJtYXRpb24tcG9wdXAtdGV4dFwiPlxuICAgIDxsaWItdHlwb2dyYXBoeSB0eXBlPVwiUF9NVUxJU0hfMTZfUkVHVUxBUlwiIFtkZWZhdWx0VGV4dF09XCJkaWFsb2dJbmZvVGV4dFwiPjwvbGliLXR5cG9ncmFwaHk+PGJyPlxuICAgIDxsaWItdHlwb2dyYXBoeSB0eXBlPVwiUF9NVUxJU0hfMTZfUkVHVUxBUlwiIFtkZWZhdWx0VGV4dF09XCJkaWFsb2dDb25maXJtYXRpb25UZXh0XCI+PC9saWItdHlwb2dyYXBoeT5cbiAgPC9kaXY+XG4gIDxsaWItZGlhbG9nLWFjdGlvbnMgYnV0dG9uTGF5b3V0PVwiZW5kXCIgY2xhc3M9XCJhY3Rpb24tYnV0dG9uXCI+XG4gICAgPGxpYi1idXR0b24gbGFiZWw9XCJDYW5jZWxcIiBmaWxsTW9kZT1cIm91dGxpbmVcIiB0aGVtZUNvbG9yPVwicHJpbWFyeVwiIChjbGljayk9XCJkaWFsb2dDbG9zZSgpXCIgd2lkdGg9XCIxNDRweFwiPjwvbGliLWJ1dHRvbj5cbiAgICA8bGliLWJ1dHRvbiBbbGFiZWxdPVwiYnRuVGV4dFwiIFt0aGVtZUNvbG9yXT1cInRoZW1lQ29sb3JcIiAoY2xpY2spPVwiZXZlbnRDbGlja2VkKClcIiBbZmlsbE1vZGVdPVwiZmlsbE1vZGVcIiB3aWR0aD1cIjE0NHB4XCI+PC9saWItYnV0dG9uPlxuICA8L2xpYi1kaWFsb2ctYWN0aW9ucz5cbjwvbGliLWRpYWxvZz5cbiJdfQ==
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ConfirmationDialogComponent implements OnChanges {
|
|
4
|
-
confirmationDialogCloseEvent: EventEmitter<any>;
|
|
5
|
-
popupEvent: EventEmitter<any>;
|
|
6
|
-
title: string;
|
|
7
|
-
btnText: string;
|
|
8
|
-
type: string;
|
|
9
|
-
dialogInfoText: string;
|
|
10
|
-
dialogConfirmationText: string;
|
|
11
|
-
fillMode: 'solid' | 'flat' | 'outline' | 'clear' | 'link' | 'none';
|
|
12
|
-
themeColor: 'base' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse';
|
|
13
|
-
primaryButtonLabel: string;
|
|
14
|
-
dialogClose(): void;
|
|
15
|
-
eventClicked(): void;
|
|
16
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "lib-confirmation-dialog", never, { "title": { "alias": "title"; "required": false; }; "btnText": { "alias": "btnText"; "required": false; }; "type": { "alias": "type"; "required": false; }; "dialogInfoText": { "alias": "dialogInfoText"; "required": false; }; "dialogConfirmationText": { "alias": "dialogConfirmationText"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "primaryButtonLabel": { "alias": "primaryButtonLabel"; "required": false; }; }, { "confirmationDialogCloseEvent": "confirmationDialogCloseEvent"; "popupEvent": "popupEvent"; }, never, never, false, never>;
|
|
19
|
-
}
|