@cloudflare/realtimekit-angular-ui 1.1.0-staging.3 → 1.1.0-staging.4
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/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/fesm2015/cloudflare-realtimekit-angular-ui.mjs +3 -3
- package/fesm2015/cloudflare-realtimekit-angular-ui.mjs.map +1 -1
- package/fesm2020/cloudflare-realtimekit-angular-ui.mjs +3 -3
- package/fesm2020/cloudflare-realtimekit-angular-ui.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1913,10 +1913,10 @@ let RtkMessageView = class RtkMessageView {
|
|
|
1913
1913
|
}
|
|
1914
1914
|
};
|
|
1915
1915
|
RtkMessageView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkMessageView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1916
|
-
RtkMessageView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkMessageView, selector: "rtk-message-view", inputs: { actions: "actions", authorName: "authorName", avatarUrl: "avatarUrl", hideAuthorName: "hideAuthorName", hideAvatar: "hideAvatar", hideMetadata: "hideMetadata", iconPack: "iconPack", isSelf: "isSelf", time: "time", variant: "variant", viewType: "viewType" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1916
|
+
RtkMessageView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkMessageView, selector: "rtk-message-view", inputs: { actions: "actions", authorName: "authorName", avatarUrl: "avatarUrl", hideAuthorName: "hideAuthorName", hideAvatar: "hideAvatar", hideMetadata: "hideMetadata", iconPack: "iconPack", isSelf: "isSelf", pinned: "pinned", time: "time", variant: "variant", viewType: "viewType" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1917
1917
|
RtkMessageView = __decorate([
|
|
1918
1918
|
ProxyCmp({
|
|
1919
|
-
inputs: ['actions', 'authorName', 'avatarUrl', 'hideAuthorName', 'hideAvatar', 'hideMetadata', 'iconPack', 'isSelf', 'time', 'variant', 'viewType']
|
|
1919
|
+
inputs: ['actions', 'authorName', 'avatarUrl', 'hideAuthorName', 'hideAvatar', 'hideMetadata', 'iconPack', 'isSelf', 'pinned', 'time', 'variant', 'viewType']
|
|
1920
1920
|
})
|
|
1921
1921
|
], RtkMessageView);
|
|
1922
1922
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkMessageView, decorators: [{
|
|
@@ -1926,7 +1926,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1926
1926
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1927
1927
|
template: '<ng-content></ng-content>',
|
|
1928
1928
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1929
|
-
inputs: ['actions', 'authorName', 'avatarUrl', 'hideAuthorName', 'hideAvatar', 'hideMetadata', 'iconPack', 'isSelf', 'time', 'variant', 'viewType'],
|
|
1929
|
+
inputs: ['actions', 'authorName', 'avatarUrl', 'hideAuthorName', 'hideAvatar', 'hideMetadata', 'iconPack', 'isSelf', 'pinned', 'time', 'variant', 'viewType'],
|
|
1930
1930
|
}]
|
|
1931
1931
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1932
1932
|
let RtkMicToggle = class RtkMicToggle {
|