@dytesdk/angular-ui-kit 1.66.0-staging.2 → 1.66.1-staging.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.
- package/dist/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/fesm2015/dytesdk-angular-ui-kit.mjs +3 -3
- package/dist/fesm2015/dytesdk-angular-ui-kit.mjs.map +1 -1
- package/dist/fesm2020/dytesdk-angular-ui-kit.mjs +3 -3
- package/dist/fesm2020/dytesdk-angular-ui-kit.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
|
@@ -439,7 +439,7 @@ export declare class DyteChatMessage {
|
|
|
439
439
|
protected el: HTMLElement;
|
|
440
440
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
441
441
|
static ɵfac: i0.ɵɵFactoryDeclaration<DyteChatMessage, never>;
|
|
442
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DyteChatMessage, "dyte-chat-message", never, { "alignRight": "alignRight"; "canDelete": "canDelete"; "canEdit": "canEdit"; "canReply": "canReply"; "disableControls": "disableControls"; "hideAvatar": "hideAvatar"; "iconPack": "iconPack"; "isContinued": "isContinued"; "isSelf": "isSelf"; "isUnread": "isUnread"; "leftAlign": "leftAlign"; "message": "message"; "senderDisplayPicture": "senderDisplayPicture"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
|
|
442
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DyteChatMessage, "dyte-chat-message", never, { "alignRight": "alignRight"; "canDelete": "canDelete"; "canEdit": "canEdit"; "canReply": "canReply"; "child": "child"; "disableControls": "disableControls"; "hideAvatar": "hideAvatar"; "iconPack": "iconPack"; "isContinued": "isContinued"; "isSelf": "isSelf"; "isUnread": "isUnread"; "leftAlign": "leftAlign"; "message": "message"; "senderDisplayPicture": "senderDisplayPicture"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
|
|
443
443
|
}
|
|
444
444
|
export declare interface DyteChatMessagesUi extends Components.DyteChatMessagesUi {
|
|
445
445
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dytesdk/angular-ui-kit",
|
|
3
|
-
"version": "1.66.
|
|
3
|
+
"version": "1.66.1-staging.1",
|
|
4
4
|
"description": "Dyte's UI Kit to support easy UI development for Angular Projects",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^13 || ^14 || ^15",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0",
|
|
11
|
-
"@dytesdk/ui-kit": "1.66.
|
|
11
|
+
"@dytesdk/ui-kit": "1.66.1-staging.1"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"tag": "staging"
|