chrv-components 1.8.21 → 1.8.23
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/chrv-components-1.8.23.tgz +0 -0
- package/esm2022/lib/chr-breadcrumb/chr-breadcrumb.component.mjs +3 -3
- package/esm2022/lib/chr-button/chr-button.component.mjs +3 -3
- package/esm2022/lib/chr-checkbox/chr-checkbox.component.mjs +3 -3
- package/esm2022/lib/chr-delete-modal/chr-delete-modal.component.mjs +3 -3
- package/esm2022/lib/chr-form/chr-form.component.mjs +3 -3
- package/esm2022/lib/chr-form-legacy/chr-form-legacy.component.mjs +3 -3
- package/esm2022/lib/chr-paginator/chr-paginator.component.mjs +3 -3
- package/esm2022/lib/chr-search-select/chr-search-select.component.mjs +3 -3
- package/esm2022/lib/chr-searchbar/chr-searchbar.component.mjs +3 -3
- package/esm2022/lib/chr-separator/chr-separator.component.mjs +2 -2
- package/esm2022/lib/chr-table/chr-table.component.mjs +3 -3
- package/esm2022/lib/chr-table-header-cell/chr-table-header-cell.component.mjs +3 -3
- package/esm2022/lib/chr-toast/chr-toast.component.mjs +3 -3
- package/fesm2022/chrv-components.mjs +26 -26
- package/fesm2022/chrv-components.mjs.map +1 -1
- package/package.json +1 -1
- package/chrv-components-1.8.21.tgz +0 -0
|
@@ -11,12 +11,12 @@ export class ChrToastComponent {
|
|
|
11
11
|
this.topmargin = "0px";
|
|
12
12
|
}
|
|
13
13
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.6", ngImport: i0, type: ChrToastComponent, deps: [{ token: i1.ToastService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
14
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.6", type: ChrToastComponent, isStandalone: true, selector: "app-chr-toast", inputs: { topmargin: "topmargin" }, ngImport: i0, template: "<div *ngIf=\"(toastService.current() | async); let toast;\" class=\"toast flex h-0\" style=\"--margin-top: {{topmargin}};\">\r\n <div class=\"toast-sticky-wrapper\">\r\n <div class=\"toast-content p-2\" [ngClass]=\"{\r\n '
|
|
14
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.6", type: ChrToastComponent, isStandalone: true, selector: "app-chr-toast", inputs: { topmargin: "topmargin" }, ngImport: i0, template: "<div *ngIf=\"(toastService.current() | async); let toast;\" class=\"toast flex h-0\" style=\"--margin-top: {{topmargin}};\">\r\n <div class=\"toast-sticky-wrapper\">\r\n <div class=\"toast-content p-2\" [ngClass]=\"{\r\n 'text-chrmblue':toast?.type == 'success',\r\n 'text-chrorange':toast?.type == 'warning',\r\n 'text-chrwarning':toast?.type == 'error'\r\n }\" style=\"cursor: default;\">\r\n <mat-icon class=\"toast-status-icon\">icon</mat-icon>\r\n <p class=\"toast-message\">{{toast?.message}}</p>\r\n <mat-icon class=\"toast-close-icon\" style=\"cursor: pointer;\" (click)=\"toastService.next()\">close</mat-icon>\r\n </div>\r\n </div>\r\n</div>", styles: [".toast{position:relative;z-index:15;height:0;border-top-left-radius:5rem}.toast-sticky-wrapper{position:absolute;right:0;left:0;margin-top:var(--margin-top)}.toast-content{position:fixed;display:flex;justify-content:space-between;align-items:center;align-content:center;justify-items:center;padding-left:2rem;padding-right:2rem;border-radius:inherit;left:0;right:0;background-color:#fffc;box-shadow:0 0 15px #17193954}.toast-close-icon{color:#3e525f}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] }); }
|
|
15
15
|
}
|
|
16
16
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.6", ngImport: i0, type: ChrToastComponent, decorators: [{
|
|
17
17
|
type: Component,
|
|
18
|
-
args: [{ selector: "app-chr-toast", standalone: true, imports: [CommonModule, MatIconModule], template: "<div *ngIf=\"(toastService.current() | async); let toast;\" class=\"toast flex h-0\" style=\"--margin-top: {{topmargin}};\">\r\n <div class=\"toast-sticky-wrapper\">\r\n <div class=\"toast-content p-2\" [ngClass]=\"{\r\n '
|
|
18
|
+
args: [{ selector: "app-chr-toast", standalone: true, imports: [CommonModule, MatIconModule], template: "<div *ngIf=\"(toastService.current() | async); let toast;\" class=\"toast flex h-0\" style=\"--margin-top: {{topmargin}};\">\r\n <div class=\"toast-sticky-wrapper\">\r\n <div class=\"toast-content p-2\" [ngClass]=\"{\r\n 'text-chrmblue':toast?.type == 'success',\r\n 'text-chrorange':toast?.type == 'warning',\r\n 'text-chrwarning':toast?.type == 'error'\r\n }\" style=\"cursor: default;\">\r\n <mat-icon class=\"toast-status-icon\">icon</mat-icon>\r\n <p class=\"toast-message\">{{toast?.message}}</p>\r\n <mat-icon class=\"toast-close-icon\" style=\"cursor: pointer;\" (click)=\"toastService.next()\">close</mat-icon>\r\n </div>\r\n </div>\r\n</div>", styles: [".toast{position:relative;z-index:15;height:0;border-top-left-radius:5rem}.toast-sticky-wrapper{position:absolute;right:0;left:0;margin-top:var(--margin-top)}.toast-content{position:fixed;display:flex;justify-content:space-between;align-items:center;align-content:center;justify-items:center;padding-left:2rem;padding-right:2rem;border-radius:inherit;left:0;right:0;background-color:#fffc;box-shadow:0 0 15px #17193954}.toast-close-icon{color:#3e525f}\n"] }]
|
|
19
19
|
}], ctorParameters: () => [{ type: i1.ToastService }], propDecorators: { topmargin: [{
|
|
20
20
|
type: Input
|
|
21
21
|
}] } });
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hyLXRvYXN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NocnYtY29tcG9uZW50cy9zcmMvbGliL2Noci10b2FzdC9jaHItdG9hc3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2hydi1jb21wb25lbnRzL3NyYy9saWIvY2hyLXRvYXN0L2Noci10b2FzdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7OztBQVUvQyxNQUFNLE9BQU8saUJBQWlCO0lBRTdCLFlBQTBCLFlBQTBCO1FBQTFCLGlCQUFZLEdBQVosWUFBWSxDQUFjO1FBRDNDLGNBQVMsR0FBRyxLQUFLLENBQUM7SUFDNEIsQ0FBQzs4R0FGNUMsaUJBQWlCO2tHQUFqQixpQkFBaUIsNkdDWjlCLDB4QkFZTSw2ZkRKSyxZQUFZLHFSQUFFLGFBQWE7OzJGQUl6QixpQkFBaUI7a0JBUDdCLFNBQVM7K0JBQ0MsZUFBZSxjQUNiLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxhQUFhLENBQUM7aUZBSzdCLFNBQVM7c0JBQWpCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcclxuaW1wb3J0IHsgTWF0SWNvbk1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9tYXRlcmlhbC9pY29uXCI7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb21tb25cIjtcclxuaW1wb3J0IHsgVG9hc3RTZXJ2aWNlIH0gZnJvbSBcIi4uL3NlcnZpY2VzL3RvYXN0LnNlcnZpY2VcIjtcclxuXHJcbkBDb21wb25lbnQoe1xyXG5cdHNlbGVjdG9yOiBcImFwcC1jaHItdG9hc3RcIixcclxuXHRzdGFuZGFsb25lOiB0cnVlLFxyXG5cdGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIE1hdEljb25Nb2R1bGVdLFxyXG5cdHRlbXBsYXRlVXJsOiBcIi4vY2hyLXRvYXN0LmNvbXBvbmVudC5odG1sXCIsXHJcblx0c3R5bGVVcmw6IFwiLi9jaHItdG9hc3QuY29tcG9uZW50LnNjc3NcIixcclxufSlcclxuZXhwb3J0IGNsYXNzIENoclRvYXN0Q29tcG9uZW50IHtcclxuXHRASW5wdXQoKSB0b3BtYXJnaW4gPSBcIjBweFwiO1xyXG5cdHB1YmxpYyBjb25zdHJ1Y3RvcihwdWJsaWMgdG9hc3RTZXJ2aWNlOiBUb2FzdFNlcnZpY2UpIHt9XHJcbn1cclxuIiwiPGRpdiAqbmdJZj1cIih0b2FzdFNlcnZpY2UuY3VycmVudCgpIHwgYXN5bmMpOyBsZXQgdG9hc3Q7XCIgY2xhc3M9XCJ0b2FzdCBmbGV4IGgtMFwiIHN0eWxlPVwiLS1tYXJnaW4tdG9wOiB7e3RvcG1hcmdpbn19O1wiPlxyXG4gICAgPGRpdiBjbGFzcz1cInRvYXN0LXN0aWNreS13cmFwcGVyXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInRvYXN0LWNvbnRlbnQgcC0yXCIgW25nQ2xhc3NdPVwie1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAndGV4dC1jaHJtYmx1ZSc6dG9hc3Q/LnR5cGUgPT0gJ3N1Y2Nlc3MnLFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAndGV4dC1jaHJvcmFuZ2UnOnRvYXN0Py50eXBlID09ICd3YXJuaW5nJyxcclxuICAgICAgICAgICAgICAgICAgICAgICAgJ3RleHQtY2hyd2FybmluZyc6dG9hc3Q/LnR5cGUgPT0gJ2Vycm9yJ1xyXG4gICAgICAgICAgICAgICAgICAgIH1cIiBzdHlsZT1cImN1cnNvcjogZGVmYXVsdDtcIj5cclxuICAgICAgICAgICAgPG1hdC1pY29uIGNsYXNzPVwidG9hc3Qtc3RhdHVzLWljb25cIj5pY29uPC9tYXQtaWNvbj5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJ0b2FzdC1tZXNzYWdlXCI+e3t0b2FzdD8ubWVzc2FnZX19PC9wPlxyXG4gICAgICAgICAgICA8bWF0LWljb24gY2xhc3M9XCJ0b2FzdC1jbG9zZS1pY29uXCIgc3R5bGU9XCJjdXJzb3I6IHBvaW50ZXI7XCIgKGNsaWNrKT1cInRvYXN0U2VydmljZS5uZXh0KClcIj5jbG9zZTwvbWF0LWljb24+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+Il19
|