@piedata/pieui 1.0.1

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.
Files changed (153) hide show
  1. package/dist/cli.d.ts +3 -0
  2. package/dist/cli.d.ts.map +1 -0
  3. package/dist/cli.js +361697 -0
  4. package/dist/components/Buttons/AjaxButtonCard/index.d.ts +2 -0
  5. package/dist/components/Buttons/AjaxButtonCard/index.d.ts.map +1 -0
  6. package/dist/components/Buttons/AjaxButtonCard/types/index.d.ts +15 -0
  7. package/dist/components/Buttons/AjaxButtonCard/types/index.d.ts.map +1 -0
  8. package/dist/components/Buttons/AjaxButtonCard/ui/AjaxButtonCard.d.ts +4 -0
  9. package/dist/components/Buttons/AjaxButtonCard/ui/AjaxButtonCard.d.ts.map +1 -0
  10. package/dist/components/Chats/ChatCard/index.d.ts +2 -0
  11. package/dist/components/Chats/ChatCard/index.d.ts.map +1 -0
  12. package/dist/components/Chats/ChatCard/types/index.d.ts +43 -0
  13. package/dist/components/Chats/ChatCard/types/index.d.ts.map +1 -0
  14. package/dist/components/Chats/ChatCard/ui/ChatCard.d.ts +4 -0
  15. package/dist/components/Chats/ChatCard/ui/ChatCard.d.ts.map +1 -0
  16. package/dist/components/Chats/ChatCard/ui/components/AttachFileButton.d.ts +11 -0
  17. package/dist/components/Chats/ChatCard/ui/components/AttachFileButton.d.ts.map +1 -0
  18. package/dist/components/Chats/ChatCard/ui/components/AttachedFileView.d.ts +7 -0
  19. package/dist/components/Chats/ChatCard/ui/components/AttachedFileView.d.ts.map +1 -0
  20. package/dist/components/Chats/ChatCard/ui/components/ChatCardInput.d.ts +22 -0
  21. package/dist/components/Chats/ChatCard/ui/components/ChatCardInput.d.ts.map +1 -0
  22. package/dist/components/Chats/ChatCard/ui/components/ChatOption.d.ts +7 -0
  23. package/dist/components/Chats/ChatCard/ui/components/ChatOption.d.ts.map +1 -0
  24. package/dist/components/Chats/ChatCard/ui/components/Markdown.d.ts +6 -0
  25. package/dist/components/Chats/ChatCard/ui/components/Markdown.d.ts.map +1 -0
  26. package/dist/components/Chats/ChatCard/ui/components/MessageAvatar.d.ts +6 -0
  27. package/dist/components/Chats/ChatCard/ui/components/MessageAvatar.d.ts.map +1 -0
  28. package/dist/components/Chats/ChatCard/ui/components/MessageCard.d.ts +9 -0
  29. package/dist/components/Chats/ChatCard/ui/components/MessageCard.d.ts.map +1 -0
  30. package/dist/components/Chats/ChatCard/ui/components/MessageContent.d.ts +7 -0
  31. package/dist/components/Chats/ChatCard/ui/components/MessageContent.d.ts.map +1 -0
  32. package/dist/components/Chats/ChatCard/ui/components/MessagesBoard.d.ts +17 -0
  33. package/dist/components/Chats/ChatCard/ui/components/MessagesBoard.d.ts.map +1 -0
  34. package/dist/components/Chats/ChatCard/ui/components/Options.d.ts +7 -0
  35. package/dist/components/Chats/ChatCard/ui/components/Options.d.ts.map +1 -0
  36. package/dist/components/Chats/ChatCard/ui/components/ResizableTextarea.d.ts +3 -0
  37. package/dist/components/Chats/ChatCard/ui/components/ResizableTextarea.d.ts.map +1 -0
  38. package/dist/components/Chats/ChatCard/ui/components/SendButton.d.ts +4 -0
  39. package/dist/components/Chats/ChatCard/ui/components/SendButton.d.ts.map +1 -0
  40. package/dist/components/Chats/ChatCard/ui/components/VoiceListeningButton.d.ts +8 -0
  41. package/dist/components/Chats/ChatCard/ui/components/VoiceListeningButton.d.ts.map +1 -0
  42. package/dist/components/Chats/ChatCard/ui/components/icons/AttachFileIcon.d.ts +3 -0
  43. package/dist/components/Chats/ChatCard/ui/components/icons/AttachFileIcon.d.ts.map +1 -0
  44. package/dist/components/Chats/ChatCard/ui/components/icons/AttachedFileIcon.d.ts +3 -0
  45. package/dist/components/Chats/ChatCard/ui/components/icons/AttachedFileIcon.d.ts.map +1 -0
  46. package/dist/components/Chats/ChatCard/ui/components/icons/CancelFileIcon.d.ts +3 -0
  47. package/dist/components/Chats/ChatCard/ui/components/icons/CancelFileIcon.d.ts.map +1 -0
  48. package/dist/components/Chats/ChatCard/ui/components/icons/DefaultAvatar.d.ts +3 -0
  49. package/dist/components/Chats/ChatCard/ui/components/icons/DefaultAvatar.d.ts.map +1 -0
  50. package/dist/components/Chats/ChatCard/ui/components/icons/SendIcon.d.ts +3 -0
  51. package/dist/components/Chats/ChatCard/ui/components/icons/SendIcon.d.ts.map +1 -0
  52. package/dist/components/Chats/ChatCard/ui/components/icons/VoiceRecordIcon.d.ts +3 -0
  53. package/dist/components/Chats/ChatCard/ui/components/icons/VoiceRecordIcon.d.ts.map +1 -0
  54. package/dist/components/Containers/AjaxGroupCard/index.d.ts +2 -0
  55. package/dist/components/Containers/AjaxGroupCard/index.d.ts.map +1 -0
  56. package/dist/components/Containers/AjaxGroupCard/types/index.d.ts +14 -0
  57. package/dist/components/Containers/AjaxGroupCard/types/index.d.ts.map +1 -0
  58. package/dist/components/Containers/AjaxGroupCard/ui/AjaxGroupCard.d.ts +5 -0
  59. package/dist/components/Containers/AjaxGroupCard/ui/AjaxGroupCard.d.ts.map +1 -0
  60. package/dist/components/Containers/SequenceCard/index.d.ts +2 -0
  61. package/dist/components/Containers/SequenceCard/index.d.ts.map +1 -0
  62. package/dist/components/Containers/SequenceCard/types/index.d.ts +9 -0
  63. package/dist/components/Containers/SequenceCard/types/index.d.ts.map +1 -0
  64. package/dist/components/Containers/SequenceCard/ui/SequenceCard.d.ts +4 -0
  65. package/dist/components/Containers/SequenceCard/ui/SequenceCard.d.ts.map +1 -0
  66. package/dist/components/Containers/UnionCard/index.d.ts +2 -0
  67. package/dist/components/Containers/UnionCard/index.d.ts.map +1 -0
  68. package/dist/components/Containers/UnionCard/types/index.d.ts +7 -0
  69. package/dist/components/Containers/UnionCard/types/index.d.ts.map +1 -0
  70. package/dist/components/Containers/UnionCard/ui/UnionCard.d.ts +4 -0
  71. package/dist/components/Containers/UnionCard/ui/UnionCard.d.ts.map +1 -0
  72. package/dist/components/PieBaseRoot/index.d.ts +5 -0
  73. package/dist/components/PieBaseRoot/index.d.ts.map +1 -0
  74. package/dist/components/PieBaseRoot/types/index.d.ts +6 -0
  75. package/dist/components/PieBaseRoot/types/index.d.ts.map +1 -0
  76. package/dist/components/PieCard/index.d.ts +4 -0
  77. package/dist/components/PieCard/index.d.ts.map +1 -0
  78. package/dist/components/PieCard/types/index.d.ts +16 -0
  79. package/dist/components/PieCard/types/index.d.ts.map +1 -0
  80. package/dist/components/PieRoot/index.d.ts +5 -0
  81. package/dist/components/PieRoot/index.d.ts.map +1 -0
  82. package/dist/components/PieRoot/types/index.d.ts +10 -0
  83. package/dist/components/PieRoot/types/index.d.ts.map +1 -0
  84. package/dist/components/PieStaticRoot/index.d.ts +5 -0
  85. package/dist/components/PieStaticRoot/index.d.ts.map +1 -0
  86. package/dist/components/PieStaticRoot/types/index.d.ts +7 -0
  87. package/dist/components/PieStaticRoot/types/index.d.ts.map +1 -0
  88. package/dist/components/PieTelegramRoot/index.d.ts +5 -0
  89. package/dist/components/PieTelegramRoot/index.d.ts.map +1 -0
  90. package/dist/components/UI/index.d.ts +8 -0
  91. package/dist/components/UI/index.d.ts.map +1 -0
  92. package/dist/components/index.d.ts +7 -0
  93. package/dist/components/index.d.ts.map +1 -0
  94. package/dist/components/index.esm.js +35 -0
  95. package/dist/components/index.js +48 -0
  96. package/dist/config/constant.d.ts +10 -0
  97. package/dist/config/constant.d.ts.map +1 -0
  98. package/dist/index.d.ts +10 -0
  99. package/dist/index.d.ts.map +1 -0
  100. package/dist/index.esm.js +40 -0
  101. package/dist/index.js +65 -0
  102. package/dist/pieui.components.json +364 -0
  103. package/dist/providers/CentrifugeIOInitProvider.d.ts +6 -0
  104. package/dist/providers/CentrifugeIOInitProvider.d.ts.map +1 -0
  105. package/dist/providers/SocketIOInitProvider.d.ts +6 -0
  106. package/dist/providers/SocketIOInitProvider.d.ts.map +1 -0
  107. package/dist/types/index.d.ts +103 -0
  108. package/dist/types/index.d.ts.map +1 -0
  109. package/dist/util/ajaxCommonUtils.d.ts +4 -0
  110. package/dist/util/ajaxCommonUtils.d.ts.map +1 -0
  111. package/dist/util/axiosWithCache.d.ts +3 -0
  112. package/dist/util/axiosWithCache.d.ts.map +1 -0
  113. package/dist/util/centrifuge.d.ts +5 -0
  114. package/dist/util/centrifuge.d.ts.map +1 -0
  115. package/dist/util/fallback.d.ts +4 -0
  116. package/dist/util/fallback.d.ts.map +1 -0
  117. package/dist/util/globalForm.d.ts +3 -0
  118. package/dist/util/globalForm.d.ts.map +1 -0
  119. package/dist/util/initializeComponents.d.ts +18 -0
  120. package/dist/util/initializeComponents.d.ts.map +1 -0
  121. package/dist/util/lazy.d.ts +6 -0
  122. package/dist/util/lazy.d.ts.map +1 -0
  123. package/dist/util/mitt.d.ts +7 -0
  124. package/dist/util/mitt.d.ts.map +1 -0
  125. package/dist/util/queryClient.d.ts +3 -0
  126. package/dist/util/queryClient.d.ts.map +1 -0
  127. package/dist/util/registry.d.ts +11 -0
  128. package/dist/util/registry.d.ts.map +1 -0
  129. package/dist/util/socket.d.ts +5 -0
  130. package/dist/util/socket.d.ts.map +1 -0
  131. package/dist/util/sx2radium.d.ts +3 -0
  132. package/dist/util/sx2radium.d.ts.map +1 -0
  133. package/dist/util/tailwindCommonUtils.d.ts +3 -0
  134. package/dist/util/tailwindCommonUtils.d.ts.map +1 -0
  135. package/dist/util/useBodyStyles.d.ts +5 -0
  136. package/dist/util/useBodyStyles.d.ts.map +1 -0
  137. package/dist/util/useImage.d.ts +5 -0
  138. package/dist/util/useImage.d.ts.map +1 -0
  139. package/dist/util/useIsSupported.d.ts +2 -0
  140. package/dist/util/useIsSupported.d.ts.map +1 -0
  141. package/dist/util/useOpenAIWebRTC.d.ts +14 -0
  142. package/dist/util/useOpenAIWebRTC.d.ts.map +1 -0
  143. package/dist/util/useScreenSize.d.ts +6 -0
  144. package/dist/util/useScreenSize.d.ts.map +1 -0
  145. package/dist/util/useTitle.d.ts +2 -0
  146. package/dist/util/useTitle.d.ts.map +1 -0
  147. package/dist/util/useWebApp.d.ts +4 -0
  148. package/dist/util/useWebApp.d.ts.map +1 -0
  149. package/dist/util/waitForSidAvailable.d.ts +3 -0
  150. package/dist/util/waitForSidAvailable.d.ts.map +1 -0
  151. package/dist/util/webrtcClient.d.ts +32 -0
  152. package/dist/util/webrtcClient.d.ts.map +1 -0
  153. package/package.json +95 -0
@@ -0,0 +1,2 @@
1
+ export { default } from './ui/AjaxButtonCard';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Buttons/AjaxButtonCard/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA"}
@@ -0,0 +1,15 @@
1
+ import { CSSProperties } from 'react';
2
+ import { PieContainerComponentProps } from "../../../../types";
3
+ export interface AjaxButtonCardData {
4
+ name: string;
5
+ title: string;
6
+ pathname?: string;
7
+ depsNames?: string[];
8
+ kwargs?: Record<string, string>;
9
+ iconUrl?: string;
10
+ iconPosition?: 'start' | 'end';
11
+ sx?: CSSProperties;
12
+ }
13
+ export interface AjaxButtonCardProps extends PieContainerComponentProps<AjaxButtonCardData> {
14
+ }
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Buttons/AjaxButtonCard/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AACrC,OAAO,EAAC,0BAA0B,EAAC,MAAM,mBAAmB,CAAC;AAE7D,MAAM,WAAW,kBAAkB;IAC/B,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IAEb,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAE/B,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAA;IAC9B,EAAE,CAAC,EAAE,aAAa,CAAA;CACrB;AAED,MAAM,WAAW,mBAAoB,SAAQ,0BAA0B,CAAC,kBAAkB,CAAC;CAAG"}
@@ -0,0 +1,4 @@
1
+ import { AjaxButtonCardProps } from '../types';
2
+ declare const AjaxButtonCard: ({ data, setUiAjaxConfiguration, }: AjaxButtonCardProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default AjaxButtonCard;
4
+ //# sourceMappingURL=AjaxButtonCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AjaxButtonCard.d.ts","sourceRoot":"","sources":["../../../../../src/components/Buttons/AjaxButtonCard/ui/AjaxButtonCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,mBAAmB,EAAC,MAAM,UAAU,CAAA;AAU5C,QAAA,MAAM,cAAc,GAAI,mCAGrB,mBAAmB,4CAuBrB,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { default } from './ui/ChatCard';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Chats/ChatCard/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA"}
@@ -0,0 +1,43 @@
1
+ import { ButtonHTMLAttributes, CSSProperties, DetailedHTMLProps } from 'react';
2
+ import { PieComplexComponentProps, UIConfigType } from '../../../../types';
3
+ export interface Option {
4
+ title: string;
5
+ iconUrl: string;
6
+ iconPosition: 'start' | 'end';
7
+ sx: CSSProperties;
8
+ }
9
+ export interface Message {
10
+ id: string;
11
+ username: string;
12
+ avatar: string | null;
13
+ content: string | UIConfigType;
14
+ options: Option[];
15
+ parseMode: 'HTML' | 'Markdown' | 'Pie' | 'Text';
16
+ align: 'left' | 'center' | 'right';
17
+ }
18
+ export type ChatIconsType = Record<'voiceRecordingIcon' | 'sendIcon' | 'cancelIcon' | 'attachFileIcon', string>;
19
+ export interface ChatButtonProps extends DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> {
20
+ icons: ChatIconsType;
21
+ }
22
+ export interface ChatCardData {
23
+ name: string;
24
+ defaultValue: string;
25
+ defaultMessages: Message[];
26
+ defaultOptions: Option[];
27
+ isArea: boolean;
28
+ placeholder: string;
29
+ fileAccept: string;
30
+ icons: ChatIconsType;
31
+ optionsPosition: 'top' | 'bottom';
32
+ sxMap: Record<'container' | 'chatInput' | 'messages', CSSProperties>;
33
+ pathname?: string;
34
+ depsNames?: string[];
35
+ kwargs?: Record<string, string>;
36
+ useSocketioSupport?: boolean;
37
+ useCentrifugeSupport?: boolean;
38
+ useMittSupport?: boolean;
39
+ centrifugeChannel?: string;
40
+ }
41
+ export interface ChatCardProps extends PieComplexComponentProps<ChatCardData> {
42
+ }
43
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Chats/ChatCard/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,oBAAoB,EAAE,aAAa,EAAE,iBAAiB,EAAC,MAAM,OAAO,CAAA;AAC5E,OAAO,EAAC,wBAAwB,EAAE,YAAY,EAAC,MAAM,mBAAmB,CAAA;AAGxE,MAAM,WAAW,MAAM;IACnB,KAAK,EAAE,MAAM,CAAA;IAEb,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,EAAE,OAAO,GAAG,KAAK,CAAA;IAC7B,EAAE,EAAE,aAAa,CAAA;CACpB;AAED,MAAM,WAAW,OAAO;IACpB,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,OAAO,EAAE,MAAM,GAAG,YAAY,CAAA;IAC9B,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,SAAS,EAAE,MAAM,GAAG,UAAU,GAAG,KAAK,GAAG,MAAM,CAAA;IAC/C,KAAK,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAA;CACrC;AAED,MAAM,MAAM,aAAa,GAAG,MAAM,CAC9B,oBAAoB,GAAG,UAAU,GAAG,YAAY,GAAG,gBAAgB,EACnE,MAAM,CACT,CAAA;AAGD,MAAM,WAAW,eACb,SAAQ,iBAAiB,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACrF,KAAK,EAAE,aAAa,CAAA;CACvB;AAED,MAAM,WAAW,YAAY;IACzB,IAAI,EAAE,MAAM,CAAA;IAEZ,YAAY,EAAE,MAAM,CAAA;IACpB,eAAe,EAAE,OAAO,EAAE,CAAA;IAC1B,cAAc,EAAE,MAAM,EAAE,CAAA;IAExB,MAAM,EAAE,OAAO,CAAA;IACf,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAElB,KAAK,EAAE,aAAa,CAAA;IACpB,eAAe,EAAE,KAAK,GAAG,QAAQ,CAAA;IACjC,KAAK,EAAE,MAAM,CAAC,WAAW,GAAG,WAAW,GAAG,UAAU,EAAE,aAAa,CAAC,CAAA;IAEpE,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAE/B,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAC7B;AAED,MAAM,WAAW,aAAc,SAAQ,wBAAwB,CAAC,YAAY,CAAC;CAAG"}
@@ -0,0 +1,4 @@
1
+ import { ChatCardProps } from '../types';
2
+ declare const ChatCard: ({ data, setUiAjaxConfiguration, }: ChatCardProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default ChatCard;
4
+ //# sourceMappingURL=ChatCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatCard.d.ts","sourceRoot":"","sources":["../../../../../src/components/Chats/ChatCard/ui/ChatCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAMxC,QAAA,MAAM,QAAQ,GAAI,mCAGf,aAAa,4CAqHf,CAAA;AAED,eAAe,QAAQ,CAAA"}
@@ -0,0 +1,11 @@
1
+ import { RefObject } from 'react';
2
+ import { ChatIconsType } from '../../types';
3
+ declare const AttachFileButton: ({ name, accept, fileInputRef, onSelectFile, icons, }: {
4
+ name: string;
5
+ accept: string;
6
+ fileInputRef: RefObject<HTMLInputElement>;
7
+ onSelectFile: (file: File) => void;
8
+ icons: ChatIconsType;
9
+ }) => import("react/jsx-runtime").JSX.Element;
10
+ export default AttachFileButton;
11
+ //# sourceMappingURL=AttachFileButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttachFileButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chats/ChatCard/ui/components/AttachFileButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAG3C,QAAA,MAAM,gBAAgB,GAAI,sDAMvB;IACC,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,YAAY,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAA;IACzC,YAAY,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAA;IAClC,KAAK,EAAE,aAAa,CAAA;CACvB,4CA0BA,CAAA;AAED,eAAe,gBAAgB,CAAA"}
@@ -0,0 +1,7 @@
1
+ declare const AttachedFileView: ({ name, selectedFile, onDropFile, }: {
2
+ name: string;
3
+ selectedFile: File;
4
+ onDropFile: () => void;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default AttachedFileView;
7
+ //# sourceMappingURL=AttachedFileView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttachedFileView.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chats/ChatCard/ui/components/AttachedFileView.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB,GAAI,qCAIvB;IACC,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,EAAE,IAAI,CAAA;IAClB,UAAU,EAAE,MAAM,IAAI,CAAA;CACzB,4CAeA,CAAA;AAED,eAAe,gBAAgB,CAAA"}
@@ -0,0 +1,22 @@
1
+ import { CSSProperties } from 'react';
2
+ import { Option } from '../../types';
3
+ export interface ChatCardInputHandle {
4
+ clear: () => void;
5
+ setValue: (newValue: string) => void;
6
+ setOptions: (newOptions: Option[]) => void;
7
+ }
8
+ declare const ChatCardInput: import("react").ForwardRefExoticComponent<{
9
+ name: string;
10
+ defaultOptions: Option[];
11
+ defaultValue: string;
12
+ isArea: boolean;
13
+ placeholder: string;
14
+ fileAccept: string;
15
+ optionsPosition: "top" | "bottom";
16
+ icons: Record<"voiceRecordingIcon" | "sendIcon" | "cancelIcon" | "attachFileIcon", string>;
17
+ handleOptionClick: (option: string) => void;
18
+ handleSendMessage: () => void;
19
+ sx: CSSProperties;
20
+ } & import("react").RefAttributes<ChatCardInputHandle>>;
21
+ export default ChatCardInput;
22
+ //# sourceMappingURL=ChatCardInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatCardInput.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chats/ChatCard/ui/components/ChatCardInput.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAgE,MAAM,OAAO,CAAA;AAKnG,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAMpC,MAAM,WAAW,mBAAmB;IAChC,KAAK,EAAE,MAAM,IAAI,CAAA;IACjB,QAAQ,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IACpC,UAAU,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,KAAK,IAAI,CAAA;CAC7C;AAED,QAAA,MAAM,aAAa;UAGL,MAAM;oBACI,MAAM,EAAE;kBACV,MAAM;YACZ,OAAO;iBACF,MAAM;gBACP,MAAM;qBACD,KAAK,GAAG,QAAQ;WAC1B,MAAM,CAAC,oBAAoB,GAAG,UAAU,GAAG,YAAY,GAAG,gBAAgB,EAAE,MAAM,CAAC;uBACvE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI;uBACxB,MAAM,IAAI;QACzB,aAAa;uDAgJxB,CAAA;AAED,eAAe,aAAa,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { Option } from '../../types';
2
+ declare const ChatOption: ({ option, onClickOption, }: {
3
+ option: Option;
4
+ onClickOption: (title: string) => void;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default ChatOption;
7
+ //# sourceMappingURL=ChatOption.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatOption.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chats/ChatCard/ui/components/ChatOption.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEpC,QAAA,MAAM,UAAU,GAAI,4BAGjB;IACC,MAAM,EAAE,MAAM,CAAA;IACd,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CACzC,4CAcA,CAAA;AAED,eAAe,UAAU,CAAA"}
@@ -0,0 +1,6 @@
1
+ import 'highlight.js/styles/github.css';
2
+ declare function MarkdownRender({ children }: {
3
+ children: string;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ export default MarkdownRender;
6
+ //# sourceMappingURL=Markdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Markdown.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chats/ChatCard/ui/components/Markdown.tsx"],"names":[],"mappings":"AAEA,OAAO,gCAAgC,CAAA;AAGvC,iBAAS,cAAc,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,2CAgBzD;AAED,eAAe,cAAc,CAAA"}
@@ -0,0 +1,6 @@
1
+ declare function MessageAvatar({ username, avatar }: {
2
+ username: string;
3
+ avatar: string | null;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ export default MessageAvatar;
6
+ //# sourceMappingURL=MessageAvatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageAvatar.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chats/ChatCard/ui/components/MessageAvatar.tsx"],"names":[],"mappings":"AAEA,iBAAS,aAAa,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAA;CAAE,2CAYvF;AAED,eAAe,aAAa,CAAA"}
@@ -0,0 +1,9 @@
1
+ import { Message } from '../../types';
2
+ import { SetUiAjaxConfigurationType } from '../../../../../types';
3
+ declare const MessageCard: ({ message, handleOptionClick, setUiAjaxConfiguration, }: {
4
+ message: Message;
5
+ handleOptionClick: (option: string) => void;
6
+ setUiAjaxConfiguration?: SetUiAjaxConfigurationType;
7
+ }) => import("react/jsx-runtime").JSX.Element;
8
+ export default MessageCard;
9
+ //# sourceMappingURL=MessageCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageCard.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chats/ChatCard/ui/components/MessageCard.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AACrC,OAAO,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAA;AAEjE,QAAA,MAAM,WAAW,GAAI,yDAIlB;IACC,OAAO,EAAE,OAAO,CAAA;IAChB,iBAAiB,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;IAC3C,sBAAsB,CAAC,EAAE,0BAA0B,CAAA;CACtD,4CA4DA,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -0,0 +1,7 @@
1
+ declare const MessageContent: ({ name, content, isSent, }: {
2
+ name: string;
3
+ content: string;
4
+ isSent: boolean;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default MessageContent;
7
+ //# sourceMappingURL=MessageContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageContent.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chats/ChatCard/ui/components/MessageContent.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,cAAc,GAAI,4BAIrB;IACC,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,OAAO,CAAA;CAClB,4CAcA,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -0,0 +1,17 @@
1
+ import { CSSProperties } from 'react';
2
+ import { Message } from '../../types';
3
+ import { SetUiAjaxConfigurationType } from '../../../../../types';
4
+ export interface MessagesBoardHandle {
5
+ addMessage: (message: Message) => void;
6
+ setMessages: (messages: Array<Message>) => void;
7
+ scrollToBottom: () => void;
8
+ }
9
+ declare const MessagesBoard: import("react").ForwardRefExoticComponent<{
10
+ name: string;
11
+ handleOptionClick: (option: string) => void;
12
+ defaultMessages: Message[];
13
+ sx: CSSProperties;
14
+ setUiAjaxConfiguration?: SetUiAjaxConfigurationType;
15
+ } & import("react").RefAttributes<MessagesBoardHandle>>;
16
+ export default MessagesBoard;
17
+ //# sourceMappingURL=MessagesBoard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessagesBoard.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chats/ChatCard/ui/components/MessagesBoard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAgE,MAAM,OAAO,CAAA;AACnG,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AACrC,OAAO,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAA;AAEjE,MAAM,WAAW,mBAAmB;IAChC,UAAU,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAA;IACtC,WAAW,EAAE,CAAC,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,IAAI,CAAA;IAC/C,cAAc,EAAE,MAAM,IAAI,CAAA;CAC7B;AAED,QAAA,MAAM,aAAa;UAGL,MAAM;uBACO,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI;qBAC1B,OAAO,EAAE;QACtB,aAAa;6BACQ,0BAA0B;uDAwCzD,CAAA;AAEF,eAAe,aAAa,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { Option } from '../../types';
2
+ declare const Options: ({ options, handleOptionClick, }: {
3
+ options: Option[];
4
+ handleOptionClick: (option: string) => void;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default Options;
7
+ //# sourceMappingURL=Options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Options.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chats/ChatCard/ui/components/Options.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAGpC,QAAA,MAAM,OAAO,GAAI,iCAGd;IACC,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,iBAAiB,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;CAC9C,4CAQA,CAAA;AAED,eAAe,OAAO,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { DetailedHTMLProps, TextareaHTMLAttributes } from 'react';
2
+ export default function ResizableTextarea(props: DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ResizableTextarea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ResizableTextarea.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chats/ChatCard/ui/components/ResizableTextarea.tsx"],"names":[],"mappings":"AAAA,OAAO,EACH,iBAAiB,EAGjB,sBAAsB,EAGzB,MAAM,OAAO,CAAA;AAEd,MAAM,CAAC,OAAO,UAAU,iBAAiB,CACrC,KAAK,EAAE,iBAAiB,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC,2CAgD7F"}
@@ -0,0 +1,4 @@
1
+ import { ChatButtonProps } from '../../types';
2
+ declare const SendButton: ({ type, onClick, icons }: ChatButtonProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default SendButton;
4
+ //# sourceMappingURL=SendButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chats/ChatCard/ui/components/SendButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAG7C,QAAA,MAAM,UAAU,GAAI,0BAAqC,eAAe,4CA6BvE,CAAA;AAED,eAAe,UAAU,CAAA"}
@@ -0,0 +1,8 @@
1
+ import { ChatIconsType } from '../../types';
2
+ declare const VoiceListeningButton: ({ isListening, toggleListening, icons, }: {
3
+ toggleListening: () => void;
4
+ isListening: boolean;
5
+ icons: ChatIconsType;
6
+ }) => import("react/jsx-runtime").JSX.Element;
7
+ export default VoiceListeningButton;
8
+ //# sourceMappingURL=VoiceListeningButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VoiceListeningButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Chats/ChatCard/ui/components/VoiceListeningButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE3C,QAAA,MAAM,oBAAoB,GAAI,0CAI3B;IACC,eAAe,EAAE,MAAM,IAAI,CAAA;IAC3B,WAAW,EAAE,OAAO,CAAA;IACpB,KAAK,EAAE,aAAa,CAAA;CACvB,4CAoBA,CAAA;AAED,eAAe,oBAAoB,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const AttachFileIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ export default AttachFileIcon;
3
+ //# sourceMappingURL=AttachFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttachFileIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Chats/ChatCard/ui/components/icons/AttachFileIcon.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,cAAc,+CAenB,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const AttachedFileIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ export default AttachedFileIcon;
3
+ //# sourceMappingURL=AttachedFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttachedFileIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Chats/ChatCard/ui/components/icons/AttachedFileIcon.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,gBAAgB,+CAerB,CAAA;AAED,eAAe,gBAAgB,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const CancelFileIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ export default CancelFileIcon;
3
+ //# sourceMappingURL=CancelFileIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CancelFileIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Chats/ChatCard/ui/components/icons/CancelFileIcon.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,cAAc,+CAWnB,CAAA;AAED,eAAe,cAAc,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const DefaultAvatarIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ export default DefaultAvatarIcon;
3
+ //# sourceMappingURL=DefaultAvatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultAvatar.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Chats/ChatCard/ui/components/icons/DefaultAvatar.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,iBAAiB,+CAOtB,CAAA;AAED,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const SendIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ export default SendIcon;
3
+ //# sourceMappingURL=SendIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Chats/ChatCard/ui/components/icons/SendIcon.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,QAAQ,+CAeb,CAAA;AAED,eAAe,QAAQ,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const VoiceRecordIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ export default VoiceRecordIcon;
3
+ //# sourceMappingURL=VoiceRecordIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VoiceRecordIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Chats/ChatCard/ui/components/icons/VoiceRecordIcon.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,eAAe,+CAYpB,CAAA;AAED,eAAe,eAAe,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { default } from './ui/AjaxGroupCard';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Containers/AjaxGroupCard/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA"}
@@ -0,0 +1,14 @@
1
+ import { PieContainerComponentProps } from "../../../../types";
2
+ export interface AjaxGroupCardData {
3
+ name: string;
4
+ noReturn: boolean;
5
+ returnType: 'content' | 'events';
6
+ useLoader: boolean;
7
+ useSocketioSupport?: boolean;
8
+ useCentrifugeSupport?: boolean;
9
+ useMittSupport?: boolean;
10
+ centrifugeChannel?: string;
11
+ }
12
+ export interface AjaxGroupCardProps extends PieContainerComponentProps<AjaxGroupCardData> {
13
+ }
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Containers/AjaxGroupCard/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,0BAA0B,EAAC,MAAM,mBAAmB,CAAC;AAG7D,MAAM,WAAW,iBAAiB;IAC9B,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,OAAO,CAAA;IACjB,UAAU,EAAE,SAAS,GAAG,QAAQ,CAAA;IAChC,SAAS,EAAE,OAAO,CAAA;IAElB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAC7B;AAGD,MAAM,WAAW,kBAAmB,SAAQ,0BAA0B,CAAC,iBAAiB,CAAC;CAAG"}
@@ -0,0 +1,5 @@
1
+ import { ReactNode } from 'react';
2
+ import { AjaxGroupCardProps } from '../types';
3
+ declare const AjaxGroupCard: ({ data, content, }: AjaxGroupCardProps) => string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
4
+ export default AjaxGroupCard;
5
+ //# sourceMappingURL=AjaxGroupCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AjaxGroupCard.d.ts","sourceRoot":"","sources":["../../../../../src/components/Containers/AjaxGroupCard/ui/AjaxGroupCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAA0C,MAAM,OAAO,CAAA;AAExE,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAA;AAQ7C,QAAA,MAAM,aAAa,GAAI,oBAGpB,kBAAkB,4UA+EpB,CAAA;AAED,eAAe,aAAa,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { default } from './ui/SequenceCard';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Containers/SequenceCard/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA"}
@@ -0,0 +1,9 @@
1
+ import { CSSProperties } from 'react';
2
+ import { PieComplexContainerComponentProps } from "../../../../types";
3
+ export interface SequenceCardData {
4
+ name: string;
5
+ sx: CSSProperties;
6
+ }
7
+ export interface SequenceCardProps extends PieComplexContainerComponentProps<SequenceCardData> {
8
+ }
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Containers/SequenceCard/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AACrC,OAAO,EAAC,iCAAiC,EAAC,MAAM,mBAAmB,CAAC;AAEpE,MAAM,WAAW,gBAAgB;IAC7B,IAAI,EAAE,MAAM,CAAA;IACZ,EAAE,EAAE,aAAa,CAAA;CACpB;AAGD,MAAM,WAAW,iBAAkB,SAAQ,iCAAiC,CAAC,gBAAgB,CAAC;CAAG"}
@@ -0,0 +1,4 @@
1
+ import { SequenceCardProps } from '../types';
2
+ declare const _default: ({ data, content, setUiAjaxConfiguration, }: SequenceCardProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default _default;
4
+ //# sourceMappingURL=SequenceCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SequenceCard.d.ts","sourceRoot":"","sources":["../../../../../src/components/Containers/SequenceCard/ui/SequenceCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,iBAAiB,EAAC,MAAM,UAAU,CAAA;qEAYvC,iBAAiB;AAoBpB,wBAAmC"}
@@ -0,0 +1,2 @@
1
+ export { default } from './ui/UnionCard';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Containers/UnionCard/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { PieComplexContainerComponentProps } from "../../../../types";
2
+ export interface UnionCardData {
3
+ name: string;
4
+ }
5
+ export interface UnionCardProps extends PieComplexContainerComponentProps<UnionCardData> {
6
+ }
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Containers/UnionCard/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iCAAiC,EAAC,MAAM,mBAAmB,CAAC;AAGpE,MAAM,WAAW,aAAa;IAC1B,IAAI,EAAE,MAAM,CAAA;CACf;AAED,MAAM,WAAW,cAAe,SAAQ,iCAAiC,CAAC,aAAa,CAAC;CAAG"}
@@ -0,0 +1,4 @@
1
+ import { UnionCardProps } from '../types';
2
+ declare const UnionCard: ({ data, content, setUiAjaxConfiguration, }: UnionCardProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default UnionCard;
4
+ //# sourceMappingURL=UnionCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UnionCard.d.ts","sourceRoot":"","sources":["../../../../../src/components/Containers/UnionCard/ui/UnionCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,cAAc,EAAC,MAAM,UAAU,CAAA;AAMvC,QAAA,MAAM,SAAS,GAAI,4CAIhB,cAAc,4CAehB,CAAA;AAED,eAAe,SAAS,CAAA"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import type { PieBaseRootProps } from './types';
3
+ declare const PieBaseRoot: React.FC<PieBaseRootProps>;
4
+ export default PieBaseRoot;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PieBaseRoot/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAMzB,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAY/C,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAoB3C,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from "react";
2
+ export interface PieBaseRootProps {
3
+ children: ReactNode;
4
+ fallback?: ReactNode;
5
+ }
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/PieBaseRoot/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,OAAO,CAAC;AAGhC,MAAM,WAAW,gBAAgB;IAC7B,QAAQ,EAAE,SAAS,CAAA;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAA;CACvB"}
@@ -0,0 +1,4 @@
1
+ import { PieCardProps } from './types';
2
+ declare const PieCard: ({ card, data, children, useSocketioSupport, useCentrifugeSupport, useMittSupport, centrifugeChannel, methods, }: PieCardProps) => import("react").ReactNode;
3
+ export default PieCard;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PieCard/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAC,YAAY,EAAC,MAAM,SAAS,CAAC;AAGrC,QAAA,MAAM,OAAO,GAAI,iHASd,YAAY,8BAgId,CAAA;AAED,eAAe,OAAO,CAAA"}
@@ -0,0 +1,16 @@
1
+ import { ReactNode } from "react";
2
+ export interface PieCardData {
3
+ name: string;
4
+ [key: string]: any;
5
+ }
6
+ export interface PieCardProps {
7
+ card: string;
8
+ data: PieCardData;
9
+ children: ReactNode;
10
+ useSocketioSupport?: boolean;
11
+ useCentrifugeSupport?: boolean;
12
+ useMittSupport?: boolean;
13
+ centrifugeChannel?: string;
14
+ methods?: Record<string, (data: any) => void>;
15
+ }
16
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/PieCard/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,OAAO,CAAC;AAGhC,MAAM,WAAW,WAAW;IACxB,IAAI,EAAE,MAAM,CAAA;IACZ,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CACrB;AAED,MAAM,WAAW,YAAY;IACzB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,WAAW,CAAA;IACjB,QAAQ,EAAE,SAAS,CAAA;IACnB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC,CAAA;CAChD"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { PieRootProps } from './types';
3
+ declare const PieRoot: React.FC<PieRootProps>;
4
+ export default PieRoot;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PieRoot/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgB,MAAM,OAAO,CAAA;AAMpC,OAAO,EAAC,YAAY,EAAC,MAAM,SAAS,CAAA;AAyHpC,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAInC,CAAA;AAGD,eAAe,OAAO,CAAA"}
@@ -0,0 +1,10 @@
1
+ import { ReactNode } from "react";
2
+ export interface PieRootProps {
3
+ location: {
4
+ pathname: string;
5
+ search: string;
6
+ };
7
+ fallback?: ReactNode;
8
+ onError?: () => void;
9
+ }
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/PieRoot/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlC,MAAM,WAAW,YAAY;IACzB,QAAQ,EAAE;QACN,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CACvB"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { PieStaticRootProps } from './types';
3
+ declare const PieStaticRoot: React.FC<PieStaticRootProps>;
4
+ export default PieStaticRoot;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PieStaticRoot/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAMzB,OAAO,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAA;AAc1C,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA0B/C,CAAA;AAED,eAAe,aAAa,CAAA"}
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from "react";
2
+ import { UIConfigType } from "../../../types";
3
+ export interface PieStaticRootProps {
4
+ uiConfig: UIConfigType;
5
+ fallback?: ReactNode;
6
+ }
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/PieStaticRoot/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,OAAO,CAAC;AAChC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,kBAAkB;IAC/B,QAAQ,EAAE,YAAY,CAAA;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAA;CACvB"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { PieRootProps } from '../PieRoot/types';
3
+ declare const PieTelegramRoot: React.FC<PieRootProps>;
4
+ export default PieTelegramRoot;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PieTelegramRoot/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgB,MAAM,OAAO,CAAA;AAMpC,OAAO,EAAC,YAAY,EAAC,MAAM,kBAAkB,CAAA;AAiI7C,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAI3C,CAAA;AAGD,eAAe,eAAe,CAAA"}
@@ -0,0 +1,8 @@
1
+ import { UIConfigType, SetUiAjaxConfigurationType } from '../../types';
2
+ import { ReactNode } from "react";
3
+ declare function UI({ uiConfig, setUiAjaxConfiguration, }: {
4
+ uiConfig: UIConfigType;
5
+ setUiAjaxConfiguration?: SetUiAjaxConfigurationType;
6
+ }): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
7
+ export default UI;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/UI/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAA;AAEtE,OAAO,EAAuB,SAAS,EAAC,MAAM,OAAO,CAAC;AAKtD,iBAAS,EAAE,CAAC,EACR,QAAQ,EACR,sBAAsB,GACzB,EAAE;IACC,QAAQ,EAAE,YAAY,CAAA;IACtB,sBAAsB,CAAC,EAAE,0BAA0B,CAAA;CACtD,2UAqDA;AAED,eAAe,EAAE,CAAA"}