@dytesdk/angular-ui-kit 1.35.0-staging.3 → 1.35.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/dist/esm2020/lib/stencil-generated/components.mjs +27 -1
- package/dist/fesm2015/dytesdk-angular-ui-kit.mjs +26 -1
- package/dist/fesm2015/dytesdk-angular-ui-kit.mjs.map +1 -1
- package/dist/fesm2020/dytesdk-angular-ui-kit.mjs +26 -1
- package/dist/fesm2020/dytesdk-angular-ui-kit.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +14 -0
- package/package.json +2 -2
|
@@ -21,6 +21,7 @@ import type { States as IDyteMoreToggleStates } from '@dytesdk/ui-kit';
|
|
|
21
21
|
import type { States as IDyteOverlayModalStates } from '@dytesdk/ui-kit';
|
|
22
22
|
import type { States as IDyteParticipantsToggleStates } from '@dytesdk/ui-kit';
|
|
23
23
|
import type { States as IDytePermissionsMessageStates } from '@dytesdk/ui-kit';
|
|
24
|
+
import type { States as IDytePipToggleStates } from '@dytesdk/ui-kit';
|
|
24
25
|
import type { States as IDytePluginsStates } from '@dytesdk/ui-kit';
|
|
25
26
|
import type { States as IDytePluginsToggleStates } from '@dytesdk/ui-kit';
|
|
26
27
|
import type { PollObject as IDytePollPollObject } from '@dytesdk/ui-kit';
|
|
@@ -677,6 +678,19 @@ export declare class DytePermissionsMessage {
|
|
|
677
678
|
static ɵfac: i0.ɵɵFactoryDeclaration<DytePermissionsMessage, never>;
|
|
678
679
|
static ɵcmp: i0.ɵɵComponentDeclaration<DytePermissionsMessage, "dyte-permissions-message", never, { "iconPack": "iconPack"; "meeting": "meeting"; "t": "t"; }, {}, never, ["*"]>;
|
|
679
680
|
}
|
|
681
|
+
export declare interface DytePipToggle extends Components.DytePipToggle {
|
|
682
|
+
/**
|
|
683
|
+
* Emits updated state data
|
|
684
|
+
*/
|
|
685
|
+
dyteStateUpdate: EventEmitter<CustomEvent<IDytePipToggleStates>>;
|
|
686
|
+
}
|
|
687
|
+
export declare class DytePipToggle {
|
|
688
|
+
protected z: NgZone;
|
|
689
|
+
protected el: HTMLElement;
|
|
690
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
691
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DytePipToggle, never>;
|
|
692
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DytePipToggle, "dyte-pip-toggle", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; "states": "states"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
693
|
+
}
|
|
680
694
|
export declare interface DytePluginMain extends Components.DytePluginMain {
|
|
681
695
|
}
|
|
682
696
|
export declare class DytePluginMain {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dytesdk/angular-ui-kit",
|
|
3
|
-
"version": "1.35.0-staging.
|
|
3
|
+
"version": "1.35.0-staging.4",
|
|
4
4
|
"description": "Dyte's UI Kit to support easy UI development for Angular Projects",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^13.3.0",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0",
|
|
11
|
-
"@dytesdk/ui-kit": "^1.35.0-staging.
|
|
11
|
+
"@dytesdk/ui-kit": "^1.35.0-staging.4"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"tag": "staging"
|