@cloudflare/realtimekit-angular-ui 1.1.1 → 1.1.2
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 +1 -2
- package/fesm2015/cloudflare-realtimekit-angular-ui.mjs +0 -1
- package/fesm2015/cloudflare-realtimekit-angular-ui.mjs.map +1 -1
- package/fesm2020/cloudflare-realtimekit-angular-ui.mjs +0 -1
- package/fesm2020/cloudflare-realtimekit-angular-ui.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +0 -5
- package/package.json +2 -2
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
|
|
2
2
|
import { Components } from '@cloudflare/realtimekit-ui';
|
|
3
|
-
import type { States as IRtkAiStates } from '@cloudflare/realtimekit-ui';
|
|
4
3
|
import type { States as IRtkAiToggleStates } from '@cloudflare/realtimekit-ui';
|
|
5
4
|
import type { PartialStateEvent as IRtkBreakoutRoomsManagerPartialStateEvent } from '@cloudflare/realtimekit-ui';
|
|
6
5
|
import type { PartialStateEvent as IRtkBreakoutRoomsTogglePartialStateEvent } from '@cloudflare/realtimekit-ui';
|
|
@@ -68,10 +67,6 @@ export declare class RtkAi {
|
|
|
68
67
|
static ɵcmp: i0.ɵɵComponentDeclaration<RtkAi, "rtk-ai", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "view": "view"; }, {}, never, ["*"]>;
|
|
69
68
|
}
|
|
70
69
|
export declare interface RtkAi extends Components.RtkAi {
|
|
71
|
-
/**
|
|
72
|
-
* Emits updated state data
|
|
73
|
-
*/
|
|
74
|
-
rtkStateUpdate: EventEmitter<CustomEvent<IRtkAiStates>>;
|
|
75
70
|
}
|
|
76
71
|
export declare class RtkAiToggle {
|
|
77
72
|
protected z: NgZone;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/realtimekit-angular-ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
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.
|
|
11
|
+
"@cloudflare/realtimekit-ui": "1.1.2"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public",
|