@quitting/ui 1.0.1 → 1.2.0
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/client-access.d.ts +9 -0
- package/dist/client-access.d.ts.map +1 -0
- package/dist/components/CallDialog.vue.d.ts.map +1 -1
- package/dist/components/CallOutgoing.vue.d.ts.map +1 -1
- package/dist/components/ChatPanel.vue.d.ts +38 -1
- package/dist/components/ChatPanel.vue.d.ts.map +1 -1
- package/dist/components/ImToast.vue.d.ts +11 -0
- package/dist/components/ImToast.vue.d.ts.map +1 -0
- package/dist/components/IncomingRing.vue.d.ts.map +1 -1
- package/dist/components/MeetWindow.vue.d.ts +111 -1
- package/dist/components/MeetWindow.vue.d.ts.map +1 -1
- package/dist/components/MeetingCreateDialog.vue.d.ts +43 -0
- package/dist/components/MeetingCreateDialog.vue.d.ts.map +1 -0
- package/dist/components/MeetingInvite.vue.d.ts.map +1 -1
- package/dist/components/UserPickerDialog.vue.d.ts +46 -0
- package/dist/components/UserPickerDialog.vue.d.ts.map +1 -0
- package/dist/components/UserPickerList.vue.d.ts +39 -0
- package/dist/components/UserPickerList.vue.d.ts.map +1 -0
- package/dist/components/meeting/MainVideoTile.vue.d.ts +2 -0
- package/dist/components/meeting/MainVideoTile.vue.d.ts.map +1 -1
- package/dist/components/meeting/MeetingControlBar.vue.d.ts +20 -0
- package/dist/components/meeting/MeetingControlBar.vue.d.ts.map +1 -0
- package/dist/components/meeting/MeetingHeader.vue.d.ts +19 -1
- package/dist/components/meeting/MeetingHeader.vue.d.ts.map +1 -1
- package/dist/components/meeting/MemberItem.vue.d.ts +3 -0
- package/dist/components/meeting/MemberItem.vue.d.ts.map +1 -1
- package/dist/components/meeting/MemberListPanel.vue.d.ts +3 -0
- package/dist/components/meeting/MemberListPanel.vue.d.ts.map +1 -1
- package/dist/components/meeting/SidebarTabs.vue.d.ts +1 -0
- package/dist/components/meeting/SidebarTabs.vue.d.ts.map +1 -1
- package/dist/components/meeting/SmallVideoTile.vue.d.ts +3 -0
- package/dist/components/meeting/SmallVideoTile.vue.d.ts.map +1 -1
- package/dist/components/meeting/VideoListPanel.vue.d.ts +2 -0
- package/dist/components/meeting/VideoListPanel.vue.d.ts.map +1 -1
- package/dist/components/meeting/icons.d.ts +4 -0
- package/dist/components/meeting/icons.d.ts.map +1 -1
- package/dist/error-text.d.ts +2 -0
- package/dist/error-text.d.ts.map +1 -0
- package/dist/global-methods.d.ts +12 -5
- package/dist/global-methods.d.ts.map +1 -1
- package/dist/im-ui.css +1 -1
- package/dist/im-ui.es.js +1617 -778
- package/dist/im-ui.es.js.map +1 -1
- package/dist/im-ui.umd.js +1 -1
- package/dist/im-ui.umd.js.map +1 -1
- package/dist/index.d.ts +20 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/mount.d.ts +9 -0
- package/dist/mount.d.ts.map +1 -0
- package/dist/toast.d.ts +10 -0
- package/dist/toast.d.ts.map +1 -0
- package/dist/types.d.ts +6 -0
- package/dist/types.d.ts.map +1 -0
- package/package.json +5 -7
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ImClient } from '@quitting/core';
|
|
2
|
+
declare global {
|
|
3
|
+
interface Window {
|
|
4
|
+
__imClient?: ImClient;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export declare function getImClient(): ImClient | undefined;
|
|
8
|
+
export declare function setImClient(c: ImClient | undefined): void;
|
|
9
|
+
//# sourceMappingURL=client-access.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-access.d.ts","sourceRoot":"","sources":["../src/client-access.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAK9C,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,UAAU,CAAC,EAAE,QAAQ,CAAA;KACtB;CACF;AAED,wBAAgB,WAAW,IAAI,QAAQ,GAAG,SAAS,CAGlD;AAED,wBAAgB,WAAW,CAAC,CAAC,EAAE,QAAQ,GAAG,SAAS,QAGlD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallDialog.vue.d.ts","sourceRoot":"","sources":["../../src/components/CallDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CallDialog.vue.d.ts","sourceRoot":"","sources":["../../src/components/CallDialog.vue"],"names":[],"mappings":"AA8WA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;AAiBlD,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,UAAU,GAAG,UAAU,CAAA;IAC7B,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,QAAQ,CAAA;IAElB,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAC;;;;;;;;;;;;AAkTF,wBASG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallOutgoing.vue.d.ts","sourceRoot":"","sources":["../../src/components/CallOutgoing.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CallOutgoing.vue.d.ts","sourceRoot":"","sources":["../../src/components/CallOutgoing.vue"],"names":[],"mappings":"AAqPA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;AAWlD,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,QAAQ,CAAA;IAElB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAC;;;;;;;;AAiMF,wBAQG"}
|
|
@@ -1,13 +1,50 @@
|
|
|
1
|
+
import { Message } from '@quitting/contract';
|
|
1
2
|
type __VLS_Props = {
|
|
2
3
|
to: string;
|
|
4
|
+
peerName?: string;
|
|
5
|
+
myUid?: string;
|
|
6
|
+
embedded?: boolean;
|
|
3
7
|
onClose?: () => void;
|
|
4
8
|
};
|
|
5
|
-
declare
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: Readonly<{
|
|
12
|
+
message?(scope: {
|
|
13
|
+
message: Message;
|
|
14
|
+
mine: boolean;
|
|
15
|
+
}): unknown;
|
|
16
|
+
input?(scope: {
|
|
17
|
+
send: (text: string) => void;
|
|
18
|
+
}): unknown;
|
|
19
|
+
}> & {
|
|
20
|
+
message?(scope: {
|
|
21
|
+
message: Message;
|
|
22
|
+
mine: boolean;
|
|
23
|
+
}): unknown;
|
|
24
|
+
input?(scope: {
|
|
25
|
+
send: (text: string) => void;
|
|
26
|
+
}): unknown;
|
|
27
|
+
};
|
|
28
|
+
refs: {
|
|
29
|
+
listEl: HTMLDivElement;
|
|
30
|
+
textareaEl: HTMLTextAreaElement;
|
|
31
|
+
};
|
|
32
|
+
rootEl: HTMLDivElement;
|
|
33
|
+
};
|
|
34
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
6
36
|
close: () => any;
|
|
7
37
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
38
|
onClose?: (() => any) | undefined;
|
|
9
39
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
10
40
|
listEl: HTMLDivElement;
|
|
41
|
+
textareaEl: HTMLTextAreaElement;
|
|
11
42
|
}, HTMLDivElement>;
|
|
43
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
44
|
export default _default;
|
|
45
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
|
+
new (): {
|
|
47
|
+
$slots: S;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
13
50
|
//# sourceMappingURL=ChatPanel.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatPanel.vue.d.ts","sourceRoot":"","sources":["../../src/components/ChatPanel.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatPanel.vue.d.ts","sourceRoot":"","sources":["../../src/components/ChatPanel.vue"],"names":[],"mappings":"AA+lBA,OAAO,KAAK,EAAgB,OAAO,EAAE,MAAM,oBAAoB,CAAA;AAU/D,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IAEV,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CACrB,CAAC;AAmVF,iBAAS,cAAc;WAyJT,OAAO,IAA6B;;wBApehC;YAAE,OAAO,EAAE,OAAO,CAAC;YAAC,IAAI,EAAE,OAAO,CAAA;SAAE,GAAG,OAAO;sBAE/C;YAAE,IAAI,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;SAAE,GAAG,OAAO;;wBAFxC;YAAE,OAAO,EAAE,OAAO,CAAC;YAAC,IAAI,EAAE,OAAO,CAAA;SAAE,GAAG,OAAO;sBAE/C;YAAE,IAAI,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;SAAE,GAAG,OAAO;;;;;;;EAuezD;AA0BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;kBASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface ToastItem {
|
|
2
|
+
id: number;
|
|
3
|
+
message: string;
|
|
4
|
+
type: 'info' | 'success' | 'error';
|
|
5
|
+
}
|
|
6
|
+
type __VLS_Props = {
|
|
7
|
+
items: ToastItem[];
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=ImToast.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImToast.vue.d.ts","sourceRoot":"","sources":["../../src/components/ImToast.vue"],"names":[],"mappings":"AA2EA,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAA;CACnC;AAED,KAAK,WAAW,GAAG;IAAE,KAAK,EAAE,SAAS,EAAE,CAAA;CAAE,CAAC;;AAsD1C,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IncomingRing.vue.d.ts","sourceRoot":"","sources":["../../src/components/IncomingRing.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IncomingRing.vue.d.ts","sourceRoot":"","sources":["../../src/components/IncomingRing.vue"],"names":[],"mappings":"AAyLA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAKzD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,eAAe,CAAA;IACvB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CACrB,CAAC;;;;;;;;;;AA+LF,wBASG"}
|
|
@@ -8,8 +8,104 @@ type __VLS_Props = {
|
|
|
8
8
|
name: string;
|
|
9
9
|
dept?: string;
|
|
10
10
|
} | undefined;
|
|
11
|
+
disableDefaultInvite?: boolean;
|
|
11
12
|
};
|
|
12
|
-
declare
|
|
13
|
+
declare function inviteUids(uids: string[]): Promise<void>;
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: {
|
|
17
|
+
'invite-panel'?(_: {
|
|
18
|
+
members: {
|
|
19
|
+
identity: string;
|
|
20
|
+
name: string;
|
|
21
|
+
dept: string;
|
|
22
|
+
muted: boolean;
|
|
23
|
+
cameraOn: boolean;
|
|
24
|
+
micUnavailable: boolean;
|
|
25
|
+
cameraUnavailable: boolean;
|
|
26
|
+
online: boolean;
|
|
27
|
+
joined: boolean;
|
|
28
|
+
joinedAt: number;
|
|
29
|
+
speaking: boolean;
|
|
30
|
+
isHost: boolean;
|
|
31
|
+
inviteOrder: number;
|
|
32
|
+
status: import('@quitting/contract').InviteStatus;
|
|
33
|
+
}[];
|
|
34
|
+
excludeUids: string[];
|
|
35
|
+
invite: typeof inviteUids;
|
|
36
|
+
close: () => boolean;
|
|
37
|
+
}): any;
|
|
38
|
+
};
|
|
39
|
+
refs: {
|
|
40
|
+
contentEl: HTMLDivElement;
|
|
41
|
+
mainVideoWrap: HTMLDivElement;
|
|
42
|
+
mainVideoRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
43
|
+
identity: string;
|
|
44
|
+
name: string;
|
|
45
|
+
muted: boolean;
|
|
46
|
+
cameraOn?: boolean;
|
|
47
|
+
speaking: boolean;
|
|
48
|
+
isHost: boolean;
|
|
49
|
+
isSelf?: boolean;
|
|
50
|
+
micUnavailable?: boolean;
|
|
51
|
+
onVideoElReady?: (identity: string, el: HTMLVideoElement | null) => void;
|
|
52
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
53
|
+
videoEl: HTMLVideoElement;
|
|
54
|
+
}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
55
|
+
P: {};
|
|
56
|
+
B: {};
|
|
57
|
+
D: {};
|
|
58
|
+
C: {};
|
|
59
|
+
M: {};
|
|
60
|
+
Defaults: {};
|
|
61
|
+
}, Readonly<{
|
|
62
|
+
identity: string;
|
|
63
|
+
name: string;
|
|
64
|
+
muted: boolean;
|
|
65
|
+
cameraOn?: boolean;
|
|
66
|
+
speaking: boolean;
|
|
67
|
+
isHost: boolean;
|
|
68
|
+
isSelf?: boolean;
|
|
69
|
+
micUnavailable?: boolean;
|
|
70
|
+
onVideoElReady?: (identity: string, el: HTMLVideoElement | null) => void;
|
|
71
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}> | null;
|
|
72
|
+
sidebarEl: HTMLElement;
|
|
73
|
+
tabBarWrap: HTMLDivElement;
|
|
74
|
+
videoListPanelRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
75
|
+
members: MeetingMember[];
|
|
76
|
+
selfIdentity?: string;
|
|
77
|
+
selfMicUnavailable?: boolean;
|
|
78
|
+
onTileMount?: (identity: string, el: HTMLVideoElement | null) => void;
|
|
79
|
+
}> & Readonly<{
|
|
80
|
+
onTileClick?: ((identity: string) => any) | undefined;
|
|
81
|
+
}>, {
|
|
82
|
+
listEl: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
83
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
84
|
+
tileClick: (identity: string) => any;
|
|
85
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
86
|
+
listEl: HTMLDivElement;
|
|
87
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
88
|
+
P: {};
|
|
89
|
+
B: {};
|
|
90
|
+
D: {};
|
|
91
|
+
C: {};
|
|
92
|
+
M: {};
|
|
93
|
+
Defaults: {};
|
|
94
|
+
}, Readonly<{
|
|
95
|
+
members: MeetingMember[];
|
|
96
|
+
selfIdentity?: string;
|
|
97
|
+
selfMicUnavailable?: boolean;
|
|
98
|
+
onTileMount?: (identity: string, el: HTMLVideoElement | null) => void;
|
|
99
|
+
}> & Readonly<{
|
|
100
|
+
onTileClick?: ((identity: string) => any) | undefined;
|
|
101
|
+
}>, {
|
|
102
|
+
listEl: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
103
|
+
}, {}, {}, {}, {}> | null;
|
|
104
|
+
};
|
|
105
|
+
rootEl: any;
|
|
106
|
+
};
|
|
107
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
108
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
13
109
|
close: () => any;
|
|
14
110
|
addMember: () => any;
|
|
15
111
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
@@ -22,9 +118,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
22
118
|
identity: string;
|
|
23
119
|
name: string;
|
|
24
120
|
muted: boolean;
|
|
121
|
+
cameraOn?: boolean;
|
|
25
122
|
speaking: boolean;
|
|
26
123
|
isHost: boolean;
|
|
27
124
|
isSelf?: boolean;
|
|
125
|
+
micUnavailable?: boolean;
|
|
28
126
|
onVideoElReady?: (identity: string, el: HTMLVideoElement | null) => void;
|
|
29
127
|
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
30
128
|
videoEl: HTMLVideoElement;
|
|
@@ -39,15 +137,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
39
137
|
identity: string;
|
|
40
138
|
name: string;
|
|
41
139
|
muted: boolean;
|
|
140
|
+
cameraOn?: boolean;
|
|
42
141
|
speaking: boolean;
|
|
43
142
|
isHost: boolean;
|
|
44
143
|
isSelf?: boolean;
|
|
144
|
+
micUnavailable?: boolean;
|
|
45
145
|
onVideoElReady?: (identity: string, el: HTMLVideoElement | null) => void;
|
|
46
146
|
}> & Readonly<{}>, {}, {}, {}, {}, {}> | null;
|
|
47
147
|
sidebarEl: HTMLElement;
|
|
48
148
|
tabBarWrap: HTMLDivElement;
|
|
49
149
|
videoListPanelRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
50
150
|
members: MeetingMember[];
|
|
151
|
+
selfIdentity?: string;
|
|
152
|
+
selfMicUnavailable?: boolean;
|
|
51
153
|
onTileMount?: (identity: string, el: HTMLVideoElement | null) => void;
|
|
52
154
|
}> & Readonly<{
|
|
53
155
|
onTileClick?: ((identity: string) => any) | undefined;
|
|
@@ -66,6 +168,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
66
168
|
Defaults: {};
|
|
67
169
|
}, Readonly<{
|
|
68
170
|
members: MeetingMember[];
|
|
171
|
+
selfIdentity?: string;
|
|
172
|
+
selfMicUnavailable?: boolean;
|
|
69
173
|
onTileMount?: (identity: string, el: HTMLVideoElement | null) => void;
|
|
70
174
|
}> & Readonly<{
|
|
71
175
|
onTileClick?: ((identity: string) => any) | undefined;
|
|
@@ -73,5 +177,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
73
177
|
listEl: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
|
|
74
178
|
}, {}, {}, {}, {}> | null;
|
|
75
179
|
}, any>;
|
|
180
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
76
181
|
export default _default;
|
|
182
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
183
|
+
new (): {
|
|
184
|
+
$slots: S;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
77
187
|
//# sourceMappingURL=MeetWindow.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeetWindow.vue.d.ts","sourceRoot":"","sources":["../../src/components/MeetWindow.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MeetWindow.vue.d.ts","sourceRoot":"","sources":["../../src/components/MeetWindow.vue"],"names":[],"mappings":"AA2vCA,OAAO,KAAK,EACV,aAAa,EAGd,MAAM,oBAAoB,CAAA;AAM3B,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,GAAG,aAAa,CAAA;IAC5B,KAAK,EAAE,MAAM,CAAA;IAGb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IAIpB,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,SAAS,CAAA;IAE1E,oBAAoB,CAAC,EAAE,OAAO,CAAA;CAC/B,CAAC;AA0eF,iBAAe,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,iBAwBvC;AA0ND,iBAAS,cAAc;WAufT,OAAO,IAA6B;;;;;;;;;;;;;;;;;;;;;;YAhBb,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBvC;AAkED,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { PickerUser } from '../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
myUid?: string;
|
|
4
|
+
loader?: () => Promise<PickerUser[]>;
|
|
5
|
+
defaultTitle?: string;
|
|
6
|
+
onClose?: () => void;
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: Readonly<{
|
|
11
|
+
'user-item'?(scope: {
|
|
12
|
+
user: PickerUser;
|
|
13
|
+
selected: boolean;
|
|
14
|
+
toggle: () => void;
|
|
15
|
+
}): unknown;
|
|
16
|
+
}> & {
|
|
17
|
+
'user-item'?(scope: {
|
|
18
|
+
user: PickerUser;
|
|
19
|
+
selected: boolean;
|
|
20
|
+
toggle: () => void;
|
|
21
|
+
}): unknown;
|
|
22
|
+
};
|
|
23
|
+
refs: {};
|
|
24
|
+
rootEl: HTMLDivElement;
|
|
25
|
+
};
|
|
26
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
28
|
+
cancel: () => any;
|
|
29
|
+
close: () => any;
|
|
30
|
+
confirm: (selectedUids: string[], title: string) => any;
|
|
31
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
32
|
+
onCancel?: (() => any) | undefined;
|
|
33
|
+
onClose?: (() => any) | undefined;
|
|
34
|
+
onConfirm?: ((selectedUids: string[], title: string) => any) | undefined;
|
|
35
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
36
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
37
|
+
export default _default;
|
|
38
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
+
new (): {
|
|
40
|
+
$slots: S;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=MeetingCreateDialog.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeetingCreateDialog.vue.d.ts","sourceRoot":"","sources":["../../src/components/MeetingCreateDialog.vue"],"names":[],"mappings":"AA2PA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAK1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,OAAO,CAAC,UAAU,EAAE,CAAC,CAAA;IACpC,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CACrB,CAAC;AAkEF,iBAAS,cAAc;WA8GT,OAAO,IAA6B;;4BArK5B;YAAE,IAAI,EAAE,UAAU,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,MAAM,EAAE,MAAM,IAAI,CAAA;SAAE,GAAG,OAAO;;4BAArE;YAAE,IAAI,EAAE,UAAU,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,MAAM,EAAE,MAAM,IAAI,CAAA;SAAE,GAAG,OAAO;;;;EA0K1F;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;6FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeetingInvite.vue.d.ts","sourceRoot":"","sources":["../../src/components/MeetingInvite.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MeetingInvite.vue.d.ts","sourceRoot":"","sources":["../../src/components/MeetingInvite.vue"],"names":[],"mappings":"AAwVA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAA;AAQ5D,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,kBAAkB,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CACrB,CAAC;;;;;;;;AA6OF,wBAQG"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { PickerUser } from '../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
title?: string;
|
|
4
|
+
myUid?: string;
|
|
5
|
+
excludeUids?: string[];
|
|
6
|
+
loader?: () => Promise<PickerUser[]>;
|
|
7
|
+
confirmText?: string;
|
|
8
|
+
emptyText?: string;
|
|
9
|
+
onClose?: () => void;
|
|
10
|
+
};
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: Readonly<{
|
|
14
|
+
'user-item'?(scope: {
|
|
15
|
+
user: PickerUser;
|
|
16
|
+
selected: boolean;
|
|
17
|
+
toggle: () => void;
|
|
18
|
+
}): unknown;
|
|
19
|
+
}> & {
|
|
20
|
+
'user-item'?(scope: {
|
|
21
|
+
user: PickerUser;
|
|
22
|
+
selected: boolean;
|
|
23
|
+
toggle: () => void;
|
|
24
|
+
}): unknown;
|
|
25
|
+
};
|
|
26
|
+
refs: {};
|
|
27
|
+
rootEl: HTMLDivElement;
|
|
28
|
+
};
|
|
29
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
31
|
+
cancel: () => any;
|
|
32
|
+
close: () => any;
|
|
33
|
+
confirm: (selectedUids: string[]) => any;
|
|
34
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
35
|
+
onCancel?: (() => any) | undefined;
|
|
36
|
+
onClose?: (() => any) | undefined;
|
|
37
|
+
onConfirm?: ((selectedUids: string[]) => any) | undefined;
|
|
38
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
39
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
40
|
+
export default _default;
|
|
41
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
42
|
+
new (): {
|
|
43
|
+
$slots: S;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
//# sourceMappingURL=UserPickerDialog.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserPickerDialog.vue.d.ts","sourceRoot":"","sources":["../../src/components/UserPickerDialog.vue"],"names":[],"mappings":"AA2NA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAK1C,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd,WAAW,CAAC,EAAE,MAAM,EAAE,CAAA;IAEtB,MAAM,CAAC,EAAE,MAAM,OAAO,CAAC,UAAU,EAAE,CAAC,CAAA;IACpC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CACrB,CAAC;AA6DF,iBAAS,cAAc;WAgGT,OAAO,IAA6B;;4BAlJ5B;YAAE,IAAI,EAAE,UAAU,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,MAAM,EAAE,MAAM,IAAI,CAAA;SAAE,GAAG,OAAO;;4BAArE;YAAE,IAAI,EAAE,UAAU,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,MAAM,EAAE,MAAM,IAAI,CAAA;SAAE,GAAG,OAAO;;;;EAuJ1F;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;6FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { PickerUser } from '../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
users: PickerUser[];
|
|
4
|
+
loading?: boolean;
|
|
5
|
+
selected?: string[];
|
|
6
|
+
emptyText?: string;
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: Readonly<{
|
|
11
|
+
'user-item'?(scope: {
|
|
12
|
+
user: PickerUser;
|
|
13
|
+
selected: boolean;
|
|
14
|
+
toggle: () => void;
|
|
15
|
+
}): unknown;
|
|
16
|
+
}> & {
|
|
17
|
+
'user-item'?(scope: {
|
|
18
|
+
user: PickerUser;
|
|
19
|
+
selected: boolean;
|
|
20
|
+
toggle: () => void;
|
|
21
|
+
}): unknown;
|
|
22
|
+
};
|
|
23
|
+
refs: {};
|
|
24
|
+
rootEl: HTMLDivElement;
|
|
25
|
+
};
|
|
26
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
28
|
+
"update:selected": (uids: string[]) => any;
|
|
29
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
30
|
+
"onUpdate:selected"?: ((uids: string[]) => any) | undefined;
|
|
31
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
32
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=UserPickerList.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserPickerList.vue.d.ts","sourceRoot":"","sources":["../../src/components/UserPickerList.vue"],"names":[],"mappings":"AA2NA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAK1C,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,UAAU,EAAE,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;AA6BF,iBAAS,cAAc;WA0HT,OAAO,IAA6B;;4BAhJ5B;YAAE,IAAI,EAAE,UAAU,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,MAAM,EAAE,MAAM,IAAI,CAAA;SAAE,GAAG,OAAO;;4BAArE;YAAE,IAAI,EAAE,UAAU,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,MAAM,EAAE,MAAM,IAAI,CAAA;SAAE,GAAG,OAAO;;;;EAqJ1F;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -2,9 +2,11 @@ type __VLS_Props = {
|
|
|
2
2
|
identity: string;
|
|
3
3
|
name: string;
|
|
4
4
|
muted: boolean;
|
|
5
|
+
cameraOn?: boolean;
|
|
5
6
|
speaking: boolean;
|
|
6
7
|
isHost: boolean;
|
|
7
8
|
isSelf?: boolean;
|
|
9
|
+
micUnavailable?: boolean;
|
|
8
10
|
onVideoElReady?: (identity: string, el: HTMLVideoElement | null) => void;
|
|
9
11
|
};
|
|
10
12
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MainVideoTile.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/MainVideoTile.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MainVideoTile.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/MainVideoTile.vue"],"names":[],"mappings":"AAuMA,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,OAAO,CAAA;IAEd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,EAAE,OAAO,CAAA;IACjB,MAAM,EAAE,OAAO,CAAA;IACf,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAA;CACzE,CAAC;;;;AA2JF,wBAQG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
micEnabled: boolean;
|
|
3
|
+
cameraEnabled: boolean;
|
|
4
|
+
speakerMuted: boolean;
|
|
5
|
+
micUnavailable?: boolean;
|
|
6
|
+
cameraUnavailable?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
9
|
+
hangup: () => any;
|
|
10
|
+
toggleMic: () => any;
|
|
11
|
+
toggleCamera: () => any;
|
|
12
|
+
toggleSpeaker: () => any;
|
|
13
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
|
+
onHangup?: (() => any) | undefined;
|
|
15
|
+
onToggleMic?: (() => any) | undefined;
|
|
16
|
+
onToggleCamera?: (() => any) | undefined;
|
|
17
|
+
onToggleSpeaker?: (() => any) | undefined;
|
|
18
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
|
+
export default _default;
|
|
20
|
+
//# sourceMappingURL=MeetingControlBar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MeetingControlBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/MeetingControlBar.vue"],"names":[],"mappings":"AAuHA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,OAAO,CAAA;IACnB,aAAa,EAAE,OAAO,CAAA;IACtB,YAAY,EAAE,OAAO,CAAA;IAErB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,CAAC;;;;;;;;;;;;AA4IF,wBAQG"}
|
|
@@ -1,13 +1,31 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
title: string;
|
|
3
3
|
duration?: string;
|
|
4
|
+
gridMode?: boolean;
|
|
4
5
|
};
|
|
5
|
-
declare
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
center?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: HTMLElement;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
6
16
|
close: () => any;
|
|
7
17
|
minimize: () => any;
|
|
18
|
+
toggleGrid: () => any;
|
|
8
19
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
20
|
onClose?: (() => any) | undefined;
|
|
10
21
|
onMinimize?: (() => any) | undefined;
|
|
22
|
+
onToggleGrid?: (() => any) | undefined;
|
|
11
23
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
25
|
export default _default;
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
13
31
|
//# sourceMappingURL=MeetingHeader.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeetingHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/MeetingHeader.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MeetingHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/MeetingHeader.vue"],"names":[],"mappings":"AAoIA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAYF,iBAAS,cAAc;WAuFT,OAAO,IAA6B;;wBAVtB,GAAG;;;;EAe9B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;0FAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -4,6 +4,9 @@ type __VLS_Props = {
|
|
|
4
4
|
canPromote: boolean;
|
|
5
5
|
canKick: boolean;
|
|
6
6
|
canReinvite?: boolean;
|
|
7
|
+
selfIdentity?: string;
|
|
8
|
+
selfMicUnavailable?: boolean;
|
|
9
|
+
selfCameraUnavailable?: boolean;
|
|
7
10
|
};
|
|
8
11
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
9
12
|
reinvite: (uid: string) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MemberItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/MemberItem.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MemberItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/MemberItem.vue"],"names":[],"mappings":"AAsVA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAEvD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,aAAa,CAAA;IAErB,UAAU,EAAE,OAAO,CAAA;IACnB,OAAO,EAAE,OAAO,CAAA;IAChB,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,qBAAqB,CAAC,EAAE,OAAO,CAAA;CAChC,CAAC;;;;;;;;;;AA+UF,wBAQG"}
|
|
@@ -4,6 +4,9 @@ type __VLS_Props = {
|
|
|
4
4
|
canPromote: boolean;
|
|
5
5
|
canKick: boolean;
|
|
6
6
|
canReinvite?: boolean;
|
|
7
|
+
selfIdentity?: string;
|
|
8
|
+
selfMicUnavailable?: boolean;
|
|
9
|
+
selfCameraUnavailable?: boolean;
|
|
7
10
|
};
|
|
8
11
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
9
12
|
reinvite: (uid: string) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MemberListPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/MemberListPanel.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MemberListPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/MemberListPanel.vue"],"names":[],"mappings":"AA6DA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAEvD,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,aAAa,EAAE,CAAA;IACxB,UAAU,EAAE,OAAO,CAAA;IACnB,OAAO,EAAE,OAAO,CAAA;IAEhB,WAAW,CAAC,EAAE,OAAO,CAAA;IAErB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,qBAAqB,CAAC,EAAE,OAAO,CAAA;CAChC,CAAC;;;;;;;;;;AA+FF,wBAQG"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
activeTab: 'video' | 'member';
|
|
3
|
+
isHost?: boolean;
|
|
3
4
|
};
|
|
4
5
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
5
6
|
"update:activeTab": (tab: "video" | "member") => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarTabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/SidebarTabs.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SidebarTabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/SidebarTabs.vue"],"names":[],"mappings":"AAsHA,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,OAAO,GAAG,QAAQ,CAAA;IAE7B,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;;;;;;;;AAoGF,wBAQG"}
|
|
@@ -2,9 +2,12 @@ type __VLS_Props = {
|
|
|
2
2
|
identity: string;
|
|
3
3
|
name: string;
|
|
4
4
|
muted: boolean;
|
|
5
|
+
cameraOn?: boolean;
|
|
5
6
|
speaking: boolean;
|
|
6
7
|
isHost: boolean;
|
|
7
8
|
isSelf?: boolean;
|
|
9
|
+
hostBadgeTop?: boolean;
|
|
10
|
+
micUnavailable?: boolean;
|
|
8
11
|
onVideoElReady?: (identity: string, el: HTMLVideoElement | null) => void;
|
|
9
12
|
};
|
|
10
13
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SmallVideoTile.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/SmallVideoTile.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SmallVideoTile.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/SmallVideoTile.vue"],"names":[],"mappings":"AAmOA,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,OAAO,CAAA;IAEd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,EAAE,OAAO,CAAA;IACjB,MAAM,EAAE,OAAO,CAAA;IACf,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB,cAAc,CAAC,EAAE,OAAO,CAAA;IAExB,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAA;CACzE,CAAC;;;;;;;;AA8KF,wBASG"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { MeetingMember } from '@quitting/contract';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
members: MeetingMember[];
|
|
4
|
+
selfIdentity?: string;
|
|
5
|
+
selfMicUnavailable?: boolean;
|
|
4
6
|
onTileMount?: (identity: string, el: HTMLVideoElement | null) => void;
|
|
5
7
|
};
|
|
6
8
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VideoListPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/VideoListPanel.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"VideoListPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/VideoListPanel.vue"],"names":[],"mappings":"AAoEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAEvD,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,aAAa,EAAE,CAAA;IAExB,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAE5B,WAAW,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAA;CACtE,CAAC;;;;;;;;;;AAyGF,wBAUG"}
|
|
@@ -14,6 +14,10 @@ export declare const MaximizeIcon = "<svg viewBox=\"0 0 24 24\" fill=\"none\" st
|
|
|
14
14
|
export declare const CloseIcon = "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line></svg>";
|
|
15
15
|
/** 更多操作(⋯)按钮 SVG */
|
|
16
16
|
export declare const MoreIcon = "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><circle cx=\"5\" cy=\"12\" r=\"2\"></circle><circle cx=\"12\" cy=\"12\" r=\"2\"></circle><circle cx=\"19\" cy=\"12\" r=\"2\"></circle></svg>";
|
|
17
|
+
/** 进入全屏宫格按钮 SVG:田字型(四个等大方块) */
|
|
18
|
+
export declare const GridEnterIcon = "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"7.5\" height=\"7.5\"></rect><rect x=\"13.5\" y=\"3\" width=\"7.5\" height=\"7.5\"></rect><rect x=\"3\" y=\"13.5\" width=\"7.5\" height=\"7.5\"></rect><rect x=\"13.5\" y=\"13.5\" width=\"7.5\" height=\"7.5\"></rect></svg>";
|
|
19
|
+
/** 退出全屏宫格按钮 SVG:大小正方形交错(大空框 + 右下角小实心块) */
|
|
20
|
+
export declare const GridExitIcon = "<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\"></rect><rect x=\"12.5\" y=\"12.5\" width=\"8\" height=\"8\" fill=\"currentColor\" stroke=\"none\"></rect></svg>";
|
|
17
21
|
/** 渲染麦克风图标——根据 muted 选 MicOnIcon/MicOffIcon */
|
|
18
22
|
export declare function renderMicIcon(muted: boolean): string;
|
|
19
23
|
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/icons.ts"],"names":[],"mappings":"AAGA,iBAAiB;AACjB,eAAO,MAAM,SAAS,2aAKf,CAAA;AAEP,sBAAsB;AACtB,eAAO,MAAM,UAAU,+eAQhB,CAAA;AAEP,mCAAmC;AACnC,eAAO,MAAM,iBAAiB,oLAAwJ,CAAA;AAEtL,6CAA6C;AAC7C,eAAO,MAAM,SAAS,yDAAwC,CAAA;AAE9D,gBAAgB;AAChB,eAAO,MAAM,YAAY,sMAAkL,CAAA;AAE3M,2BAA2B;AAC3B,eAAO,MAAM,YAAY,wVAAwT,CAAA;AAEjV,eAAe;AACf,eAAO,MAAM,SAAS,wPAA4N,CAAA;AAElP,oBAAoB;AACpB,eAAO,MAAM,QAAQ,kMAA4K,CAAA;AAEjM,+CAA+C;AAC/C,wBAAgB,aAAa,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAEpD"}
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/components/meeting/icons.ts"],"names":[],"mappings":"AAGA,iBAAiB;AACjB,eAAO,MAAM,SAAS,2aAKf,CAAA;AAEP,sBAAsB;AACtB,eAAO,MAAM,UAAU,+eAQhB,CAAA;AAEP,mCAAmC;AACnC,eAAO,MAAM,iBAAiB,oLAAwJ,CAAA;AAEtL,6CAA6C;AAC7C,eAAO,MAAM,SAAS,yDAAwC,CAAA;AAE9D,gBAAgB;AAChB,eAAO,MAAM,YAAY,sMAAkL,CAAA;AAE3M,2BAA2B;AAC3B,eAAO,MAAM,YAAY,wVAAwT,CAAA;AAEjV,eAAe;AACf,eAAO,MAAM,SAAS,wPAA4N,CAAA;AAElP,oBAAoB;AACpB,eAAO,MAAM,QAAQ,kMAA4K,CAAA;AAEjM,+BAA+B;AAC/B,eAAO,MAAM,aAAa,sYAA0V,CAAA;AAEpX,0CAA0C;AAC1C,eAAO,MAAM,YAAY,4SAA4Q,CAAA;AAErS,+CAA+C;AAC/C,wBAAgB,aAAa,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAEpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error-text.d.ts","sourceRoot":"","sources":["../src/error-text.ts"],"names":[],"mappings":"AAKA,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,OAAO,EAAE,QAAQ,SAAS,GAAG,MAAM,CAmBxE"}
|