@weavy/uikit-react 21.1.2 → 22.1.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/changelog.md +30 -1
- package/dist/types/blocks/WyChat.d.ts +5 -4
- package/dist/types/blocks/WyContext.d.ts +2 -1
- package/dist/types/blocks/WyFiles.d.ts +5 -4
- package/dist/types/blocks/WyMessenger.d.ts +5 -4
- package/dist/types/blocks/WyPosts.d.ts +5 -4
- package/dist/types/blocks/index.d.ts +5 -5
- package/dist/types/components/WyAttachment.d.ts +6 -5
- package/dist/types/components/WyAvatar.d.ts +3 -2
- package/dist/types/components/WyBadge.d.ts +3 -2
- package/dist/types/components/WyButton.d.ts +3 -2
- package/dist/types/components/WyCloudFiles.d.ts +5 -4
- package/dist/types/components/WyComment.d.ts +10 -9
- package/dist/types/components/WyConversation.d.ts +5 -4
- package/dist/types/components/WyConversationList.d.ts +5 -4
- package/dist/types/components/WyDropdown.d.ts +6 -5
- package/dist/types/components/WyEditor.d.ts +5 -4
- package/dist/types/components/WyEmbed.d.ts +4 -3
- package/dist/types/components/WyEmpty.d.ts +3 -2
- package/dist/types/components/WyFileItem.d.ts +5 -4
- package/dist/types/components/WyFileMenu.d.ts +5 -4
- package/dist/types/components/WyFileVersions.d.ts +5 -4
- package/dist/types/components/WyFilesAppbar.d.ts +5 -4
- package/dist/types/components/WyFilesList.d.ts +5 -4
- package/dist/types/components/WyIcon.d.ts +3 -2
- package/dist/types/components/WyImageGrid.d.ts +5 -4
- package/dist/types/components/WyMeetingCard.d.ts +3 -2
- package/dist/types/components/WyMessage.d.ts +7 -6
- package/dist/types/components/WyOverlay.d.ts +4 -3
- package/dist/types/components/WyPdfViewer.d.ts +3 -2
- package/dist/types/components/WyPoll.d.ts +5 -4
- package/dist/types/components/WyPortal.d.ts +3 -2
- package/dist/types/components/WyPost.d.ts +7 -6
- package/dist/types/components/WyPresence.d.ts +3 -2
- package/dist/types/components/WyPreview.d.ts +10 -9
- package/dist/types/components/WyReactions.d.ts +5 -4
- package/dist/types/components/WySheet.d.ts +4 -3
- package/dist/types/components/WySkeleton.d.ts +3 -2
- package/dist/types/components/WySpinner.d.ts +3 -2
- package/dist/types/components/WyTyping.d.ts +3 -2
- package/dist/types/components/WyUsersSearch.d.ts +5 -4
- package/dist/types/components/index.d.ts +34 -34
- package/dist/types/hooks/index.d.ts +1 -1
- package/dist/types/hooks/useWeavy.d.ts +3 -2
- package/dist/types/index.d.ts +4 -4
- package/dist/weavy.es5.esm.js +1 -1
- package/dist/weavy.es5.umd.cjs +1 -1
- package/dist/weavy.esm.js +25376 -25031
- package/dist/weavy.umd.cjs +1146 -1021
- package/lib/hooks/useWeavy.ts +1 -2
- package/package.json +12 -12
package/changelog.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Changelog for Weavy
|
|
2
2
|
|
|
3
|
+
## v22.1.0
|
|
4
|
+
|
|
5
|
+
<time>2024-04-03</time>
|
|
6
|
+
|
|
7
|
+
* Added possibility to filter conversations by name in Web API.
|
|
8
|
+
* Messenger bot chat conversations is now filtered by botname, which enables multiple bot chats.
|
|
9
|
+
* Fixed TypeError in uikit-web.
|
|
10
|
+
* Fixed some responsive layout issues in Messenger.
|
|
11
|
+
* Fixed text color in image grid.
|
|
12
|
+
* Fixed some issues with the UI for bot chat.
|
|
13
|
+
* Fixed an issue when setting modalParent in uikit-web.
|
|
14
|
+
* Upgraded SignalR to v8.
|
|
15
|
+
|
|
16
|
+
## v22.0.0
|
|
17
|
+
|
|
18
|
+
<time>2024-03-28</time>
|
|
19
|
+
|
|
20
|
+
* Added support for Google Gemini chat bots.
|
|
21
|
+
* Added Bot Chat mode in Messenger with only a single bot user using `<wy-messenger bot="mybotname">`.
|
|
22
|
+
* Fixed some issues with scrolling.
|
|
23
|
+
* Fixed `Esc` key in search input fields.
|
|
24
|
+
* Fixed various UI bugs.
|
|
25
|
+
|
|
26
|
+
###### Breaking changes
|
|
27
|
+
|
|
28
|
+
* The Conversations API was modified to work exclusively with non-contextual chat apps (previously it was also used for contextual chat apps).
|
|
29
|
+
* API endpoint to indicate typing moved from /api/apps/:id/messages/typing to /api/conversations/:id/typing.
|
|
30
|
+
* The default value for the `contextual` property when searching for apps was changed from `null` to `true`.
|
|
31
|
+
|
|
3
32
|
## v21.1.2
|
|
4
33
|
|
|
5
34
|
<time>2024-03-15</time>
|
|
@@ -28,7 +57,7 @@
|
|
|
28
57
|
|
|
29
58
|
* Added Comments building block.
|
|
30
59
|
* Added Messenger building block.
|
|
31
|
-
* Added support for
|
|
60
|
+
* Added support for OpenAI chat bots.
|
|
32
61
|
* Added possibility for polls in chat messages.
|
|
33
62
|
* Added support for dynamic module loading in uikit-web.
|
|
34
63
|
* Added integration with Atlassian Confluence.
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyChat as WyChatWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { RealtimeAppEventType, RealtimeMessageEventType, RealtimeReactionEventType } from '@weavy/uikit-web/dist/types/types/realtime.types';
|
|
2
|
+
import { WyChat as WyChatWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyChat: import('@lit/react').ReactWebComponent<WyChatWC, {
|
|
5
6
|
onWyMessageCreated: EventName<CustomEvent<RealtimeMessageEventType>>;
|
|
6
7
|
onWyReactionAdded: EventName<CustomEvent<RealtimeReactionEventType>>;
|
|
7
8
|
onWyReactionRemoved: EventName<CustomEvent<RealtimeReactionEventType>>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyFiles as WyFilesWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { RealtimeFileEventType } from '@weavy/uikit-web/dist/types/types/realtime.types';
|
|
2
|
+
import { WyFiles as WyFilesWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyFiles: import('@lit/react').ReactWebComponent<WyFilesWC, {
|
|
5
6
|
onWyFileCreated: EventName<CustomEvent<RealtimeFileEventType>>;
|
|
6
7
|
onWyFileUpdated: EventName<CustomEvent<RealtimeFileEventType>>;
|
|
7
8
|
onWyFileTrashed: EventName<CustomEvent<RealtimeFileEventType>>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyMessenger as WyMessengerWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { RealtimeAppEventType, RealtimeConversationDeliveredEventType, RealtimeConversationMarkedEventType, RealtimeMemberEventType, RealtimeMessageEventType } from '@weavy/uikit-web/dist/types/types/realtime.types';
|
|
2
|
+
import { WyMessenger as WyMessengerWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyMessenger: import('@lit/react').ReactWebComponent<WyMessengerWC, {
|
|
5
6
|
onWyMessageCreated: EventName<CustomEvent<RealtimeMessageEventType>>;
|
|
6
7
|
onWyAppCreated: EventName<CustomEvent<RealtimeAppEventType>>;
|
|
7
8
|
onWyConversationMarked: EventName<CustomEvent<RealtimeConversationMarkedEventType>>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyPosts as WyPostsWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { RealtimeCommentEventType, RealtimePostEventType, RealtimeReactionEventType } from '@weavy/uikit-web/dist/types/types/realtime.types';
|
|
2
|
+
import { WyPosts as WyPostsWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyPosts: import('@lit/react').ReactWebComponent<WyPostsWC, {
|
|
5
6
|
onWyPostCreated: EventName<CustomEvent<RealtimePostEventType>>;
|
|
6
7
|
onWyCommentCreated: EventName<CustomEvent<RealtimeCommentEventType>>;
|
|
7
8
|
onWyReactionAdded: EventName<CustomEvent<RealtimeReactionEventType>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
1
|
+
export * from './WyChat';
|
|
2
|
+
export * from './WyContext';
|
|
3
|
+
export * from './WyFiles';
|
|
4
|
+
export * from './WyMessenger';
|
|
5
|
+
export * from './WyPosts';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyAttachment as WyAttachmentWC, WyAttachmentsList as WyAttachmentsListWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
1
|
+
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
+
import { WyAttachment as WyAttachmentWC, WyAttachmentsList as WyAttachmentsListWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyAttachment: import('@lit/react').ReactWebComponent<WyAttachmentWC, {}>;
|
|
6
|
+
export declare const WyAttachmentsList: import('@lit/react').ReactWebComponent<WyAttachmentsListWC, {
|
|
6
7
|
onFileOpen: EventName<CustomEvent<{
|
|
7
8
|
file: FileType;
|
|
8
9
|
}>>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { WyAvatar as WyAvatarWC } from
|
|
2
|
-
|
|
1
|
+
import { WyAvatar as WyAvatarWC } from '@weavy/uikit-web';
|
|
2
|
+
|
|
3
|
+
export declare const WyAvatar: import('@lit/react').ReactWebComponent<WyAvatarWC, {}>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { WyBadge as WyBadgeWC } from
|
|
2
|
-
|
|
1
|
+
import { WyBadge as WyBadgeWC } from '@weavy/uikit-web';
|
|
2
|
+
|
|
3
|
+
export declare const WyBadge: import('@lit/react').ReactWebComponent<WyBadgeWC, {}>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { WyButton as WyButtonWC } from
|
|
2
|
-
|
|
1
|
+
import { WyButton as WyButtonWC } from '@weavy/uikit-web';
|
|
2
|
+
|
|
3
|
+
export declare const WyButton: import('@lit/react').ReactWebComponent<WyButtonWC, {}>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyCloudFiles as WyCloudFilesWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { ExternalBlobType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
+
import { WyCloudFiles as WyCloudFilesWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyCloudFiles: import('@lit/react').ReactWebComponent<WyCloudFilesWC, {
|
|
5
6
|
onExternalBlobs: EventName<CustomEvent<{
|
|
6
7
|
externalBlobs: ExternalBlobType[] | null;
|
|
7
8
|
}>>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyComments as WyCommentsWC, WyComment as WyCommentWC, WyCommentView as WyCommentViewWC, WyCommentEdit as WyCommentEditWC, WyCommentEditor as WyCommentEditorWC, WyCommentTrashed as WyCommentTrashedWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
1
|
+
import { PollOptionType } from '@weavy/uikit-web/dist/types/types/polls.types';
|
|
2
|
+
import { WyComments as WyCommentsWC, WyComment as WyCommentWC, WyCommentView as WyCommentViewWC, WyCommentEdit as WyCommentEditWC, WyCommentEditor as WyCommentEditorWC, WyCommentTrashed as WyCommentTrashedWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyComments: import('@lit/react').ReactWebComponent<WyCommentsWC, {}>;
|
|
6
|
+
export declare const WyComment: import('@lit/react').ReactWebComponent<WyCommentWC, {
|
|
6
7
|
onVote: EventName<CustomEvent<{
|
|
7
8
|
id: number;
|
|
8
9
|
parentId: number;
|
|
@@ -19,7 +20,7 @@ export declare const WyComment: import("@lit/react").ReactWebComponent<WyComment
|
|
|
19
20
|
id: number;
|
|
20
21
|
}>>;
|
|
21
22
|
}>;
|
|
22
|
-
export declare const WyCommentView: import(
|
|
23
|
+
export declare const WyCommentView: import('@lit/react').ReactWebComponent<WyCommentViewWC, {
|
|
23
24
|
onVote: EventName<CustomEvent<{
|
|
24
25
|
id: number;
|
|
25
26
|
}>>;
|
|
@@ -30,12 +31,12 @@ export declare const WyCommentView: import("@lit/react").ReactWebComponent<WyCom
|
|
|
30
31
|
edit: boolean;
|
|
31
32
|
}>>;
|
|
32
33
|
}>;
|
|
33
|
-
export declare const WyCommentEdit: import(
|
|
34
|
+
export declare const WyCommentEdit: import('@lit/react').ReactWebComponent<WyCommentEditWC, {
|
|
34
35
|
onEdit: EventName<CustomEvent<{
|
|
35
36
|
edit: boolean;
|
|
36
37
|
}>>;
|
|
37
38
|
}>;
|
|
38
|
-
export declare const WyCommentEditor: import(
|
|
39
|
+
export declare const WyCommentEditor: import('@lit/react').ReactWebComponent<WyCommentEditorWC, {
|
|
39
40
|
onSubmit: EventName<CustomEvent<{
|
|
40
41
|
text: string | undefined;
|
|
41
42
|
meetingId: number | undefined;
|
|
@@ -45,7 +46,7 @@ export declare const WyCommentEditor: import("@lit/react").ReactWebComponent<WyC
|
|
|
45
46
|
embed: number;
|
|
46
47
|
}>>;
|
|
47
48
|
}>;
|
|
48
|
-
export declare const WyCommentTrashed: import(
|
|
49
|
+
export declare const WyCommentTrashed: import('@lit/react').ReactWebComponent<WyCommentTrashedWC, {
|
|
49
50
|
onRestore: EventName<CustomEvent<{
|
|
50
51
|
id: number;
|
|
51
52
|
}>>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { WyConversation as WyConversationWC, WyConversationNew as WyConversationNewWC } from '@weavy/uikit-web';
|
|
2
|
+
import { EventName } from '@lit/react';
|
|
3
|
+
|
|
4
|
+
export declare const WyConversation: import('@lit/react').ReactWebComponent<WyConversationWC, {
|
|
4
5
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
5
6
|
}>;
|
|
6
|
-
export declare const WyConversationNew: import(
|
|
7
|
+
export declare const WyConversationNew: import('@lit/react').ReactWebComponent<WyConversationNewWC, {
|
|
7
8
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
8
9
|
}>;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { WyConversationList as WyConversationListWC, WyConversationListItem as WyConversationListItemWC } from '@weavy/uikit-web';
|
|
2
|
+
import { EventName } from '@lit/react';
|
|
3
|
+
|
|
4
|
+
export declare const WyConversationList: import('@lit/react').ReactWebComponent<WyConversationListWC, {
|
|
4
5
|
onConversationSelected: EventName<CustomEvent<{
|
|
5
6
|
id: number | undefined;
|
|
6
7
|
}>>;
|
|
7
8
|
}>;
|
|
8
|
-
export declare const WyConversationListItem: import(
|
|
9
|
+
export declare const WyConversationListItem: import('@lit/react').ReactWebComponent<WyConversationListItemWC, {
|
|
9
10
|
onRefetch: EventName<CustomEvent<any>>;
|
|
10
11
|
onSelected: EventName<CustomEvent<{
|
|
11
12
|
id: number;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { WyDropdown as WyDropdownWC, WyDropdownItem as WyDropdownItemWC, WyDropdownOption as WyDropdownOptionWC, WyDropdownDivider as WyDropdownDividerWC } from
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const
|
|
1
|
+
import { WyDropdown as WyDropdownWC, WyDropdownItem as WyDropdownItemWC, WyDropdownOption as WyDropdownOptionWC, WyDropdownDivider as WyDropdownDividerWC } from '@weavy/uikit-web';
|
|
2
|
+
|
|
3
|
+
export declare const WyDropdown: import('@lit/react').ReactWebComponent<WyDropdownWC, {}>;
|
|
4
|
+
export declare const WyDropdownItem: import('@lit/react').ReactWebComponent<WyDropdownItemWC, {}>;
|
|
5
|
+
export declare const WyDropdownOption: import('@lit/react').ReactWebComponent<WyDropdownOptionWC, {}>;
|
|
6
|
+
export declare const WyDropdownDivider: import('@lit/react').ReactWebComponent<WyDropdownDividerWC, {}>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyEditor as WyEditorWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { PollOptionType } from '@weavy/uikit-web/dist/types/types/polls.types';
|
|
2
|
+
import { WyEditor as WyEditorWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyEditor: import('@lit/react').ReactWebComponent<WyEditorWC, {
|
|
5
6
|
onSubmit: EventName<CustomEvent<{
|
|
6
7
|
text: string | undefined;
|
|
7
8
|
meetingId: number | undefined;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { WyEmbed as WyEmbedWC } from '@weavy/uikit-web';
|
|
2
|
+
import { EventName } from '@lit/react';
|
|
3
|
+
|
|
4
|
+
export declare const WyEmbed: import('@lit/react').ReactWebComponent<WyEmbedWC, {
|
|
4
5
|
onEmbedRemove: EventName<CustomEvent<{
|
|
5
6
|
id: number;
|
|
6
7
|
}>>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { WyEmpty as WyEmptyWC } from
|
|
2
|
-
|
|
1
|
+
import { WyEmpty as WyEmptyWC } from '@weavy/uikit-web';
|
|
2
|
+
|
|
3
|
+
export declare const WyEmpty: import('@lit/react').ReactWebComponent<WyEmptyWC, {}>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyFileItem as WyFileItemWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
+
import { WyFileItem as WyFileItemWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyFileItem: import('@lit/react').ReactWebComponent<WyFileItemWC, {
|
|
5
6
|
onEditName: EventName<CustomEvent<{
|
|
6
7
|
file: FileType;
|
|
7
8
|
}>>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyFileMenu as WyFileMenuWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
+
import { WyFileMenu as WyFileMenuWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyFileMenu: import('@lit/react').ReactWebComponent<WyFileMenuWC, {
|
|
5
6
|
onEditName: EventName<CustomEvent<{
|
|
6
7
|
file: FileType | undefined;
|
|
7
8
|
}>>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyFileVersions as WyFileVersionsWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
+
import { WyFileVersions as WyFileVersionsWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyFileVersions: import('@lit/react').ReactWebComponent<WyFileVersionsWC, {
|
|
5
6
|
onFileVersionSelect: EventName<CustomEvent<{
|
|
6
7
|
versionFile: FileType;
|
|
7
8
|
}>>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyFilesAppbar as WyFilesAppbarWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { BlobType, ExternalBlobType, FileOrderType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
+
import { WyFilesAppbar as WyFilesAppbarWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyFilesAppbar: import('@lit/react').ReactWebComponent<WyFilesAppbarWC, {
|
|
5
6
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
6
7
|
onUploadFiles: EventName<CustomEvent<{
|
|
7
8
|
files: FileList | null;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyFilesList as WyFilesListWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { FileOrderType, FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
+
import { WyFilesList as WyFilesListWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyFilesList: import('@lit/react').ReactWebComponent<WyFilesListWC, {
|
|
5
6
|
onFileOpen: EventName<CustomEvent<{
|
|
6
7
|
file: FileType;
|
|
7
8
|
}>>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { WyIcon as WyIconWC } from
|
|
2
|
-
|
|
1
|
+
import { WyIcon as WyIconWC } from '@weavy/uikit-web';
|
|
2
|
+
|
|
3
|
+
export declare const WyIcon: import('@lit/react').ReactWebComponent<WyIconWC, {}>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyImageGrid as WyImageGridWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { FileType } from '@weavy/uikit-web/dist/types/types/files.types';
|
|
2
|
+
import { WyImageGrid as WyImageGridWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyImageGrid: import('@lit/react').ReactWebComponent<WyImageGridWC, {
|
|
5
6
|
onFileOpen: EventName<CustomEvent<{
|
|
6
7
|
file: FileType;
|
|
7
8
|
}>>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { WyMeetingCard as WyMeetingCardWC } from
|
|
2
|
-
|
|
1
|
+
import { WyMeetingCard as WyMeetingCardWC } from '@weavy/uikit-web';
|
|
2
|
+
|
|
3
|
+
export declare const WyMeetingCard: import('@lit/react').ReactWebComponent<WyMeetingCardWC, {}>;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyMessage as WyMessageWC, WyMessages as WyMessagesWC, WyMessageEditor as WyMessageEditorWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
1
|
+
import { PollOptionType } from '@weavy/uikit-web/dist/types/types/polls.types';
|
|
2
|
+
import { WyMessage as WyMessageWC, WyMessages as WyMessagesWC, WyMessageEditor as WyMessageEditorWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyMessage: import('@lit/react').ReactWebComponent<WyMessageWC, {}>;
|
|
6
|
+
export declare const WyMessages: import('@lit/react').ReactWebComponent<WyMessagesWC, {
|
|
6
7
|
onScrollToBottom: EventName<CustomEvent<any>>;
|
|
7
8
|
}>;
|
|
8
|
-
export declare const WyMessageEditor: import(
|
|
9
|
+
export declare const WyMessageEditor: import('@lit/react').ReactWebComponent<WyMessageEditorWC, {
|
|
9
10
|
onSubmit: EventName<CustomEvent<{
|
|
10
11
|
text: string | undefined;
|
|
11
12
|
meetingId: number | undefined;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { WyOverlay as WyOverlayWC } from '@weavy/uikit-web';
|
|
2
|
+
import { EventName } from '@lit/react';
|
|
3
|
+
|
|
4
|
+
export declare const WyOverlay: import('@lit/react').ReactWebComponent<WyOverlayWC, {
|
|
4
5
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
5
6
|
onRemoveModal: EventName<Event>;
|
|
6
7
|
}>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { WyPdfViewer as WyPdfViewerWC } from
|
|
2
|
-
|
|
1
|
+
import { WyPdfViewer as WyPdfViewerWC } from '@weavy/uikit-web';
|
|
2
|
+
|
|
3
|
+
export declare const WyPdfViewer: import('@lit/react').ReactWebComponent<WyPdfViewerWC, {}>;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { WyPoll as WyPollWC, WyPollOption as WyPollOptionWC } from '@weavy/uikit-web';
|
|
2
|
+
import { EventName } from '@lit/react';
|
|
3
|
+
|
|
4
|
+
export declare const WyPoll: import('@lit/react').ReactWebComponent<WyPollWC, {
|
|
4
5
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
5
6
|
onVote: EventName<CustomEvent<{
|
|
6
7
|
id: number;
|
|
7
8
|
}>>;
|
|
8
9
|
}>;
|
|
9
|
-
export declare const WyPollOption: import(
|
|
10
|
+
export declare const WyPollOption: import('@lit/react').ReactWebComponent<WyPollOptionWC, {
|
|
10
11
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
11
12
|
onVote: EventName<CustomEvent<{
|
|
12
13
|
id: number;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { WyPortal as WyPortalWC } from
|
|
2
|
-
|
|
1
|
+
import { WyPortal as WyPortalWC } from '@weavy/uikit-web';
|
|
2
|
+
|
|
3
|
+
export declare const WyPortal: import('@lit/react').ReactWebComponent<WyPortalWC, {}>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { WyPost as WyPostWC, WyPostView as WyPostViewWC, WyPostEdit as WyPostEditWC, WyPostTrashed as WyPostTrashedWC } from '@weavy/uikit-web';
|
|
2
|
+
import { EventName } from '@lit/react';
|
|
3
|
+
|
|
4
|
+
export declare const WyPost: import('@lit/react').ReactWebComponent<WyPostWC, {
|
|
4
5
|
onVote: EventName<CustomEvent<{
|
|
5
6
|
id: number;
|
|
6
7
|
parentId: number;
|
|
@@ -17,7 +18,7 @@ export declare const WyPost: import("@lit/react").ReactWebComponent<WyPostWC, {
|
|
|
17
18
|
id: number;
|
|
18
19
|
}>>;
|
|
19
20
|
}>;
|
|
20
|
-
export declare const WyPostView: import(
|
|
21
|
+
export declare const WyPostView: import('@lit/react').ReactWebComponent<WyPostViewWC, {
|
|
21
22
|
onVote: EventName<CustomEvent<{
|
|
22
23
|
id: number;
|
|
23
24
|
}>>;
|
|
@@ -32,11 +33,11 @@ export declare const WyPostView: import("@lit/react").ReactWebComponent<WyPostVi
|
|
|
32
33
|
edit: boolean;
|
|
33
34
|
}>>;
|
|
34
35
|
}>;
|
|
35
|
-
export declare const WyPostEdit: import(
|
|
36
|
+
export declare const WyPostEdit: import('@lit/react').ReactWebComponent<WyPostEditWC, {
|
|
36
37
|
onEdit: EventName<CustomEvent<{
|
|
37
38
|
edit: boolean;
|
|
38
39
|
}>>;
|
|
39
40
|
}>;
|
|
40
|
-
export declare const WyPostTrashed: import(
|
|
41
|
+
export declare const WyPostTrashed: import('@lit/react').ReactWebComponent<WyPostTrashedWC, {
|
|
41
42
|
onRestore: EventName<CustomEvent<any>>;
|
|
42
43
|
}>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { WyPresence as WyPresenceWC } from
|
|
2
|
-
|
|
1
|
+
import { WyPresence as WyPresenceWC } from '@weavy/uikit-web';
|
|
2
|
+
|
|
3
|
+
export declare const WyPresence: import('@lit/react').ReactWebComponent<WyPresenceWC, {}>;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { WyPreview as WyPreviewWC, WyPreviewItem as WyPreviewItemWC, WyPreviewEmbed as WyPreviewEmbedWC, WyPreviewIcon as WyPreviewIconWC, WyPreviewImage as WyPreviewImageWC, WyPreviewMedia as WyPreviewMediaWC, WyPreviewText as WyPreviewTextWC } from '@weavy/uikit-web';
|
|
2
|
+
import { EventName } from '@lit/react';
|
|
3
|
+
|
|
4
|
+
export declare const WyPreview: import('@lit/react').ReactWebComponent<WyPreviewWC, {
|
|
4
5
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
5
6
|
}>;
|
|
6
|
-
export declare const WyPreviewItem: import(
|
|
7
|
-
export declare const WyPreviewEmbed: import(
|
|
8
|
-
export declare const WyPreviewIcon: import(
|
|
9
|
-
export declare const WyPreviewImage: import(
|
|
10
|
-
export declare const WyPreviewMedia: import(
|
|
11
|
-
export declare const WyPreviewText: import(
|
|
7
|
+
export declare const WyPreviewItem: import('@lit/react').ReactWebComponent<WyPreviewItemWC, {}>;
|
|
8
|
+
export declare const WyPreviewEmbed: import('@lit/react').ReactWebComponent<WyPreviewEmbedWC, {}>;
|
|
9
|
+
export declare const WyPreviewIcon: import('@lit/react').ReactWebComponent<WyPreviewIconWC, {}>;
|
|
10
|
+
export declare const WyPreviewImage: import('@lit/react').ReactWebComponent<WyPreviewImageWC, {}>;
|
|
11
|
+
export declare const WyPreviewMedia: import('@lit/react').ReactWebComponent<WyPreviewMediaWC, {}>;
|
|
12
|
+
export declare const WyPreviewText: import('@lit/react').ReactWebComponent<WyPreviewTextWC, {}>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { WyReactions as WyReactionsWC, WyReactionItem as WyReactionItemWC } from '@weavy/uikit-web';
|
|
2
|
+
import { EventName } from '@lit/react';
|
|
3
|
+
|
|
4
|
+
export declare const WyReactions: import('@lit/react').ReactWebComponent<WyReactionsWC, {
|
|
4
5
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
5
6
|
}>;
|
|
6
|
-
export declare const WyReactionItem: import(
|
|
7
|
+
export declare const WyReactionItem: import('@lit/react').ReactWebComponent<WyReactionItemWC, {}>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { WySheet as WySheetWC } from '@weavy/uikit-web';
|
|
2
|
+
import { EventName } from '@lit/react';
|
|
3
|
+
|
|
4
|
+
export declare const WySheet: import('@lit/react').ReactWebComponent<WySheetWC, {
|
|
4
5
|
onReleaseFocus: EventName<CustomEvent<any>>;
|
|
5
6
|
onRemoveModal: EventName<Event>;
|
|
6
7
|
}>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { WySkeleton as WySkeletonWC } from
|
|
2
|
-
|
|
1
|
+
import { WySkeleton as WySkeletonWC } from '@weavy/uikit-web';
|
|
2
|
+
|
|
3
|
+
export declare const WySkeleton: import('@lit/react').ReactWebComponent<WySkeletonWC, {}>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { WySpinner as WySpinnerWC } from
|
|
2
|
-
|
|
1
|
+
import { WySpinner as WySpinnerWC } from '@weavy/uikit-web';
|
|
2
|
+
|
|
3
|
+
export declare const WySpinner: import('@lit/react').ReactWebComponent<WySpinnerWC, {}>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
import { WyTyping as WyTypingWC } from
|
|
2
|
-
|
|
1
|
+
import { WyTyping as WyTypingWC } from '@weavy/uikit-web';
|
|
2
|
+
|
|
3
|
+
export declare const WyTyping: import('@lit/react').ReactWebComponent<WyTypingWC, {}>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { WyUsersSearch as WyUsersSearchWC } from
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { MemberType } from '@weavy/uikit-web/dist/types/types/members.types';
|
|
2
|
+
import { WyUsersSearch as WyUsersSearchWC } from '@weavy/uikit-web';
|
|
3
|
+
import { EventName } from '@lit/react';
|
|
4
|
+
|
|
5
|
+
export declare const WyUsersSearch: import('@lit/react').ReactWebComponent<WyUsersSearchWC, {
|
|
5
6
|
onSubmit: EventName<CustomEvent<{
|
|
6
7
|
members: MemberType[];
|
|
7
8
|
}>>;
|