@arkyn/types 1.4.53-beta.0 → 1.4.53-beta.2

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 (222) hide show
  1. package/dist/api/DeleteDTO.d.ts +12 -0
  2. package/dist/api/DeleteDTO.d.ts.map +1 -0
  3. package/dist/api/DeleteDTO.js +1 -0
  4. package/dist/api/GetDTO.d.ts +15 -0
  5. package/dist/api/GetDTO.d.ts.map +1 -0
  6. package/dist/api/GetDTO.js +1 -0
  7. package/dist/api/InstanceConstructorProps.d.ts +11 -0
  8. package/dist/api/InstanceConstructorProps.d.ts.map +1 -0
  9. package/dist/api/InstanceConstructorProps.js +1 -0
  10. package/dist/api/MonitoringErrorsDTO.d.ts +10 -0
  11. package/dist/api/MonitoringErrorsDTO.d.ts.map +1 -0
  12. package/dist/api/MonitoringErrorsDTO.js +1 -0
  13. package/dist/api/PatchDTO.d.ts +11 -0
  14. package/dist/api/PatchDTO.d.ts.map +1 -0
  15. package/dist/api/PatchDTO.js +1 -0
  16. package/dist/api/PostDTO.d.ts +11 -0
  17. package/dist/api/PostDTO.d.ts.map +1 -0
  18. package/dist/api/PostDTO.js +1 -0
  19. package/dist/api/PutDTO.d.ts +11 -0
  20. package/dist/api/PutDTO.d.ts.map +1 -0
  21. package/dist/api/PutDTO.js +1 -0
  22. package/dist/api/config/InboxFlowDTO.d.ts +6 -0
  23. package/dist/api/config/InboxFlowDTO.d.ts.map +1 -0
  24. package/dist/api/config/InboxFlowDTO.js +1 -0
  25. package/dist/api/config/RedisDTO.d.ts +7 -0
  26. package/dist/api/config/RedisDTO.d.ts.map +1 -0
  27. package/dist/api/config/RedisDTO.js +1 -0
  28. package/dist/api/config/ResponseDTO.d.ts +8 -0
  29. package/dist/api/config/ResponseDTO.d.ts.map +1 -0
  30. package/dist/api/config/ResponseDTO.js +1 -0
  31. package/dist/components/AlertProps.d.ts +11 -0
  32. package/dist/components/AlertProps.d.ts.map +1 -0
  33. package/dist/components/AlertProps.js +1 -0
  34. package/dist/components/AudioUploadProps.d.ts +42 -0
  35. package/dist/components/AudioUploadProps.d.ts.map +1 -0
  36. package/dist/components/AudioUploadProps.js +1 -0
  37. package/dist/components/BadgeProps.d.ts +12 -0
  38. package/dist/components/BadgeProps.d.ts.map +1 -0
  39. package/dist/components/BadgeProps.js +1 -0
  40. package/dist/components/BreadcrumbProps.d.ts +8 -0
  41. package/dist/components/BreadcrumbProps.d.ts.map +1 -0
  42. package/dist/components/BreadcrumbProps.js +1 -0
  43. package/dist/components/ButtonProps.d.ts +14 -0
  44. package/dist/components/ButtonProps.d.ts.map +1 -0
  45. package/dist/components/ButtonProps.js +1 -0
  46. package/dist/components/CardProps.d.ts +4 -0
  47. package/dist/components/CardProps.d.ts.map +1 -0
  48. package/dist/components/CardProps.js +1 -0
  49. package/dist/components/CheckboxProps.d.ts +12 -0
  50. package/dist/components/CheckboxProps.d.ts.map +1 -0
  51. package/dist/components/CheckboxProps.js +1 -0
  52. package/dist/components/DividerProps.d.ts +7 -0
  53. package/dist/components/DividerProps.d.ts.map +1 -0
  54. package/dist/components/DividerProps.js +1 -0
  55. package/dist/components/DrawerProps.d.ts +12 -0
  56. package/dist/components/DrawerProps.d.ts.map +1 -0
  57. package/dist/components/DrawerProps.js +1 -0
  58. package/dist/components/FacebookPixelProps.d.ts +17 -0
  59. package/dist/components/FacebookPixelProps.d.ts.map +1 -0
  60. package/dist/components/FacebookPixelProps.js +1 -0
  61. package/dist/components/FileUploadProps.d.ts +41 -0
  62. package/dist/components/FileUploadProps.d.ts.map +1 -0
  63. package/dist/components/FileUploadProps.js +1 -0
  64. package/dist/components/FormProps.d.ts +15 -0
  65. package/dist/components/FormProps.d.ts.map +1 -0
  66. package/dist/components/FormProps.js +1 -0
  67. package/dist/components/GoogleMapProps.d.ts +11 -0
  68. package/dist/components/GoogleMapProps.d.ts.map +1 -0
  69. package/dist/components/GoogleMapProps.js +1 -0
  70. package/dist/components/GoogleProviderProps.d.ts +4 -0
  71. package/dist/components/GoogleProviderProps.d.ts.map +1 -0
  72. package/dist/components/GoogleProviderProps.js +1 -0
  73. package/dist/components/GoogleSearchPlacesProps.d.ts +21 -0
  74. package/dist/components/GoogleSearchPlacesProps.d.ts.map +1 -0
  75. package/dist/components/GoogleSearchPlacesProps.js +1 -0
  76. package/dist/components/IconButtonProps.d.ts +13 -0
  77. package/dist/components/IconButtonProps.d.ts.map +1 -0
  78. package/dist/components/IconButtonProps.js +1 -0
  79. package/dist/components/ImageUploadProps.d.ts +42 -0
  80. package/dist/components/ImageUploadProps.d.ts.map +1 -0
  81. package/dist/components/ImageUploadProps.js +1 -0
  82. package/dist/components/InputProps.d.ts +39 -0
  83. package/dist/components/InputProps.d.ts.map +1 -0
  84. package/dist/components/InputProps.js +1 -0
  85. package/dist/components/ModalProps.d.ts +14 -0
  86. package/dist/components/ModalProps.d.ts.map +1 -0
  87. package/dist/components/ModalProps.js +1 -0
  88. package/dist/components/MultiSelectProps.d.ts +31 -0
  89. package/dist/components/MultiSelectProps.d.ts.map +1 -0
  90. package/dist/components/MultiSelectProps.js +1 -0
  91. package/dist/components/PaginationProps.d.ts +12 -0
  92. package/dist/components/PaginationProps.d.ts.map +1 -0
  93. package/dist/components/PaginationProps.js +1 -0
  94. package/dist/components/PhoneInputProps.d.ts +71 -0
  95. package/dist/components/PhoneInputProps.d.ts.map +1 -0
  96. package/dist/components/PhoneInputProps.js +1 -0
  97. package/dist/components/PopoverProps.d.ts +11 -0
  98. package/dist/components/PopoverProps.d.ts.map +1 -0
  99. package/dist/components/PopoverProps.js +1 -0
  100. package/dist/components/RadioProps.d.ts +19 -0
  101. package/dist/components/RadioProps.d.ts.map +1 -0
  102. package/dist/components/RadioProps.js +1 -0
  103. package/dist/components/RichTextProps.d.ts +41 -0
  104. package/dist/components/RichTextProps.d.ts.map +1 -0
  105. package/dist/components/RichTextProps.js +1 -0
  106. package/dist/components/SelectProps.d.ts +27 -0
  107. package/dist/components/SelectProps.d.ts.map +1 -0
  108. package/dist/components/SelectProps.js +1 -0
  109. package/dist/components/SkeletonProps.d.ts +4 -0
  110. package/dist/components/SkeletonProps.d.ts.map +1 -0
  111. package/dist/components/SkeletonProps.js +1 -0
  112. package/dist/components/SliderProps.d.ts +8 -0
  113. package/dist/components/SliderProps.d.ts.map +1 -0
  114. package/dist/components/SliderProps.js +1 -0
  115. package/dist/components/SwitchProps.d.ts +12 -0
  116. package/dist/components/SwitchProps.d.ts.map +1 -0
  117. package/dist/components/SwitchProps.js +1 -0
  118. package/dist/components/TabProps.d.ts +12 -0
  119. package/dist/components/TabProps.d.ts.map +1 -0
  120. package/dist/components/TabProps.js +1 -0
  121. package/dist/components/TableProps.d.ts +10 -0
  122. package/dist/components/TableProps.d.ts.map +1 -0
  123. package/dist/components/TableProps.js +1 -0
  124. package/dist/components/TextareaProps.d.ts +9 -0
  125. package/dist/components/TextareaProps.d.ts.map +1 -0
  126. package/dist/components/TextareaProps.js +1 -0
  127. package/dist/components/ToastProps.d.ts +6 -0
  128. package/dist/components/ToastProps.d.ts.map +1 -0
  129. package/dist/components/ToastProps.js +1 -0
  130. package/dist/components/TooltipProps.d.ts +10 -0
  131. package/dist/components/TooltipProps.d.ts.map +1 -0
  132. package/dist/components/TooltipProps.js +1 -0
  133. package/dist/hooks/Drawer.d.ts +17 -0
  134. package/dist/hooks/Drawer.d.ts.map +1 -0
  135. package/dist/hooks/Drawer.js +1 -0
  136. package/dist/hooks/Modal.d.ts +18 -0
  137. package/dist/hooks/Modal.d.ts.map +1 -0
  138. package/dist/hooks/Modal.js +1 -0
  139. package/dist/hooks/Toast.d.ts +10 -0
  140. package/dist/hooks/Toast.d.ts.map +1 -0
  141. package/dist/hooks/Toast.js +1 -0
  142. package/dist/index.d.ts +72 -0
  143. package/dist/index.d.ts.map +1 -0
  144. package/dist/index.js +76 -0
  145. package/dist/server/httpResponse.d.ts +22 -0
  146. package/dist/server/httpResponse.d.ts.map +1 -0
  147. package/dist/server/httpResponse.js +1 -0
  148. package/dist/server/services/decodeRequestBody.d.ts +3 -0
  149. package/dist/server/services/decodeRequestBody.d.ts.map +1 -0
  150. package/dist/server/services/decodeRequestBody.js +1 -0
  151. package/dist/server/services/formParse.d.ts +20 -0
  152. package/dist/server/services/formParse.d.ts.map +1 -0
  153. package/dist/server/services/formParse.js +1 -0
  154. package/dist/server/services/getScopedParams.d.ts +3 -0
  155. package/dist/server/services/getScopedParams.d.ts.map +1 -0
  156. package/dist/server/services/getScopedParams.js +1 -0
  157. package/dist/server/services/sendFileToS3.d.ts +19 -0
  158. package/dist/server/services/sendFileToS3.d.ts.map +1 -0
  159. package/dist/server/services/sendFileToS3.js +1 -0
  160. package/dist/shared/formats/formatDate.d.ts +4 -0
  161. package/dist/shared/formats/formatDate.d.ts.map +1 -0
  162. package/dist/shared/formats/formatDate.js +1 -0
  163. package/dist/shared/formats/formatJsonObject.d.ts +3 -0
  164. package/dist/shared/formats/formatJsonObject.d.ts.map +1 -0
  165. package/dist/shared/formats/formatJsonObject.js +1 -0
  166. package/dist/shared/formats/formatJsonString.d.ts +3 -0
  167. package/dist/shared/formats/formatJsonString.d.ts.map +1 -0
  168. package/dist/shared/formats/formatJsonString.js +1 -0
  169. package/dist/shared/formats/formatToCep.d.ts +3 -0
  170. package/dist/shared/formats/formatToCep.d.ts.map +1 -0
  171. package/dist/shared/formats/formatToCep.js +1 -0
  172. package/dist/shared/formats/formatToCnpj.d.ts +3 -0
  173. package/dist/shared/formats/formatToCnpj.d.ts.map +1 -0
  174. package/dist/shared/formats/formatToCnpj.js +1 -0
  175. package/dist/shared/formats/formatToCpf.d.ts +3 -0
  176. package/dist/shared/formats/formatToCpf.d.ts.map +1 -0
  177. package/dist/shared/formats/formatToCpf.js +1 -0
  178. package/dist/shared/formats/formatToCpfCnpj.d.ts +3 -0
  179. package/dist/shared/formats/formatToCpfCnpj.d.ts.map +1 -0
  180. package/dist/shared/formats/formatToCpfCnpj.js +1 -0
  181. package/dist/shared/formats/formatToCurrency.d.ts +8 -0
  182. package/dist/shared/formats/formatToCurrency.d.ts.map +1 -0
  183. package/dist/shared/formats/formatToCurrency.js +1 -0
  184. package/dist/shared/formats/formatToEllipsis.d.ts +3 -0
  185. package/dist/shared/formats/formatToEllipsis.d.ts.map +1 -0
  186. package/dist/shared/formats/formatToEllipsis.js +1 -0
  187. package/dist/shared/formats/formatToHiddenDigits.d.ts +6 -0
  188. package/dist/shared/formats/formatToHiddenDigits.d.ts.map +1 -0
  189. package/dist/shared/formats/formatToHiddenDigits.js +1 -0
  190. package/dist/shared/formats/formatToPhone.d.ts +3 -0
  191. package/dist/shared/formats/formatToPhone.d.ts.map +1 -0
  192. package/dist/shared/formats/formatToPhone.js +1 -0
  193. package/dist/shared/generators/generateColorByString.d.ts +3 -0
  194. package/dist/shared/generators/generateColorByString.d.ts.map +1 -0
  195. package/dist/shared/generators/generateColorByString.js +1 -0
  196. package/dist/shared/services/calculateCardInstallment.d.ts +10 -0
  197. package/dist/shared/services/calculateCardInstallment.d.ts.map +1 -0
  198. package/dist/shared/services/calculateCardInstallment.js +1 -0
  199. package/dist/shared/services/maskSensitiveData.d.ts +3 -0
  200. package/dist/shared/services/maskSensitiveData.d.ts.map +1 -0
  201. package/dist/shared/services/maskSensitiveData.js +1 -0
  202. package/dist/shared/services/removeCurrencySymbols.d.ts +3 -0
  203. package/dist/shared/services/removeCurrencySymbols.d.ts.map +1 -0
  204. package/dist/shared/services/removeCurrencySymbols.js +1 -0
  205. package/dist/shared/services/truncateLargeFields.d.ts +3 -0
  206. package/dist/shared/services/truncateLargeFields.d.ts.map +1 -0
  207. package/dist/shared/services/truncateLargeFields.js +1 -0
  208. package/dist/shared/validations/validateCpf.d.ts +3 -0
  209. package/dist/shared/validations/validateCpf.d.ts.map +1 -0
  210. package/dist/shared/validations/validateCpf.js +1 -0
  211. package/dist/shared/validations/validateDate.d.ts +8 -0
  212. package/dist/shared/validations/validateDate.d.ts.map +1 -0
  213. package/dist/shared/validations/validateDate.js +1 -0
  214. package/dist/shared/validations/validatePhone.d.ts +3 -0
  215. package/dist/shared/validations/validatePhone.d.ts.map +1 -0
  216. package/dist/shared/validations/validatePhone.js +1 -0
  217. package/package.json +1 -1
  218. package/src/index.ts +5 -1
  219. package/src/server/services/decodeRequestBody.ts +3 -0
  220. package/src/server/services/getScopedParams.ts +6 -0
  221. package/src/server/services/sendFileToS3.ts +25 -0
  222. /package/src/server/{formParseProps.ts → services/formParse.ts} +0 -0
@@ -0,0 +1,12 @@
1
+ import type { InboxFlowDTO } from "./config/InboxFlowDTO";
2
+ import type { ResponseDTO } from "./config/ResponseDTO";
3
+ type ConfigProps = {
4
+ headers?: RequestInit["headers"];
5
+ body?: any;
6
+ inbox_flow?: InboxFlowDTO;
7
+ token?: string;
8
+ };
9
+ type DeleteDTO = (url: string, config: ConfigProps) => Promise<ResponseDTO>;
10
+ type InstanceDeleteDTO = (url: string, config?: ConfigProps) => Promise<ResponseDTO>;
11
+ export type { DeleteDTO, InstanceDeleteDTO };
12
+ //# sourceMappingURL=DeleteDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteDTO.d.ts","sourceRoot":"","sources":["../../src/api/DeleteDTO.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,SAAS,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC;AAE5E,KAAK,iBAAiB,GAAG,CACvB,GAAG,EAAE,MAAM,EACX,MAAM,CAAC,EAAE,WAAW,KACjB,OAAO,CAAC,WAAW,CAAC,CAAC;AAE1B,YAAY,EAAE,SAAS,EAAE,iBAAiB,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,15 @@
1
+ import type { InboxFlowDTO } from "./config/InboxFlowDTO";
2
+ import type { RedisDTO } from "./config/RedisDTO";
3
+ import type { ResponseDTO } from "./config/ResponseDTO";
4
+ type ConfigProps = {
5
+ headers?: RequestInit["headers"];
6
+ token?: string;
7
+ cached?: boolean;
8
+ cached_type?: "url" | "url-token";
9
+ inbox_flow?: InboxFlowDTO;
10
+ redis_config?: RedisDTO;
11
+ };
12
+ type GetDTO = (url: string, config: ConfigProps) => Promise<ResponseDTO>;
13
+ type InstanceGetDTO = (url: string, config?: Omit<ConfigProps, "inbox_flow" | "redis_config">) => Promise<ResponseDTO>;
14
+ export type { GetDTO, InstanceGetDTO };
15
+ //# sourceMappingURL=GetDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetDTO.d.ts","sourceRoot":"","sources":["../../src/api/GetDTO.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,KAAK,GAAG,WAAW,CAAC;IAElC,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,YAAY,CAAC,EAAE,QAAQ,CAAC;CACzB,CAAC;AAEF,KAAK,MAAM,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC;AAEzE,KAAK,cAAc,GAAG,CACpB,GAAG,EAAE,MAAM,EACX,MAAM,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,YAAY,GAAG,cAAc,CAAC,KACtD,OAAO,CAAC,WAAW,CAAC,CAAC;AAE1B,YAAY,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { InboxFlowDTO } from "./config/InboxFlowDTO";
2
+ import type { RedisDTO } from "./config/RedisDTO";
3
+ type InstanceConstructorProps = {
4
+ base_url?: string;
5
+ cached?: boolean;
6
+ cached_type?: "url" | "url-token";
7
+ inbox_flow?: InboxFlowDTO;
8
+ redis_config?: RedisDTO;
9
+ };
10
+ export type { InstanceConstructorProps };
11
+ //# sourceMappingURL=InstanceConstructorProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InstanceConstructorProps.d.ts","sourceRoot":"","sources":["../../src/api/InstanceConstructorProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,KAAK,wBAAwB,GAAG;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,KAAK,GAAG,WAAW,CAAC;IAElC,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,YAAY,CAAC,EAAE,QAAQ,CAAC;CACzB,CAAC;AAEF,YAAY,EAAE,wBAAwB,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,10 @@
1
+ import type { Params } from "@remix-run/react";
2
+ import type { InboxFlowDTO } from "./config/InboxFlowDTO";
3
+ type ConfigProps = {
4
+ request: Request;
5
+ params: Params;
6
+ inbox_flow: InboxFlowDTO;
7
+ };
8
+ type MonitoringErrorsDTO = (error: any, config: ConfigProps) => Promise<void>;
9
+ export type { MonitoringErrorsDTO };
10
+ //# sourceMappingURL=MonitoringErrorsDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MonitoringErrorsDTO.d.ts","sourceRoot":"","sources":["../../src/api/MonitoringErrorsDTO.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,YAAY,CAAC;CAC1B,CAAC;AAEF,KAAK,mBAAmB,GAAG,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,WAAW,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;AAE9E,YAAY,EAAE,mBAAmB,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { InboxFlowDTO } from "./config/InboxFlowDTO";
2
+ import type { ResponseDTO } from "./config/ResponseDTO";
3
+ type ConfigProps = {
4
+ headers?: RequestInit["headers"];
5
+ inbox_flow?: InboxFlowDTO;
6
+ token?: string;
7
+ };
8
+ type PatchDTO = (url: string, data: any, config: ConfigProps) => Promise<ResponseDTO>;
9
+ type InstancePatchDTO = (url: string, data: any, config?: ConfigProps) => Promise<ResponseDTO>;
10
+ export type { PatchDTO, InstancePatchDTO };
11
+ //# sourceMappingURL=PatchDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PatchDTO.d.ts","sourceRoot":"","sources":["../../src/api/PatchDTO.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,QAAQ,GAAG,CACd,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,GAAG,EACT,MAAM,EAAE,WAAW,KAChB,OAAO,CAAC,WAAW,CAAC,CAAC;AAE1B,KAAK,gBAAgB,GAAG,CACtB,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,GAAG,EACT,MAAM,CAAC,EAAE,WAAW,KACjB,OAAO,CAAC,WAAW,CAAC,CAAC;AAE1B,YAAY,EAAE,QAAQ,EAAE,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { InboxFlowDTO } from "./config/InboxFlowDTO";
2
+ import type { ResponseDTO } from "./config/ResponseDTO";
3
+ type ConfigProps = {
4
+ headers?: RequestInit["headers"];
5
+ inbox_flow?: InboxFlowDTO;
6
+ token?: string;
7
+ };
8
+ type PostDTO = (url: string, data: any, config: ConfigProps) => Promise<ResponseDTO>;
9
+ type InstancePostDTO = (url: string, data: any, config?: ConfigProps) => Promise<ResponseDTO>;
10
+ export type { PostDTO, InstancePostDTO };
11
+ //# sourceMappingURL=PostDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PostDTO.d.ts","sourceRoot":"","sources":["../../src/api/PostDTO.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,OAAO,GAAG,CACb,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,GAAG,EACT,MAAM,EAAE,WAAW,KAChB,OAAO,CAAC,WAAW,CAAC,CAAC;AAE1B,KAAK,eAAe,GAAG,CACrB,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,GAAG,EACT,MAAM,CAAC,EAAE,WAAW,KACjB,OAAO,CAAC,WAAW,CAAC,CAAC;AAE1B,YAAY,EAAE,OAAO,EAAE,eAAe,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { InboxFlowDTO } from "./config/InboxFlowDTO";
2
+ import type { ResponseDTO } from "./config/ResponseDTO";
3
+ type ConfigProps = {
4
+ headers?: RequestInit["headers"];
5
+ inbox_flow?: InboxFlowDTO;
6
+ token?: string;
7
+ };
8
+ type PutDTO = (url: string, data: any, config: ConfigProps) => Promise<ResponseDTO>;
9
+ type InstancePutDTO = (url: string, data: any, config?: ConfigProps) => Promise<ResponseDTO>;
10
+ export type { PutDTO, InstancePutDTO };
11
+ //# sourceMappingURL=PutDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PutDTO.d.ts","sourceRoot":"","sources":["../../src/api/PutDTO.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IACjC,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,KAAK,MAAM,GAAG,CACZ,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,GAAG,EACT,MAAM,EAAE,WAAW,KAChB,OAAO,CAAC,WAAW,CAAC,CAAC;AAE1B,KAAK,cAAc,GAAG,CACpB,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,GAAG,EACT,MAAM,CAAC,EAAE,WAAW,KACjB,OAAO,CAAC,WAAW,CAAC,CAAC;AAE1B,YAAY,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ type InboxFlowDTO = {
2
+ channelId: string;
3
+ userToken: string;
4
+ };
5
+ export type { InboxFlowDTO };
6
+ //# sourceMappingURL=InboxFlowDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InboxFlowDTO.d.ts","sourceRoot":"","sources":["../../../src/api/config/InboxFlowDTO.ts"],"names":[],"mappings":"AAAA,KAAK,YAAY,GAAG;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,YAAY,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ type RedisDTO = {
2
+ REDIS_URL: string;
3
+ REDIS_PORT: number;
4
+ REDIS_PASSWORD: string;
5
+ };
6
+ export type { RedisDTO };
7
+ //# sourceMappingURL=RedisDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RedisDTO.d.ts","sourceRoot":"","sources":["../../../src/api/config/RedisDTO.ts"],"names":[],"mappings":"AAAA,KAAK,QAAQ,GAAG;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,YAAY,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ type ResponseDTO = {
2
+ success: boolean;
3
+ status: number;
4
+ response: any;
5
+ message: string;
6
+ };
7
+ export type { ResponseDTO };
8
+ //# sourceMappingURL=ResponseDTO.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ResponseDTO.d.ts","sourceRoot":"","sources":["../../../src/api/config/ResponseDTO.ts"],"names":[],"mappings":"AAAA,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,GAAG,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,YAAY,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { LucideProps } from "lucide-react";
2
+ import type { HTMLAttributes } from "react";
3
+ type AlertContainerProps = {
4
+ schema: "success" | "danger" | "warning" | "info";
5
+ } & HTMLAttributes<HTMLDivElement>;
6
+ type AlertContentProps = HTMLAttributes<HTMLDivElement>;
7
+ type AlertDescriptionProps = HTMLAttributes<HTMLDivElement>;
8
+ type AlertIconProps = LucideProps;
9
+ type AlertTitleProps = HTMLAttributes<HTMLDivElement>;
10
+ export type { AlertContainerProps, AlertContentProps, AlertDescriptionProps, AlertIconProps, AlertTitleProps, };
11
+ //# sourceMappingURL=AlertProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertProps.d.ts","sourceRoot":"","sources":["../../src/components/AlertProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,mBAAmB,GAAG;IACzB,MAAM,EAAE,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC;CACnD,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,KAAK,iBAAiB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAExD,KAAK,qBAAqB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAE5D,KAAK,cAAc,GAAG,WAAW,CAAC;AAElC,KAAK,eAAe,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEtD,YAAY,EACV,mBAAmB,EACnB,iBAAiB,EACjB,qBAAqB,EACrB,cAAc,EACd,eAAe,GAChB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,42 @@
1
+ type AudioUploadErrorProps = {
2
+ error: string;
3
+ };
4
+ type AudioUploadLabelProps = {
5
+ label: string;
6
+ showAsterisk?: boolean;
7
+ };
8
+ type AudioUploadHasFileContentProps = {
9
+ filePath: string;
10
+ disabled: boolean;
11
+ acceptAudio: string;
12
+ isLoading: boolean;
13
+ handleSelectFile: (file: File) => void;
14
+ reSendAudio?: () => void;
15
+ changeAudioButtonText: string;
16
+ };
17
+ type AudioUploadNoFileContentProps = {
18
+ disabled: boolean;
19
+ acceptAudio: string;
20
+ isLoading: boolean;
21
+ selectAudioButtonText: string;
22
+ dropAudioText: string;
23
+ handleSelectFile: (file: File) => void;
24
+ };
25
+ type AudioUploadProps = {
26
+ name: string;
27
+ action: string;
28
+ fileName?: string;
29
+ method?: string;
30
+ acceptAudio?: string;
31
+ dropAudioText?: string;
32
+ selectAudioButtonText?: string;
33
+ changeAudioButtonText?: string;
34
+ onUpload?: (url?: string) => void;
35
+ fileResponseName?: string;
36
+ label?: string;
37
+ showAsterisk?: boolean;
38
+ disabled?: boolean;
39
+ defaultValue?: string;
40
+ };
41
+ export type { AudioUploadErrorProps, AudioUploadHasFileContentProps, AudioUploadLabelProps, AudioUploadNoFileContentProps, AudioUploadProps, };
42
+ //# sourceMappingURL=AudioUploadProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AudioUploadProps.d.ts","sourceRoot":"","sources":["../../src/components/AudioUploadProps.ts"],"names":[],"mappings":"AAAA,KAAK,qBAAqB,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,KAAK,8BAA8B,GAAG;IACpC,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,gBAAgB,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACvC,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,qBAAqB,EAAE,MAAM,CAAC;CAC/B,CAAC;AAEF,KAAK,6BAA6B,GAAG;IACnC,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IAEf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAE/B,QAAQ,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,YAAY,EACV,qBAAqB,EACrB,8BAA8B,EAC9B,qBAAqB,EACrB,6BAA6B,EAC7B,gBAAgB,GACjB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,12 @@
1
+ import type { LucideIcon } from "lucide-react";
2
+ import type { HTMLAttributes } from "react";
3
+ type BaseBadgeProps = HTMLAttributes<HTMLDivElement>;
4
+ type BadgeProps = BaseBadgeProps & {
5
+ size?: "md" | "lg";
6
+ variant?: "solid" | "outline" | "ghost";
7
+ scheme?: "primary" | "success" | "warning" | "danger" | "info";
8
+ leftIcon?: LucideIcon;
9
+ rightIcon?: LucideIcon;
10
+ };
11
+ export type { BadgeProps };
12
+ //# sourceMappingURL=BadgeProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BadgeProps.d.ts","sourceRoot":"","sources":["../../src/components/BadgeProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAErD,KAAK,UAAU,GAAG,cAAc,GAAG;IACjC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;IACxC,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IAE/D,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,SAAS,CAAC,EAAE,UAAU,CAAC;CACxB,CAAC;AAEF,YAAY,EAAE,UAAU,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ import type { LinkProps } from "@remix-run/react";
2
+ import type { HTMLAttributes } from "react";
3
+ type BreadcrumbLinkProps = LinkProps & {
4
+ disabled?: boolean;
5
+ };
6
+ type BreadcrumbContainerProps = HTMLAttributes<HTMLElement>;
7
+ export type { BreadcrumbContainerProps, BreadcrumbLinkProps };
8
+ //# sourceMappingURL=BreadcrumbProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BreadcrumbProps.d.ts","sourceRoot":"","sources":["../../src/components/BreadcrumbProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,mBAAmB,GAAG,SAAS,GAAG;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,KAAK,wBAAwB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAE5D,YAAY,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,14 @@
1
+ import type { LucideIcon } from "lucide-react";
2
+ import type { ButtonHTMLAttributes } from "react";
3
+ type BaseButtonProps = ButtonHTMLAttributes<HTMLButtonElement>;
4
+ type ButtonProps = BaseButtonProps & {
5
+ isLoading?: boolean;
6
+ loadingText?: string;
7
+ size?: "xs" | "sm" | "md" | "lg";
8
+ variant?: "solid" | "outline" | "ghost" | "invisible";
9
+ scheme?: "primary" | "success" | "warning" | "danger" | "info";
10
+ leftIcon?: LucideIcon;
11
+ rightIcon?: LucideIcon;
12
+ };
13
+ export type { ButtonProps };
14
+ //# sourceMappingURL=ButtonProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonProps.d.ts","sourceRoot":"","sources":["../../src/components/ButtonProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,KAAK,eAAe,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAE/D,KAAK,WAAW,GAAG,eAAe,GAAG;IACnC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,CAAC;IACtD,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IAE/D,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,SAAS,CAAC,EAAE,UAAU,CAAC;CACxB,CAAC;AAEF,YAAY,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ import type { HTMLAttributes } from "react";
2
+ type CardProps = HTMLAttributes<HTMLDivElement>;
3
+ export type { CardProps };
4
+ //# sourceMappingURL=CardProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardProps.d.ts","sourceRoot":"","sources":["../../src/components/CardProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,SAAS,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEhD,YAAY,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,12 @@
1
+ import type { ButtonHTMLAttributes } from "react";
2
+ type CheckboxProps = {
3
+ isError?: boolean;
4
+ size?: "md" | "lg" | "sm";
5
+ name: string;
6
+ value?: string;
7
+ checked?: boolean;
8
+ defaultChecked?: boolean;
9
+ onCheck?: (value: string) => void;
10
+ } & Omit<ButtonHTMLAttributes<HTMLButtonElement>, "size" | "prefix" | "type" | "name" | "defaultValue" | "value" | "onChange" | "onSelect" | "onClick">;
11
+ export type { CheckboxProps };
12
+ //# sourceMappingURL=CheckboxProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckboxProps.d.ts","sourceRoot":"","sources":["../../src/components/CheckboxProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,KAAK,aAAa,GAAG;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAE1B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,GAAG,IAAI,CACN,oBAAoB,CAAC,iBAAiB,CAAC,EACrC,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,GACN,cAAc,GACd,OAAO,GACP,UAAU,GACV,UAAU,GACV,SAAS,CACZ,CAAC;AAEF,YAAY,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ import type { HTMLAttributes } from "react";
2
+ type BaseDividerProps = HTMLAttributes<HTMLDivElement>;
3
+ type DividerProps = BaseDividerProps & {
4
+ orientation?: "horizontal" | "vertical";
5
+ };
6
+ export type { DividerProps };
7
+ //# sourceMappingURL=DividerProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DividerProps.d.ts","sourceRoot":"","sources":["../../src/components/DividerProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,gBAAgB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEvD,KAAK,YAAY,GAAG,gBAAgB,GAAG;IACrC,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;CACzC,CAAC;AAEF,YAAY,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,12 @@
1
+ import type { HTMLAttributes } from "react";
2
+ type BaseDrawerProps = HTMLAttributes<HTMLElement>;
3
+ type DrawerContainerProps = BaseDrawerProps & {
4
+ isVisibled: boolean;
5
+ makeInvisible: () => void;
6
+ orientation?: "left" | "right";
7
+ };
8
+ type DrawerHeaderProps = BaseDrawerProps & {
9
+ showCloseButton?: boolean;
10
+ };
11
+ export type { DrawerContainerProps, DrawerHeaderProps };
12
+ //# sourceMappingURL=DrawerProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DrawerProps.d.ts","sourceRoot":"","sources":["../../src/components/DrawerProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,eAAe,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEnD,KAAK,oBAAoB,GAAG,eAAe,GAAG;IAC5C,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAChC,CAAC;AAEF,KAAK,iBAAiB,GAAG,eAAe,GAAG;IACzC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,YAAY,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,17 @@
1
+ type FacebookPixelProps = {
2
+ pixelId: string;
3
+ showInDevMode?: boolean;
4
+ options?: {
5
+ autoConfig?: boolean;
6
+ debug?: boolean;
7
+ };
8
+ pageView?: boolean;
9
+ grantConsent?: boolean;
10
+ revokeConsent?: boolean;
11
+ track?: [string, any?];
12
+ trackCustom?: [string, any?];
13
+ trackSingle?: [string, any?];
14
+ trackSingleCustom?: [string, any?];
15
+ };
16
+ export type { FacebookPixelProps };
17
+ //# sourceMappingURL=FacebookPixelProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FacebookPixelProps.d.ts","sourceRoot":"","sources":["../../src/components/FacebookPixelProps.ts"],"names":[],"mappings":"AAAA,KAAK,kBAAkB,GAAG;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE;QACR,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,KAAK,CAAC,EAAE,OAAO,CAAC;KACjB,CAAC;IACF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;IAC7B,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;IAC7B,iBAAiB,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;CACpC,CAAC;AAEF,YAAY,EAAE,kBAAkB,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,41 @@
1
+ type FileUploadProps = {
2
+ name: string;
3
+ disabled?: boolean;
4
+ label?: string;
5
+ showAsterisk?: boolean;
6
+ changeFileButtonText?: string;
7
+ selectFileButtonText?: string;
8
+ dropFileText?: string;
9
+ action: string;
10
+ method?: string;
11
+ fileName?: string;
12
+ fileResponseName?: string;
13
+ acceptFile?: string;
14
+ onUpload?: (url?: string) => void;
15
+ };
16
+ type FileUploadNoFileContentProps = {
17
+ disabled: boolean;
18
+ acceptFile: string;
19
+ isLoading: boolean;
20
+ selectFileButtonText: string;
21
+ dropFileText: string;
22
+ handleSelectFile: (file: File) => void;
23
+ };
24
+ type FileUploadLabelProps = {
25
+ label: string;
26
+ showAsterisk?: boolean;
27
+ };
28
+ type FileUploadErrorProps = {
29
+ error: string;
30
+ };
31
+ type FileUploadHasFileContentProps = {
32
+ disabled: boolean;
33
+ acceptFile: string;
34
+ isLoading: boolean;
35
+ changeFileButtonText: string;
36
+ file: File;
37
+ reSendFile?: () => void;
38
+ handleSelectFile: (file: File) => void;
39
+ };
40
+ export type { FileUploadHasFileContentProps, FileUploadErrorProps, FileUploadLabelProps, FileUploadProps, FileUploadNoFileContentProps, };
41
+ //# sourceMappingURL=FileUploadProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileUploadProps.d.ts","sourceRoot":"","sources":["../../src/components/FileUploadProps.ts"],"names":[],"mappings":"AAAA,KAAK,eAAe,GAAG;IACrB,IAAI,EAAE,MAAM,CAAC;IAEb,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,QAAQ,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,CAAC;AAEF,KAAK,4BAA4B,GAAG;IAClC,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,KAAK,oBAAoB,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,KAAK,oBAAoB,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,6BAA6B,GAAG;IACnC,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,IAAI,EAAE,IAAI,CAAC;IACX,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,gBAAgB,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,YAAY,EACV,6BAA6B,EAC7B,oBAAoB,EACpB,oBAAoB,EACpB,eAAe,EACf,4BAA4B,GAC7B,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,15 @@
1
+ import type { HTMLAttributes, LabelHTMLAttributes, ReactNode, RefObject } from "react";
2
+ type FormControllerContextProps = {
3
+ error?: string;
4
+ inputRef: RefObject<HTMLInputElement>;
5
+ id: string;
6
+ };
7
+ type FormControllerProps = {
8
+ children: ReactNode;
9
+ } & HTMLAttributes<HTMLElement>;
10
+ type FormLabelProps = {
11
+ showAsterisk?: boolean;
12
+ } & LabelHTMLAttributes<HTMLLabelElement>;
13
+ type FormErrorProps = HTMLAttributes<HTMLElement>;
14
+ export type { FormControllerContextProps, FormControllerProps, FormLabelProps, FormErrorProps, };
15
+ //# sourceMappingURL=FormProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormProps.d.ts","sourceRoot":"","sources":["../../src/components/FormProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,cAAc,EACd,mBAAmB,EACnB,SAAS,EACT,SAAS,EACV,MAAM,OAAO,CAAC;AAEf,KAAK,0BAA0B,GAAG;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IACtC,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,KAAK,mBAAmB,GAAG;IACzB,QAAQ,EAAE,SAAS,CAAC;CACrB,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAEhC,KAAK,cAAc,GAAG;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;AAE1C,KAAK,cAAc,GAAG,cAAc,CAAC,WAAW,CAAC,CAAC;AAElD,YAAY,EACV,0BAA0B,EAC1B,mBAAmB,EACnB,cAAc,EACd,cAAc,GACf,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { HtmlHTMLAttributes } from "react";
2
+ type GoogleMapProps = {
3
+ zoom?: number;
4
+ draggable?: boolean;
5
+ coordinates?: {
6
+ lat: number;
7
+ lng: number;
8
+ };
9
+ } & HtmlHTMLAttributes<HTMLDivElement>;
10
+ export type { GoogleMapProps };
11
+ //# sourceMappingURL=GoogleMapProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GoogleMapProps.d.ts","sourceRoot":"","sources":["../../src/components/GoogleMapProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAEhD,KAAK,cAAc,GAAG;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;CAC5C,GAAG,kBAAkB,CAAC,cAAc,CAAC,CAAC;AAEvC,YAAY,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ import type { LoadScript } from "@react-google-maps/api";
2
+ type GoogleProviderProps = LoadScript["props"];
3
+ export type { GoogleProviderProps };
4
+ //# sourceMappingURL=GoogleProviderProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GoogleProviderProps.d.ts","sourceRoot":"","sources":["../../src/components/GoogleProviderProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEzD,KAAK,mBAAmB,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AAE/C,YAAY,EAAE,mBAAmB,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,21 @@
1
+ import type { StandaloneSearchBoxProps } from "@react-google-maps/api";
2
+ import type { SimpleInputProps } from "./InputProps";
3
+ type GoogleSearchPlacesProps = {
4
+ onChange?: (e: string) => void;
5
+ onPlaceChanged?: (e: {
6
+ street: string;
7
+ city: string;
8
+ state: string;
9
+ district: string;
10
+ cep: string;
11
+ stateShortName: string;
12
+ streetNumber: string;
13
+ coordinates: {
14
+ lat: number;
15
+ lng: number;
16
+ };
17
+ }) => void;
18
+ options?: StandaloneSearchBoxProps["options"];
19
+ } & Omit<SimpleInputProps, "onLoad" | "onChange" | "type">;
20
+ export type { GoogleSearchPlacesProps };
21
+ //# sourceMappingURL=GoogleSearchPlacesProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GoogleSearchPlacesProps.d.ts","sourceRoot":"","sources":["../../src/components/GoogleSearchPlacesProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AACvE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAErD,KAAK,uBAAuB,GAAG;IAC7B,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,cAAc,CAAC,EAAE,CAAC,CAAC,EAAE;QACnB,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,GAAG,EAAE,MAAM,CAAC;QACZ,cAAc,EAAE,MAAM,CAAC;QACvB,YAAY,EAAE,MAAM,CAAC;QACrB,WAAW,EAAE;YAAE,GAAG,EAAE,MAAM,CAAC;YAAC,GAAG,EAAE,MAAM,CAAA;SAAE,CAAC;KAC3C,KAAK,IAAI,CAAC;IACX,OAAO,CAAC,EAAE,wBAAwB,CAAC,SAAS,CAAC,CAAC;CAC/C,GAAG,IAAI,CAAC,gBAAgB,EAAE,QAAQ,GAAG,UAAU,GAAG,MAAM,CAAC,CAAC;AAE3D,YAAY,EAAE,uBAAuB,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,13 @@
1
+ import type { LucideIcon } from "lucide-react";
2
+ import type { ButtonHTMLAttributes } from "react";
3
+ type BaseIconButtonProps = Omit<ButtonHTMLAttributes<HTMLButtonElement>, "children" | "aria-label">;
4
+ type IconButtonProps = BaseIconButtonProps & {
5
+ icon: LucideIcon;
6
+ "aria-label": string;
7
+ isLoading?: boolean;
8
+ size?: "xs" | "sm" | "md" | "lg";
9
+ variant?: "solid" | "outline" | "ghost" | "invisible";
10
+ scheme?: "primary" | "success" | "warning" | "danger" | "info";
11
+ };
12
+ export type { IconButtonProps };
13
+ //# sourceMappingURL=IconButtonProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconButtonProps.d.ts","sourceRoot":"","sources":["../../src/components/IconButtonProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,KAAK,mBAAmB,GAAG,IAAI,CAC7B,oBAAoB,CAAC,iBAAiB,CAAC,EACvC,UAAU,GAAG,YAAY,CAC1B,CAAC;AAEF,KAAK,eAAe,GAAG,mBAAmB,GAAG;IAC3C,IAAI,EAAE,UAAU,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IAErB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,CAAC;IACtD,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;CAChE,CAAC;AAEF,YAAY,EAAE,eAAe,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ export {};