@cauca-911/material 20.0.7 → 20.0.8
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.
|
@@ -3241,7 +3241,7 @@ class SavingConfirmedBoxComponent {
|
|
|
3241
3241
|
this.show = model(false, ...(ngDevMode ? [{ debugName: "show" }] : []));
|
|
3242
3242
|
}
|
|
3243
3243
|
static { this.ɵfac = function SavingConfirmedBoxComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SavingConfirmedBoxComponent)(); }; }
|
|
3244
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SavingConfirmedBoxComponent, selectors: [["
|
|
3244
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SavingConfirmedBoxComponent, selectors: [["cauca-saving-confirmed-box"]], inputs: { show: [1, "show"] }, outputs: { show: "showChange" }, decls: 1, vars: 1, consts: [["caption", "savingSuccessNotification.title", "type", "success", "variant", "standard", 3, "showButton", "showCloseButton"], ["caption", "savingSuccessNotification.title", "type", "success", "variant", "standard", 3, "closeClick", "showButton", "showCloseButton"]], template: function SavingConfirmedBoxComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3245
3245
|
i0.ɵɵconditionalCreate(0, SavingConfirmedBoxComponent_Conditional_0_Template, 3, 5, "cauca-snackbar", 0);
|
|
3246
3246
|
} if (rf & 2) {
|
|
3247
3247
|
i0.ɵɵconditional(ctx.show() ? 0 : -1);
|
|
@@ -3249,7 +3249,7 @@ class SavingConfirmedBoxComponent {
|
|
|
3249
3249
|
}
|
|
3250
3250
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SavingConfirmedBoxComponent, [{
|
|
3251
3251
|
type: Component,
|
|
3252
|
-
args: [{ selector: '
|
|
3252
|
+
args: [{ selector: 'cauca-saving-confirmed-box', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [SnackBarComponent, TranslateModule], template: "@if (show()) {\r\n <cauca-snackbar\r\n caption=\"savingSuccessNotification.title\"\r\n type=\"success\"\r\n variant=\"standard\"\r\n [showButton]=\"false\"\r\n [showCloseButton]=\"true\"\r\n (closeClick)=\"show.set(false)\">\r\n {{'savingSuccessNotification.message' | translate}}\r\n </cauca-snackbar>\r\n}" }]
|
|
3253
3253
|
}], null, null); })();
|
|
3254
3254
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SavingConfirmedBoxComponent, { className: "SavingConfirmedBoxComponent", filePath: "lib/notifications/saving-confirmed-box/saving-confirmed-box.component.ts", lineNumber: 13 }); })();
|
|
3255
3255
|
|
|
@@ -3273,7 +3273,7 @@ class SavingErrorBoxComponent {
|
|
|
3273
3273
|
this.error = computed(() => this.specificError() ? this.specificError() : 'generalError.savingErrorAlertMessage', ...(ngDevMode ? [{ debugName: "error" }] : []));
|
|
3274
3274
|
}
|
|
3275
3275
|
static { this.ɵfac = function SavingErrorBoxComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SavingErrorBoxComponent)(); }; }
|
|
3276
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SavingErrorBoxComponent, selectors: [["
|
|
3276
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SavingErrorBoxComponent, selectors: [["cauca-saving-error-box"]], inputs: { show: [1, "show"], specificError: [1, "specificError"] }, outputs: { show: "showChange" }, decls: 1, vars: 1, consts: [["caption", "generalError.savingErrorAlertTitle", "type", "error", "variant", "standard", 3, "showButton", "showCloseButton"], ["caption", "generalError.savingErrorAlertTitle", "type", "error", "variant", "standard", 3, "closeClick", "showButton", "showCloseButton"]], template: function SavingErrorBoxComponent_Template(rf, ctx) { if (rf & 1) {
|
|
3277
3277
|
i0.ɵɵconditionalCreate(0, SavingErrorBoxComponent_Conditional_0_Template, 3, 5, "cauca-snackbar", 0);
|
|
3278
3278
|
} if (rf & 2) {
|
|
3279
3279
|
i0.ɵɵconditional(ctx.show() ? 0 : -1);
|
|
@@ -3281,7 +3281,7 @@ class SavingErrorBoxComponent {
|
|
|
3281
3281
|
}
|
|
3282
3282
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SavingErrorBoxComponent, [{
|
|
3283
3283
|
type: Component,
|
|
3284
|
-
args: [{ selector: '
|
|
3284
|
+
args: [{ selector: 'cauca-saving-error-box', standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, imports: [SnackBarComponent, TranslateModule], template: "@if (show()) {\r\n <cauca-snackbar\r\n caption=\"generalError.savingErrorAlertTitle\"\r\n type=\"error\"\r\n variant=\"standard\"\r\n [showButton]=\"false\"\r\n [showCloseButton]=\"true\"\r\n (closeClick)=\"show.set(false)\">\r\n {{error() | translate}}\r\n </cauca-snackbar>\r\n}" }]
|
|
3285
3285
|
}], null, null); })();
|
|
3286
3286
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SavingErrorBoxComponent, { className: "SavingErrorBoxComponent", filePath: "lib/notifications/saving-error-box/saving-error-box.component.ts", lineNumber: 13 }); })();
|
|
3287
3287
|
|