@antscorp/antsomi-ui 1.3.2 → 1.3.3

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 (1010) hide show
  1. package/dist/0173b5993573afa04880.woff +0 -0
  2. package/dist/2883cad25a2b4e87ce5f.eot +0 -0
  3. package/dist/4f54a37971347e3d7122.png +1 -0
  4. package/dist/72eec5c1c786b45a667f.ttf +0 -0
  5. package/dist/dbc405edd6e0806efbc9.svg +1 -0
  6. package/dist/index.js +1 -1
  7. package/dist/main.css +1 -1
  8. package/dist/public/icons/725a52bd91a3ce534b10833df510e5fa.png +0 -0
  9. package/dist/public/icons/7d037e0b378e87a82804443636cd0e13.svg +346 -0
  10. package/es/assets/images/feedback.svg +3 -0
  11. package/es/assets/images/gpt.png +0 -0
  12. package/es/assets/images/placeholder-image.png +0 -0
  13. package/es/assets/images/record-video.png +0 -0
  14. package/es/assets/svg/transparent.svg +1 -0
  15. package/es/components/atoms/Alert/Alert.js +19 -0
  16. package/es/components/atoms/Button/index.d.ts +11 -0
  17. package/es/components/atoms/Button/index.js +2 -0
  18. package/es/components/atoms/Button/test.js +99 -0
  19. package/es/components/atoms/DividerPure/DividerPure.js +27 -0
  20. package/es/components/atoms/DividerPure/styled.js +41 -0
  21. package/es/components/atoms/Empty/Empty.js +2 -0
  22. package/es/components/atoms/FloatButton/index.js +2 -0
  23. package/es/components/atoms/Grid/Grid.js +3 -0
  24. package/es/components/atoms/Icon/index.d.ts +10 -0
  25. package/es/components/atoms/Icon/index.js +36 -0
  26. package/es/components/atoms/Input/Input.d.ts +20 -0
  27. package/es/components/atoms/Input/Input.js +92 -0
  28. package/es/components/atoms/Input/index.d.ts +2 -0
  29. package/es/components/atoms/Input/index.js +1 -0
  30. package/es/components/atoms/Input/styled.js +109 -0
  31. package/es/components/atoms/InputNumber/InputNumber.js +27 -0
  32. package/es/components/atoms/Pagination/Pagination.js +2 -0
  33. package/es/components/atoms/Popover/Popover.js +2 -0
  34. package/es/components/atoms/Popover/styled.js +5 -0
  35. package/es/components/atoms/Progress/Progress.js +2 -0
  36. package/es/components/atoms/Radio/index.js +25 -0
  37. package/es/components/atoms/Rate/Rate.js +2 -0
  38. package/es/components/atoms/RequiredLabel/index.js +24 -0
  39. package/es/components/atoms/RequiredLabel/styled.js +10 -0
  40. package/es/components/atoms/ScrollBox/index.js +51 -0
  41. package/es/components/atoms/Segmented/Segmented.js +2 -0
  42. package/es/components/atoms/Skeleton/Skeleton.js +2 -0
  43. package/es/components/atoms/Slider/index.js +32 -0
  44. package/es/components/atoms/Slider/styled.js +44 -0
  45. package/es/components/atoms/Space/Space.js +9 -0
  46. package/es/components/atoms/Spin/Spin.js +28 -0
  47. package/es/components/atoms/Spin/styled.js +7 -0
  48. package/es/components/atoms/Statistic/Statistic.js +2 -0
  49. package/es/components/atoms/Steps/Steps.js +2 -0
  50. package/es/components/atoms/Switch/Switch.js +2 -0
  51. package/es/components/atoms/Text/index.js +27 -0
  52. package/es/components/atoms/Text/styled.js +52 -0
  53. package/es/components/atoms/Timeline/Timeline.js +2 -0
  54. package/es/components/atoms/Watermark/Watermark.js +2 -0
  55. package/es/components/atoms/index.d.ts +32 -0
  56. package/es/components/atoms/index.js +31 -0
  57. package/es/components/common/ConfigProvider/ConfigProvider.d.ts +9 -0
  58. package/es/components/common/ConfigProvider/ConfigProvider.js +41 -0
  59. package/es/components/common/ConfigProvider/GlobalStyle.js +490 -0
  60. package/es/components/icons/AccountCircle.d.ts +3 -0
  61. package/es/components/icons/AccountCircle.js +3 -0
  62. package/es/components/icons/AddShoppingCart.d.ts +3 -0
  63. package/es/components/icons/AddShoppingCart.js +3 -0
  64. package/es/components/icons/ArrowGrowIcon.js +4 -0
  65. package/es/components/icons/AssignmentInd.d.ts +3 -0
  66. package/es/components/icons/AssignmentInd.js +3 -0
  67. package/es/components/icons/AudioRecordIcon.js +4 -0
  68. package/es/components/icons/BugIcon.js +4 -0
  69. package/es/components/icons/Call.d.ts +3 -0
  70. package/es/components/icons/Call.js +3 -0
  71. package/es/components/icons/CameraIcon.js +4 -0
  72. package/es/components/icons/CaptureIcon.js +4 -0
  73. package/es/components/icons/Category.d.ts +3 -0
  74. package/es/components/icons/Category.js +5 -0
  75. package/es/components/icons/ChatBubbleOutline.d.ts +3 -0
  76. package/es/components/icons/ChatBubbleOutline.js +3 -0
  77. package/es/components/icons/CheckSlimIcon.js +4 -0
  78. package/es/components/icons/CircleNotifications.d.ts +3 -0
  79. package/es/components/icons/CircleNotifications.js +3 -0
  80. package/es/components/icons/CloseIcon.js +22 -0
  81. package/es/components/icons/CommentIcon.js +4 -0
  82. package/es/components/icons/ConfirmationNumber.d.ts +3 -0
  83. package/es/components/icons/ConfirmationNumber.js +3 -0
  84. package/es/components/icons/DesktopWindows.d.ts +3 -0
  85. package/es/components/icons/DesktopWindows.js +3 -0
  86. package/es/components/icons/EventIcon.js +18 -0
  87. package/es/components/icons/FactCheck.d.ts +3 -0
  88. package/es/components/icons/FactCheck.js +3 -0
  89. package/es/components/icons/FreeDrawIcon.js +4 -0
  90. package/es/components/icons/GPTIcon.js +18 -0
  91. package/es/components/icons/GPTIconV2.js +18 -0
  92. package/es/components/icons/GPTIconV3.js +5 -0
  93. package/es/components/icons/HighlightIcon.js +4 -0
  94. package/es/components/icons/HightlightAlt.d.ts +3 -0
  95. package/es/components/icons/HightlightAlt.js +3 -0
  96. package/es/components/icons/HowToReg.d.ts +3 -0
  97. package/es/components/icons/HowToReg.js +3 -0
  98. package/es/components/icons/IdeaIcon.js +4 -0
  99. package/es/components/icons/Interactive.d.ts +3 -0
  100. package/es/components/icons/Interactive.js +3 -0
  101. package/es/components/icons/InvisibleIcon.js +5 -0
  102. package/es/components/icons/List.d.ts +3 -0
  103. package/es/components/icons/List.js +3 -0
  104. package/es/components/icons/LocalMallIcon.d.ts +3 -0
  105. package/es/components/icons/LocalMallIcon.js +3 -0
  106. package/es/components/icons/MobileFriendly.d.ts +3 -0
  107. package/es/components/icons/MobileFriendly.js +3 -0
  108. package/es/components/icons/MuteIcon.js +4 -0
  109. package/es/components/icons/NotificationsActive.d.ts +3 -0
  110. package/es/components/icons/NotificationsActive.js +3 -0
  111. package/es/components/icons/OpenUrlIcon.js +4 -0
  112. package/es/components/icons/PauseIcon.js +4 -0
  113. package/es/components/icons/Payment.d.ts +3 -0
  114. package/es/components/icons/Payment.js +3 -0
  115. package/es/components/icons/PersonAddDisabled.d.ts +3 -0
  116. package/es/components/icons/PersonAddDisabled.js +4 -0
  117. package/es/components/icons/PhoneCallback.d.ts +3 -0
  118. package/es/components/icons/PhoneCallback.js +3 -0
  119. package/es/components/icons/PlaneIcon.js +8 -0
  120. package/es/components/icons/Preview.d.ts +3 -0
  121. package/es/components/icons/Preview.js +3 -0
  122. package/es/components/icons/Redeem.d.ts +3 -0
  123. package/es/components/icons/Redeem.js +3 -0
  124. package/es/components/icons/RemoveRedEye.d.ts +3 -0
  125. package/es/components/icons/RemoveRedEye.js +3 -0
  126. package/es/components/icons/RemoveShoppingCart.d.ts +3 -0
  127. package/es/components/icons/RemoveShoppingCart.js +3 -0
  128. package/es/components/icons/RequestIcon.js +4 -0
  129. package/es/components/icons/Search.d.ts +3 -0
  130. package/es/components/icons/Search.js +3 -0
  131. package/es/components/icons/ShoppingBag.d.ts +3 -0
  132. package/es/components/icons/ShoppingBag.js +3 -0
  133. package/es/components/icons/ShoppingCart.d.ts +3 -0
  134. package/es/components/icons/ShoppingCart.js +3 -0
  135. package/es/components/icons/StopRecordIcon.js +4 -0
  136. package/es/components/icons/Store.d.ts +3 -0
  137. package/es/components/icons/Store.js +3 -0
  138. package/es/components/icons/UserIcon.js +8 -0
  139. package/es/components/icons/VerticalDotsIcon.js +4 -0
  140. package/es/components/icons/WarningIcon.js +4 -0
  141. package/es/components/icons/Web.d.ts +3 -0
  142. package/es/components/icons/Web.js +3 -0
  143. package/es/components/icons/WebAsset.d.ts +3 -0
  144. package/es/components/icons/WebAsset.js +3 -0
  145. package/es/components/icons/index.d.ts +54 -0
  146. package/es/components/icons/index.js +54 -0
  147. package/es/components/icons/type.d.ts +3 -0
  148. package/es/components/molecules/AlignSetting/index.js +52 -0
  149. package/es/components/molecules/AlignSetting/styled.js +7 -0
  150. package/es/components/molecules/AlignSetting/utils.js +19 -0
  151. package/es/components/molecules/CaptureScreen/CaptureScreen.js +834 -0
  152. package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.js +80 -0
  153. package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +136 -0
  154. package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.js +17 -0
  155. package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +79 -0
  156. package/es/components/molecules/CaptureScreen/constants.js +118 -0
  157. package/es/components/molecules/CaptureScreen/hooks/useImageEditor.js +103 -0
  158. package/es/components/molecules/CaptureScreen/styled.js +255 -0
  159. package/es/components/molecules/CaptureScreen/themes/black.js +64 -0
  160. package/es/components/molecules/CaptureScreen/themes/white.js +64 -0
  161. package/es/components/molecules/CaptureScreen/types.d.ts +108 -0
  162. package/es/components/molecules/CaptureScreen/types.js +1 -0
  163. package/es/components/molecules/CaptureScreen/utils.js +62 -0
  164. package/es/components/molecules/Card/Card.js +2 -0
  165. package/es/components/molecules/ChatBox/ChatBox.js +188 -0
  166. package/es/components/molecules/ChatBox/MessageItem.js +66 -0
  167. package/es/components/molecules/ChatBox/constants.js +51 -0
  168. package/es/components/molecules/ChatBox/styled.js +280 -0
  169. package/es/components/molecules/Collapse/Collapse.d.ts +4 -0
  170. package/es/components/molecules/Collapse/Collapse.js +2 -0
  171. package/es/components/molecules/Collapse/index.d.ts +1 -0
  172. package/es/components/molecules/Collapse/index.js +1 -0
  173. package/es/components/molecules/ColorPicker/ChromePicker/index.js +3 -0
  174. package/es/components/molecules/ColorPicker/ChromePicker/styled.js +15 -0
  175. package/es/components/molecules/ColorPicker/CustomPicker/index.js +126 -0
  176. package/es/components/molecules/ColorPicker/CustomPicker/styled.js +93 -0
  177. package/es/components/molecules/ColorPicker/SketchPicker/index.js +5 -0
  178. package/es/components/molecules/ColorPicker/SketchPicker/styled.js +10 -0
  179. package/es/components/molecules/ColorPicker/index.js +95 -0
  180. package/es/components/molecules/ColorPicker/styled.js +10 -0
  181. package/es/components/molecules/ColorSetting/index.d.ts +14 -0
  182. package/es/components/molecules/ColorSetting/index.js +97 -0
  183. package/es/components/molecules/ColorSetting/styled.d.ts +14 -0
  184. package/es/components/molecules/ColorSetting/styled.js +42 -0
  185. package/es/components/molecules/DatePicker/DatePicker.js +8 -0
  186. package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.js +428 -0
  187. package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.js +74 -0
  188. package/es/components/molecules/DatePicker/components/AdvancedPicker/index.js +1 -0
  189. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +49 -0
  190. package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.js +84 -0
  191. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.js +70 -0
  192. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/constants.js +4 -0
  193. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/index.js +1 -0
  194. package/es/components/molecules/DatePicker/index.js +1 -0
  195. package/es/components/molecules/Drawer/Drawer.d.ts +1 -0
  196. package/es/components/molecules/Drawer/Drawer.js +2 -0
  197. package/es/components/molecules/EdgeSetting/index.js +192 -0
  198. package/es/components/molecules/EdgeSetting/styled.js +18 -0
  199. package/es/components/molecules/GradientSetting/index.d.ts +19 -0
  200. package/es/components/molecules/GradientSetting/index.js +77 -0
  201. package/es/components/molecules/IconSelection/components/Icon/index.d.ts +10 -0
  202. package/es/components/molecules/IconSelection/components/Icon/index.js +28 -0
  203. package/es/components/molecules/IconSelection/constants.d.ts +56 -0
  204. package/es/components/molecules/IconSelection/constants.js +89 -0
  205. package/es/components/molecules/IconSelection/index.d.ts +3 -0
  206. package/es/components/molecules/IconSelection/index.js +143 -0
  207. package/es/components/molecules/IconSelection/styled.d.ts +15 -0
  208. package/es/components/molecules/IconSelection/styled.js +80 -0
  209. package/es/components/molecules/IconSelection/types.d.ts +26 -0
  210. package/es/components/molecules/IconSelection/types.js +2 -0
  211. package/es/components/molecules/IconSelection/utils.d.ts +4 -0
  212. package/es/components/molecules/IconSelection/utils.js +13 -0
  213. package/es/components/molecules/InputNumber/index.js +81 -0
  214. package/es/components/molecules/InputNumberWithUnit/index.d.ts +31 -0
  215. package/es/components/molecules/InputNumberWithUnit/index.js +37 -0
  216. package/es/components/molecules/InputNumberWithUnit/styled.d.ts +1 -0
  217. package/es/components/molecules/InputNumberWithUnit/styled.js +20 -0
  218. package/es/components/molecules/InputSearch/index.d.ts +7 -0
  219. package/es/components/molecules/InputSearch/index.js +23 -0
  220. package/es/components/molecules/InputSearch/styled.js +48 -0
  221. package/es/components/molecules/Modal/Modal.d.ts +23 -0
  222. package/es/components/molecules/Modal/Modal.js +26 -0
  223. package/es/components/molecules/Modal/styled.d.ts +15 -0
  224. package/es/components/molecules/Modal/styled.js +78 -0
  225. package/es/components/molecules/Popconfirm/Popconfirm.js +2 -0
  226. package/es/components/molecules/PopupDraggable/PopupDraggable.js +52 -0
  227. package/es/components/molecules/PopupDraggable/styled.js +52 -0
  228. package/es/components/molecules/RadioGroup/index.js +23 -0
  229. package/es/components/molecules/RadioGroup/styled.js +14 -0
  230. package/es/components/molecules/Result/Result.js +2 -0
  231. package/es/components/molecules/Select/Select.d.ts +15 -0
  232. package/es/components/molecules/Select/Select.js +29 -0
  233. package/es/components/molecules/Select/Test.d.ts +2 -0
  234. package/es/components/molecules/Select/Test.js +22 -0
  235. package/es/components/molecules/Select/index.js +1 -0
  236. package/es/components/molecules/Select/styled.js +41 -0
  237. package/es/components/molecules/SettingWrapper/index.js +20 -0
  238. package/es/components/molecules/SettingWrapper/styled.js +17 -0
  239. package/es/components/molecules/SliderWithInputNumber/index.d.ts +11 -0
  240. package/es/components/molecules/SliderWithInputNumber/index.js +62 -0
  241. package/es/components/molecules/SliderWithInputNumber/styled.js +8 -0
  242. package/es/components/molecules/TreeSelect/TreeSelect.d.ts +12 -0
  243. package/es/components/molecules/TreeSelect/TreeSelect.js +2 -0
  244. package/es/components/molecules/UploadImage/MediaIcon.d.ts +2 -0
  245. package/es/components/molecules/UploadImage/MediaIcon.js +8 -0
  246. package/es/components/molecules/UploadImage/index.d.ts +33 -0
  247. package/es/components/molecules/UploadImage/index.js +366 -0
  248. package/es/components/molecules/UploadImage/styled.d.ts +13 -0
  249. package/es/components/molecules/UploadImage/styled.js +134 -0
  250. package/es/components/molecules/index.d.ts +30 -0
  251. package/es/components/molecules/index.js +27 -0
  252. package/es/components/organism/Help/Help.js +1005 -0
  253. package/es/components/organism/Help/constants.d.ts +140 -0
  254. package/es/components/organism/Help/constants.js +1653 -0
  255. package/es/components/organism/Help/styled.js +264 -0
  256. package/es/components/organism/Help/utils.js +82 -0
  257. package/es/components/organism/PositionSetting/config.js +10 -0
  258. package/es/components/organism/PositionSetting/index.js +62 -0
  259. package/es/components/organism/PositionSetting/styled.js +3 -0
  260. package/es/components/organism/Table/CrossTabTable/CrossTabTable.js +305 -0
  261. package/es/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.js +22 -0
  262. package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.js +13 -0
  263. package/es/components/organism/Table/CrossTabTable/constants.js +1525 -0
  264. package/es/components/organism/Table/CrossTabTable/styled.js +13 -0
  265. package/es/components/organism/Table/CrossTabTable/utils.js +1 -0
  266. package/es/components/organism/Table/ExplorePivotTable/ExplorePivotTable.js +51 -0
  267. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.js +41 -0
  268. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/index.d.ts +1 -0
  269. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/index.js +1 -0
  270. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.js +21 -0
  271. package/es/components/organism/Table/ExplorePivotTable/constants.js +84 -0
  272. package/es/components/organism/Table/ExplorePivotTable/styled.js +15 -0
  273. package/es/components/organism/Table/ExplorePivotTable/utils.js +154 -0
  274. package/es/constants/gradientSetting.d.ts +83 -0
  275. package/es/constants/gradientSetting.js +86 -0
  276. package/es/constants/index.d.ts +3 -0
  277. package/es/constants/index.js +3 -0
  278. package/es/constants/keyCode.js +394 -0
  279. package/es/constants/storybook.js +24 -0
  280. package/es/constants/theme.js +146 -0
  281. package/es/hooks/index.js +21 -0
  282. package/es/hooks/useDebounce.js +15 -0
  283. package/es/locales/en/translation.json +66 -0
  284. package/es/locales/i18n.d.ts +140 -0
  285. package/es/locales/i18n.js +38 -0
  286. package/es/locales/translations.d.ts +70 -0
  287. package/es/locales/translations.js +35 -0
  288. package/es/locales/vi/translation.json +66 -0
  289. package/es/models/SavedImage.js +26 -0
  290. package/es/models/Upload.js +21 -0
  291. package/es/models/model.js +5 -0
  292. package/es/services/MediaTemplateDesign/UploadFile/index.d.ts +6 -0
  293. package/es/services/MediaTemplateDesign/UploadFile/index.js +75 -0
  294. package/es/services/Ticket.js +73 -0
  295. package/es/services/constants.js +21 -0
  296. package/es/services/index.js +64 -0
  297. package/es/stories/assets/code-brackets.svg +1 -0
  298. package/es/stories/assets/colors.svg +1 -0
  299. package/es/stories/assets/comments.svg +1 -0
  300. package/es/stories/assets/direction.svg +1 -0
  301. package/es/stories/assets/flow.svg +1 -0
  302. package/es/stories/assets/plugin.svg +1 -0
  303. package/es/stories/assets/repo.svg +1 -0
  304. package/es/stories/assets/stackalt.svg +1 -0
  305. package/es/test.d.ts +13 -0
  306. package/es/test.js +168 -0
  307. package/es/utils/color.js +61 -0
  308. package/es/utils/common.d.ts +53 -0
  309. package/es/utils/common.js +355 -0
  310. package/es/utils/handleError.d.ts +2 -0
  311. package/es/utils/handleError.js +6 -0
  312. package/es/utils/loadable.js +10 -0
  313. package/es/utils/web.js +26 -0
  314. package/package.json +51 -13
  315. package/dist/688be4ec34a228a3d51c.png +0 -1
  316. package/dist/7bd6d6407df2d867ce2f.svg +0 -1
  317. package/dist/afb8ae1bce88559d24ef.woff +0 -0
  318. package/dist/cfed74d00d1032bc5076.ttf +0 -0
  319. package/dist/d623401497f2714dc96f.eot +0 -0
  320. package/dist/public/icons/8d4b7f99c706464161e377ad92c16626.png +0 -0
  321. package/dist/public/icons/f044bd910efe471eab411d1a144b489b.svg +0 -338
  322. package/dist/types/components/atoms/Alert/index.stories.d.ts +0 -12
  323. package/dist/types/components/atoms/Button/Button.stories.d.ts +0 -32
  324. package/dist/types/components/atoms/Button/index.d.ts +0 -10
  325. package/dist/types/components/atoms/Checkbox/Checkbox.stories.d.ts +0 -16
  326. package/dist/types/components/atoms/Divider/Divider.stories.d.ts +0 -8
  327. package/dist/types/components/atoms/Empty/Empty.stories.d.ts +0 -51
  328. package/dist/types/components/atoms/FloatButton/FloatButton.stories.d.ts +0 -6
  329. package/dist/types/components/atoms/Grid/Grid.stories.d.ts +0 -107
  330. package/dist/types/components/atoms/Input/Input.d.ts +0 -19
  331. package/dist/types/components/atoms/Input/Input.stories.d.ts +0 -22
  332. package/dist/types/components/atoms/Input/index.d.ts +0 -1
  333. package/dist/types/components/atoms/InputNumber/InputNumber.stories.d.ts +0 -16
  334. package/dist/types/components/atoms/Message/Message.stories.d.ts +0 -95
  335. package/dist/types/components/atoms/Message/index.stories.d.ts +0 -12
  336. package/dist/types/components/atoms/Notification/Notification.stories.d.ts +0 -105
  337. package/dist/types/components/atoms/Notification/__tests__/index.test.d.ts +0 -1
  338. package/dist/types/components/atoms/Pagination/Pagination.stories.d.ts +0 -96
  339. package/dist/types/components/atoms/Popover/Popover.stories.d.ts +0 -40
  340. package/dist/types/components/atoms/Popover/index.stories.d.ts +0 -49
  341. package/dist/types/components/atoms/Progress/Progress.stories.d.ts +0 -135
  342. package/dist/types/components/atoms/Radio/Radio.stories.d.ts +0 -17
  343. package/dist/types/components/atoms/Rate/Rate.stories.d.ts +0 -55
  344. package/dist/types/components/atoms/Segmented/Segmented.stories.d.ts +0 -85
  345. package/dist/types/components/atoms/Segmented/__tests__/index.test.d.ts +0 -1
  346. package/dist/types/components/atoms/Skeleton/Skeleton.stories.d.ts +0 -72
  347. package/dist/types/components/atoms/Skeleton/__tests__/index.test.d.ts +0 -1
  348. package/dist/types/components/atoms/Slider/__tests__/index.test.d.ts +0 -1
  349. package/dist/types/components/atoms/Slider/index.stories.d.ts +0 -10
  350. package/dist/types/components/atoms/Space/Space.stories.d.ts +0 -16
  351. package/dist/types/components/atoms/Spin/Spin.stories.d.ts +0 -53
  352. package/dist/types/components/atoms/Spin/__tests__/index.test.d.ts +0 -1
  353. package/dist/types/components/atoms/Statistic/Statistic.stories.d.ts +0 -51
  354. package/dist/types/components/atoms/Statistic/__tests__/index.test.d.ts +0 -1
  355. package/dist/types/components/atoms/Steps/Steps.stories.d.ts +0 -151
  356. package/dist/types/components/atoms/Steps/__tests__/index.test.d.ts +0 -1
  357. package/dist/types/components/atoms/Switch/Switch.stories.d.ts +0 -45
  358. package/dist/types/components/atoms/Switch/__tests__/index.test.d.ts +0 -1
  359. package/dist/types/components/atoms/Switch/styled.d.ts +0 -1
  360. package/dist/types/components/atoms/Tag/Tag.stories.d.ts +0 -12
  361. package/dist/types/components/atoms/Text/index.stories.d.ts +0 -6
  362. package/dist/types/components/atoms/Timeline/Timeline.stories.d.ts +0 -67
  363. package/dist/types/components/atoms/Timeline/__tests__/index.test.d.ts +0 -1
  364. package/dist/types/components/atoms/Tooltip/Tooltip.stories.d.ts +0 -14
  365. package/dist/types/components/atoms/Typography/Typography.stories.d.ts +0 -11
  366. package/dist/types/components/atoms/Watermark/Watermark.stories.d.ts +0 -27
  367. package/dist/types/components/atoms/Watermark/__tests__/index.test.d.ts +0 -1
  368. package/dist/types/components/atoms/index.d.ts +0 -32
  369. package/dist/types/components/common/ConfigProvider/ConfigProvider.d.ts +0 -10
  370. package/dist/types/components/icons/index.d.ts +0 -25
  371. package/dist/types/components/molecules/AlignSetting/__tests__/index.test.d.ts +0 -1
  372. package/dist/types/components/molecules/CaptureScreen/CaptureScreen.stories.d.ts +0 -29
  373. package/dist/types/components/molecules/CaptureScreen/types.d.ts +0 -108
  374. package/dist/types/components/molecules/Card/Card.stories.d.ts +0 -88
  375. package/dist/types/components/molecules/Card/__tests__/index.test.d.ts +0 -1
  376. package/dist/types/components/molecules/Cascader/Cascader.stories.d.ts +0 -37
  377. package/dist/types/components/molecules/ChatBox/ChatBox.stories.d.ts +0 -0
  378. package/dist/types/components/molecules/ColorPicker/ChromePicker/__tests__/index.test.d.ts +0 -1
  379. package/dist/types/components/molecules/ColorPicker/CustomPicker/__tests__/index.test.d.ts +0 -1
  380. package/dist/types/components/molecules/ColorPicker/SketchPicker/__tests__/index.test.d.ts +0 -1
  381. package/dist/types/components/molecules/ColorPicker/__tests__/index.test.d.ts +0 -1
  382. package/dist/types/components/molecules/ColorSetting/__tests__/index.test.d.ts +0 -1
  383. package/dist/types/components/molecules/ColorSetting/index.d.ts +0 -13
  384. package/dist/types/components/molecules/ColorSetting/styled.d.ts +0 -13
  385. package/dist/types/components/molecules/DatePicker/DatePicker.stories.d.ts +0 -4
  386. package/dist/types/components/molecules/DatePicker/__tests__/DatePicker.test.d.ts +0 -1
  387. package/dist/types/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.stories.d.ts +0 -5
  388. package/dist/types/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.stories.d.ts +0 -9
  389. package/dist/types/components/molecules/Drawer/Drawer.d.ts +0 -2
  390. package/dist/types/components/molecules/Drawer/Drawer.stories.d.ts +0 -75
  391. package/dist/types/components/molecules/Drawer/__tests__/index.test.d.ts +0 -1
  392. package/dist/types/components/molecules/Dropdown/Dropdown.stories.d.ts +0 -23
  393. package/dist/types/components/molecules/EdgeSetting/__tests__/index.test.d.ts +0 -1
  394. package/dist/types/components/molecules/IconSelection/__tests__/index.test.d.ts +0 -1
  395. package/dist/types/components/molecules/IconSelection/constants.d.ts +0 -6
  396. package/dist/types/components/molecules/IconSelection/index.d.ts +0 -9
  397. package/dist/types/components/molecules/IconSelection/styled.d.ts +0 -14
  398. package/dist/types/components/molecules/InputNumber/__tests__/index.test.d.ts +0 -1
  399. package/dist/types/components/molecules/InputNumber/styled.d.ts +0 -8
  400. package/dist/types/components/molecules/InputSearch/__tests__/index.test.d.ts +0 -1
  401. package/dist/types/components/molecules/InputSearch/index.d.ts +0 -7
  402. package/dist/types/components/molecules/Modal/Loadable.d.ts +0 -7
  403. package/dist/types/components/molecules/Modal/styled.d.ts +0 -16
  404. package/dist/types/components/molecules/Popconfirm/Popconfirm.stories.d.ts +0 -79
  405. package/dist/types/components/molecules/Popconfirm/__tests__/index.test.d.ts +0 -1
  406. package/dist/types/components/molecules/RadioGroup/__tests__/index.test.d.ts +0 -1
  407. package/dist/types/components/molecules/Result/Result.stories.d.ts +0 -25
  408. package/dist/types/components/molecules/Result/__tests__/index.test.d.ts +0 -1
  409. package/dist/types/components/molecules/Select/Select.d.ts +0 -15
  410. package/dist/types/components/molecules/Select/Select.stories.d.ts +0 -28
  411. package/dist/types/components/molecules/Select/Test.d.ts +0 -3
  412. package/dist/types/components/molecules/SettingWrapper/__tests__/index.test.d.ts +0 -1
  413. package/dist/types/components/molecules/SliderWithInputNumber/__tests__/index.test.d.ts +0 -1
  414. package/dist/types/components/molecules/SliderWithInputNumber/index.d.ts +0 -11
  415. package/dist/types/components/molecules/TreeSelect/TreeSelect.d.ts +0 -11
  416. package/dist/types/components/molecules/TreeSelect/TreeSelect.stories.d.ts +0 -87
  417. package/dist/types/components/molecules/TreeSelect/__tests__/index.test.d.ts +0 -1
  418. package/dist/types/components/molecules/UploadImage/__tests__/index.test.d.ts +0 -1
  419. package/dist/types/components/molecules/UploadImage/index.d.ts +0 -26
  420. package/dist/types/components/molecules/UploadImage/styled.d.ts +0 -8
  421. package/dist/types/components/molecules/index.d.ts +0 -25
  422. package/dist/types/components/organism/Help/constants.d.ts +0 -140
  423. package/dist/types/components/organism/PositionSetting/__tests__/index.test.d.ts +0 -1
  424. package/dist/types/components/organism/Table/CrossTabTable/components/CustomCell/index.d.ts +0 -0
  425. package/dist/types/components/organism/Table/Table.stories.d.ts +0 -39
  426. package/dist/types/constants/index.d.ts +0 -2
  427. package/dist/types/locales/i18n.d.ts +0 -73
  428. package/dist/types/locales/translations.d.ts +0 -37
  429. package/dist/types/node_modules/react-markdown/lib/complex-types.d.ts +0 -22
  430. package/dist/types/services/MediaTemplateDesign/UploadFile/index.d.ts +0 -6
  431. package/dist/types/src/components/atoms/Alert/Alert.d.ts +0 -4
  432. package/dist/types/src/components/atoms/Alert/index.stories.d.ts +0 -12
  433. package/dist/types/src/components/atoms/Button/Button.stories.d.ts +0 -32
  434. package/dist/types/src/components/atoms/Button/__tests__/Button.test.d.ts +0 -1
  435. package/dist/types/src/components/atoms/Button/index.d.ts +0 -11
  436. package/dist/types/src/components/atoms/Button/test.d.ts +0 -3
  437. package/dist/types/src/components/atoms/Checkbox/Checkbox.stories.d.ts +0 -16
  438. package/dist/types/src/components/atoms/Checkbox/__tests__/Checkbox.test.d.ts +0 -1
  439. package/dist/types/src/components/atoms/Divider/Divider.stories.d.ts +0 -8
  440. package/dist/types/src/components/atoms/Divider/__tests__/Divider.test.d.ts +0 -1
  441. package/dist/types/src/components/atoms/DividerPure/DividerPure.d.ts +0 -10
  442. package/dist/types/src/components/atoms/DividerPure/styled.d.ts +0 -1
  443. package/dist/types/src/components/atoms/Empty/Empty.d.ts +0 -5
  444. package/dist/types/src/components/atoms/Empty/Empty.stories.d.ts +0 -51
  445. package/dist/types/src/components/atoms/Empty/__tests__/index.test.d.ts +0 -1
  446. package/dist/types/src/components/atoms/FloatButton/FloatButton.stories.d.ts +0 -6
  447. package/dist/types/src/components/atoms/FloatButton/__tests__/index.test.d.ts +0 -0
  448. package/dist/types/src/components/atoms/FloatButton/index.d.ts +0 -1
  449. package/dist/types/src/components/atoms/Grid/Grid.d.ts +0 -3
  450. package/dist/types/src/components/atoms/Grid/Grid.stories.d.ts +0 -107
  451. package/dist/types/src/components/atoms/Input/Input.d.ts +0 -19
  452. package/dist/types/src/components/atoms/Input/Input.stories.d.ts +0 -22
  453. package/dist/types/src/components/atoms/Input/__tests__/Input.test.d.ts +0 -1
  454. package/dist/types/src/components/atoms/Input/index.d.ts +0 -1
  455. package/dist/types/src/components/atoms/Input/styled.d.ts +0 -11
  456. package/dist/types/src/components/atoms/InputNumber/InputNumber.d.ts +0 -6
  457. package/dist/types/src/components/atoms/InputNumber/InputNumber.stories.d.ts +0 -16
  458. package/dist/types/src/components/atoms/InputNumber/__tests__/InputNumber.test.d.ts +0 -1
  459. package/dist/types/src/components/atoms/Message/Message.stories.d.ts +0 -95
  460. package/dist/types/src/components/atoms/Message/__tests__/index.test.d.ts +0 -1
  461. package/dist/types/src/components/atoms/Notification/Notification.stories.d.ts +0 -105
  462. package/dist/types/src/components/atoms/Notification/__tests__/index.test.d.ts +0 -1
  463. package/dist/types/src/components/atoms/Pagination/Pagination.d.ts +0 -2
  464. package/dist/types/src/components/atoms/Pagination/Pagination.stories.d.ts +0 -96
  465. package/dist/types/src/components/atoms/Pagination/__tests__/index.test.d.ts +0 -1
  466. package/dist/types/src/components/atoms/Popover/Popover.d.ts +0 -4
  467. package/dist/types/src/components/atoms/Popover/Popover.stories.d.ts +0 -40
  468. package/dist/types/src/components/atoms/Popover/__tests__/index.test.d.ts +0 -1
  469. package/dist/types/src/components/atoms/Popover/styled.d.ts +0 -4
  470. package/dist/types/src/components/atoms/Progress/Progress.d.ts +0 -2
  471. package/dist/types/src/components/atoms/Progress/Progress.stories.d.ts +0 -135
  472. package/dist/types/src/components/atoms/Progress/__tests__/index.test.d.ts +0 -1
  473. package/dist/types/src/components/atoms/Radio/Radio.stories.d.ts +0 -17
  474. package/dist/types/src/components/atoms/Radio/__tests__/Radio.test.d.ts +0 -1
  475. package/dist/types/src/components/atoms/Radio/index.d.ts +0 -7
  476. package/dist/types/src/components/atoms/Rate/Rate.d.ts +0 -2
  477. package/dist/types/src/components/atoms/Rate/Rate.stories.d.ts +0 -55
  478. package/dist/types/src/components/atoms/Rate/__tests__/index.test.d.ts +0 -1
  479. package/dist/types/src/components/atoms/RequiredLabel/__tests__/index.test.d.ts +0 -1
  480. package/dist/types/src/components/atoms/RequiredLabel/index.d.ts +0 -7
  481. package/dist/types/src/components/atoms/RequiredLabel/styled.d.ts +0 -2
  482. package/dist/types/src/components/atoms/ScrollBox/index.d.ts +0 -9
  483. package/dist/types/src/components/atoms/Segmented/Segmented.d.ts +0 -2
  484. package/dist/types/src/components/atoms/Segmented/Segmented.stories.d.ts +0 -85
  485. package/dist/types/src/components/atoms/Segmented/__tests__/index.test.d.ts +0 -1
  486. package/dist/types/src/components/atoms/Skeleton/Skeleton.d.ts +0 -8
  487. package/dist/types/src/components/atoms/Skeleton/Skeleton.stories.d.ts +0 -72
  488. package/dist/types/src/components/atoms/Skeleton/__tests__/index.test.d.ts +0 -1
  489. package/dist/types/src/components/atoms/Slider/__tests__/index.test.d.ts +0 -1
  490. package/dist/types/src/components/atoms/Slider/index.d.ts +0 -5
  491. package/dist/types/src/components/atoms/Slider/index.stories.d.ts +0 -10
  492. package/dist/types/src/components/atoms/Slider/styled.d.ts +0 -7
  493. package/dist/types/src/components/atoms/Space/Space.d.ts +0 -6
  494. package/dist/types/src/components/atoms/Space/Space.stories.d.ts +0 -16
  495. package/dist/types/src/components/atoms/Spin/Spin.d.ts +0 -9
  496. package/dist/types/src/components/atoms/Spin/Spin.stories.d.ts +0 -53
  497. package/dist/types/src/components/atoms/Spin/__tests__/index.test.d.ts +0 -1
  498. package/dist/types/src/components/atoms/Spin/styled.d.ts +0 -1
  499. package/dist/types/src/components/atoms/Statistic/Statistic.d.ts +0 -4
  500. package/dist/types/src/components/atoms/Statistic/Statistic.stories.d.ts +0 -51
  501. package/dist/types/src/components/atoms/Statistic/__tests__/index.test.d.ts +0 -1
  502. package/dist/types/src/components/atoms/Steps/Steps.d.ts +0 -4
  503. package/dist/types/src/components/atoms/Steps/Steps.stories.d.ts +0 -151
  504. package/dist/types/src/components/atoms/Steps/__tests__/index.test.d.ts +0 -1
  505. package/dist/types/src/components/atoms/Switch/Switch.d.ts +0 -2
  506. package/dist/types/src/components/atoms/Switch/Switch.stories.d.ts +0 -45
  507. package/dist/types/src/components/atoms/Switch/__tests__/index.test.d.ts +0 -1
  508. package/dist/types/src/components/atoms/Switch/styled.d.ts +0 -1
  509. package/dist/types/src/components/atoms/Tag/Tag.stories.d.ts +0 -12
  510. package/dist/types/src/components/atoms/Text/index.d.ts +0 -10
  511. package/dist/types/src/components/atoms/Text/index.stories.d.ts +0 -6
  512. package/dist/types/src/components/atoms/Text/styled.d.ts +0 -7
  513. package/dist/types/src/components/atoms/Timeline/Timeline.d.ts +0 -4
  514. package/dist/types/src/components/atoms/Timeline/Timeline.stories.d.ts +0 -67
  515. package/dist/types/src/components/atoms/Timeline/__tests__/index.test.d.ts +0 -1
  516. package/dist/types/src/components/atoms/Tooltip/Tooltip.stories.d.ts +0 -14
  517. package/dist/types/src/components/atoms/Typography/Typography.stories.d.ts +0 -11
  518. package/dist/types/src/components/atoms/Watermark/Watermark.d.ts +0 -2
  519. package/dist/types/src/components/atoms/Watermark/Watermark.stories.d.ts +0 -27
  520. package/dist/types/src/components/atoms/Watermark/__tests__/index.test.d.ts +0 -1
  521. package/dist/types/src/components/atoms/index.d.ts +0 -32
  522. package/dist/types/src/components/common/ConfigProvider/ConfigProvider.d.ts +0 -10
  523. package/dist/types/src/components/common/ConfigProvider/GlobalStyle.d.ts +0 -5
  524. package/dist/types/src/components/icons/ArrowGrowIcon.d.ts +0 -1
  525. package/dist/types/src/components/icons/AudioRecordIcon.d.ts +0 -1
  526. package/dist/types/src/components/icons/BugIcon.d.ts +0 -1
  527. package/dist/types/src/components/icons/CameraIcon.d.ts +0 -1
  528. package/dist/types/src/components/icons/CaptureIcon.d.ts +0 -1
  529. package/dist/types/src/components/icons/CheckSlimIcon.d.ts +0 -1
  530. package/dist/types/src/components/icons/CloseIcon.d.ts +0 -3
  531. package/dist/types/src/components/icons/CommentIcon.d.ts +0 -1
  532. package/dist/types/src/components/icons/EventIcon.d.ts +0 -3
  533. package/dist/types/src/components/icons/FreeDrawIcon.d.ts +0 -1
  534. package/dist/types/src/components/icons/GPTIcon.d.ts +0 -1
  535. package/dist/types/src/components/icons/GPTIconV2.d.ts +0 -1
  536. package/dist/types/src/components/icons/GPTIconV3.d.ts +0 -1
  537. package/dist/types/src/components/icons/HighlightIcon.d.ts +0 -1
  538. package/dist/types/src/components/icons/IdeaIcon.d.ts +0 -1
  539. package/dist/types/src/components/icons/InvisibleIcon.d.ts +0 -1
  540. package/dist/types/src/components/icons/MuteIcon.d.ts +0 -1
  541. package/dist/types/src/components/icons/OpenUrlIcon.d.ts +0 -1
  542. package/dist/types/src/components/icons/PauseIcon.d.ts +0 -1
  543. package/dist/types/src/components/icons/PlaneIcon.d.ts +0 -1
  544. package/dist/types/src/components/icons/RequestIcon.d.ts +0 -1
  545. package/dist/types/src/components/icons/StopRecordIcon.d.ts +0 -1
  546. package/dist/types/src/components/icons/UserIcon.d.ts +0 -1
  547. package/dist/types/src/components/icons/VerticalDotsIcon.d.ts +0 -1
  548. package/dist/types/src/components/icons/WarningIcon.d.ts +0 -1
  549. package/dist/types/src/components/icons/index.d.ts +0 -25
  550. package/dist/types/src/components/molecules/AlignSetting/__tests__/index.test.d.ts +0 -1
  551. package/dist/types/src/components/molecules/AlignSetting/index.d.ts +0 -19
  552. package/dist/types/src/components/molecules/AlignSetting/styled.d.ts +0 -1
  553. package/dist/types/src/components/molecules/AlignSetting/utils.d.ts +0 -3
  554. package/dist/types/src/components/molecules/CaptureScreen/CaptureScreen.d.ts +0 -15
  555. package/dist/types/src/components/molecules/CaptureScreen/CaptureScreen.stories.d.ts +0 -29
  556. package/dist/types/src/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +0 -16
  557. package/dist/types/src/components/molecules/CaptureScreen/components/CommentBox/styled.d.ts +0 -12
  558. package/dist/types/src/components/molecules/CaptureScreen/components/CommentBox/types.d.ts +0 -15
  559. package/dist/types/src/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +0 -3
  560. package/dist/types/src/components/molecules/CaptureScreen/components/Cursor/styled.d.ts +0 -7
  561. package/dist/types/src/components/molecules/CaptureScreen/components/Cursor/types.d.ts +0 -10
  562. package/dist/types/src/components/molecules/CaptureScreen/constants.d.ts +0 -41
  563. package/dist/types/src/components/molecules/CaptureScreen/hooks/useImageEditor.d.ts +0 -5
  564. package/dist/types/src/components/molecules/CaptureScreen/styled.d.ts +0 -26
  565. package/dist/types/src/components/molecules/CaptureScreen/themes/black.d.ts +0 -54
  566. package/dist/types/src/components/molecules/CaptureScreen/themes/white.d.ts +0 -54
  567. package/dist/types/src/components/molecules/CaptureScreen/types.d.ts +0 -108
  568. package/dist/types/src/components/molecules/CaptureScreen/utils.d.ts +0 -13
  569. package/dist/types/src/components/molecules/Card/Card.d.ts +0 -1
  570. package/dist/types/src/components/molecules/Card/Card.stories.d.ts +0 -88
  571. package/dist/types/src/components/molecules/Card/__tests__/index.test.d.ts +0 -1
  572. package/dist/types/src/components/molecules/Cascader/Cascader.stories.d.ts +0 -37
  573. package/dist/types/src/components/molecules/ChatBox/ChatBox.d.ts +0 -3
  574. package/dist/types/src/components/molecules/ChatBox/ChatBox.stories.d.ts +0 -0
  575. package/dist/types/src/components/molecules/ChatBox/MessageItem.d.ts +0 -5
  576. package/dist/types/src/components/molecules/ChatBox/constants.d.ts +0 -6
  577. package/dist/types/src/components/molecules/ChatBox/styled.d.ts +0 -10
  578. package/dist/types/src/components/molecules/ChatBox/types.d.ts +0 -32
  579. package/dist/types/src/components/molecules/ColorPicker/ChromePicker/__tests__/index.test.d.ts +0 -1
  580. package/dist/types/src/components/molecules/ColorPicker/ChromePicker/index.d.ts +0 -1
  581. package/dist/types/src/components/molecules/ColorPicker/ChromePicker/styled.d.ts +0 -1
  582. package/dist/types/src/components/molecules/ColorPicker/CustomPicker/__tests__/index.test.d.ts +0 -1
  583. package/dist/types/src/components/molecules/ColorPicker/CustomPicker/index.d.ts +0 -2
  584. package/dist/types/src/components/molecules/ColorPicker/CustomPicker/styled.d.ts +0 -5
  585. package/dist/types/src/components/molecules/ColorPicker/SketchPicker/__tests__/index.test.d.ts +0 -1
  586. package/dist/types/src/components/molecules/ColorPicker/SketchPicker/index.d.ts +0 -10
  587. package/dist/types/src/components/molecules/ColorPicker/SketchPicker/styled.d.ts +0 -1
  588. package/dist/types/src/components/molecules/ColorPicker/__tests__/index.test.d.ts +0 -1
  589. package/dist/types/src/components/molecules/ColorPicker/index.d.ts +0 -13
  590. package/dist/types/src/components/molecules/ColorPicker/styled.d.ts +0 -1
  591. package/dist/types/src/components/molecules/ColorSetting/__tests__/index.test.d.ts +0 -1
  592. package/dist/types/src/components/molecules/ColorSetting/index.d.ts +0 -13
  593. package/dist/types/src/components/molecules/ColorSetting/styled.d.ts +0 -13
  594. package/dist/types/src/components/molecules/DatePicker/DatePicker.d.ts +0 -8
  595. package/dist/types/src/components/molecules/DatePicker/DatePicker.stories.d.ts +0 -4
  596. package/dist/types/src/components/molecules/DatePicker/__tests__/DatePicker.test.d.ts +0 -1
  597. package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +0 -28
  598. package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.stories.d.ts +0 -5
  599. package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +0 -53
  600. package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/index.d.ts +0 -3
  601. package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +0 -7
  602. package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +0 -14
  603. package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +0 -15
  604. package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +0 -15
  605. package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.stories.d.ts +0 -9
  606. package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/constants.d.ts +0 -4
  607. package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/index.d.ts +0 -2
  608. package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/types.d.ts +0 -17
  609. package/dist/types/src/components/molecules/DatePicker/index.d.ts +0 -3
  610. package/dist/types/src/components/molecules/Drawer/Drawer.d.ts +0 -2
  611. package/dist/types/src/components/molecules/Drawer/Drawer.stories.d.ts +0 -75
  612. package/dist/types/src/components/molecules/Drawer/__tests__/index.test.d.ts +0 -1
  613. package/dist/types/src/components/molecules/Dropdown/Dropdown.stories.d.ts +0 -23
  614. package/dist/types/src/components/molecules/EdgeSetting/__tests__/index.test.d.ts +0 -1
  615. package/dist/types/src/components/molecules/EdgeSetting/index.d.ts +0 -39
  616. package/dist/types/src/components/molecules/EdgeSetting/styled.d.ts +0 -3
  617. package/dist/types/src/components/molecules/IconSelection/__tests__/index.test.d.ts +0 -1
  618. package/dist/types/src/components/molecules/IconSelection/constants.d.ts +0 -6
  619. package/dist/types/src/components/molecules/IconSelection/index.d.ts +0 -9
  620. package/dist/types/src/components/molecules/IconSelection/styled.d.ts +0 -14
  621. package/dist/types/src/components/molecules/InputNumber/__tests__/index.test.d.ts +0 -1
  622. package/dist/types/src/components/molecules/InputNumber/index.d.ts +0 -9
  623. package/dist/types/src/components/molecules/InputNumber/styled.d.ts +0 -8
  624. package/dist/types/src/components/molecules/InputSearch/__tests__/index.test.d.ts +0 -1
  625. package/dist/types/src/components/molecules/InputSearch/index.d.ts +0 -7
  626. package/dist/types/src/components/molecules/InputSearch/styled.d.ts +0 -1
  627. package/dist/types/src/components/molecules/Modal/Loadable.d.ts +0 -7
  628. package/dist/types/src/components/molecules/Modal/styled.d.ts +0 -16
  629. package/dist/types/src/components/molecules/Popconfirm/Popconfirm.d.ts +0 -4
  630. package/dist/types/src/components/molecules/Popconfirm/Popconfirm.stories.d.ts +0 -79
  631. package/dist/types/src/components/molecules/Popconfirm/__tests__/index.test.d.ts +0 -1
  632. package/dist/types/src/components/molecules/PopupDraggable/PopupDraggable.d.ts +0 -6
  633. package/dist/types/src/components/molecules/PopupDraggable/styled.d.ts +0 -5
  634. package/dist/types/src/components/molecules/PopupDraggable/types.d.ts +0 -15
  635. package/dist/types/src/components/molecules/RadioGroup/__tests__/index.test.d.ts +0 -1
  636. package/dist/types/src/components/molecules/RadioGroup/index.d.ts +0 -7
  637. package/dist/types/src/components/molecules/RadioGroup/styled.d.ts +0 -3
  638. package/dist/types/src/components/molecules/Result/Result.d.ts +0 -1
  639. package/dist/types/src/components/molecules/Result/Result.stories.d.ts +0 -25
  640. package/dist/types/src/components/molecules/Result/__tests__/index.test.d.ts +0 -1
  641. package/dist/types/src/components/molecules/Select/Select.d.ts +0 -15
  642. package/dist/types/src/components/molecules/Select/Select.stories.d.ts +0 -28
  643. package/dist/types/src/components/molecules/Select/Test.d.ts +0 -3
  644. package/dist/types/src/components/molecules/Select/index.d.ts +0 -2
  645. package/dist/types/src/components/molecules/Select/styled.d.ts +0 -4
  646. package/dist/types/src/components/molecules/SettingWrapper/__tests__/index.test.d.ts +0 -1
  647. package/dist/types/src/components/molecules/SettingWrapper/index.d.ts +0 -13
  648. package/dist/types/src/components/molecules/SettingWrapper/styled.d.ts +0 -5
  649. package/dist/types/src/components/molecules/SliderWithInputNumber/__tests__/index.test.d.ts +0 -1
  650. package/dist/types/src/components/molecules/SliderWithInputNumber/index.d.ts +0 -11
  651. package/dist/types/src/components/molecules/SliderWithInputNumber/styled.d.ts +0 -1
  652. package/dist/types/src/components/molecules/TreeSelect/TreeSelect.d.ts +0 -11
  653. package/dist/types/src/components/molecules/TreeSelect/TreeSelect.stories.d.ts +0 -87
  654. package/dist/types/src/components/molecules/TreeSelect/__tests__/index.test.d.ts +0 -1
  655. package/dist/types/src/components/molecules/UploadImage/__tests__/index.test.d.ts +0 -1
  656. package/dist/types/src/components/molecules/UploadImage/index.d.ts +0 -26
  657. package/dist/types/src/components/molecules/UploadImage/styled.d.ts +0 -8
  658. package/dist/types/src/components/molecules/index.d.ts +0 -25
  659. package/dist/types/src/components/organism/Help/Help.d.ts +0 -5
  660. package/dist/types/src/components/organism/Help/constants.d.ts +0 -140
  661. package/dist/types/src/components/organism/Help/styled.d.ts +0 -81
  662. package/dist/types/src/components/organism/Help/types.d.ts +0 -67
  663. package/dist/types/src/components/organism/Help/utils.d.ts +0 -15
  664. package/dist/types/src/components/organism/PositionSetting/__tests__/index.test.d.ts +0 -1
  665. package/dist/types/src/components/organism/PositionSetting/config.d.ts +0 -10
  666. package/dist/types/src/components/organism/PositionSetting/index.d.ts +0 -15
  667. package/dist/types/src/components/organism/PositionSetting/styled.d.ts +0 -1
  668. package/dist/types/src/components/organism/PositionSetting/types.d.ts +0 -10
  669. package/dist/types/src/components/organism/Table/CrossTabTable/CrossTabTable.d.ts +0 -18
  670. package/dist/types/src/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.d.ts +0 -11
  671. package/dist/types/src/components/organism/Table/CrossTabTable/components/CustomCell/index.d.ts +0 -0
  672. package/dist/types/src/components/organism/Table/CrossTabTable/components/CustomCell/styled.d.ts +0 -1
  673. package/dist/types/src/components/organism/Table/CrossTabTable/constants.d.ts +0 -75
  674. package/dist/types/src/components/organism/Table/CrossTabTable/styled.d.ts +0 -1
  675. package/dist/types/src/components/organism/Table/CrossTabTable/types.d.ts +0 -1
  676. package/dist/types/src/components/organism/Table/CrossTabTable/utils.d.ts +0 -1
  677. package/dist/types/src/components/organism/Table/ExplorePivotTable/ExplorePivotTable.d.ts +0 -11
  678. package/dist/types/src/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.d.ts +0 -12
  679. package/dist/types/src/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.d.ts +0 -3
  680. package/dist/types/src/components/organism/Table/ExplorePivotTable/constants.d.ts +0 -4
  681. package/dist/types/src/components/organism/Table/ExplorePivotTable/styled.d.ts +0 -11
  682. package/dist/types/src/components/organism/Table/ExplorePivotTable/types.d.ts +0 -17
  683. package/dist/types/src/components/organism/Table/ExplorePivotTable/utils.d.ts +0 -4
  684. package/dist/types/src/components/organism/Table/Table.stories.d.ts +0 -39
  685. package/dist/types/src/constants/index.d.ts +0 -2
  686. package/dist/types/src/constants/keyCode.d.ts +0 -387
  687. package/dist/types/src/constants/storybook.d.ts +0 -11
  688. package/dist/types/src/constants/theme.d.ts +0 -12
  689. package/dist/types/src/hooks/index.d.ts +0 -2
  690. package/dist/types/src/hooks/useDebounce.d.ts +0 -3
  691. package/dist/types/src/locales/i18n.d.ts +0 -73
  692. package/dist/types/src/locales/translations.d.ts +0 -37
  693. package/dist/types/src/locales/types.d.ts +0 -15
  694. package/dist/types/src/models/SavedImage.d.ts +0 -32
  695. package/dist/types/src/models/Upload.d.ts +0 -32
  696. package/dist/types/src/models/model.d.ts +0 -8
  697. package/dist/types/src/services/MediaTemplateDesign/UploadFile/index.d.ts +0 -6
  698. package/dist/types/src/services/Ticket.d.ts +0 -67
  699. package/dist/types/src/services/constants.d.ts +0 -20
  700. package/dist/types/src/services/index.d.ts +0 -9
  701. package/dist/types/src/stories/components/TableApiTypeTag/index.d.ts +0 -6
  702. package/dist/types/src/stories/components/index.d.ts +0 -1
  703. package/dist/types/src/test.d.ts +0 -14
  704. package/dist/types/src/utils/common.d.ts +0 -47
  705. package/dist/types/src/utils/handleError.d.ts +0 -2
  706. package/dist/types/stories/components/TableApiTypeTag/index.d.ts +0 -6
  707. package/dist/types/stories/components/index.d.ts +0 -1
  708. package/dist/types/test.d.ts +0 -14
  709. package/dist/types/types/index.d.ts +0 -6
  710. package/dist/types/utils/color.d.ts +0 -10
  711. package/dist/types/utils/common.d.ts +0 -47
  712. package/dist/types/utils/handleError.d.ts +0 -2
  713. package/dist/types/utils/loadable.d.ts +0 -7
  714. package/dist/types/utils/web.d.ts +0 -10
  715. /package/{dist/types/components/atoms/FloatButton/__tests__/index.test.d.ts → es/assets/css/main.scss} +0 -0
  716. /package/{dist/types → es}/components/atoms/Alert/Alert.d.ts +0 -0
  717. /package/{dist/types → es}/components/atoms/Alert/index.d.ts +0 -0
  718. /package/{dist/types/src/components/atoms/Alert/index.d.ts → es/components/atoms/Alert/index.js} +0 -0
  719. /package/{dist/types → es}/components/atoms/Button/Button.d.ts +0 -0
  720. /package/{dist/types/src/components/atoms/Button/Button.d.ts → es/components/atoms/Button/Button.js} +0 -0
  721. /package/{dist/types → es}/components/atoms/Button/test.d.ts +0 -0
  722. /package/{dist/types → es}/components/atoms/Checkbox/Checkbox.d.ts +0 -0
  723. /package/{dist/types/src/components/atoms/Checkbox/Checkbox.d.ts → es/components/atoms/Checkbox/Checkbox.js} +0 -0
  724. /package/{dist/types → es}/components/atoms/Checkbox/index.d.ts +0 -0
  725. /package/{dist/types/src/components/atoms/Checkbox/index.d.ts → es/components/atoms/Checkbox/index.js} +0 -0
  726. /package/{dist/types → es}/components/atoms/Divider/Divider.d.ts +0 -0
  727. /package/{dist/types/src/components/atoms/Divider/Divider.d.ts → es/components/atoms/Divider/Divider.js} +0 -0
  728. /package/{dist/types → es}/components/atoms/Divider/index.d.ts +0 -0
  729. /package/{dist/types/src/components/atoms/Divider/index.d.ts → es/components/atoms/Divider/index.js} +0 -0
  730. /package/{dist/types → es}/components/atoms/DividerPure/DividerPure.d.ts +0 -0
  731. /package/{dist/types → es}/components/atoms/DividerPure/index.d.ts +0 -0
  732. /package/{dist/types/src/components/atoms/DividerPure/index.d.ts → es/components/atoms/DividerPure/index.js} +0 -0
  733. /package/{dist/types → es}/components/atoms/DividerPure/styled.d.ts +0 -0
  734. /package/{dist/types → es}/components/atoms/Empty/Empty.d.ts +0 -0
  735. /package/{dist/types → es}/components/atoms/Empty/index.d.ts +0 -0
  736. /package/{dist/types/src/components/atoms/Empty/index.d.ts → es/components/atoms/Empty/index.js} +0 -0
  737. /package/{dist/types → es}/components/atoms/FloatButton/FloatButton.d.ts +0 -0
  738. /package/{dist/types/src/components/atoms/FloatButton/FloatButton.d.ts → es/components/atoms/FloatButton/FloatButton.js} +0 -0
  739. /package/{dist/types → es}/components/atoms/FloatButton/index.d.ts +0 -0
  740. /package/{dist/types → es}/components/atoms/Grid/Grid.d.ts +0 -0
  741. /package/{dist/types → es}/components/atoms/Grid/index.d.ts +0 -0
  742. /package/{dist/types/src/components/atoms/Grid/index.d.ts → es/components/atoms/Grid/index.js} +0 -0
  743. /package/{dist/types → es}/components/atoms/Input/styled.d.ts +0 -0
  744. /package/{dist/types → es}/components/atoms/InputNumber/InputNumber.d.ts +0 -0
  745. /package/{dist/types → es}/components/atoms/InputNumber/index.d.ts +0 -0
  746. /package/{dist/types/src/components/atoms/InputNumber/index.d.ts → es/components/atoms/InputNumber/index.js} +0 -0
  747. /package/{dist/types → es}/components/atoms/Message/Message.d.ts +0 -0
  748. /package/{dist/types/src/components/atoms/Message/Message.d.ts → es/components/atoms/Message/Message.js} +0 -0
  749. /package/{dist/types → es}/components/atoms/Message/index.d.ts +0 -0
  750. /package/{dist/types/src/components/atoms/Message/index.d.ts → es/components/atoms/Message/index.js} +0 -0
  751. /package/{dist/types → es}/components/atoms/Notification/Notification.d.ts +0 -0
  752. /package/{dist/types/src/components/atoms/Notification/Notification.d.ts → es/components/atoms/Notification/Notification.js} +0 -0
  753. /package/{dist/types → es}/components/atoms/Notification/index.d.ts +0 -0
  754. /package/{dist/types/src/components/atoms/Notification/index.d.ts → es/components/atoms/Notification/index.js} +0 -0
  755. /package/{dist/types → es}/components/atoms/Pagination/Pagination.d.ts +0 -0
  756. /package/{dist/types → es}/components/atoms/Pagination/index.d.ts +0 -0
  757. /package/{dist/types/src/components/atoms/Pagination/index.d.ts → es/components/atoms/Pagination/index.js} +0 -0
  758. /package/{dist/types → es}/components/atoms/Popover/Popover.d.ts +0 -0
  759. /package/{dist/types → es}/components/atoms/Popover/index.d.ts +0 -0
  760. /package/{dist/types/src/components/atoms/Popover/index.d.ts → es/components/atoms/Popover/index.js} +0 -0
  761. /package/{dist/types → es}/components/atoms/Popover/styled.d.ts +0 -0
  762. /package/{dist/types → es}/components/atoms/Progress/Progress.d.ts +0 -0
  763. /package/{dist/types → es}/components/atoms/Progress/index.d.ts +0 -0
  764. /package/{dist/types/src/components/atoms/Progress/index.d.ts → es/components/atoms/Progress/index.js} +0 -0
  765. /package/{dist/types → es}/components/atoms/Radio/Radio.d.ts +0 -0
  766. /package/{dist/types/src/components/atoms/Radio/Radio.d.ts → es/components/atoms/Radio/Radio.js} +0 -0
  767. /package/{dist/types → es}/components/atoms/Radio/index.d.ts +0 -0
  768. /package/{dist/types → es}/components/atoms/Rate/Rate.d.ts +0 -0
  769. /package/{dist/types → es}/components/atoms/Rate/index.d.ts +0 -0
  770. /package/{dist/types/src/components/atoms/Rate/index.d.ts → es/components/atoms/Rate/index.js} +0 -0
  771. /package/{dist/types → es}/components/atoms/RequiredLabel/index.d.ts +0 -0
  772. /package/{dist/types → es}/components/atoms/RequiredLabel/styled.d.ts +0 -0
  773. /package/{dist/types → es}/components/atoms/ScrollBox/index.d.ts +0 -0
  774. /package/{dist/types → es}/components/atoms/Segmented/Segmented.d.ts +0 -0
  775. /package/{dist/types → es}/components/atoms/Segmented/index.d.ts +0 -0
  776. /package/{dist/types/src/components/atoms/Segmented/index.d.ts → es/components/atoms/Segmented/index.js} +0 -0
  777. /package/{dist/types → es}/components/atoms/Skeleton/Skeleton.d.ts +0 -0
  778. /package/{dist/types → es}/components/atoms/Skeleton/index.d.ts +0 -0
  779. /package/{dist/types/src/components/atoms/Skeleton/index.d.ts → es/components/atoms/Skeleton/index.js} +0 -0
  780. /package/{dist/types → es}/components/atoms/Slider/index.d.ts +0 -0
  781. /package/{dist/types → es}/components/atoms/Slider/styled.d.ts +0 -0
  782. /package/{dist/types → es}/components/atoms/Space/Space.d.ts +0 -0
  783. /package/{dist/types → es}/components/atoms/Space/index.d.ts +0 -0
  784. /package/{dist/types/src/components/atoms/Space/index.d.ts → es/components/atoms/Space/index.js} +0 -0
  785. /package/{dist/types → es}/components/atoms/Spin/Spin.d.ts +0 -0
  786. /package/{dist/types → es}/components/atoms/Spin/index.d.ts +0 -0
  787. /package/{dist/types/src/components/atoms/Spin/index.d.ts → es/components/atoms/Spin/index.js} +0 -0
  788. /package/{dist/types → es}/components/atoms/Spin/styled.d.ts +0 -0
  789. /package/{dist/types → es}/components/atoms/Statistic/Statistic.d.ts +0 -0
  790. /package/{dist/types → es}/components/atoms/Statistic/index.d.ts +0 -0
  791. /package/{dist/types/src/components/atoms/Statistic/index.d.ts → es/components/atoms/Statistic/index.js} +0 -0
  792. /package/{dist/types → es}/components/atoms/Steps/Steps.d.ts +0 -0
  793. /package/{dist/types → es}/components/atoms/Steps/index.d.ts +0 -0
  794. /package/{dist/types/src/components/atoms/Steps/index.d.ts → es/components/atoms/Steps/index.js} +0 -0
  795. /package/{dist/types → es}/components/atoms/Switch/Switch.d.ts +0 -0
  796. /package/{dist/types → es}/components/atoms/Switch/index.d.ts +0 -0
  797. /package/{dist/types/src/components/atoms/Switch/index.d.ts → es/components/atoms/Switch/index.js} +0 -0
  798. /package/{dist/types → es}/components/atoms/Tag/Tag.d.ts +0 -0
  799. /package/{dist/types/src/components/atoms/Tag/Tag.d.ts → es/components/atoms/Tag/Tag.js} +0 -0
  800. /package/{dist/types → es}/components/atoms/Tag/index.d.ts +0 -0
  801. /package/{dist/types/src/components/atoms/Tag/index.d.ts → es/components/atoms/Tag/index.js} +0 -0
  802. /package/{dist/types → es}/components/atoms/Text/index.d.ts +0 -0
  803. /package/{dist/types → es}/components/atoms/Text/styled.d.ts +0 -0
  804. /package/{dist/types → es}/components/atoms/Timeline/Timeline.d.ts +0 -0
  805. /package/{dist/types → es}/components/atoms/Timeline/index.d.ts +0 -0
  806. /package/{dist/types/src/components/atoms/Timeline/index.d.ts → es/components/atoms/Timeline/index.js} +0 -0
  807. /package/{dist/types → es}/components/atoms/Tooltip/Tooltip.d.ts +0 -0
  808. /package/{dist/types/src/components/atoms/Tooltip/Tooltip.d.ts → es/components/atoms/Tooltip/Tooltip.js} +0 -0
  809. /package/{dist/types → es}/components/atoms/Tooltip/index.d.ts +0 -0
  810. /package/{dist/types/src/components/atoms/Tooltip/index.d.ts → es/components/atoms/Tooltip/index.js} +0 -0
  811. /package/{dist/types → es}/components/atoms/Typography/Text.d.ts +0 -0
  812. /package/{dist/types/src/components/atoms/Typography/Text.d.ts → es/components/atoms/Typography/Text.js} +0 -0
  813. /package/{dist/types → es}/components/atoms/Typography/index.d.ts +0 -0
  814. /package/{dist/types/src/components/atoms/Typography/index.d.ts → es/components/atoms/Typography/index.js} +0 -0
  815. /package/{dist/types → es}/components/atoms/Watermark/Watermark.d.ts +0 -0
  816. /package/{dist/types → es}/components/atoms/Watermark/index.d.ts +0 -0
  817. /package/{dist/types/src/components/atoms/Watermark/index.d.ts → es/components/atoms/Watermark/index.js} +0 -0
  818. /package/{dist/types → es}/components/common/ConfigProvider/GlobalStyle.d.ts +0 -0
  819. /package/{dist/types → es}/components/common/ConfigProvider/index.d.ts +0 -0
  820. /package/{dist/types/src/components/common/ConfigProvider/index.d.ts → es/components/common/ConfigProvider/index.js} +0 -0
  821. /package/{dist/types → es}/components/common/index.d.ts +0 -0
  822. /package/{dist/types/src/components/common/index.d.ts → es/components/common/index.js} +0 -0
  823. /package/{dist/types → es}/components/icons/ArrowGrowIcon.d.ts +0 -0
  824. /package/{dist/types → es}/components/icons/AudioRecordIcon.d.ts +0 -0
  825. /package/{dist/types → es}/components/icons/BugIcon.d.ts +0 -0
  826. /package/{dist/types → es}/components/icons/CameraIcon.d.ts +0 -0
  827. /package/{dist/types → es}/components/icons/CaptureIcon.d.ts +0 -0
  828. /package/{dist/types → es}/components/icons/CheckSlimIcon.d.ts +0 -0
  829. /package/{dist/types → es}/components/icons/CloseIcon.d.ts +0 -0
  830. /package/{dist/types → es}/components/icons/CommentIcon.d.ts +0 -0
  831. /package/{dist/types → es}/components/icons/EventIcon.d.ts +0 -0
  832. /package/{dist/types → es}/components/icons/FreeDrawIcon.d.ts +0 -0
  833. /package/{dist/types → es}/components/icons/GPTIcon.d.ts +0 -0
  834. /package/{dist/types → es}/components/icons/GPTIconV2.d.ts +0 -0
  835. /package/{dist/types → es}/components/icons/GPTIconV3.d.ts +0 -0
  836. /package/{dist/types → es}/components/icons/HighlightIcon.d.ts +0 -0
  837. /package/{dist/types → es}/components/icons/IdeaIcon.d.ts +0 -0
  838. /package/{dist/types → es}/components/icons/InvisibleIcon.d.ts +0 -0
  839. /package/{dist/types → es}/components/icons/MuteIcon.d.ts +0 -0
  840. /package/{dist/types → es}/components/icons/OpenUrlIcon.d.ts +0 -0
  841. /package/{dist/types → es}/components/icons/PauseIcon.d.ts +0 -0
  842. /package/{dist/types → es}/components/icons/PlaneIcon.d.ts +0 -0
  843. /package/{dist/types → es}/components/icons/RequestIcon.d.ts +0 -0
  844. /package/{dist/types → es}/components/icons/StopRecordIcon.d.ts +0 -0
  845. /package/{dist/types → es}/components/icons/UserIcon.d.ts +0 -0
  846. /package/{dist/types → es}/components/icons/VerticalDotsIcon.d.ts +0 -0
  847. /package/{dist/types → es}/components/icons/WarningIcon.d.ts +0 -0
  848. /package/{dist/types/components/atoms/Button/__tests__/Button.test.d.ts → es/components/icons/type.js} +0 -0
  849. /package/{dist/types → es}/components/index.d.ts +0 -0
  850. /package/{dist/types/src/components/index.d.ts → es/components/index.js} +0 -0
  851. /package/{dist/types → es}/components/molecules/AlignSetting/index.d.ts +0 -0
  852. /package/{dist/types → es}/components/molecules/AlignSetting/styled.d.ts +0 -0
  853. /package/{dist/types → es}/components/molecules/AlignSetting/utils.d.ts +0 -0
  854. /package/{dist/types → es}/components/molecules/CaptureScreen/CaptureScreen.d.ts +0 -0
  855. /package/{dist/types → es}/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +0 -0
  856. /package/{dist/types → es}/components/molecules/CaptureScreen/components/CommentBox/index.d.ts +0 -0
  857. /package/{dist/types/src/components/molecules/CaptureScreen/components/CommentBox/index.d.ts → es/components/molecules/CaptureScreen/components/CommentBox/index.js} +0 -0
  858. /package/{dist/types → es}/components/molecules/CaptureScreen/components/CommentBox/styled.d.ts +0 -0
  859. /package/{dist/types → es}/components/molecules/CaptureScreen/components/CommentBox/types.d.ts +0 -0
  860. /package/{dist/types/components/atoms/Checkbox/__tests__/Checkbox.test.d.ts → es/components/molecules/CaptureScreen/components/CommentBox/types.js} +0 -0
  861. /package/{dist/types → es}/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +0 -0
  862. /package/{dist/types → es}/components/molecules/CaptureScreen/components/Cursor/index.d.ts +0 -0
  863. /package/{dist/types/src/components/molecules/CaptureScreen/components/Cursor/index.d.ts → es/components/molecules/CaptureScreen/components/Cursor/index.js} +0 -0
  864. /package/{dist/types → es}/components/molecules/CaptureScreen/components/Cursor/styled.d.ts +0 -0
  865. /package/{dist/types → es}/components/molecules/CaptureScreen/components/Cursor/types.d.ts +0 -0
  866. /package/{dist/types/components/atoms/Divider/__tests__/Divider.test.d.ts → es/components/molecules/CaptureScreen/components/Cursor/types.js} +0 -0
  867. /package/{dist/types → es}/components/molecules/CaptureScreen/constants.d.ts +0 -0
  868. /package/{dist/types → es}/components/molecules/CaptureScreen/hooks/useImageEditor.d.ts +0 -0
  869. /package/{dist/types → es}/components/molecules/CaptureScreen/index.d.ts +0 -0
  870. /package/{dist/types/src/components/molecules/CaptureScreen/index.d.ts → es/components/molecules/CaptureScreen/index.js} +0 -0
  871. /package/{dist/types → es}/components/molecules/CaptureScreen/styled.d.ts +0 -0
  872. /package/{dist/types → es}/components/molecules/CaptureScreen/themes/black.d.ts +0 -0
  873. /package/{dist/types → es}/components/molecules/CaptureScreen/themes/white.d.ts +0 -0
  874. /package/{dist/types → es}/components/molecules/CaptureScreen/utils.d.ts +0 -0
  875. /package/{dist/types → es}/components/molecules/Card/Card.d.ts +0 -0
  876. /package/{dist/types → es}/components/molecules/Card/index.d.ts +0 -0
  877. /package/{dist/types/src/components/molecules/Card/index.d.ts → es/components/molecules/Card/index.js} +0 -0
  878. /package/{dist/types → es}/components/molecules/Cascader/Cascader.d.ts +0 -0
  879. /package/{dist/types/src/components/molecules/Cascader/Cascader.d.ts → es/components/molecules/Cascader/Cascader.js} +0 -0
  880. /package/{dist/types → es}/components/molecules/Cascader/index.d.ts +0 -0
  881. /package/{dist/types/src/components/molecules/Cascader/index.d.ts → es/components/molecules/Cascader/index.js} +0 -0
  882. /package/{dist/types → es}/components/molecules/ChatBox/ChatBox.d.ts +0 -0
  883. /package/{dist/types → es}/components/molecules/ChatBox/MessageItem.d.ts +0 -0
  884. /package/{dist/types → es}/components/molecules/ChatBox/constants.d.ts +0 -0
  885. /package/{dist/types → es}/components/molecules/ChatBox/index.d.ts +0 -0
  886. /package/{dist/types/src/components/molecules/ChatBox/index.d.ts → es/components/molecules/ChatBox/index.js} +0 -0
  887. /package/{dist/types → es}/components/molecules/ChatBox/styled.d.ts +0 -0
  888. /package/{dist/types → es}/components/molecules/ChatBox/types.d.ts +0 -0
  889. /package/{dist/types/components/atoms/Empty/__tests__/index.test.d.ts → es/components/molecules/ChatBox/types.js} +0 -0
  890. /package/{dist/types → es}/components/molecules/ColorPicker/ChromePicker/index.d.ts +0 -0
  891. /package/{dist/types → es}/components/molecules/ColorPicker/ChromePicker/styled.d.ts +0 -0
  892. /package/{dist/types → es}/components/molecules/ColorPicker/CustomPicker/index.d.ts +0 -0
  893. /package/{dist/types → es}/components/molecules/ColorPicker/CustomPicker/styled.d.ts +0 -0
  894. /package/{dist/types → es}/components/molecules/ColorPicker/SketchPicker/index.d.ts +0 -0
  895. /package/{dist/types → es}/components/molecules/ColorPicker/SketchPicker/styled.d.ts +0 -0
  896. /package/{dist/types → es}/components/molecules/ColorPicker/index.d.ts +0 -0
  897. /package/{dist/types → es}/components/molecules/ColorPicker/styled.d.ts +0 -0
  898. /package/{dist/types → es}/components/molecules/DatePicker/DatePicker.d.ts +0 -0
  899. /package/{dist/types → es}/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +0 -0
  900. /package/{dist/types → es}/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +0 -0
  901. /package/{dist/types → es}/components/molecules/DatePicker/components/AdvancedPicker/index.d.ts +0 -0
  902. /package/{dist/types → es}/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +0 -0
  903. /package/{dist/types → es}/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +0 -0
  904. /package/{dist/types/components/atoms/Input/__tests__/Input.test.d.ts → es/components/molecules/DatePicker/components/AdvancedPicker/types.js} +0 -0
  905. /package/{dist/types → es}/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +0 -0
  906. /package/{dist/types → es}/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +0 -0
  907. /package/{dist/types → es}/components/molecules/DatePicker/components/AdvancedRangePicker/constants.d.ts +0 -0
  908. /package/{dist/types → es}/components/molecules/DatePicker/components/AdvancedRangePicker/index.d.ts +0 -0
  909. /package/{dist/types → es}/components/molecules/DatePicker/components/AdvancedRangePicker/types.d.ts +0 -0
  910. /package/{dist/types/components/atoms/InputNumber/__tests__/InputNumber.test.d.ts → es/components/molecules/DatePicker/components/AdvancedRangePicker/types.js} +0 -0
  911. /package/{dist/types → es}/components/molecules/DatePicker/index.d.ts +0 -0
  912. /package/{dist/types → es}/components/molecules/Drawer/index.d.ts +0 -0
  913. /package/{dist/types/src/components/molecules/Drawer/index.d.ts → es/components/molecules/Drawer/index.js} +0 -0
  914. /package/{dist/types → es}/components/molecules/Dropdown/Dropdown.d.ts +0 -0
  915. /package/{dist/types/src/components/molecules/Dropdown/Dropdown.d.ts → es/components/molecules/Dropdown/Dropdown.js} +0 -0
  916. /package/{dist/types → es}/components/molecules/Dropdown/index.d.ts +0 -0
  917. /package/{dist/types/src/components/molecules/Dropdown/index.d.ts → es/components/molecules/Dropdown/index.js} +0 -0
  918. /package/{dist/types → es}/components/molecules/EdgeSetting/index.d.ts +0 -0
  919. /package/{dist/types → es}/components/molecules/EdgeSetting/styled.d.ts +0 -0
  920. /package/{dist/types → es}/components/molecules/InputNumber/index.d.ts +0 -0
  921. /package/{dist/types → es}/components/molecules/InputSearch/styled.d.ts +0 -0
  922. /package/{dist/types → es}/components/molecules/Modal/index.d.ts +0 -0
  923. /package/{dist/types/src/components/molecules/Modal/index.d.ts → es/components/molecules/Modal/index.js} +0 -0
  924. /package/{dist/types → es}/components/molecules/Popconfirm/Popconfirm.d.ts +0 -0
  925. /package/{dist/types → es}/components/molecules/Popconfirm/index.d.ts +0 -0
  926. /package/{dist/types/src/components/molecules/Popconfirm/index.d.ts → es/components/molecules/Popconfirm/index.js} +0 -0
  927. /package/{dist/types → es}/components/molecules/PopupDraggable/PopupDraggable.d.ts +0 -0
  928. /package/{dist/types → es}/components/molecules/PopupDraggable/index.d.ts +0 -0
  929. /package/{dist/types/src/components/molecules/PopupDraggable/index.d.ts → es/components/molecules/PopupDraggable/index.js} +0 -0
  930. /package/{dist/types → es}/components/molecules/PopupDraggable/styled.d.ts +0 -0
  931. /package/{dist/types → es}/components/molecules/PopupDraggable/types.d.ts +0 -0
  932. /package/{dist/types/components/atoms/Message/__tests__/index.test.d.ts → es/components/molecules/PopupDraggable/types.js} +0 -0
  933. /package/{dist/types → es}/components/molecules/RadioGroup/index.d.ts +0 -0
  934. /package/{dist/types → es}/components/molecules/RadioGroup/styled.d.ts +0 -0
  935. /package/{dist/types → es}/components/molecules/Result/Result.d.ts +0 -0
  936. /package/{dist/types → es}/components/molecules/Result/index.d.ts +0 -0
  937. /package/{dist/types/src/components/molecules/Result/index.d.ts → es/components/molecules/Result/index.js} +0 -0
  938. /package/{dist/types → es}/components/molecules/Select/index.d.ts +0 -0
  939. /package/{dist/types → es}/components/molecules/Select/styled.d.ts +0 -0
  940. /package/{dist/types → es}/components/molecules/SettingWrapper/index.d.ts +0 -0
  941. /package/{dist/types → es}/components/molecules/SettingWrapper/styled.d.ts +0 -0
  942. /package/{dist/types → es}/components/molecules/SliderWithInputNumber/styled.d.ts +0 -0
  943. /package/{dist/types → es}/components/molecules/Tabs/Tabs.d.ts +0 -0
  944. /package/{dist/types/src/components/molecules/Tabs/Tabs.d.ts → es/components/molecules/Tabs/Tabs.js} +0 -0
  945. /package/{dist/types → es}/components/molecules/Tabs/index.d.ts +0 -0
  946. /package/{dist/types/src/components/molecules/Tabs/index.d.ts → es/components/molecules/Tabs/index.js} +0 -0
  947. /package/{dist/types → es}/components/molecules/TreeSelect/index.d.ts +0 -0
  948. /package/{dist/types/src/components/molecules/TreeSelect/index.d.ts → es/components/molecules/TreeSelect/index.js} +0 -0
  949. /package/{dist/types → es}/components/organism/Help/Help.d.ts +0 -0
  950. /package/{dist/types → es}/components/organism/Help/index.d.ts +0 -0
  951. /package/{dist/types/src/components/organism/Help/index.d.ts → es/components/organism/Help/index.js} +0 -0
  952. /package/{dist/types → es}/components/organism/Help/styled.d.ts +0 -0
  953. /package/{dist/types → es}/components/organism/Help/types.d.ts +0 -0
  954. /package/{dist/types/components/atoms/Pagination/__tests__/index.test.d.ts → es/components/organism/Help/types.js} +0 -0
  955. /package/{dist/types → es}/components/organism/Help/utils.d.ts +0 -0
  956. /package/{dist/types → es}/components/organism/PositionSetting/config.d.ts +0 -0
  957. /package/{dist/types → es}/components/organism/PositionSetting/index.d.ts +0 -0
  958. /package/{dist/types → es}/components/organism/PositionSetting/styled.d.ts +0 -0
  959. /package/{dist/types → es}/components/organism/PositionSetting/types.d.ts +0 -0
  960. /package/{dist/types/components/atoms/Popover/__tests__/index.test.d.ts → es/components/organism/PositionSetting/types.js} +0 -0
  961. /package/{dist/types → es}/components/organism/Table/CrossTabTable/CrossTabTable.d.ts +0 -0
  962. /package/{dist/types → es}/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.d.ts +0 -0
  963. /package/{dist/types/components/organism/Table/ExplorePivotTable → es/components/organism/Table/CrossTabTable}/components/CustomCell/index.d.ts +0 -0
  964. /package/{dist/types/src/components/organism/Table/ExplorePivotTable/components/CustomCell/index.d.ts → es/components/organism/Table/CrossTabTable/components/CustomCell/index.js} +0 -0
  965. /package/{dist/types → es}/components/organism/Table/CrossTabTable/components/CustomCell/styled.d.ts +0 -0
  966. /package/{dist/types → es}/components/organism/Table/CrossTabTable/constants.d.ts +0 -0
  967. /package/{dist/types → es}/components/organism/Table/CrossTabTable/index.d.ts +0 -0
  968. /package/{dist/types/src/components/organism/Table/CrossTabTable/index.d.ts → es/components/organism/Table/CrossTabTable/index.js} +0 -0
  969. /package/{dist/types → es}/components/organism/Table/CrossTabTable/styled.d.ts +0 -0
  970. /package/{dist/types → es}/components/organism/Table/CrossTabTable/types.d.ts +0 -0
  971. /package/{dist/types/components/atoms/Progress/__tests__/index.test.d.ts → es/components/organism/Table/CrossTabTable/types.js} +0 -0
  972. /package/{dist/types → es}/components/organism/Table/CrossTabTable/utils.d.ts +0 -0
  973. /package/{dist/types → es}/components/organism/Table/ExplorePivotTable/ExplorePivotTable.d.ts +0 -0
  974. /package/{dist/types → es}/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.d.ts +0 -0
  975. /package/{dist/types → es}/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.d.ts +0 -0
  976. /package/{dist/types → es}/components/organism/Table/ExplorePivotTable/constants.d.ts +0 -0
  977. /package/{dist/types → es}/components/organism/Table/ExplorePivotTable/index.d.ts +0 -0
  978. /package/{dist/types/src/components/organism/Table/ExplorePivotTable/index.d.ts → es/components/organism/Table/ExplorePivotTable/index.js} +0 -0
  979. /package/{dist/types → es}/components/organism/Table/ExplorePivotTable/styled.d.ts +0 -0
  980. /package/{dist/types → es}/components/organism/Table/ExplorePivotTable/types.d.ts +0 -0
  981. /package/{dist/types/components/atoms/Radio/__tests__/Radio.test.d.ts → es/components/organism/Table/ExplorePivotTable/types.js} +0 -0
  982. /package/{dist/types → es}/components/organism/Table/ExplorePivotTable/utils.d.ts +0 -0
  983. /package/{dist/types → es}/components/organism/Table/Table.d.ts +0 -0
  984. /package/{dist/types/src/components/organism/Table/Table.d.ts → es/components/organism/Table/Table.js} +0 -0
  985. /package/{dist/types → es}/components/organism/Table/index.d.ts +0 -0
  986. /package/{dist/types/src/components/organism/Table/index.d.ts → es/components/organism/Table/index.js} +0 -0
  987. /package/{dist/types → es}/components/organism/index.d.ts +0 -0
  988. /package/{dist/types/src/components/organism/index.d.ts → es/components/organism/index.js} +0 -0
  989. /package/{dist/types → es}/constants/keyCode.d.ts +0 -0
  990. /package/{dist/types → es}/constants/storybook.d.ts +0 -0
  991. /package/{dist/types → es}/constants/theme.d.ts +0 -0
  992. /package/{dist/types → es}/hooks/index.d.ts +0 -0
  993. /package/{dist/types → es}/hooks/useDebounce.d.ts +0 -0
  994. /package/{dist/types → es}/index.d.ts +0 -0
  995. /package/{dist/types/src/index.d.ts → es/index.js} +0 -0
  996. /package/{dist/types → es}/locales/types.d.ts +0 -0
  997. /package/{dist/types/components/atoms/Rate/__tests__/index.test.d.ts → es/locales/types.js} +0 -0
  998. /package/{dist/types → es}/models/SavedImage.d.ts +0 -0
  999. /package/{dist/types → es}/models/Upload.d.ts +0 -0
  1000. /package/{dist/types → es}/models/model.d.ts +0 -0
  1001. /package/{dist/types → es}/services/Ticket.d.ts +0 -0
  1002. /package/{dist/types → es}/services/constants.d.ts +0 -0
  1003. /package/{dist/types → es}/services/index.d.ts +0 -0
  1004. /package/{dist/types/src → es}/types/index.d.ts +0 -0
  1005. /package/{dist/types/components/atoms/RequiredLabel/__tests__/index.test.d.ts → es/types/index.js} +0 -0
  1006. /package/{dist/types/src → es}/utils/color.d.ts +0 -0
  1007. /package/{dist/types/src → es}/utils/index.d.ts +0 -0
  1008. /package/{dist/types/utils/index.d.ts → es/utils/index.js} +0 -0
  1009. /package/{dist/types/src → es}/utils/loadable.d.ts +0 -0
  1010. /package/{dist/types/src → es}/utils/web.d.ts +0 -0
@@ -0,0 +1,1653 @@
1
+ import { generateUniqueId } from '@antscorp/antsomi-ui/es/components/molecules/CaptureScreen/utils';
2
+ export const TICKET_CUSTOM_MESSAGE_KEY = 'TICKET_CUSTOM_MESSAGE_KEY';
3
+ export const PORTALS_ANTSOMI_PACKAGE_UI_KEY = 'PORTALS_ANTSOMI_PACKAGE_UI_KEY';
4
+ export const PORTALS_ANTSOMI_PACKAGE_UI_KEY_POPUP = 'PORTALS_ANTSOMI_PACKAGE_UI_KEY_POPUP';
5
+ export const MESSAGE_TYPE = {
6
+ TICKET_CREATE_STATUS: 'TICKET_CREATE_STATUS',
7
+ };
8
+ export var MENU_KEYS;
9
+ (function (MENU_KEYS) {
10
+ MENU_KEYS["FEATURE_ANNOUNCEMENT"] = "feature_announcement";
11
+ MENU_KEYS["FEEDBACK"] = "feedback";
12
+ MENU_KEYS["HELP"] = "help";
13
+ MENU_KEYS["IDEA"] = "idea";
14
+ MENU_KEYS["SUPPORT"] = "support";
15
+ MENU_KEYS["CHAT"] = "chat";
16
+ })(MENU_KEYS || (MENU_KEYS = {}));
17
+ export var ATTACH_KEYS;
18
+ (function (ATTACH_KEYS) {
19
+ ATTACH_KEYS["CAPTURE"] = "capture";
20
+ ATTACH_KEYS["RECORD"] = "record";
21
+ })(ATTACH_KEYS || (ATTACH_KEYS = {}));
22
+ export var REPORT_TYPES;
23
+ (function (REPORT_TYPES) {
24
+ REPORT_TYPES["FEEDBACK"] = "feedback";
25
+ REPORT_TYPES["ISSUE"] = "issue";
26
+ REPORT_TYPES["IDEA"] = "idea";
27
+ REPORT_TYPES["HELP"] = "help";
28
+ REPORT_TYPES["CHAT"] = "chat";
29
+ REPORT_TYPES["HELP_V1"] = "help_v1";
30
+ })(REPORT_TYPES || (REPORT_TYPES = {}));
31
+ export const ATTACH_CAPTURE_TYPES = [
32
+ {
33
+ key: ATTACH_KEYS.CAPTURE,
34
+ label: 'Capture a screenshot',
35
+ icon: 'icon-ants-capture',
36
+ actions: [
37
+ {
38
+ key: 'edit',
39
+ icon: 'icon-ants-pencil',
40
+ },
41
+ {
42
+ key: 'delete',
43
+ icon: 'icon-ants-trash-outline',
44
+ },
45
+ ],
46
+ },
47
+ {
48
+ key: ATTACH_KEYS.RECORD,
49
+ label: 'Record your screen',
50
+ icon: 'icon-ants-camera',
51
+ actions: [
52
+ {
53
+ key: 'edit',
54
+ icon: 'icon-ants-pencil',
55
+ },
56
+ {
57
+ key: 'delete',
58
+ icon: 'icon-ants-trash-outline',
59
+ },
60
+ ],
61
+ },
62
+ ];
63
+ export const DEFAULT_POSITIONS = {
64
+ [ATTACH_KEYS.CAPTURE]: {
65
+ x: 250,
66
+ y: 0,
67
+ },
68
+ [ATTACH_KEYS.RECORD]: {
69
+ x: 82,
70
+ y: 0,
71
+ },
72
+ };
73
+ export const TABS_SHARING_SCREEN = [
74
+ {
75
+ label: 'This Tab',
76
+ key: 'current',
77
+ children: 'Content current',
78
+ },
79
+ {
80
+ label: 'Other tab',
81
+ key: 'other',
82
+ },
83
+ {
84
+ label: 'Window',
85
+ key: 'window',
86
+ },
87
+ {
88
+ label: 'Entire Screen',
89
+ key: 'entire',
90
+ },
91
+ ];
92
+ export const HELP_APP = [
93
+ {
94
+ title: 'Personas',
95
+ key: generateUniqueId(),
96
+ appCode: 'APP_CUSTOMER_360',
97
+ children: [
98
+ {
99
+ title: 'Visitors',
100
+ key: generateUniqueId(),
101
+ children: [
102
+ {
103
+ title: 'Visitors & Customers',
104
+ key: generateUniqueId(),
105
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/personas/visitors-and-customers',
106
+ },
107
+ {
108
+ title: 'How to create "Attribute" for "Customer"/"Visitors"?',
109
+ key: generateUniqueId(),
110
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/personas/how-to-create-attribute-for-customer-visitors',
111
+ },
112
+ ],
113
+ },
114
+ {
115
+ title: 'Customers',
116
+ key: generateUniqueId(),
117
+ children: [
118
+ {
119
+ title: 'Visitors & Customers',
120
+ key: generateUniqueId(),
121
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/personas/visitors-and-customers',
122
+ // children: [{ title: 'sss', key: '0-0-1-1-0' }],
123
+ },
124
+ {
125
+ title: 'How to add new and update Customers to CDP',
126
+ key: generateUniqueId(),
127
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/personas/visitors-customers/how-to-add-new-and-update-customers-to-cdp',
128
+ },
129
+ {
130
+ title: 'How to create a Customer Custom Attribute',
131
+ key: generateUniqueId(),
132
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/personas/visitors-customers/how-to-create-a-customer-custom-attribute',
133
+ },
134
+ {
135
+ title: 'How to create a Customer Computed-Last Attribute',
136
+ key: generateUniqueId(),
137
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/personas/visitors-customers/how-to-create-a-customer-computed-last-attribute',
138
+ },
139
+ {
140
+ title: 'How to create "Attribute" for "Customer"/"Visitors"?',
141
+ key: generateUniqueId(),
142
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/personas/how-to-create-attribute-for-customer-visitors',
143
+ },
144
+ ],
145
+ },
146
+ {
147
+ title: 'Segment',
148
+ key: generateUniqueId(),
149
+ children: [
150
+ {
151
+ title: 'Segments',
152
+ key: generateUniqueId(),
153
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/personas/segments',
154
+ },
155
+ {
156
+ title: 'How to export .xml file?',
157
+ key: generateUniqueId(),
158
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/personas/segments/how-to-export-.xml-file',
159
+ },
160
+ {
161
+ title: 'How to create a Dynamic Segment',
162
+ key: generateUniqueId(),
163
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/personas/segments/how-to-create-a-dynamic-segment',
164
+ },
165
+ {
166
+ title: 'How to create a Static Segment (Matching file)',
167
+ key: generateUniqueId(),
168
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/personas/segments/how-to-create-a-static-segment-matching-file',
169
+ },
170
+ {
171
+ title: 'How to create a new segment?',
172
+ key: generateUniqueId(),
173
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/personas/segments/how-to-create-a-new-segment',
174
+ },
175
+ {
176
+ title: 'Create a segment for Cart Abandonment',
177
+ key: generateUniqueId(),
178
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/personas/segments/create-a-segment-for-cart-abandonment',
179
+ },
180
+ {
181
+ title: 'Set up a "Segment" containing emails to be excluded before sending mail',
182
+ key: generateUniqueId(),
183
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/personas/segments/set-up-a-segment-containing-emails-to-be-excluded-before-sending-mail',
184
+ },
185
+ ],
186
+ },
187
+ {
188
+ title: 'Plannings',
189
+ key: generateUniqueId(),
190
+ children: [
191
+ {
192
+ title: 'Plannings',
193
+ key: generateUniqueId(),
194
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/personas/plannings',
195
+ },
196
+ ],
197
+ },
198
+ ],
199
+ },
200
+ {
201
+ title: 'Data Hub',
202
+ key: generateUniqueId(),
203
+ appCode: 'APP_API_HUB',
204
+ children: [
205
+ {
206
+ title: 'Event Sources',
207
+ key: generateUniqueId(),
208
+ children: [
209
+ {
210
+ title: 'Event Sources',
211
+ key: generateUniqueId(),
212
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/event-sources',
213
+ },
214
+ {
215
+ title: 'Set up Event Tracking code to track events into CDP',
216
+ key: generateUniqueId(),
217
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/event-sources/set-up-event-tracking-code-to-track-events-into-cdp',
218
+ },
219
+ {
220
+ title: 'List of Events',
221
+ key: generateUniqueId(),
222
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/event-sources/list-of-events',
223
+ },
224
+ {
225
+ title: 'Set up Event Tracking code to track events into CDP',
226
+ key: generateUniqueId(),
227
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/data-hub/event-sources/set-up-event-tracking-code-to-track-events-into-cdp',
228
+ },
229
+ ],
230
+ },
231
+ {
232
+ title: 'Business Objects',
233
+ key: generateUniqueId(),
234
+ children: [
235
+ {
236
+ title: 'Business Objects',
237
+ key: generateUniqueId(),
238
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects',
239
+ },
240
+ {
241
+ title: 'Business Objects (Detail)',
242
+ key: generateUniqueId(),
243
+ children: [
244
+ {
245
+ title: 'Business Objects (Detail)',
246
+ key: generateUniqueId(),
247
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects',
248
+ },
249
+ {
250
+ title: 'Data table',
251
+ key: generateUniqueId(),
252
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/data-table',
253
+ },
254
+ {
255
+ title: 'Attributes',
256
+ key: generateUniqueId(),
257
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/attributes',
258
+ },
259
+ {
260
+ title: 'Custom Attribute',
261
+ key: generateUniqueId(),
262
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/attributes/custom-attribute',
263
+ },
264
+ {
265
+ title: 'Computed Attribute',
266
+ key: generateUniqueId(),
267
+ children: [
268
+ {
269
+ title: 'Computed Attribute',
270
+ key: generateUniqueId(),
271
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/attributes/computed-attribute',
272
+ },
273
+ {
274
+ title: 'Event Counter',
275
+ key: generateUniqueId(),
276
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/attributes/computed-attribute/event-counter',
277
+ },
278
+ {
279
+ title: 'Aggregation',
280
+ key: generateUniqueId(),
281
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/attributes/computed-attribute/aggregation',
282
+ },
283
+ {
284
+ title: 'Most Frequent',
285
+ key: generateUniqueId(),
286
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/attributes/computed-attribute/most-frequent',
287
+ },
288
+ {
289
+ title: 'First',
290
+ key: generateUniqueId(),
291
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/attributes/computed-attribute/first',
292
+ },
293
+ {
294
+ title: 'Last',
295
+ key: generateUniqueId(),
296
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/attributes/computed-attribute/last',
297
+ },
298
+ {
299
+ title: 'Unique List',
300
+ key: generateUniqueId(),
301
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/attributes/computed-attribute/unique-list',
302
+ },
303
+ {
304
+ title: 'Unique List Count',
305
+ key: generateUniqueId(),
306
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/attributes/computed-attribute/unique-list-count',
307
+ },
308
+ {
309
+ title: 'Conversion Attribution',
310
+ key: generateUniqueId(),
311
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/attributes/computed-attribute/conversion-attribution',
312
+ },
313
+ {
314
+ title: 'Virtual Custom Function',
315
+ key: generateUniqueId(),
316
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/attributes/computed-attribute/virtual-custom-function',
317
+ },
318
+ {
319
+ title: 'Schedule Custom Function',
320
+ key: generateUniqueId(),
321
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/attributes/computed-attribute/schedule-custom-function',
322
+ },
323
+ ],
324
+ },
325
+ {
326
+ title: 'Collections',
327
+ key: generateUniqueId(),
328
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/collections',
329
+ },
330
+ {
331
+ title: 'Groups',
332
+ key: generateUniqueId(),
333
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/groups',
334
+ },
335
+ {
336
+ title: 'Setting',
337
+ key: generateUniqueId(),
338
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/business-objects/setting',
339
+ },
340
+ ],
341
+ },
342
+ {
343
+ title: 'Import Histories',
344
+ key: generateUniqueId(),
345
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/import-histories',
346
+ },
347
+ {
348
+ title: 'Export Histories',
349
+ key: generateUniqueId(),
350
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/business-objects/export-histories',
351
+ },
352
+ {
353
+ title: 'How to create "Data Source" connected with the" Business object" of CDP',
354
+ key: generateUniqueId(),
355
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/data-hub/business-objects/how-to-create-data-source-connected-with-the-business-object-of-cdp',
356
+ },
357
+ {
358
+ title: 'How to create a Collection',
359
+ key: generateUniqueId(),
360
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/data-hub/business-objects/how-to-create-a-collection',
361
+ },
362
+ {
363
+ title: 'How to create "Custom Attributes" with Input via UI feature',
364
+ key: generateUniqueId(),
365
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/data-hub/business-objects/how-to-create-custom-attributes-with-input-via-ui-feature',
366
+ },
367
+ ],
368
+ },
369
+ {
370
+ title: 'Analytic Models',
371
+ key: generateUniqueId(),
372
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/analytic-models',
373
+ },
374
+ {
375
+ title: 'Data Schema',
376
+ key: generateUniqueId(),
377
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/data-hub/data-schema',
378
+ },
379
+ ],
380
+ },
381
+ {
382
+ title: 'Marketing Hub',
383
+ appCode: 'SANDBOX_MARKETING || APP_MARKETING',
384
+ key: generateUniqueId(),
385
+ children: [
386
+ {
387
+ title: 'Customer Journeys',
388
+ key: generateUniqueId(),
389
+ children: [
390
+ {
391
+ title: 'Customer Journeys',
392
+ key: generateUniqueId(),
393
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/customer-journeys',
394
+ },
395
+ {
396
+ title: 'Work with Journey',
397
+ key: generateUniqueId(),
398
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/customer-journeys/work-with-journey',
399
+ },
400
+ {
401
+ title: 'Blast Campaign',
402
+ key: generateUniqueId(),
403
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/customer-journeys/blast-campaign',
404
+ },
405
+ {
406
+ title: 'Metrics',
407
+ key: generateUniqueId(),
408
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/customer-journeys/metrics',
409
+ },
410
+ {
411
+ title: 'Label',
412
+ key: generateUniqueId(),
413
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/customer-journeys/metrics',
414
+ },
415
+ {
416
+ title: 'Status of Journey',
417
+ key: generateUniqueId(),
418
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/customer-journeys/status-of-journey',
419
+ },
420
+ {
421
+ title: 'How to send messages using One Way destination?',
422
+ key: generateUniqueId(),
423
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-messages-using-one-way-destination',
424
+ },
425
+ {
426
+ title: 'How to explore Journeys?',
427
+ key: generateUniqueId(),
428
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-explore-journeys',
429
+ },
430
+ {
431
+ title: 'How to test a Journey using Email channel?',
432
+ key: generateUniqueId(),
433
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-test-a-journey-using-email-channel',
434
+ },
435
+ {
436
+ title: 'How to send marketing email using Mailgun Destination?',
437
+ key: generateUniqueId(),
438
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-marketing-email-using-mailgun-destination',
439
+ },
440
+ {
441
+ title: 'How to send marketing SMS using One Way SMS Destination?',
442
+ key: generateUniqueId(),
443
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-marketing-sms-using-one-way-sms-destination',
444
+ },
445
+ {
446
+ title: 'How to create Web Personalization using Media JSON in CDP 365?',
447
+ key: generateUniqueId(),
448
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-create-web-personalization-using-media-json-in-cdp-365',
449
+ },
450
+ {
451
+ title: 'How to create an Email Customer Journey?',
452
+ key: generateUniqueId(),
453
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-create-an-email-customer-journey',
454
+ },
455
+ {
456
+ title: 'How to create a Web personalization journey?',
457
+ key: generateUniqueId(),
458
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-create-a-web-personalization-journey',
459
+ },
460
+ {
461
+ title: 'How to create a "Trello Card" using CDP 365',
462
+ key: generateUniqueId(),
463
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-create-a-trello-card-using-cdp-365',
464
+ },
465
+ {
466
+ title: 'How to display template on website using CDP 365',
467
+ key: generateUniqueId(),
468
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-display-template-on-website-using-cdp-365',
469
+ },
470
+ {
471
+ title: 'Initialize customer after submitting form',
472
+ key: generateUniqueId(),
473
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/initialize-customer-after-submitting-form',
474
+ },
475
+ {
476
+ title: 'How to create "Customer Journey"?',
477
+ key: generateUniqueId(),
478
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-create-customer-journey',
479
+ },
480
+ {
481
+ title: 'How to set up some Inline templates',
482
+ key: generateUniqueId(),
483
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-create-customer-journey',
484
+ },
485
+ {
486
+ title: 'How to check campaign reports?',
487
+ key: generateUniqueId(),
488
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-set-up-some-inline-templates',
489
+ },
490
+ {
491
+ title: 'How to create "Promotion"/"Coupon" by uploading files?',
492
+ key: generateUniqueId(),
493
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-create-promotion-coupon-by-uploading-files',
494
+ },
495
+ {
496
+ title: 'How to create Coupon from Magento or ERP system to CDP 365?',
497
+ key: generateUniqueId(),
498
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-create-coupon-from-magento-or-erp-system-to-cdp-365',
499
+ },
500
+ {
501
+ title: 'How to send "SMS Yondu" using CDP 365',
502
+ key: generateUniqueId(),
503
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-sms-yondu-using-cdp-365',
504
+ },
505
+ {
506
+ title: 'How to send mail from email upload?',
507
+ key: generateUniqueId(),
508
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-mail-from-email-upload',
509
+ },
510
+ {
511
+ title: 'How to send "Zalo Notification Service" using CDP 365',
512
+ key: generateUniqueId(),
513
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-zalo-notification-service-using-cdp-365',
514
+ },
515
+ {
516
+ title: 'How to send message using "Messenger" in CDP',
517
+ key: generateUniqueId(),
518
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-message-using-messenger-in-cdp',
519
+ },
520
+ {
521
+ title: 'How to Send SMS using "Klasik SMS" in CDP 365',
522
+ key: generateUniqueId(),
523
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-sms-using-klasik-sms-in-cdp-365',
524
+ },
525
+ {
526
+ title: 'How to push notification "Firebase Cloud Messaging" using CDP 365',
527
+ key: generateUniqueId(),
528
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-push-notification-firebase-cloud-messaging-using-cdp-365',
529
+ },
530
+ {
531
+ title: 'How to Send email using "Amazon SES" in CDP 365',
532
+ key: generateUniqueId(),
533
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-email-using-amazon-ses-in-cdp-365',
534
+ },
535
+ {
536
+ title: 'How to define zone in website for improve web personalize performance',
537
+ key: generateUniqueId(),
538
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-define-zone-in-website-for-improve-web-personalize-performance',
539
+ },
540
+ {
541
+ title: 'How to Send "Viber Yondu" using CDP 365',
542
+ key: generateUniqueId(),
543
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-viber-yondu-using-cdp-365',
544
+ },
545
+ {
546
+ title: 'How to send "Infobip Viber" using CDP 365',
547
+ key: generateUniqueId(),
548
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-infobip-viber-using-cdp-365',
549
+ },
550
+ {
551
+ title: 'How to create a new "Ad Zone"',
552
+ key: generateUniqueId(),
553
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-create-a-new-ad-zone',
554
+ },
555
+ {
556
+ title: 'How to Send SMS using "Telerivet SMS" in CDP 365',
557
+ key: generateUniqueId(),
558
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-sms-using-telerivet-sms-in-cdp-365',
559
+ },
560
+ {
561
+ title: 'How to push notification using "Onesignal (App Push)" in CDP 365',
562
+ key: generateUniqueId(),
563
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-push-notification-using-onesignal-app-push-in-cdp-365',
564
+ },
565
+ {
566
+ title: 'How to push notification using "Antsomi Web Push" in CDP 365',
567
+ key: generateUniqueId(),
568
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-push-notification-using-antsomi-web-push-in-cdp-365',
569
+ },
570
+ {
571
+ title: 'How to Send email using "SendGrid" in CDP 365',
572
+ key: generateUniqueId(),
573
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-email-using-sendgrid-in-cdp-365',
574
+ },
575
+ {
576
+ title: 'How to send email using "Mailjet" in CDP 365?',
577
+ key: generateUniqueId(),
578
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-email-using-mailjet-in-cdp-365',
579
+ },
580
+ {
581
+ title: 'How to track click metric of OneSignal App Push',
582
+ key: generateUniqueId(),
583
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-track-click-metric-of-onesignal-app-push',
584
+ },
585
+ {
586
+ title: 'How to send Ticket from CDP 365 to Antbuddy?',
587
+ key: generateUniqueId(),
588
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-ticket-from-cdp-365-to-antbuddy',
589
+ },
590
+ ],
591
+ },
592
+ {
593
+ title: 'Destinations',
594
+ key: generateUniqueId(),
595
+ children: [
596
+ {
597
+ title: 'All Destinations',
598
+ key: generateUniqueId(),
599
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/destinations/all-destinations',
600
+ },
601
+ {
602
+ title: 'Email',
603
+ key: generateUniqueId(),
604
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/destinations/all-destinations/email',
605
+ },
606
+ {
607
+ title: 'Web Personalization',
608
+ key: generateUniqueId(),
609
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/destinations/all-destinations/web-personalization',
610
+ },
611
+ {
612
+ title: 'Web Push-Notification',
613
+ key: generateUniqueId(),
614
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/destinations/all-destinations/web-push-notification',
615
+ },
616
+ {
617
+ title: 'App Push-Notification',
618
+ key: generateUniqueId(),
619
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/destinations/all-destinations/app-push-notification',
620
+ },
621
+ {
622
+ title: 'Conversation',
623
+ key: generateUniqueId(),
624
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/destinations/all-destinations/conversation',
625
+ },
626
+ {
627
+ title: 'Webhook',
628
+ key: generateUniqueId(),
629
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/destinations/all-destinations/webhook',
630
+ },
631
+ {
632
+ title: 'SMS',
633
+ key: generateUniqueId(),
634
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/destinations/all-destinations/sms',
635
+ },
636
+ {
637
+ title: 'Viber',
638
+ key: generateUniqueId(),
639
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/destinations/all-destinations/viber',
640
+ },
641
+ {
642
+ title: 'Detail of a Destination',
643
+ key: generateUniqueId(),
644
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/destinations/detail-of-a-destination',
645
+ },
646
+ {
647
+ title: 'How to send messages using One Way destination?',
648
+ key: generateUniqueId(),
649
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-messages-using-one-way-destination',
650
+ },
651
+ {
652
+ title: 'How to send marketing email using Mailgun Destination?',
653
+ key: generateUniqueId(),
654
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-marketing-email-using-mailgun-destination',
655
+ },
656
+ {
657
+ title: 'How to send marketing SMS using One Way SMS Destination?',
658
+ key: generateUniqueId(),
659
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-marketing-sms-using-one-way-sms-destination',
660
+ },
661
+ {
662
+ title: 'How to create Web Personalization using Media JSON in CDP 365?',
663
+ key: generateUniqueId(),
664
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-create-web-personalization-using-media-json-in-cdp-365',
665
+ },
666
+ {
667
+ title: 'How to create a "Trello Card" using CDP 365',
668
+ key: generateUniqueId(),
669
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-create-a-trello-card-using-cdp-365',
670
+ },
671
+ {
672
+ title: 'How to display template on website using CDP 365',
673
+ key: generateUniqueId(),
674
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-display-template-on-website-using-cdp-365',
675
+ },
676
+ {
677
+ title: 'How to create Coupon from Magento or ERP system to CDP 365?',
678
+ key: generateUniqueId(),
679
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-create-coupon-from-magento-or-erp-system-to-cdp-365',
680
+ },
681
+ {
682
+ title: 'How to send "SMS Yondu" using CDP 365',
683
+ key: generateUniqueId(),
684
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-sms-yondu-using-cdp-365',
685
+ },
686
+ {
687
+ title: 'How to send "Zalo Notification Service" using CDP 365',
688
+ key: generateUniqueId(),
689
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-zalo-notification-service-using-cdp-365',
690
+ },
691
+ {
692
+ title: 'How to Send SMS using "Klasik SMS" in CDP 365',
693
+ key: generateUniqueId(),
694
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-sms-using-klasik-sms-in-cdp-365',
695
+ },
696
+ {
697
+ title: 'How to push notification "Firebase Cloud Messaging" using CDP 365',
698
+ key: generateUniqueId(),
699
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-push-notification-firebase-cloud-messaging-using-cdp-365',
700
+ },
701
+ {
702
+ title: 'How to Send email using "Amazon SES" in CDP 365',
703
+ key: generateUniqueId(),
704
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-email-using-amazon-ses-in-cdp-365',
705
+ },
706
+ {
707
+ title: 'How to Send "Viber Yondu" using CDP 365',
708
+ key: generateUniqueId(),
709
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-viber-yondu-using-cdp-365',
710
+ },
711
+ {
712
+ title: 'How to send "Infobip Viber" using CDP 365',
713
+ key: generateUniqueId(),
714
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-infobip-viber-using-cdp-365',
715
+ },
716
+ {
717
+ title: 'How to Send SMS using "Telerivet SMS" in CDP 365',
718
+ key: generateUniqueId(),
719
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-sms-using-telerivet-sms-in-cdp-365',
720
+ },
721
+ {
722
+ title: 'How to push notification using "Onesignal (App Push)" in CDP 365',
723
+ key: generateUniqueId(),
724
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-push-notification-using-onesignal-app-push-in-cdp-365',
725
+ },
726
+ {
727
+ title: 'How to push notification using "Antsomi Web Push" in CDP 365',
728
+ key: generateUniqueId(),
729
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-push-notification-using-antsomi-web-push-in-cdp-365',
730
+ },
731
+ {
732
+ title: 'How to Send email using "SendGrid" in CDP 365',
733
+ key: generateUniqueId(),
734
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-email-using-sendgrid-in-cdp-365',
735
+ },
736
+ {
737
+ title: 'How to send email using "Mailjet" in CDP 365?',
738
+ key: generateUniqueId(),
739
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-email-using-mailjet-in-cdp-365',
740
+ },
741
+ {
742
+ title: 'How to track click metric of OneSignal App Push',
743
+ key: generateUniqueId(),
744
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-track-click-metric-of-onesignal-app-push',
745
+ },
746
+ {
747
+ title: 'How to send Ticket from CDP 365 to Antbuddy?',
748
+ key: generateUniqueId(),
749
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-send-ticket-from-cdp-365-to-antbuddy',
750
+ },
751
+ ],
752
+ },
753
+ {
754
+ title: 'Promotion Center',
755
+ key: generateUniqueId(),
756
+ children: [
757
+ {
758
+ title: 'Promotion Center',
759
+ key: generateUniqueId(),
760
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/promotion-center',
761
+ },
762
+ {
763
+ title: 'How to create "Promotion"/"Coupon" by uploading files?',
764
+ key: generateUniqueId(),
765
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-create-promotion-coupon-by-uploading-files',
766
+ },
767
+ {
768
+ title: 'How to create Coupon from Magento or ERP system to CDP 365?',
769
+ key: generateUniqueId(),
770
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/marketing-hub/how-to-create-coupon-from-magento-or-erp-system-to-cdp-365',
771
+ },
772
+ ],
773
+ },
774
+ {
775
+ title: 'Media template',
776
+ key: generateUniqueId(),
777
+ children: [
778
+ {
779
+ title: 'Media template',
780
+ key: generateUniqueId(),
781
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template',
782
+ },
783
+ {
784
+ title: 'Control Toolbar',
785
+ key: generateUniqueId(),
786
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/control-toolbar',
787
+ },
788
+ {
789
+ title: 'Settings',
790
+ key: generateUniqueId(),
791
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings',
792
+ },
793
+ {
794
+ title: 'Template Settings',
795
+ key: generateUniqueId(),
796
+ children: [
797
+ {
798
+ title: 'Template Settings',
799
+ key: generateUniqueId(),
800
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/template-settings',
801
+ },
802
+ {
803
+ title: 'Basic',
804
+ key: generateUniqueId(),
805
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/template-settings/basic',
806
+ },
807
+ {
808
+ title: 'Advanced',
809
+ key: generateUniqueId(),
810
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/template-settings/advanced',
811
+ },
812
+ ],
813
+ },
814
+ {
815
+ title: 'Blocks & Settings',
816
+ key: generateUniqueId(),
817
+ children: [
818
+ {
819
+ title: 'Blocks & Settings',
820
+ key: generateUniqueId(),
821
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings',
822
+ },
823
+ {
824
+ title: 'Columns',
825
+ key: generateUniqueId(),
826
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/columns',
827
+ },
828
+ {
829
+ title: 'Text',
830
+ key: generateUniqueId(),
831
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/text',
832
+ },
833
+ {
834
+ title: 'Image',
835
+ key: generateUniqueId(),
836
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/image',
837
+ },
838
+ {
839
+ title: 'Button',
840
+ key: generateUniqueId(),
841
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/button',
842
+ },
843
+ {
844
+ title: 'Optin fields',
845
+ key: generateUniqueId(),
846
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/optin-fields',
847
+ },
848
+ {
849
+ title: 'Yes/No',
850
+ key: generateUniqueId(),
851
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/yes-no',
852
+ },
853
+ {
854
+ title: 'Count down',
855
+ key: generateUniqueId(),
856
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/count-down',
857
+ },
858
+ {
859
+ title: 'Video',
860
+ key: generateUniqueId(),
861
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/video',
862
+ },
863
+ {
864
+ title: 'Coupon Wheel',
865
+ key: generateUniqueId(),
866
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/coupon-wheel',
867
+ },
868
+ {
869
+ title: 'Spacer',
870
+ key: generateUniqueId(),
871
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/spacer',
872
+ },
873
+ {
874
+ title: 'Divider',
875
+ key: generateUniqueId(),
876
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/divider',
877
+ },
878
+ {
879
+ title: 'Icon',
880
+ key: generateUniqueId(),
881
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/icon',
882
+ },
883
+ {
884
+ title: 'HTML',
885
+ key: generateUniqueId(),
886
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/html',
887
+ },
888
+ {
889
+ title: 'Slide show',
890
+ key: generateUniqueId(),
891
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/slide-show',
892
+ },
893
+ {
894
+ title: 'Group',
895
+ key: generateUniqueId(),
896
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/group',
897
+ },
898
+ {
899
+ title: 'Rating',
900
+ key: generateUniqueId(),
901
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/rating',
902
+ },
903
+ {
904
+ title: 'Table',
905
+ key: generateUniqueId(),
906
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/settings/blocks-and-settings/table',
907
+ },
908
+ ],
909
+ },
910
+ {
911
+ title: 'Layers',
912
+ key: generateUniqueId(),
913
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/layers',
914
+ },
915
+ {
916
+ title: 'Live Preview',
917
+ key: generateUniqueId(),
918
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-template/live-preview',
919
+ },
920
+ {
921
+ title: 'Media JSON',
922
+ key: generateUniqueId(),
923
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/media-json',
924
+ },
925
+ ],
926
+ },
927
+ {
928
+ title: 'Form',
929
+ key: generateUniqueId(),
930
+ },
931
+ {
932
+ title: 'Email Template',
933
+ key: generateUniqueId(),
934
+ children: [
935
+ {
936
+ title: 'Email Template',
937
+ key: generateUniqueId(),
938
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template',
939
+ },
940
+ {
941
+ title: 'Control Toolbar',
942
+ key: generateUniqueId(),
943
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/control-toolbar',
944
+ },
945
+ {
946
+ title: 'Settings',
947
+ key: generateUniqueId(),
948
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings',
949
+ },
950
+ {
951
+ title: 'Email Template Settings',
952
+ key: generateUniqueId(),
953
+ children: [
954
+ {
955
+ title: 'Email Template Settings',
956
+ key: generateUniqueId(),
957
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/email-template-settings',
958
+ },
959
+ {
960
+ title: 'Basic',
961
+ key: generateUniqueId(),
962
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/email-template-settings/basic',
963
+ },
964
+ {
965
+ title: 'Advanced',
966
+ key: generateUniqueId(),
967
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/email-template-settings/advanced',
968
+ },
969
+ ],
970
+ },
971
+ {
972
+ title: 'Blocks & Settings',
973
+ key: generateUniqueId(),
974
+ children: [
975
+ {
976
+ title: 'Blocks & Settings',
977
+ key: generateUniqueId(),
978
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings',
979
+ },
980
+ {
981
+ title: 'Columns',
982
+ key: generateUniqueId(),
983
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings/columns',
984
+ },
985
+ {
986
+ title: 'Text',
987
+ key: generateUniqueId(),
988
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings/text',
989
+ },
990
+ {
991
+ title: 'Image',
992
+ key: generateUniqueId(),
993
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings/image',
994
+ },
995
+ {
996
+ title: 'Button',
997
+ key: generateUniqueId(),
998
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings/button',
999
+ },
1000
+ {
1001
+ title: 'Count down',
1002
+ key: generateUniqueId(),
1003
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings/count-down',
1004
+ },
1005
+ {
1006
+ title: 'Spacer',
1007
+ key: generateUniqueId(),
1008
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings/spacer',
1009
+ },
1010
+ {
1011
+ title: 'Divider',
1012
+ key: generateUniqueId(),
1013
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings/divider',
1014
+ },
1015
+ {
1016
+ title: 'Icon',
1017
+ key: generateUniqueId(),
1018
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings/icon',
1019
+ },
1020
+ {
1021
+ title: 'HTML',
1022
+ key: generateUniqueId(),
1023
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings/html',
1024
+ },
1025
+ {
1026
+ title: 'Menu',
1027
+ key: generateUniqueId(),
1028
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings/menu',
1029
+ },
1030
+ {
1031
+ title: 'Table',
1032
+ key: generateUniqueId(),
1033
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings/table',
1034
+ },
1035
+ {
1036
+ title: 'Unsubscribe',
1037
+ key: generateUniqueId(),
1038
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings/unsubscribe',
1039
+ },
1040
+ {
1041
+ title: 'Group',
1042
+ key: generateUniqueId(),
1043
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings/group',
1044
+ },
1045
+ ],
1046
+ },
1047
+ {
1048
+ title: 'Layers',
1049
+ key: generateUniqueId(),
1050
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/layers',
1051
+ },
1052
+ {
1053
+ title: 'Live Preview',
1054
+ key: generateUniqueId(),
1055
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/live-preview',
1056
+ },
1057
+ ],
1058
+ },
1059
+ ],
1060
+ },
1061
+ {
1062
+ title: 'Insights',
1063
+ key: generateUniqueId(),
1064
+ appCode: 'APP_ANTALYSER',
1065
+ children: [
1066
+ {
1067
+ title: 'Analysis',
1068
+ key: generateUniqueId(),
1069
+ },
1070
+ {
1071
+ title: 'Reports',
1072
+ key: generateUniqueId(),
1073
+ children: [
1074
+ {
1075
+ title: 'Reports',
1076
+ key: generateUniqueId(),
1077
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports',
1078
+ },
1079
+ {
1080
+ title: 'Quick start guide',
1081
+ key: generateUniqueId(),
1082
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/quick-start-guide',
1083
+ },
1084
+ {
1085
+ title: 'Create reports',
1086
+ key: generateUniqueId(),
1087
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports',
1088
+ },
1089
+ {
1090
+ title: 'About reports',
1091
+ key: generateUniqueId(),
1092
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/about-reports',
1093
+ },
1094
+ {
1095
+ title: 'Build, stylize, and add data to reports',
1096
+ key: generateUniqueId(),
1097
+ children: [
1098
+ {
1099
+ title: 'Build, stylize, and add data to reports',
1100
+ key: generateUniqueId(),
1101
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports',
1102
+ },
1103
+ {
1104
+ title: 'Set report date ranges',
1105
+ key: generateUniqueId(),
1106
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/set-report-date-ranges',
1107
+ },
1108
+ {
1109
+ title: 'Add and configure components',
1110
+ key: generateUniqueId(),
1111
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/add-and-configure-components',
1112
+ },
1113
+ {
1114
+ title: 'Chart references',
1115
+ key: generateUniqueId(),
1116
+ children: [
1117
+ {
1118
+ title: 'Chart references',
1119
+ key: generateUniqueId(),
1120
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/chart-references',
1121
+ },
1122
+ {
1123
+ title: 'Area chart reference',
1124
+ key: generateUniqueId(),
1125
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/chart-references/area-chart-reference',
1126
+ },
1127
+ {
1128
+ title: 'Bar chart reference',
1129
+ key: generateUniqueId(),
1130
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/chart-references/bar-chart-reference',
1131
+ },
1132
+ {
1133
+ title: 'Bullet chart reference',
1134
+ key: generateUniqueId(),
1135
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/chart-references/bullet-chart-reference',
1136
+ },
1137
+ {
1138
+ title: 'Geo chart reference',
1139
+ key: generateUniqueId(),
1140
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/chart-references/geo-chart-reference',
1141
+ },
1142
+ {
1143
+ title: 'Line chart reference',
1144
+ key: generateUniqueId(),
1145
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/chart-references/line-chart-reference',
1146
+ },
1147
+ {
1148
+ title: 'Pie chart reference',
1149
+ key: generateUniqueId(),
1150
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/chart-references/pie-chart-reference',
1151
+ },
1152
+ {
1153
+ title: 'Pivot table reference',
1154
+ key: generateUniqueId(),
1155
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/chart-references/pivot-table-reference',
1156
+ },
1157
+ {
1158
+ title: 'Scatter and bubble chart reference',
1159
+ key: generateUniqueId(),
1160
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/chart-references/scatter-and-bubble-chart-reference',
1161
+ },
1162
+ {
1163
+ title: 'Scorecard reference',
1164
+ key: generateUniqueId(),
1165
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/chart-references/scorecard-reference',
1166
+ },
1167
+ {
1168
+ title: 'Table reference',
1169
+ key: generateUniqueId(),
1170
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/chart-references/table-reference',
1171
+ },
1172
+ {
1173
+ title: 'Time series reference',
1174
+ key: generateUniqueId(),
1175
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/chart-references/time-series-reference',
1176
+ },
1177
+ {
1178
+ title: 'Tree map reference',
1179
+ key: generateUniqueId(),
1180
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/chart-references/tree-map-reference',
1181
+ },
1182
+ ],
1183
+ },
1184
+ {
1185
+ title: 'Add reference lines to charts',
1186
+ key: generateUniqueId(),
1187
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/add-reference-lines-to-charts',
1188
+ },
1189
+ {
1190
+ title: 'Add and edit data',
1191
+ key: generateUniqueId(),
1192
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/add-and-edit-data',
1193
+ },
1194
+ {
1195
+ title: 'Add pages and report navigation',
1196
+ key: generateUniqueId(),
1197
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/add-pages-and-report-navigation',
1198
+ },
1199
+ {
1200
+ title: 'Report layout options',
1201
+ key: generateUniqueId(),
1202
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/report-layout-options',
1203
+ },
1204
+ {
1205
+ title: 'Work with color',
1206
+ key: generateUniqueId(),
1207
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/work-with-color',
1208
+ },
1209
+ {
1210
+ title: 'Add text, images, lines, and shapes',
1211
+ key: generateUniqueId(),
1212
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/add-text-images-lines-and-shapes',
1213
+ },
1214
+ {
1215
+ title: 'Arrange and distribute components',
1216
+ key: generateUniqueId(),
1217
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/arrange-and-distribute-components',
1218
+ },
1219
+ {
1220
+ title: 'Use the Insights Report Editor',
1221
+ key: generateUniqueId(),
1222
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/build-stylize-and-add-data-to-reports/use-the-insights-report-editor',
1223
+ },
1224
+ ],
1225
+ },
1226
+ {
1227
+ title: 'Copy a report',
1228
+ key: generateUniqueId(),
1229
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/copy-a-report',
1230
+ },
1231
+ {
1232
+ title: 'Delete a report',
1233
+ key: generateUniqueId(),
1234
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/delete-a-report',
1235
+ },
1236
+ {
1237
+ title: 'Tutorial: Create a new report',
1238
+ key: generateUniqueId(),
1239
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/create-reports/tutorial-create-a-new-report',
1240
+ },
1241
+ {
1242
+ title: 'Filter your data',
1243
+ key: generateUniqueId(),
1244
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/filter-your-data',
1245
+ },
1246
+ {
1247
+ title: 'About filters',
1248
+ key: generateUniqueId(),
1249
+ children: [
1250
+ {
1251
+ title: 'About filters',
1252
+ key: generateUniqueId(),
1253
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/filter-your-data/about-filters',
1254
+ },
1255
+ {
1256
+ title: 'Create, edit, and manage filters',
1257
+ key: generateUniqueId(),
1258
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/filter-your-data/create-edit-and-manage-filters',
1259
+ },
1260
+ {
1261
+ title: 'Configure filter conditions',
1262
+ key: generateUniqueId(),
1263
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/filter-your-data/configure-filter-conditions',
1264
+ },
1265
+ {
1266
+ title: 'Filter examples',
1267
+ key: generateUniqueId(),
1268
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/filter-your-data/filter-examples',
1269
+ },
1270
+ ],
1271
+ },
1272
+ {
1273
+ title: 'Make reports interactive',
1274
+ key: generateUniqueId(),
1275
+ children: [
1276
+ {
1277
+ title: 'Make reports interactive',
1278
+ key: generateUniqueId(),
1279
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/make-reports-interactive',
1280
+ },
1281
+ {
1282
+ title: 'Let your viewers control the date range',
1283
+ key: generateUniqueId(),
1284
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/make-reports-interactive/let-your-viewers-control-the-date-range',
1285
+ },
1286
+ {
1287
+ title: 'About controls',
1288
+ key: generateUniqueId(),
1289
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/make-reports-interactive/about-controls',
1290
+ },
1291
+ {
1292
+ title: 'Use controls across data sources',
1293
+ key: generateUniqueId(),
1294
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/make-reports-interactive/use-controls-across-data-sources',
1295
+ },
1296
+ {
1297
+ title: 'Add chart interaction filters',
1298
+ key: generateUniqueId(),
1299
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/make-reports-interactive/add-chart-interaction-filters',
1300
+ },
1301
+ {
1302
+ title: 'Let viewers drill down into your data',
1303
+ key: generateUniqueId(),
1304
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/make-reports-interactive/let-viewers-drill-down-into-your-data',
1305
+ },
1306
+ ],
1307
+ },
1308
+ {
1309
+ title: 'Link to a page',
1310
+ key: generateUniqueId(),
1311
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/make-reports-interactive/link-to-a-page',
1312
+ },
1313
+ {
1314
+ title: 'Export data from a chart',
1315
+ key: generateUniqueId(),
1316
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/make-reports-interactive/export-data-from-a-chart',
1317
+ },
1318
+ {
1319
+ title: 'Embed external content in reports',
1320
+ key: generateUniqueId(),
1321
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/make-reports-interactive/embed-external-content-in-reports',
1322
+ },
1323
+ {
1324
+ title: 'Let viewers select the fields in charts',
1325
+ key: generateUniqueId(),
1326
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/make-reports-interactive/let-viewers-select-the-fields-in-charts',
1327
+ },
1328
+ {
1329
+ title: 'Blend multiple data sources in a chart',
1330
+ key: generateUniqueId(),
1331
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/blend-multiple-data-sources-in-a-chart',
1332
+ },
1333
+ {
1334
+ title: 'About data blending',
1335
+ key: generateUniqueId(),
1336
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/blend-multiple-data-sources-in-a-chart/about-data-blending',
1337
+ },
1338
+ {
1339
+ title: 'Blend data in charts',
1340
+ key: generateUniqueId(),
1341
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/blend-multiple-data-sources-in-a-chart/blend-data-in-charts',
1342
+ },
1343
+ {
1344
+ title: 'Filter blended data',
1345
+ key: generateUniqueId(),
1346
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/blend-multiple-data-sources-in-a-chart/filter-blended-data',
1347
+ },
1348
+ {
1349
+ title: 'Change the date range for blended data',
1350
+ key: generateUniqueId(),
1351
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/blend-multiple-data-sources-in-a-chart/change-the-date-range-for-blended-data',
1352
+ },
1353
+ {
1354
+ title: 'Use blending to reaggregate data',
1355
+ key: generateUniqueId(),
1356
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/blend-multiple-data-sources-in-a-chart/use-blending-to-reaggregate-data',
1357
+ },
1358
+ {
1359
+ title: 'Glossary',
1360
+ key: generateUniqueId(),
1361
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/insights/reports/glossary',
1362
+ },
1363
+ {
1364
+ title: 'How to create "Report" with “Journey performance” data source?',
1365
+ key: generateUniqueId(),
1366
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/insights/how-to-create-report-with-journey-performance-data-source',
1367
+ },
1368
+ ],
1369
+ },
1370
+ {
1371
+ title: 'Data Sources',
1372
+ key: generateUniqueId(),
1373
+ children: [
1374
+ {
1375
+ title: 'How to create a new "Data sources"?',
1376
+ key: generateUniqueId(),
1377
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/insights/how-to-create-a-new-data-sources',
1378
+ },
1379
+ ],
1380
+ },
1381
+ {
1382
+ title: 'Gallery Template',
1383
+ key: generateUniqueId(),
1384
+ },
1385
+ ],
1386
+ },
1387
+ {
1388
+ title: 'Dataflows',
1389
+ key: generateUniqueId(),
1390
+ appCode: 'DATAFLOWS',
1391
+ children: [
1392
+ {
1393
+ title: 'Dataflows',
1394
+ key: generateUniqueId(),
1395
+ children: [
1396
+ {
1397
+ title: 'Dataflows',
1398
+ key: generateUniqueId(),
1399
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows',
1400
+ },
1401
+ {
1402
+ title: 'Creating a Dataflows',
1403
+ key: generateUniqueId(),
1404
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows',
1405
+ },
1406
+ {
1407
+ title: 'Action node',
1408
+ key: generateUniqueId(),
1409
+ children: [
1410
+ {
1411
+ title: 'Action node',
1412
+ key: generateUniqueId(),
1413
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node',
1414
+ },
1415
+ {
1416
+ title: 'Add data',
1417
+ key: generateUniqueId(),
1418
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/add-data',
1419
+ },
1420
+ {
1421
+ title: 'Delay',
1422
+ key: generateUniqueId(),
1423
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/delay',
1424
+ },
1425
+ {
1426
+ title: 'Filter',
1427
+ key: generateUniqueId(),
1428
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/filter',
1429
+ },
1430
+ {
1431
+ title: 'SQL',
1432
+ key: generateUniqueId(),
1433
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/sql',
1434
+ },
1435
+ {
1436
+ title: 'Branch',
1437
+ key: generateUniqueId(),
1438
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/branch',
1439
+ },
1440
+ {
1441
+ title: 'Add column',
1442
+ key: generateUniqueId(),
1443
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/add-column',
1444
+ },
1445
+ {
1446
+ title: 'Aggregate',
1447
+ key: generateUniqueId(),
1448
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/aggregate',
1449
+ },
1450
+ {
1451
+ title: 'Select column',
1452
+ key: generateUniqueId(),
1453
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/select-column',
1454
+ },
1455
+ {
1456
+ title: 'Join',
1457
+ key: generateUniqueId(),
1458
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/join',
1459
+ },
1460
+ {
1461
+ title: 'Bin',
1462
+ key: generateUniqueId(),
1463
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/bin',
1464
+ },
1465
+ {
1466
+ title: 'Merge Columns',
1467
+ key: generateUniqueId(),
1468
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/merge-columns',
1469
+ },
1470
+ {
1471
+ title: 'Split Columns',
1472
+ key: generateUniqueId(),
1473
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/split-columns',
1474
+ },
1475
+ {
1476
+ title: 'Group',
1477
+ key: generateUniqueId(),
1478
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/group',
1479
+ },
1480
+ {
1481
+ title: 'Union Rows',
1482
+ key: generateUniqueId(),
1483
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/union-rows',
1484
+ },
1485
+ {
1486
+ title: 'Save data',
1487
+ key: generateUniqueId(),
1488
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/action-node/save-data',
1489
+ },
1490
+ ],
1491
+ },
1492
+ {
1493
+ title: 'Destination channel',
1494
+ key: generateUniqueId(),
1495
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/dataflows/creating-a-dataflows/destination-channel',
1496
+ },
1497
+ {
1498
+ title: 'How to send messages using "Facebook Messenger" in CDP 365',
1499
+ key: generateUniqueId(),
1500
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/dataflows/how-to-send-messages-using-facebook-messenger-in-cdp-365',
1501
+ },
1502
+ {
1503
+ title: 'Set up "Dataflows" to push data to CDP',
1504
+ key: generateUniqueId(),
1505
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/dataflows/set-up-dataflows-to-push-data-to-cdp',
1506
+ },
1507
+ {
1508
+ title: 'Set up "Dataflows" to push data to "Google" and "Facebook" Audiences',
1509
+ key: generateUniqueId(),
1510
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/dataflows/set-up-dataflows-to-push-data-to-google-and-facebook-audiences',
1511
+ },
1512
+ ],
1513
+ },
1514
+ {
1515
+ title: 'Data Destination',
1516
+ key: generateUniqueId(),
1517
+ children: [
1518
+ {
1519
+ title: 'Data Destination',
1520
+ key: generateUniqueId(),
1521
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/data-destinations',
1522
+ },
1523
+ {
1524
+ title: 'Create a Data Destination',
1525
+ key: generateUniqueId(),
1526
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/data-destinations/create-a-data-destination',
1527
+ },
1528
+ {
1529
+ title: 'View/Edit a Data Destination',
1530
+ key: generateUniqueId(),
1531
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/data-destinations/view-edit-a-data-destination',
1532
+ },
1533
+ {
1534
+ title: 'How to create a "Destination Channel" in "Dataflows"?',
1535
+ key: generateUniqueId(),
1536
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/dataflows/how-to-create-a-destination-channel-in-dataflows',
1537
+ },
1538
+ ],
1539
+ },
1540
+ {
1541
+ title: 'Data Source',
1542
+ key: generateUniqueId(),
1543
+ children: [
1544
+ {
1545
+ title: 'Data Source',
1546
+ key: generateUniqueId(),
1547
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/data-source',
1548
+ },
1549
+ {
1550
+ title: 'Create a Data Source',
1551
+ key: generateUniqueId(),
1552
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/data-source/create-a-data-source',
1553
+ },
1554
+ {
1555
+ title: 'View/Edit a Data Source',
1556
+ key: generateUniqueId(),
1557
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/data-source/view-edit-a-data-source',
1558
+ },
1559
+ {
1560
+ title: 'Data Source Connectors',
1561
+ key: generateUniqueId(),
1562
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/dataflows/data-source/data-source-connectors',
1563
+ },
1564
+ {
1565
+ title: 'How to create a new Google Analytics data source?',
1566
+ key: generateUniqueId(),
1567
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/dataflows/how-to-create-a-new-google-analytics-data-source',
1568
+ },
1569
+ {
1570
+ title: 'How to create Facebook Ads data source?',
1571
+ key: generateUniqueId(),
1572
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/dataflows/how-to-create-facebook-ads-data-source',
1573
+ },
1574
+ {
1575
+ title: 'How to create Google Ads data source?',
1576
+ key: generateUniqueId(),
1577
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/dataflows/how-to-create-google-ads-data-source',
1578
+ },
1579
+ ],
1580
+ },
1581
+ ],
1582
+ },
1583
+ {
1584
+ title: 'Portal Settings',
1585
+ appCode: 'PORTAL_SETTING',
1586
+ key: generateUniqueId(),
1587
+ children: [
1588
+ {
1589
+ title: 'Data Encryption',
1590
+ key: generateUniqueId(),
1591
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/portal-settings/data-encryption',
1592
+ },
1593
+ {
1594
+ title: 'General Settings',
1595
+ key: generateUniqueId(),
1596
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/portal-settings/general-setting',
1597
+ },
1598
+ {
1599
+ title: 'Roles',
1600
+ key: generateUniqueId(),
1601
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/portal-settings/general-setting/roles',
1602
+ },
1603
+ {
1604
+ title: 'Accounts',
1605
+ key: generateUniqueId(),
1606
+ children: [
1607
+ {
1608
+ title: 'Accounts',
1609
+ key: generateUniqueId(),
1610
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/portal-settings/accounts',
1611
+ },
1612
+ {
1613
+ title: 'How to set up two-step authentication?',
1614
+ key: generateUniqueId(),
1615
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/portal-settings/how-to-set-up-two-step-authentication',
1616
+ },
1617
+ ],
1618
+ },
1619
+ {
1620
+ title: 'Menus',
1621
+ key: generateUniqueId(),
1622
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/portal-settings/menus',
1623
+ },
1624
+ {
1625
+ title: 'Providers',
1626
+ key: generateUniqueId(),
1627
+ },
1628
+ {
1629
+ title: 'Account Sharing',
1630
+ key: generateUniqueId(),
1631
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/portal-settings/account-sharing',
1632
+ },
1633
+ ],
1634
+ },
1635
+ {
1636
+ title: 'Ticket Management',
1637
+ key: generateUniqueId(),
1638
+ appCode: 'TICKET_MANAGEMENT',
1639
+ children: [
1640
+ {
1641
+ title: 'Ticket',
1642
+ key: generateUniqueId(),
1643
+ children: [
1644
+ {
1645
+ title: 'Tickets',
1646
+ key: generateUniqueId(),
1647
+ path: 'https://docs.antsomi.com/cdp-365-user-guide-en/ticket-management/tickets',
1648
+ },
1649
+ ],
1650
+ },
1651
+ ],
1652
+ },
1653
+ ];