@cloudflare/realtimekit-angular-ui 1.0.0-staging.8 → 1.0.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.
|
@@ -2304,11 +2304,11 @@ let RtkNotification = class RtkNotification {
|
|
|
2304
2304
|
proxyOutputs(this, this.el, ['rtkNotificationDismiss']);
|
|
2305
2305
|
}
|
|
2306
2306
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: RtkNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2307
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: RtkNotification, isStandalone: true, selector: "rtk-notification", inputs: { iconPack: "iconPack", notification: "notification", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2307
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.1", type: RtkNotification, isStandalone: true, selector: "rtk-notification", inputs: { iconPack: "iconPack", notification: "notification", paused: "paused", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2308
2308
|
};
|
|
2309
2309
|
RtkNotification = __decorate([
|
|
2310
2310
|
ProxyCmp({
|
|
2311
|
-
inputs: ['iconPack', 'notification', 'size', 't']
|
|
2311
|
+
inputs: ['iconPack', 'notification', 'paused', 'size', 't']
|
|
2312
2312
|
})
|
|
2313
2313
|
], RtkNotification);
|
|
2314
2314
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImport: i0, type: RtkNotification, decorators: [{
|
|
@@ -2318,7 +2318,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.1", ngImpor
|
|
|
2318
2318
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2319
2319
|
template: '<ng-content></ng-content>',
|
|
2320
2320
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2321
|
-
inputs: ['iconPack', 'notification', 'size', 't'],
|
|
2321
|
+
inputs: ['iconPack', 'notification', 'paused', 'size', 't'],
|
|
2322
2322
|
}]
|
|
2323
2323
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2324
2324
|
let RtkNotifications = class RtkNotifications {
|