@cloudflare/realtimekit-angular-ui 1.1.0-staging.3 → 1.1.0-staging.5
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
|
@@ -1038,7 +1038,7 @@ export declare class RtkMessageView {
|
|
|
1038
1038
|
protected el: HTMLRtkMessageViewElement;
|
|
1039
1039
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1040
1040
|
static ɵfac: i0.ɵɵFactoryDeclaration<RtkMessageView, never>;
|
|
1041
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RtkMessageView, "rtk-message-view", never, { "actions": "actions"; "authorName": "authorName"; "avatarUrl": "avatarUrl"; "hideAuthorName": "hideAuthorName"; "hideAvatar": "hideAvatar"; "hideMetadata": "hideMetadata"; "iconPack": "iconPack"; "isSelf": "isSelf"; "time": "time"; "variant": "variant"; "viewType": "viewType"; }, {}, never, ["*"]>;
|
|
1041
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RtkMessageView, "rtk-message-view", never, { "actions": "actions"; "authorName": "authorName"; "avatarUrl": "avatarUrl"; "hideAuthorName": "hideAuthorName"; "hideAvatar": "hideAvatar"; "hideMetadata": "hideMetadata"; "iconPack": "iconPack"; "isSelf": "isSelf"; "pinned": "pinned"; "time": "time"; "variant": "variant"; "viewType": "viewType"; }, {}, never, ["*"]>;
|
|
1042
1042
|
}
|
|
1043
1043
|
export declare interface RtkMessageView extends Components.RtkMessageView {
|
|
1044
1044
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/realtimekit-angular-ui",
|
|
3
|
-
"version": "1.1.0-staging.
|
|
3
|
+
"version": "1.1.0-staging.5",
|
|
4
4
|
"description": "Pre-built, ready-to-use Angular UI components and utilities for integrating with Cloudflare RealtimeKit",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": ">=12",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0",
|
|
11
|
-
"@cloudflare/realtimekit-ui": "1.1.0-staging.
|
|
11
|
+
"@cloudflare/realtimekit-ui": "1.1.0-staging.5"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"tag": "staging"
|