@vlprojects-chat/chat 0.0.58 → 0.5.14
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/README.md +1 -0
- package/dist/index.html +1 -0
- package/dist/index.js +57 -277
- package/dist/index.js.LICENSE.txt +102 -0
- package/package.json +85 -84
- package/dist/App.d.ts +0 -3
- package/dist/Chat.d.ts +0 -10
- package/dist/api/Api.d.ts +0 -10
- package/dist/api/index.d.ts +0 -1
- package/dist/components/ChannelList/ChannelList.d.ts +0 -3
- package/dist/components/ChannelList/components/LastMessage/LastMessage.d.ts +0 -7
- package/dist/components/ChannelList/components/LastMessage/index.d.ts +0 -1
- package/dist/components/ChannelList/index.d.ts +0 -1
- package/dist/components/ChannelList/styles.d.ts +0 -2
- package/dist/components/CreateChannelForm/index.d.ts +0 -6
- package/dist/components/CreateChannelForm/styles.d.ts +0 -2
- package/dist/components/DirectList/DirectList.d.ts +0 -3
- package/dist/components/DirectList/components/DirectListRow/DirectListRow.d.ts +0 -11
- package/dist/components/DirectList/components/DirectListRow/index.d.ts +0 -1
- package/dist/components/DirectList/components/DirectListRow/styles.d.ts +0 -2
- package/dist/components/DirectList/index.d.ts +0 -1
- package/dist/components/DirectList/service.d.ts +0 -6
- package/dist/components/Drawer/index.d.ts +0 -8
- package/dist/components/Drawer/styles.d.ts +0 -2
- package/dist/components/LoadingStatus/LoadingStatus.d.ts +0 -6
- package/dist/components/LoadingStatus/index.d.ts +0 -1
- package/dist/components/LoadingStatus/styles.d.ts +0 -2
- package/dist/components/MessageInput/MessageInput.d.ts +0 -8
- package/dist/components/MessageInput/components/MessageInputActions/MessageInputActions.d.ts +0 -5
- package/dist/components/MessageInput/components/MessageInputActions/index.d.ts +0 -1
- package/dist/components/MessageInput/index.d.ts +0 -1
- package/dist/components/MessageInput/styles.d.ts +0 -2
- package/dist/components/MessageList/MessageList.d.ts +0 -6
- package/dist/components/MessageList/components/MessageActions/MessageActions.d.ts +0 -9
- package/dist/components/MessageList/components/MessageActions/index.d.ts +0 -1
- package/dist/components/MessageList/components/MessageRow/MessageRow.d.ts +0 -11
- package/dist/components/MessageList/components/MessageRow/index.d.ts +0 -1
- package/dist/components/MessageList/components/SystemMessage/SystemMessage.d.ts +0 -7
- package/dist/components/MessageList/components/SystemMessage/components/ChangedChannel/ChangedChannel.d.ts +0 -7
- package/dist/components/MessageList/components/SystemMessage/components/ChangedChannel/index.d.ts +0 -1
- package/dist/components/MessageList/components/SystemMessage/components/UserChanged/UserChanged.d.ts +0 -7
- package/dist/components/MessageList/components/SystemMessage/components/UserChanged/index.d.ts +0 -1
- package/dist/components/MessageList/components/SystemMessage/components/UserChangedChannel/UserChangedChannel.d.ts +0 -7
- package/dist/components/MessageList/components/SystemMessage/components/UserChangedChannel/index.d.ts +0 -1
- package/dist/components/MessageList/components/SystemMessage/components/UserJoined/UserJoined.d.ts +0 -7
- package/dist/components/MessageList/components/SystemMessage/components/UserJoined/index.d.ts +0 -1
- package/dist/components/MessageList/components/SystemMessage/index.d.ts +0 -1
- package/dist/components/MessageList/components/SystemMessage/styles.d.ts +0 -2
- package/dist/components/MessageList/components/UserMessage/UserMessage.d.ts +0 -12
- package/dist/components/MessageList/components/UserMessage/components/UserMessageAvatar/UserMessageAvatar.d.ts +0 -7
- package/dist/components/MessageList/components/UserMessage/components/UserMessageAvatar/index.d.ts +0 -1
- package/dist/components/MessageList/components/UserMessage/components/UserMessageDisplayName/UserMessageDisplayName.d.ts +0 -8
- package/dist/components/MessageList/components/UserMessage/components/UserMessageDisplayName/index.d.ts +0 -1
- package/dist/components/MessageList/components/UserMessage/components/UserMessageDisplayName/styles.d.ts +0 -2
- package/dist/components/MessageList/components/UserMessage/index.d.ts +0 -1
- package/dist/components/MessageList/components/UserMessage/styles.d.ts +0 -5
- package/dist/components/MessageList/index.d.ts +0 -1
- package/dist/components/MessageList/styles.d.ts +0 -2
- package/dist/components/NameInput/index.d.ts +0 -6
- package/dist/components/NameInput/styles.d.ts +0 -2
- package/dist/components/PinnedMessageList/PinnedMessageList.d.ts +0 -3
- package/dist/components/PinnedMessageList/index.d.ts +0 -1
- package/dist/components/PinnedMessageList/styles.d.ts +0 -2
- package/dist/components/PollStatusBadge/PollStatusBadge.d.ts +0 -8
- package/dist/components/PollStatusBadge/index.d.ts +0 -1
- package/dist/components/Router/index.d.ts +0 -6
- package/dist/components/SubHeader/SubHeader.d.ts +0 -6
- package/dist/components/SubHeader/index.d.ts +0 -1
- package/dist/components/SubHeader/styles.d.ts +0 -2
- package/dist/containers/Auth/Auth.d.ts +0 -4
- package/dist/containers/Auth/components/ActionBlock/ActionBlock.d.ts +0 -12
- package/dist/containers/Auth/components/ActionBlock/index.d.ts +0 -1
- package/dist/containers/Auth/components/ActionBlock/styles.d.ts +0 -2
- package/dist/containers/Auth/components/Guest/Guest.d.ts +0 -3
- package/dist/containers/Auth/components/Guest/index.d.ts +0 -1
- package/dist/containers/Auth/components/Guest/styles.d.ts +0 -2
- package/dist/containers/Auth/components/Signin/Signin.d.ts +0 -6
- package/dist/containers/Auth/components/Signin/index.d.ts +0 -1
- package/dist/containers/Auth/components/Signin/styles.d.ts +0 -2
- package/dist/containers/Auth/components/Signup/Signup.d.ts +0 -6
- package/dist/containers/Auth/components/Signup/index.d.ts +0 -1
- package/dist/containers/Auth/components/Signup/styles.d.ts +0 -2
- package/dist/containers/Auth/const.d.ts +0 -2
- package/dist/containers/Auth/index.d.ts +0 -1
- package/dist/containers/Auth/styles.d.ts +0 -2
- package/dist/containers/AuthLayout/index.d.ts +0 -7
- package/dist/containers/ChannelPage/ChannelPage.d.ts +0 -3
- package/dist/containers/ChannelPage/components/ChannelPageHeader/ChannelPageHeader.d.ts +0 -8
- package/dist/containers/ChannelPage/components/ChannelPageHeader/index.d.ts +0 -1
- package/dist/containers/ChannelPage/index.d.ts +0 -1
- package/dist/containers/ChannelPage/service.d.ts +0 -8
- package/dist/containers/ChannelPage/styles.d.ts +0 -2
- package/dist/containers/Channels/Channels.d.ts +0 -7
- package/dist/containers/Channels/components/ChannelsHeader/ChannelsHeader.d.ts +0 -6
- package/dist/containers/Channels/components/ChannelsHeader/index.d.ts +0 -1
- package/dist/containers/Channels/components/ChannelsHeader/styles.d.ts +0 -2
- package/dist/containers/Channels/components/Footer/Footer.d.ts +0 -3
- package/dist/containers/Channels/components/Footer/index.d.ts +0 -1
- package/dist/containers/Channels/components/Footer/styles.d.ts +0 -2
- package/dist/containers/Channels/index.d.ts +0 -1
- package/dist/containers/CreatePollPage/CreatePollPage.d.ts +0 -3
- package/dist/containers/CreatePollPage/components/CreatePollForm/CreatePollForm.d.ts +0 -7
- package/dist/containers/CreatePollPage/components/CreatePollForm/index.d.ts +0 -1
- package/dist/containers/CreatePollPage/components/CreatePollForm/styles.d.ts +0 -2
- package/dist/containers/CreatePollPage/components/CreatePollForm/validate.d.ts +0 -7
- package/dist/containers/CreatePollPage/components/SelectPollType/SelectPollType.d.ts +0 -9
- package/dist/containers/CreatePollPage/components/SelectPollType/index.d.ts +0 -1
- package/dist/containers/CreatePollPage/index.d.ts +0 -1
- package/dist/containers/CreatePollPage/services.d.ts +0 -2
- package/dist/containers/CreatePollPage/types.d.ts +0 -48
- package/dist/containers/PollListPage/PollListPage.d.ts +0 -3
- package/dist/containers/PollListPage/components/PollAction/PollAction.d.ts +0 -8
- package/dist/containers/PollListPage/components/PollAction/index.d.ts +0 -1
- package/dist/containers/PollListPage/components/PollAction/styles.d.ts +0 -2
- package/dist/containers/PollListPage/components/PollCard/PollCard.d.ts +0 -8
- package/dist/containers/PollListPage/components/PollCard/index.d.ts +0 -1
- package/dist/containers/PollListPage/components/PollCard/styles.d.ts +0 -2
- package/dist/containers/PollListPage/components/TemplateList/TemplateList.d.ts +0 -3
- package/dist/containers/PollListPage/components/TemplateList/index.d.ts +0 -1
- package/dist/containers/PollListPage/index.d.ts +0 -1
- package/dist/containers/PollListPage/services.d.ts +0 -20
- package/dist/containers/PollModeratorResultPage/PollModeratorResultPage.d.ts +0 -3
- package/dist/containers/PollModeratorResultPage/components/ActionButton/ActionButton.d.ts +0 -10
- package/dist/containers/PollModeratorResultPage/components/ActionButton/index.d.ts +0 -1
- package/dist/containers/PollModeratorResultPage/components/OptionRow/OptionRow.d.ts +0 -7
- package/dist/containers/PollModeratorResultPage/components/OptionRow/index.d.ts +0 -1
- package/dist/containers/PollModeratorResultPage/components/OptionRowOpenEnded/OptionRowOpenEnded.d.ts +0 -7
- package/dist/containers/PollModeratorResultPage/components/OptionRowOpenEnded/index.d.ts +0 -1
- package/dist/containers/PollModeratorResultPage/components/OptionRowWrapper/OptionRowWrapper.d.ts +0 -3
- package/dist/containers/PollModeratorResultPage/components/OptionRowWrapper/index.d.ts +0 -1
- package/dist/containers/PollModeratorResultPage/components/PollModeratorResultCard/PollModeratorResultCard.d.ts +0 -7
- package/dist/containers/PollModeratorResultPage/components/PollModeratorResultCard/index.d.ts +0 -1
- package/dist/containers/PollModeratorResultPage/index.d.ts +0 -1
- package/dist/containers/PollPortal/PollPortal.d.ts +0 -3
- package/dist/containers/PollPortal/components/CheckboxGroup/CheckboxGroup.d.ts +0 -8
- package/dist/containers/PollPortal/components/CheckboxGroup/index.d.ts +0 -1
- package/dist/containers/PollPortal/components/CloseButton/CloseButton.d.ts +0 -3
- package/dist/containers/PollPortal/components/CloseButton/index.d.ts +0 -1
- package/dist/containers/PollPortal/components/OpenEnded/OpenEnded.d.ts +0 -6
- package/dist/containers/PollPortal/components/OpenEnded/index.d.ts +0 -1
- package/dist/containers/PollPortal/components/OpenEnded/styles.d.ts +0 -2
- package/dist/containers/PollPortal/components/OptionBox/OptionBox.d.ts +0 -10
- package/dist/containers/PollPortal/components/OptionBox/index.d.ts +0 -1
- package/dist/containers/PollPortal/components/PollVariant/PollVariant.d.ts +0 -9
- package/dist/containers/PollPortal/components/PollVariant/index.d.ts +0 -1
- package/dist/containers/PollPortal/components/RadioGroup/RadioGroup.d.ts +0 -8
- package/dist/containers/PollPortal/components/RadioGroup/index.d.ts +0 -1
- package/dist/containers/PollPortal/components/ResultVariant/ResultVariant.d.ts +0 -7
- package/dist/containers/PollPortal/components/ResultVariant/index.d.ts +0 -1
- package/dist/containers/PollPortal/components/SubmitPollButton/SubmitPollButton.d.ts +0 -8
- package/dist/containers/PollPortal/components/SubmitPollButton/index.d.ts +0 -1
- package/dist/containers/PollPortal/index.d.ts +0 -1
- package/dist/containers/PollPortal/services.d.ts +0 -3
- package/dist/containers/PollPortal/styles.d.ts +0 -2
- package/dist/containers/PollResultOpenEndedDetailPage/PollResultOpenEndedDetailPage.d.ts +0 -3
- package/dist/containers/PollResultOpenEndedDetailPage/index.d.ts +0 -1
- package/dist/containers/PollResultOpenEndedDetailPage/styles.d.ts +0 -2
- package/dist/containers/Profile/Profile.d.ts +0 -4
- package/dist/containers/Profile/index.d.ts +0 -1
- package/dist/containers/Profile/styles.d.ts +0 -2
- package/dist/containers/SocketLayout/index.d.ts +0 -8
- package/dist/containers/UsersListPage/UsersListPage.d.ts +0 -4
- package/dist/containers/UsersListPage/components/UserList/UserList.d.ts +0 -7
- package/dist/containers/UsersListPage/components/UserList/index.d.ts +0 -1
- package/dist/containers/UsersListPage/components/UserRow/UserRow.d.ts +0 -9
- package/dist/containers/UsersListPage/components/UserRow/index.d.ts +0 -1
- package/dist/containers/UsersListPage/components/UserRow/styles.d.ts +0 -2
- package/dist/containers/UsersListPage/index.d.ts +0 -1
- package/dist/containers/UsersListPage/services.d.ts +0 -7
- package/dist/hoc/FieldHOC.d.ts +0 -8
- package/dist/hoc/MoreButtonHOC.d.ts +0 -9
- package/dist/hooks/useEventHook.d.ts +0 -4
- package/dist/index.d.ts +0 -1
- package/dist/index.es.js +0 -407
- package/dist/keystone/auth.d.ts +0 -27
- package/dist/keystone/chat/channel.d.ts +0 -69
- package/dist/keystone/chat/index.d.ts +0 -38
- package/dist/keystone/chat/message.d.ts +0 -62
- package/dist/keystone/chat/pinnedMessage.d.ts +0 -26
- package/dist/keystone/chat/poll.d.ts +0 -48
- package/dist/keystone/chat/pub.d.ts +0 -13
- package/dist/keystone/chat/user.d.ts +0 -27
- package/dist/keystone/factory.d.ts +0 -3
- package/dist/keystone/index.d.ts +0 -30
- package/dist/keystone/service.d.ts +0 -16
- package/dist/keystone/settings.d.ts +0 -42
- package/dist/keystone/socket.d.ts +0 -19
- package/dist/keystone/ui.d.ts +0 -29
- package/dist/lib/index.d.ts +0 -2
- package/dist/locales/index.d.ts +0 -196
- package/dist/routes.d.ts +0 -13
- package/dist/sentry/index.d.ts +0 -3
- package/dist/theme/consts.d.ts +0 -54
- package/dist/theme/muicssbaseline.d.ts +0 -4
- package/dist/theme/theme.d.ts +0 -2
- package/dist/types/centrifugeEvents.d.ts +0 -6
- package/dist/types/const.d.ts +0 -8
- package/dist/types/enums.d.ts +0 -24
- package/dist/types/serverResponses.d.ts +0 -54
- package/dist/types/socketEvents.d.ts +0 -16
- package/dist/types/types.d.ts +0 -5
- package/dist/ui-kit/HeaderTitle/HeaderTitile.d.ts +0 -8
- package/dist/ui-kit/HeaderTitle/index.d.ts +0 -1
- package/dist/ui-kit/HeaderTitle/styles.d.ts +0 -2
- package/dist/ui-kit/assets/icons/chat-minimize.svg +0 -3
- package/dist/ui-kit/assets/icons/icon-checkbox.svg +0 -3
- package/dist/ui-kit/components/Avatar/Avatar.d.ts +0 -15
- package/dist/ui-kit/components/Avatar/index.d.ts +0 -1
- package/dist/ui-kit/components/Avatar/styles.d.ts +0 -3
- package/dist/ui-kit/components/Button/index.d.ts +0 -13
- package/dist/ui-kit/components/Button/styles.d.ts +0 -2
- package/dist/ui-kit/components/Checkbox/index.d.ts +0 -3
- package/dist/ui-kit/components/Checkbox/styles.d.ts +0 -2
- package/dist/ui-kit/components/DropMenu/DropMenu.d.ts +0 -8
- package/dist/ui-kit/components/DropMenu/DropMenuItem.d.ts +0 -10
- package/dist/ui-kit/components/DropMenu/index.d.ts +0 -2
- package/dist/ui-kit/components/DropMenu/styles.d.ts +0 -2
- package/dist/ui-kit/components/FormErrorMessage/index.d.ts +0 -6
- package/dist/ui-kit/components/FormErrorMessage/styles.d.ts +0 -2
- package/dist/ui-kit/components/Image/index.d.ts +0 -7
- package/dist/ui-kit/components/Input/Input.d.ts +0 -19
- package/dist/ui-kit/components/Input/StyledInput.d.ts +0 -11
- package/dist/ui-kit/components/Input/index.d.ts +0 -1
- package/dist/ui-kit/components/Input/styles.d.ts +0 -2
- package/dist/ui-kit/components/Loaders/WineLoader/index.d.ts +0 -3
- package/dist/ui-kit/components/Loaders/WineLoader/styles.d.ts +0 -2
- package/dist/ui-kit/components/Loaders/index.d.ts +0 -1
- package/dist/ui-kit/icons/CheckDoubleIcon.d.ts +0 -10
- package/dist/ui-kit/icons/CheckIcon.d.ts +0 -10
- package/dist/ui-kit/icons/ChevronLeftIcon.d.ts +0 -10
- package/dist/ui-kit/icons/CloseCircleIcon.d.ts +0 -10
- package/dist/ui-kit/icons/CloseClean.d.ts +0 -10
- package/dist/ui-kit/icons/CloseIcon.d.ts +0 -10
- package/dist/ui-kit/icons/EmptyPollIcon.d.ts +0 -10
- package/dist/ui-kit/icons/MoreHoriz.d.ts +0 -10
- package/dist/ui-kit/icons/PinnedIcon.d.ts +0 -10
- package/dist/ui-kit/icons/PollMessageIcon.d.ts +0 -10
- package/dist/ui-kit/icons/PollOption1.d.ts +0 -10
- package/dist/ui-kit/icons/PollOption2.d.ts +0 -10
- package/dist/ui-kit/icons/PollOption3.d.ts +0 -10
- package/dist/ui-kit/icons/SearchIcon.d.ts +0 -10
- package/dist/ui-kit/icons/SendMessageIcon.d.ts +0 -10
- package/dist/ui-kit/icons/SubmitMessageIcon.d.ts +0 -10
- package/dist/ui-kit/icons/TalkIcon.d.ts +0 -10
- package/dist/ui-kit/index.d.ts +0 -7
- package/dist/utils/auth.d.ts +0 -4
- package/dist/utils/common.d.ts +0 -8
- package/dist/utils/consts.d.ts +0 -2
- package/dist/utils/date.d.ts +0 -4
- package/dist/utils/errors.d.ts +0 -3
- package/dist/utils/eventBus/eventBus.d.ts +0 -4
- package/dist/utils/eventBus/index.d.ts +0 -1
- package/dist/utils/eventBus/types.d.ts +0 -12
- package/dist/utils/helper.d.ts +0 -4
- package/dist/utils/users.d.ts +0 -3
package/dist/locales/index.d.ts
DELETED
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
loadingSocket: string;
|
|
4
|
-
loadingInitial: string;
|
|
5
|
-
loadingSettings: string;
|
|
6
|
-
globalError: string;
|
|
7
|
-
messageInputPlaceholder: string;
|
|
8
|
-
channelName: string;
|
|
9
|
-
newChannel: string;
|
|
10
|
-
create: string;
|
|
11
|
-
send: string;
|
|
12
|
-
loginAsGuest: string;
|
|
13
|
-
enter: string;
|
|
14
|
-
enterYourName: string;
|
|
15
|
-
enterTheChat: string;
|
|
16
|
-
"channelPage.chat": string;
|
|
17
|
-
or: string;
|
|
18
|
-
login: string;
|
|
19
|
-
signIn: string;
|
|
20
|
-
signInTheChat: string;
|
|
21
|
-
dontHaveAccount: string;
|
|
22
|
-
signUp: string;
|
|
23
|
-
enterPassword: string;
|
|
24
|
-
signUpInTheChat: string;
|
|
25
|
-
alreadyHaveAccount: string;
|
|
26
|
-
name: string;
|
|
27
|
-
password: string;
|
|
28
|
-
createAccount: string;
|
|
29
|
-
polls: string;
|
|
30
|
-
poll: string;
|
|
31
|
-
test: string;
|
|
32
|
-
profile: string;
|
|
33
|
-
users: string;
|
|
34
|
-
createNewChannel: string;
|
|
35
|
-
pollQuestion: string;
|
|
36
|
-
enterYourQuestion: string;
|
|
37
|
-
pollWithCorrectAnswer: string;
|
|
38
|
-
pollOptions: string;
|
|
39
|
-
enterOption: string;
|
|
40
|
-
createPoll: string;
|
|
41
|
-
addOption: string;
|
|
42
|
-
startPoll: string;
|
|
43
|
-
completePoll: string;
|
|
44
|
-
seeResults: string;
|
|
45
|
-
deletePoll: string;
|
|
46
|
-
newPoll: string;
|
|
47
|
-
reply: string;
|
|
48
|
-
username: string;
|
|
49
|
-
avatar: string;
|
|
50
|
-
avatarUrl: string;
|
|
51
|
-
save: string;
|
|
52
|
-
search: string;
|
|
53
|
-
loading: string;
|
|
54
|
-
userList: string;
|
|
55
|
-
channels: string;
|
|
56
|
-
direct: string;
|
|
57
|
-
questionNotBeEmpty: string;
|
|
58
|
-
questionValidateLongerLetters: string;
|
|
59
|
-
questionValidateWriteLeastTwoAnswerOptions: string;
|
|
60
|
-
questionValidateLeastOneCorrectAnswer: string;
|
|
61
|
-
questionValidateCorrectAnswerNotEmpty: string;
|
|
62
|
-
questionValidateNotLongerLetters: string;
|
|
63
|
-
joined: string;
|
|
64
|
-
channelCreated: string;
|
|
65
|
-
pinMessage: string;
|
|
66
|
-
deleteMessage: string;
|
|
67
|
-
deleteAllMessage: string;
|
|
68
|
-
systemMessageChangedName: string;
|
|
69
|
-
systemMessageUserChangedChannelName: string;
|
|
70
|
-
selectPollType: string;
|
|
71
|
-
multipleAnswerOptions: string;
|
|
72
|
-
pollOpenEnded: string;
|
|
73
|
-
thanks: string;
|
|
74
|
-
answerAccepted: string;
|
|
75
|
-
listEmpty: string;
|
|
76
|
-
results: string;
|
|
77
|
-
systemMessageChangedChannelName: string;
|
|
78
|
-
"menu.direct": string;
|
|
79
|
-
"time.dayBefore": string;
|
|
80
|
-
"time.yesterday": string;
|
|
81
|
-
"time.today": string;
|
|
82
|
-
pollValidateAnswerLongerLetters: string;
|
|
83
|
-
pollValidateAnswerNotLongerLetters: string;
|
|
84
|
-
restart: string;
|
|
85
|
-
edit: string;
|
|
86
|
-
delete: string;
|
|
87
|
-
templates: string;
|
|
88
|
-
join: string;
|
|
89
|
-
addOptionsNumber: string;
|
|
90
|
-
"poll.answers": string;
|
|
91
|
-
"your.reply": string;
|
|
92
|
-
"poll.results": string;
|
|
93
|
-
done: string;
|
|
94
|
-
in_progress: string;
|
|
95
|
-
new: string;
|
|
96
|
-
areYouSure: string;
|
|
97
|
-
anotherPollInProgress: string;
|
|
98
|
-
};
|
|
99
|
-
ru: {
|
|
100
|
-
loadingSocket: string;
|
|
101
|
-
loadingInitial: string;
|
|
102
|
-
loadingSettings: string;
|
|
103
|
-
globalError: string;
|
|
104
|
-
messageInputPlaceholder: string;
|
|
105
|
-
channelName: string;
|
|
106
|
-
newChannel: string;
|
|
107
|
-
create: string;
|
|
108
|
-
send: string;
|
|
109
|
-
loginAsGuest: string;
|
|
110
|
-
enter: string;
|
|
111
|
-
enterYourName: string;
|
|
112
|
-
enterTheChat: string;
|
|
113
|
-
or: string;
|
|
114
|
-
"channelPage.chat": string;
|
|
115
|
-
login: string;
|
|
116
|
-
signIn: string;
|
|
117
|
-
signInTheChat: string;
|
|
118
|
-
dontHaveAccount: string;
|
|
119
|
-
signUp: string;
|
|
120
|
-
enterPassword: string;
|
|
121
|
-
signUpInTheChat: string;
|
|
122
|
-
alreadyHaveAccount: string;
|
|
123
|
-
name: string;
|
|
124
|
-
password: string;
|
|
125
|
-
createAccount: string;
|
|
126
|
-
polls: string;
|
|
127
|
-
poll: string;
|
|
128
|
-
profile: string;
|
|
129
|
-
users: string;
|
|
130
|
-
createNewChannel: string;
|
|
131
|
-
pollQuestion: string;
|
|
132
|
-
enterYourQuestion: string;
|
|
133
|
-
pollWithCorrectAnswer: string;
|
|
134
|
-
pollOptions: string;
|
|
135
|
-
enterOption: string;
|
|
136
|
-
createPoll: string;
|
|
137
|
-
addOption: string;
|
|
138
|
-
startPoll: string;
|
|
139
|
-
completePoll: string;
|
|
140
|
-
seeResults: string;
|
|
141
|
-
newPoll: string;
|
|
142
|
-
reply: string;
|
|
143
|
-
username: string;
|
|
144
|
-
avatar: string;
|
|
145
|
-
avatarUrl: string;
|
|
146
|
-
save: string;
|
|
147
|
-
search: string;
|
|
148
|
-
loading: string;
|
|
149
|
-
userList: string;
|
|
150
|
-
channels: string;
|
|
151
|
-
direct: string;
|
|
152
|
-
questionNotBeEmpty: string;
|
|
153
|
-
questionValidateLongerLetters: string;
|
|
154
|
-
questionValidateWriteLeastTwoAnswerOptions: string;
|
|
155
|
-
questionValidateLeastOneCorrectAnswer: string;
|
|
156
|
-
questionValidateCorrectAnswerNotEmpty: string;
|
|
157
|
-
questionValidateNotLongerLetters: string;
|
|
158
|
-
joined: string;
|
|
159
|
-
channelCreated: string;
|
|
160
|
-
pinMessage: string;
|
|
161
|
-
deleteMessage: string;
|
|
162
|
-
deleteAllMessage: string;
|
|
163
|
-
systemMessageChangedName: string;
|
|
164
|
-
systemMessageUserChangedChannelName: string;
|
|
165
|
-
selectPollType: string;
|
|
166
|
-
multipleAnswerOptions: string;
|
|
167
|
-
pollOpenEnded: string;
|
|
168
|
-
test: string;
|
|
169
|
-
thanks: string;
|
|
170
|
-
answerAccepted: string;
|
|
171
|
-
listEmpty: string;
|
|
172
|
-
results: string;
|
|
173
|
-
systemMessageChangedChannelName: string;
|
|
174
|
-
"menu.direct": string;
|
|
175
|
-
"time.dayBefore": string;
|
|
176
|
-
"time.yesterday": string;
|
|
177
|
-
"time.today": string;
|
|
178
|
-
pollValidateAnswerLongerLetters: string;
|
|
179
|
-
pollValidateAnswerNotLongerLetters: string;
|
|
180
|
-
restart: string;
|
|
181
|
-
edit: string;
|
|
182
|
-
delete: string;
|
|
183
|
-
templates: string;
|
|
184
|
-
join: string;
|
|
185
|
-
addOptionsNumber: string;
|
|
186
|
-
"poll.answers": string;
|
|
187
|
-
"your.reply": string;
|
|
188
|
-
"poll.results": string;
|
|
189
|
-
done: string;
|
|
190
|
-
in_progress: string;
|
|
191
|
-
new: string;
|
|
192
|
-
areYouSure: string;
|
|
193
|
-
anotherPollInProgress: string;
|
|
194
|
-
};
|
|
195
|
-
};
|
|
196
|
-
export default _default;
|
package/dist/routes.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare enum Routes {
|
|
2
|
-
Login = "login",
|
|
3
|
-
Signup = "signup",
|
|
4
|
-
Profile = "profile",
|
|
5
|
-
Channels = "channels",
|
|
6
|
-
Direct = "direct",
|
|
7
|
-
Users = "users",
|
|
8
|
-
Polls = "polls",
|
|
9
|
-
CreatePoll = "create_poll",
|
|
10
|
-
PollResultDetail = "poll_result_detail",
|
|
11
|
-
PollResultOpenEndedDetail = "poll_result_open_ended_detail"
|
|
12
|
-
}
|
|
13
|
-
export default Routes;
|
package/dist/sentry/index.d.ts
DELETED
package/dist/theme/consts.d.ts
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
export declare const HEADER_HEIGHT = 68;
|
|
2
|
-
export declare const CHAT_MESSAGE_SUBMIT_FOOTER_HEIGHT = 60;
|
|
3
|
-
export declare const BREAKPOINTS: {
|
|
4
|
-
SM: number;
|
|
5
|
-
};
|
|
6
|
-
export declare const zINDEX: {
|
|
7
|
-
HEADER: number;
|
|
8
|
-
TOOLTIP_POPPER: number;
|
|
9
|
-
};
|
|
10
|
-
export declare enum AvatarColorEnum {
|
|
11
|
-
AVATAR1_BURGUNDY = "AVATAR1_BURGUNDY",
|
|
12
|
-
AVATAR2_RED = "AVATAR2_RED",
|
|
13
|
-
AVATAR3_DARK_PINK = "AVATAR3_DARK_PINK",
|
|
14
|
-
AVATAR4_PINK = "AVATAR4_PINK",
|
|
15
|
-
AVATAR5_GOLD = "AVATAR5_GOLD",
|
|
16
|
-
AVATAR6_NAVY_GREEN = "AVATAR6_NAVY_GREEN",
|
|
17
|
-
AVATAR7_NAVY_BLUE = "AVATAR7_NAVY_BLUE",
|
|
18
|
-
AVATAR8_PURPLE = "AVATAR8_PURPLE"
|
|
19
|
-
}
|
|
20
|
-
export declare const COLOURS: {
|
|
21
|
-
BLACK_01: string;
|
|
22
|
-
BLACK_02: string;
|
|
23
|
-
BLACK_03: string;
|
|
24
|
-
BLACK_06: string;
|
|
25
|
-
WHITE: string;
|
|
26
|
-
BLACK: string;
|
|
27
|
-
GREY: string;
|
|
28
|
-
POLL_TEXT_PRIMARY: string;
|
|
29
|
-
POLL_TEXT_SECONDARY: string;
|
|
30
|
-
SURFACE_PRIMARY: string;
|
|
31
|
-
SURFACE_SECONDARY: string;
|
|
32
|
-
MESSAGE_DATE_COLOR: string;
|
|
33
|
-
BG_FOR_SLOT: string;
|
|
34
|
-
LIGHT: string;
|
|
35
|
-
LIGHT_01: string;
|
|
36
|
-
LIGHT_02: string;
|
|
37
|
-
LIGHT_03: string;
|
|
38
|
-
LIGHT_04: string;
|
|
39
|
-
LIGHT_05: string;
|
|
40
|
-
BLUE_02: string;
|
|
41
|
-
BLUE: string;
|
|
42
|
-
GREEN: string;
|
|
43
|
-
ORANGE: string;
|
|
44
|
-
ERROR: string;
|
|
45
|
-
ACTIVE: string;
|
|
46
|
-
AVATAR1_BURGUNDY: string;
|
|
47
|
-
AVATAR2_RED: string;
|
|
48
|
-
AVATAR3_DARK_PINK: string;
|
|
49
|
-
AVATAR4_PINK: string;
|
|
50
|
-
AVATAR5_GOLD: string;
|
|
51
|
-
AVATAR6_NAVY_GREEN: string;
|
|
52
|
-
AVATAR7_NAVY_BLUE: string;
|
|
53
|
-
AVATAR8_PURPLE: string;
|
|
54
|
-
};
|
package/dist/theme/theme.d.ts
DELETED
package/dist/types/const.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare enum Cookie {
|
|
2
|
-
ACCESS_TOKEN = "ldChatAccessToken"
|
|
3
|
-
}
|
|
4
|
-
export declare const APP_ID = "livedigital-chat";
|
|
5
|
-
export declare const rootDivAttrAppId = "data-appId";
|
|
6
|
-
export declare const rootDivAttrChatId = "data-chatid";
|
|
7
|
-
export declare const rootDivAttrApiUrl = "data-apiUrl";
|
|
8
|
-
export declare const POLL_CONTAINER = "poll-container";
|
package/dist/types/enums.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export declare enum MessageTypeEnum {
|
|
2
|
-
System = "system",
|
|
3
|
-
User = "user"
|
|
4
|
-
}
|
|
5
|
-
export declare enum ChannelTypeEnum {
|
|
6
|
-
Public = "public",
|
|
7
|
-
Private = "private",
|
|
8
|
-
Direct = "direct",
|
|
9
|
-
Blank = "blank"
|
|
10
|
-
}
|
|
11
|
-
export declare enum UserRoleEnum {
|
|
12
|
-
User = "user",
|
|
13
|
-
Moderator = "moderator"
|
|
14
|
-
}
|
|
15
|
-
export declare enum AuthModeEnum {
|
|
16
|
-
Mode1 = 1,
|
|
17
|
-
Mode2 = 2,
|
|
18
|
-
Mode3 = 3,
|
|
19
|
-
Mode4 = 4,
|
|
20
|
-
Mode5 = 5,
|
|
21
|
-
Mode6 = 6,
|
|
22
|
-
Mode7 = 7,
|
|
23
|
-
Mode8 = 8
|
|
24
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { IServerPoll } from '../containers/CreatePollPage/types';
|
|
2
|
-
import { ChannelTypeEnum, MessageTypeEnum, UserRoleEnum } from './enums';
|
|
3
|
-
export interface IRUser {
|
|
4
|
-
id: string;
|
|
5
|
-
avatarUrl: string;
|
|
6
|
-
role: UserRoleEnum;
|
|
7
|
-
username: string;
|
|
8
|
-
displayName: string;
|
|
9
|
-
lang: string | null;
|
|
10
|
-
}
|
|
11
|
-
export interface IRChannelMessage {
|
|
12
|
-
id: string;
|
|
13
|
-
text: string;
|
|
14
|
-
type: MessageTypeEnum;
|
|
15
|
-
userId: string;
|
|
16
|
-
createdAt: string;
|
|
17
|
-
meta: Record<string, unknown>;
|
|
18
|
-
}
|
|
19
|
-
export interface ISEMessage {
|
|
20
|
-
channelId: string;
|
|
21
|
-
message: IRChannelMessage;
|
|
22
|
-
}
|
|
23
|
-
export interface IRChannel {
|
|
24
|
-
id: string;
|
|
25
|
-
name: string;
|
|
26
|
-
externalId: string;
|
|
27
|
-
type: ChannelTypeEnum;
|
|
28
|
-
users?: IRUser[];
|
|
29
|
-
messages: IRChannelMessage[];
|
|
30
|
-
polls: IServerPoll[];
|
|
31
|
-
}
|
|
32
|
-
export interface IRPub {
|
|
33
|
-
id: string;
|
|
34
|
-
name: string;
|
|
35
|
-
}
|
|
36
|
-
export interface IRGetInitial {
|
|
37
|
-
channels: IRChannel[];
|
|
38
|
-
publics: IRPub[];
|
|
39
|
-
user: IRUser;
|
|
40
|
-
users: IRUser[];
|
|
41
|
-
settings: Record<string, unknown>;
|
|
42
|
-
}
|
|
43
|
-
export interface IRLogin {
|
|
44
|
-
access_token: string;
|
|
45
|
-
}
|
|
46
|
-
export interface IRGetNode {
|
|
47
|
-
uri: string;
|
|
48
|
-
}
|
|
49
|
-
export interface IRPinnedMessage {
|
|
50
|
-
id: number;
|
|
51
|
-
channelId: number;
|
|
52
|
-
messageId: number;
|
|
53
|
-
message: IRChannelMessage;
|
|
54
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare enum SocketEventsEnum {
|
|
2
|
-
Message = "message",
|
|
3
|
-
SystemMessage = "system:message",
|
|
4
|
-
NewPublic = "new-public",
|
|
5
|
-
NewChannelUser = "new-channel-user",
|
|
6
|
-
NewDirect = "new-direct",
|
|
7
|
-
PollStart = "poll-start",
|
|
8
|
-
PollStop = "poll-stop",
|
|
9
|
-
PollVote = "poll-vote",
|
|
10
|
-
PollVoteOpenEnded = "poll-vote-open-ended",
|
|
11
|
-
UserUpdateProfile = "user-update-profile",
|
|
12
|
-
MessagePinned = "message-pinned",
|
|
13
|
-
DeleteMessages = "delete-messages",
|
|
14
|
-
CleanChannelMessages = "clean-channel-messages"
|
|
15
|
-
}
|
|
16
|
-
export default SocketEventsEnum;
|
package/dist/types/types.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './HeaderTitile';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.5 0C0.223858 0 0 0.223858 0 0.5V16.5C0 16.7761 0.223858 17 0.5 17C0.776142 17 1 16.7761 1 16.5V0.5C1 0.223858 0.776142 0 0.5 0ZM3.5 9H14.2929L11.1464 12.1464C10.9512 12.3417 10.9512 12.6583 11.1464 12.8536C11.3417 13.0488 11.6583 13.0488 11.8536 12.8536L15.8536 8.85355C16.0488 8.65829 16.0488 8.34171 15.8536 8.14645L11.8536 4.14645C11.6583 3.95118 11.3417 3.95118 11.1464 4.14645C10.9512 4.34171 10.9512 4.65829 11.1464 4.85355L14.2929 8H3.5C3.22386 8 3 8.22386 3 8.5C3 8.77614 3.22386 9 3.5 9Z" fill="white"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.435974 2.18404C0 3.03969 0 4.15979 0 6.4V13.6C0 15.8402 0 16.9603 0.435974 17.816C0.819467 18.5686 1.43139 19.1805 2.18404 19.564C3.03969 20 4.15979 20 6.4 20H13.6C15.8402 20 16.9603 20 17.816 19.564C18.5686 19.1805 19.1805 18.5686 19.564 17.816C20 16.9603 20 15.8402 20 13.6V6.4C20 4.15979 20 3.03969 19.564 2.18404C19.1805 1.43139 18.5686 0.819467 17.816 0.435974C16.9603 0 15.8402 0 13.6 0H6.4C4.15979 0 3.03969 0 2.18404 0.435974C1.43139 0.819467 0.819467 1.43139 0.435974 2.18404ZM16.2071 7.20711C16.5976 6.81658 16.5976 6.18342 16.2071 5.79289C15.8166 5.40237 15.1834 5.40237 14.7929 5.79289L8 12.5858L5.20711 9.79289C4.81658 9.40237 4.18342 9.40237 3.79289 9.79289C3.40237 10.1834 3.40237 10.8166 3.79289 11.2071L7.29289 14.7071C7.68342 15.0976 8.31658 15.0976 8.70711 14.7071L16.2071 7.20711Z" fill="white"/>
|
|
3
|
-
</svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { AvatarColorEnum } from 'theme/consts';
|
|
3
|
-
export declare enum Size {
|
|
4
|
-
lg = 32,
|
|
5
|
-
sm = 24
|
|
6
|
-
}
|
|
7
|
-
export interface IProps {
|
|
8
|
-
src?: string;
|
|
9
|
-
name?: string;
|
|
10
|
-
size: keyof typeof Size;
|
|
11
|
-
onClick?: () => void;
|
|
12
|
-
avatarColor?: AvatarColorEnum;
|
|
13
|
-
}
|
|
14
|
-
declare const Avatar: FC<IProps>;
|
|
15
|
-
export default Avatar;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './Avatar';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React, { FC, ReactNode } from 'react';
|
|
2
|
-
interface ButtonProps {
|
|
3
|
-
children: ReactNode;
|
|
4
|
-
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
5
|
-
fullWidth?: boolean;
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
variant?: 'contained' | 'text' | 'submit' | 'outlined' | 'flatTransparent' | 'link' | 'primary';
|
|
8
|
-
size?: 'large' | 'medium' | 'small';
|
|
9
|
-
className?: string;
|
|
10
|
-
[prop: string]: unknown;
|
|
11
|
-
}
|
|
12
|
-
declare const Button: FC<ButtonProps>;
|
|
13
|
-
export default Button;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { MenuItemProps } from '@mui/material';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
interface IProps {
|
|
4
|
-
onClose?: () => void;
|
|
5
|
-
href?: string;
|
|
6
|
-
action?: (e: React.SyntheticEvent) => void;
|
|
7
|
-
className?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare const DropMenuItem: React.FC<IProps & MenuItemProps>;
|
|
10
|
-
export default DropMenuItem;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { InputUnstyledProps } from '@mui/base/InputUnstyled';
|
|
2
|
-
import React, { KeyboardEvent } from 'react';
|
|
3
|
-
interface IProps extends Omit<InputUnstyledProps, 'onChange'> {
|
|
4
|
-
placeholder?: string;
|
|
5
|
-
onChange?: (v: string) => void;
|
|
6
|
-
onKeyDown?: (e: KeyboardEvent<HTMLInputElement>) => void;
|
|
7
|
-
className?: string;
|
|
8
|
-
type?: string;
|
|
9
|
-
value?: string;
|
|
10
|
-
id?: string;
|
|
11
|
-
variant?: 'text' | 'outlined';
|
|
12
|
-
size?: 'medium' | 'large';
|
|
13
|
-
fullWidth?: boolean;
|
|
14
|
-
rightIcon?: React.ReactNode;
|
|
15
|
-
inputProps?: Record<string, string | number>;
|
|
16
|
-
errorText?: React.ReactNode | string;
|
|
17
|
-
}
|
|
18
|
-
declare const CustomInput: React.ForwardRefExoticComponent<Pick<IProps, "aria-describedby" | "aria-label" | "aria-labelledby" | "autoComplete" | "autoFocus" | "className" | "components" | "componentsProps" | "endAdornment" | "id" | "multiline" | "name" | "onKeyDown" | "onKeyUp" | "placeholder" | "readOnly" | "rows" | "startAdornment" | "minRows" | "maxRows" | "type" | "value" | "defaultValue" | "disabled" | "error" | "onBlur" | "onClick" | "onChange" | "onFocus" | "required" | "slot" | "style" | "title" | "key" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "lang" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "component" | "variant" | "size" | "fullWidth" | "rightIcon" | "inputProps" | "errorText"> & React.RefAttributes<HTMLDivElement>>;
|
|
19
|
-
export default CustomInput;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { Theme } from '@mui/system';
|
|
3
|
-
declare const StyledInputElement: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme> & {
|
|
4
|
-
theme: Theme;
|
|
5
|
-
error: boolean;
|
|
6
|
-
}, import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {}>;
|
|
7
|
-
declare const StyledTextareaElement: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme> & {
|
|
8
|
-
theme: Theme;
|
|
9
|
-
maxRows: number;
|
|
10
|
-
}, import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, {}>;
|
|
11
|
-
export { StyledInputElement, StyledTextareaElement };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './Input';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as WineLoader } from './WineLoader';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ReactElement } from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
width?: number;
|
|
5
|
-
height?: number;
|
|
6
|
-
fill?: string;
|
|
7
|
-
style?: CSSProperties;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: (props: IProps) => ReactElement;
|
|
10
|
-
export default _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ReactElement } from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
width?: number;
|
|
5
|
-
height?: number;
|
|
6
|
-
fill?: string;
|
|
7
|
-
style?: CSSProperties;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: (props: IProps) => ReactElement;
|
|
10
|
-
export default _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ReactElement } from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
width?: number;
|
|
5
|
-
height?: number;
|
|
6
|
-
fill?: string;
|
|
7
|
-
style?: CSSProperties;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: (props: IProps) => ReactElement;
|
|
10
|
-
export default _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ReactElement } from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
width?: number;
|
|
5
|
-
height?: number;
|
|
6
|
-
fill?: string;
|
|
7
|
-
style?: CSSProperties;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: (props: IProps) => ReactElement;
|
|
10
|
-
export default _default;
|