@antscorp/antsomi-ui 1.3.4 → 1.3.5-alpha.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 (1824) hide show
  1. package/es/NoData-YEFUVA7W.png +0 -0
  2. package/es/antsomi_logo-6U3JIWR2.png +0 -0
  3. package/es/email-3Z5HREAK.png +0 -0
  4. package/es/english-TJ23IPIL.png +0 -0
  5. package/es/forgot_password-BYMDOUF6.png +0 -0
  6. package/es/img-account-big-FLEY3BFC.png +0 -0
  7. package/es/index.css +2 -0
  8. package/es/index.css.map +7 -0
  9. package/es/index.js +11432 -1
  10. package/es/index.js.map +7 -0
  11. package/es/ip14-pro-camera-2N7D4F32.png +0 -0
  12. package/es/ip14-pro-mobile-frame-TGCORDIF.png +0 -0
  13. package/es/iphone-UFRGHZ7Z.png +0 -0
  14. package/es/iphone-top-bar-VBNVVAHK.png +0 -0
  15. package/es/loginStep2-ILNBDVMI.png +0 -0
  16. package/es/profile-BB3KGKQV.png +0 -0
  17. package/es/recommendation-human-XUL74MY5.png +0 -0
  18. package/es/skeleton-background-SVRPY3EY.png +0 -0
  19. package/es/stars_slider-OSMFIUUX.png +0 -0
  20. package/es/step1-2RUSJSCG.png +0 -0
  21. package/es/step2-C7HFR6GQ.png +0 -0
  22. package/es/tail-KO6WZAV5.png +0 -0
  23. package/es/types/__tests__/fileMock.test.d.ts +2 -0
  24. package/es/types/components/atoms/Alert/Alert.d.ts +9 -0
  25. package/es/types/components/atoms/Button/Button.d.ts +2 -0
  26. package/es/types/components/atoms/Button/index.d.ts +1 -0
  27. package/es/types/components/atoms/ContentEditable/ContentEditable.d.ts +16 -0
  28. package/es/types/components/atoms/ContentEditable/index.d.ts +1 -0
  29. package/es/types/components/atoms/ContentEditable/styled.d.ts +4 -0
  30. package/es/types/components/atoms/Empty/Empty.d.ts +6 -0
  31. package/es/types/components/atoms/Flex/Flex.d.ts +2 -0
  32. package/es/types/components/atoms/Flex/index.d.ts +2 -0
  33. package/es/types/components/atoms/Icon/index.d.ts +10 -0
  34. package/es/types/components/atoms/Iframe/Iframe.d.ts +4 -0
  35. package/es/types/components/atoms/Iframe/index.d.ts +1 -0
  36. package/es/types/components/atoms/Input/Input.d.ts +35 -0
  37. package/es/types/components/atoms/Input/styled.d.ts +17 -0
  38. package/es/types/components/atoms/InputDynamic/EditCaretPositioning.d.ts +2 -0
  39. package/es/types/components/atoms/InputDynamic/InputDynamic.d.ts +10 -0
  40. package/es/types/components/atoms/InputDynamic/PopupShortLink.d.ts +16 -0
  41. package/es/types/components/atoms/InputDynamic/constants.d.ts +71 -0
  42. package/es/types/components/atoms/InputDynamic/index.d.ts +2 -0
  43. package/es/types/components/atoms/InputDynamic/styled.d.ts +13 -0
  44. package/es/types/components/atoms/InputDynamic/types.d.ts +125 -0
  45. package/es/types/components/atoms/InputDynamic/utils.d.ts +30 -0
  46. package/es/types/components/atoms/InputNumber/InputNumber.d.ts +7 -0
  47. package/es/types/components/atoms/InputNumber/index.d.ts +1 -0
  48. package/es/types/components/atoms/MobileFrame/MobileFrame.d.ts +6 -0
  49. package/es/types/components/atoms/MobileFrame/constants.d.ts +4 -0
  50. package/es/types/components/atoms/MobileFrame/index.d.ts +2 -0
  51. package/es/types/components/atoms/MobileFrame/styled.d.ts +4 -0
  52. package/es/types/components/atoms/MobileFrameV2/MobileFrameV2.d.ts +4 -0
  53. package/es/types/components/atoms/MobileFrameV2/constants.d.ts +10 -0
  54. package/es/types/components/atoms/MobileFrameV2/index.d.ts +2 -0
  55. package/es/types/components/atoms/MobileFrameV2/styled.d.ts +3 -0
  56. package/es/types/components/atoms/Pagination/index.d.ts +2 -0
  57. package/es/types/components/atoms/Popover/index.d.ts +2 -0
  58. package/es/types/components/atoms/Popover/styled.d.ts +4 -0
  59. package/es/types/components/atoms/PreviewTabs/PreviewTabs.d.ts +7 -0
  60. package/es/types/components/atoms/PreviewTabs/index.d.ts +2 -0
  61. package/es/types/components/atoms/PreviewTabs/styled.d.ts +6 -0
  62. package/es/types/components/atoms/Rate/Rate.d.ts +1 -0
  63. package/es/types/components/atoms/RateV2/RateV2.d.ts +18 -0
  64. package/es/types/components/atoms/RateV2/index.d.ts +1 -0
  65. package/es/types/components/atoms/ReactIframe/ReactIframe.d.ts +3 -0
  66. package/es/types/components/atoms/ReactIframe/index.d.ts +2 -0
  67. package/es/types/components/atoms/ReactIframe/styled.d.ts +1 -0
  68. package/es/types/components/atoms/ReactIframe/types.d.ts +10 -0
  69. package/es/types/components/atoms/RequiredLabel/index.d.ts +8 -0
  70. package/es/types/components/atoms/RequiredLabel/styled.d.ts +1 -0
  71. package/es/types/components/atoms/Scrollbars/Scrollbars.d.ts +5 -0
  72. package/es/types/components/atoms/Scrollbars/index.d.ts +2 -0
  73. package/es/types/components/atoms/Scrollbars/styled.d.ts +4 -0
  74. package/es/types/components/atoms/SlideBar/SlideBar.d.ts +34 -0
  75. package/es/types/components/atoms/SlideBar/constants.d.ts +10 -0
  76. package/es/types/components/atoms/SlideBar/index.d.ts +1 -0
  77. package/es/types/components/atoms/SlideBar/styled.d.ts +20 -0
  78. package/es/types/components/atoms/Slider/index.d.ts +6 -0
  79. package/es/types/components/atoms/SliderV2/index.d.ts +6 -0
  80. package/es/types/components/atoms/Spin/Spin.d.ts +12 -0
  81. package/es/types/components/atoms/Steps/Steps.d.ts +7 -0
  82. package/es/types/components/atoms/Steps/styled.d.ts +9 -0
  83. package/es/types/components/atoms/Switch/Switch.d.ts +3 -0
  84. package/es/types/components/atoms/Switch/index.d.ts +2 -0
  85. package/es/types/components/atoms/Tag/Tag.d.ts +2 -0
  86. package/es/types/components/atoms/index.d.ts +47 -0
  87. package/es/types/components/icons/AccountCircleIcon.d.ts +3 -0
  88. package/es/types/components/icons/AccountCircleOutlineIcon.d.ts +3 -0
  89. package/es/types/components/icons/AccountSharing30Icon.d.ts +3 -0
  90. package/es/types/components/icons/AccountSharingIcon.d.ts +3 -0
  91. package/es/types/components/icons/AccountTreeIcon.d.ts +3 -0
  92. package/es/types/components/icons/Accounts30Icon.d.ts +3 -0
  93. package/es/types/components/icons/AddChartIcon.d.ts +3 -0
  94. package/es/types/components/icons/AddFolderIcon.d.ts +3 -0
  95. package/es/types/components/icons/AddIcon.d.ts +3 -0
  96. package/es/types/components/icons/AddRadiusIcon.d.ts +3 -0
  97. package/es/types/components/icons/AddShoppingCartIcon.d.ts +3 -0
  98. package/es/types/components/icons/AdjustIcon.d.ts +3 -0
  99. package/es/types/components/icons/AllDevicesIcon.d.ts +3 -0
  100. package/es/types/components/icons/AllJourneyChannelsIcon.d.ts +3 -0
  101. package/es/types/components/icons/AnalyticModels30Icon.d.ts +3 -0
  102. package/es/types/components/icons/AnalyticModelsIcon.d.ts +3 -0
  103. package/es/types/components/icons/Analytics30Icon.d.ts +3 -0
  104. package/es/types/components/icons/AnalyticsIcon.d.ts +3 -0
  105. package/es/types/components/icons/AnlysisIcon.d.ts +3 -0
  106. package/es/types/components/icons/AnlyticModelsIcon.d.ts +3 -0
  107. package/es/types/components/icons/ArrowGrowIcon.d.ts +3 -0
  108. package/es/types/components/icons/ArrowLineIcon.d.ts +3 -0
  109. package/es/types/components/icons/AssignmentIndIcon.d.ts +3 -0
  110. package/es/types/components/icons/AttachmentIcon.d.ts +3 -0
  111. package/es/types/components/icons/AudioRecordIcon.d.ts +3 -0
  112. package/es/types/components/icons/BatchStreaming30Icon.d.ts +3 -0
  113. package/es/types/components/icons/BatchStreamingIcon.d.ts +3 -0
  114. package/es/types/components/icons/BlockIcon.d.ts +3 -0
  115. package/es/types/components/icons/BudLightIcon.d.ts +3 -0
  116. package/es/types/components/icons/BugIcon.d.ts +3 -0
  117. package/es/types/components/icons/BusinessObjects30Icon.d.ts +3 -0
  118. package/es/types/components/icons/BussinessObjectsIcon.d.ts +3 -0
  119. package/es/types/components/icons/ByDayIcon.d.ts +3 -0
  120. package/es/types/components/icons/ByMonthIcon.d.ts +3 -0
  121. package/es/types/components/icons/ByScheduleIcon.d.ts +3 -0
  122. package/es/types/components/icons/ByThreeDayIcon.d.ts +3 -0
  123. package/es/types/components/icons/ByWeekIcon.d.ts +3 -0
  124. package/es/types/components/icons/CalendarIcon.d.ts +3 -0
  125. package/es/types/components/icons/CallIcon.d.ts +3 -0
  126. package/es/types/components/icons/CameraIcon.d.ts +3 -0
  127. package/es/types/components/icons/CampaignIcon.d.ts +3 -0
  128. package/es/types/components/icons/CampaignMenuIcon.d.ts +3 -0
  129. package/es/types/components/icons/CaptureIcon.d.ts +3 -0
  130. package/es/types/components/icons/CatalogIcon.d.ts +3 -0
  131. package/es/types/components/icons/CategoryIcon.d.ts +3 -0
  132. package/es/types/components/icons/ChartRealTimeIcon.d.ts +3 -0
  133. package/es/types/components/icons/ChartReviewIcon.d.ts +3 -0
  134. package/es/types/components/icons/ChartTypeIcon.d.ts +3 -0
  135. package/es/types/components/icons/ChatBubbleOutlineIcon.d.ts +3 -0
  136. package/es/types/components/icons/ChatConversationCommentAddCommentIcon.d.ts +3 -0
  137. package/es/types/components/icons/ChatMentionIcon.d.ts +3 -0
  138. package/es/types/components/icons/ChatUnreadIcon.d.ts +3 -0
  139. package/es/types/components/icons/CheckSlimIcon.d.ts +3 -0
  140. package/es/types/components/icons/CheckboxChecked5RadiusIcon.d.ts +3 -0
  141. package/es/types/components/icons/CheckboxCheckedIcon.d.ts +3 -0
  142. package/es/types/components/icons/CheckboxIndeterminate5RadiusIcon.d.ts +3 -0
  143. package/es/types/components/icons/CheckboxIndeterminateIcon.d.ts +3 -0
  144. package/es/types/components/icons/CheckboxUnchecked5RadiusIcon.d.ts +3 -0
  145. package/es/types/components/icons/CheckboxUncheckedIcon.d.ts +3 -0
  146. package/es/types/components/icons/ChecklistRtlIcon.d.ts +3 -0
  147. package/es/types/components/icons/CircleAddElementIcon.d.ts +3 -0
  148. package/es/types/components/icons/CircleNotificationsIcon.d.ts +3 -0
  149. package/es/types/components/icons/CloseIcon.d.ts +3 -0
  150. package/es/types/components/icons/CodeIcon.d.ts +3 -0
  151. package/es/types/components/icons/Collection30Icon.d.ts +3 -0
  152. package/es/types/components/icons/ColorProfileStyleThemeIcon.d.ts +3 -0
  153. package/es/types/components/icons/ColumnIcon.d.ts +3 -0
  154. package/es/types/components/icons/CommentIcon.d.ts +3 -0
  155. package/es/types/components/icons/CompareIcon.d.ts +3 -0
  156. package/es/types/components/icons/ComputationHistoriesIcon.d.ts +3 -0
  157. package/es/types/components/icons/ConfirmationNumberIcon.d.ts +3 -0
  158. package/es/types/components/icons/ConnectOneNIcon.d.ts +3 -0
  159. package/es/types/components/icons/ConnectOneOneIcon.d.ts +3 -0
  160. package/es/types/components/icons/Connectors30Icon.d.ts +3 -0
  161. package/es/types/components/icons/Content30Icon.d.ts +3 -0
  162. package/es/types/components/icons/ConversionEvent30Icon.d.ts +3 -0
  163. package/es/types/components/icons/ConversionIcon.d.ts +3 -0
  164. package/es/types/components/icons/CopyDuplicateIcon.d.ts +3 -0
  165. package/es/types/components/icons/CopyLinkActiveIcon.d.ts +3 -0
  166. package/es/types/components/icons/CopyLinkIcon.d.ts +3 -0
  167. package/es/types/components/icons/CropIcon.d.ts +3 -0
  168. package/es/types/components/icons/CursorIcon.d.ts +3 -0
  169. package/es/types/components/icons/CurvedConnectorIcon.d.ts +3 -0
  170. package/es/types/components/icons/CustomerIcon.d.ts +3 -0
  171. package/es/types/components/icons/CustomerJourney30Icon.d.ts +3 -0
  172. package/es/types/components/icons/CustomerJourneyIcon.d.ts +3 -0
  173. package/es/types/components/icons/Customers30Icon.d.ts +3 -0
  174. package/es/types/components/icons/Dashboard30Icon.d.ts +3 -0
  175. package/es/types/components/icons/DashboardIcon.d.ts +3 -0
  176. package/es/types/components/icons/DataDestination30Icon.d.ts +3 -0
  177. package/es/types/components/icons/DataDestinationIcon.d.ts +3 -0
  178. package/es/types/components/icons/DataEncryption30Icon.d.ts +3 -0
  179. package/es/types/components/icons/DataEncryptionIcon.d.ts +3 -0
  180. package/es/types/components/icons/DataIcon.d.ts +3 -0
  181. package/es/types/components/icons/DataRefreshIcon.d.ts +3 -0
  182. package/es/types/components/icons/DataSchema30Icon.d.ts +3 -0
  183. package/es/types/components/icons/DataSource30Icon.d.ts +3 -0
  184. package/es/types/components/icons/DataView30Icon.d.ts +3 -0
  185. package/es/types/components/icons/DataViewIcon.d.ts +3 -0
  186. package/es/types/components/icons/Dataflows30Icon.d.ts +3 -0
  187. package/es/types/components/icons/DatasourceIcon.d.ts +3 -0
  188. package/es/types/components/icons/DatasourceSegment30Icon.d.ts +3 -0
  189. package/es/types/components/icons/DeleteRemoveTrashIcon.d.ts +3 -0
  190. package/es/types/components/icons/DeliveryLogIcon.d.ts +3 -0
  191. package/es/types/components/icons/DesktopLaptopIcon.d.ts +3 -0
  192. package/es/types/components/icons/DesktopWindowsIcon.d.ts +3 -0
  193. package/es/types/components/icons/Destination130Icon.d.ts +3 -0
  194. package/es/types/components/icons/Destinations30Icon.d.ts +3 -0
  195. package/es/types/components/icons/DestinationsIcon.d.ts +3 -0
  196. package/es/types/components/icons/Diagram30Icon.d.ts +3 -0
  197. package/es/types/components/icons/DiagramIcon.d.ts +3 -0
  198. package/es/types/components/icons/DirectoriesIcon.d.ts +3 -0
  199. package/es/types/components/icons/DisplayMonitorScreenIcon.d.ts +3 -0
  200. package/es/types/components/icons/DomainManagementIcon.d.ts +3 -0
  201. package/es/types/components/icons/DownloadIcon.d.ts +3 -0
  202. package/es/types/components/icons/DraftDocumentIcon.d.ts +3 -0
  203. package/es/types/components/icons/DuplicateIcon.d.ts +3 -0
  204. package/es/types/components/icons/DynamicFormIcon.d.ts +3 -0
  205. package/es/types/components/icons/DynamicImageIcon.d.ts +3 -0
  206. package/es/types/components/icons/DynamicTextIcon.d.ts +3 -0
  207. package/es/types/components/icons/EditIcon.d.ts +3 -0
  208. package/es/types/components/icons/ElbowConnectorIcon.d.ts +3 -0
  209. package/es/types/components/icons/EmailTemplate30Icon.d.ts +3 -0
  210. package/es/types/components/icons/EmailTemplateIcon.d.ts +3 -0
  211. package/es/types/components/icons/EmailTemplateMenuIcon.d.ts +3 -0
  212. package/es/types/components/icons/EmojiEmotionsIcon.d.ts +3 -0
  213. package/es/types/components/icons/EventAttribute30Icon.d.ts +3 -0
  214. package/es/types/components/icons/EventAttributeIcon.d.ts +3 -0
  215. package/es/types/components/icons/EventIcon.d.ts +3 -0
  216. package/es/types/components/icons/EventSources30Icon.d.ts +3 -0
  217. package/es/types/components/icons/EventSourcesIcon.d.ts +3 -0
  218. package/es/types/components/icons/ExcludePeopleIcon.d.ts +3 -0
  219. package/es/types/components/icons/ExitFullScreenIcon.d.ts +3 -0
  220. package/es/types/components/icons/ExitLogOutIcon.d.ts +3 -0
  221. package/es/types/components/icons/ExpandLessIcon.d.ts +3 -0
  222. package/es/types/components/icons/ExpandMoreIcon.d.ts +3 -0
  223. package/es/types/components/icons/ExpandMoreRightIcon.d.ts +3 -0
  224. package/es/types/components/icons/ExpandViewFullIcon.d.ts +3 -0
  225. package/es/types/components/icons/ExploreBuiltIn30Icon.d.ts +3 -0
  226. package/es/types/components/icons/ExploreBuiltInIcon.d.ts +3 -0
  227. package/es/types/components/icons/ExploreIcon.d.ts +3 -0
  228. package/es/types/components/icons/ExploreSegmentData30Icon.d.ts +3 -0
  229. package/es/types/components/icons/ExploreStandard30Icon.d.ts +3 -0
  230. package/es/types/components/icons/ExploreStandardIcon.d.ts +3 -0
  231. package/es/types/components/icons/ExportHtmlIcon.d.ts +3 -0
  232. package/es/types/components/icons/ExportMenuIcon.d.ts +3 -0
  233. package/es/types/components/icons/ExtendValueIcon.d.ts +3 -0
  234. package/es/types/components/icons/FactCheckIcon.d.ts +3 -0
  235. package/es/types/components/icons/FileDownloadIcon.d.ts +3 -0
  236. package/es/types/components/icons/FileTransferIcon.d.ts +3 -0
  237. package/es/types/components/icons/FileUpload1Icon.d.ts +3 -0
  238. package/es/types/components/icons/FileUploadIcon.d.ts +3 -0
  239. package/es/types/components/icons/FilterIcon.d.ts +3 -0
  240. package/es/types/components/icons/FolderCreateNewFolderIcon.d.ts +3 -0
  241. package/es/types/components/icons/FolderShareIcon.d.ts +3 -0
  242. package/es/types/components/icons/FolderUploadIcon.d.ts +3 -0
  243. package/es/types/components/icons/ForceRunIcon.d.ts +3 -0
  244. package/es/types/components/icons/ForecastIcon.d.ts +3 -0
  245. package/es/types/components/icons/Form30Icon.d.ts +3 -0
  246. package/es/types/components/icons/ForwardIcon.d.ts +3 -0
  247. package/es/types/components/icons/FreeDrawIcon.d.ts +3 -0
  248. package/es/types/components/icons/FullReviewIcon.d.ts +3 -0
  249. package/es/types/components/icons/GPTIcon.d.ts +3 -0
  250. package/es/types/components/icons/GalleryTemplateIcon.d.ts +3 -0
  251. package/es/types/components/icons/GeneralSettingIcon.d.ts +3 -0
  252. package/es/types/components/icons/GeneralSettings30Icon.d.ts +3 -0
  253. package/es/types/components/icons/GenerateAutoWizardIcon.d.ts +3 -0
  254. package/es/types/components/icons/Geofence30Icon.d.ts +3 -0
  255. package/es/types/components/icons/GetInsightIcon.d.ts +3 -0
  256. package/es/types/components/icons/GridViewIcon.d.ts +3 -0
  257. package/es/types/components/icons/GroupIcon.d.ts +3 -0
  258. package/es/types/components/icons/GroupLayerIcon.d.ts +3 -0
  259. package/es/types/components/icons/HeartFavoriteBorderIcon.d.ts +3 -0
  260. package/es/types/components/icons/HeartFavoriteIcon.d.ts +3 -0
  261. package/es/types/components/icons/HelpIcon.d.ts +3 -0
  262. package/es/types/components/icons/HighlightAltIcon.d.ts +3 -0
  263. package/es/types/components/icons/HighlightIcon.d.ts +3 -0
  264. package/es/types/components/icons/HomeHouse30Icon.d.ts +3 -0
  265. package/es/types/components/icons/HomeIcon.d.ts +3 -0
  266. package/es/types/components/icons/HowToRegIcon.d.ts +3 -0
  267. package/es/types/components/icons/IdeaIcon.d.ts +3 -0
  268. package/es/types/components/icons/ImageIcon.d.ts +3 -0
  269. package/es/types/components/icons/InactiveIcon.d.ts +3 -0
  270. package/es/types/components/icons/InactiveVariantIcon.d.ts +3 -0
  271. package/es/types/components/icons/IncludePeopleIcon.d.ts +3 -0
  272. package/es/types/components/icons/IncreaseDecreaseIcon.d.ts +3 -0
  273. package/es/types/components/icons/Integration30Icon.d.ts +3 -0
  274. package/es/types/components/icons/InteractiveIcon.d.ts +3 -0
  275. package/es/types/components/icons/InvisibleIcon.d.ts +3 -0
  276. package/es/types/components/icons/InvitePeopleIcon.d.ts +3 -0
  277. package/es/types/components/icons/IssueBugIcon.d.ts +3 -0
  278. package/es/types/components/icons/JourneyTactic30Icon.d.ts +3 -0
  279. package/es/types/components/icons/JourneyTacticIcon.d.ts +3 -0
  280. package/es/types/components/icons/LayerIcon.d.ts +3 -0
  281. package/es/types/components/icons/LazyIcon/LazyIcon.d.ts +352 -0
  282. package/es/types/components/icons/LazyIcon/index.d.ts +1 -0
  283. package/es/types/components/icons/LeftExpandIcon.d.ts +3 -0
  284. package/es/types/components/icons/LibraryIcon.d.ts +3 -0
  285. package/es/types/components/icons/LineIcon.d.ts +3 -0
  286. package/es/types/components/icons/LinkManagement30Icon.d.ts +3 -0
  287. package/es/types/components/icons/LinkManagementIcon.d.ts +3 -0
  288. package/es/types/components/icons/ListIcon.d.ts +3 -0
  289. package/es/types/components/icons/LoadingIcon.d.ts +5 -0
  290. package/es/types/components/icons/LocalMallIcon.d.ts +3 -0
  291. package/es/types/components/icons/MapIcon.d.ts +3 -0
  292. package/es/types/components/icons/MarkAsReadIcon.d.ts +3 -0
  293. package/es/types/components/icons/MarketingHub30Icon.d.ts +3 -0
  294. package/es/types/components/icons/MediaGalleryIcon.d.ts +3 -0
  295. package/es/types/components/icons/MediaTemplate30Icon.d.ts +3 -0
  296. package/es/types/components/icons/MediaTemplateIcon.d.ts +3 -0
  297. package/es/types/components/icons/MediaTemplateMenuIcon.d.ts +3 -0
  298. package/es/types/components/icons/Menu30Icon.d.ts +3 -0
  299. package/es/types/components/icons/MenuCollapseIcon.d.ts +3 -0
  300. package/es/types/components/icons/MenuExpandIcon.d.ts +3 -0
  301. package/es/types/components/icons/MenuImageMultiIcon.d.ts +3 -0
  302. package/es/types/components/icons/MenuImageSingleIcon.d.ts +3 -0
  303. package/es/types/components/icons/MergeIcon.d.ts +3 -0
  304. package/es/types/components/icons/MobileFriendlyIcon.d.ts +3 -0
  305. package/es/types/components/icons/MobilePhoneIcon.d.ts +3 -0
  306. package/es/types/components/icons/MonitorAppIcon.d.ts +3 -0
  307. package/es/types/components/icons/MoreIcon.d.ts +3 -0
  308. package/es/types/components/icons/MoreInfoIcon.d.ts +3 -0
  309. package/es/types/components/icons/MoveToIcon.d.ts +3 -0
  310. package/es/types/components/icons/MuteIcon.d.ts +3 -0
  311. package/es/types/components/icons/NodeViewIcon.d.ts +3 -0
  312. package/es/types/components/icons/NotificationIcon.d.ts +3 -0
  313. package/es/types/components/icons/NotificationSettingIcon.d.ts +3 -0
  314. package/es/types/components/icons/NotificationsActiveIcon.d.ts +3 -0
  315. package/es/types/components/icons/OpenNewTabIcon.d.ts +3 -0
  316. package/es/types/components/icons/OpenUrlIcon.d.ts +3 -0
  317. package/es/types/components/icons/OrchestrationIcon.d.ts +3 -0
  318. package/es/types/components/icons/PageArticleIcon.d.ts +3 -0
  319. package/es/types/components/icons/PauseIcon.d.ts +3 -0
  320. package/es/types/components/icons/PaymentIcon.d.ts +3 -0
  321. package/es/types/components/icons/PenDrawingIcon.d.ts +3 -0
  322. package/es/types/components/icons/PersonAddDisabledIcon.d.ts +3 -0
  323. package/es/types/components/icons/PersonUserAccountIcon.d.ts +3 -0
  324. package/es/types/components/icons/PhoneCallbackIcon.d.ts +3 -0
  325. package/es/types/components/icons/PivotTableChartIcon.d.ts +3 -0
  326. package/es/types/components/icons/PlaneIcon.d.ts +3 -0
  327. package/es/types/components/icons/Plannings30Icon.d.ts +3 -0
  328. package/es/types/components/icons/Predictive30Icon.d.ts +3 -0
  329. package/es/types/components/icons/PredictiveModel30Icon.d.ts +3 -0
  330. package/es/types/components/icons/PredictiveModelIcon.d.ts +3 -0
  331. package/es/types/components/icons/PreviewIcon.d.ts +3 -0
  332. package/es/types/components/icons/PreviewVisibilityEyeIcon.d.ts +3 -0
  333. package/es/types/components/icons/ProcessHistoryIcon.d.ts +3 -0
  334. package/es/types/components/icons/ProfileTemplate30Icon.d.ts +3 -0
  335. package/es/types/components/icons/ProfileTemplateIcon.d.ts +3 -0
  336. package/es/types/components/icons/ProjectIcon.d.ts +3 -0
  337. package/es/types/components/icons/PromotionCenter30Icon.d.ts +3 -0
  338. package/es/types/components/icons/PromotionCenterIcon.d.ts +3 -0
  339. package/es/types/components/icons/Providers30Icon.d.ts +3 -0
  340. package/es/types/components/icons/PublicIcon.d.ts +3 -0
  341. package/es/types/components/icons/PublishSendIcon.d.ts +3 -0
  342. package/es/types/components/icons/QueryIcon.d.ts +3 -0
  343. package/es/types/components/icons/QuickTestIcon.d.ts +3 -0
  344. package/es/types/components/icons/RatingStarBorderIcon.d.ts +3 -0
  345. package/es/types/components/icons/RatingStarFullIcon.d.ts +3 -0
  346. package/es/types/components/icons/RatingStarHalfIcon.d.ts +3 -0
  347. package/es/types/components/icons/RealtimeStreaming30Icon.d.ts +3 -0
  348. package/es/types/components/icons/RealtimeStreamingIcon.d.ts +3 -0
  349. package/es/types/components/icons/RecentHistoryVersionHistoryIcon.d.ts +3 -0
  350. package/es/types/components/icons/RectangleIcon.d.ts +3 -0
  351. package/es/types/components/icons/RedeemIcon.d.ts +3 -0
  352. package/es/types/components/icons/RedoIcon.d.ts +3 -0
  353. package/es/types/components/icons/RefreshIcon.d.ts +3 -0
  354. package/es/types/components/icons/RemoveRedEyeIcon.d.ts +3 -0
  355. package/es/types/components/icons/RemoveShoppingCartIcon.d.ts +3 -0
  356. package/es/types/components/icons/ReportIcon.d.ts +3 -0
  357. package/es/types/components/icons/RequestIcon.d.ts +3 -0
  358. package/es/types/components/icons/RequiredIcon.d.ts +3 -0
  359. package/es/types/components/icons/ResendValidateEmailIcon.d.ts +3 -0
  360. package/es/types/components/icons/RestoreDefaultIcon.d.ts +3 -0
  361. package/es/types/components/icons/ResumeIcon.d.ts +3 -0
  362. package/es/types/components/icons/RightExpandIcon.d.ts +3 -0
  363. package/es/types/components/icons/Role30Icon.d.ts +3 -0
  364. package/es/types/components/icons/SQLWorkspace30Icon.d.ts +3 -0
  365. package/es/types/components/icons/SaveAsIcon.d.ts +3 -0
  366. package/es/types/components/icons/SaveIcon.d.ts +3 -0
  367. package/es/types/components/icons/ScheduleEmailDeliveryIcon.d.ts +3 -0
  368. package/es/types/components/icons/ScreenshotMonitorIcon.d.ts +3 -0
  369. package/es/types/components/icons/SearchIcon.d.ts +3 -0
  370. package/es/types/components/icons/SectionIcon.d.ts +3 -0
  371. package/es/types/components/icons/Segments30Icon.d.ts +3 -0
  372. package/es/types/components/icons/SegmentsIcon.d.ts +3 -0
  373. package/es/types/components/icons/SendTranscriptIcon.d.ts +3 -0
  374. package/es/types/components/icons/SettingIcon.d.ts +3 -0
  375. package/es/types/components/icons/ShapeCircleIcon.d.ts +3 -0
  376. package/es/types/components/icons/ShapeSquareIcon.d.ts +3 -0
  377. package/es/types/components/icons/ShareIcon.d.ts +3 -0
  378. package/es/types/components/icons/ShareWithMeAccountIcon.d.ts +3 -0
  379. package/es/types/components/icons/ShoppingBagIcon.d.ts +3 -0
  380. package/es/types/components/icons/ShoppingCartIcon.d.ts +3 -0
  381. package/es/types/components/icons/ShowLeftPanelIcon.d.ts +3 -0
  382. package/es/types/components/icons/ShowRightPanelIcon.d.ts +3 -0
  383. package/es/types/components/icons/SignatureIcon.d.ts +3 -0
  384. package/es/types/components/icons/SlideGroupIcon.d.ts +3 -0
  385. package/es/types/components/icons/Sort1Icon.d.ts +3 -0
  386. package/es/types/components/icons/SortIcon.d.ts +3 -0
  387. package/es/types/components/icons/SqlWorkspaceIcon.d.ts +3 -0
  388. package/es/types/components/icons/StatisticIcon.d.ts +3 -0
  389. package/es/types/components/icons/StickerIcon.d.ts +3 -0
  390. package/es/types/components/icons/StopRecordIcon.d.ts +3 -0
  391. package/es/types/components/icons/StoreIcon.d.ts +3 -0
  392. package/es/types/components/icons/StudioTemplates30Icon.d.ts +3 -0
  393. package/es/types/components/icons/SubtractRadiusIcon.d.ts +3 -0
  394. package/es/types/components/icons/SupportAssistantIcon.d.ts +3 -0
  395. package/es/types/components/icons/Survey30Icon.d.ts +3 -0
  396. package/es/types/components/icons/SurveyDirectorProfileIcon.d.ts +3 -0
  397. package/es/types/components/icons/SurveyIcon.d.ts +3 -0
  398. package/es/types/components/icons/SurveyProject30Icon.d.ts +3 -0
  399. package/es/types/components/icons/SystemRunningIcon.d.ts +3 -0
  400. package/es/types/components/icons/TabGroupIcon.d.ts +3 -0
  401. package/es/types/components/icons/TableIcon.d.ts +3 -0
  402. package/es/types/components/icons/TableVer2Icon.d.ts +3 -0
  403. package/es/types/components/icons/TextIcon.d.ts +3 -0
  404. package/es/types/components/icons/ThirdPartyPluginV130Icon.d.ts +3 -0
  405. package/es/types/components/icons/ThirdPartyPluginV230Icon.d.ts +3 -0
  406. package/es/types/components/icons/ThumbDownHandIcon.d.ts +3 -0
  407. package/es/types/components/icons/ThumbUpHandIcon.d.ts +3 -0
  408. package/es/types/components/icons/Ticket30Icon.d.ts +3 -0
  409. package/es/types/components/icons/TicketIcon.d.ts +3 -0
  410. package/es/types/components/icons/TimeIcon.d.ts +3 -0
  411. package/es/types/components/icons/TipsAndUpdatesIcon.d.ts +3 -0
  412. package/es/types/components/icons/TipsIdeaLight24Icon.d.ts +3 -0
  413. package/es/types/components/icons/TipsIdeaLight30Icon.d.ts +3 -0
  414. package/es/types/components/icons/UnblockIcon.d.ts +3 -0
  415. package/es/types/components/icons/UndoIcon.d.ts +3 -0
  416. package/es/types/components/icons/Unknown30Icon.d.ts +3 -0
  417. package/es/types/components/icons/UploadIcon.d.ts +3 -0
  418. package/es/types/components/icons/UploadMenuIcon.d.ts +3 -0
  419. package/es/types/components/icons/UserAttributesIcon.d.ts +3 -0
  420. package/es/types/components/icons/UserIcon.d.ts +3 -0
  421. package/es/types/components/icons/ValidateFormatIcon.d.ts +3 -0
  422. package/es/types/components/icons/VariantPriorityIcon.d.ts +3 -0
  423. package/es/types/components/icons/VerticalDotsIcon.d.ts +3 -0
  424. package/es/types/components/icons/ViewColumnIcon.d.ts +3 -0
  425. package/es/types/components/icons/ViewDetailsInformationIcon.d.ts +3 -0
  426. package/es/types/components/icons/VisibilityOffEyeIcon.d.ts +3 -0
  427. package/es/types/components/icons/Visitor30Icon.d.ts +3 -0
  428. package/es/types/components/icons/VisitorIcon.d.ts +3 -0
  429. package/es/types/components/icons/WarningIcon.d.ts +3 -0
  430. package/es/types/components/icons/WebAssetIcon.d.ts +3 -0
  431. package/es/types/components/icons/WebIcon.d.ts +3 -0
  432. package/es/types/components/icons/WebPersonalizationIcon.d.ts +3 -0
  433. package/es/types/components/icons/WebhookIcon.d.ts +3 -0
  434. package/es/types/components/icons/WidgetIcon.d.ts +3 -0
  435. package/es/types/components/icons/WritingAIAssitantIcon.d.ts +3 -0
  436. package/es/types/components/icons/document/IconGallery.d.ts +12 -0
  437. package/es/types/components/icons/document/styled.d.ts +1 -0
  438. package/es/types/components/icons/hooks/useIcon.d.ts +5 -0
  439. package/es/types/components/icons/index.d.ts +347 -0
  440. package/es/types/components/icons/loadable.d.ts +7 -0
  441. package/es/types/components/icons/types/index.d.ts +4 -0
  442. package/es/types/components/index.d.ts +5 -0
  443. package/es/types/components/molecules/AccessDenied/AccessDenied.d.ts +11 -0
  444. package/es/types/components/molecules/AccessDenied/index.d.ts +1 -0
  445. package/es/types/components/molecules/AccessDenied/styled.d.ts +2 -0
  446. package/es/types/components/molecules/AccountSelection/AccountListing.d.ts +32 -0
  447. package/es/types/components/molecules/AccountSelection/AccountSelection.d.ts +14 -0
  448. package/es/types/components/molecules/AccountSelection/components/AccountItem.d.ts +10 -0
  449. package/es/types/components/molecules/AccountSelection/components/index.d.ts +1 -0
  450. package/es/types/components/molecules/AccountSelection/hooks/index.d.ts +1 -0
  451. package/es/types/components/molecules/AccountSelection/hooks/useAccountSelection.d.ts +23 -0
  452. package/es/types/components/molecules/AccountSelection/index.d.ts +3 -0
  453. package/es/types/components/molecules/AccountSelection/styled.d.ts +2 -0
  454. package/es/types/components/molecules/AddDynamicContent/AddDynamicContent.d.ts +35 -0
  455. package/es/types/components/molecules/AddDynamicContent/components/DisplayFormat/DisplayFormat.d.ts +12 -0
  456. package/es/types/components/molecules/AddDynamicContent/components/DisplayFormat/index.d.ts +3 -0
  457. package/es/types/components/molecules/AddDynamicContent/components/FormatDatetime/FormatDatetime.d.ts +19 -0
  458. package/es/types/components/molecules/AddDynamicContent/components/FormatDatetime/index.d.ts +1 -0
  459. package/es/types/components/molecules/AddDynamicContent/components/FormatNumber/FormatNumber.d.ts +52 -0
  460. package/es/types/components/molecules/AddDynamicContent/components/FormatNumber/index.d.ts +1 -0
  461. package/es/types/components/molecules/AddDynamicContent/components/index.d.ts +3 -0
  462. package/es/types/components/molecules/AddDynamicContent/constants.d.ts +118 -0
  463. package/es/types/components/molecules/AddDynamicContent/index.d.ts +2 -0
  464. package/es/types/components/molecules/AddDynamicContent/styled.d.ts +12 -0
  465. package/es/types/components/molecules/AddDynamicContent/types.d.ts +13 -0
  466. package/es/types/components/molecules/AddDynamicContent/utils.d.ts +41 -0
  467. package/es/types/components/molecules/AlignSetting/utils.d.ts +3 -0
  468. package/es/types/components/molecules/ApplyPopupContent/ApplyPopupContent.d.ts +17 -0
  469. package/es/types/components/molecules/ApplyPopupContent/index.d.ts +2 -0
  470. package/es/types/components/molecules/ApplyPopupContent/styled.d.ts +3 -0
  471. package/es/types/components/molecules/CalendarSelection/CalendarSelection.d.ts +3 -0
  472. package/es/types/components/molecules/CalendarSelection/actions.d.ts +55 -0
  473. package/es/types/components/molecules/CalendarSelection/components/AutoUpdateTo/AutoUpdateTo.d.ts +7 -0
  474. package/es/types/components/molecules/CalendarSelection/components/AutoUpdateTo/index.d.ts +1 -0
  475. package/es/types/components/molecules/CalendarSelection/components/AutoUpdateTo/styled.d.ts +1 -0
  476. package/es/types/components/molecules/CalendarSelection/components/CustomPicker/CustomPicker.d.ts +3 -0
  477. package/es/types/components/molecules/CalendarSelection/components/CustomPicker/index.d.ts +1 -0
  478. package/es/types/components/molecules/CalendarSelection/components/CustomPicker/styled.d.ts +6 -0
  479. package/es/types/components/molecules/CalendarSelection/components/CustomPicker/types.d.ts +1 -0
  480. package/es/types/components/molecules/CalendarSelection/components/Footer/Footer.d.ts +2 -0
  481. package/es/types/components/molecules/CalendarSelection/components/Footer/index.d.ts +1 -0
  482. package/es/types/components/molecules/CalendarSelection/components/Footer/styled.d.ts +1 -0
  483. package/es/types/components/molecules/CalendarSelection/components/RangePicker/RangePicker.d.ts +5 -0
  484. package/es/types/components/molecules/CalendarSelection/components/RangePicker/index.d.ts +1 -0
  485. package/es/types/components/molecules/CalendarSelection/components/RangePicker/styled.d.ts +5 -0
  486. package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/RangeSelectOptions.d.ts +3 -0
  487. package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/components/NumOfDaysRanges/NumOfDaysRanges.d.ts +2 -0
  488. package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/components/NumOfDaysRanges/index.d.ts +1 -0
  489. package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/components/Option/Option.d.ts +11 -0
  490. package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/components/Option/index.d.ts +1 -0
  491. package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/components/index.d.ts +2 -0
  492. package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/index.d.ts +1 -0
  493. package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/styled.d.ts +3 -0
  494. package/es/types/components/molecules/CalendarSelection/components/RangeSelectOptions/types.d.ts +1 -0
  495. package/es/types/components/molecules/CalendarSelection/components/TimeRangeDisplay/TimeRangeDisplay.d.ts +10 -0
  496. package/es/types/components/molecules/CalendarSelection/components/TimeRangeDisplay/index.d.ts +2 -0
  497. package/es/types/components/molecules/CalendarSelection/components/TimeRangeDisplay/styled.d.ts +1 -0
  498. package/es/types/components/molecules/CalendarSelection/components/index.d.ts +5 -0
  499. package/es/types/components/molecules/CalendarSelection/constants.d.ts +97 -0
  500. package/es/types/components/molecules/CalendarSelection/context.d.ts +4 -0
  501. package/es/types/components/molecules/CalendarSelection/hooks/index.d.ts +2 -0
  502. package/es/types/components/molecules/CalendarSelection/hooks/useStateContext.d.ts +4 -0
  503. package/es/types/components/molecules/CalendarSelection/hooks/useTriggerOut.d.ts +9 -0
  504. package/es/types/components/molecules/CalendarSelection/index.d.ts +56 -0
  505. package/es/types/components/molecules/CalendarSelection/reducer.d.ts +3 -0
  506. package/es/types/components/molecules/CalendarSelection/styled.d.ts +6 -0
  507. package/es/types/components/molecules/CalendarSelection/types.d.ts +98 -0
  508. package/es/types/components/molecules/CalendarSelection/utils.d.ts +52 -0
  509. package/es/types/components/molecules/CaptureScreen/CaptureScreen.d.ts +16 -0
  510. package/es/types/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +17 -0
  511. package/es/types/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +4 -0
  512. package/es/types/components/molecules/ChartTab/ChartTab.d.ts +19 -0
  513. package/es/types/components/molecules/ChartTab/components/Item.d.ts +16 -0
  514. package/es/types/components/molecules/ChartTab/components/styled.d.ts +3 -0
  515. package/es/types/components/molecules/ChartTab/styled.d.ts +1 -0
  516. package/es/types/components/molecules/ChatBox/ChatBoxInsight/ChatBox.d.ts +3 -0
  517. package/es/types/components/molecules/ChatBox/ChatBoxInsight/MessageItem.d.ts +5 -0
  518. package/es/types/components/molecules/ChatBox/ChatBoxInsight/QuestionItem.d.ts +7 -0
  519. package/es/types/components/molecules/ChatBox/ChatBoxInsight/constants.d.ts +11 -0
  520. package/es/types/components/molecules/ChatBox/ChatBoxInsight/index.d.ts +21 -0
  521. package/es/types/components/molecules/ChatBox/ChatBoxInsight/styled.d.ts +16 -0
  522. package/es/types/components/molecules/ChatBox/ChatBoxInsight/types.d.ts +36 -0
  523. package/es/types/components/molecules/ChatBox/ChatBoxInsight/utils.d.ts +2 -0
  524. package/es/types/components/molecules/ChatBox/QuestionItem.d.ts +7 -0
  525. package/es/types/components/molecules/ChatBox/constants.d.ts +11 -0
  526. package/es/types/components/molecules/ChatBox/index.d.ts +2 -0
  527. package/es/types/components/molecules/ChatBox/styled.d.ts +14 -0
  528. package/es/types/components/molecules/ChatBox/types.d.ts +35 -0
  529. package/es/types/components/molecules/ChatBox/utils.d.ts +2 -0
  530. package/es/types/components/molecules/Collapse/Collapse.d.ts +4 -0
  531. package/es/types/components/molecules/ColorPicker/ChromePicker/index.d.ts +1 -0
  532. package/es/types/components/molecules/ColorPicker/ChromePicker/styled.d.ts +1 -0
  533. package/es/types/components/molecules/ColorPicker/CustomPicker/styled.d.ts +9 -0
  534. package/es/types/components/molecules/ColorPicker/SketchPicker/styled.d.ts +1 -0
  535. package/es/types/components/molecules/ColorPicker/index.d.ts +14 -0
  536. package/es/types/components/molecules/ColorSetting/styled.d.ts +7 -0
  537. package/es/types/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +34 -0
  538. package/es/types/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +106 -0
  539. package/es/types/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +13 -0
  540. package/es/types/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +36 -0
  541. package/es/types/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +51 -0
  542. package/es/types/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +26 -0
  543. package/es/types/components/molecules/DatePicker/components/AdvancedRangePicker/constants.d.ts +5 -0
  544. package/es/types/components/molecules/DatePicker/components/AdvancedRangePicker/types.d.ts +18 -0
  545. package/es/types/components/molecules/DatePicker/components/DropdownLabel/DropdownLabel.d.ts +13 -0
  546. package/es/types/components/molecules/DatePicker/components/ErrorMessage/ErrorMessage.d.ts +6 -0
  547. package/es/types/components/molecules/DatePickerV2/index.d.ts +9 -0
  548. package/es/types/components/molecules/DatePickerV2/styled.d.ts +1 -0
  549. package/es/types/components/molecules/Drawer/Drawer.d.ts +5 -0
  550. package/es/types/components/molecules/Drawer/index.d.ts +2 -0
  551. package/es/types/components/molecules/DrawerDetail/DrawerDetail.d.ts +3 -0
  552. package/es/types/components/molecules/DrawerDetail/components/ToggleDrawerSizeButton.d.ts +6 -0
  553. package/es/types/components/molecules/DrawerDetail/components/index.d.ts +1 -0
  554. package/es/types/components/molecules/DrawerDetail/constants.d.ts +14 -0
  555. package/es/types/components/molecules/DrawerDetail/index.d.ts +3 -0
  556. package/es/types/components/molecules/DrawerDetail/styled.d.ts +9 -0
  557. package/es/types/components/molecules/DrawerDetail/types.d.ts +29 -0
  558. package/es/types/components/molecules/Dropdown/Dropdown.d.ts +5 -0
  559. package/es/types/components/molecules/Dropdown/index.d.ts +2 -0
  560. package/es/types/components/molecules/Dropdown/styled.d.ts +6 -0
  561. package/es/types/components/molecules/Dropdown/types.d.ts +6 -0
  562. package/es/types/components/molecules/EditableName/EditableName.d.ts +19 -0
  563. package/es/types/components/molecules/EditableName/index.d.ts +1 -0
  564. package/es/types/components/molecules/EditableName/styled.d.ts +1 -0
  565. package/es/types/components/molecules/EditorScript/EditorScript.d.ts +15 -0
  566. package/es/types/components/molecules/EditorScript/index.d.ts +1 -0
  567. package/es/types/components/molecules/EditorScript/styled.d.ts +1 -0
  568. package/es/types/components/molecules/EditorTab/EditorTab.d.ts +37 -0
  569. package/es/types/components/molecules/EditorTab/index.d.ts +2 -0
  570. package/es/types/components/molecules/EditorTab/styled.d.ts +1 -0
  571. package/es/types/components/molecules/EmptyData/EmptyData.d.ts +16 -0
  572. package/es/types/components/molecules/EmptyData/constants.d.ts +6 -0
  573. package/es/types/components/molecules/EmptyData/index.d.ts +2 -0
  574. package/es/types/components/molecules/EmptyData/styled.d.ts +6 -0
  575. package/es/types/components/molecules/FontFamilySelect/constants.d.ts +307 -0
  576. package/es/types/components/molecules/FontFamilySelect/index.d.ts +17 -0
  577. package/es/types/components/molecules/FontSetting/constants.d.ts +3 -0
  578. package/es/types/components/molecules/FontSetting/index.d.ts +24 -0
  579. package/es/types/components/molecules/FontSetting/types.d.ts +22 -0
  580. package/es/types/components/molecules/FontWeightSelect/constants.d.ts +28 -0
  581. package/es/types/components/molecules/FontWeightSelect/index.d.ts +9 -0
  582. package/es/types/components/molecules/Form/Form.d.ts +1 -0
  583. package/es/types/components/molecules/Form/index.d.ts +1 -0
  584. package/es/types/components/molecules/GradientSetting/index.d.ts +36 -0
  585. package/es/types/components/molecules/GradientSetting/styled.d.ts +1 -0
  586. package/es/types/components/molecules/HeaderV2/HeaderV2.d.ts +48 -0
  587. package/es/types/components/molecules/HeaderV2/constants.d.ts +1 -0
  588. package/es/types/components/molecules/HeaderV2/index.d.ts +1 -0
  589. package/es/types/components/molecules/HeaderV2/styled.d.ts +4 -0
  590. package/es/types/components/molecules/IconSelection/constants.d.ts +56 -0
  591. package/es/types/components/molecules/IconSelection/styled.d.ts +8 -0
  592. package/es/types/components/molecules/ImageEditor/ImageEditor.d.ts +19 -0
  593. package/es/types/components/molecules/ImageEditor/components/ModalShortcut.d.ts +7 -0
  594. package/es/types/components/molecules/ImageEditor/constants.d.ts +37 -0
  595. package/es/types/components/molecules/ImageEditor/index.d.ts +1 -0
  596. package/es/types/components/molecules/ImageEditor/reducer.d.ts +85 -0
  597. package/es/types/components/molecules/ImageEditor/styled.d.ts +5 -0
  598. package/es/types/components/molecules/ImageEditor/types.d.ts +35 -0
  599. package/es/types/components/molecules/ImageEditor/utils.d.ts +23 -0
  600. package/es/types/components/molecules/ImageResizeTuiEditor/ImageResizeTuiEditor.d.ts +12 -0
  601. package/es/types/components/molecules/ImageResizeTuiEditor/index.d.ts +1 -0
  602. package/es/types/components/molecules/ImageResizeTuiEditor/types.d.ts +5 -0
  603. package/es/types/components/molecules/MatchAnySelect/MatchesAnySelect.d.ts +4 -0
  604. package/es/types/components/molecules/MatchAnySelect/components/ExtendValuePopup.d.ts +7 -0
  605. package/es/types/components/molecules/MatchAnySelect/constants.d.ts +3 -0
  606. package/es/types/components/molecules/MatchAnySelect/index.d.ts +3 -0
  607. package/es/types/components/molecules/MatchAnySelect/styled.d.ts +17 -0
  608. package/es/types/components/molecules/MatchAnySelect/types.d.ts +47 -0
  609. package/es/types/components/molecules/Modal/index.d.ts +2 -0
  610. package/es/types/components/molecules/Modal/styled.d.ts +15 -0
  611. package/es/types/components/molecules/ModalSelect/Card.d.ts +6 -0
  612. package/es/types/components/molecules/ModalSelect/ModalSelect.d.ts +3 -0
  613. package/es/types/components/molecules/ModalSelect/index.d.ts +8 -0
  614. package/es/types/components/molecules/ModalSelect/styled.d.ts +11 -0
  615. package/es/types/components/molecules/ModalSelect/types.d.ts +29 -0
  616. package/es/types/components/molecules/ModalV2/ModalV2.d.ts +5 -0
  617. package/es/types/components/molecules/ModalV2/index.d.ts +2 -0
  618. package/es/types/components/molecules/ModalV2/styled.d.ts +7 -0
  619. package/es/types/components/molecules/PreviewModal/PreviewModal.d.ts +7 -0
  620. package/es/types/components/molecules/PreviewModal/index.d.ts +2 -0
  621. package/es/types/components/molecules/PreviewModal/styled.d.ts +4 -0
  622. package/es/types/components/molecules/ProcessLoading/ProcessLoading.d.ts +13 -0
  623. package/es/types/components/molecules/ProcessLoading/index.d.ts +2 -0
  624. package/es/types/components/molecules/ProcessLoading/styled.d.ts +2 -0
  625. package/es/types/components/molecules/RequestAccess/RequestAccess.d.ts +15 -0
  626. package/es/types/components/molecules/RequestAccess/index.d.ts +1 -0
  627. package/es/types/components/molecules/RequestAccess/styled.d.ts +1 -0
  628. package/es/types/components/molecules/ResizeGrid/ResizeGrid.d.ts +3 -0
  629. package/es/types/components/molecules/ResizeGrid/components/Cell/Cell.d.ts +3 -0
  630. package/es/types/components/molecules/ResizeGrid/components/Cell/index.d.ts +1 -0
  631. package/es/types/components/molecules/ResizeGrid/components/Cell/styled.d.ts +3 -0
  632. package/es/types/components/molecules/ResizeGrid/constant.d.ts +35 -0
  633. package/es/types/components/molecules/ResizeGrid/index.d.ts +2 -0
  634. package/es/types/components/molecules/ResizeGrid/styled.d.ts +10 -0
  635. package/es/types/components/molecules/ResizeGrid/types.d.ts +150 -0
  636. package/es/types/components/molecules/RichMenu/RichMenuBlock/RichMenuBlock.d.ts +14 -0
  637. package/es/types/components/molecules/RichMenu/RichMenuBlock/RichMenuCell/index.d.ts +18 -0
  638. package/es/types/components/molecules/RichMenu/RichMenuBlock/RichMenuCell/styled.d.ts +20 -0
  639. package/es/types/components/molecules/RichMenu/RichMenuBlock/constants.d.ts +2 -0
  640. package/es/types/components/molecules/RichMenu/RichMenuBlock/index.d.ts +3 -0
  641. package/es/types/components/molecules/RichMenu/RichMenuBlock/styled.d.ts +9 -0
  642. package/es/types/components/molecules/RichMenu/RichMenuChatBar/RichMenuChatBar.d.ts +11 -0
  643. package/es/types/components/molecules/RichMenu/RichMenuChatBar/TypingChat/index.d.ts +6 -0
  644. package/es/types/components/molecules/RichMenu/RichMenuChatBar/TypingChat/styled.d.ts +4 -0
  645. package/es/types/components/molecules/RichMenu/RichMenuChatBar/index.d.ts +2 -0
  646. package/es/types/components/molecules/RichMenu/RichMenuChatBar/styled.d.ts +10 -0
  647. package/es/types/components/molecules/RichMenu/RichMenuMobileView/RichMenuMobileView.d.ts +17 -0
  648. package/es/types/components/molecules/RichMenu/RichMenuMobileView/index.d.ts +1 -0
  649. package/es/types/components/molecules/RichMenu/RichMenuMobileView/styled.d.ts +11 -0
  650. package/es/types/components/molecules/RichMenu/index.d.ts +3 -0
  651. package/es/types/components/molecules/SearchPopover/SearchPopover.d.ts +4 -0
  652. package/es/types/components/molecules/SearchPopover/components/PopoverAddField/PopoverAddField.d.ts +3 -0
  653. package/es/types/components/molecules/SearchPopover/components/PopoverAddField/index.d.ts +1 -0
  654. package/es/types/components/molecules/SearchPopover/components/PopoverSelect/PopoverSelect.d.ts +4 -0
  655. package/es/types/components/molecules/SearchPopover/components/PopoverSelect/index.d.ts +1 -0
  656. package/es/types/components/molecules/SearchPopover/components/index.d.ts +2 -0
  657. package/es/types/components/molecules/SearchPopover/constants.d.ts +27 -0
  658. package/es/types/components/molecules/SearchPopover/index.d.ts +3 -0
  659. package/es/types/components/molecules/SearchPopover/types.d.ts +30 -0
  660. package/es/types/components/molecules/SearchPopover/utils.d.ts +2 -0
  661. package/es/types/components/molecules/Select/Select.d.ts +17 -0
  662. package/es/types/components/molecules/Select/Test.d.ts +3 -0
  663. package/es/types/components/molecules/Select/styled.d.ts +4 -0
  664. package/es/types/components/molecules/SelectAccount/AccountChip.d.ts +13 -0
  665. package/es/types/components/molecules/SelectAccount/AccountItem.d.ts +11 -0
  666. package/es/types/components/molecules/SelectAccount/AccountItemOnlyOne.d.ts +10 -0
  667. package/es/types/components/molecules/SelectAccount/AccountList.d.ts +4 -0
  668. package/es/types/components/molecules/SelectAccount/AccountListOnlyOne.d.ts +3 -0
  669. package/es/types/components/molecules/SelectAccount/ButtonAdd.d.ts +3 -0
  670. package/es/types/components/molecules/SelectAccount/ButtonViewAll.d.ts +3 -0
  671. package/es/types/components/molecules/SelectAccount/Content.d.ts +2 -0
  672. package/es/types/components/molecules/SelectAccount/context/SelectAccountContext.d.ts +4 -0
  673. package/es/types/components/molecules/SelectAccount/context/index.d.ts +1 -0
  674. package/es/types/components/molecules/SelectAccount/context/reducer.d.ts +3 -0
  675. package/es/types/components/molecules/SelectAccount/hook/index.d.ts +1 -0
  676. package/es/types/components/molecules/SelectAccount/hook/useGetAbstractUsers.d.ts +11 -0
  677. package/es/types/components/molecules/SelectAccount/index.d.ts +4 -0
  678. package/es/types/components/molecules/SelectAccount/styled.d.ts +24 -0
  679. package/es/types/components/molecules/SelectAccount/type.d.ts +107 -0
  680. package/es/types/components/molecules/SelectAccount/utils.d.ts +1 -0
  681. package/es/types/components/molecules/SelectEventAttribute/index.d.ts +22 -0
  682. package/es/types/components/molecules/SelectEventAttribute/styled.d.ts +13 -0
  683. package/es/types/components/molecules/SelectMulti/index.d.ts +17 -0
  684. package/es/types/components/molecules/SelectMulti/styled.d.ts +11 -0
  685. package/es/types/components/molecules/SelectV2/index.d.ts +34 -0
  686. package/es/types/components/molecules/SelectV2/styled.d.ts +15 -0
  687. package/es/types/components/molecules/SettingWrapper/index.d.ts +12 -0
  688. package/es/types/components/molecules/SettingWrapperPopover/index.d.ts +16 -0
  689. package/es/types/components/molecules/ShareAccess/ShareAccess.d.ts +3 -0
  690. package/es/types/components/molecules/ShareAccess/actions.d.ts +22 -0
  691. package/es/types/components/molecules/ShareAccess/components/GeneralAccess/GeneralAccess.d.ts +5 -0
  692. package/es/types/components/molecules/ShareAccess/components/GeneralAccess/index.d.ts +1 -0
  693. package/es/types/components/molecules/ShareAccess/components/GeneralAccess/styled.d.ts +1 -0
  694. package/es/types/components/molecules/ShareAccess/components/LayoutContent/LayoutContent.d.ts +3 -0
  695. package/es/types/components/molecules/ShareAccess/components/LayoutContent/index.d.ts +1 -0
  696. package/es/types/components/molecules/ShareAccess/components/LayoutContent/styled.d.ts +1 -0
  697. package/es/types/components/molecules/ShareAccess/components/ModalTransferOwnerShip/ModalTransferOwnerShip.d.ts +2 -0
  698. package/es/types/components/molecules/ShareAccess/components/ModalTransferOwnerShip/styled.d.ts +7 -0
  699. package/es/types/components/molecules/ShareAccess/components/PeopleAccess/PeopleAccess.d.ts +5 -0
  700. package/es/types/components/molecules/ShareAccess/components/PeopleAccess/index.d.ts +1 -0
  701. package/es/types/components/molecules/ShareAccess/components/PeopleAccess/styled.d.ts +1 -0
  702. package/es/types/components/molecules/ShareAccess/components/SearchUser/SearchUser.d.ts +5 -0
  703. package/es/types/components/molecules/ShareAccess/components/SearchUser/index.d.ts +1 -0
  704. package/es/types/components/molecules/ShareAccess/components/SearchUser/styled.d.ts +2 -0
  705. package/es/types/components/molecules/ShareAccess/components/index.d.ts +1 -0
  706. package/es/types/components/molecules/ShareAccess/constants.d.ts +68 -0
  707. package/es/types/components/molecules/ShareAccess/context.d.ts +4 -0
  708. package/es/types/components/molecules/ShareAccess/hooks/index.d.ts +1 -0
  709. package/es/types/components/molecules/ShareAccess/hooks/useShareAccess.d.ts +19 -0
  710. package/es/types/components/molecules/ShareAccess/index.d.ts +3 -0
  711. package/es/types/components/molecules/ShareAccess/reducer.d.ts +2 -0
  712. package/es/types/components/molecules/ShareAccess/types.d.ts +65 -0
  713. package/es/types/components/molecules/ShareAccess/utils.d.ts +51 -0
  714. package/es/types/components/molecules/Tabs/Tabs.d.ts +6 -0
  715. package/es/types/components/molecules/TemplateSaveAs/TemplateSaveAs.d.ts +85 -0
  716. package/es/types/components/molecules/TemplateSaveAs/TemplateSaveAsModal.d.ts +10 -0
  717. package/es/types/components/molecules/TemplateSaveAs/components/Category/Category.d.ts +18 -0
  718. package/es/types/components/molecules/TemplateSaveAs/components/Category/index.d.ts +2 -0
  719. package/es/types/components/molecules/TemplateSaveAs/components/ImageSlider/BigImage.d.ts +14 -0
  720. package/es/types/components/molecules/TemplateSaveAs/components/ImageSlider/ImageSlider.d.ts +31 -0
  721. package/es/types/components/molecules/TemplateSaveAs/components/ImageSlider/SmallImage.d.ts +11 -0
  722. package/es/types/components/molecules/TemplateSaveAs/components/ImageSlider/index.d.ts +2 -0
  723. package/es/types/components/molecules/TemplateSaveAs/components/ImageSlider/styled.d.ts +9 -0
  724. package/es/types/components/molecules/TemplateSaveAs/components/index.d.ts +4 -0
  725. package/es/types/components/molecules/TemplateSaveAs/hooks/useTemplateSave.d.ts +73 -0
  726. package/es/types/components/molecules/TemplateSaveAs/index.d.ts +4 -0
  727. package/es/types/components/molecules/TemplateSaveAs/styled.d.ts +4 -0
  728. package/es/types/components/molecules/TextDecorationSelect/constants.d.ts +19 -0
  729. package/es/types/components/molecules/TextDecorationSelect/index.d.ts +15 -0
  730. package/es/types/components/molecules/TextTransformSelect/constants.d.ts +13 -0
  731. package/es/types/components/molecules/TextTransformSelect/index.d.ts +9 -0
  732. package/es/types/components/molecules/ThumbnailCard/ThumbnailCard.d.ts +6 -0
  733. package/es/types/components/molecules/ThumbnailCard/constants.d.ts +8 -0
  734. package/es/types/components/molecules/ThumbnailCard/index.d.ts +2 -0
  735. package/es/types/components/molecules/ThumbnailCard/styled.d.ts +5 -0
  736. package/es/types/components/molecules/ThumbnailCard/types.d.ts +39 -0
  737. package/es/types/components/molecules/Tree/Tree.d.ts +2 -0
  738. package/es/types/components/molecules/Tree/index.d.ts +1 -0
  739. package/es/types/components/molecules/TreeSelect/TreeSelect.d.ts +11 -0
  740. package/es/types/components/molecules/UploadImage/MediaIcon.d.ts +3 -0
  741. package/es/types/components/molecules/UploadImage/MediaThumb.d.ts +8 -0
  742. package/es/types/components/molecules/UploadImage/VideoThumbnail.d.ts +4 -0
  743. package/es/types/components/molecules/UploadImage/index.d.ts +38 -0
  744. package/es/types/components/molecules/UploadImage/utils.d.ts +3 -0
  745. package/es/types/components/molecules/VirtualizedMenu/VirtualizedMenu.d.ts +3 -0
  746. package/es/types/components/molecules/VirtualizedMenu/__mocks__/index.d.ts +2 -0
  747. package/es/types/components/molecules/VirtualizedMenu/components/Item/Item.d.ts +8 -0
  748. package/es/types/components/molecules/VirtualizedMenu/components/Item/index.d.ts +1 -0
  749. package/es/types/components/molecules/VirtualizedMenu/components/MenuInline/MenuInline.d.ts +3 -0
  750. package/es/types/components/molecules/VirtualizedMenu/components/MenuInline/index.d.ts +1 -0
  751. package/es/types/components/molecules/VirtualizedMenu/components/index.d.ts +2 -0
  752. package/es/types/components/molecules/VirtualizedMenu/config.d.ts +12 -0
  753. package/es/types/components/molecules/VirtualizedMenu/index.d.ts +2 -0
  754. package/es/types/components/molecules/VirtualizedMenu/styled.d.ts +4 -0
  755. package/es/types/components/molecules/VirtualizedMenu/types.d.ts +29 -0
  756. package/es/types/components/molecules/VirtualizedMenu/utils.d.ts +16 -0
  757. package/es/types/components/molecules/index.d.ts +83 -0
  758. package/es/types/components/organism/AccountProfile/AccountProfile.d.ts +7 -0
  759. package/es/types/components/organism/AccountProfile/components/AccountSetting/AccountSetting.d.ts +5 -0
  760. package/es/types/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/constant.d.ts +64 -0
  761. package/es/types/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/index.d.ts +13 -0
  762. package/es/types/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/styles.d.ts +4 -0
  763. package/es/types/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/index.d.ts +18 -0
  764. package/es/types/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.d.ts +11 -0
  765. package/es/types/components/organism/AccountProfile/components/AccountSetting/components/UploadAvatar/index.d.ts +10 -0
  766. package/es/types/components/organism/AccountProfile/components/AccountSetting/constants.d.ts +126 -0
  767. package/es/types/components/organism/AccountProfile/components/AccountSetting/index.d.ts +1 -0
  768. package/es/types/components/organism/AccountProfile/components/AccountSetting/styled.d.ts +8 -0
  769. package/es/types/components/organism/AccountProfile/components/AccountSetting/types.d.ts +36 -0
  770. package/es/types/components/organism/AccountProfile/components/AccountSetting/useModal.d.ts +11 -0
  771. package/es/types/components/organism/AccountProfile/components/AccountSetting/utils.d.ts +21 -0
  772. package/es/types/components/organism/AccountProfile/index.d.ts +2 -0
  773. package/es/types/components/organism/AccountSharing/AccountSharing.d.ts +20 -0
  774. package/es/types/components/organism/AccountSharing/constant.d.ts +20 -0
  775. package/es/types/components/organism/AccountSharing/icons/close.d.ts +3 -0
  776. package/es/types/components/organism/AccountSharing/icons/search.d.ts +3 -0
  777. package/es/types/components/organism/AccountSharing/index.d.ts +1 -0
  778. package/es/types/components/organism/AccountSharing/styled.d.ts +4 -0
  779. package/es/types/components/organism/AccountSharing/utils.d.ts +1 -0
  780. package/es/types/components/organism/AlgorithmsSetting/constants.d.ts +146 -0
  781. package/es/types/components/organism/AlgorithmsSetting/index.d.ts +14 -0
  782. package/es/types/components/organism/AlgorithmsSetting/styled.d.ts +22 -0
  783. package/es/types/components/organism/AlgorithmsSetting/types.d.ts +4 -0
  784. package/es/types/components/organism/AlgorithmsSetting/utils.d.ts +2 -0
  785. package/es/types/components/organism/ContentSources/Content.d.ts +19 -0
  786. package/es/types/components/organism/ContentSources/Group.d.ts +16 -0
  787. package/es/types/components/organism/ContentSources/Settings.d.ts +17 -0
  788. package/es/types/components/organism/ContentSources/components/LevelSetting/constants.d.ts +14 -0
  789. package/es/types/components/organism/ContentSources/components/LevelSetting/index.d.ts +7 -0
  790. package/es/types/components/organism/ContentSources/constants.d.ts +7 -0
  791. package/es/types/components/organism/ContentSources/index.d.ts +21 -0
  792. package/es/types/components/organism/ContentSources/provider.d.ts +18 -0
  793. package/es/types/components/organism/ContentSources/reducer.d.ts +19 -0
  794. package/es/types/components/organism/ContentSources/styled.d.ts +8 -0
  795. package/es/types/components/organism/ContentSources/types.d.ts +149 -0
  796. package/es/types/components/organism/ContentSources/utils.d.ts +29 -0
  797. package/es/types/components/organism/DataTable/DataTable.d.ts +6 -0
  798. package/es/types/components/organism/DataTable/components/AddButton/index.d.ts +5 -0
  799. package/es/types/components/organism/DataTable/components/Filter/AddFilterButton.d.ts +5 -0
  800. package/es/types/components/organism/DataTable/components/Filter/FilterActionButton.d.ts +5 -0
  801. package/es/types/components/organism/DataTable/components/Filter/FilterCondition/index.d.ts +17 -0
  802. package/es/types/components/organism/DataTable/components/Filter/FilterCondition/styled.d.ts +3 -0
  803. package/es/types/components/organism/DataTable/components/Filter/FilterConditionList.d.ts +5 -0
  804. package/es/types/components/organism/DataTable/components/Filter/FilterItem.d.ts +10 -0
  805. package/es/types/components/organism/DataTable/components/Filter/SaveFilterPopover.d.ts +9 -0
  806. package/es/types/components/organism/DataTable/components/Filter/SavedFilterAndMetrics.d.ts +8 -0
  807. package/es/types/components/organism/DataTable/components/Filter/index.d.ts +5 -0
  808. package/es/types/components/organism/DataTable/components/Filter/styled.d.ts +5 -0
  809. package/es/types/components/organism/DataTable/components/GridView/index.d.ts +5 -0
  810. package/es/types/components/organism/DataTable/components/ModifyColumn/index.d.ts +6 -0
  811. package/es/types/components/organism/DataTable/components/ModifyColumn/styled.d.ts +4 -0
  812. package/es/types/components/organism/DataTable/components/Pagination/index.d.ts +14 -0
  813. package/es/types/components/organism/DataTable/components/Pagination/styled.d.ts +5 -0
  814. package/es/types/components/organism/DataTable/components/Table/ResizableCell.d.ts +15 -0
  815. package/es/types/components/organism/DataTable/components/Table/index.d.ts +6 -0
  816. package/es/types/components/organism/DataTable/components/Table/styled.d.ts +11 -0
  817. package/es/types/components/organism/DataTable/components/Toolbar/GroupByPopover.d.ts +10 -0
  818. package/es/types/components/organism/DataTable/components/Toolbar/RowSelectedControl.d.ts +5 -0
  819. package/es/types/components/organism/DataTable/components/Toolbar/SearchPopover.d.ts +10 -0
  820. package/es/types/components/organism/DataTable/components/Toolbar/ToolbarActionButtons.d.ts +5 -0
  821. package/es/types/components/organism/DataTable/components/Toolbar/index.d.ts +3 -0
  822. package/es/types/components/organism/DataTable/components/Toolbar/styled.d.ts +13 -0
  823. package/es/types/components/organism/DataTable/components/index.d.ts +6 -0
  824. package/es/types/components/organism/DataTable/constants/common.d.ts +13 -0
  825. package/es/types/components/organism/DataTable/constants/filter.d.ts +19 -0
  826. package/es/types/components/organism/DataTable/constants/index.d.ts +7 -0
  827. package/es/types/components/organism/DataTable/constants/pagination.d.ts +6 -0
  828. package/es/types/components/organism/DataTable/constants/sample.d.ts +388 -0
  829. package/es/types/components/organism/DataTable/constants/theme.d.ts +2 -0
  830. package/es/types/components/organism/DataTable/constants/toolbar.d.ts +19 -0
  831. package/es/types/components/organism/DataTable/contexts/DataTableContext.d.ts +5 -0
  832. package/es/types/components/organism/DataTable/contexts/index.d.ts +0 -0
  833. package/es/types/components/organism/DataTable/hooks/index.d.ts +3 -0
  834. package/es/types/components/organism/DataTable/hooks/useAddFilterButton.d.ts +28 -0
  835. package/es/types/components/organism/DataTable/hooks/useDataTable.d.ts +6 -0
  836. package/es/types/components/organism/DataTable/hooks/useDataTableListing/constants.d.ts +9 -0
  837. package/es/types/components/organism/DataTable/hooks/useDataTableListing/index.d.ts +1 -0
  838. package/es/types/components/organism/DataTable/hooks/useDataTableListing/types.d.ts +139 -0
  839. package/es/types/components/organism/DataTable/hooks/useDataTableListing/useDataTableListing.d.ts +62 -0
  840. package/es/types/components/organism/DataTable/hooks/useDataTableStore.d.ts +28 -0
  841. package/es/types/components/organism/DataTable/index.d.ts +4 -0
  842. package/es/types/components/organism/DataTable/providers/AntdTableConfigProvider.d.ts +7 -0
  843. package/es/types/components/organism/DataTable/providers/DataTableProvider.d.ts +8 -0
  844. package/es/types/components/organism/DataTable/providers/index.d.ts +1 -0
  845. package/es/types/components/organism/DataTable/stores/index.d.ts +2 -0
  846. package/es/types/components/organism/DataTable/styled/index.d.ts +12 -0
  847. package/es/types/components/organism/DataTable/types/filter.d.ts +56 -0
  848. package/es/types/components/organism/DataTable/types/index.d.ts +45 -0
  849. package/es/types/components/organism/DataTable/types/theme.d.ts +10 -0
  850. package/es/types/components/organism/DataTable/types/toolbar.d.ts +87 -0
  851. package/es/types/components/organism/DataTable/utils/filter.d.ts +97 -0
  852. package/es/types/components/organism/DataTable/utils/index.d.ts +1 -0
  853. package/es/types/components/organism/FilterSetting/components/common/InputArray/index.d.ts +9 -0
  854. package/es/types/components/organism/FilterSetting/components/common/InputArray/styled.d.ts +12 -0
  855. package/es/types/components/organism/FilterSetting/components/common/InputBoolean/index.d.ts +8 -0
  856. package/es/types/components/organism/FilterSetting/components/common/InputCalendar/index.d.ts +11 -0
  857. package/es/types/components/organism/FilterSetting/components/common/InputCalendarBetween/index.d.ts +9 -0
  858. package/es/types/components/organism/FilterSetting/components/common/InputDateTimeAgo/index.d.ts +13 -0
  859. package/es/types/components/organism/FilterSetting/components/common/InputDateTimeBetweenAgo/index.d.ts +11 -0
  860. package/es/types/components/organism/FilterSetting/components/common/InputNumber/index.d.ts +7 -0
  861. package/es/types/components/organism/FilterSetting/components/common/InputNumberBetween/index.d.ts +7 -0
  862. package/es/types/components/organism/FilterSetting/components/common/InputOrSelect/index.d.ts +79 -0
  863. package/es/types/components/organism/FilterSetting/components/common/InputSelectMulti/ColumnSuggestion/index.d.ts +15 -0
  864. package/es/types/components/organism/FilterSetting/components/common/InputSelectMulti/Tree/index.d.ts +20 -0
  865. package/es/types/components/organism/FilterSetting/components/common/InputSelectMulti/index.d.ts +88 -0
  866. package/es/types/components/organism/FilterSetting/components/common/TextTreeSelect/index.d.ts +10 -0
  867. package/es/types/components/organism/FilterSetting/components/common/index.d.ts +11 -0
  868. package/es/types/components/organism/FilterSetting/constants.d.ts +178 -0
  869. package/es/types/components/organism/FilterSetting/context.d.ts +7 -0
  870. package/es/types/components/organism/FilterSetting/index.d.ts +30 -0
  871. package/es/types/components/organism/FilterSetting/styled.d.ts +4 -0
  872. package/es/types/components/organism/FilterSetting/utils.d.ts +46 -0
  873. package/es/types/components/organism/GenerativeInsights/constants.d.ts +1 -0
  874. package/es/types/components/organism/GenerativeInsights/index.d.ts +11 -0
  875. package/es/types/components/organism/GenerativeInsights/styled.d.ts +12 -0
  876. package/es/types/components/organism/GenerativeInsights/utils.d.ts +13 -0
  877. package/es/types/components/organism/Help/styled.d.ts +74 -0
  878. package/es/types/components/organism/Help/types.d.ts +67 -0
  879. package/es/types/components/organism/LeftMenu/LeftMenu.d.ts +3 -0
  880. package/es/types/components/organism/LeftMenu/components/CommonMenu/index.d.ts +6 -0
  881. package/es/types/components/organism/LeftMenu/components/CustomMenu/index.d.ts +6 -0
  882. package/es/types/components/organism/LeftMenu/components/HomeMenu/constants.d.ts +10 -0
  883. package/es/types/components/organism/LeftMenu/components/HomeMenu/index.d.ts +5 -0
  884. package/es/types/components/organism/LeftMenu/components/HomeMenu/styled.d.ts +6 -0
  885. package/es/types/components/organism/LeftMenu/components/HomeMenu/useHomeMenu.d.ts +17 -0
  886. package/es/types/components/organism/LeftMenu/components/HomeMenu/utils.d.ts +1 -0
  887. package/es/types/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/index.d.ts +8 -0
  888. package/es/types/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/styled.d.ts +5 -0
  889. package/es/types/components/organism/LeftMenu/components/common/ChildMenu/components/index.d.ts +1 -0
  890. package/es/types/components/organism/LeftMenu/components/common/ChildMenu/constants/index.d.ts +1 -0
  891. package/es/types/components/organism/LeftMenu/components/common/ChildMenu/constants/sampleData.d.ts +2 -0
  892. package/es/types/components/organism/LeftMenu/components/common/ChildMenu/index.d.ts +8 -0
  893. package/es/types/components/organism/LeftMenu/components/common/ChildMenu/styled.d.ts +5 -0
  894. package/es/types/components/organism/LeftMenu/components/common/ChildMenu/utils.d.ts +44 -0
  895. package/es/types/components/organism/LeftMenu/components/common/index.d.ts +1 -0
  896. package/es/types/components/organism/LeftMenu/components/index.d.ts +3 -0
  897. package/es/types/components/organism/LeftMenu/constants/index.d.ts +2 -0
  898. package/es/types/components/organism/LeftMenu/constants/sampleData.d.ts +2 -0
  899. package/es/types/components/organism/LeftMenu/constants/variables.d.ts +52 -0
  900. package/es/types/components/organism/LeftMenu/contexts/index.d.ts +5 -0
  901. package/es/types/components/organism/LeftMenu/hooks/index.d.ts +3 -0
  902. package/es/types/components/organism/LeftMenu/hooks/useLeftMenu.d.ts +20 -0
  903. package/es/types/components/organism/LeftMenu/hooks/useNavigatePath.d.ts +6 -0
  904. package/es/types/components/organism/LeftMenu/hooks/usePermission.d.ts +7 -0
  905. package/es/types/components/organism/LeftMenu/index.d.ts +26 -0
  906. package/es/types/components/organism/LeftMenu/providers/index.d.ts +8 -0
  907. package/es/types/components/organism/LeftMenu/stores/index.d.ts +28 -0
  908. package/es/types/components/organism/LeftMenu/styled.d.ts +20 -0
  909. package/es/types/components/organism/LeftMenu/types/index.d.ts +31 -0
  910. package/es/types/components/organism/LeftMenu/utils/index.d.ts +156 -0
  911. package/es/types/components/organism/Login/Login.d.ts +3 -0
  912. package/es/types/components/organism/Login/components/Avatar/Avatar.d.ts +8 -0
  913. package/es/types/components/organism/Login/components/Avatar/index.d.ts +1 -0
  914. package/es/types/components/organism/Login/components/ForgotPassword/ForgotPassword.d.ts +13 -0
  915. package/es/types/components/organism/Login/components/ForgotPassword/index.d.ts +2 -0
  916. package/es/types/components/organism/Login/components/ForgotPassword/styled.d.ts +1 -0
  917. package/es/types/components/organism/Login/components/IconInfo/IconInfo.d.ts +7 -0
  918. package/es/types/components/organism/Login/components/IconInfo/index.d.ts +1 -0
  919. package/es/types/components/organism/Login/components/LoginSelectPortal/Item/Item.d.ts +10 -0
  920. package/es/types/components/organism/Login/components/LoginSelectPortal/Item/index.d.ts +1 -0
  921. package/es/types/components/organism/Login/components/LoginSelectPortal/Item/styled.d.ts +2 -0
  922. package/es/types/components/organism/Login/components/LoginSelectPortal/LoginSelectPortal.d.ts +19 -0
  923. package/es/types/components/organism/Login/components/LoginSelectPortal/index.d.ts +1 -0
  924. package/es/types/components/organism/Login/components/LoginSelectPortal/styled.d.ts +1 -0
  925. package/es/types/components/organism/Login/components/LoginStep2/LoginStep2.d.ts +14 -0
  926. package/es/types/components/organism/Login/components/LoginStep2/index.d.ts +1 -0
  927. package/es/types/components/organism/Login/components/SetupGGAuthenticator/SetupGGAuthenticator.d.ts +13 -0
  928. package/es/types/components/organism/Login/components/SetupGGAuthenticator/index.d.ts +2 -0
  929. package/es/types/components/organism/Login/components/SetupGGAuthenticator/styled.d.ts +4 -0
  930. package/es/types/components/organism/Login/components/SignIn/SignIn.d.ts +14 -0
  931. package/es/types/components/organism/Login/components/SignIn/index.d.ts +1 -0
  932. package/es/types/components/organism/Login/components/SignIn/styled.d.ts +3 -0
  933. package/es/types/components/organism/Login/components/VerifyAccount/VerifyAccount.d.ts +4 -0
  934. package/es/types/components/organism/Login/components/VerifyAccount/index.d.ts +1 -0
  935. package/es/types/components/organism/Login/components/VerifyAccount/styled.d.ts +22 -0
  936. package/es/types/components/organism/Login/components/WidgetLayout/WidgetLayout.d.ts +11 -0
  937. package/es/types/components/organism/Login/components/WidgetLayout/index.d.ts +1 -0
  938. package/es/types/components/organism/Login/components/WidgetLayout/styled.d.ts +5 -0
  939. package/es/types/components/organism/Login/components/index.d.ts +7 -0
  940. package/es/types/components/organism/Login/constants/index.d.ts +18 -0
  941. package/es/types/components/organism/Login/index.d.ts +1 -0
  942. package/es/types/components/organism/Login/styled.d.ts +49 -0
  943. package/es/types/components/organism/Login/types/index.d.ts +41 -0
  944. package/es/types/components/organism/Login/utils/index.d.ts +13 -0
  945. package/es/types/components/organism/Menu/Menu.d.ts +2 -0
  946. package/es/types/components/organism/Menu/index.d.ts +1 -0
  947. package/es/types/components/organism/Menu/styled.d.ts +3 -0
  948. package/es/types/components/organism/ModifyColumnModal/ModifyColumnModal.d.ts +3 -0
  949. package/es/types/components/organism/ModifyColumnModal/SelectedMetricsList.d.ts +9 -0
  950. package/es/types/components/organism/ModifyColumnModal/index.d.ts +2 -0
  951. package/es/types/components/organism/ModifyColumnModal/styled.d.ts +8 -0
  952. package/es/types/components/organism/ModifyColumnModal/types.d.ts +27 -0
  953. package/es/types/components/organism/Notification/Notification.d.ts +10 -0
  954. package/es/types/components/organism/Notification/index.d.ts +1 -0
  955. package/es/types/components/organism/Notification/styled.d.ts +8 -0
  956. package/es/types/components/organism/PreviewTemplateModal/components/Banner/index.d.ts +3 -0
  957. package/es/types/components/organism/PreviewTemplateModal/components/Banner/styled.d.ts +4 -0
  958. package/es/types/components/organism/PreviewTemplateModal/components/Information/index.d.ts +3 -0
  959. package/es/types/components/organism/PreviewTemplateModal/components/Information/styled.d.ts +7 -0
  960. package/es/types/components/organism/PreviewTemplateModal/components/SimilarTemplate/index.d.ts +3 -0
  961. package/es/types/components/organism/PreviewTemplateModal/components/SimilarTemplate/styled.d.ts +5 -0
  962. package/es/types/components/organism/PreviewTemplateModal/components/ThumbnailSlider/index.d.ts +6 -0
  963. package/es/types/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.d.ts +3 -0
  964. package/es/types/components/organism/PreviewTemplateModal/components/index.d.ts +4 -0
  965. package/es/types/components/organism/PreviewTemplateModal/constants/dataSample.d.ts +2 -0
  966. package/es/types/components/organism/PreviewTemplateModal/constants/defaultProps.d.ts +8 -0
  967. package/es/types/components/organism/PreviewTemplateModal/constants/html.d.ts +1 -0
  968. package/es/types/components/organism/PreviewTemplateModal/constants/index.d.ts +4 -0
  969. package/es/types/components/organism/PreviewTemplateModal/constants/variables.d.ts +12 -0
  970. package/es/types/components/organism/PreviewTemplateModal/index.d.ts +3 -0
  971. package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/components/BannerPropsTable/index.d.ts +2 -0
  972. package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/components/DataTypeTable/index.d.ts +2 -0
  973. package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/components/InformationPropsTable/index.d.ts +2 -0
  974. package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/components/SimilarTemplatePropsTable/index.d.ts +2 -0
  975. package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/components/TThumbnailTable/index.d.ts +2 -0
  976. package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/components/ThumbnailPropsTable/index.d.ts +2 -0
  977. package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/components/index.d.ts +6 -0
  978. package/es/types/components/organism/PreviewTemplateModal/stories/dataTypes/dataType.stories.d.ts +38 -0
  979. package/es/types/components/organism/PreviewTemplateModal/styled.d.ts +4 -0
  980. package/es/types/components/organism/PreviewTemplateModal/types.d.ts +40 -0
  981. package/es/types/components/organism/TicketEditor/Content.d.ts +32 -0
  982. package/es/types/components/organism/TicketEditor/Service.d.ts +49 -0
  983. package/es/types/components/organism/TicketEditor/components/DropdownComponent.d.ts +10 -0
  984. package/es/types/components/organism/TicketEditor/components/Message.d.ts +3 -0
  985. package/es/types/components/organism/TicketEditor/components/MessageComponent.d.ts +11 -0
  986. package/es/types/components/organism/TicketEditor/components/icons/AddTicketIcon.d.ts +3 -0
  987. package/es/types/components/organism/TicketEditor/components/icons/TicketIcon.d.ts +3 -0
  988. package/es/types/components/organism/TicketEditor/constant.d.ts +17 -0
  989. package/es/types/components/organism/TicketEditor/index.d.ts +25 -0
  990. package/es/types/components/organism/TicketEditor/styled.d.ts +56 -0
  991. package/es/types/components/organism/TicketEditor/util.d.ts +46 -0
  992. package/es/types/components/organism/index.d.ts +15 -0
  993. package/es/types/components/template/Layout/Layout.d.ts +25 -0
  994. package/es/types/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/index.d.ts +9 -0
  995. package/es/types/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/styled.d.ts +6 -0
  996. package/es/types/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/types/index.d.ts +2 -0
  997. package/es/types/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/utils/index.d.ts +12 -0
  998. package/es/types/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/index.d.ts +1 -0
  999. package/es/types/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/index.d.ts +7 -0
  1000. package/es/types/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/styled.d.ts +3 -0
  1001. package/es/types/components/template/Layout/components/RecommendationWorkspace/components/RecommendationImage/index.d.ts +2 -0
  1002. package/es/types/components/template/Layout/components/RecommendationWorkspace/components/RecommendationImage/styled.d.ts +3 -0
  1003. package/es/types/components/template/Layout/components/RecommendationWorkspace/components/index.d.ts +2 -0
  1004. package/es/types/components/template/Layout/components/RecommendationWorkspace/index.d.ts +2 -0
  1005. package/es/types/components/template/Layout/components/RecommendationWorkspace/styled.d.ts +1 -0
  1006. package/es/types/components/template/Layout/components/index.d.ts +1 -0
  1007. package/es/types/components/template/Layout/constants/config.d.ts +7 -0
  1008. package/es/types/components/template/Layout/constants/index.d.ts +3 -0
  1009. package/es/types/components/template/Layout/constants/menuCode.d.ts +32 -0
  1010. package/es/types/components/template/Layout/constants/permission.d.ts +27 -0
  1011. package/es/types/components/template/Layout/index.d.ts +2 -0
  1012. package/es/types/components/template/Layout/stores/index.d.ts +34 -0
  1013. package/es/types/components/template/Layout/styled.d.ts +15 -0
  1014. package/es/types/components/template/Layout/types.d.ts +8 -0
  1015. package/es/types/components/template/Layout/utils/index.d.ts +1 -0
  1016. package/es/types/components/template/Layout/utils/permission.d.ts +22 -0
  1017. package/es/types/components/template/TemplateListing/Loadable.d.ts +6 -0
  1018. package/es/types/components/template/TemplateListing/components/BlankTemplate/index.d.ts +3 -0
  1019. package/es/types/components/template/TemplateListing/components/BlankTemplate/styled.d.ts +2 -0
  1020. package/es/types/components/template/TemplateListing/components/CategoryListing/index.d.ts +3 -0
  1021. package/es/types/components/template/TemplateListing/components/CategoryListing/styled.d.ts +7 -0
  1022. package/es/types/components/template/TemplateListing/components/CategoryListing/types.d.ts +11 -0
  1023. package/es/types/components/template/TemplateListing/components/Empty/index.d.ts +3 -0
  1024. package/es/types/components/template/TemplateListing/components/Empty/styled.d.ts +3 -0
  1025. package/es/types/components/template/TemplateListing/components/index.d.ts +3 -0
  1026. package/es/types/components/template/TemplateListing/constants/defaultProps.d.ts +12 -0
  1027. package/es/types/components/template/TemplateListing/constants/index.d.ts +2 -0
  1028. package/es/types/components/template/TemplateListing/constants/mockData.d.ts +2 -0
  1029. package/es/types/components/template/TemplateListing/hooks/index.d.ts +1 -0
  1030. package/es/types/components/template/TemplateListing/hooks/useTemplateListing.d.ts +82 -0
  1031. package/es/types/components/template/TemplateListing/index.d.ts +3 -0
  1032. package/es/types/components/template/TemplateListing/stories/dataTypes/components/BlankTemplatePropsTable/index.d.ts +2 -0
  1033. package/es/types/components/template/TemplateListing/stories/dataTypes/components/CategoryListingPropsTable/index.d.ts +2 -0
  1034. package/es/types/components/template/TemplateListing/stories/dataTypes/components/DataTypeTables/index.d.ts +2 -0
  1035. package/es/types/components/template/TemplateListing/stories/dataTypes/components/EmptyPropsTable/index.d.ts +2 -0
  1036. package/es/types/components/template/TemplateListing/stories/dataTypes/components/TCategoryItemTable/index.d.ts +2 -0
  1037. package/es/types/components/template/TemplateListing/stories/dataTypes/components/TTemplateItemTable/index.d.ts +2 -0
  1038. package/es/types/components/template/TemplateListing/stories/dataTypes/components/TemplatesPropsTable/index.d.ts +2 -0
  1039. package/es/types/components/template/TemplateListing/stories/dataTypes/components/index.d.ts +7 -0
  1040. package/es/types/components/template/TemplateListing/stories/dataTypes/dataType.stories.d.ts +44 -0
  1041. package/es/types/components/template/TemplateListing/stories/demo/styled.d.ts +1 -0
  1042. package/es/types/components/template/TemplateListing/styled/index.d.ts +4 -0
  1043. package/es/types/components/template/TemplateListing/types/BlankTemplate.d.ts +9 -0
  1044. package/es/types/components/template/TemplateListing/types/CategoryListing.d.ts +26 -0
  1045. package/es/types/components/template/TemplateListing/types/Empty.d.ts +5 -0
  1046. package/es/types/components/template/TemplateListing/types/TemplateListing.d.ts +34 -0
  1047. package/es/types/components/template/TemplateListing/types/index.d.ts +3 -0
  1048. package/es/types/components/template/TemplateListing/utils.d.ts +11 -0
  1049. package/es/types/components/template/index.d.ts +4 -0
  1050. package/es/types/config/index.d.ts +13 -0
  1051. package/es/types/constants/api.d.ts +62 -0
  1052. package/es/types/constants/condition.d.ts +955 -0
  1053. package/es/types/constants/contentSource.d.ts +29 -0
  1054. package/es/types/constants/dataTable.d.ts +16 -0
  1055. package/es/types/constants/datetime.d.ts +12 -0
  1056. package/es/types/constants/index.d.ts +13 -0
  1057. package/es/types/constants/permissions.d.ts +12 -0
  1058. package/es/types/constants/postMessage.d.ts +4 -0
  1059. package/es/types/constants/queries.d.ts +40 -0
  1060. package/es/types/constants/richMenu.d.ts +19 -0
  1061. package/es/types/constants/storybook.d.ts +17 -0
  1062. package/es/types/constants/styles.d.ts +12 -0
  1063. package/es/types/constants/templateListing.d.ts +50 -0
  1064. package/es/types/constants/theme.d.ts +16 -0
  1065. package/es/types/constants/variables.d.ts +54 -0
  1066. package/es/types/hooks/createEffectWithTarget .d.ts +3 -0
  1067. package/es/types/hooks/index.d.ts +26 -0
  1068. package/es/types/hooks/useCustomRouter.d.ts +33 -0
  1069. package/es/types/hooks/useDebounceCallback.d.ts +1 -0
  1070. package/es/types/hooks/useDebounceV2.d.ts +1 -0
  1071. package/es/types/hooks/useDeepCompareEffect.d.ts +1 -0
  1072. package/es/types/hooks/useDeepCompareEffectWithTarget.d.ts +3 -0
  1073. package/es/types/hooks/useDeepCompareMemo.d.ts +2 -0
  1074. package/es/types/hooks/useDragEvent.d.ts +1 -0
  1075. package/es/types/hooks/useDropFile.d.ts +1 -0
  1076. package/es/types/hooks/useEffectDebugger.d.ts +20 -0
  1077. package/es/types/hooks/useEffectOnlyOnce.d.ts +2 -0
  1078. package/es/types/hooks/useEffectWithTarget.d.ts +2 -0
  1079. package/es/types/hooks/useEventListener.d.ts +6 -0
  1080. package/es/types/hooks/useForceUpdate.d.ts +1 -0
  1081. package/es/types/hooks/useIntersectionObserver.d.ts +57 -0
  1082. package/es/types/hooks/useIsFirstRender.d.ts +1 -0
  1083. package/es/types/hooks/useIsomorphicLayoutEffect.d.ts +2 -0
  1084. package/es/types/hooks/useKeyEventCanvas.d.ts +1 -0
  1085. package/es/types/hooks/useLatest.d.ts +2 -0
  1086. package/es/types/hooks/useListingItemResize.d.ts +28 -0
  1087. package/es/types/hooks/useMediaQuery.d.ts +6 -0
  1088. package/es/types/hooks/useMutationObserver.d.ts +2 -0
  1089. package/es/types/hooks/useOutsideClick.d.ts +4 -0
  1090. package/es/types/hooks/usePrevious.d.ts +2 -0
  1091. package/es/types/hooks/useScrollToEnd.d.ts +1 -0
  1092. package/es/types/hooks/useToggle.d.ts +2 -0
  1093. package/es/types/hooks/useUnmount.d.ts +1 -0
  1094. package/es/types/hooks/useUpdateEffect.d.ts +3 -0
  1095. package/es/types/hooks/useWindowSize.d.ts +11 -0
  1096. package/es/types/index.d.ts +6 -6
  1097. package/es/types/locales/i18n.d.ts +922 -0
  1098. package/es/types/locales/translations.d.ts +686 -0
  1099. package/es/types/models/AccountListing.d.ts +27 -0
  1100. package/es/types/models/BusinessObject.d.ts +194 -0
  1101. package/es/types/models/Currency.d.ts +9 -0
  1102. package/es/types/models/CustomFunction.d.ts +19 -0
  1103. package/es/types/models/DataTable/ColumnMetric.d.ts +15 -0
  1104. package/es/types/models/DataTable/DataTableListing.d.ts +22 -0
  1105. package/es/types/models/DataTable/FilterMetric.d.ts +10 -0
  1106. package/es/types/models/DataTable/ModifyColumn.d.ts +9 -0
  1107. package/es/types/models/DataTable/SavedFilter.d.ts +15 -0
  1108. package/es/types/models/DataTable/SearchListing.d.ts +4 -0
  1109. package/es/types/models/DataTable/index.d.ts +4 -0
  1110. package/es/types/models/DynamicContentAttribute.d.ts +34 -0
  1111. package/es/types/models/EventTrackingAttribute.d.ts +11 -0
  1112. package/es/types/models/FallbackBO.d.ts +9 -0
  1113. package/es/types/models/LeftMenu/Dashboard.d.ts +44 -0
  1114. package/es/types/models/LeftMenu/DestinationChannel.d.ts +15 -0
  1115. package/es/types/models/LeftMenu/FeatureMenu.d.ts +46 -0
  1116. package/es/types/models/LeftMenu/FeatureMenuPermission.d.ts +44 -0
  1117. package/es/types/models/LeftMenu/index.d.ts +4 -0
  1118. package/es/types/models/ObjectTemplate.d.ts +85 -0
  1119. package/es/types/models/PromotionPool.d.ts +11 -0
  1120. package/es/types/models/SavedMedia.d.ts +34 -0
  1121. package/es/types/models/TemplateCategory.d.ts +13 -0
  1122. package/es/types/models/Upload.d.ts +34 -0
  1123. package/es/types/providers/AppConfigProvider/contexts/index.d.ts +22 -0
  1124. package/es/types/providers/AppConfigProvider/index.d.ts +2 -0
  1125. package/es/types/providers/AppConfigProvider/selector.d.ts +3 -0
  1126. package/es/types/providers/ConfigProvider/ConfigProvider.d.ts +13 -0
  1127. package/es/types/providers/index.d.ts +2 -0
  1128. package/es/types/queries/Account/index.d.ts +1 -0
  1129. package/es/types/queries/Account/useGetAccountList.d.ts +29 -0
  1130. package/es/types/queries/BusinessObject/index.d.ts +7 -0
  1131. package/es/types/queries/BusinessObject/useGetBODetail.d.ts +5 -0
  1132. package/es/types/queries/BusinessObject/useGetDataTableBO.d.ts +6 -0
  1133. package/es/types/queries/BusinessObject/useGetListAllEvents.d.ts +11 -0
  1134. package/es/types/queries/BusinessObject/useGetListAttributeBO.d.ts +15 -0
  1135. package/es/types/queries/BusinessObject/useGetListBO.d.ts +6 -0
  1136. package/es/types/queries/BusinessObject/useGetListEventAttr.d.ts +4 -0
  1137. package/es/types/queries/BusinessObject/useGetListPromotionCodeAttr.d.ts +6 -0
  1138. package/es/types/queries/BusinessObject/useGetListSourceByEvent.d.ts +13 -0
  1139. package/es/types/queries/CustomFunction/index.d.ts +2 -0
  1140. package/es/types/queries/CustomFunction/useCustomFunction.d.ts +19 -0
  1141. package/es/types/queries/DataTable/index.d.ts +99 -0
  1142. package/es/types/queries/DynamicContentAttribute/index.d.ts +1 -0
  1143. package/es/types/queries/DynamicContentAttribute/useGetDynamicContentAttr.d.ts +10 -0
  1144. package/es/types/queries/LeftMenu/index.d.ts +24 -0
  1145. package/es/types/queries/Media/index.d.ts +1 -0
  1146. package/es/types/queries/Media/useGetListingSavedMedia.d.ts +12 -0
  1147. package/es/types/queries/Permission/index.d.ts +8 -0
  1148. package/es/types/queries/PromotionPool/index.d.ts +1 -0
  1149. package/es/types/queries/PromotionPool/useGetListPromotionPool.d.ts +9 -0
  1150. package/es/types/queries/TemplateListing/index.d.ts +52 -0
  1151. package/es/types/queries/ThirdParty/index.d.ts +2 -0
  1152. package/es/types/queries/ThirdParty/useGetEventTrackingAttributes.d.ts +14 -0
  1153. package/es/types/queries/ThirdParty/useGetListFallbackBO.d.ts +10 -0
  1154. package/es/types/queries/configs.d.ts +4 -0
  1155. package/es/types/queries/index.d.ts +11 -0
  1156. package/es/types/services/Abstract/index.d.ts +15 -0
  1157. package/es/types/services/Account/index.d.ts +21 -0
  1158. package/es/types/services/DataTable/index.d.ts +135 -0
  1159. package/es/types/services/LeftMenu/index.d.ts +51 -0
  1160. package/es/types/services/MediaTemplateDesign/BusinessObject/index.d.ts +23 -0
  1161. package/es/types/services/MediaTemplateDesign/CustomFunction/index.d.ts +15 -0
  1162. package/es/types/services/MediaTemplateDesign/DynamicContentAttribute/index.d.ts +4 -0
  1163. package/es/types/services/MediaTemplateDesign/ListCurrency/index.d.ts +6 -0
  1164. package/es/types/services/MediaTemplateDesign/PromotionPool/index.d.ts +3 -0
  1165. package/es/types/services/MediaTemplateDesign/UploadFile/index.d.ts +6 -0
  1166. package/es/types/services/Permission/index.d.ts +13 -0
  1167. package/es/types/services/TemplateListing/index.d.ts +74 -0
  1168. package/es/types/services/ThirParty/ListFallbackBO/getListFallbackBO.d.ts +2 -0
  1169. package/es/types/services/ThirParty/TableBO/index.d.ts +6 -0
  1170. package/es/types/services/ThirParty/index.d.ts +8 -0
  1171. package/es/types/services/index.d.ts +19 -0
  1172. package/es/types/styled/common.d.ts +1 -0
  1173. package/es/types/styled/index.d.ts +1 -0
  1174. package/es/types/test.d.ts +3 -0
  1175. package/es/types/tests/DataTableTest.d.ts +5 -0
  1176. package/es/types/tests/MatchesAnySelect.d.ts +2 -0
  1177. package/es/types/tests/index.d.ts +2 -0
  1178. package/es/types/tests/styled.d.ts +1 -0
  1179. package/es/types/types/actionsButton.d.ts +16 -0
  1180. package/es/types/types/api.d.ts +10 -0
  1181. package/es/types/types/condition.d.ts +6 -0
  1182. package/es/types/types/config.d.ts +2 -0
  1183. package/es/types/types/index.d.ts +37 -0
  1184. package/es/types/types/postMessage.d.ts +4 -0
  1185. package/es/types/types/processingNotification.d.ts +4 -0
  1186. package/es/types/types/richMenu.d.ts +214 -0
  1187. package/es/types/types/service.d.ts +22 -0
  1188. package/es/types/types/share-access.d.ts +18 -0
  1189. package/es/types/types/templateListing.d.ts +14 -0
  1190. package/es/types/types/variables.d.ts +5 -0
  1191. package/es/types/utils/actionButtons.d.ts +40 -0
  1192. package/es/types/utils/common.d.ts +149 -0
  1193. package/es/types/utils/commonComponent.d.ts +7 -0
  1194. package/es/types/utils/cookie.d.ts +18 -0
  1195. package/es/types/utils/dataTable.d.ts +12 -0
  1196. package/es/types/utils/domTarget.d.ts +8 -0
  1197. package/es/types/utils/handleError.d.ts +32 -0
  1198. package/es/types/utils/index.d.ts +9 -0
  1199. package/es/types/utils/loadable.d.ts +7 -0
  1200. package/es/types/utils/styles.d.ts +2 -0
  1201. package/es/types/utils/templateListing.d.ts +3 -0
  1202. package/es/types/utils/variables.d.ts +1 -0
  1203. package/es/vietnam-23JC35YU.png +0 -0
  1204. package/package.json +111 -33
  1205. package/dist/0173b5993573afa04880.woff +0 -0
  1206. package/dist/0dfb9214dfd945cd7290.png +0 -1
  1207. package/dist/2883cad25a2b4e87ce5f.eot +0 -0
  1208. package/dist/4f54a37971347e3d7122.png +0 -1
  1209. package/dist/574b7bee0563a9fe9a29.png +0 -1
  1210. package/dist/6b586356e837581204dc.svg +0 -1
  1211. package/dist/72eec5c1c786b45a667f.ttf +0 -0
  1212. package/dist/bc6bf11c6f5e6743aa4c.png +0 -1
  1213. package/dist/dbc405edd6e0806efbc9.svg +0 -1
  1214. package/dist/e32f09119052a55cce3c.png +0 -1
  1215. package/dist/e3851b9384a984c6fdb5.png +0 -1
  1216. package/dist/index.js +0 -2
  1217. package/dist/index.js.LICENSE.txt +0 -69
  1218. package/dist/main.css +0 -68
  1219. package/dist/public/icons/2d496b55d85a9545d7311c073af442bb.png +0 -0
  1220. package/dist/public/icons/2fbb4e0927d18e3f8e5c6511ab88d5b3.png +0 -0
  1221. package/dist/public/icons/725a52bd91a3ce534b10833df510e5fa.png +0 -0
  1222. package/dist/public/icons/7d037e0b378e87a82804443636cd0e13.svg +0 -346
  1223. package/dist/public/icons/90553767e0a05b9585a54797cfd9ce51.png +0 -0
  1224. package/dist/public/icons/bb64e23a1ff390a416d765ee556096ab.svg +0 -87
  1225. package/dist/public/icons/d327b24e9c5d8f486f08d253aab58ce6.png +0 -0
  1226. package/dist/public/icons/f1cf266d0a0a53ce07f2dbb859869b7a.png +0 -0
  1227. package/dist/public/icons/transparent.svg +0 -1
  1228. package/es/assets/images/feedback.svg +0 -3
  1229. package/es/assets/images/gpt.png +0 -0
  1230. package/es/assets/images/placeholder-image.png +0 -0
  1231. package/es/assets/images/record-video.png +0 -0
  1232. package/es/assets/svg/transparent.svg +0 -1
  1233. package/es/components/atoms/Alert/Alert.d.ts +0 -4
  1234. package/es/components/atoms/Alert/Alert.js +0 -19
  1235. package/es/components/atoms/Alert/index.js +0 -1
  1236. package/es/components/atoms/Button/Button.d.ts +0 -1
  1237. package/es/components/atoms/Button/Button.js +0 -1
  1238. package/es/components/atoms/Button/index.d.ts +0 -4
  1239. package/es/components/atoms/Button/index.js +0 -2
  1240. package/es/components/atoms/Button/test.js +0 -99
  1241. package/es/components/atoms/Checkbox/Checkbox.js +0 -1
  1242. package/es/components/atoms/Checkbox/index.js +0 -1
  1243. package/es/components/atoms/Divider/Divider.js +0 -1
  1244. package/es/components/atoms/Divider/index.js +0 -1
  1245. package/es/components/atoms/DividerPure/DividerPure.js +0 -27
  1246. package/es/components/atoms/DividerPure/index.js +0 -1
  1247. package/es/components/atoms/DividerPure/styled.js +0 -41
  1248. package/es/components/atoms/Empty/Empty.d.ts +0 -5
  1249. package/es/components/atoms/Empty/Empty.js +0 -2
  1250. package/es/components/atoms/Empty/index.js +0 -1
  1251. package/es/components/atoms/FloatButton/FloatButton.js +0 -1
  1252. package/es/components/atoms/FloatButton/index.js +0 -2
  1253. package/es/components/atoms/Grid/Grid.js +0 -3
  1254. package/es/components/atoms/Grid/index.js +0 -1
  1255. package/es/components/atoms/Icon/index.d.ts +0 -10
  1256. package/es/components/atoms/Icon/index.js +0 -36
  1257. package/es/components/atoms/Input/Input.d.ts +0 -20
  1258. package/es/components/atoms/Input/Input.js +0 -92
  1259. package/es/components/atoms/Input/index.js +0 -1
  1260. package/es/components/atoms/Input/styled.d.ts +0 -11
  1261. package/es/components/atoms/Input/styled.js +0 -109
  1262. package/es/components/atoms/InputNumber/InputNumber.d.ts +0 -6
  1263. package/es/components/atoms/InputNumber/InputNumber.js +0 -27
  1264. package/es/components/atoms/InputNumber/index.d.ts +0 -1
  1265. package/es/components/atoms/InputNumber/index.js +0 -1
  1266. package/es/components/atoms/Message/Message.js +0 -1
  1267. package/es/components/atoms/Message/index.js +0 -1
  1268. package/es/components/atoms/Notification/Notification.js +0 -1
  1269. package/es/components/atoms/Notification/index.js +0 -1
  1270. package/es/components/atoms/Pagination/Pagination.js +0 -2
  1271. package/es/components/atoms/Pagination/index.d.ts +0 -1
  1272. package/es/components/atoms/Pagination/index.js +0 -1
  1273. package/es/components/atoms/Popover/Popover.js +0 -2
  1274. package/es/components/atoms/Popover/index.d.ts +0 -1
  1275. package/es/components/atoms/Popover/index.js +0 -1
  1276. package/es/components/atoms/Progress/Progress.js +0 -2
  1277. package/es/components/atoms/Progress/index.js +0 -1
  1278. package/es/components/atoms/Radio/Radio.js +0 -1
  1279. package/es/components/atoms/Radio/index.js +0 -25
  1280. package/es/components/atoms/Rate/Rate.d.ts +0 -2
  1281. package/es/components/atoms/Rate/Rate.js +0 -2
  1282. package/es/components/atoms/Rate/index.js +0 -1
  1283. package/es/components/atoms/RequiredLabel/index.d.ts +0 -7
  1284. package/es/components/atoms/RequiredLabel/index.js +0 -24
  1285. package/es/components/atoms/RequiredLabel/styled.d.ts +0 -2
  1286. package/es/components/atoms/RequiredLabel/styled.js +0 -10
  1287. package/es/components/atoms/ScrollBox/index.js +0 -51
  1288. package/es/components/atoms/Segmented/Segmented.js +0 -2
  1289. package/es/components/atoms/Segmented/index.js +0 -1
  1290. package/es/components/atoms/Skeleton/Skeleton.js +0 -2
  1291. package/es/components/atoms/Skeleton/index.js +0 -1
  1292. package/es/components/atoms/Slider/index.d.ts +0 -5
  1293. package/es/components/atoms/Slider/index.js +0 -32
  1294. package/es/components/atoms/Slider/styled.js +0 -44
  1295. package/es/components/atoms/Space/Space.js +0 -9
  1296. package/es/components/atoms/Space/index.js +0 -1
  1297. package/es/components/atoms/Spin/Spin.d.ts +0 -9
  1298. package/es/components/atoms/Spin/Spin.js +0 -28
  1299. package/es/components/atoms/Spin/index.js +0 -1
  1300. package/es/components/atoms/Spin/styled.js +0 -7
  1301. package/es/components/atoms/Statistic/Statistic.js +0 -2
  1302. package/es/components/atoms/Statistic/index.js +0 -1
  1303. package/es/components/atoms/Steps/Steps.d.ts +0 -4
  1304. package/es/components/atoms/Steps/Steps.js +0 -2
  1305. package/es/components/atoms/Steps/index.js +0 -1
  1306. package/es/components/atoms/Switch/Switch.d.ts +0 -2
  1307. package/es/components/atoms/Switch/Switch.js +0 -2
  1308. package/es/components/atoms/Switch/index.d.ts +0 -1
  1309. package/es/components/atoms/Switch/index.js +0 -1
  1310. package/es/components/atoms/Tag/Tag.d.ts +0 -1
  1311. package/es/components/atoms/Tag/Tag.js +0 -1
  1312. package/es/components/atoms/Tag/index.js +0 -1
  1313. package/es/components/atoms/Text/index.js +0 -27
  1314. package/es/components/atoms/Text/styled.js +0 -52
  1315. package/es/components/atoms/Timeline/Timeline.js +0 -2
  1316. package/es/components/atoms/Timeline/index.js +0 -1
  1317. package/es/components/atoms/Tooltip/Tooltip.js +0 -1
  1318. package/es/components/atoms/Tooltip/index.js +0 -1
  1319. package/es/components/atoms/Typography/Text.js +0 -1
  1320. package/es/components/atoms/Typography/index.js +0 -1
  1321. package/es/components/atoms/Watermark/Watermark.js +0 -2
  1322. package/es/components/atoms/Watermark/index.js +0 -1
  1323. package/es/components/atoms/index.d.ts +0 -32
  1324. package/es/components/atoms/index.js +0 -31
  1325. package/es/components/common/ConfigProvider/ConfigProvider.d.ts +0 -9
  1326. package/es/components/common/ConfigProvider/ConfigProvider.js +0 -41
  1327. package/es/components/common/ConfigProvider/GlobalStyle.js +0 -490
  1328. package/es/components/common/ConfigProvider/index.js +0 -1
  1329. package/es/components/common/index.d.ts +0 -1
  1330. package/es/components/common/index.js +0 -1
  1331. package/es/components/icons/AccountCircle.d.ts +0 -3
  1332. package/es/components/icons/AccountCircle.js +0 -3
  1333. package/es/components/icons/AddShoppingCart.d.ts +0 -3
  1334. package/es/components/icons/AddShoppingCart.js +0 -3
  1335. package/es/components/icons/ArrowGrowIcon.d.ts +0 -1
  1336. package/es/components/icons/ArrowGrowIcon.js +0 -4
  1337. package/es/components/icons/AssignmentInd.d.ts +0 -3
  1338. package/es/components/icons/AssignmentInd.js +0 -3
  1339. package/es/components/icons/AudioRecordIcon.d.ts +0 -1
  1340. package/es/components/icons/AudioRecordIcon.js +0 -4
  1341. package/es/components/icons/BugIcon.d.ts +0 -1
  1342. package/es/components/icons/BugIcon.js +0 -4
  1343. package/es/components/icons/Call.d.ts +0 -3
  1344. package/es/components/icons/Call.js +0 -3
  1345. package/es/components/icons/CameraIcon.d.ts +0 -1
  1346. package/es/components/icons/CameraIcon.js +0 -4
  1347. package/es/components/icons/CaptureIcon.d.ts +0 -1
  1348. package/es/components/icons/CaptureIcon.js +0 -4
  1349. package/es/components/icons/Category.d.ts +0 -3
  1350. package/es/components/icons/Category.js +0 -5
  1351. package/es/components/icons/ChatBubbleOutline.d.ts +0 -3
  1352. package/es/components/icons/ChatBubbleOutline.js +0 -3
  1353. package/es/components/icons/CheckSlimIcon.d.ts +0 -1
  1354. package/es/components/icons/CheckSlimIcon.js +0 -4
  1355. package/es/components/icons/CircleNotifications.d.ts +0 -3
  1356. package/es/components/icons/CircleNotifications.js +0 -3
  1357. package/es/components/icons/CloseIcon.d.ts +0 -3
  1358. package/es/components/icons/CloseIcon.js +0 -22
  1359. package/es/components/icons/CommentIcon.d.ts +0 -1
  1360. package/es/components/icons/CommentIcon.js +0 -4
  1361. package/es/components/icons/ConfirmationNumber.d.ts +0 -3
  1362. package/es/components/icons/ConfirmationNumber.js +0 -3
  1363. package/es/components/icons/DesktopWindows.d.ts +0 -3
  1364. package/es/components/icons/DesktopWindows.js +0 -3
  1365. package/es/components/icons/EventIcon.d.ts +0 -3
  1366. package/es/components/icons/EventIcon.js +0 -18
  1367. package/es/components/icons/FactCheck.d.ts +0 -3
  1368. package/es/components/icons/FactCheck.js +0 -3
  1369. package/es/components/icons/FreeDrawIcon.d.ts +0 -1
  1370. package/es/components/icons/FreeDrawIcon.js +0 -4
  1371. package/es/components/icons/GPTIcon.d.ts +0 -1
  1372. package/es/components/icons/GPTIcon.js +0 -18
  1373. package/es/components/icons/GPTIconV2.d.ts +0 -1
  1374. package/es/components/icons/GPTIconV2.js +0 -18
  1375. package/es/components/icons/GPTIconV3.d.ts +0 -1
  1376. package/es/components/icons/GPTIconV3.js +0 -5
  1377. package/es/components/icons/HighlightIcon.d.ts +0 -1
  1378. package/es/components/icons/HighlightIcon.js +0 -4
  1379. package/es/components/icons/HightlightAlt.d.ts +0 -3
  1380. package/es/components/icons/HightlightAlt.js +0 -3
  1381. package/es/components/icons/HowToReg.d.ts +0 -3
  1382. package/es/components/icons/HowToReg.js +0 -3
  1383. package/es/components/icons/IdeaIcon.d.ts +0 -1
  1384. package/es/components/icons/IdeaIcon.js +0 -4
  1385. package/es/components/icons/Interactive.d.ts +0 -3
  1386. package/es/components/icons/Interactive.js +0 -3
  1387. package/es/components/icons/InvisibleIcon.d.ts +0 -1
  1388. package/es/components/icons/InvisibleIcon.js +0 -5
  1389. package/es/components/icons/List.d.ts +0 -3
  1390. package/es/components/icons/List.js +0 -3
  1391. package/es/components/icons/LocalMallIcon.d.ts +0 -3
  1392. package/es/components/icons/LocalMallIcon.js +0 -3
  1393. package/es/components/icons/MobileFriendly.d.ts +0 -3
  1394. package/es/components/icons/MobileFriendly.js +0 -3
  1395. package/es/components/icons/MuteIcon.d.ts +0 -1
  1396. package/es/components/icons/MuteIcon.js +0 -4
  1397. package/es/components/icons/NotificationsActive.d.ts +0 -3
  1398. package/es/components/icons/NotificationsActive.js +0 -3
  1399. package/es/components/icons/OpenUrlIcon.d.ts +0 -1
  1400. package/es/components/icons/OpenUrlIcon.js +0 -4
  1401. package/es/components/icons/PauseIcon.d.ts +0 -1
  1402. package/es/components/icons/PauseIcon.js +0 -4
  1403. package/es/components/icons/Payment.d.ts +0 -3
  1404. package/es/components/icons/Payment.js +0 -3
  1405. package/es/components/icons/PersonAddDisabled.d.ts +0 -3
  1406. package/es/components/icons/PersonAddDisabled.js +0 -4
  1407. package/es/components/icons/PhoneCallback.d.ts +0 -3
  1408. package/es/components/icons/PhoneCallback.js +0 -3
  1409. package/es/components/icons/PlaneIcon.d.ts +0 -1
  1410. package/es/components/icons/PlaneIcon.js +0 -8
  1411. package/es/components/icons/Preview.d.ts +0 -3
  1412. package/es/components/icons/Preview.js +0 -3
  1413. package/es/components/icons/Redeem.d.ts +0 -3
  1414. package/es/components/icons/Redeem.js +0 -3
  1415. package/es/components/icons/RemoveRedEye.d.ts +0 -3
  1416. package/es/components/icons/RemoveRedEye.js +0 -3
  1417. package/es/components/icons/RemoveShoppingCart.d.ts +0 -3
  1418. package/es/components/icons/RemoveShoppingCart.js +0 -3
  1419. package/es/components/icons/RequestIcon.d.ts +0 -1
  1420. package/es/components/icons/RequestIcon.js +0 -4
  1421. package/es/components/icons/Search.d.ts +0 -3
  1422. package/es/components/icons/Search.js +0 -3
  1423. package/es/components/icons/ShoppingBag.d.ts +0 -3
  1424. package/es/components/icons/ShoppingBag.js +0 -3
  1425. package/es/components/icons/ShoppingCart.d.ts +0 -3
  1426. package/es/components/icons/ShoppingCart.js +0 -3
  1427. package/es/components/icons/StopRecordIcon.d.ts +0 -1
  1428. package/es/components/icons/StopRecordIcon.js +0 -4
  1429. package/es/components/icons/Store.d.ts +0 -3
  1430. package/es/components/icons/Store.js +0 -3
  1431. package/es/components/icons/UserIcon.d.ts +0 -1
  1432. package/es/components/icons/UserIcon.js +0 -8
  1433. package/es/components/icons/VerticalDotsIcon.d.ts +0 -1
  1434. package/es/components/icons/VerticalDotsIcon.js +0 -4
  1435. package/es/components/icons/WarningIcon.d.ts +0 -1
  1436. package/es/components/icons/WarningIcon.js +0 -4
  1437. package/es/components/icons/Web.d.ts +0 -3
  1438. package/es/components/icons/Web.js +0 -3
  1439. package/es/components/icons/WebAsset.d.ts +0 -3
  1440. package/es/components/icons/WebAsset.js +0 -3
  1441. package/es/components/icons/index.d.ts +0 -54
  1442. package/es/components/icons/index.js +0 -54
  1443. package/es/components/icons/type.d.ts +0 -3
  1444. package/es/components/index.d.ts +0 -4
  1445. package/es/components/index.js +0 -4
  1446. package/es/components/molecules/AlignSetting/index.js +0 -52
  1447. package/es/components/molecules/AlignSetting/styled.js +0 -7
  1448. package/es/components/molecules/AlignSetting/utils.d.ts +0 -3
  1449. package/es/components/molecules/AlignSetting/utils.js +0 -19
  1450. package/es/components/molecules/CaptureScreen/CaptureScreen.d.ts +0 -15
  1451. package/es/components/molecules/CaptureScreen/CaptureScreen.js +0 -834
  1452. package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +0 -16
  1453. package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.js +0 -80
  1454. package/es/components/molecules/CaptureScreen/components/CommentBox/index.js +0 -1
  1455. package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +0 -136
  1456. package/es/components/molecules/CaptureScreen/components/CommentBox/types.js +0 -1
  1457. package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +0 -3
  1458. package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.js +0 -17
  1459. package/es/components/molecules/CaptureScreen/components/Cursor/index.js +0 -1
  1460. package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +0 -79
  1461. package/es/components/molecules/CaptureScreen/components/Cursor/types.js +0 -1
  1462. package/es/components/molecules/CaptureScreen/constants.js +0 -118
  1463. package/es/components/molecules/CaptureScreen/hooks/useImageEditor.js +0 -103
  1464. package/es/components/molecules/CaptureScreen/index.js +0 -1
  1465. package/es/components/molecules/CaptureScreen/styled.js +0 -255
  1466. package/es/components/molecules/CaptureScreen/themes/black.js +0 -64
  1467. package/es/components/molecules/CaptureScreen/themes/white.js +0 -64
  1468. package/es/components/molecules/CaptureScreen/types.js +0 -1
  1469. package/es/components/molecules/CaptureScreen/utils.js +0 -62
  1470. package/es/components/molecules/Card/Card.js +0 -2
  1471. package/es/components/molecules/Card/index.js +0 -1
  1472. package/es/components/molecules/Cascader/Cascader.js +0 -1
  1473. package/es/components/molecules/Cascader/index.js +0 -1
  1474. package/es/components/molecules/ChatBox/ChatBox.js +0 -188
  1475. package/es/components/molecules/ChatBox/MessageItem.js +0 -66
  1476. package/es/components/molecules/ChatBox/constants.d.ts +0 -6
  1477. package/es/components/molecules/ChatBox/constants.js +0 -51
  1478. package/es/components/molecules/ChatBox/index.d.ts +0 -1
  1479. package/es/components/molecules/ChatBox/index.js +0 -1
  1480. package/es/components/molecules/ChatBox/styled.d.ts +0 -10
  1481. package/es/components/molecules/ChatBox/styled.js +0 -280
  1482. package/es/components/molecules/ChatBox/types.d.ts +0 -32
  1483. package/es/components/molecules/ChatBox/types.js +0 -1
  1484. package/es/components/molecules/Collapse/Collapse.d.ts +0 -4
  1485. package/es/components/molecules/Collapse/Collapse.js +0 -2
  1486. package/es/components/molecules/Collapse/index.js +0 -1
  1487. package/es/components/molecules/ColorPicker/ChromePicker/index.d.ts +0 -1
  1488. package/es/components/molecules/ColorPicker/ChromePicker/index.js +0 -3
  1489. package/es/components/molecules/ColorPicker/ChromePicker/styled.d.ts +0 -1
  1490. package/es/components/molecules/ColorPicker/ChromePicker/styled.js +0 -15
  1491. package/es/components/molecules/ColorPicker/CustomPicker/index.js +0 -126
  1492. package/es/components/molecules/ColorPicker/CustomPicker/styled.d.ts +0 -5
  1493. package/es/components/molecules/ColorPicker/CustomPicker/styled.js +0 -93
  1494. package/es/components/molecules/ColorPicker/SketchPicker/index.js +0 -5
  1495. package/es/components/molecules/ColorPicker/SketchPicker/styled.d.ts +0 -1
  1496. package/es/components/molecules/ColorPicker/SketchPicker/styled.js +0 -10
  1497. package/es/components/molecules/ColorPicker/index.d.ts +0 -13
  1498. package/es/components/molecules/ColorPicker/index.js +0 -95
  1499. package/es/components/molecules/ColorPicker/styled.js +0 -10
  1500. package/es/components/molecules/ColorSetting/index.js +0 -97
  1501. package/es/components/molecules/ColorSetting/styled.d.ts +0 -7
  1502. package/es/components/molecules/ColorSetting/styled.js +0 -42
  1503. package/es/components/molecules/DatePicker/DatePicker.js +0 -8
  1504. package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +0 -28
  1505. package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.js +0 -428
  1506. package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +0 -53
  1507. package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.js +0 -74
  1508. package/es/components/molecules/DatePicker/components/AdvancedPicker/index.js +0 -1
  1509. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +0 -7
  1510. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +0 -49
  1511. package/es/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +0 -14
  1512. package/es/components/molecules/DatePicker/components/AdvancedPicker/types.js +0 -1
  1513. package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +0 -15
  1514. package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.js +0 -84
  1515. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +0 -15
  1516. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.js +0 -70
  1517. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/constants.d.ts +0 -4
  1518. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/constants.js +0 -4
  1519. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/index.js +0 -1
  1520. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/types.d.ts +0 -17
  1521. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/types.js +0 -1
  1522. package/es/components/molecules/DatePicker/index.js +0 -1
  1523. package/es/components/molecules/Drawer/Drawer.d.ts +0 -1
  1524. package/es/components/molecules/Drawer/Drawer.js +0 -2
  1525. package/es/components/molecules/Drawer/index.d.ts +0 -1
  1526. package/es/components/molecules/Drawer/index.js +0 -1
  1527. package/es/components/molecules/Dropdown/Dropdown.d.ts +0 -1
  1528. package/es/components/molecules/Dropdown/Dropdown.js +0 -1
  1529. package/es/components/molecules/Dropdown/index.d.ts +0 -1
  1530. package/es/components/molecules/Dropdown/index.js +0 -1
  1531. package/es/components/molecules/EdgeSetting/index.js +0 -192
  1532. package/es/components/molecules/EdgeSetting/styled.js +0 -18
  1533. package/es/components/molecules/GradientSetting/index.d.ts +0 -19
  1534. package/es/components/molecules/GradientSetting/index.js +0 -77
  1535. package/es/components/molecules/IconSelection/components/Icon/index.js +0 -28
  1536. package/es/components/molecules/IconSelection/constants.d.ts +0 -56
  1537. package/es/components/molecules/IconSelection/constants.js +0 -89
  1538. package/es/components/molecules/IconSelection/index.js +0 -143
  1539. package/es/components/molecules/IconSelection/styled.d.ts +0 -8
  1540. package/es/components/molecules/IconSelection/styled.js +0 -80
  1541. package/es/components/molecules/IconSelection/types.js +0 -2
  1542. package/es/components/molecules/IconSelection/utils.js +0 -13
  1543. package/es/components/molecules/InputNumber/index.js +0 -81
  1544. package/es/components/molecules/InputNumberWithUnit/index.js +0 -37
  1545. package/es/components/molecules/InputNumberWithUnit/styled.js +0 -20
  1546. package/es/components/molecules/InputSearch/index.js +0 -23
  1547. package/es/components/molecules/InputSearch/styled.js +0 -48
  1548. package/es/components/molecules/Modal/Modal.js +0 -26
  1549. package/es/components/molecules/Modal/index.d.ts +0 -1
  1550. package/es/components/molecules/Modal/index.js +0 -1
  1551. package/es/components/molecules/Modal/styled.d.ts +0 -15
  1552. package/es/components/molecules/Modal/styled.js +0 -78
  1553. package/es/components/molecules/Popconfirm/Popconfirm.js +0 -2
  1554. package/es/components/molecules/Popconfirm/index.js +0 -1
  1555. package/es/components/molecules/PopupDraggable/PopupDraggable.js +0 -52
  1556. package/es/components/molecules/PopupDraggable/index.js +0 -1
  1557. package/es/components/molecules/PopupDraggable/styled.js +0 -52
  1558. package/es/components/molecules/PopupDraggable/types.js +0 -1
  1559. package/es/components/molecules/RadioGroup/index.js +0 -23
  1560. package/es/components/molecules/RadioGroup/styled.js +0 -14
  1561. package/es/components/molecules/Result/Result.js +0 -2
  1562. package/es/components/molecules/Result/index.js +0 -1
  1563. package/es/components/molecules/Select/Select.d.ts +0 -14
  1564. package/es/components/molecules/Select/Select.js +0 -29
  1565. package/es/components/molecules/Select/Test.d.ts +0 -2
  1566. package/es/components/molecules/Select/Test.js +0 -22
  1567. package/es/components/molecules/Select/index.js +0 -1
  1568. package/es/components/molecules/Select/styled.d.ts +0 -4
  1569. package/es/components/molecules/Select/styled.js +0 -41
  1570. package/es/components/molecules/SettingWrapper/index.d.ts +0 -13
  1571. package/es/components/molecules/SettingWrapper/index.js +0 -20
  1572. package/es/components/molecules/SettingWrapper/styled.js +0 -17
  1573. package/es/components/molecules/SliderWithInputNumber/index.js +0 -62
  1574. package/es/components/molecules/SliderWithInputNumber/styled.js +0 -8
  1575. package/es/components/molecules/Tabs/Tabs.d.ts +0 -1
  1576. package/es/components/molecules/Tabs/Tabs.js +0 -1
  1577. package/es/components/molecules/Tabs/index.js +0 -1
  1578. package/es/components/molecules/TreeSelect/TreeSelect.d.ts +0 -11
  1579. package/es/components/molecules/TreeSelect/TreeSelect.js +0 -2
  1580. package/es/components/molecules/TreeSelect/index.js +0 -1
  1581. package/es/components/molecules/UploadImage/MediaIcon.d.ts +0 -2
  1582. package/es/components/molecules/UploadImage/MediaIcon.js +0 -8
  1583. package/es/components/molecules/UploadImage/index.d.ts +0 -33
  1584. package/es/components/molecules/UploadImage/index.js +0 -366
  1585. package/es/components/molecules/UploadImage/styled.js +0 -134
  1586. package/es/components/molecules/index.d.ts +0 -30
  1587. package/es/components/molecules/index.js +0 -27
  1588. package/es/components/organism/Help/Help.js +0 -1005
  1589. package/es/components/organism/Help/constants.js +0 -1653
  1590. package/es/components/organism/Help/index.js +0 -1
  1591. package/es/components/organism/Help/styled.d.ts +0 -71
  1592. package/es/components/organism/Help/styled.js +0 -264
  1593. package/es/components/organism/Help/types.d.ts +0 -67
  1594. package/es/components/organism/Help/types.js +0 -1
  1595. package/es/components/organism/Help/utils.js +0 -82
  1596. package/es/components/organism/PositionSetting/config.js +0 -10
  1597. package/es/components/organism/PositionSetting/index.js +0 -62
  1598. package/es/components/organism/PositionSetting/styled.js +0 -3
  1599. package/es/components/organism/PositionSetting/types.js +0 -1
  1600. package/es/components/organism/Table/CrossTabTable/CrossTabTable.js +0 -305
  1601. package/es/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.js +0 -22
  1602. package/es/components/organism/Table/CrossTabTable/components/CustomCell/index.js +0 -1
  1603. package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.js +0 -13
  1604. package/es/components/organism/Table/CrossTabTable/constants.js +0 -1525
  1605. package/es/components/organism/Table/CrossTabTable/index.js +0 -1
  1606. package/es/components/organism/Table/CrossTabTable/styled.js +0 -13
  1607. package/es/components/organism/Table/CrossTabTable/types.js +0 -1
  1608. package/es/components/organism/Table/CrossTabTable/utils.js +0 -1
  1609. package/es/components/organism/Table/ExplorePivotTable/ExplorePivotTable.js +0 -51
  1610. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.js +0 -41
  1611. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/index.js +0 -1
  1612. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.js +0 -21
  1613. package/es/components/organism/Table/ExplorePivotTable/constants.js +0 -84
  1614. package/es/components/organism/Table/ExplorePivotTable/index.js +0 -2
  1615. package/es/components/organism/Table/ExplorePivotTable/styled.js +0 -15
  1616. package/es/components/organism/Table/ExplorePivotTable/types.js +0 -1
  1617. package/es/components/organism/Table/ExplorePivotTable/utils.js +0 -154
  1618. package/es/components/organism/Table/Table.js +0 -1
  1619. package/es/components/organism/Table/index.js +0 -2
  1620. package/es/components/organism/index.d.ts +0 -3
  1621. package/es/components/organism/index.js +0 -3
  1622. package/es/constants/gradientSetting.js +0 -86
  1623. package/es/constants/index.d.ts +0 -3
  1624. package/es/constants/index.js +0 -3
  1625. package/es/constants/keyCode.js +0 -394
  1626. package/es/constants/storybook.d.ts +0 -11
  1627. package/es/constants/storybook.js +0 -24
  1628. package/es/constants/theme.d.ts +0 -12
  1629. package/es/constants/theme.js +0 -146
  1630. package/es/hooks/index.d.ts +0 -2
  1631. package/es/hooks/index.js +0 -21
  1632. package/es/hooks/useDebounce.js +0 -15
  1633. package/es/index.d.ts +0 -1
  1634. package/es/locales/en/translation.json +0 -66
  1635. package/es/locales/i18n.d.ts +0 -140
  1636. package/es/locales/i18n.js +0 -38
  1637. package/es/locales/translations.d.ts +0 -70
  1638. package/es/locales/translations.js +0 -35
  1639. package/es/locales/types.js +0 -1
  1640. package/es/locales/vi/translation.json +0 -66
  1641. package/es/models/SavedImage.d.ts +0 -32
  1642. package/es/models/SavedImage.js +0 -26
  1643. package/es/models/Upload.d.ts +0 -32
  1644. package/es/models/Upload.js +0 -21
  1645. package/es/models/model.js +0 -5
  1646. package/es/services/MediaTemplateDesign/UploadFile/index.d.ts +0 -6
  1647. package/es/services/MediaTemplateDesign/UploadFile/index.js +0 -75
  1648. package/es/services/Ticket.js +0 -73
  1649. package/es/services/constants.js +0 -21
  1650. package/es/services/index.d.ts +0 -9
  1651. package/es/services/index.js +0 -64
  1652. package/es/stories/assets/code-brackets.svg +0 -1
  1653. package/es/stories/assets/colors.svg +0 -1
  1654. package/es/stories/assets/comments.svg +0 -1
  1655. package/es/stories/assets/direction.svg +0 -1
  1656. package/es/stories/assets/flow.svg +0 -1
  1657. package/es/stories/assets/plugin.svg +0 -1
  1658. package/es/stories/assets/repo.svg +0 -1
  1659. package/es/stories/assets/stackalt.svg +0 -1
  1660. package/es/test.d.ts +0 -13
  1661. package/es/test.js +0 -168
  1662. package/es/types/index.js +0 -1
  1663. package/es/utils/color.js +0 -61
  1664. package/es/utils/common.d.ts +0 -53
  1665. package/es/utils/common.js +0 -355
  1666. package/es/utils/handleError.d.ts +0 -2
  1667. package/es/utils/handleError.js +0 -6
  1668. package/es/utils/index.d.ts +0 -3
  1669. package/es/utils/index.js +0 -3
  1670. package/es/utils/loadable.d.ts +0 -7
  1671. package/es/utils/loadable.js +0 -10
  1672. package/es/utils/web.js +0 -26
  1673. /package/{dist/public/icons/placeholder-image.png → es/placeholder-image-CONJLTSO.png} +0 -0
  1674. /package/es/{components/icons/type.js → types/__tests__/styleMock.test.d.ts} +0 -0
  1675. /package/es/{components → types/components}/atoms/Alert/index.d.ts +0 -0
  1676. /package/es/{components → types/components}/atoms/Button/test.d.ts +0 -0
  1677. /package/es/{components → types/components}/atoms/Checkbox/Checkbox.d.ts +0 -0
  1678. /package/es/{components → types/components}/atoms/Checkbox/index.d.ts +0 -0
  1679. /package/es/{components → types/components}/atoms/Divider/Divider.d.ts +0 -0
  1680. /package/es/{components → types/components}/atoms/Divider/index.d.ts +0 -0
  1681. /package/es/{components → types/components}/atoms/DividerPure/DividerPure.d.ts +0 -0
  1682. /package/es/{components → types/components}/atoms/DividerPure/index.d.ts +0 -0
  1683. /package/es/{components → types/components}/atoms/DividerPure/styled.d.ts +0 -0
  1684. /package/es/{components → types/components}/atoms/Empty/index.d.ts +0 -0
  1685. /package/es/{components → types/components}/atoms/FloatButton/FloatButton.d.ts +0 -0
  1686. /package/es/{components → types/components}/atoms/FloatButton/index.d.ts +0 -0
  1687. /package/es/{components → types/components}/atoms/Grid/Grid.d.ts +0 -0
  1688. /package/es/{components → types/components}/atoms/Grid/index.d.ts +0 -0
  1689. /package/es/{components → types/components}/atoms/Input/index.d.ts +0 -0
  1690. /package/es/{components → types/components}/atoms/Message/Message.d.ts +0 -0
  1691. /package/es/{components → types/components}/atoms/Message/index.d.ts +0 -0
  1692. /package/es/{components → types/components}/atoms/Notification/Notification.d.ts +0 -0
  1693. /package/es/{components → types/components}/atoms/Notification/index.d.ts +0 -0
  1694. /package/es/{components → types/components}/atoms/Pagination/Pagination.d.ts +0 -0
  1695. /package/es/{components → types/components}/atoms/Popover/Popover.d.ts +0 -0
  1696. /package/es/{components → types/components}/atoms/Progress/Progress.d.ts +0 -0
  1697. /package/es/{components → types/components}/atoms/Progress/index.d.ts +0 -0
  1698. /package/es/{components → types/components}/atoms/Radio/Radio.d.ts +0 -0
  1699. /package/es/{components → types/components}/atoms/Radio/index.d.ts +0 -0
  1700. /package/es/{components → types/components}/atoms/Rate/index.d.ts +0 -0
  1701. /package/es/{components → types/components}/atoms/ScrollBox/index.d.ts +0 -0
  1702. /package/es/{components → types/components}/atoms/Segmented/Segmented.d.ts +0 -0
  1703. /package/es/{components → types/components}/atoms/Segmented/index.d.ts +0 -0
  1704. /package/es/{components → types/components}/atoms/Skeleton/Skeleton.d.ts +0 -0
  1705. /package/es/{components → types/components}/atoms/Skeleton/index.d.ts +0 -0
  1706. /package/es/{components → types/components}/atoms/Slider/styled.d.ts +0 -0
  1707. /package/es/{components → types/components}/atoms/Space/Space.d.ts +0 -0
  1708. /package/es/{components → types/components}/atoms/Space/index.d.ts +0 -0
  1709. /package/es/{components → types/components}/atoms/Spin/index.d.ts +0 -0
  1710. /package/es/{components → types/components}/atoms/Spin/styled.d.ts +0 -0
  1711. /package/es/{components → types/components}/atoms/Statistic/Statistic.d.ts +0 -0
  1712. /package/es/{components → types/components}/atoms/Statistic/index.d.ts +0 -0
  1713. /package/es/{components → types/components}/atoms/Steps/index.d.ts +0 -0
  1714. /package/es/{components → types/components}/atoms/Tag/index.d.ts +0 -0
  1715. /package/es/{components → types/components}/atoms/Text/index.d.ts +0 -0
  1716. /package/es/{components → types/components}/atoms/Text/styled.d.ts +0 -0
  1717. /package/es/{components → types/components}/atoms/Timeline/Timeline.d.ts +0 -0
  1718. /package/es/{components → types/components}/atoms/Timeline/index.d.ts +0 -0
  1719. /package/es/{components → types/components}/atoms/Tooltip/Tooltip.d.ts +0 -0
  1720. /package/es/{components → types/components}/atoms/Tooltip/index.d.ts +0 -0
  1721. /package/es/{components → types/components}/atoms/Typography/Text.d.ts +0 -0
  1722. /package/es/{components → types/components}/atoms/Typography/index.d.ts +0 -0
  1723. /package/es/{components → types/components}/atoms/Watermark/Watermark.d.ts +0 -0
  1724. /package/es/{components → types/components}/atoms/Watermark/index.d.ts +0 -0
  1725. /package/es/{components → types/components}/molecules/AlignSetting/index.d.ts +0 -0
  1726. /package/es/{components → types/components}/molecules/AlignSetting/styled.d.ts +0 -0
  1727. /package/es/{components → types/components}/molecules/CaptureScreen/components/CommentBox/index.d.ts +0 -0
  1728. /package/es/{components → types/components}/molecules/CaptureScreen/components/CommentBox/styled.d.ts +0 -0
  1729. /package/es/{components → types/components}/molecules/CaptureScreen/components/CommentBox/types.d.ts +0 -0
  1730. /package/es/{components → types/components}/molecules/CaptureScreen/components/Cursor/index.d.ts +0 -0
  1731. /package/es/{components → types/components}/molecules/CaptureScreen/components/Cursor/styled.d.ts +0 -0
  1732. /package/es/{components → types/components}/molecules/CaptureScreen/components/Cursor/types.d.ts +0 -0
  1733. /package/es/{components → types/components}/molecules/CaptureScreen/constants.d.ts +0 -0
  1734. /package/es/{components → types/components}/molecules/CaptureScreen/hooks/useImageEditor.d.ts +0 -0
  1735. /package/es/{components → types/components}/molecules/CaptureScreen/index.d.ts +0 -0
  1736. /package/es/{components → types/components}/molecules/CaptureScreen/styled.d.ts +0 -0
  1737. /package/es/{components → types/components}/molecules/CaptureScreen/themes/black.d.ts +0 -0
  1738. /package/es/{components → types/components}/molecules/CaptureScreen/themes/white.d.ts +0 -0
  1739. /package/es/{components → types/components}/molecules/CaptureScreen/types.d.ts +0 -0
  1740. /package/es/{components → types/components}/molecules/CaptureScreen/utils.d.ts +0 -0
  1741. /package/es/{components → types/components}/molecules/Card/Card.d.ts +0 -0
  1742. /package/es/{components → types/components}/molecules/Card/index.d.ts +0 -0
  1743. /package/es/{components → types/components}/molecules/Cascader/Cascader.d.ts +0 -0
  1744. /package/es/{components → types/components}/molecules/Cascader/index.d.ts +0 -0
  1745. /package/es/{components → types/components}/molecules/ChatBox/ChatBox.d.ts +0 -0
  1746. /package/es/{components → types/components}/molecules/ChatBox/MessageItem.d.ts +0 -0
  1747. /package/es/{components → types/components}/molecules/Collapse/index.d.ts +0 -0
  1748. /package/es/{components → types/components}/molecules/ColorPicker/CustomPicker/index.d.ts +0 -0
  1749. /package/es/{components → types/components}/molecules/ColorPicker/SketchPicker/index.d.ts +0 -0
  1750. /package/es/{components → types/components}/molecules/ColorPicker/styled.d.ts +0 -0
  1751. /package/es/{components → types/components}/molecules/ColorSetting/index.d.ts +0 -0
  1752. /package/es/{components → types/components}/molecules/DatePicker/DatePicker.d.ts +0 -0
  1753. /package/es/{components → types/components}/molecules/DatePicker/components/AdvancedPicker/index.d.ts +0 -0
  1754. /package/es/{components → types/components}/molecules/DatePicker/components/AdvancedRangePicker/index.d.ts +0 -0
  1755. /package/es/{components → types/components}/molecules/DatePicker/index.d.ts +0 -0
  1756. /package/es/{components → types/components}/molecules/EdgeSetting/index.d.ts +0 -0
  1757. /package/es/{components → types/components}/molecules/EdgeSetting/styled.d.ts +0 -0
  1758. /package/es/{components → types/components}/molecules/IconSelection/components/Icon/index.d.ts +0 -0
  1759. /package/es/{components → types/components}/molecules/IconSelection/index.d.ts +0 -0
  1760. /package/es/{components → types/components}/molecules/IconSelection/types.d.ts +0 -0
  1761. /package/es/{components → types/components}/molecules/IconSelection/utils.d.ts +0 -0
  1762. /package/es/{components → types/components}/molecules/InputNumber/index.d.ts +0 -0
  1763. /package/es/{components → types/components}/molecules/InputNumberWithUnit/index.d.ts +0 -0
  1764. /package/es/{components → types/components}/molecules/InputNumberWithUnit/styled.d.ts +0 -0
  1765. /package/es/{components → types/components}/molecules/InputSearch/index.d.ts +0 -0
  1766. /package/es/{components → types/components}/molecules/InputSearch/styled.d.ts +0 -0
  1767. /package/es/{components → types/components}/molecules/Modal/Modal.d.ts +0 -0
  1768. /package/es/{components → types/components}/molecules/Popconfirm/Popconfirm.d.ts +0 -0
  1769. /package/es/{components → types/components}/molecules/Popconfirm/index.d.ts +0 -0
  1770. /package/es/{components → types/components}/molecules/PopupDraggable/PopupDraggable.d.ts +0 -0
  1771. /package/es/{components → types/components}/molecules/PopupDraggable/index.d.ts +0 -0
  1772. /package/es/{components → types/components}/molecules/PopupDraggable/styled.d.ts +0 -0
  1773. /package/es/{components → types/components}/molecules/PopupDraggable/types.d.ts +0 -0
  1774. /package/es/{components → types/components}/molecules/RadioGroup/index.d.ts +0 -0
  1775. /package/es/{components → types/components}/molecules/RadioGroup/styled.d.ts +0 -0
  1776. /package/es/{components → types/components}/molecules/Result/Result.d.ts +0 -0
  1777. /package/es/{components → types/components}/molecules/Result/index.d.ts +0 -0
  1778. /package/es/{components → types/components}/molecules/Select/index.d.ts +0 -0
  1779. /package/es/{components → types/components}/molecules/SettingWrapper/styled.d.ts +0 -0
  1780. /package/es/{assets/css/main.scss → types/components/molecules/ShareAccess/components/ModalTransferOwnerShip/index.d.ts} +0 -0
  1781. /package/es/{components → types/components}/molecules/SliderWithInputNumber/index.d.ts +0 -0
  1782. /package/es/{components → types/components}/molecules/SliderWithInputNumber/styled.d.ts +0 -0
  1783. /package/es/{components → types/components}/molecules/Tabs/index.d.ts +0 -0
  1784. /package/es/{components → types/components}/molecules/TreeSelect/index.d.ts +0 -0
  1785. /package/es/{components → types/components}/molecules/UploadImage/styled.d.ts +0 -0
  1786. /package/es/{components → types/components}/organism/Help/Help.d.ts +0 -0
  1787. /package/es/{components → types/components}/organism/Help/constants.d.ts +0 -0
  1788. /package/es/{components → types/components}/organism/Help/index.d.ts +0 -0
  1789. /package/es/{components → types/components}/organism/Help/utils.d.ts +0 -0
  1790. /package/es/{components → types/components}/organism/PositionSetting/config.d.ts +0 -0
  1791. /package/es/{components → types/components}/organism/PositionSetting/index.d.ts +0 -0
  1792. /package/es/{components → types/components}/organism/PositionSetting/styled.d.ts +0 -0
  1793. /package/es/{components → types/components}/organism/PositionSetting/types.d.ts +0 -0
  1794. /package/es/{components → types/components}/organism/Table/CrossTabTable/CrossTabTable.d.ts +0 -0
  1795. /package/es/{components → types/components}/organism/Table/CrossTabTable/components/CustomCell/CustomCell.d.ts +0 -0
  1796. /package/es/{components → types/components}/organism/Table/CrossTabTable/components/CustomCell/index.d.ts +0 -0
  1797. /package/es/{components → types/components}/organism/Table/CrossTabTable/components/CustomCell/styled.d.ts +0 -0
  1798. /package/es/{components → types/components}/organism/Table/CrossTabTable/constants.d.ts +0 -0
  1799. /package/es/{components → types/components}/organism/Table/CrossTabTable/index.d.ts +0 -0
  1800. /package/es/{components → types/components}/organism/Table/CrossTabTable/styled.d.ts +0 -0
  1801. /package/es/{components → types/components}/organism/Table/CrossTabTable/types.d.ts +0 -0
  1802. /package/es/{components → types/components}/organism/Table/CrossTabTable/utils.d.ts +0 -0
  1803. /package/es/{components → types/components}/organism/Table/ExplorePivotTable/ExplorePivotTable.d.ts +0 -0
  1804. /package/es/{components → types/components}/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.d.ts +0 -0
  1805. /package/es/{components → types/components}/organism/Table/ExplorePivotTable/components/CustomCell/index.d.ts +0 -0
  1806. /package/es/{components → types/components}/organism/Table/ExplorePivotTable/components/CustomCell/styled.d.ts +0 -0
  1807. /package/es/{components → types/components}/organism/Table/ExplorePivotTable/constants.d.ts +0 -0
  1808. /package/es/{components → types/components}/organism/Table/ExplorePivotTable/index.d.ts +0 -0
  1809. /package/es/{components → types/components}/organism/Table/ExplorePivotTable/styled.d.ts +0 -0
  1810. /package/es/{components → types/components}/organism/Table/ExplorePivotTable/types.d.ts +0 -0
  1811. /package/es/{components → types/components}/organism/Table/ExplorePivotTable/utils.d.ts +0 -0
  1812. /package/es/{components → types/components}/organism/Table/Table.d.ts +0 -0
  1813. /package/es/{components → types/components}/organism/Table/index.d.ts +0 -0
  1814. /package/es/{constants → types/constants}/gradientSetting.d.ts +0 -0
  1815. /package/es/{constants → types/constants}/keyCode.d.ts +0 -0
  1816. /package/es/{hooks → types/hooks}/useDebounce.d.ts +0 -0
  1817. /package/es/{locales → types/locales}/types.d.ts +0 -0
  1818. /package/es/{models → types/models}/model.d.ts +0 -0
  1819. /package/es/{components/common → types/providers}/ConfigProvider/GlobalStyle.d.ts +0 -0
  1820. /package/es/{components/common → types/providers}/ConfigProvider/index.d.ts +0 -0
  1821. /package/es/{services → types/services}/Ticket.d.ts +0 -0
  1822. /package/es/{services → types/services}/constants.d.ts +0 -0
  1823. /package/es/{utils → types/utils}/color.d.ts +0 -0
  1824. /package/es/{utils → types/utils}/web.d.ts +0 -0
@@ -1,56 +0,0 @@
1
- /// <reference types="react" />
2
- import { IconProps } from '@antscorp/antsomi-ui/es/components/icons/type';
3
- export declare const CUS_ICON_MAPPING: {
4
- [k: string]: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
5
- };
6
- export declare const ANTD_ICONS: string[];
7
- export declare const FONTAWESOME_BRANDS_ICONS = "42-group|500px|accessible-icon|accusoft|adn|adversal|affiliatetheme|airbnb|algolia|alipay|amazon|amazon-pay|amilia|android|angellist|angrycreative|angular|app-store|app-store-ios|apper|apple|apple-pay|artstation|asymmetrik|atlassian|audible|autoprefixer|avianex|aviato|aws|bandcamp|battle-net|behance|behance-square|bilibili|bimobject|bitbucket|bitcoin|bity|black-tie|blackberry|blogger|blogger-b|bluetooth|bluetooth-b|bootstrap|bots|btc|buffer|buromobelexperte|buy-n-large|buysellads|canadian-maple-leaf|cc-amazon-pay|cc-amex|cc-apple-pay|cc-diners-club|cc-discover|cc-jcb|cc-mastercard|cc-paypal|cc-stripe|cc-visa|centercode|centos|chrome|chromecast|cloudflare|cloudscale|cloudsmith|cloudversify|cmplid|codepen|codiepie|confluence|connectdevelop|contao|cotton-bureau|cpanel|creative-commons|creative-commons-by|creative-commons-nc|creative-commons-nc-eu|creative-commons-nc-jp|creative-commons-nd|creative-commons-pd|creative-commons-pd-alt|creative-commons-remix|creative-commons-sa|creative-commons-sampling|creative-commons-sampling-plus|creative-commons-share|creative-commons-zero|critical-role|css3|css3-alt|cuttlefish|d-and-d|d-and-d-beyond|dailymotion|dashcube|deezer|delicious|deploydog|deskpro|dev|deviantart|dhl|diaspora|digg|digital-ocean|discord|discourse|dochub|docker|draft2digital|dribbble|dribbble-square|dropbox|drupal|dyalog|earlybirds|ebay|edge|edge-legacy|elementor|ello|ember|empire|envira|erlang|ethereum|etsy|evernote|expeditedssl|facebook|facebook-f|facebook-messenger|facebook-square|fantasy-flight-games|fedex|fedora|figma|firefox|firefox-browser|first-order|first-order-alt|firstdraft|flickr|flipboard|fly|font-awesome|fonticons|fonticons-fi|fort-awesome|fort-awesome-alt|forumbee|foursquare|free-code-camp|freebsd|fulcrum|galactic-republic|galactic-senate|get-pocket|gg|gg-circle|git|git-alt|git-square|github|github-alt|github-square|gitkraken|gitlab|gitter|glide|glide-g|gofore|golang|goodreads|goodreads-g|google|google-drive|google-pay|google-play|google-plus|google-plus-g|google-plus-square|google-wallet|gratipay|grav|gripfire|grunt|guilded|gulp|hacker-news|hacker-news-square|hackerrank|hashnode|hips|hire-a-helper|hive|hooli|hornbill|hotjar|houzz|html5|hubspot|ideal|imdb|instagram|instagram-square|instalod|intercom|internet-explorer|invision|ioxhost|itch-io|itunes|itunes-note|java|jedi-order|jenkins|jira|joget|joomla|js|js-square|jsfiddle|kaggle|keybase|keycdn|kickstarter|kickstarter-k|korvue|laravel|lastfm|lastfm-square|leanpub|less|line|linkedin|linkedin-in|linode|linux|lyft|magento|mailchimp|mandalorian|markdown|mastodon|maxcdn|mdb|medapps|medium|medrt|meetup|megaport|mendeley|microblog|microsoft|mix|mixcloud|mixer|mizuni|modx|monero|napster|neos|nfc-directional|nfc-symbol|nimblr|node|node-js|npm|ns8|nutritionix|octopus-deploy|odnoklassniki|odnoklassniki-square|old-republic|opencart|openid|opera|optin-monster|orcid|osi|padlet|page4|pagelines|palfed|patreon|paypal|perbyte|periscope|phabricator|phoenix-framework|phoenix-squadron|php|pied-piper|pied-piper-alt|pied-piper-hat|pied-piper-pp|pied-piper-square|pinterest|pinterest-p|pinterest-square|pix|playstation|product-hunt|pushed|python|qq|quinscape|quora|r-project|raspberry-pi|ravelry|react|reacteurope|readme|rebel|red-river|reddit|reddit-alien|reddit-square|redhat|renren|replyd|researchgate|resolving|rev|rocketchat|rockrms|rust|safari|salesforce|sass|schlix|screenpal|scribd|searchengin|sellcast|sellsy|servicestack|shirtsinbulk|shopify|shopware|simplybuilt|sistrix|sith|sitrox|sketch|skyatlas|skype|slack|slideshare|snapchat|snapchat-square|soundcloud|sourcetree|speakap|speaker-deck|spotify|square-font-awesome|square-font-awesome-stroke|squarespace|stack-exchange|stack-overflow|stackpath|staylinked|steam|steam-square|steam-symbol|sticker-mule|strava|stripe|stripe-s|studiovinari|stumbleupon|stumbleupon-circle|superpowers|supple|suse|swift|symfony|teamspeak|telegram|tencent-weibo|the-red-yeti|themeco|themeisle|think-peaks|tiktok|trade-federation|trello|tumblr|tumblr-square|twitch|twitter|twitter-square|typo3|uber|ubuntu|uikit|umbraco|uncharted|uniregistry|unity|unsplash|untappd|ups|usb|usps|ussunnah|vaadin|viacoin|viadeo|viadeo-square|viber|vimeo|vimeo-square|vimeo-v|vine|vk|vnv|vuejs|watchman-monitoring|waze|weebly|weibo|weixin|whatsapp|whatsapp-square|whmcs|wikipedia-w|windows|wirsindhandwerk|wix|wizards-of-the-coast|wodu|wolf-pack-battalion|wordpress|wordpress-simple|wpbeginner|wpexplorer|wpforms|wpressr|xbox|xing|xing-square|y-combinator|yahoo|yammer|yandex|yandex-international|yarn|yelp|yoast|youtube|youtube-square|zhihu";
8
- export declare const FONTAWESOME_REGULAR_ICONS = "address-book|address-card|bell|bell-slash|bookmark|building|calendar|calendar-check|calendar-days|calendar-minus|calendar-plus|calendar-xmark|chart-bar|chess-bishop|chess-king|chess-knight|chess-pawn|chess-queen|chess-rook|circle|circle-check|circle-dot|circle-down|circle-left|circle-pause|circle-play|circle-question|circle-right|circle-stop|circle-up|circle-user|circle-xmark|clipboard|clock|clone|closed-captioning|comment|comment-dots|comments|compass|copy|copyright|credit-card|envelope|envelope-open|eye|eye-slash|face-angry|face-dizzy|face-flushed|face-frown|face-frown-open|face-grimace|face-grin|face-grin-beam|face-grin-beam-sweat|face-grin-hearts|face-grin-squint|face-grin-squint-tears|face-grin-stars|face-grin-tears|face-grin-tongue|face-grin-tongue-squint|face-grin-tongue-wink|face-grin-wide|face-grin-wink|face-kiss|face-kiss-beam|face-kiss-wink-heart|face-laugh|face-laugh-beam|face-laugh-squint|face-laugh-wink|face-meh|face-meh-blank|face-rolling-eyes|face-sad-cry|face-sad-tear|face-smile|face-smile-beam|face-smile-wink|face-surprise|face-tired|file|file-audio|file-code|file-excel|file-image|file-lines|file-pdf|file-powerpoint|file-video|file-word|file-zipper|flag|floppy-disk|folder|folder-closed|folder-open|font-awesome|futbol|gem|hand|hand-back-fist|hand-lizard|hand-peace|hand-point-down|hand-point-left|hand-point-right|hand-point-up|hand-pointer|hand-scissors|hand-spock|handshake|hard-drive|heart|hospital|hourglass|id-badge|id-card|image|images|keyboard|lemon|life-ring|lightbulb|map|message|money-bill-1|moon|newspaper|note-sticky|object-group|object-ungroup|paper-plane|paste|pen-to-square|rectangle-list|rectangle-xmark|registered|share-from-square|snowflake|square|square-caret-down|square-caret-left|square-caret-right|square-caret-up|square-check|square-full|square-minus|square-plus|star|star-half|star-half-stroke|sun|thumbs-down|thumbs-up|trash-can|user|window-maximize|window-minimize|window-restore";
9
- export declare const FONTAWESOME_SOLID_ICONS = "0|1|2|3|4|5|6|7|8|9|a|address-book|address-card|align-center|align-justify|align-left|align-right|anchor|anchor-circle-check|anchor-circle-exclamation|anchor-circle-xmark|anchor-lock|angle-down|angle-left|angle-right|angle-up|angles-down|angles-left|angles-right|angles-up|ankh|apple-whole|archway|arrow-down|arrow-down-1-9|arrow-down-9-1|arrow-down-a-z|arrow-down-long|arrow-down-short-wide|arrow-down-up-across-line|arrow-down-up-lock|arrow-down-wide-short|arrow-down-z-a|arrow-left|arrow-left-long|arrow-pointer|arrow-right|arrow-right-arrow-left|arrow-right-from-bracket|arrow-right-long|arrow-right-to-bracket|arrow-right-to-city|arrow-rotate-left|arrow-rotate-right|arrow-trend-down|arrow-trend-up|arrow-turn-down|arrow-turn-up|arrow-up|arrow-up-1-9|arrow-up-9-1|arrow-up-a-z|arrow-up-from-bracket|arrow-up-from-ground-water|arrow-up-from-water-pump|arrow-up-long|arrow-up-right-dots|arrow-up-right-from-square|arrow-up-short-wide|arrow-up-wide-short|arrow-up-z-a|arrows-down-to-line|arrows-down-to-people|arrows-left-right|arrows-left-right-to-line|arrows-rotate|arrows-spin|arrows-split-up-and-left|arrows-to-circle|arrows-to-dot|arrows-to-eye|arrows-turn-right|arrows-turn-to-dots|arrows-up-down|arrows-up-down-left-right|arrows-up-to-line|asterisk|at|atom|audio-description|austral-sign|award|b|baby|baby-carriage|backward|backward-fast|backward-step|bacon|bacteria|bacterium|bag-shopping|bahai|baht-sign|ban|ban-smoking|bandage|barcode|bars|bars-progress|bars-staggered|baseball|baseball-bat-ball|basket-shopping|basketball|bath|battery-empty|battery-full|battery-half|battery-quarter|battery-three-quarters|bed|bed-pulse|beer-mug-empty|bell|bell-concierge|bell-slash|bezier-curve|bicycle|binoculars|biohazard|bitcoin-sign|blender|blender-phone|blog|bold|bolt|bolt-lightning|bomb|bone|bong|book|book-atlas|book-bible|book-bookmark|book-journal-whills|book-medical|book-open|book-open-reader|book-quran|book-skull|bookmark|border-all|border-none|border-top-left|bore-hole|bottle-droplet|bottle-water|bowl-food|bowl-rice|bowling-ball|box|box-archive|box-open|box-tissue|boxes-packing|boxes-stacked|braille|brain|brazilian-real-sign|bread-slice|bridge|bridge-circle-check|bridge-circle-exclamation|bridge-circle-xmark|bridge-lock|bridge-water|briefcase|briefcase-medical|broom|broom-ball|brush|bucket|bug|bug-slash|bugs|building|building-circle-arrow-right|building-circle-check|building-circle-exclamation|building-circle-xmark|building-columns|building-flag|building-lock|building-ngo|building-shield|building-un|building-user|building-wheat|bullhorn|bullseye|burger|burst|bus|bus-simple|business-time|c|cake-candles|calculator|calendar|calendar-check|calendar-day|calendar-days|calendar-minus|calendar-plus|calendar-week|calendar-xmark|camera|camera-retro|camera-rotate|campground|candy-cane|cannabis|capsules|car|car-battery|car-burst|car-on|car-rear|car-side|car-tunnel|caravan|caret-down|caret-left|caret-right|caret-up|carrot|cart-arrow-down|cart-flatbed|cart-flatbed-suitcase|cart-plus|cart-shopping|cash-register|cat|cedi-sign|cent-sign|certificate|chair|chalkboard|chalkboard-user|champagne-glasses|charging-station|chart-area|chart-bar|chart-column|chart-gantt|chart-line|chart-pie|chart-simple|check|check-double|check-to-slot|cheese|chess|chess-bishop|chess-board|chess-king|chess-knight|chess-pawn|chess-queen|chess-rook|chevron-down|chevron-left|chevron-right|chevron-up|child|child-dress|child-reaching|child-rifle|children|church|circle|circle-arrow-down|circle-arrow-left|circle-arrow-right|circle-arrow-up|circle-check|circle-chevron-down|circle-chevron-left|circle-chevron-right|circle-chevron-up|circle-dollar-to-slot|circle-dot|circle-down|circle-exclamation|circle-h|circle-half-stroke|circle-info|circle-left|circle-minus|circle-nodes|circle-notch|circle-pause|circle-play|circle-plus|circle-question|circle-radiation|circle-right|circle-stop|circle-up|circle-user|circle-xmark|city|clapperboard|clipboard|clipboard-check|clipboard-list|clipboard-question|clipboard-user|clock|clock-rotate-left|clone|closed-captioning|cloud|cloud-arrow-down|cloud-arrow-up|cloud-bolt|cloud-meatball|cloud-moon|cloud-moon-rain|cloud-rain|cloud-showers-heavy|cloud-showers-water|cloud-sun|cloud-sun-rain|clover|code|code-branch|code-commit|code-compare|code-fork|code-merge|code-pull-request|coins|colon-sign|comment|comment-dollar|comment-dots|comment-medical|comment-slash|comment-sms|comments|comments-dollar|compact-disc|compass|compass-drafting|compress|computer|computer-mouse|cookie|cookie-bite|copy|copyright|couch|cow|credit-card|crop|crop-simple|cross|crosshairs|crow|crown|crutch|cruzeiro-sign|cube|cubes|cubes-stacked|d|database|delete-left|democrat|desktop|dharmachakra|diagram-next|diagram-predecessor|diagram-project|diagram-successor|diamond|diamond-turn-right|dice|dice-d20|dice-d6|dice-five|dice-four|dice-one|dice-six|dice-three|dice-two|disease|display|divide|dna|dog|dollar-sign|dolly|dong-sign|door-closed|door-open|dove|down-left-and-up-right-to-center|down-long|download|dragon|draw-polygon|droplet|droplet-slash|drum|drum-steelpan|drumstick-bite|dumbbell|dumpster|dumpster-fire|dungeon|e|ear-deaf|ear-listen|earth-africa|earth-americas|earth-asia|earth-europe|earth-oceania|egg|eject|elevator|ellipsis|ellipsis-vertical|envelope|envelope-circle-check|envelope-open|envelope-open-text|envelopes-bulk|equals|eraser|ethernet|euro-sign|exclamation|expand|explosion|eye|eye-dropper|eye-low-vision|eye-slash|f|face-angry|face-dizzy|face-flushed|face-frown|face-frown-open|face-grimace|face-grin|face-grin-beam|face-grin-beam-sweat|face-grin-hearts|face-grin-squint|face-grin-squint-tears|face-grin-stars|face-grin-tears|face-grin-tongue|face-grin-tongue-squint|face-grin-tongue-wink|face-grin-wide|face-grin-wink|face-kiss|face-kiss-beam|face-kiss-wink-heart|face-laugh|face-laugh-beam|face-laugh-squint|face-laugh-wink|face-meh|face-meh-blank|face-rolling-eyes|face-sad-cry|face-sad-tear|face-smile|face-smile-beam|face-smile-wink|face-surprise|face-tired|fan|faucet|faucet-drip|fax|feather|feather-pointed|ferry|file|file-arrow-down|file-arrow-up|file-audio|file-circle-check|file-circle-exclamation|file-circle-minus|file-circle-plus|file-circle-question|file-circle-xmark|file-code|file-contract|file-csv|file-excel|file-export|file-image|file-import|file-invoice|file-invoice-dollar|file-lines|file-medical|file-pdf|file-pen|file-powerpoint|file-prescription|file-shield|file-signature|file-video|file-waveform|file-word|file-zipper|fill|fill-drip|film|filter|filter-circle-dollar|filter-circle-xmark|fingerprint|fire|fire-burner|fire-extinguisher|fire-flame-curved|fire-flame-simple|fish|fish-fins|flag|flag-checkered|flag-usa|flask|flask-vial|floppy-disk|florin-sign|folder|folder-closed|folder-minus|folder-open|folder-plus|folder-tree|font|font-awesome|football|forward|forward-fast|forward-step|franc-sign|frog|futbol|g|gamepad|gas-pump|gauge|gauge-high|gauge-simple|gauge-simple-high|gavel|gear|gears|gem|genderless|ghost|gift|gifts|glass-water|glass-water-droplet|glasses|globe|golf-ball-tee|gopuram|graduation-cap|greater-than|greater-than-equal|grip|grip-lines|grip-lines-vertical|grip-vertical|group-arrows-rotate|guarani-sign|guitar|gun|h|hammer|hamsa|hand|hand-back-fist|hand-dots|hand-fist|hand-holding|hand-holding-dollar|hand-holding-droplet|hand-holding-hand|hand-holding-heart|hand-holding-medical|hand-lizard|hand-middle-finger|hand-peace|hand-point-down|hand-point-left|hand-point-right|hand-point-up|hand-pointer|hand-scissors|hand-sparkles|hand-spock|handcuffs|hands|hands-asl-interpreting|hands-bound|hands-bubbles|hands-clapping|hands-holding|hands-holding-child|hands-holding-circle|hands-praying|handshake|handshake-angle|handshake-simple|handshake-simple-slash|handshake-slash|hanukiah|hard-drive|hashtag|hat-cowboy|hat-cowboy-side|hat-wizard|head-side-cough|head-side-cough-slash|head-side-mask|head-side-virus|heading|headphones|headphones-simple|headset|heart|heart-circle-bolt|heart-circle-check|heart-circle-exclamation|heart-circle-minus|heart-circle-plus|heart-circle-xmark|heart-crack|heart-pulse|helicopter|helicopter-symbol|helmet-safety|helmet-un|highlighter|hill-avalanche|hill-rockslide|hippo|hockey-puck|holly-berry|horse|horse-head|hospital|hospital-user|hot-tub-person|hotdog|hotel|hourglass|hourglass-empty|hourglass-end|hourglass-start|house|house-chimney|house-chimney-crack|house-chimney-medical|house-chimney-user|house-chimney-window|house-circle-check|house-circle-exclamation|house-circle-xmark|house-crack|house-fire|house-flag|house-flood-water|house-flood-water-circle-arrow-right|house-laptop|house-lock|house-medical|house-medical-circle-check|house-medical-circle-exclamation|house-medical-circle-xmark|house-medical-flag|house-signal|house-tsunami|house-user|hryvnia-sign|hurricane|i|i-cursor|ice-cream|icicles|icons|id-badge|id-card|id-card-clip|igloo|image|image-portrait|images|inbox|indent|indian-rupee-sign|industry|infinity|info|italic|j|jar|jar-wheat|jedi|jet-fighter|jet-fighter-up|joint|jug-detergent|k|kaaba|key|keyboard|khanda|kip-sign|kit-medical|kitchen-set|kiwi-bird|l|land-mine-on|landmark|landmark-dome|landmark-flag|language|laptop|laptop-code|laptop-file|laptop-medical|lari-sign|layer-group|leaf|left-long|left-right|lemon|less-than|less-than-equal|life-ring|lightbulb|lines-leaning|link|link-slash|lira-sign|list|list-check|list-ol|list-ul|litecoin-sign|location-arrow|location-crosshairs|location-dot|location-pin|location-pin-lock|lock|lock-open|locust|lungs|lungs-virus|m|magnet|magnifying-glass|magnifying-glass-arrow-right|magnifying-glass-chart|magnifying-glass-dollar|magnifying-glass-location|magnifying-glass-minus|magnifying-glass-plus|manat-sign|map|map-location|map-location-dot|map-pin|marker|mars|mars-and-venus|mars-and-venus-burst|mars-double|mars-stroke|mars-stroke-right|mars-stroke-up|martini-glass|martini-glass-citrus|martini-glass-empty|mask|mask-face|mask-ventilator|masks-theater|mattress-pillow|maximize|medal|memory|menorah|mercury|message|meteor|microchip|microphone|microphone-lines|microphone-lines-slash|microphone-slash|microscope|mill-sign|minimize|minus|mitten|mobile|mobile-button|mobile-retro|mobile-screen|mobile-screen-button|money-bill|money-bill-1|money-bill-1-wave|money-bill-transfer|money-bill-trend-up|money-bill-wave|money-bill-wheat|money-bills|money-check|money-check-dollar|monument|moon|mortar-pestle|mosque|mosquito|mosquito-net|motorcycle|mound|mountain|mountain-city|mountain-sun|mug-hot|mug-saucer|music|n|naira-sign|network-wired|neuter|newspaper|not-equal|note-sticky|notes-medical|o|object-group|object-ungroup|oil-can|oil-well|om|otter|outdent|p|pager|paint-roller|paintbrush|palette|pallet|panorama|paper-plane|paperclip|parachute-box|paragraph|passport|paste|pause|paw|peace|pen|pen-clip|pen-fancy|pen-nib|pen-ruler|pen-to-square|pencil|people-arrows-left-right|people-carry-box|people-group|people-line|people-pulling|people-robbery|people-roof|pepper-hot|percent|person|person-arrow-down-to-line|person-arrow-up-from-line|person-biking|person-booth|person-breastfeeding|person-burst|person-cane|person-chalkboard|person-circle-check|person-circle-exclamation|person-circle-minus|person-circle-plus|person-circle-question|person-circle-xmark|person-digging|person-dots-from-line|person-dress|person-dress-burst|person-drowning|person-falling|person-falling-burst|person-half-dress|person-harassing|person-hiking|person-military-pointing|person-military-rifle|person-military-to-person|person-praying|person-pregnant|person-rays|person-rifle|person-running|person-shelter|person-skating|person-skiing|person-skiing-nordic|person-snowboarding|person-swimming|person-through-window|person-walking|person-walking-arrow-loop-left|person-walking-arrow-right|person-walking-dashed-line-arrow-right|person-walking-luggage|person-walking-with-cane|peseta-sign|peso-sign|phone|phone-flip|phone-slash|phone-volume|photo-film|piggy-bank|pills|pizza-slice|place-of-worship|plane|plane-arrival|plane-circle-check|plane-circle-exclamation|plane-circle-xmark|plane-departure|plane-lock|plane-slash|plane-up|plant-wilt|plate-wheat|play|plug|plug-circle-bolt|plug-circle-check|plug-circle-exclamation|plug-circle-minus|plug-circle-plus|plug-circle-xmark|plus|plus-minus|podcast|poo|poo-storm|poop|power-off|prescription|prescription-bottle|prescription-bottle-medical|print|pump-medical|pump-soap|puzzle-piece|q|qrcode|question|quote-left|quote-right|r|radiation|radio|rainbow|ranking-star|receipt|record-vinyl|rectangle-ad|rectangle-list|rectangle-xmark|recycle|registered|repeat|reply|reply-all|republican|restroom|retweet|ribbon|right-from-bracket|right-left|right-long|right-to-bracket|ring|road|road-barrier|road-bridge|road-circle-check|road-circle-exclamation|road-circle-xmark|road-lock|road-spikes|robot|rocket|rotate|rotate-left|rotate-right|route|rss|ruble-sign|rug|ruler|ruler-combined|ruler-horizontal|ruler-vertical|rupee-sign|rupiah-sign|s|sack-dollar|sack-xmark|sailboat|satellite|satellite-dish|scale-balanced|scale-unbalanced|scale-unbalanced-flip|school|school-circle-check|school-circle-exclamation|school-circle-xmark|school-flag|school-lock|scissors|screwdriver|screwdriver-wrench|scroll|scroll-torah|sd-card|section|seedling|server|shapes|share|share-from-square|share-nodes|sheet-plastic|shekel-sign|shield|shield-cat|shield-dog|shield-halved|shield-heart|shield-virus|ship|shirt|shoe-prints|shop|shop-lock|shop-slash|shower|shrimp|shuffle|shuttle-space|sign-hanging|signal|signature|signs-post|sim-card|sink|sitemap|skull|skull-crossbones|slash|sleigh|sliders|smog|smoking|snowflake|snowman|snowplow|soap|socks|solar-panel|sort|sort-down|sort-up|spa|spaghetti-monster-flying|spell-check|spider|spinner|splotch|spoon|spray-can|spray-can-sparkles|square|square-arrow-up-right|square-caret-down|square-caret-left|square-caret-right|square-caret-up|square-check|square-envelope|square-full|square-h|square-minus|square-nfi|square-parking|square-pen|square-person-confined|square-phone|square-phone-flip|square-plus|square-poll-horizontal|square-poll-vertical|square-root-variable|square-rss|square-share-nodes|square-up-right|square-virus|square-xmark|staff-aesculapius|stairs|stamp|star|star-and-crescent|star-half|star-half-stroke|star-of-david|star-of-life|sterling-sign|stethoscope|stop|stopwatch|stopwatch-20|store|store-slash|street-view|strikethrough|stroopwafel|subscript|suitcase|suitcase-medical|suitcase-rolling|sun|sun-plant-wilt|superscript|swatchbook|synagogue|syringe|t|table|table-cells|table-cells-large|table-columns|table-list|table-tennis-paddle-ball|tablet|tablet-button|tablet-screen-button|tablets|tachograph-digital|tag|tags|tape|tarp|tarp-droplet|taxi|teeth|teeth-open|temperature-arrow-down|temperature-arrow-up|temperature-empty|temperature-full|temperature-half|temperature-high|temperature-low|temperature-quarter|temperature-three-quarters|tenge-sign|tent|tent-arrow-down-to-line|tent-arrow-left-right|tent-arrow-turn-left|tent-arrows-down|tents|terminal|text-height|text-slash|text-width|thermometer|thumbs-down|thumbs-up|thumbtack|ticket|ticket-simple|timeline|toggle-off|toggle-on|toilet|toilet-paper|toilet-paper-slash|toilet-portable|toilets-portable|toolbox|tooth|torii-gate|tornado|tower-broadcast|tower-cell|tower-observation|tractor|trademark|traffic-light|trailer|train|train-subway|train-tram|transgender|trash|trash-arrow-up|trash-can|trash-can-arrow-up|tree|tree-city|triangle-exclamation|trophy|trowel|trowel-bricks|truck|truck-arrow-right|truck-droplet|truck-fast|truck-field|truck-field-un|truck-front|truck-medical|truck-monster|truck-moving|truck-pickup|truck-plane|truck-ramp-box|tty|turkish-lira-sign|turn-down|turn-up|tv|u|umbrella|umbrella-beach|underline|universal-access|unlock|unlock-keyhole|up-down|up-down-left-right|up-long|up-right-and-down-left-from-center|up-right-from-square|upload|user|user-astronaut|user-check|user-clock|user-doctor|user-gear|user-graduate|user-group|user-injured|user-large|user-large-slash|user-lock|user-minus|user-ninja|user-nurse|user-pen|user-plus|user-secret|user-shield|user-slash|user-tag|user-tie|user-xmark|users|users-between-lines|users-gear|users-line|users-rays|users-rectangle|users-slash|users-viewfinder|utensils|v|van-shuttle|vault|vector-square|venus|venus-double|venus-mars|vest|vest-patches|vial|vial-circle-check|vial-virus|vials|video|video-slash|vihara|virus|virus-covid|virus-covid-slash|virus-slash|viruses|voicemail|volcano|volleyball|volume-high|volume-low|volume-off|volume-xmark|vr-cardboard|w|walkie-talkie|wallet|wand-magic|wand-magic-sparkles|wand-sparkles|warehouse|water|water-ladder|wave-square|weight-hanging|weight-scale|wheat-awn|wheat-awn-circle-exclamation|wheelchair|wheelchair-move|whiskey-glass|wifi|wind|window-maximize|window-minimize|window-restore|wine-bottle|wine-glass|wine-glass-empty|won-sign|worm|wrench|x|x-ray|xmark|xmarks-lines|y|yen-sign|yin-yang|z";
10
- export declare const FONTAWESOME_ICONS: string[];
11
- export declare const CUSTOM_ICONS: string[];
12
- export declare const ICON_TYPE: {
13
- readonly FONT_AWESOME: "font-awesome";
14
- readonly CUSTOM: "cus";
15
- };
16
- export declare const LIST_ICON_BY_TYPE: {
17
- "font-awesome": string[];
18
- cus: string[];
19
- };
20
- export declare const LIMIT_ICONS_SHOW = 100;
21
- export declare const DEFAULT_UI_ICON_STYLES: {
22
- readonly LISTING: {
23
- readonly "font-awesome": {
24
- readonly size: "lg";
25
- readonly style: {
26
- readonly fontSize: 40;
27
- readonly zIndex: 1;
28
- readonly color: string | undefined;
29
- };
30
- };
31
- readonly cus: {
32
- readonly style: {
33
- readonly fontSize: 40;
34
- readonly zIndex: 1;
35
- readonly color: string | undefined;
36
- };
37
- };
38
- };
39
- readonly SELECTED: {
40
- readonly "font-awesome": {
41
- readonly size: "lg";
42
- readonly style: {
43
- readonly fontSize: 114;
44
- readonly zIndex: 1;
45
- readonly color: string | undefined;
46
- };
47
- };
48
- readonly cus: {
49
- readonly style: {
50
- readonly fontSize: 114;
51
- readonly zIndex: 1;
52
- readonly color: string | undefined;
53
- };
54
- };
55
- };
56
- };
@@ -1,89 +0,0 @@
1
- var _a, _b, _c, _d;
2
- import { AddShoppingCart, DesktopWindows, FactCheck, HighlightAlt, Payment, RemoveShoppingCart, ShoppingBag, ShoppingCart, Store, WebAsset, List, ConfirmationNumber, Search, PhoneCallback, Call, HowToReg, ChatBubbleOutline, PersonAddDisabled, AssignmentInd, AccountCircle, NotificationsActive, RemoveRedEye, MobileFriendly, Category, Redeem, Preview, Interactive, Web, LocalMallIcon, } from '@antscorp/antsomi-ui/es/components/icons';
3
- import { THEME } from '@antscorp/antsomi-ui/es/constants';
4
- export const CUS_ICON_MAPPING = {
5
- highlight_alt: HighlightAlt,
6
- desktop_windows: DesktopWindows,
7
- add_shopping_cart: AddShoppingCart,
8
- remove_shopping_cart: RemoveShoppingCart,
9
- shopping_cart: ShoppingCart,
10
- fact_check: FactCheck,
11
- payment: Payment,
12
- shopping_bag: ShoppingBag,
13
- store: Store,
14
- web_asset: WebAsset,
15
- search: Search,
16
- list: List,
17
- confirmation_number: ConfirmationNumber,
18
- phone_callback: PhoneCallback,
19
- call: Call,
20
- how_to_reg: HowToReg,
21
- chat_bubble_outline: ChatBubbleOutline,
22
- person_add_disabled: PersonAddDisabled,
23
- assignment_ind: AssignmentInd,
24
- account_circle: AccountCircle,
25
- notifications_active: NotificationsActive,
26
- remove_red_eye: RemoveRedEye,
27
- mobile_friendly: MobileFriendly,
28
- category: Category,
29
- redeem: Redeem,
30
- preview: Preview,
31
- interactive: Interactive,
32
- web: Web,
33
- local_mall: LocalMallIcon,
34
- };
35
- export const ANTD_ICONS = 'StepBackwardOutlined|StepForwardOutlined|FastBackwardOutlined|FastForwardOutlined|ShrinkOutlined|ArrowsAltOutlined|DownOutlined|UpOutlined|LeftOutlined|RightOutlined|CaretUpOutlined|CaretDownOutlined|CaretLeftOutlined|CaretRightOutlined|UpCircleOutlined|DownCircleOutlined|LeftCircleOutlined|RightCircleOutlined|DoubleRightOutlined|DoubleLeftOutlined|VerticalLeftOutlined|VerticalRightOutlined|VerticalAlignTopOutlined|VerticalAlignMiddleOutlined|VerticalAlignBottomOutlined|ForwardOutlined|BackwardOutlined|RollbackOutlined|EnterOutlined|RetweetOutlined|SwapOutlined|SwapLeftOutlined|SwapRightOutlined|ArrowUpOutlined|ArrowDownOutlined|ArrowLeftOutlined|ArrowRightOutlined|PlayCircleOutlined|UpSquareOutlined|DownSquareOutlined|LeftSquareOutlined|RightSquareOutlined|LoginOutlined|LogoutOutlined|MenuFoldOutlined|MenuUnfoldOutlined|BorderBottomOutlined|BorderHorizontalOutlined|BorderInnerOutlined|BorderOuterOutlined|BorderLeftOutlined|BorderRightOutlined|BorderTopOutlined|BorderVerticleOutlined|PicCenterOutlined|PicLeftOutlined|PicRightOutlined|RadiusBottomleftOutlined|RadiusBottomrightOutlined|RadiusUpleftOutlined|RadiusUprightOutlined|FullscreenOutlined|FullscreenExitOutlined|QuestionOutlined|QuestionCircleOutlined|PlusOutlined|PlusCircleOutlined|PauseOutlined|PauseCircleOutlined|MinusOutlined|MinusCircleOutlined|PlusSquareOutlined|MinusSquareOutlined|InfoOutlined|InfoCircleOutlined|ExclamationOutlined|ExclamationCircleOutlined|CloseOutlined|CloseCircleOutlined|CloseSquareOutlined|CheckOutlined|CheckCircleOutlined|CheckSquareOutlined|ClockCircleOutlined|WarningOutlined|IssuesCloseOutlined|StopOutlined|EditOutlined|FormOutlined|CopyOutlined|ScissorOutlined|DeleteOutlined|SnippetsOutlined|DiffOutlined|HighlightOutlined|AlignCenterOutlined|AlignLeftOutlined|AlignRightOutlined|BgColorsOutlined|BoldOutlined|ItalicOutlined|UnderlineOutlined|StrikethroughOutlined|RedoOutlined|UndoOutlined|ZoomInOutlined|ZoomOutOutlined|FontColorsOutlined|FontSizeOutlined|LineHeightOutlined|DashOutlined|SmallDashOutlined|SortAscendingOutlined|SortDescendingOutlined|DragOutlined|OrderedListOutlined|UnorderedListOutlined|RadiusSettingOutlined|ColumnWidthOutlined|ColumnHeightOutlined|AreaChartOutlined|PieChartOutlined|BarChartOutlined|DotChartOutlined|LineChartOutlined|RadarChartOutlined|HeatMapOutlined|FallOutlined|RiseOutlined|StockOutlined|BoxPlotOutlined|FundOutlined|SlidersOutlined|AndroidOutlined|AppleOutlined|WindowsOutlined|IeOutlined|ChromeOutlined|GithubOutlined|AliwangwangOutlined|DingdingOutlined|WeiboSquareOutlined|WeiboCircleOutlined|TaobaoCircleOutlined|Html5Outlined|WeiboOutlined|TwitterOutlined|WechatOutlined|YoutubeOutlined|AlipayCircleOutlined|TaobaoOutlined|SkypeOutlined|QqOutlined|MediumWorkmarkOutlined|GitlabOutlined|MediumOutlined|LinkedinOutlined|GooglePlusOutlined|DropboxOutlined|FacebookOutlined|CodepenOutlined|CodeSandboxOutlined|AmazonOutlined|GoogleOutlined|CodepenCircleOutlined|AlipayOutlined|AntDesignOutlined|AntCloudOutlined|AliyunOutlined|ZhihuOutlined|SlackOutlined|SlackSquareOutlined|BehanceOutlined|BehanceSquareOutlined|DribbbleOutlined|DribbbleSquareOutlined|InstagramOutlined|YuqueOutlined|AlibabaOutlined|YahooOutlined|RedditOutlined|SketchOutlined|AccountBookOutlined|AimOutlined|AlertOutlined|ApartmentOutlined|ApiOutlined|AppstoreAddOutlined|AppstoreOutlined|AudioOutlined|AudioMutedOutlined|AuditOutlined|BankOutlined|BarcodeOutlined|BarsOutlined|BellOutlined|BlockOutlined|BookOutlined|BorderOutlined|BorderlessTableOutlined|BranchesOutlined|BugOutlined|BuildOutlined|BulbOutlined|CalculatorOutlined|CalendarOutlined|CameraOutlined|CarOutlined|CarryOutOutlined|CiCircleOutlined|CiOutlined|ClearOutlined|CloudDownloadOutlined|CloudOutlined|CloudServerOutlined|CloudSyncOutlined|CloudUploadOutlined|ClusterOutlined|CodeOutlined|CoffeeOutlined|CommentOutlined|CompassOutlined|CompressOutlined|ConsoleSqlOutlined|ContactsOutlined|ContainerOutlined|ControlOutlined|CopyrightOutlined|CreditCardOutlined|CrownOutlined|CustomerServiceOutlined|DashboardOutlined|DatabaseOutlined|DeleteColumnOutlined|DeleteRowOutlined|DeliveredProcedureOutlined|DeploymentUnitOutlined|DesktopOutlined|DingtalkOutlined|DisconnectOutlined|DislikeOutlined|DollarCircleOutlined|DollarOutlined|DownloadOutlined|EllipsisOutlined|EnvironmentOutlined|EuroCircleOutlined|EuroOutlined|ExceptionOutlined|ExpandAltOutlined|ExpandOutlined|ExperimentOutlined|ExportOutlined|EyeOutlined|EyeInvisibleOutlined|FieldBinaryOutlined|FieldNumberOutlined|FieldStringOutlined|FieldTimeOutlined|FileAddOutlined|FileDoneOutlined|FileExcelOutlined|FileExclamationOutlined|FileOutlined|FileGifOutlined|FileImageOutlined|FileJpgOutlined|FileMarkdownOutlined|FilePdfOutlined|FilePptOutlined|FileProtectOutlined|FileSearchOutlined|FileSyncOutlined|FileTextOutlined|FileUnknownOutlined|FileWordOutlined|FileZipOutlined|FilterOutlined|FireOutlined|FlagOutlined|FolderAddOutlined|FolderOutlined|FolderOpenOutlined|FolderViewOutlined|ForkOutlined|FormatPainterOutlined|FrownOutlined|FunctionOutlined|FundProjectionScreenOutlined|FundViewOutlined|FunnelPlotOutlined|GatewayOutlined|GifOutlined|GiftOutlined|GlobalOutlined|GoldOutlined|GroupOutlined|HddOutlined|HeartOutlined|HistoryOutlined|HolderOutlined|HomeOutlined|HourglassOutlined|IdcardOutlined|ImportOutlined|InboxOutlined|InsertRowAboveOutlined|InsertRowBelowOutlined|InsertRowLeftOutlined|InsertRowRightOutlined|InsuranceOutlined|InteractionOutlined|KeyOutlined|LaptopOutlined|LayoutOutlined|LikeOutlined|LineOutlined|LinkOutlined|Loading3QuartersOutlined|LoadingOutlined|LockOutlined|MacCommandOutlined|MailOutlined|ManOutlined|MedicineBoxOutlined|MehOutlined|MenuOutlined|MergeCellsOutlined|MessageOutlined|MobileOutlined|MoneyCollectOutlined|MonitorOutlined|MoreOutlined|NodeCollapseOutlined|NodeExpandOutlined|NodeIndexOutlined|NotificationOutlined|NumberOutlined|OneToOneOutlined|PaperClipOutlined|PartitionOutlined|PayCircleOutlined|PercentageOutlined|PhoneOutlined|PictureOutlined|PlaySquareOutlined|PoundCircleOutlined|PoundOutlined|PoweroffOutlined|PrinterOutlined|ProfileOutlined|ProjectOutlined|PropertySafetyOutlined|PullRequestOutlined|PushpinOutlined|QrcodeOutlined|ReadOutlined|ReconciliationOutlined|RedEnvelopeOutlined|ReloadOutlined|RestOutlined|RobotOutlined|RocketOutlined|RotateLeftOutlined|RotateRightOutlined|SafetyCertificateOutlined|SafetyOutlined|SaveOutlined|ScanOutlined|ScheduleOutlined|SearchOutlined|SecurityScanOutlined|SelectOutlined|SendOutlined|SettingOutlined|ShakeOutlined|ShareAltOutlined|ShopOutlined|ShoppingCartOutlined|ShoppingOutlined|SisternodeOutlined|SkinOutlined|SmileOutlined|SolutionOutlined|SoundOutlined|SplitCellsOutlined|StarOutlined|SubnodeOutlined|SwitcherOutlined|SyncOutlined|TableOutlined|TabletOutlined|TagOutlined|TagsOutlined|TeamOutlined|ThunderboltOutlined|ToTopOutlined|ToolOutlined|TrademarkCircleOutlined|TrademarkOutlined|TransactionOutlined|TranslationOutlined|TrophyOutlined|UngroupOutlined|UnlockOutlined|UploadOutlined|UsbOutlined|UserAddOutlined|UserDeleteOutlined|UserOutlined|UserSwitchOutlined|UsergroupAddOutlined|UsergroupDeleteOutlined|VerifiedOutlined|VideoCameraAddOutlined|VideoCameraOutlined|WalletOutlined|WhatsAppOutlined|WifiOutlined|WomanOutlined|StepBackwardFilled|StepForwardFilled|FastBackwardFilled|FastForwardFilled|CaretUpFilled|CaretDownFilled|CaretLeftFilled|CaretRightFilled|UpCircleFilled|DownCircleFilled|LeftCircleFilled|RightCircleFilled|ForwardFilled|BackwardFilled|PlayCircleFilled|UpSquareFilled|DownSquareFilled|LeftSquareFilled|RightSquareFilled|QuestionCircleFilled|PlusCircleFilled|PauseCircleFilled|MinusCircleFilled|PlusSquareFilled|MinusSquareFilled|InfoCircleFilled|ExclamationCircleFilled|CloseCircleFilled|CloseSquareFilled|CheckCircleFilled|CheckSquareFilled|ClockCircleFilled|WarningFilled|StopFilled|EditFilled|CopyFilled|DeleteFilled|SnippetsFilled|DiffFilled|HighlightFilled|PieChartFilled|BoxPlotFilled|FundFilled|SlidersFilled|AndroidFilled|AppleFilled|WindowsFilled|ChromeFilled|GithubFilled|AliwangwangFilled|WeiboSquareFilled|WeiboCircleFilled|TaobaoCircleFilled|Html5Filled|WechatFilled|YoutubeFilled|AlipayCircleFilled|SkypeFilled|GitlabFilled|LinkedinFilled|FacebookFilled|CodeSandboxCircleFilled|CodepenCircleFilled|SlackSquareFilled|BehanceSquareFilled|DribbbleSquareFilled|InstagramFilled|YuqueFilled|YahooFilled|AccountBookFilled|AlertFilled|AlipaySquareFilled|AmazonCircleFilled|AmazonSquareFilled|ApiFilled|AppstoreFilled|AudioFilled|BankFilled|BehanceCircleFilled|BellFilled|BookFilled|BugFilled|BuildFilled|BulbFilled|CalculatorFilled|CalendarFilled|CameraFilled|CarFilled|CarryOutFilled|CiCircleFilled|CloudFilled|CodeFilled|CodeSandboxSquareFilled|CodepenSquareFilled|CompassFilled|ContactsFilled|ContainerFilled|ControlFilled|CreditCardFilled|CrownFilled|CustomerServiceFilled|DashboardFilled|DatabaseFilled|DingtalkCircleFilled|DingtalkSquareFilled|DislikeFilled|DollarCircleFilled|DribbbleCircleFilled|DropboxCircleFilled|DropboxSquareFilled|EnvironmentFilled|EuroCircleFilled|ExperimentFilled|EyeFilled|EyeInvisibleFilled|FileAddFilled|FileExcelFilled|FileExclamationFilled|FileFilled|FileImageFilled|FileMarkdownFilled|FilePdfFilled|FilePptFilled|FileTextFilled|FileUnknownFilled|FileWordFilled|FileZipFilled|FilterFilled|FireFilled|FlagFilled|FolderAddFilled|FolderFilled|FolderOpenFilled|FormatPainterFilled|FrownFilled|FunnelPlotFilled|GiftFilled|GoldFilled|GoldenFilled|GoogleCircleFilled|GooglePlusCircleFilled|GooglePlusSquareFilled|GoogleSquareFilled|HddFilled|HeartFilled|HomeFilled|HourglassFilled|IdcardFilled|IeCircleFilled|IeSquareFilled|InsuranceFilled|InteractionFilled|LayoutFilled|LikeFilled|LockFilled|MacCommandFilled|MailFilled|MedicineBoxFilled|MediumCircleFilled|MediumSquareFilled|MehFilled|MessageFilled|MobileFilled|MoneyCollectFilled|NotificationFilled|PayCircleFilled|PhoneFilled|PictureFilled|PlaySquareFilled|PoundCircleFilled|PrinterFilled|ProfileFilled|ProjectFilled|PropertySafetyFilled|PushpinFilled|QqCircleFilled|QqSquareFilled|ReadFilled|ReconciliationFilled|RedEnvelopeFilled|RedditCircleFilled|RedditSquareFilled|RestFilled|RobotFilled|RocketFilled|SafetyCertificateFilled|SaveFilled|ScheduleFilled|SecurityScanFilled|SettingFilled|ShopFilled|ShoppingFilled|SignalFilled|SketchCircleFilled|SketchSquareFilled|SkinFilled|SlackCircleFilled|SmileFilled|SoundFilled|StarFilled|SwitcherFilled|TabletFilled|TagFilled|TagsFilled|TaobaoSquareFilled|ThunderboltFilled|ToolFilled|TrademarkCircleFilled|TrophyFilled|TwitterCircleFilled|TwitterSquareFilled|UnlockFilled|UsbFilled|VideoCameraFilled|WalletFilled|ZhihuCircleFilled|ZhihuSquareFilled|UpCircleTwoTone|DownCircleTwoTone|LeftCircleTwoTone|RightCircleTwoTone|PlayCircleTwoTone|UpSquareTwoTone|DownSquareTwoTone|LeftSquareTwoTone|RightSquareTwoTone|QuestionCircleTwoTone|PlusCircleTwoTone|PauseCircleTwoTone|MinusCircleTwoTone|PlusSquareTwoTone|MinusSquareTwoTone|InfoCircleTwoTone|ExclamationCircleTwoTone|CloseCircleTwoTone|CloseSquareTwoTone|CheckCircleTwoTone|CheckSquareTwoTone|ClockCircleTwoTone|WarningTwoTone|StopTwoTone|EditTwoTone|CopyTwoTone|DeleteTwoTone|SnippetsTwoTone|DiffTwoTone|HighlightTwoTone|PieChartTwoTone|BoxPlotTwoTone|FundTwoTone|SlidersTwoTone|Html5TwoTone|AccountBookTwoTone|AlertTwoTone|ApiTwoTone|AppstoreTwoTone|AudioTwoTone|BankTwoTone|BellTwoTone|BookTwoTone|BugTwoTone|BuildTwoTone|BulbTwoTone|CalculatorTwoTone|CalendarTwoTone|CameraTwoTone|CarTwoTone|CarryOutTwoTone|CiCircleTwoTone|CiTwoTone|CloudTwoTone|CodeTwoTone|CompassTwoTone|ContactsTwoTone|ContainerTwoTone|ControlTwoTone|CopyrightTwoTone|CreditCardTwoTone|CrownTwoTone|CustomerServiceTwoTone|DashboardTwoTone|DatabaseTwoTone|DislikeTwoTone|DollarCircleTwoTone|DollarTwoTone|EnvironmentTwoTone|EuroCircleTwoTone|EuroTwoTone|ExperimentTwoTone|EyeTwoTone|EyeInvisibleTwoTone|FileAddTwoTone|FileExcelTwoTone|FileExclamationTwoTone|FileTwoTone|FileImageTwoTone|FileMarkdownTwoTone|FilePdfTwoTone|FilePptTwoTone|FileTextTwoTone|FileUnknownTwoTone|FileWordTwoTone|FileZipTwoTone|FilterTwoTone|FireTwoTone|FlagTwoTone|FolderAddTwoTone|FolderTwoTone|FolderOpenTwoTone|FrownTwoTone|FunnelPlotTwoTone|GiftTwoTone|GoldTwoTone|HddTwoTone|HeartTwoTone|HomeTwoTone|HourglassTwoTone|IdcardTwoTone|InsuranceTwoTone|InteractionTwoTone|LayoutTwoTone|LikeTwoTone|LockTwoTone|MailTwoTone|MedicineBoxTwoTone|MehTwoTone|MessageTwoTone|MobileTwoTone|MoneyCollectTwoTone|NotificationTwoTone|PhoneTwoTone|PictureTwoTone|PlaySquareTwoTone|PoundCircleTwoTone|PrinterTwoTone|ProfileTwoTone|ProjectTwoTone|PropertySafetyTwoTone|PushpinTwoTone|ReconciliationTwoTone|RedEnvelopeTwoTone|RestTwoTone|RocketTwoTone|SafetyCertificateTwoTone|SaveTwoTone|ScheduleTwoTone|SecurityScanTwoTone|SettingTwoTone|ShopTwoTone|ShoppingTwoTone|SkinTwoTone|SmileTwoTone|SoundTwoTone|StarTwoTone|SwitcherTwoTone|TabletTwoTone|TagTwoTone|TagsTwoTone|ThunderboltTwoTone|ToolTwoTone|TrademarkCircleTwoTone|TrophyTwoTone|UnlockTwoTone|UsbTwoTone|VideoCameraTwoTone|WalletTwoTone'.split('|');
36
- export const FONTAWESOME_BRANDS_ICONS = '42-group|500px|accessible-icon|accusoft|adn|adversal|affiliatetheme|airbnb|algolia|alipay|amazon|amazon-pay|amilia|android|angellist|angrycreative|angular|app-store|app-store-ios|apper|apple|apple-pay|artstation|asymmetrik|atlassian|audible|autoprefixer|avianex|aviato|aws|bandcamp|battle-net|behance|behance-square|bilibili|bimobject|bitbucket|bitcoin|bity|black-tie|blackberry|blogger|blogger-b|bluetooth|bluetooth-b|bootstrap|bots|btc|buffer|buromobelexperte|buy-n-large|buysellads|canadian-maple-leaf|cc-amazon-pay|cc-amex|cc-apple-pay|cc-diners-club|cc-discover|cc-jcb|cc-mastercard|cc-paypal|cc-stripe|cc-visa|centercode|centos|chrome|chromecast|cloudflare|cloudscale|cloudsmith|cloudversify|cmplid|codepen|codiepie|confluence|connectdevelop|contao|cotton-bureau|cpanel|creative-commons|creative-commons-by|creative-commons-nc|creative-commons-nc-eu|creative-commons-nc-jp|creative-commons-nd|creative-commons-pd|creative-commons-pd-alt|creative-commons-remix|creative-commons-sa|creative-commons-sampling|creative-commons-sampling-plus|creative-commons-share|creative-commons-zero|critical-role|css3|css3-alt|cuttlefish|d-and-d|d-and-d-beyond|dailymotion|dashcube|deezer|delicious|deploydog|deskpro|dev|deviantart|dhl|diaspora|digg|digital-ocean|discord|discourse|dochub|docker|draft2digital|dribbble|dribbble-square|dropbox|drupal|dyalog|earlybirds|ebay|edge|edge-legacy|elementor|ello|ember|empire|envira|erlang|ethereum|etsy|evernote|expeditedssl|facebook|facebook-f|facebook-messenger|facebook-square|fantasy-flight-games|fedex|fedora|figma|firefox|firefox-browser|first-order|first-order-alt|firstdraft|flickr|flipboard|fly|font-awesome|fonticons|fonticons-fi|fort-awesome|fort-awesome-alt|forumbee|foursquare|free-code-camp|freebsd|fulcrum|galactic-republic|galactic-senate|get-pocket|gg|gg-circle|git|git-alt|git-square|github|github-alt|github-square|gitkraken|gitlab|gitter|glide|glide-g|gofore|golang|goodreads|goodreads-g|google|google-drive|google-pay|google-play|google-plus|google-plus-g|google-plus-square|google-wallet|gratipay|grav|gripfire|grunt|guilded|gulp|hacker-news|hacker-news-square|hackerrank|hashnode|hips|hire-a-helper|hive|hooli|hornbill|hotjar|houzz|html5|hubspot|ideal|imdb|instagram|instagram-square|instalod|intercom|internet-explorer|invision|ioxhost|itch-io|itunes|itunes-note|java|jedi-order|jenkins|jira|joget|joomla|js|js-square|jsfiddle|kaggle|keybase|keycdn|kickstarter|kickstarter-k|korvue|laravel|lastfm|lastfm-square|leanpub|less|line|linkedin|linkedin-in|linode|linux|lyft|magento|mailchimp|mandalorian|markdown|mastodon|maxcdn|mdb|medapps|medium|medrt|meetup|megaport|mendeley|microblog|microsoft|mix|mixcloud|mixer|mizuni|modx|monero|napster|neos|nfc-directional|nfc-symbol|nimblr|node|node-js|npm|ns8|nutritionix|octopus-deploy|odnoklassniki|odnoklassniki-square|old-republic|opencart|openid|opera|optin-monster|orcid|osi|padlet|page4|pagelines|palfed|patreon|paypal|perbyte|periscope|phabricator|phoenix-framework|phoenix-squadron|php|pied-piper|pied-piper-alt|pied-piper-hat|pied-piper-pp|pied-piper-square|pinterest|pinterest-p|pinterest-square|pix|playstation|product-hunt|pushed|python|qq|quinscape|quora|r-project|raspberry-pi|ravelry|react|reacteurope|readme|rebel|red-river|reddit|reddit-alien|reddit-square|redhat|renren|replyd|researchgate|resolving|rev|rocketchat|rockrms|rust|safari|salesforce|sass|schlix|screenpal|scribd|searchengin|sellcast|sellsy|servicestack|shirtsinbulk|shopify|shopware|simplybuilt|sistrix|sith|sitrox|sketch|skyatlas|skype|slack|slideshare|snapchat|snapchat-square|soundcloud|sourcetree|speakap|speaker-deck|spotify|square-font-awesome|square-font-awesome-stroke|squarespace|stack-exchange|stack-overflow|stackpath|staylinked|steam|steam-square|steam-symbol|sticker-mule|strava|stripe|stripe-s|studiovinari|stumbleupon|stumbleupon-circle|superpowers|supple|suse|swift|symfony|teamspeak|telegram|tencent-weibo|the-red-yeti|themeco|themeisle|think-peaks|tiktok|trade-federation|trello|tumblr|tumblr-square|twitch|twitter|twitter-square|typo3|uber|ubuntu|uikit|umbraco|uncharted|uniregistry|unity|unsplash|untappd|ups|usb|usps|ussunnah|vaadin|viacoin|viadeo|viadeo-square|viber|vimeo|vimeo-square|vimeo-v|vine|vk|vnv|vuejs|watchman-monitoring|waze|weebly|weibo|weixin|whatsapp|whatsapp-square|whmcs|wikipedia-w|windows|wirsindhandwerk|wix|wizards-of-the-coast|wodu|wolf-pack-battalion|wordpress|wordpress-simple|wpbeginner|wpexplorer|wpforms|wpressr|xbox|xing|xing-square|y-combinator|yahoo|yammer|yandex|yandex-international|yarn|yelp|yoast|youtube|youtube-square|zhihu';
37
- export const FONTAWESOME_REGULAR_ICONS = 'address-book|address-card|bell|bell-slash|bookmark|building|calendar|calendar-check|calendar-days|calendar-minus|calendar-plus|calendar-xmark|chart-bar|chess-bishop|chess-king|chess-knight|chess-pawn|chess-queen|chess-rook|circle|circle-check|circle-dot|circle-down|circle-left|circle-pause|circle-play|circle-question|circle-right|circle-stop|circle-up|circle-user|circle-xmark|clipboard|clock|clone|closed-captioning|comment|comment-dots|comments|compass|copy|copyright|credit-card|envelope|envelope-open|eye|eye-slash|face-angry|face-dizzy|face-flushed|face-frown|face-frown-open|face-grimace|face-grin|face-grin-beam|face-grin-beam-sweat|face-grin-hearts|face-grin-squint|face-grin-squint-tears|face-grin-stars|face-grin-tears|face-grin-tongue|face-grin-tongue-squint|face-grin-tongue-wink|face-grin-wide|face-grin-wink|face-kiss|face-kiss-beam|face-kiss-wink-heart|face-laugh|face-laugh-beam|face-laugh-squint|face-laugh-wink|face-meh|face-meh-blank|face-rolling-eyes|face-sad-cry|face-sad-tear|face-smile|face-smile-beam|face-smile-wink|face-surprise|face-tired|file|file-audio|file-code|file-excel|file-image|file-lines|file-pdf|file-powerpoint|file-video|file-word|file-zipper|flag|floppy-disk|folder|folder-closed|folder-open|font-awesome|futbol|gem|hand|hand-back-fist|hand-lizard|hand-peace|hand-point-down|hand-point-left|hand-point-right|hand-point-up|hand-pointer|hand-scissors|hand-spock|handshake|hard-drive|heart|hospital|hourglass|id-badge|id-card|image|images|keyboard|lemon|life-ring|lightbulb|map|message|money-bill-1|moon|newspaper|note-sticky|object-group|object-ungroup|paper-plane|paste|pen-to-square|rectangle-list|rectangle-xmark|registered|share-from-square|snowflake|square|square-caret-down|square-caret-left|square-caret-right|square-caret-up|square-check|square-full|square-minus|square-plus|star|star-half|star-half-stroke|sun|thumbs-down|thumbs-up|trash-can|user|window-maximize|window-minimize|window-restore';
38
- export const FONTAWESOME_SOLID_ICONS = '0|1|2|3|4|5|6|7|8|9|a|address-book|address-card|align-center|align-justify|align-left|align-right|anchor|anchor-circle-check|anchor-circle-exclamation|anchor-circle-xmark|anchor-lock|angle-down|angle-left|angle-right|angle-up|angles-down|angles-left|angles-right|angles-up|ankh|apple-whole|archway|arrow-down|arrow-down-1-9|arrow-down-9-1|arrow-down-a-z|arrow-down-long|arrow-down-short-wide|arrow-down-up-across-line|arrow-down-up-lock|arrow-down-wide-short|arrow-down-z-a|arrow-left|arrow-left-long|arrow-pointer|arrow-right|arrow-right-arrow-left|arrow-right-from-bracket|arrow-right-long|arrow-right-to-bracket|arrow-right-to-city|arrow-rotate-left|arrow-rotate-right|arrow-trend-down|arrow-trend-up|arrow-turn-down|arrow-turn-up|arrow-up|arrow-up-1-9|arrow-up-9-1|arrow-up-a-z|arrow-up-from-bracket|arrow-up-from-ground-water|arrow-up-from-water-pump|arrow-up-long|arrow-up-right-dots|arrow-up-right-from-square|arrow-up-short-wide|arrow-up-wide-short|arrow-up-z-a|arrows-down-to-line|arrows-down-to-people|arrows-left-right|arrows-left-right-to-line|arrows-rotate|arrows-spin|arrows-split-up-and-left|arrows-to-circle|arrows-to-dot|arrows-to-eye|arrows-turn-right|arrows-turn-to-dots|arrows-up-down|arrows-up-down-left-right|arrows-up-to-line|asterisk|at|atom|audio-description|austral-sign|award|b|baby|baby-carriage|backward|backward-fast|backward-step|bacon|bacteria|bacterium|bag-shopping|bahai|baht-sign|ban|ban-smoking|bandage|barcode|bars|bars-progress|bars-staggered|baseball|baseball-bat-ball|basket-shopping|basketball|bath|battery-empty|battery-full|battery-half|battery-quarter|battery-three-quarters|bed|bed-pulse|beer-mug-empty|bell|bell-concierge|bell-slash|bezier-curve|bicycle|binoculars|biohazard|bitcoin-sign|blender|blender-phone|blog|bold|bolt|bolt-lightning|bomb|bone|bong|book|book-atlas|book-bible|book-bookmark|book-journal-whills|book-medical|book-open|book-open-reader|book-quran|book-skull|bookmark|border-all|border-none|border-top-left|bore-hole|bottle-droplet|bottle-water|bowl-food|bowl-rice|bowling-ball|box|box-archive|box-open|box-tissue|boxes-packing|boxes-stacked|braille|brain|brazilian-real-sign|bread-slice|bridge|bridge-circle-check|bridge-circle-exclamation|bridge-circle-xmark|bridge-lock|bridge-water|briefcase|briefcase-medical|broom|broom-ball|brush|bucket|bug|bug-slash|bugs|building|building-circle-arrow-right|building-circle-check|building-circle-exclamation|building-circle-xmark|building-columns|building-flag|building-lock|building-ngo|building-shield|building-un|building-user|building-wheat|bullhorn|bullseye|burger|burst|bus|bus-simple|business-time|c|cake-candles|calculator|calendar|calendar-check|calendar-day|calendar-days|calendar-minus|calendar-plus|calendar-week|calendar-xmark|camera|camera-retro|camera-rotate|campground|candy-cane|cannabis|capsules|car|car-battery|car-burst|car-on|car-rear|car-side|car-tunnel|caravan|caret-down|caret-left|caret-right|caret-up|carrot|cart-arrow-down|cart-flatbed|cart-flatbed-suitcase|cart-plus|cart-shopping|cash-register|cat|cedi-sign|cent-sign|certificate|chair|chalkboard|chalkboard-user|champagne-glasses|charging-station|chart-area|chart-bar|chart-column|chart-gantt|chart-line|chart-pie|chart-simple|check|check-double|check-to-slot|cheese|chess|chess-bishop|chess-board|chess-king|chess-knight|chess-pawn|chess-queen|chess-rook|chevron-down|chevron-left|chevron-right|chevron-up|child|child-dress|child-reaching|child-rifle|children|church|circle|circle-arrow-down|circle-arrow-left|circle-arrow-right|circle-arrow-up|circle-check|circle-chevron-down|circle-chevron-left|circle-chevron-right|circle-chevron-up|circle-dollar-to-slot|circle-dot|circle-down|circle-exclamation|circle-h|circle-half-stroke|circle-info|circle-left|circle-minus|circle-nodes|circle-notch|circle-pause|circle-play|circle-plus|circle-question|circle-radiation|circle-right|circle-stop|circle-up|circle-user|circle-xmark|city|clapperboard|clipboard|clipboard-check|clipboard-list|clipboard-question|clipboard-user|clock|clock-rotate-left|clone|closed-captioning|cloud|cloud-arrow-down|cloud-arrow-up|cloud-bolt|cloud-meatball|cloud-moon|cloud-moon-rain|cloud-rain|cloud-showers-heavy|cloud-showers-water|cloud-sun|cloud-sun-rain|clover|code|code-branch|code-commit|code-compare|code-fork|code-merge|code-pull-request|coins|colon-sign|comment|comment-dollar|comment-dots|comment-medical|comment-slash|comment-sms|comments|comments-dollar|compact-disc|compass|compass-drafting|compress|computer|computer-mouse|cookie|cookie-bite|copy|copyright|couch|cow|credit-card|crop|crop-simple|cross|crosshairs|crow|crown|crutch|cruzeiro-sign|cube|cubes|cubes-stacked|d|database|delete-left|democrat|desktop|dharmachakra|diagram-next|diagram-predecessor|diagram-project|diagram-successor|diamond|diamond-turn-right|dice|dice-d20|dice-d6|dice-five|dice-four|dice-one|dice-six|dice-three|dice-two|disease|display|divide|dna|dog|dollar-sign|dolly|dong-sign|door-closed|door-open|dove|down-left-and-up-right-to-center|down-long|download|dragon|draw-polygon|droplet|droplet-slash|drum|drum-steelpan|drumstick-bite|dumbbell|dumpster|dumpster-fire|dungeon|e|ear-deaf|ear-listen|earth-africa|earth-americas|earth-asia|earth-europe|earth-oceania|egg|eject|elevator|ellipsis|ellipsis-vertical|envelope|envelope-circle-check|envelope-open|envelope-open-text|envelopes-bulk|equals|eraser|ethernet|euro-sign|exclamation|expand|explosion|eye|eye-dropper|eye-low-vision|eye-slash|f|face-angry|face-dizzy|face-flushed|face-frown|face-frown-open|face-grimace|face-grin|face-grin-beam|face-grin-beam-sweat|face-grin-hearts|face-grin-squint|face-grin-squint-tears|face-grin-stars|face-grin-tears|face-grin-tongue|face-grin-tongue-squint|face-grin-tongue-wink|face-grin-wide|face-grin-wink|face-kiss|face-kiss-beam|face-kiss-wink-heart|face-laugh|face-laugh-beam|face-laugh-squint|face-laugh-wink|face-meh|face-meh-blank|face-rolling-eyes|face-sad-cry|face-sad-tear|face-smile|face-smile-beam|face-smile-wink|face-surprise|face-tired|fan|faucet|faucet-drip|fax|feather|feather-pointed|ferry|file|file-arrow-down|file-arrow-up|file-audio|file-circle-check|file-circle-exclamation|file-circle-minus|file-circle-plus|file-circle-question|file-circle-xmark|file-code|file-contract|file-csv|file-excel|file-export|file-image|file-import|file-invoice|file-invoice-dollar|file-lines|file-medical|file-pdf|file-pen|file-powerpoint|file-prescription|file-shield|file-signature|file-video|file-waveform|file-word|file-zipper|fill|fill-drip|film|filter|filter-circle-dollar|filter-circle-xmark|fingerprint|fire|fire-burner|fire-extinguisher|fire-flame-curved|fire-flame-simple|fish|fish-fins|flag|flag-checkered|flag-usa|flask|flask-vial|floppy-disk|florin-sign|folder|folder-closed|folder-minus|folder-open|folder-plus|folder-tree|font|font-awesome|football|forward|forward-fast|forward-step|franc-sign|frog|futbol|g|gamepad|gas-pump|gauge|gauge-high|gauge-simple|gauge-simple-high|gavel|gear|gears|gem|genderless|ghost|gift|gifts|glass-water|glass-water-droplet|glasses|globe|golf-ball-tee|gopuram|graduation-cap|greater-than|greater-than-equal|grip|grip-lines|grip-lines-vertical|grip-vertical|group-arrows-rotate|guarani-sign|guitar|gun|h|hammer|hamsa|hand|hand-back-fist|hand-dots|hand-fist|hand-holding|hand-holding-dollar|hand-holding-droplet|hand-holding-hand|hand-holding-heart|hand-holding-medical|hand-lizard|hand-middle-finger|hand-peace|hand-point-down|hand-point-left|hand-point-right|hand-point-up|hand-pointer|hand-scissors|hand-sparkles|hand-spock|handcuffs|hands|hands-asl-interpreting|hands-bound|hands-bubbles|hands-clapping|hands-holding|hands-holding-child|hands-holding-circle|hands-praying|handshake|handshake-angle|handshake-simple|handshake-simple-slash|handshake-slash|hanukiah|hard-drive|hashtag|hat-cowboy|hat-cowboy-side|hat-wizard|head-side-cough|head-side-cough-slash|head-side-mask|head-side-virus|heading|headphones|headphones-simple|headset|heart|heart-circle-bolt|heart-circle-check|heart-circle-exclamation|heart-circle-minus|heart-circle-plus|heart-circle-xmark|heart-crack|heart-pulse|helicopter|helicopter-symbol|helmet-safety|helmet-un|highlighter|hill-avalanche|hill-rockslide|hippo|hockey-puck|holly-berry|horse|horse-head|hospital|hospital-user|hot-tub-person|hotdog|hotel|hourglass|hourglass-empty|hourglass-end|hourglass-start|house|house-chimney|house-chimney-crack|house-chimney-medical|house-chimney-user|house-chimney-window|house-circle-check|house-circle-exclamation|house-circle-xmark|house-crack|house-fire|house-flag|house-flood-water|house-flood-water-circle-arrow-right|house-laptop|house-lock|house-medical|house-medical-circle-check|house-medical-circle-exclamation|house-medical-circle-xmark|house-medical-flag|house-signal|house-tsunami|house-user|hryvnia-sign|hurricane|i|i-cursor|ice-cream|icicles|icons|id-badge|id-card|id-card-clip|igloo|image|image-portrait|images|inbox|indent|indian-rupee-sign|industry|infinity|info|italic|j|jar|jar-wheat|jedi|jet-fighter|jet-fighter-up|joint|jug-detergent|k|kaaba|key|keyboard|khanda|kip-sign|kit-medical|kitchen-set|kiwi-bird|l|land-mine-on|landmark|landmark-dome|landmark-flag|language|laptop|laptop-code|laptop-file|laptop-medical|lari-sign|layer-group|leaf|left-long|left-right|lemon|less-than|less-than-equal|life-ring|lightbulb|lines-leaning|link|link-slash|lira-sign|list|list-check|list-ol|list-ul|litecoin-sign|location-arrow|location-crosshairs|location-dot|location-pin|location-pin-lock|lock|lock-open|locust|lungs|lungs-virus|m|magnet|magnifying-glass|magnifying-glass-arrow-right|magnifying-glass-chart|magnifying-glass-dollar|magnifying-glass-location|magnifying-glass-minus|magnifying-glass-plus|manat-sign|map|map-location|map-location-dot|map-pin|marker|mars|mars-and-venus|mars-and-venus-burst|mars-double|mars-stroke|mars-stroke-right|mars-stroke-up|martini-glass|martini-glass-citrus|martini-glass-empty|mask|mask-face|mask-ventilator|masks-theater|mattress-pillow|maximize|medal|memory|menorah|mercury|message|meteor|microchip|microphone|microphone-lines|microphone-lines-slash|microphone-slash|microscope|mill-sign|minimize|minus|mitten|mobile|mobile-button|mobile-retro|mobile-screen|mobile-screen-button|money-bill|money-bill-1|money-bill-1-wave|money-bill-transfer|money-bill-trend-up|money-bill-wave|money-bill-wheat|money-bills|money-check|money-check-dollar|monument|moon|mortar-pestle|mosque|mosquito|mosquito-net|motorcycle|mound|mountain|mountain-city|mountain-sun|mug-hot|mug-saucer|music|n|naira-sign|network-wired|neuter|newspaper|not-equal|note-sticky|notes-medical|o|object-group|object-ungroup|oil-can|oil-well|om|otter|outdent|p|pager|paint-roller|paintbrush|palette|pallet|panorama|paper-plane|paperclip|parachute-box|paragraph|passport|paste|pause|paw|peace|pen|pen-clip|pen-fancy|pen-nib|pen-ruler|pen-to-square|pencil|people-arrows-left-right|people-carry-box|people-group|people-line|people-pulling|people-robbery|people-roof|pepper-hot|percent|person|person-arrow-down-to-line|person-arrow-up-from-line|person-biking|person-booth|person-breastfeeding|person-burst|person-cane|person-chalkboard|person-circle-check|person-circle-exclamation|person-circle-minus|person-circle-plus|person-circle-question|person-circle-xmark|person-digging|person-dots-from-line|person-dress|person-dress-burst|person-drowning|person-falling|person-falling-burst|person-half-dress|person-harassing|person-hiking|person-military-pointing|person-military-rifle|person-military-to-person|person-praying|person-pregnant|person-rays|person-rifle|person-running|person-shelter|person-skating|person-skiing|person-skiing-nordic|person-snowboarding|person-swimming|person-through-window|person-walking|person-walking-arrow-loop-left|person-walking-arrow-right|person-walking-dashed-line-arrow-right|person-walking-luggage|person-walking-with-cane|peseta-sign|peso-sign|phone|phone-flip|phone-slash|phone-volume|photo-film|piggy-bank|pills|pizza-slice|place-of-worship|plane|plane-arrival|plane-circle-check|plane-circle-exclamation|plane-circle-xmark|plane-departure|plane-lock|plane-slash|plane-up|plant-wilt|plate-wheat|play|plug|plug-circle-bolt|plug-circle-check|plug-circle-exclamation|plug-circle-minus|plug-circle-plus|plug-circle-xmark|plus|plus-minus|podcast|poo|poo-storm|poop|power-off|prescription|prescription-bottle|prescription-bottle-medical|print|pump-medical|pump-soap|puzzle-piece|q|qrcode|question|quote-left|quote-right|r|radiation|radio|rainbow|ranking-star|receipt|record-vinyl|rectangle-ad|rectangle-list|rectangle-xmark|recycle|registered|repeat|reply|reply-all|republican|restroom|retweet|ribbon|right-from-bracket|right-left|right-long|right-to-bracket|ring|road|road-barrier|road-bridge|road-circle-check|road-circle-exclamation|road-circle-xmark|road-lock|road-spikes|robot|rocket|rotate|rotate-left|rotate-right|route|rss|ruble-sign|rug|ruler|ruler-combined|ruler-horizontal|ruler-vertical|rupee-sign|rupiah-sign|s|sack-dollar|sack-xmark|sailboat|satellite|satellite-dish|scale-balanced|scale-unbalanced|scale-unbalanced-flip|school|school-circle-check|school-circle-exclamation|school-circle-xmark|school-flag|school-lock|scissors|screwdriver|screwdriver-wrench|scroll|scroll-torah|sd-card|section|seedling|server|shapes|share|share-from-square|share-nodes|sheet-plastic|shekel-sign|shield|shield-cat|shield-dog|shield-halved|shield-heart|shield-virus|ship|shirt|shoe-prints|shop|shop-lock|shop-slash|shower|shrimp|shuffle|shuttle-space|sign-hanging|signal|signature|signs-post|sim-card|sink|sitemap|skull|skull-crossbones|slash|sleigh|sliders|smog|smoking|snowflake|snowman|snowplow|soap|socks|solar-panel|sort|sort-down|sort-up|spa|spaghetti-monster-flying|spell-check|spider|spinner|splotch|spoon|spray-can|spray-can-sparkles|square|square-arrow-up-right|square-caret-down|square-caret-left|square-caret-right|square-caret-up|square-check|square-envelope|square-full|square-h|square-minus|square-nfi|square-parking|square-pen|square-person-confined|square-phone|square-phone-flip|square-plus|square-poll-horizontal|square-poll-vertical|square-root-variable|square-rss|square-share-nodes|square-up-right|square-virus|square-xmark|staff-aesculapius|stairs|stamp|star|star-and-crescent|star-half|star-half-stroke|star-of-david|star-of-life|sterling-sign|stethoscope|stop|stopwatch|stopwatch-20|store|store-slash|street-view|strikethrough|stroopwafel|subscript|suitcase|suitcase-medical|suitcase-rolling|sun|sun-plant-wilt|superscript|swatchbook|synagogue|syringe|t|table|table-cells|table-cells-large|table-columns|table-list|table-tennis-paddle-ball|tablet|tablet-button|tablet-screen-button|tablets|tachograph-digital|tag|tags|tape|tarp|tarp-droplet|taxi|teeth|teeth-open|temperature-arrow-down|temperature-arrow-up|temperature-empty|temperature-full|temperature-half|temperature-high|temperature-low|temperature-quarter|temperature-three-quarters|tenge-sign|tent|tent-arrow-down-to-line|tent-arrow-left-right|tent-arrow-turn-left|tent-arrows-down|tents|terminal|text-height|text-slash|text-width|thermometer|thumbs-down|thumbs-up|thumbtack|ticket|ticket-simple|timeline|toggle-off|toggle-on|toilet|toilet-paper|toilet-paper-slash|toilet-portable|toilets-portable|toolbox|tooth|torii-gate|tornado|tower-broadcast|tower-cell|tower-observation|tractor|trademark|traffic-light|trailer|train|train-subway|train-tram|transgender|trash|trash-arrow-up|trash-can|trash-can-arrow-up|tree|tree-city|triangle-exclamation|trophy|trowel|trowel-bricks|truck|truck-arrow-right|truck-droplet|truck-fast|truck-field|truck-field-un|truck-front|truck-medical|truck-monster|truck-moving|truck-pickup|truck-plane|truck-ramp-box|tty|turkish-lira-sign|turn-down|turn-up|tv|u|umbrella|umbrella-beach|underline|universal-access|unlock|unlock-keyhole|up-down|up-down-left-right|up-long|up-right-and-down-left-from-center|up-right-from-square|upload|user|user-astronaut|user-check|user-clock|user-doctor|user-gear|user-graduate|user-group|user-injured|user-large|user-large-slash|user-lock|user-minus|user-ninja|user-nurse|user-pen|user-plus|user-secret|user-shield|user-slash|user-tag|user-tie|user-xmark|users|users-between-lines|users-gear|users-line|users-rays|users-rectangle|users-slash|users-viewfinder|utensils|v|van-shuttle|vault|vector-square|venus|venus-double|venus-mars|vest|vest-patches|vial|vial-circle-check|vial-virus|vials|video|video-slash|vihara|virus|virus-covid|virus-covid-slash|virus-slash|viruses|voicemail|volcano|volleyball|volume-high|volume-low|volume-off|volume-xmark|vr-cardboard|w|walkie-talkie|wallet|wand-magic|wand-magic-sparkles|wand-sparkles|warehouse|water|water-ladder|wave-square|weight-hanging|weight-scale|wheat-awn|wheat-awn-circle-exclamation|wheelchair|wheelchair-move|whiskey-glass|wifi|wind|window-maximize|window-minimize|window-restore|wine-bottle|wine-glass|wine-glass-empty|won-sign|worm|wrench|x|x-ray|xmark|xmarks-lines|y|yen-sign|yin-yang|z';
39
- export const FONTAWESOME_ICONS = [
40
- ...FONTAWESOME_BRANDS_ICONS.split('|').map(icon => `fab ${icon}`),
41
- ...FONTAWESOME_REGULAR_ICONS.split('|').map(icon => `far ${icon}`),
42
- ...FONTAWESOME_SOLID_ICONS.split('|').map(icon => `fas ${icon}`),
43
- ];
44
- export const CUSTOM_ICONS = Object.keys(CUS_ICON_MAPPING).map(iconName => `${iconName}`);
45
- export const ICON_TYPE = {
46
- FONT_AWESOME: 'font-awesome',
47
- CUSTOM: 'cus',
48
- };
49
- export const LIST_ICON_BY_TYPE = {
50
- [ICON_TYPE.FONT_AWESOME]: FONTAWESOME_ICONS,
51
- [ICON_TYPE.CUSTOM]: CUSTOM_ICONS,
52
- };
53
- export const LIMIT_ICONS_SHOW = 100;
54
- export const DEFAULT_UI_ICON_STYLES = {
55
- LISTING: {
56
- [ICON_TYPE.FONT_AWESOME]: {
57
- size: 'lg',
58
- style: {
59
- fontSize: 40,
60
- zIndex: 1,
61
- color: (_a = THEME.token) === null || _a === void 0 ? void 0 : _a.colorIcon,
62
- },
63
- },
64
- [ICON_TYPE.CUSTOM]: {
65
- style: {
66
- fontSize: 40,
67
- zIndex: 1,
68
- color: (_b = THEME.token) === null || _b === void 0 ? void 0 : _b.colorIcon,
69
- },
70
- },
71
- },
72
- SELECTED: {
73
- [ICON_TYPE.FONT_AWESOME]: {
74
- size: 'lg',
75
- style: {
76
- fontSize: 114,
77
- zIndex: 1,
78
- color: (_c = THEME.token) === null || _c === void 0 ? void 0 : _c.colorIcon,
79
- },
80
- },
81
- [ICON_TYPE.CUSTOM]: {
82
- style: {
83
- fontSize: 114,
84
- zIndex: 1,
85
- color: (_d = THEME.token) === null || _d === void 0 ? void 0 : _d.colorIcon,
86
- },
87
- },
88
- },
89
- };
@@ -1,143 +0,0 @@
1
- /* eslint-disable react/destructuring-assignment */
2
- // Libraries
3
- import React, { useState, useEffect, useCallback, useRef } from 'react';
4
- // Hooks
5
- import { useDeepCompareEffect } from '@antscorp/antsomi-ui/es/hooks';
6
- // Atoms
7
- import { Button, Icon, ScrollBox } from '@antscorp/antsomi-ui/es/components/atoms';
8
- // Molecules
9
- import { Modal, InputSearch } from '@antscorp/antsomi-ui/es/components/molecules';
10
- // Components
11
- import { IconSelectionRenderer } from './components/Icon';
12
- // Constants
13
- import { DEFAULT_UI_ICON_STYLES, LIMIT_ICONS_SHOW, LIST_ICON_BY_TYPE } from './constants';
14
- import { THEME } from '@antscorp/antsomi-ui/es/constants';
15
- // Styled
16
- import { CustomButton, IconSelectionWrapper, Overlay, WrapperListItemRender, WrapperListRender, } from './styled';
17
- // Types
18
- import { isIconType } from './types';
19
- // Utils
20
- import { serializeIcon } from './utils';
21
- import clsx from 'clsx';
22
- export const IconSelection = props => {
23
- var _a, _b;
24
- const { labelHeadingModal = 'Icon Selection', searchPlaceholder = 'Search for icon...', wrapperClassName = '', className = '', style = {}, isOpen = false, limitShowIcon = LIMIT_ICONS_SHOW, iconTypes = ['font-awesome'], onChange, onRemoveIcon, onChangeSvg, } = props;
25
- const [listIconsOriginal, setListIconsOriginal] = useState([]);
26
- const [listIcons, setListIcons] = useState([]);
27
- const [selectedIcon, setSelectedIcon] = useState(props.icon || '');
28
- const [isOpenModal, setIsOpenModal] = useState(isOpen);
29
- const [activeIcon, setActiveIcon] = useState('');
30
- useDeepCompareEffect(() => {
31
- const temp = Object.entries(LIST_ICON_BY_TYPE).reduce((acc, current) => {
32
- const [iconType, icons] = current;
33
- if (isIconType(iconType) && iconTypes.includes(iconType)) {
34
- acc.push(...icons.map(icon => `${iconType} ${icon}`));
35
- }
36
- return acc;
37
- }, []);
38
- setListIconsOriginal(temp);
39
- setListIcons(temp.slice(0, limitShowIcon));
40
- }, [iconTypes, limitShowIcon]);
41
- const iconRef = useRef(null);
42
- useEffect(() => {
43
- setSelectedIcon(props.icon || '');
44
- }, [props.icon]);
45
- const showModal = () => {
46
- setIsOpenModal(true);
47
- };
48
- const handleCancel = () => {
49
- setIsOpenModal(false);
50
- setListIcons(listIconsOriginal.slice(0, limitShowIcon));
51
- };
52
- const handleSelectIcon = (icon) => {
53
- var _a;
54
- if (onChange) {
55
- onChange(icon);
56
- }
57
- if (typeof onChangeSvg === 'function') {
58
- onChangeSvg((_a = iconRef === null || iconRef === void 0 ? void 0 : iconRef.current) === null || _a === void 0 ? void 0 : _a.outerHTML);
59
- }
60
- setSelectedIcon(icon);
61
- handleCancel();
62
- };
63
- const renderListIcons = (listIconsRender) => listIconsRender.map(icon => {
64
- var _a;
65
- const serializeResult = serializeIcon(icon);
66
- if (serializeResult === null) {
67
- return null;
68
- }
69
- const { iconType, iconName } = serializeResult;
70
- return (React.createElement(WrapperListRender, { className: "ants-group", key: icon },
71
- React.createElement(WrapperListItemRender, { className: "ants-hover" },
72
- React.createElement(IconSelectionRenderer, Object.assign({ ref: activeIcon === iconName ? iconRef : undefined, iconType: iconType, iconName: iconName }, DEFAULT_UI_ICON_STYLES.LISTING[iconType])),
73
- React.createElement(CustomButton, { onClick: () => handleSelectIcon(icon), onMouseEnter: onChangeSvg ? () => setActiveIcon(iconName) : undefined, className: "group-hover" }, "USE"),
74
- React.createElement(Overlay, { className: "group-hover" })),
75
- React.createElement("span", { style: {
76
- display: 'inline-block',
77
- marginTop: 5,
78
- width: '100%',
79
- fontSize: `${(_a = THEME.token) === null || _a === void 0 ? void 0 : _a.fontSize}px`,
80
- } }, iconName)));
81
- });
82
- // eslint-disable-next-line react-hooks/exhaustive-deps
83
- const handleSeachIcons = useCallback((value) => {
84
- if (value && value.trim()) {
85
- setListIcons(listIconsOriginal
86
- .filter(icon => {
87
- const serializeResult = serializeIcon(icon);
88
- return (serializeResult &&
89
- serializeResult.iconName
90
- .toLocaleLowerCase()
91
- .includes(value.trim().toLocaleLowerCase()));
92
- })
93
- .slice(0, limitShowIcon));
94
- }
95
- else {
96
- setListIcons(listIconsOriginal.slice(0, limitShowIcon));
97
- }
98
- }, [listIconsOriginal, limitShowIcon]);
99
- const handleRemoveIcon = () => {
100
- if (onRemoveIcon) {
101
- onRemoveIcon();
102
- }
103
- if (typeof onChange === 'function') {
104
- onChange('');
105
- }
106
- setSelectedIcon('');
107
- };
108
- const serializeSelectedIcon = serializeIcon(selectedIcon);
109
- const renderSelectedIcon = () => {
110
- if (serializeSelectedIcon) {
111
- const { iconType, iconName } = serializeSelectedIcon;
112
- return (React.createElement(IconSelectionRenderer, Object.assign({ iconType: iconType, iconName: iconName }, DEFAULT_UI_ICON_STYLES.SELECTED[iconType])));
113
- }
114
- return null;
115
- };
116
- return (React.createElement(IconSelectionWrapper, { style: style, className: clsx(wrapperClassName, className) },
117
- React.createElement("div", { className: "transparent-wrapper" },
118
- React.createElement("div", { style: { position: 'absolute', zIndex: 0 } }, renderSelectedIcon()),
119
- serializeSelectedIcon ? (React.createElement(React.Fragment, null,
120
- React.createElement(Button, { onClick: showModal, style: { backgroundColor: '#ffffff' } }, "Change"),
121
- React.createElement(Button, { onClick: handleRemoveIcon, style: { backgroundColor: '#ffffff' } },
122
- React.createElement(Icon, { type: "icon-ants-remove-trash", size: 15, style: { color: (_a = THEME.token) === null || _a === void 0 ? void 0 : _a.colorPrimary } })))) : (React.createElement("div", { style: {
123
- display: 'flex',
124
- flexDirection: 'column',
125
- gap: '10px',
126
- alignItems: 'center',
127
- color: (_b = THEME.token) === null || _b === void 0 ? void 0 : _b.colorIcon,
128
- } },
129
- React.createElement(Icon, { type: "icon-ants-star", size: 30 }),
130
- React.createElement(Button, { onClick: showModal, style: { backgroundColor: '#ffffff' } }, "Select an icon")))),
131
- React.createElement(Modal, { wrapClassName: "icons-selection-modal", title: React.createElement("div", { style: { display: 'flex', gap: '8px', alignItems: 'center' } },
132
- React.createElement(Icon, { type: "icon-ants-emoji", size: 20 }),
133
- labelHeadingModal), headerStyle: {
134
- padding: '20px 20px 0',
135
- border: 'none',
136
- }, bodyStyle: {
137
- padding: '17px 20px 20px',
138
- width: 'fit-content',
139
- }, width: "fit-content", footer: null, destroyOnClose: true, open: isOpenModal, onCancel: handleCancel },
140
- React.createElement(InputSearch, { style: { width: 232 }, onAfterChange: handleSeachIcons, placeholder: searchPlaceholder }),
141
- React.createElement("div", { style: { paddingTop: 28, width: 650 } },
142
- React.createElement(ScrollBox, { height: 460, style: { display: 'flex', flexWrap: 'wrap', gap: '35px' } }, renderListIcons(listIcons))))));
143
- };
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const IconSelectionWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const WrapperListRender: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const WrapperListItemRender: import("styled-components").StyledComponent<"div", any, {}, never>;
5
- export declare const CustomButton: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("antd").ButtonProps & import("react").RefAttributes<HTMLElement>> & {
6
- Group: import("react").FC<import("antd/es/button").ButtonGroupProps>;
7
- }, any, {}, never>;
8
- export declare const Overlay: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,80 +0,0 @@
1
- var _a;
2
- // Libraries
3
- import { Button } from '@antscorp/antsomi-ui/es/components/atoms';
4
- import styled from 'styled-components';
5
- // Constants
6
- import { THEME } from '@antscorp/antsomi-ui/es/constants';
7
- export const IconSelectionWrapper = styled.div `
8
- width: 100%;
9
- padding: 5px;
10
- aspect-ratio: 1.74;
11
- border: 1px solid #f0f0f0;
12
- box-sizing: border-box;
13
-
14
- .transparent-wrapper {
15
- position: relative;
16
- display: flex;
17
- align-items: center;
18
- justify-content: center;
19
- width: 100%;
20
- height: 100%;
21
- gap: 15px;
22
- aspect-ratio: 1.74;
23
- background: url('data:image/svg+xml;base64, PHN2ZyBoZWlnaHQ9IjEwIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgYXJpYS1oaWRkZW49InRydWUiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZmlsbC1vcGFjaXR5PSIuMTI1IiBkPSJNMCAyNTZoMjU2djI1NkgweiI+PC9wYXRoPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZmlsbC1vcGFjaXR5PSIuMjUiIGQ9Ik0yNTYgMjU2aDI1NnYyNTZIMjU2eiI+PC9wYXRoPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZmlsbC1vcGFjaXR5PSIuMTI1IiBkPSJNMjU2IDBoMjU2djI1NkgyNTZ6Ij48L3BhdGg+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBmaWxsLW9wYWNpdHk9Ii4yNSIgZD0iTTAgMGgyNTZ2MjU2SDB6Ij48L3BhdGg+PC9zdmc+')
24
- repeat rgb(249, 251, 255);
25
- }
26
- `;
27
- export const WrapperListRender = styled.div `
28
- display: flex;
29
- flex-direction: column;
30
- align-items: center;
31
- width: 100px;
32
- height: auto;
33
- text-align: center;
34
-
35
- &:hover .ants-hover {
36
- border-width: 2px;
37
- }
38
-
39
- &.ants-group:hover .group-hover {
40
- opacity: 1;
41
- }
42
- `;
43
- export const WrapperListItemRender = styled.div `
44
- position: relative;
45
- display: flex;
46
- justify-content: center;
47
- align-items: center;
48
- width: 100px;
49
- height: 100px;
50
- border-width: 1px;
51
- --tw-border-opacity: 1;
52
- border-color: rgb(224 224 224 / var(--tw-border-opacity));
53
- border-style: solid;
54
- box-sizing: border-box;
55
- `;
56
- export const CustomButton = styled(Button) `
57
- position: absolute !important;
58
- --tw-bg-opacity: 1;
59
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
60
- z-index: 3;
61
- opacity: 0;
62
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke,
63
- opacity, box-shadow, transform, filter, backdrop-filter;
64
- transition-duration: 200ms;
65
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
66
- `;
67
- export const Overlay = styled.div `
68
- position: absolute;
69
- top: 0px;
70
- right: 0px;
71
- bottom: 0px;
72
- left: 0px;
73
- z-index: 2;
74
- background-color: ${(_a = THEME.token) === null || _a === void 0 ? void 0 : _a.bgLightTransparent};
75
- opacity: 0;
76
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke,
77
- opacity, box-shadow, transform, filter, backdrop-filter;
78
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
79
- transition-duration: 200ms;
80
- `;
@@ -1,2 +0,0 @@
1
- import { ICON_TYPE } from './constants';
2
- export const isIconType = (iconType) => iconType === ICON_TYPE.CUSTOM || iconType === ICON_TYPE.FONT_AWESOME;
@@ -1,13 +0,0 @@
1
- import { FONTAWESOME_ICONS, ICON_TYPE } from './constants';
2
- import { isIconType } from './types';
3
- export const serializeIcon = (icon) => {
4
- const [iconType, ...rest] = icon.split(' ');
5
- if (isIconType(iconType)) {
6
- return { iconType, iconName: rest.join(' ') };
7
- }
8
- // Handle for older data don't have icon-type prefix
9
- if (FONTAWESOME_ICONS.includes(icon)) {
10
- return { iconType: ICON_TYPE.FONT_AWESOME, iconName: icon };
11
- }
12
- return null;
13
- };
@@ -1,81 +0,0 @@
1
- var __rest = (this && this.__rest) || function (s, e) {
2
- var t = {};
3
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
- t[p] = s[p];
5
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
- t[p[i]] = s[p[i]];
9
- }
10
- return t;
11
- };
12
- // Libraries
13
- import React, { useEffect, useMemo, useState } from 'react';
14
- import { InputNumber as AntdInputNumber } from 'antd';
15
- // Components
16
- import { Icon, RequiredLabel, Text } from '@antscorp/antsomi-ui/es/components/atoms';
17
- // Utils
18
- import { getPreventKeyboardAction } from '@antscorp/antsomi-ui/es/utils/web';
19
- import { handleError } from '@antscorp/antsomi-ui/es/utils';
20
- const PATH = '@antscorp/antsomi-ui/es/app/components/molecules/InputNumber/index.tsx';
21
- export const InputNumber = props => {
22
- const { label, required, focused, errorMsg, onChange } = props, restOf = __rest(props, ["label", "required", "focused", "errorMsg", "onChange"]);
23
- const [isFocused, setFocused] = useState(false);
24
- const requiredMsg = useMemo(() => {
25
- let msg = '';
26
- const isEmptyValue = props.value == null;
27
- if (required && isEmptyValue && isFocused) {
28
- msg = 'This field is required';
29
- }
30
- return msg;
31
- }, [props.value, required, isFocused]);
32
- useEffect(() => {
33
- if (focused) {
34
- setFocused(focused);
35
- }
36
- }, [focused]);
37
- const onChangeInputNumber = (value) => {
38
- try {
39
- if (typeof onChange !== 'function') {
40
- return;
41
- }
42
- if (required) {
43
- if (value !== null) {
44
- onChange(value);
45
- }
46
- return;
47
- }
48
- onChange(value);
49
- }
50
- catch (error) {
51
- handleError(error, {
52
- path: PATH,
53
- name: 'onChangeInputNumber',
54
- args: {},
55
- });
56
- }
57
- };
58
- const renderRequiredLabel = (label) => {
59
- if (required) {
60
- return (React.createElement(RequiredLabel, { color: "#666666", style: { marginBottom: 5 } }, label));
61
- }
62
- return (React.createElement(Text, { color: "#666666", style: { marginBottom: 5 } }, label));
63
- };
64
- const listDisableActions = [];
65
- if (props.disableUndo) {
66
- listDisableActions.push('undo');
67
- }
68
- return (React.createElement("div", null,
69
- label && renderRequiredLabel(label),
70
- React.createElement(AntdInputNumber, Object.assign({}, restOf, { className: "--show-handler", required: required, onChange: onChangeInputNumber, onBlur: e => {
71
- if (!focused) {
72
- setFocused(true);
73
- }
74
- props.onBlur && props.onBlur(e);
75
- }, upHandler: React.createElement(Icon, { type: "icon-ants-caret-up", size: 9 }), downHandler: React.createElement(Icon, { type: "icon-ants-caret-down", size: 9 }) }, getPreventKeyboardAction(listDisableActions))),
76
- (props.status === 'error' && errorMsg) || requiredMsg ? (React.createElement(Text, { color: "#ff4d4f", style: { marginBottom: 5, marginLeft: 8 } }, errorMsg || requiredMsg)) : null));
77
- };
78
- InputNumber.defaultProps = {
79
- required: false,
80
- width: 57,
81
- };
@@ -1,37 +0,0 @@
1
- var __rest = (this && this.__rest) || function (s, e) {
2
- var t = {};
3
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
- t[p] = s[p];
5
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
- t[p[i]] = s[p[i]];
9
- }
10
- return t;
11
- };
12
- // Libraries
13
- import { Text } from '@antscorp/antsomi-ui/es/components/atoms';
14
- import React from 'react';
15
- import { InputNumber } from '../InputNumber';
16
- import { InputNumberWithUnitWrapper } from './styled';
17
- // Constants
18
- const DEFAULT_UNIT = {
19
- PX: {
20
- value: 'px',
21
- label: 'PX',
22
- },
23
- PERCENT: {
24
- value: '%',
25
- label: '%',
26
- },
27
- };
28
- export const InputNumberWithUnit = props => {
29
- // Props
30
- const { unit, unitData, onChangeUnit, className } = props, restOf = __rest(props, ["unit", "unitData", "onChangeUnit", "className"]);
31
- return (React.createElement(InputNumberWithUnitWrapper, { className: className },
32
- React.createElement(InputNumber, Object.assign({}, restOf)),
33
- Object.values(unitData || DEFAULT_UNIT).map(({ value, label }) => (React.createElement(Text, { key: value, className: `unit-label ${unit === value ? 'selected' : ''}`, onClick: () => onChangeUnit(value) }, label)))));
34
- };
35
- InputNumberWithUnit.defaultProps = {
36
- unit: 'px',
37
- };