@antscorp/antsomi-ui 1.3.3-beta.2 → 1.3.3-beta.21

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 (652) hide show
  1. package/README.md +78 -78
  2. package/dist/index.js +1 -1
  3. package/dist/main.css +100 -1
  4. package/dist/public/icons/stars_slider.png +0 -0
  5. package/es/assets/css/main.scss +4 -4
  6. package/es/assets/images/feedback.svg +3 -3
  7. package/es/assets/images/stars_slider.png +0 -0
  8. package/es/components/atoms/Alert/Alert.d.ts +4 -4
  9. package/es/components/atoms/Alert/Alert.js +19 -19
  10. package/es/components/atoms/Alert/index.d.ts +1 -1
  11. package/es/components/atoms/Alert/index.js +1 -1
  12. package/es/components/atoms/Button/Button.d.ts +1 -1
  13. package/es/components/atoms/Button/Button.js +1 -1
  14. package/es/components/atoms/Button/index.d.ts +4 -4
  15. package/es/components/atoms/Button/index.js +2 -2
  16. package/es/components/atoms/Button/test.d.ts +3 -3
  17. package/es/components/atoms/Button/test.js +99 -99
  18. package/es/components/atoms/Checkbox/Checkbox.d.ts +1 -1
  19. package/es/components/atoms/Checkbox/Checkbox.js +1 -1
  20. package/es/components/atoms/Checkbox/index.d.ts +1 -1
  21. package/es/components/atoms/Checkbox/index.js +1 -1
  22. package/es/components/atoms/Divider/Divider.d.ts +1 -1
  23. package/es/components/atoms/Divider/Divider.js +1 -1
  24. package/es/components/atoms/Divider/index.d.ts +1 -1
  25. package/es/components/atoms/Divider/index.js +1 -1
  26. package/es/components/atoms/DividerPure/DividerPure.d.ts +10 -10
  27. package/es/components/atoms/DividerPure/DividerPure.js +27 -27
  28. package/es/components/atoms/DividerPure/index.d.ts +1 -1
  29. package/es/components/atoms/DividerPure/index.js +1 -1
  30. package/es/components/atoms/DividerPure/styled.d.ts +1 -1
  31. package/es/components/atoms/DividerPure/styled.js +41 -41
  32. package/es/components/atoms/Empty/Empty.d.ts +5 -5
  33. package/es/components/atoms/Empty/Empty.js +2 -2
  34. package/es/components/atoms/Empty/index.d.ts +1 -1
  35. package/es/components/atoms/Empty/index.js +1 -1
  36. package/es/components/atoms/Flex/Flex.d.ts +2 -0
  37. package/es/components/atoms/Flex/Flex.js +1 -0
  38. package/es/components/atoms/Flex/index.d.ts +1 -0
  39. package/es/components/atoms/Flex/index.js +1 -0
  40. package/es/components/atoms/FloatButton/FloatButton.d.ts +1 -1
  41. package/es/components/atoms/FloatButton/FloatButton.js +1 -1
  42. package/es/components/atoms/FloatButton/index.d.ts +1 -1
  43. package/es/components/atoms/FloatButton/index.js +2 -2
  44. package/es/components/atoms/Grid/Grid.d.ts +3 -3
  45. package/es/components/atoms/Grid/Grid.js +3 -3
  46. package/es/components/atoms/Grid/index.d.ts +1 -1
  47. package/es/components/atoms/Grid/index.js +1 -1
  48. package/es/components/atoms/Icon/index.d.ts +10 -10
  49. package/es/components/atoms/Icon/index.js +36 -36
  50. package/es/components/atoms/Input/Input.d.ts +28 -20
  51. package/es/components/atoms/Input/Input.js +95 -92
  52. package/es/components/atoms/Input/index.d.ts +2 -2
  53. package/es/components/atoms/Input/index.js +1 -1
  54. package/es/components/atoms/Input/styled.d.ts +11 -11
  55. package/es/components/atoms/Input/styled.js +109 -109
  56. package/es/components/atoms/InputNumber/InputNumber.d.ts +6 -6
  57. package/es/components/atoms/InputNumber/InputNumber.js +27 -27
  58. package/es/components/atoms/InputNumber/index.d.ts +1 -1
  59. package/es/components/atoms/InputNumber/index.js +1 -1
  60. package/es/components/atoms/Message/Message.d.ts +1 -1
  61. package/es/components/atoms/Message/Message.js +1 -1
  62. package/es/components/atoms/Message/index.d.ts +1 -1
  63. package/es/components/atoms/Message/index.js +1 -1
  64. package/es/components/atoms/Notification/Notification.d.ts +1 -1
  65. package/es/components/atoms/Notification/Notification.js +1 -1
  66. package/es/components/atoms/Notification/index.d.ts +1 -1
  67. package/es/components/atoms/Notification/index.js +1 -1
  68. package/es/components/atoms/Pagination/Pagination.d.ts +2 -2
  69. package/es/components/atoms/Pagination/Pagination.js +2 -2
  70. package/es/components/atoms/Pagination/index.d.ts +1 -1
  71. package/es/components/atoms/Pagination/index.js +1 -1
  72. package/es/components/atoms/Popover/Popover.d.ts +4 -4
  73. package/es/components/atoms/Popover/Popover.js +2 -2
  74. package/es/components/atoms/Popover/index.d.ts +1 -1
  75. package/es/components/atoms/Popover/index.js +1 -1
  76. package/es/components/atoms/Popover/styled.d.ts +4 -4
  77. package/es/components/atoms/Popover/styled.js +5 -5
  78. package/es/components/atoms/Progress/Progress.d.ts +2 -2
  79. package/es/components/atoms/Progress/Progress.js +2 -2
  80. package/es/components/atoms/Progress/index.d.ts +1 -1
  81. package/es/components/atoms/Progress/index.js +1 -1
  82. package/es/components/atoms/Radio/Radio.d.ts +1 -1
  83. package/es/components/atoms/Radio/Radio.js +1 -1
  84. package/es/components/atoms/Radio/index.d.ts +7 -7
  85. package/es/components/atoms/Radio/index.js +25 -25
  86. package/es/components/atoms/Rate/Rate.d.ts +2 -2
  87. package/es/components/atoms/Rate/Rate.js +2 -2
  88. package/es/components/atoms/Rate/index.d.ts +1 -1
  89. package/es/components/atoms/Rate/index.js +1 -1
  90. package/es/components/atoms/RateV2/RateV2.d.ts +18 -0
  91. package/es/components/atoms/RateV2/RateV2.js +73 -0
  92. package/es/components/atoms/RateV2/index.d.ts +1 -0
  93. package/es/components/atoms/RateV2/index.js +1 -0
  94. package/es/components/atoms/RequiredLabel/index.d.ts +7 -7
  95. package/es/components/atoms/RequiredLabel/index.js +24 -24
  96. package/es/components/atoms/RequiredLabel/styled.d.ts +2 -2
  97. package/es/components/atoms/RequiredLabel/styled.js +10 -10
  98. package/es/components/atoms/ScrollBox/index.d.ts +9 -9
  99. package/es/components/atoms/ScrollBox/index.js +51 -51
  100. package/es/components/atoms/Segmented/Segmented.d.ts +2 -2
  101. package/es/components/atoms/Segmented/Segmented.js +2 -2
  102. package/es/components/atoms/Segmented/index.d.ts +1 -1
  103. package/es/components/atoms/Segmented/index.js +1 -1
  104. package/es/components/atoms/Skeleton/Skeleton.d.ts +8 -8
  105. package/es/components/atoms/Skeleton/Skeleton.js +2 -2
  106. package/es/components/atoms/Skeleton/index.d.ts +1 -1
  107. package/es/components/atoms/Skeleton/index.js +1 -1
  108. package/es/components/atoms/Slider/index.d.ts +6 -5
  109. package/es/components/atoms/Slider/index.js +25 -32
  110. package/es/components/atoms/Slider/styled.d.ts +7 -7
  111. package/es/components/atoms/Slider/styled.js +44 -44
  112. package/es/components/atoms/SliderV2/index.d.ts +6 -0
  113. package/es/components/atoms/SliderV2/index.js +21 -0
  114. package/es/components/atoms/Space/Space.d.ts +6 -6
  115. package/es/components/atoms/Space/Space.js +9 -9
  116. package/es/components/atoms/Space/index.d.ts +1 -1
  117. package/es/components/atoms/Space/index.js +1 -1
  118. package/es/components/atoms/Spin/Spin.d.ts +10 -9
  119. package/es/components/atoms/Spin/Spin.js +28 -28
  120. package/es/components/atoms/Spin/index.d.ts +1 -1
  121. package/es/components/atoms/Spin/index.js +1 -1
  122. package/es/components/atoms/Spin/styled.d.ts +1 -1
  123. package/es/components/atoms/Spin/styled.js +7 -7
  124. package/es/components/atoms/Statistic/Statistic.d.ts +1 -1
  125. package/es/components/atoms/Statistic/Statistic.js +2 -2
  126. package/es/components/atoms/Statistic/index.d.ts +1 -1
  127. package/es/components/atoms/Statistic/index.js +1 -1
  128. package/es/components/atoms/Steps/Steps.d.ts +4 -4
  129. package/es/components/atoms/Steps/Steps.js +2 -2
  130. package/es/components/atoms/Steps/index.d.ts +1 -1
  131. package/es/components/atoms/Steps/index.js +1 -1
  132. package/es/components/atoms/Switch/Switch.d.ts +2 -2
  133. package/es/components/atoms/Switch/Switch.js +2 -2
  134. package/es/components/atoms/Switch/index.d.ts +1 -1
  135. package/es/components/atoms/Switch/index.js +1 -1
  136. package/es/components/atoms/Tag/Tag.d.ts +1 -1
  137. package/es/components/atoms/Tag/Tag.js +1 -1
  138. package/es/components/atoms/Tag/index.d.ts +1 -1
  139. package/es/components/atoms/Tag/index.js +1 -1
  140. package/es/components/atoms/Text/index.d.ts +10 -10
  141. package/es/components/atoms/Text/index.js +27 -27
  142. package/es/components/atoms/Text/styled.d.ts +7 -7
  143. package/es/components/atoms/Text/styled.js +52 -52
  144. package/es/components/atoms/Timeline/Timeline.d.ts +4 -4
  145. package/es/components/atoms/Timeline/Timeline.js +2 -2
  146. package/es/components/atoms/Timeline/index.d.ts +1 -1
  147. package/es/components/atoms/Timeline/index.js +1 -1
  148. package/es/components/atoms/Tooltip/Tooltip.d.ts +1 -1
  149. package/es/components/atoms/Tooltip/Tooltip.js +1 -1
  150. package/es/components/atoms/Tooltip/index.d.ts +1 -1
  151. package/es/components/atoms/Tooltip/index.js +1 -1
  152. package/es/components/atoms/Typography/Text.d.ts +1 -1
  153. package/es/components/atoms/Typography/Text.js +1 -1
  154. package/es/components/atoms/Typography/index.d.ts +1 -1
  155. package/es/components/atoms/Typography/index.js +1 -1
  156. package/es/components/atoms/Watermark/Watermark.d.ts +2 -2
  157. package/es/components/atoms/Watermark/Watermark.js +2 -2
  158. package/es/components/atoms/Watermark/index.d.ts +1 -1
  159. package/es/components/atoms/Watermark/index.js +1 -1
  160. package/es/components/atoms/index.d.ts +36 -33
  161. package/es/components/atoms/index.js +35 -32
  162. package/es/components/common/ConfigProvider/ConfigProvider.d.ts +10 -10
  163. package/es/components/common/ConfigProvider/ConfigProvider.js +42 -42
  164. package/es/components/common/ConfigProvider/GlobalStyle.d.ts +5 -5
  165. package/es/components/common/ConfigProvider/GlobalStyle.js +527 -490
  166. package/es/components/common/ConfigProvider/index.d.ts +1 -1
  167. package/es/components/common/ConfigProvider/index.js +1 -1
  168. package/es/components/common/index.d.ts +1 -1
  169. package/es/components/common/index.js +1 -1
  170. package/es/components/icons/AccountCircle.d.ts +3 -3
  171. package/es/components/icons/AccountCircle.js +3 -3
  172. package/es/components/icons/AddShoppingCart.d.ts +3 -3
  173. package/es/components/icons/AddShoppingCart.js +3 -3
  174. package/es/components/icons/ArrowGrowIcon.d.ts +2 -1
  175. package/es/components/icons/ArrowGrowIcon.js +4 -4
  176. package/es/components/icons/AssignmentInd.d.ts +3 -3
  177. package/es/components/icons/AssignmentInd.js +3 -3
  178. package/es/components/icons/AudioRecordIcon.d.ts +2 -1
  179. package/es/components/icons/AudioRecordIcon.js +4 -4
  180. package/es/components/icons/BugIcon.d.ts +2 -1
  181. package/es/components/icons/BugIcon.js +4 -4
  182. package/es/components/icons/Call.d.ts +3 -3
  183. package/es/components/icons/Call.js +3 -3
  184. package/es/components/icons/CameraIcon.d.ts +2 -1
  185. package/es/components/icons/CameraIcon.js +4 -4
  186. package/es/components/icons/CaptureIcon.d.ts +2 -1
  187. package/es/components/icons/CaptureIcon.js +4 -4
  188. package/es/components/icons/Category.d.ts +3 -3
  189. package/es/components/icons/Category.js +5 -5
  190. package/es/components/icons/ChatBubbleOutline.d.ts +3 -3
  191. package/es/components/icons/ChatBubbleOutline.js +3 -3
  192. package/es/components/icons/CheckSlimIcon.d.ts +2 -1
  193. package/es/components/icons/CheckSlimIcon.js +4 -4
  194. package/es/components/icons/CircleNotifications.d.ts +3 -3
  195. package/es/components/icons/CircleNotifications.js +3 -3
  196. package/es/components/icons/CloseIcon.d.ts +4 -3
  197. package/es/components/icons/CloseIcon.js +22 -22
  198. package/es/components/icons/CommentIcon.d.ts +2 -1
  199. package/es/components/icons/CommentIcon.js +4 -4
  200. package/es/components/icons/ConfirmationNumber.d.ts +3 -3
  201. package/es/components/icons/ConfirmationNumber.js +3 -3
  202. package/es/components/icons/DesktopWindows.d.ts +3 -3
  203. package/es/components/icons/DesktopWindows.js +3 -3
  204. package/es/components/icons/EventIcon.d.ts +4 -3
  205. package/es/components/icons/EventIcon.js +18 -18
  206. package/es/components/icons/FactCheck.d.ts +3 -3
  207. package/es/components/icons/FactCheck.js +3 -3
  208. package/es/components/icons/FreeDrawIcon.d.ts +2 -1
  209. package/es/components/icons/FreeDrawIcon.js +4 -4
  210. package/es/components/icons/GPTIcon.d.ts +2 -1
  211. package/es/components/icons/GPTIcon.js +18 -18
  212. package/es/components/icons/GPTIconV2.d.ts +2 -1
  213. package/es/components/icons/GPTIconV2.js +18 -18
  214. package/es/components/icons/GPTIconV3.d.ts +2 -1
  215. package/es/components/icons/GPTIconV3.js +5 -5
  216. package/es/components/icons/HighlightIcon.d.ts +2 -1
  217. package/es/components/icons/HighlightIcon.js +4 -4
  218. package/es/components/icons/HightlightAlt.d.ts +3 -3
  219. package/es/components/icons/HightlightAlt.js +3 -3
  220. package/es/components/icons/HowToReg.d.ts +3 -3
  221. package/es/components/icons/HowToReg.js +3 -3
  222. package/es/components/icons/IdeaIcon.d.ts +2 -1
  223. package/es/components/icons/IdeaIcon.js +4 -4
  224. package/es/components/icons/Interactive.d.ts +3 -3
  225. package/es/components/icons/Interactive.js +3 -3
  226. package/es/components/icons/InvisibleIcon.d.ts +2 -1
  227. package/es/components/icons/InvisibleIcon.js +5 -5
  228. package/es/components/icons/List.d.ts +3 -3
  229. package/es/components/icons/List.js +3 -3
  230. package/es/components/icons/LocalMallIcon.d.ts +3 -3
  231. package/es/components/icons/LocalMallIcon.js +3 -3
  232. package/es/components/icons/MobileFriendly.d.ts +3 -3
  233. package/es/components/icons/MobileFriendly.js +3 -3
  234. package/es/components/icons/MuteIcon.d.ts +2 -1
  235. package/es/components/icons/MuteIcon.js +4 -4
  236. package/es/components/icons/NotificationsActive.d.ts +3 -3
  237. package/es/components/icons/NotificationsActive.js +3 -3
  238. package/es/components/icons/OpenUrlIcon.d.ts +2 -1
  239. package/es/components/icons/OpenUrlIcon.js +4 -4
  240. package/es/components/icons/PauseIcon.d.ts +2 -1
  241. package/es/components/icons/PauseIcon.js +4 -4
  242. package/es/components/icons/Payment.d.ts +3 -3
  243. package/es/components/icons/Payment.js +3 -3
  244. package/es/components/icons/PersonAddDisabled.d.ts +3 -3
  245. package/es/components/icons/PersonAddDisabled.js +4 -4
  246. package/es/components/icons/PhoneCallback.d.ts +3 -3
  247. package/es/components/icons/PhoneCallback.js +3 -3
  248. package/es/components/icons/PlaneIcon.d.ts +2 -1
  249. package/es/components/icons/PlaneIcon.js +8 -8
  250. package/es/components/icons/Preview.d.ts +3 -3
  251. package/es/components/icons/Preview.js +3 -3
  252. package/es/components/icons/Redeem.d.ts +3 -3
  253. package/es/components/icons/Redeem.js +3 -3
  254. package/es/components/icons/RemoveRedEye.d.ts +3 -3
  255. package/es/components/icons/RemoveRedEye.js +3 -3
  256. package/es/components/icons/RemoveShoppingCart.d.ts +3 -3
  257. package/es/components/icons/RemoveShoppingCart.js +3 -3
  258. package/es/components/icons/RequestIcon.d.ts +2 -1
  259. package/es/components/icons/RequestIcon.js +4 -4
  260. package/es/components/icons/Search.d.ts +3 -3
  261. package/es/components/icons/Search.js +3 -3
  262. package/es/components/icons/ShoppingBag.d.ts +3 -3
  263. package/es/components/icons/ShoppingBag.js +3 -3
  264. package/es/components/icons/ShoppingCart.d.ts +3 -3
  265. package/es/components/icons/ShoppingCart.js +3 -3
  266. package/es/components/icons/StopRecordIcon.d.ts +2 -1
  267. package/es/components/icons/StopRecordIcon.js +4 -4
  268. package/es/components/icons/Store.d.ts +3 -3
  269. package/es/components/icons/Store.js +3 -3
  270. package/es/components/icons/UserIcon.d.ts +2 -1
  271. package/es/components/icons/UserIcon.js +8 -8
  272. package/es/components/icons/VerticalDotsIcon.d.ts +2 -1
  273. package/es/components/icons/VerticalDotsIcon.js +4 -4
  274. package/es/components/icons/WarningIcon.d.ts +2 -1
  275. package/es/components/icons/WarningIcon.js +4 -4
  276. package/es/components/icons/Web.d.ts +3 -3
  277. package/es/components/icons/Web.js +3 -3
  278. package/es/components/icons/WebAsset.d.ts +3 -3
  279. package/es/components/icons/WebAsset.js +3 -3
  280. package/es/components/icons/index.d.ts +54 -54
  281. package/es/components/icons/index.js +54 -54
  282. package/es/components/icons/type.d.ts +3 -3
  283. package/es/components/icons/type.js +1 -1
  284. package/es/components/index.d.ts +4 -4
  285. package/es/components/index.js +4 -4
  286. package/es/components/molecules/AlignSetting/index.d.ts +19 -19
  287. package/es/components/molecules/AlignSetting/index.js +52 -52
  288. package/es/components/molecules/AlignSetting/styled.d.ts +1 -1
  289. package/es/components/molecules/AlignSetting/styled.js +7 -7
  290. package/es/components/molecules/AlignSetting/utils.d.ts +3 -3
  291. package/es/components/molecules/AlignSetting/utils.js +19 -19
  292. package/es/components/molecules/CaptureScreen/CaptureScreen.d.ts +16 -15
  293. package/es/components/molecules/CaptureScreen/CaptureScreen.js +834 -834
  294. package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +17 -16
  295. package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.js +80 -80
  296. package/es/components/molecules/CaptureScreen/components/CommentBox/index.d.ts +1 -1
  297. package/es/components/molecules/CaptureScreen/components/CommentBox/index.js +1 -1
  298. package/es/components/molecules/CaptureScreen/components/CommentBox/styled.d.ts +12 -12
  299. package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +136 -136
  300. package/es/components/molecules/CaptureScreen/components/CommentBox/types.d.ts +15 -15
  301. package/es/components/molecules/CaptureScreen/components/CommentBox/types.js +1 -1
  302. package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +4 -3
  303. package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.js +17 -17
  304. package/es/components/molecules/CaptureScreen/components/Cursor/index.d.ts +1 -1
  305. package/es/components/molecules/CaptureScreen/components/Cursor/index.js +1 -1
  306. package/es/components/molecules/CaptureScreen/components/Cursor/styled.d.ts +7 -7
  307. package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +79 -79
  308. package/es/components/molecules/CaptureScreen/components/Cursor/types.d.ts +10 -10
  309. package/es/components/molecules/CaptureScreen/components/Cursor/types.js +1 -1
  310. package/es/components/molecules/CaptureScreen/constants.d.ts +41 -41
  311. package/es/components/molecules/CaptureScreen/constants.js +118 -118
  312. package/es/components/molecules/CaptureScreen/hooks/useImageEditor.d.ts +5 -5
  313. package/es/components/molecules/CaptureScreen/hooks/useImageEditor.js +103 -103
  314. package/es/components/molecules/CaptureScreen/index.d.ts +1 -1
  315. package/es/components/molecules/CaptureScreen/index.js +1 -1
  316. package/es/components/molecules/CaptureScreen/styled.d.ts +26 -26
  317. package/es/components/molecules/CaptureScreen/styled.js +255 -255
  318. package/es/components/molecules/CaptureScreen/themes/black.d.ts +54 -54
  319. package/es/components/molecules/CaptureScreen/themes/black.js +64 -64
  320. package/es/components/molecules/CaptureScreen/themes/white.d.ts +54 -54
  321. package/es/components/molecules/CaptureScreen/themes/white.js +64 -64
  322. package/es/components/molecules/CaptureScreen/types.d.ts +108 -108
  323. package/es/components/molecules/CaptureScreen/types.js +1 -1
  324. package/es/components/molecules/CaptureScreen/utils.d.ts +13 -13
  325. package/es/components/molecules/CaptureScreen/utils.js +62 -62
  326. package/es/components/molecules/Card/Card.d.ts +1 -1
  327. package/es/components/molecules/Card/Card.js +2 -2
  328. package/es/components/molecules/Card/index.d.ts +1 -1
  329. package/es/components/molecules/Card/index.js +1 -1
  330. package/es/components/molecules/Cascader/Cascader.d.ts +1 -1
  331. package/es/components/molecules/Cascader/Cascader.js +1 -1
  332. package/es/components/molecules/Cascader/index.d.ts +1 -1
  333. package/es/components/molecules/Cascader/index.js +1 -1
  334. package/es/components/molecules/ChatBox/ChatBox.d.ts +3 -3
  335. package/es/components/molecules/ChatBox/ChatBox.js +188 -188
  336. package/es/components/molecules/ChatBox/MessageItem.d.ts +5 -5
  337. package/es/components/molecules/ChatBox/MessageItem.js +66 -66
  338. package/es/components/molecules/ChatBox/constants.d.ts +6 -6
  339. package/es/components/molecules/ChatBox/constants.js +51 -51
  340. package/es/components/molecules/ChatBox/index.d.ts +1 -1
  341. package/es/components/molecules/ChatBox/index.js +1 -1
  342. package/es/components/molecules/ChatBox/styled.d.ts +10 -10
  343. package/es/components/molecules/ChatBox/styled.js +280 -280
  344. package/es/components/molecules/ChatBox/types.d.ts +32 -32
  345. package/es/components/molecules/ChatBox/types.js +1 -1
  346. package/es/components/molecules/Collapse/Collapse.d.ts +4 -4
  347. package/es/components/molecules/Collapse/Collapse.js +11 -2
  348. package/es/components/molecules/Collapse/index.d.ts +1 -1
  349. package/es/components/molecules/Collapse/index.js +1 -1
  350. package/es/components/molecules/ColorPicker/ChromePicker/index.d.ts +1 -1
  351. package/es/components/molecules/ColorPicker/ChromePicker/index.js +3 -3
  352. package/es/components/molecules/ColorPicker/ChromePicker/styled.d.ts +1 -1
  353. package/es/components/molecules/ColorPicker/ChromePicker/styled.js +15 -15
  354. package/es/components/molecules/ColorPicker/CustomPicker/index.d.ts +2 -2
  355. package/es/components/molecules/ColorPicker/CustomPicker/index.js +117 -117
  356. package/es/components/molecules/ColorPicker/CustomPicker/styled.d.ts +9 -9
  357. package/es/components/molecules/ColorPicker/CustomPicker/styled.js +104 -104
  358. package/es/components/molecules/ColorPicker/SketchPicker/index.d.ts +10 -10
  359. package/es/components/molecules/ColorPicker/SketchPicker/index.js +5 -5
  360. package/es/components/molecules/ColorPicker/SketchPicker/styled.d.ts +1 -1
  361. package/es/components/molecules/ColorPicker/SketchPicker/styled.js +10 -10
  362. package/es/components/molecules/ColorPicker/index.d.ts +13 -13
  363. package/es/components/molecules/ColorPicker/index.js +95 -95
  364. package/es/components/molecules/ColorPicker/styled.d.ts +1 -1
  365. package/es/components/molecules/ColorPicker/styled.js +10 -10
  366. package/es/components/molecules/ColorSetting/index.d.ts +14 -14
  367. package/es/components/molecules/ColorSetting/index.js +97 -97
  368. package/es/components/molecules/ColorSetting/styled.d.ts +7 -7
  369. package/es/components/molecules/ColorSetting/styled.js +42 -42
  370. package/es/components/molecules/DatePicker/DatePicker.d.ts +8 -8
  371. package/es/components/molecules/DatePicker/DatePicker.js +8 -8
  372. package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +28 -28
  373. package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.js +428 -428
  374. package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +53 -53
  375. package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.js +74 -74
  376. package/es/components/molecules/DatePicker/components/AdvancedPicker/index.d.ts +3 -3
  377. package/es/components/molecules/DatePicker/components/AdvancedPicker/index.js +1 -1
  378. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +7 -7
  379. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +49 -49
  380. package/es/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +14 -14
  381. package/es/components/molecules/DatePicker/components/AdvancedPicker/types.js +1 -1
  382. package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +15 -15
  383. package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.js +84 -84
  384. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +15 -15
  385. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.js +70 -70
  386. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/constants.d.ts +4 -4
  387. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/constants.js +4 -4
  388. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/index.d.ts +2 -2
  389. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/index.js +1 -1
  390. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/types.d.ts +17 -17
  391. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/types.js +1 -1
  392. package/es/components/molecules/DatePicker/index.d.ts +3 -3
  393. package/es/components/molecules/DatePicker/index.js +1 -1
  394. package/es/components/molecules/Drawer/Drawer.d.ts +1 -1
  395. package/es/components/molecules/Drawer/Drawer.js +2 -2
  396. package/es/components/molecules/Drawer/index.d.ts +1 -1
  397. package/es/components/molecules/Drawer/index.js +1 -1
  398. package/es/components/molecules/Dropdown/Dropdown.d.ts +1 -1
  399. package/es/components/molecules/Dropdown/Dropdown.js +1 -1
  400. package/es/components/molecules/Dropdown/index.d.ts +1 -1
  401. package/es/components/molecules/Dropdown/index.js +1 -1
  402. package/es/components/molecules/EdgeSetting/index.d.ts +39 -39
  403. package/es/components/molecules/EdgeSetting/index.js +192 -192
  404. package/es/components/molecules/EdgeSetting/styled.d.ts +3 -3
  405. package/es/components/molecules/EdgeSetting/styled.js +18 -18
  406. package/es/components/molecules/FontFamilySelect/constants.d.ts +307 -0
  407. package/es/components/molecules/FontFamilySelect/constants.js +257 -0
  408. package/es/components/molecules/FontFamilySelect/index.d.ts +17 -0
  409. package/es/components/molecules/FontFamilySelect/index.js +53 -0
  410. package/es/components/molecules/FontSetting/constants.d.ts +3 -0
  411. package/es/components/molecules/FontSetting/constants.js +22 -0
  412. package/es/components/molecules/FontSetting/index.d.ts +24 -0
  413. package/es/components/molecules/FontSetting/index.js +54 -0
  414. package/es/components/molecules/FontSetting/types.d.ts +22 -0
  415. package/es/components/molecules/FontSetting/types.js +1 -0
  416. package/es/components/molecules/FontWeightSelect/constants.d.ts +28 -0
  417. package/es/components/molecules/FontWeightSelect/constants.js +11 -0
  418. package/es/components/molecules/FontWeightSelect/index.d.ts +9 -0
  419. package/es/components/molecules/FontWeightSelect/index.js +39 -0
  420. package/es/components/molecules/Form/Form.d.ts +1 -0
  421. package/es/components/molecules/Form/Form.js +1 -0
  422. package/es/components/molecules/Form/index.d.ts +1 -0
  423. package/es/components/molecules/Form/index.js +1 -0
  424. package/es/components/molecules/GradientSetting/index.d.ts +36 -36
  425. package/es/components/molecules/GradientSetting/index.js +99 -99
  426. package/es/components/molecules/GradientSetting/styled.d.ts +1 -1
  427. package/es/components/molecules/GradientSetting/styled.js +59 -59
  428. package/es/components/molecules/IconSelection/components/Icon/index.d.ts +10 -10
  429. package/es/components/molecules/IconSelection/components/Icon/index.js +28 -28
  430. package/es/components/molecules/IconSelection/constants.d.ts +56 -56
  431. package/es/components/molecules/IconSelection/constants.js +89 -89
  432. package/es/components/molecules/IconSelection/index.d.ts +3 -3
  433. package/es/components/molecules/IconSelection/index.js +143 -143
  434. package/es/components/molecules/IconSelection/styled.d.ts +8 -8
  435. package/es/components/molecules/IconSelection/styled.js +80 -80
  436. package/es/components/molecules/IconSelection/types.d.ts +26 -26
  437. package/es/components/molecules/IconSelection/types.js +2 -2
  438. package/es/components/molecules/IconSelection/utils.d.ts +4 -4
  439. package/es/components/molecules/IconSelection/utils.js +13 -13
  440. package/es/components/molecules/InputNumber/index.d.ts +9 -9
  441. package/es/components/molecules/InputNumber/index.js +81 -81
  442. package/es/components/molecules/InputNumberWithUnit/index.d.ts +31 -31
  443. package/es/components/molecules/InputNumberWithUnit/index.js +37 -37
  444. package/es/components/molecules/InputNumberWithUnit/styled.d.ts +1 -1
  445. package/es/components/molecules/InputNumberWithUnit/styled.js +20 -20
  446. package/es/components/molecules/InputSearch/index.d.ts +7 -7
  447. package/es/components/molecules/InputSearch/index.js +23 -23
  448. package/es/components/molecules/InputSearch/styled.d.ts +1 -1
  449. package/es/components/molecules/InputSearch/styled.js +48 -48
  450. package/es/components/molecules/Modal/Modal.d.ts +23 -23
  451. package/es/components/molecules/Modal/Modal.js +26 -26
  452. package/es/components/molecules/Modal/index.d.ts +1 -1
  453. package/es/components/molecules/Modal/index.js +1 -1
  454. package/es/components/molecules/Modal/styled.d.ts +15 -15
  455. package/es/components/molecules/Modal/styled.js +78 -78
  456. package/es/components/molecules/Popconfirm/Popconfirm.d.ts +4 -4
  457. package/es/components/molecules/Popconfirm/Popconfirm.js +2 -2
  458. package/es/components/molecules/Popconfirm/index.d.ts +1 -1
  459. package/es/components/molecules/Popconfirm/index.js +1 -1
  460. package/es/components/molecules/PopupDraggable/PopupDraggable.d.ts +6 -6
  461. package/es/components/molecules/PopupDraggable/PopupDraggable.js +52 -52
  462. package/es/components/molecules/PopupDraggable/index.d.ts +1 -1
  463. package/es/components/molecules/PopupDraggable/index.js +1 -1
  464. package/es/components/molecules/PopupDraggable/styled.d.ts +5 -5
  465. package/es/components/molecules/PopupDraggable/styled.js +52 -52
  466. package/es/components/molecules/PopupDraggable/types.d.ts +15 -15
  467. package/es/components/molecules/PopupDraggable/types.js +1 -1
  468. package/es/components/molecules/RadioGroup/index.d.ts +7 -7
  469. package/es/components/molecules/RadioGroup/index.js +23 -23
  470. package/es/components/molecules/RadioGroup/styled.d.ts +3 -3
  471. package/es/components/molecules/RadioGroup/styled.js +14 -14
  472. package/es/components/molecules/ResizeGrid/ResizeGrid.d.ts +3 -0
  473. package/es/components/molecules/ResizeGrid/ResizeGrid.js +353 -0
  474. package/es/components/molecules/ResizeGrid/components/Cell/Cell.d.ts +3 -0
  475. package/es/components/molecules/ResizeGrid/components/Cell/Cell.js +67 -0
  476. package/es/components/molecules/ResizeGrid/components/Cell/index.d.ts +1 -0
  477. package/es/components/molecules/ResizeGrid/components/Cell/index.js +1 -0
  478. package/es/components/molecules/ResizeGrid/components/Cell/styled.d.ts +3 -0
  479. package/es/components/molecules/ResizeGrid/components/Cell/styled.js +62 -0
  480. package/es/components/molecules/ResizeGrid/constant.d.ts +34 -0
  481. package/es/components/molecules/ResizeGrid/constant.js +108 -0
  482. package/es/components/molecules/ResizeGrid/index.d.ts +2 -0
  483. package/es/components/molecules/ResizeGrid/index.js +1 -0
  484. package/es/components/molecules/ResizeGrid/styled.d.ts +3 -0
  485. package/es/components/molecules/ResizeGrid/styled.js +20 -0
  486. package/es/components/molecules/ResizeGrid/types.d.ts +128 -0
  487. package/es/components/molecules/ResizeGrid/types.js +1 -0
  488. package/es/components/molecules/Result/Result.d.ts +1 -1
  489. package/es/components/molecules/Result/Result.js +2 -2
  490. package/es/components/molecules/Result/index.d.ts +1 -1
  491. package/es/components/molecules/Result/index.js +1 -1
  492. package/es/components/molecules/Select/Select.d.ts +17 -14
  493. package/es/components/molecules/Select/Select.js +50 -29
  494. package/es/components/molecules/Select/Test.d.ts +3 -2
  495. package/es/components/molecules/Select/Test.js +22 -22
  496. package/es/components/molecules/Select/index.d.ts +2 -2
  497. package/es/components/molecules/Select/index.js +1 -1
  498. package/es/components/molecules/Select/styled.d.ts +4 -4
  499. package/es/components/molecules/Select/styled.js +41 -41
  500. package/es/components/molecules/SettingWrapper/index.d.ts +12 -13
  501. package/es/components/molecules/SettingWrapper/index.js +20 -20
  502. package/es/components/molecules/SettingWrapper/styled.d.ts +5 -5
  503. package/es/components/molecules/SettingWrapper/styled.js +17 -17
  504. package/es/components/molecules/SettingWrapperPopover/index.d.ts +16 -0
  505. package/es/components/molecules/SettingWrapperPopover/index.js +17 -0
  506. package/es/components/molecules/SliderWithInputNumber/index.d.ts +11 -11
  507. package/es/components/molecules/SliderWithInputNumber/index.js +62 -62
  508. package/es/components/molecules/SliderWithInputNumber/styled.d.ts +1 -1
  509. package/es/components/molecules/SliderWithInputNumber/styled.js +8 -8
  510. package/es/components/molecules/Tabs/Tabs.d.ts +1 -1
  511. package/es/components/molecules/Tabs/Tabs.js +1 -1
  512. package/es/components/molecules/Tabs/index.d.ts +1 -1
  513. package/es/components/molecules/Tabs/index.js +1 -1
  514. package/es/components/molecules/TextDecorationSelect/constants.d.ts +19 -0
  515. package/es/components/molecules/TextDecorationSelect/constants.js +26 -0
  516. package/es/components/molecules/TextDecorationSelect/index.d.ts +15 -0
  517. package/es/components/molecules/TextDecorationSelect/index.js +45 -0
  518. package/es/components/molecules/TextTransformSelect/constants.d.ts +13 -0
  519. package/es/components/molecules/TextTransformSelect/constants.js +19 -0
  520. package/es/components/molecules/TextTransformSelect/index.d.ts +9 -0
  521. package/es/components/molecules/TextTransformSelect/index.js +39 -0
  522. package/es/components/molecules/TreeSelect/TreeSelect.d.ts +11 -11
  523. package/es/components/molecules/TreeSelect/TreeSelect.js +2 -2
  524. package/es/components/molecules/TreeSelect/index.d.ts +1 -1
  525. package/es/components/molecules/TreeSelect/index.js +1 -1
  526. package/es/components/molecules/UploadImage/MediaIcon.d.ts +3 -2
  527. package/es/components/molecules/UploadImage/MediaIcon.js +8 -8
  528. package/es/components/molecules/UploadImage/index.d.ts +33 -33
  529. package/es/components/molecules/UploadImage/index.js +366 -366
  530. package/es/components/molecules/UploadImage/styled.d.ts +13 -13
  531. package/es/components/molecules/UploadImage/styled.js +134 -134
  532. package/es/components/molecules/index.d.ts +40 -30
  533. package/es/components/molecules/index.js +35 -27
  534. package/es/components/organism/Help/Help.d.ts +5 -5
  535. package/es/components/organism/Help/Help.js +1005 -1005
  536. package/es/components/organism/Help/constants.d.ts +140 -140
  537. package/es/components/organism/Help/constants.js +1653 -1653
  538. package/es/components/organism/Help/index.d.ts +1 -1
  539. package/es/components/organism/Help/index.js +1 -1
  540. package/es/components/organism/Help/styled.d.ts +71 -71
  541. package/es/components/organism/Help/styled.js +264 -264
  542. package/es/components/organism/Help/types.d.ts +67 -67
  543. package/es/components/organism/Help/types.js +1 -1
  544. package/es/components/organism/Help/utils.d.ts +15 -15
  545. package/es/components/organism/Help/utils.js +82 -82
  546. package/es/components/organism/PositionSetting/config.d.ts +10 -10
  547. package/es/components/organism/PositionSetting/config.js +10 -10
  548. package/es/components/organism/PositionSetting/index.d.ts +15 -15
  549. package/es/components/organism/PositionSetting/index.js +62 -62
  550. package/es/components/organism/PositionSetting/styled.d.ts +1 -1
  551. package/es/components/organism/PositionSetting/styled.js +3 -3
  552. package/es/components/organism/PositionSetting/types.d.ts +10 -10
  553. package/es/components/organism/PositionSetting/types.js +1 -1
  554. package/es/components/organism/Table/CrossTabTable/CrossTabTable.d.ts +18 -18
  555. package/es/components/organism/Table/CrossTabTable/CrossTabTable.js +305 -305
  556. package/es/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.d.ts +11 -11
  557. package/es/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.js +22 -22
  558. package/es/components/organism/Table/CrossTabTable/components/CustomCell/index.d.ts +1 -1
  559. package/es/components/organism/Table/CrossTabTable/components/CustomCell/index.js +1 -1
  560. package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.d.ts +1 -1
  561. package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.js +13 -13
  562. package/es/components/organism/Table/CrossTabTable/constants.d.ts +75 -75
  563. package/es/components/organism/Table/CrossTabTable/constants.js +1525 -1525
  564. package/es/components/organism/Table/CrossTabTable/index.d.ts +1 -1
  565. package/es/components/organism/Table/CrossTabTable/index.js +1 -1
  566. package/es/components/organism/Table/CrossTabTable/styled.d.ts +1 -1
  567. package/es/components/organism/Table/CrossTabTable/styled.js +13 -13
  568. package/es/components/organism/Table/CrossTabTable/types.d.ts +1 -1
  569. package/es/components/organism/Table/CrossTabTable/types.js +1 -1
  570. package/es/components/organism/Table/CrossTabTable/utils.d.ts +1 -1
  571. package/es/components/organism/Table/CrossTabTable/utils.js +1 -1
  572. package/es/components/organism/Table/ExplorePivotTable/ExplorePivotTable.d.ts +11 -11
  573. package/es/components/organism/Table/ExplorePivotTable/ExplorePivotTable.js +51 -51
  574. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.d.ts +12 -12
  575. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.js +41 -41
  576. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/index.d.ts +1 -1
  577. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/index.js +1 -1
  578. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.d.ts +3 -3
  579. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.js +21 -21
  580. package/es/components/organism/Table/ExplorePivotTable/constants.d.ts +4 -4
  581. package/es/components/organism/Table/ExplorePivotTable/constants.js +84 -84
  582. package/es/components/organism/Table/ExplorePivotTable/index.d.ts +2 -2
  583. package/es/components/organism/Table/ExplorePivotTable/index.js +2 -2
  584. package/es/components/organism/Table/ExplorePivotTable/styled.d.ts +12 -12
  585. package/es/components/organism/Table/ExplorePivotTable/styled.js +15 -15
  586. package/es/components/organism/Table/ExplorePivotTable/types.d.ts +17 -17
  587. package/es/components/organism/Table/ExplorePivotTable/types.js +1 -1
  588. package/es/components/organism/Table/ExplorePivotTable/utils.d.ts +4 -4
  589. package/es/components/organism/Table/ExplorePivotTable/utils.js +154 -154
  590. package/es/components/organism/Table/Table.d.ts +1 -1
  591. package/es/components/organism/Table/Table.js +1 -1
  592. package/es/components/organism/Table/index.d.ts +2 -2
  593. package/es/components/organism/Table/index.js +2 -2
  594. package/es/components/organism/index.d.ts +3 -3
  595. package/es/components/organism/index.js +3 -3
  596. package/es/constants/gradientSetting.d.ts +83 -83
  597. package/es/constants/gradientSetting.js +86 -86
  598. package/es/constants/index.d.ts +3 -3
  599. package/es/constants/index.js +3 -3
  600. package/es/constants/keyCode.d.ts +387 -387
  601. package/es/constants/keyCode.js +394 -394
  602. package/es/constants/storybook.d.ts +12 -11
  603. package/es/constants/storybook.js +24 -24
  604. package/es/constants/theme.d.ts +12 -12
  605. package/es/constants/theme.js +168 -146
  606. package/es/hooks/index.d.ts +2 -2
  607. package/es/hooks/index.js +21 -21
  608. package/es/hooks/useDebounce.d.ts +3 -3
  609. package/es/hooks/useDebounce.js +15 -15
  610. package/es/hooks/useDeepCompareEffect.d.ts +1 -0
  611. package/es/hooks/useDeepCompareEffect.js +21 -0
  612. package/es/index.d.ts +1 -1
  613. package/es/index.js +1 -1
  614. package/es/locales/en/translation.json +66 -66
  615. package/es/locales/i18n.d.ts +140 -140
  616. package/es/locales/i18n.js +38 -38
  617. package/es/locales/translations.d.ts +70 -70
  618. package/es/locales/translations.js +35 -35
  619. package/es/locales/types.d.ts +15 -15
  620. package/es/locales/types.js +1 -1
  621. package/es/locales/vi/translation.json +66 -66
  622. package/es/models/SavedImage.d.ts +32 -32
  623. package/es/models/SavedImage.js +26 -26
  624. package/es/models/Upload.d.ts +32 -32
  625. package/es/models/Upload.js +21 -21
  626. package/es/models/model.d.ts +8 -8
  627. package/es/models/model.js +5 -5
  628. package/es/services/MediaTemplateDesign/UploadFile/index.d.ts +6 -6
  629. package/es/services/MediaTemplateDesign/UploadFile/index.js +75 -75
  630. package/es/services/Ticket.d.ts +67 -67
  631. package/es/services/Ticket.js +73 -73
  632. package/es/services/constants.d.ts +20 -20
  633. package/es/services/constants.js +21 -21
  634. package/es/services/index.d.ts +9 -9
  635. package/es/services/index.js +64 -64
  636. package/es/test.d.ts +14 -13
  637. package/es/test.js +162 -155
  638. package/es/types/index.d.ts +6 -6
  639. package/es/types/index.js +1 -1
  640. package/es/utils/color.d.ts +10 -10
  641. package/es/utils/color.js +61 -61
  642. package/es/utils/common.d.ts +53 -53
  643. package/es/utils/common.js +355 -355
  644. package/es/utils/handleError.d.ts +2 -2
  645. package/es/utils/handleError.js +6 -6
  646. package/es/utils/index.d.ts +3 -3
  647. package/es/utils/index.js +3 -3
  648. package/es/utils/loadable.d.ts +7 -7
  649. package/es/utils/loadable.js +10 -10
  650. package/es/utils/web.d.ts +10 -10
  651. package/es/utils/web.js +26 -26
  652. package/package.json +183 -182
@@ -1,1525 +1,1525 @@
1
- export const TEST_DATA = [
2
- {
3
- dimensions: ['country_id', 'first_user_source'],
4
- metrics: [
5
- {
6
- id: 'active_users',
7
- },
8
- ],
9
- colDimensions: ['segment', 'city_id', 'country'],
10
- responseRows: [
11
- {
12
- dimensionValues: [],
13
- dimensionCompoundValues: [
14
- {
15
- value: 'MN',
16
- },
17
- {
18
- value: 'google',
19
- },
20
- ],
21
- metricValues: [],
22
- metricCompoundValues: [
23
- {
24
- value: 0,
25
- },
26
- {
27
- value: 0,
28
- },
29
- {
30
- value: 0,
31
- },
32
- {
33
- value: 0,
34
- },
35
- {
36
- value: 0,
37
- },
38
- {
39
- value: 0,
40
- },
41
- {
42
- value: 0,
43
- },
44
- {
45
- value: 0,
46
- },
47
- {
48
- value: 0,
49
- },
50
- {
51
- value: 0,
52
- },
53
- ],
54
- rowTotals: [38],
55
- anomalyAnnotations: [],
56
- },
57
- {
58
- dimensionValues: [],
59
- dimensionCompoundValues: [
60
- {
61
- value: 'GB',
62
- },
63
- {
64
- value: 'google',
65
- },
66
- ],
67
- metricValues: [],
68
- metricCompoundValues: [
69
- {
70
- value: 0,
71
- },
72
- {
73
- value: 0,
74
- },
75
- {
76
- value: 0,
77
- },
78
- {
79
- value: 0,
80
- },
81
- {
82
- value: 0,
83
- },
84
- {
85
- value: 0,
86
- },
87
- {
88
- value: 0,
89
- },
90
- {
91
- value: 0,
92
- },
93
- {
94
- value: 0,
95
- },
96
- {
97
- value: 0,
98
- },
99
- ],
100
- rowTotals: [40],
101
- anomalyAnnotations: [],
102
- },
103
- {
104
- dimensionValues: [],
105
- dimensionCompoundValues: [
106
- {
107
- value: 'MY',
108
- },
109
- {
110
- value: 'google',
111
- },
112
- ],
113
- metricValues: [],
114
- metricCompoundValues: [
115
- {
116
- value: 0,
117
- },
118
- {
119
- value: 0,
120
- },
121
- {
122
- value: 0,
123
- },
124
- {
125
- value: 0,
126
- },
127
- {
128
- value: 0,
129
- },
130
- {
131
- value: 0,
132
- },
133
- {
134
- value: 0,
135
- },
136
- {
137
- value: 0,
138
- },
139
- {
140
- value: 0,
141
- },
142
- {
143
- value: 0,
144
- },
145
- ],
146
- rowTotals: [43],
147
- anomalyAnnotations: [],
148
- },
149
- {
150
- dimensionValues: [],
151
- dimensionCompoundValues: [
152
- {
153
- value: 'NL',
154
- },
155
- {
156
- value: '(direct)',
157
- },
158
- ],
159
- metricValues: [],
160
- metricCompoundValues: [
161
- {
162
- value: 0,
163
- },
164
- {
165
- value: 0,
166
- },
167
- {
168
- value: 0,
169
- },
170
- {
171
- value: 0,
172
- },
173
- {
174
- value: 0,
175
- },
176
- {
177
- value: 0,
178
- },
179
- {
180
- value: 0,
181
- },
182
- {
183
- value: 0,
184
- },
185
- {
186
- value: 0,
187
- },
188
- {
189
- value: 0,
190
- },
191
- ],
192
- rowTotals: [43],
193
- anomalyAnnotations: [],
194
- },
195
- {
196
- dimensionValues: [],
197
- dimensionCompoundValues: [
198
- {
199
- value: 'VN',
200
- },
201
- {
202
- value: 'aax.amazon-adsystem.com',
203
- },
204
- ],
205
- metricValues: [],
206
- metricCompoundValues: [
207
- {
208
- value: 43,
209
- },
210
- {
211
- value: 0,
212
- },
213
- {
214
- value: 0,
215
- },
216
- {
217
- value: 0,
218
- },
219
- {
220
- value: 0,
221
- },
222
- {
223
- value: 0,
224
- },
225
- {
226
- value: 0,
227
- },
228
- {
229
- value: 0,
230
- },
231
- {
232
- value: 0,
233
- },
234
- {
235
- value: 0,
236
- },
237
- ],
238
- rowTotals: [43],
239
- anomalyAnnotations: [],
240
- },
241
- {
242
- dimensionValues: [],
243
- dimensionCompoundValues: [
244
- {
245
- value: '(not set)',
246
- },
247
- {
248
- value: 'KP_Paid_GG',
249
- },
250
- ],
251
- metricValues: [],
252
- metricCompoundValues: [
253
- {
254
- value: 0,
255
- },
256
- {
257
- value: 0,
258
- },
259
- {
260
- value: 0,
261
- },
262
- {
263
- value: 0,
264
- },
265
- {
266
- value: 0,
267
- },
268
- {
269
- value: 0,
270
- },
271
- {
272
- value: 0,
273
- },
274
- {
275
- value: 0,
276
- },
277
- {
278
- value: 0,
279
- },
280
- {
281
- value: 0,
282
- },
283
- ],
284
- rowTotals: [45],
285
- anomalyAnnotations: [],
286
- },
287
- {
288
- dimensionValues: [],
289
- dimensionCompoundValues: [
290
- {
291
- value: 'EG',
292
- },
293
- {
294
- value: 'google',
295
- },
296
- ],
297
- metricValues: [],
298
- metricCompoundValues: [
299
- {
300
- value: 0,
301
- },
302
- {
303
- value: 0,
304
- },
305
- {
306
- value: 0,
307
- },
308
- {
309
- value: 0,
310
- },
311
- {
312
- value: 0,
313
- },
314
- {
315
- value: 0,
316
- },
317
- {
318
- value: 0,
319
- },
320
- {
321
- value: 0,
322
- },
323
- {
324
- value: 0,
325
- },
326
- {
327
- value: 0,
328
- },
329
- ],
330
- rowTotals: [45],
331
- anomalyAnnotations: [],
332
- },
333
- {
334
- dimensionValues: [],
335
- dimensionCompoundValues: [
336
- {
337
- value: 'VN',
338
- },
339
- {
340
- value: 'bing',
341
- },
342
- ],
343
- metricValues: [],
344
- metricCompoundValues: [
345
- {
346
- value: 0,
347
- },
348
- {
349
- value: 45,
350
- },
351
- {
352
- value: 0,
353
- },
354
- {
355
- value: 0,
356
- },
357
- {
358
- value: 0,
359
- },
360
- {
361
- value: 0,
362
- },
363
- {
364
- value: 0,
365
- },
366
- {
367
- value: 0,
368
- },
369
- {
370
- value: 0,
371
- },
372
- {
373
- value: 0,
374
- },
375
- ],
376
- rowTotals: [45],
377
- anomalyAnnotations: [],
378
- },
379
- {
380
- dimensionValues: [],
381
- dimensionCompoundValues: [
382
- {
383
- value: 'BD',
384
- },
385
- {
386
- value: 'google',
387
- },
388
- ],
389
- metricValues: [],
390
- metricCompoundValues: [
391
- {
392
- value: 0,
393
- },
394
- {
395
- value: 0,
396
- },
397
- {
398
- value: 0,
399
- },
400
- {
401
- value: 0,
402
- },
403
- {
404
- value: 0,
405
- },
406
- {
407
- value: 0,
408
- },
409
- {
410
- value: 0,
411
- },
412
- {
413
- value: 0,
414
- },
415
- {
416
- value: 0,
417
- },
418
- {
419
- value: 0,
420
- },
421
- ],
422
- rowTotals: [49],
423
- anomalyAnnotations: [],
424
- },
425
- {
426
- dimensionValues: [],
427
- dimensionCompoundValues: [
428
- {
429
- value: 'DE',
430
- },
431
- {
432
- value: 'google',
433
- },
434
- ],
435
- metricValues: [],
436
- metricCompoundValues: [
437
- {
438
- value: 0,
439
- },
440
- {
441
- value: 0,
442
- },
443
- {
444
- value: 0,
445
- },
446
- {
447
- value: 0,
448
- },
449
- {
450
- value: 0,
451
- },
452
- {
453
- value: 0,
454
- },
455
- {
456
- value: 0,
457
- },
458
- {
459
- value: 0,
460
- },
461
- {
462
- value: 0,
463
- },
464
- {
465
- value: 0,
466
- },
467
- ],
468
- rowTotals: [50],
469
- anomalyAnnotations: [],
470
- },
471
- {
472
- dimensionValues: [],
473
- dimensionCompoundValues: [
474
- {
475
- value: 'IN',
476
- },
477
- {
478
- value: 'aax.amazon-adsystem.com',
479
- },
480
- ],
481
- metricValues: [],
482
- metricCompoundValues: [
483
- {
484
- value: 0,
485
- },
486
- {
487
- value: 0,
488
- },
489
- {
490
- value: 0,
491
- },
492
- {
493
- value: 0,
494
- },
495
- {
496
- value: 0,
497
- },
498
- {
499
- value: 0,
500
- },
501
- {
502
- value: 0,
503
- },
504
- {
505
- value: 0,
506
- },
507
- {
508
- value: 0,
509
- },
510
- {
511
- value: 0,
512
- },
513
- ],
514
- rowTotals: [52],
515
- anomalyAnnotations: [],
516
- },
517
- {
518
- dimensionValues: [],
519
- dimensionCompoundValues: [
520
- {
521
- value: 'VN',
522
- },
523
- {
524
- value: 'FB_TT',
525
- },
526
- ],
527
- metricValues: [],
528
- metricCompoundValues: [
529
- {
530
- value: 0,
531
- },
532
- {
533
- value: 54,
534
- },
535
- {
536
- value: 0,
537
- },
538
- {
539
- value: 0,
540
- },
541
- {
542
- value: 0,
543
- },
544
- {
545
- value: 0,
546
- },
547
- {
548
- value: 0,
549
- },
550
- {
551
- value: 0,
552
- },
553
- {
554
- value: 0,
555
- },
556
- {
557
- value: 0,
558
- },
559
- ],
560
- rowTotals: [54],
561
- anomalyAnnotations: [],
562
- },
563
- {
564
- dimensionValues: [],
565
- dimensionCompoundValues: [
566
- {
567
- value: 'LA',
568
- },
569
- {
570
- value: 'google',
571
- },
572
- ],
573
- metricValues: [],
574
- metricCompoundValues: [
575
- {
576
- value: 0,
577
- },
578
- {
579
- value: 0,
580
- },
581
- {
582
- value: 0,
583
- },
584
- {
585
- value: 0,
586
- },
587
- {
588
- value: 0,
589
- },
590
- {
591
- value: 0,
592
- },
593
- {
594
- value: 0,
595
- },
596
- {
597
- value: 0,
598
- },
599
- {
600
- value: 0,
601
- },
602
- {
603
- value: 0,
604
- },
605
- ],
606
- rowTotals: [56],
607
- anomalyAnnotations: [],
608
- },
609
- {
610
- dimensionValues: [],
611
- dimensionCompoundValues: [
612
- {
613
- value: 'HK',
614
- },
615
- {
616
- value: '(direct)',
617
- },
618
- ],
619
- metricValues: [],
620
- metricCompoundValues: [
621
- {
622
- value: 0,
623
- },
624
- {
625
- value: 0,
626
- },
627
- {
628
- value: 0,
629
- },
630
- {
631
- value: 0,
632
- },
633
- {
634
- value: 0,
635
- },
636
- {
637
- value: 0,
638
- },
639
- {
640
- value: 0,
641
- },
642
- {
643
- value: 0,
644
- },
645
- {
646
- value: 0,
647
- },
648
- {
649
- value: 0,
650
- },
651
- ],
652
- rowTotals: [65],
653
- anomalyAnnotations: [],
654
- },
655
- {
656
- dimensionValues: [],
657
- dimensionCompoundValues: [
658
- {
659
- value: 'VN',
660
- },
661
- {
662
- value: 'by.com.vn',
663
- },
664
- ],
665
- metricValues: [],
666
- metricCompoundValues: [
667
- {
668
- value: 0,
669
- },
670
- {
671
- value: 70,
672
- },
673
- {
674
- value: 0,
675
- },
676
- {
677
- value: 0,
678
- },
679
- {
680
- value: 0,
681
- },
682
- {
683
- value: 0,
684
- },
685
- {
686
- value: 0,
687
- },
688
- {
689
- value: 0,
690
- },
691
- {
692
- value: 0,
693
- },
694
- {
695
- value: 0,
696
- },
697
- ],
698
- rowTotals: [70],
699
- anomalyAnnotations: [],
700
- },
701
- {
702
- dimensionValues: [],
703
- dimensionCompoundValues: [
704
- {
705
- value: 'HK',
706
- },
707
- {
708
- value: 'google',
709
- },
710
- ],
711
- metricValues: [],
712
- metricCompoundValues: [
713
- {
714
- value: 0,
715
- },
716
- {
717
- value: 0,
718
- },
719
- {
720
- value: 0,
721
- },
722
- {
723
- value: 0,
724
- },
725
- {
726
- value: 0,
727
- },
728
- {
729
- value: 0,
730
- },
731
- {
732
- value: 0,
733
- },
734
- {
735
- value: 0,
736
- },
737
- {
738
- value: 0,
739
- },
740
- {
741
- value: 0,
742
- },
743
- ],
744
- rowTotals: [76],
745
- anomalyAnnotations: [],
746
- },
747
- {
748
- dimensionValues: [],
749
- dimensionCompoundValues: [
750
- {
751
- value: 'VN',
752
- },
753
- {
754
- value: 'zaloapp.com',
755
- },
756
- ],
757
- metricValues: [],
758
- metricCompoundValues: [
759
- {
760
- value: 0,
761
- },
762
- {
763
- value: 77,
764
- },
765
- {
766
- value: 0,
767
- },
768
- {
769
- value: 0,
770
- },
771
- {
772
- value: 0,
773
- },
774
- {
775
- value: 0,
776
- },
777
- {
778
- value: 0,
779
- },
780
- {
781
- value: 0,
782
- },
783
- {
784
- value: 0,
785
- },
786
- {
787
- value: 0,
788
- },
789
- ],
790
- rowTotals: [77],
791
- anomalyAnnotations: [],
792
- },
793
- {
794
- dimensionValues: [],
795
- dimensionCompoundValues: [
796
- {
797
- value: 'US',
798
- },
799
- {
800
- value: 'm.facebook.com',
801
- },
802
- ],
803
- metricValues: [],
804
- metricCompoundValues: [
805
- {
806
- value: 0,
807
- },
808
- {
809
- value: 0,
810
- },
811
- {
812
- value: 0,
813
- },
814
- {
815
- value: 0,
816
- },
817
- {
818
- value: 0,
819
- },
820
- {
821
- value: 0,
822
- },
823
- {
824
- value: 0,
825
- },
826
- {
827
- value: 0,
828
- },
829
- {
830
- value: 0,
831
- },
832
- {
833
- value: 0,
834
- },
835
- ],
836
- rowTotals: [83],
837
- anomalyAnnotations: [],
838
- },
839
- {
840
- dimensionValues: [],
841
- dimensionCompoundValues: [
842
- {
843
- value: 'KR',
844
- },
845
- {
846
- value: '(direct)',
847
- },
848
- ],
849
- metricValues: [],
850
- metricCompoundValues: [
851
- {
852
- value: 0,
853
- },
854
- {
855
- value: 0,
856
- },
857
- {
858
- value: 0,
859
- },
860
- {
861
- value: 0,
862
- },
863
- {
864
- value: 0,
865
- },
866
- {
867
- value: 0,
868
- },
869
- {
870
- value: 0,
871
- },
872
- {
873
- value: 0,
874
- },
875
- {
876
- value: 0,
877
- },
878
- {
879
- value: 0,
880
- },
881
- ],
882
- rowTotals: [45],
883
- anomalyAnnotations: [],
884
- },
885
- {
886
- dimensionValues: [],
887
- dimensionCompoundValues: [
888
- {
889
- value: 'VN',
890
- },
891
- {
892
- value: 'CDP',
893
- },
894
- ],
895
- metricValues: [],
896
- metricCompoundValues: [
897
- {
898
- value: 45,
899
- },
900
- {
901
- value: 47,
902
- },
903
- {
904
- value: 0,
905
- },
906
- {
907
- value: 0,
908
- },
909
- {
910
- value: 0,
911
- },
912
- {
913
- value: 0,
914
- },
915
- {
916
- value: 0,
917
- },
918
- {
919
- value: 0,
920
- },
921
- {
922
- value: 0,
923
- },
924
- {
925
- value: 0,
926
- },
927
- ],
928
- rowTotals: [92],
929
- anomalyAnnotations: [],
930
- },
931
- {
932
- dimensionValues: [],
933
- dimensionCompoundValues: [
934
- {
935
- value: 'KH',
936
- },
937
- {
938
- value: '(direct)',
939
- },
940
- ],
941
- metricValues: [],
942
- metricCompoundValues: [
943
- {
944
- value: 0,
945
- },
946
- {
947
- value: 0,
948
- },
949
- {
950
- value: 0,
951
- },
952
- {
953
- value: 0,
954
- },
955
- {
956
- value: 0,
957
- },
958
- {
959
- value: 0,
960
- },
961
- {
962
- value: 0,
963
- },
964
- {
965
- value: 0,
966
- },
967
- {
968
- value: 0,
969
- },
970
- {
971
- value: 0,
972
- },
973
- ],
974
- rowTotals: [50],
975
- anomalyAnnotations: [],
976
- },
977
- {
978
- dimensionValues: [],
979
- dimensionCompoundValues: [
980
- {
981
- value: 'VN',
982
- },
983
- {
984
- value: 'gdn',
985
- },
986
- ],
987
- metricValues: [],
988
- metricCompoundValues: [
989
- {
990
- value: 40,
991
- },
992
- {
993
- value: 63,
994
- },
995
- {
996
- value: 0,
997
- },
998
- {
999
- value: 0,
1000
- },
1001
- {
1002
- value: 0,
1003
- },
1004
- {
1005
- value: 0,
1006
- },
1007
- {
1008
- value: 0,
1009
- },
1010
- {
1011
- value: 0,
1012
- },
1013
- {
1014
- value: 0,
1015
- },
1016
- {
1017
- value: 0,
1018
- },
1019
- ],
1020
- rowTotals: [103],
1021
- anomalyAnnotations: [],
1022
- },
1023
- {
1024
- dimensionValues: [],
1025
- dimensionCompoundValues: [
1026
- {
1027
- value: '(not set)',
1028
- },
1029
- {
1030
- value: 'google',
1031
- },
1032
- ],
1033
- metricValues: [],
1034
- metricCompoundValues: [
1035
- {
1036
- value: 0,
1037
- },
1038
- {
1039
- value: 0,
1040
- },
1041
- {
1042
- value: 0,
1043
- },
1044
- {
1045
- value: 0,
1046
- },
1047
- {
1048
- value: 0,
1049
- },
1050
- {
1051
- value: 0,
1052
- },
1053
- {
1054
- value: 0,
1055
- },
1056
- {
1057
- value: 0,
1058
- },
1059
- {
1060
- value: 0,
1061
- },
1062
- {
1063
- value: 0,
1064
- },
1065
- ],
1066
- rowTotals: [104],
1067
- anomalyAnnotations: [],
1068
- },
1069
- {
1070
- dimensionValues: [],
1071
- dimensionCompoundValues: [
1072
- {
1073
- value: 'VN',
1074
- },
1075
- {
1076
- value: 'FB_Ads',
1077
- },
1078
- ],
1079
- metricValues: [],
1080
- metricCompoundValues: [
1081
- {
1082
- value: 70,
1083
- },
1084
- {
1085
- value: 38,
1086
- },
1087
- {
1088
- value: 0,
1089
- },
1090
- {
1091
- value: 0,
1092
- },
1093
- {
1094
- value: 0,
1095
- },
1096
- {
1097
- value: 0,
1098
- },
1099
- {
1100
- value: 0,
1101
- },
1102
- {
1103
- value: 0,
1104
- },
1105
- {
1106
- value: 0,
1107
- },
1108
- {
1109
- value: 0,
1110
- },
1111
- ],
1112
- rowTotals: [108],
1113
- anomalyAnnotations: [],
1114
- },
1115
- {
1116
- dimensionValues: [],
1117
- dimensionCompoundValues: [
1118
- {
1119
- value: 'VN',
1120
- },
1121
- {
1122
- value: 'popup',
1123
- },
1124
- ],
1125
- metricValues: [],
1126
- metricCompoundValues: [
1127
- {
1128
- value: 65,
1129
- },
1130
- {
1131
- value: 43,
1132
- },
1133
- {
1134
- value: 0,
1135
- },
1136
- {
1137
- value: 0,
1138
- },
1139
- {
1140
- value: 0,
1141
- },
1142
- {
1143
- value: 0,
1144
- },
1145
- {
1146
- value: 0,
1147
- },
1148
- {
1149
- value: 0,
1150
- },
1151
- {
1152
- value: 0,
1153
- },
1154
- {
1155
- value: 0,
1156
- },
1157
- ],
1158
- rowTotals: [106],
1159
- anomalyAnnotations: [],
1160
- },
1161
- ],
1162
- totalsRow: {
1163
- dimensionValues: [],
1164
- dimensionCompoundValues: [
1165
- {
1166
- value: 'RESERVED_TOTAL',
1167
- },
1168
- ],
1169
- metricValues: [],
1170
- metricCompoundValues: [
1171
- {
1172
- value: 193734,
1173
- },
1174
- {
1175
- value: 186150,
1176
- },
1177
- {
1178
- value: 64842,
1179
- },
1180
- {
1181
- value: 63239,
1182
- },
1183
- {
1184
- value: 51637,
1185
- },
1186
- {
1187
- value: 39924,
1188
- },
1189
- {
1190
- value: 37958,
1191
- },
1192
- {
1193
- value: 30653,
1194
- },
1195
- {
1196
- value: 30365,
1197
- },
1198
- {
1199
- value: 26308,
1200
- },
1201
- ],
1202
- rowTotals: [690901],
1203
- anomalyAnnotations: [],
1204
- },
1205
- pivotHeaders: [
1206
- {
1207
- names: ['__segment0__', '1028581', 'Vietnam'],
1208
- },
1209
- {
1210
- names: ['__segment0__', '1028580', 'Vietnam'],
1211
- },
1212
- {
1213
- names: ['__segment1__', '1028580', 'Vietnam'],
1214
- },
1215
- {
1216
- names: ['__segment1__', '1028581', 'Vietnam'],
1217
- },
1218
- {
1219
- names: ['__segment0__', '(not set)', 'Vietnam'],
1220
- },
1221
- {
1222
- names: ['__segment0__', '9040371', 'Vietnam'],
1223
- },
1224
- {
1225
- names: ['__segment0__', '9040334', 'Vietnam'],
1226
- },
1227
- {
1228
- names: ['__segment0__', '9040333', 'Vietnam'],
1229
- },
1230
- {
1231
- names: ['__segment0__', '9040346', 'Vietnam'],
1232
- },
1233
- {
1234
- names: ['__segment0__', '9040341', 'Vietnam'],
1235
- },
1236
- ],
1237
- storageIds: [],
1238
- segmentKeyMap: [
1239
- {
1240
- key: '__segment0__',
1241
- id: 'segment_mobile',
1242
- name: 'Mobile traffic',
1243
- },
1244
- {
1245
- key: '__segment1__',
1246
- id: 'segment_direct',
1247
- name: 'Direct traffic',
1248
- },
1249
- ],
1250
- overallRowCount: 1,
1251
- numberOfSamplesRead: [9932651],
1252
- samplingSpaceSize: [17863505],
1253
- metadata: {
1254
- performance: {
1255
- f1QueryLatencyMs: '3851',
1256
- reportRequestLatencyMs: '4024',
1257
- f1GcuSecs: 1.512,
1258
- },
1259
- classification: {
1260
- identityBlendingStrategy: 4,
1261
- numDaysInDateRange: 28,
1262
- externalWideningSources: [],
1263
- storageType: [6],
1264
- largestDailyNumRowsInSelectedTables: '0',
1265
- },
1266
- venusRequestId: '13795147893373125057_1684378557958002350_0',
1267
- dataTruncationReasons: [],
1268
- isBehavioralModelingEnabledByUser: true,
1269
- isBehavioralModelingApplied: false,
1270
- },
1271
- isThresholded: true,
1272
- },
1273
- ];
1274
- export const columns = [
1275
- {
1276
- title: 'Segment',
1277
- key: 'segment',
1278
- align: 'right',
1279
- children: [
1280
- {
1281
- title: 'City ID',
1282
- key: 'city_id',
1283
- align: 'right',
1284
- children: [
1285
- {
1286
- title: 'Country',
1287
- key: 'country',
1288
- align: 'right',
1289
- children: [
1290
- {
1291
- title: 'Country Id',
1292
- key: 'country_id',
1293
- dataIndex: 'country_id',
1294
- },
1295
- {
1296
- title: 'First user source',
1297
- key: 'first_user_source',
1298
- dataIndex: 'first_user_source',
1299
- },
1300
- ],
1301
- },
1302
- ],
1303
- },
1304
- ],
1305
- },
1306
- {
1307
- title: 'Mobile Traffic',
1308
- key: 'segment_mobile',
1309
- children: [
1310
- {
1311
- title: '1028581',
1312
- key: '1028581',
1313
- children: [
1314
- {
1315
- title: 'Vietnam',
1316
- children: [
1317
- {
1318
- title: 'Active Users',
1319
- key: 'active_users_0',
1320
- dataIndex: 'active_users_0',
1321
- },
1322
- ],
1323
- },
1324
- ],
1325
- },
1326
- {
1327
- title: '1028580',
1328
- key: '1028580',
1329
- children: [
1330
- {
1331
- title: 'Vietnam',
1332
- children: [
1333
- {
1334
- title: 'Active Users',
1335
- key: 'active_users_1',
1336
- dataIndex: 'active_users_1',
1337
- },
1338
- ],
1339
- },
1340
- ],
1341
- },
1342
- ],
1343
- },
1344
- {
1345
- title: 'Direct Traffic',
1346
- key: 'segment_direct',
1347
- children: [
1348
- {
1349
- title: '1028580',
1350
- key: '1028580',
1351
- children: [
1352
- {
1353
- title: 'Vietnam',
1354
- children: [
1355
- {
1356
- title: 'Active Users',
1357
- key: 'active_users_2',
1358
- dataIndex: 'active_users_2',
1359
- },
1360
- ],
1361
- },
1362
- ],
1363
- },
1364
- {
1365
- title: '1028581',
1366
- key: '1028581',
1367
- children: [
1368
- {
1369
- title: 'Vietnam',
1370
- children: [
1371
- {
1372
- title: 'Active Users',
1373
- key: 'active_users_3',
1374
- dataIndex: 'active_users_3',
1375
- },
1376
- ],
1377
- },
1378
- ],
1379
- },
1380
- ],
1381
- },
1382
- {
1383
- title: 'Mobile Traffic',
1384
- key: 'segment_mobile',
1385
- children: [
1386
- {
1387
- title: '(not set)',
1388
- key: '(not set)',
1389
- children: [
1390
- {
1391
- title: 'Vietnam',
1392
- children: [
1393
- {
1394
- title: 'Active Users',
1395
- key: 'active_users_4',
1396
- dataIndex: 'active_users_4',
1397
- },
1398
- ],
1399
- },
1400
- ],
1401
- },
1402
- ],
1403
- },
1404
- {
1405
- title: 'Totals',
1406
- children: [
1407
- {
1408
- title: '',
1409
- children: [
1410
- {
1411
- title: '',
1412
- children: [
1413
- {
1414
- key: 'active_users_5',
1415
- dataIndex: 'active_users_5',
1416
- title: 'Active Users',
1417
- },
1418
- ],
1419
- },
1420
- ],
1421
- },
1422
- ],
1423
- },
1424
- ];
1425
- export const data = [
1426
- {
1427
- key: '1',
1428
- country_id: 'MN',
1429
- first_user_source: 'google',
1430
- active_users_0: 0,
1431
- active_users_1: 0,
1432
- active_users_2: 0,
1433
- active_users_3: 0,
1434
- active_users_4: 0,
1435
- active_users_5: 38,
1436
- },
1437
- {
1438
- key: '2',
1439
- country_id: 'GB',
1440
- first_user_source: 'google',
1441
- active_users_0: 0,
1442
- active_users_1: 0,
1443
- active_users_2: 0,
1444
- active_users_3: 0,
1445
- active_users_4: 0,
1446
- active_users_5: 40,
1447
- },
1448
- {
1449
- key: '3',
1450
- country_id: 'MY',
1451
- first_user_source: 'google',
1452
- active_users_0: 0,
1453
- active_users_1: 0,
1454
- active_users_2: 0,
1455
- active_users_3: 0,
1456
- active_users_4: 0,
1457
- active_users_5: 43,
1458
- },
1459
- {
1460
- key: '3',
1461
- country_id: 'NL',
1462
- first_user_source: '(direct)',
1463
- active_users_0: 0,
1464
- active_users_1: 0,
1465
- active_users_2: 0,
1466
- active_users_3: 0,
1467
- active_users_4: 0,
1468
- active_users_5: 43,
1469
- },
1470
- {
1471
- key: '4',
1472
- country_id: 'VN',
1473
- first_user_source: 'aax.amazon-adsystem.com',
1474
- active_users_0: 43,
1475
- active_users_1: 0,
1476
- active_users_2: 0,
1477
- active_users_3: 0,
1478
- active_users_4: 0,
1479
- active_users_5: 43,
1480
- },
1481
- {
1482
- key: '5',
1483
- country_id: '(not set)',
1484
- first_user_source: 'KP_Paid_GG',
1485
- active_users_0: 0,
1486
- active_users_1: 0,
1487
- active_users_2: 0,
1488
- active_users_3: 0,
1489
- active_users_4: 0,
1490
- active_users_5: 45,
1491
- },
1492
- {
1493
- key: '6',
1494
- country_id: 'EG',
1495
- first_user_source: 'google',
1496
- active_users_0: 0,
1497
- active_users_1: 0,
1498
- active_users_2: 0,
1499
- active_users_3: 0,
1500
- active_users_4: 0,
1501
- active_users_5: 45,
1502
- },
1503
- {
1504
- key: '7',
1505
- country_id: 'VN',
1506
- first_user_source: 'bing',
1507
- active_users_0: 0,
1508
- active_users_1: 45,
1509
- active_users_2: 0,
1510
- active_users_3: 0,
1511
- active_users_4: 0,
1512
- active_users_5: 45,
1513
- },
1514
- {
1515
- key: '8',
1516
- country_id: 'BD',
1517
- first_user_source: 'google',
1518
- active_users_0: 0,
1519
- active_users_1: 45,
1520
- active_users_2: 0,
1521
- active_users_3: 0,
1522
- active_users_4: 0,
1523
- active_users_5: 49,
1524
- },
1525
- ];
1
+ export const TEST_DATA = [
2
+ {
3
+ dimensions: ['country_id', 'first_user_source'],
4
+ metrics: [
5
+ {
6
+ id: 'active_users',
7
+ },
8
+ ],
9
+ colDimensions: ['segment', 'city_id', 'country'],
10
+ responseRows: [
11
+ {
12
+ dimensionValues: [],
13
+ dimensionCompoundValues: [
14
+ {
15
+ value: 'MN',
16
+ },
17
+ {
18
+ value: 'google',
19
+ },
20
+ ],
21
+ metricValues: [],
22
+ metricCompoundValues: [
23
+ {
24
+ value: 0,
25
+ },
26
+ {
27
+ value: 0,
28
+ },
29
+ {
30
+ value: 0,
31
+ },
32
+ {
33
+ value: 0,
34
+ },
35
+ {
36
+ value: 0,
37
+ },
38
+ {
39
+ value: 0,
40
+ },
41
+ {
42
+ value: 0,
43
+ },
44
+ {
45
+ value: 0,
46
+ },
47
+ {
48
+ value: 0,
49
+ },
50
+ {
51
+ value: 0,
52
+ },
53
+ ],
54
+ rowTotals: [38],
55
+ anomalyAnnotations: [],
56
+ },
57
+ {
58
+ dimensionValues: [],
59
+ dimensionCompoundValues: [
60
+ {
61
+ value: 'GB',
62
+ },
63
+ {
64
+ value: 'google',
65
+ },
66
+ ],
67
+ metricValues: [],
68
+ metricCompoundValues: [
69
+ {
70
+ value: 0,
71
+ },
72
+ {
73
+ value: 0,
74
+ },
75
+ {
76
+ value: 0,
77
+ },
78
+ {
79
+ value: 0,
80
+ },
81
+ {
82
+ value: 0,
83
+ },
84
+ {
85
+ value: 0,
86
+ },
87
+ {
88
+ value: 0,
89
+ },
90
+ {
91
+ value: 0,
92
+ },
93
+ {
94
+ value: 0,
95
+ },
96
+ {
97
+ value: 0,
98
+ },
99
+ ],
100
+ rowTotals: [40],
101
+ anomalyAnnotations: [],
102
+ },
103
+ {
104
+ dimensionValues: [],
105
+ dimensionCompoundValues: [
106
+ {
107
+ value: 'MY',
108
+ },
109
+ {
110
+ value: 'google',
111
+ },
112
+ ],
113
+ metricValues: [],
114
+ metricCompoundValues: [
115
+ {
116
+ value: 0,
117
+ },
118
+ {
119
+ value: 0,
120
+ },
121
+ {
122
+ value: 0,
123
+ },
124
+ {
125
+ value: 0,
126
+ },
127
+ {
128
+ value: 0,
129
+ },
130
+ {
131
+ value: 0,
132
+ },
133
+ {
134
+ value: 0,
135
+ },
136
+ {
137
+ value: 0,
138
+ },
139
+ {
140
+ value: 0,
141
+ },
142
+ {
143
+ value: 0,
144
+ },
145
+ ],
146
+ rowTotals: [43],
147
+ anomalyAnnotations: [],
148
+ },
149
+ {
150
+ dimensionValues: [],
151
+ dimensionCompoundValues: [
152
+ {
153
+ value: 'NL',
154
+ },
155
+ {
156
+ value: '(direct)',
157
+ },
158
+ ],
159
+ metricValues: [],
160
+ metricCompoundValues: [
161
+ {
162
+ value: 0,
163
+ },
164
+ {
165
+ value: 0,
166
+ },
167
+ {
168
+ value: 0,
169
+ },
170
+ {
171
+ value: 0,
172
+ },
173
+ {
174
+ value: 0,
175
+ },
176
+ {
177
+ value: 0,
178
+ },
179
+ {
180
+ value: 0,
181
+ },
182
+ {
183
+ value: 0,
184
+ },
185
+ {
186
+ value: 0,
187
+ },
188
+ {
189
+ value: 0,
190
+ },
191
+ ],
192
+ rowTotals: [43],
193
+ anomalyAnnotations: [],
194
+ },
195
+ {
196
+ dimensionValues: [],
197
+ dimensionCompoundValues: [
198
+ {
199
+ value: 'VN',
200
+ },
201
+ {
202
+ value: 'aax.amazon-adsystem.com',
203
+ },
204
+ ],
205
+ metricValues: [],
206
+ metricCompoundValues: [
207
+ {
208
+ value: 43,
209
+ },
210
+ {
211
+ value: 0,
212
+ },
213
+ {
214
+ value: 0,
215
+ },
216
+ {
217
+ value: 0,
218
+ },
219
+ {
220
+ value: 0,
221
+ },
222
+ {
223
+ value: 0,
224
+ },
225
+ {
226
+ value: 0,
227
+ },
228
+ {
229
+ value: 0,
230
+ },
231
+ {
232
+ value: 0,
233
+ },
234
+ {
235
+ value: 0,
236
+ },
237
+ ],
238
+ rowTotals: [43],
239
+ anomalyAnnotations: [],
240
+ },
241
+ {
242
+ dimensionValues: [],
243
+ dimensionCompoundValues: [
244
+ {
245
+ value: '(not set)',
246
+ },
247
+ {
248
+ value: 'KP_Paid_GG',
249
+ },
250
+ ],
251
+ metricValues: [],
252
+ metricCompoundValues: [
253
+ {
254
+ value: 0,
255
+ },
256
+ {
257
+ value: 0,
258
+ },
259
+ {
260
+ value: 0,
261
+ },
262
+ {
263
+ value: 0,
264
+ },
265
+ {
266
+ value: 0,
267
+ },
268
+ {
269
+ value: 0,
270
+ },
271
+ {
272
+ value: 0,
273
+ },
274
+ {
275
+ value: 0,
276
+ },
277
+ {
278
+ value: 0,
279
+ },
280
+ {
281
+ value: 0,
282
+ },
283
+ ],
284
+ rowTotals: [45],
285
+ anomalyAnnotations: [],
286
+ },
287
+ {
288
+ dimensionValues: [],
289
+ dimensionCompoundValues: [
290
+ {
291
+ value: 'EG',
292
+ },
293
+ {
294
+ value: 'google',
295
+ },
296
+ ],
297
+ metricValues: [],
298
+ metricCompoundValues: [
299
+ {
300
+ value: 0,
301
+ },
302
+ {
303
+ value: 0,
304
+ },
305
+ {
306
+ value: 0,
307
+ },
308
+ {
309
+ value: 0,
310
+ },
311
+ {
312
+ value: 0,
313
+ },
314
+ {
315
+ value: 0,
316
+ },
317
+ {
318
+ value: 0,
319
+ },
320
+ {
321
+ value: 0,
322
+ },
323
+ {
324
+ value: 0,
325
+ },
326
+ {
327
+ value: 0,
328
+ },
329
+ ],
330
+ rowTotals: [45],
331
+ anomalyAnnotations: [],
332
+ },
333
+ {
334
+ dimensionValues: [],
335
+ dimensionCompoundValues: [
336
+ {
337
+ value: 'VN',
338
+ },
339
+ {
340
+ value: 'bing',
341
+ },
342
+ ],
343
+ metricValues: [],
344
+ metricCompoundValues: [
345
+ {
346
+ value: 0,
347
+ },
348
+ {
349
+ value: 45,
350
+ },
351
+ {
352
+ value: 0,
353
+ },
354
+ {
355
+ value: 0,
356
+ },
357
+ {
358
+ value: 0,
359
+ },
360
+ {
361
+ value: 0,
362
+ },
363
+ {
364
+ value: 0,
365
+ },
366
+ {
367
+ value: 0,
368
+ },
369
+ {
370
+ value: 0,
371
+ },
372
+ {
373
+ value: 0,
374
+ },
375
+ ],
376
+ rowTotals: [45],
377
+ anomalyAnnotations: [],
378
+ },
379
+ {
380
+ dimensionValues: [],
381
+ dimensionCompoundValues: [
382
+ {
383
+ value: 'BD',
384
+ },
385
+ {
386
+ value: 'google',
387
+ },
388
+ ],
389
+ metricValues: [],
390
+ metricCompoundValues: [
391
+ {
392
+ value: 0,
393
+ },
394
+ {
395
+ value: 0,
396
+ },
397
+ {
398
+ value: 0,
399
+ },
400
+ {
401
+ value: 0,
402
+ },
403
+ {
404
+ value: 0,
405
+ },
406
+ {
407
+ value: 0,
408
+ },
409
+ {
410
+ value: 0,
411
+ },
412
+ {
413
+ value: 0,
414
+ },
415
+ {
416
+ value: 0,
417
+ },
418
+ {
419
+ value: 0,
420
+ },
421
+ ],
422
+ rowTotals: [49],
423
+ anomalyAnnotations: [],
424
+ },
425
+ {
426
+ dimensionValues: [],
427
+ dimensionCompoundValues: [
428
+ {
429
+ value: 'DE',
430
+ },
431
+ {
432
+ value: 'google',
433
+ },
434
+ ],
435
+ metricValues: [],
436
+ metricCompoundValues: [
437
+ {
438
+ value: 0,
439
+ },
440
+ {
441
+ value: 0,
442
+ },
443
+ {
444
+ value: 0,
445
+ },
446
+ {
447
+ value: 0,
448
+ },
449
+ {
450
+ value: 0,
451
+ },
452
+ {
453
+ value: 0,
454
+ },
455
+ {
456
+ value: 0,
457
+ },
458
+ {
459
+ value: 0,
460
+ },
461
+ {
462
+ value: 0,
463
+ },
464
+ {
465
+ value: 0,
466
+ },
467
+ ],
468
+ rowTotals: [50],
469
+ anomalyAnnotations: [],
470
+ },
471
+ {
472
+ dimensionValues: [],
473
+ dimensionCompoundValues: [
474
+ {
475
+ value: 'IN',
476
+ },
477
+ {
478
+ value: 'aax.amazon-adsystem.com',
479
+ },
480
+ ],
481
+ metricValues: [],
482
+ metricCompoundValues: [
483
+ {
484
+ value: 0,
485
+ },
486
+ {
487
+ value: 0,
488
+ },
489
+ {
490
+ value: 0,
491
+ },
492
+ {
493
+ value: 0,
494
+ },
495
+ {
496
+ value: 0,
497
+ },
498
+ {
499
+ value: 0,
500
+ },
501
+ {
502
+ value: 0,
503
+ },
504
+ {
505
+ value: 0,
506
+ },
507
+ {
508
+ value: 0,
509
+ },
510
+ {
511
+ value: 0,
512
+ },
513
+ ],
514
+ rowTotals: [52],
515
+ anomalyAnnotations: [],
516
+ },
517
+ {
518
+ dimensionValues: [],
519
+ dimensionCompoundValues: [
520
+ {
521
+ value: 'VN',
522
+ },
523
+ {
524
+ value: 'FB_TT',
525
+ },
526
+ ],
527
+ metricValues: [],
528
+ metricCompoundValues: [
529
+ {
530
+ value: 0,
531
+ },
532
+ {
533
+ value: 54,
534
+ },
535
+ {
536
+ value: 0,
537
+ },
538
+ {
539
+ value: 0,
540
+ },
541
+ {
542
+ value: 0,
543
+ },
544
+ {
545
+ value: 0,
546
+ },
547
+ {
548
+ value: 0,
549
+ },
550
+ {
551
+ value: 0,
552
+ },
553
+ {
554
+ value: 0,
555
+ },
556
+ {
557
+ value: 0,
558
+ },
559
+ ],
560
+ rowTotals: [54],
561
+ anomalyAnnotations: [],
562
+ },
563
+ {
564
+ dimensionValues: [],
565
+ dimensionCompoundValues: [
566
+ {
567
+ value: 'LA',
568
+ },
569
+ {
570
+ value: 'google',
571
+ },
572
+ ],
573
+ metricValues: [],
574
+ metricCompoundValues: [
575
+ {
576
+ value: 0,
577
+ },
578
+ {
579
+ value: 0,
580
+ },
581
+ {
582
+ value: 0,
583
+ },
584
+ {
585
+ value: 0,
586
+ },
587
+ {
588
+ value: 0,
589
+ },
590
+ {
591
+ value: 0,
592
+ },
593
+ {
594
+ value: 0,
595
+ },
596
+ {
597
+ value: 0,
598
+ },
599
+ {
600
+ value: 0,
601
+ },
602
+ {
603
+ value: 0,
604
+ },
605
+ ],
606
+ rowTotals: [56],
607
+ anomalyAnnotations: [],
608
+ },
609
+ {
610
+ dimensionValues: [],
611
+ dimensionCompoundValues: [
612
+ {
613
+ value: 'HK',
614
+ },
615
+ {
616
+ value: '(direct)',
617
+ },
618
+ ],
619
+ metricValues: [],
620
+ metricCompoundValues: [
621
+ {
622
+ value: 0,
623
+ },
624
+ {
625
+ value: 0,
626
+ },
627
+ {
628
+ value: 0,
629
+ },
630
+ {
631
+ value: 0,
632
+ },
633
+ {
634
+ value: 0,
635
+ },
636
+ {
637
+ value: 0,
638
+ },
639
+ {
640
+ value: 0,
641
+ },
642
+ {
643
+ value: 0,
644
+ },
645
+ {
646
+ value: 0,
647
+ },
648
+ {
649
+ value: 0,
650
+ },
651
+ ],
652
+ rowTotals: [65],
653
+ anomalyAnnotations: [],
654
+ },
655
+ {
656
+ dimensionValues: [],
657
+ dimensionCompoundValues: [
658
+ {
659
+ value: 'VN',
660
+ },
661
+ {
662
+ value: 'by.com.vn',
663
+ },
664
+ ],
665
+ metricValues: [],
666
+ metricCompoundValues: [
667
+ {
668
+ value: 0,
669
+ },
670
+ {
671
+ value: 70,
672
+ },
673
+ {
674
+ value: 0,
675
+ },
676
+ {
677
+ value: 0,
678
+ },
679
+ {
680
+ value: 0,
681
+ },
682
+ {
683
+ value: 0,
684
+ },
685
+ {
686
+ value: 0,
687
+ },
688
+ {
689
+ value: 0,
690
+ },
691
+ {
692
+ value: 0,
693
+ },
694
+ {
695
+ value: 0,
696
+ },
697
+ ],
698
+ rowTotals: [70],
699
+ anomalyAnnotations: [],
700
+ },
701
+ {
702
+ dimensionValues: [],
703
+ dimensionCompoundValues: [
704
+ {
705
+ value: 'HK',
706
+ },
707
+ {
708
+ value: 'google',
709
+ },
710
+ ],
711
+ metricValues: [],
712
+ metricCompoundValues: [
713
+ {
714
+ value: 0,
715
+ },
716
+ {
717
+ value: 0,
718
+ },
719
+ {
720
+ value: 0,
721
+ },
722
+ {
723
+ value: 0,
724
+ },
725
+ {
726
+ value: 0,
727
+ },
728
+ {
729
+ value: 0,
730
+ },
731
+ {
732
+ value: 0,
733
+ },
734
+ {
735
+ value: 0,
736
+ },
737
+ {
738
+ value: 0,
739
+ },
740
+ {
741
+ value: 0,
742
+ },
743
+ ],
744
+ rowTotals: [76],
745
+ anomalyAnnotations: [],
746
+ },
747
+ {
748
+ dimensionValues: [],
749
+ dimensionCompoundValues: [
750
+ {
751
+ value: 'VN',
752
+ },
753
+ {
754
+ value: 'zaloapp.com',
755
+ },
756
+ ],
757
+ metricValues: [],
758
+ metricCompoundValues: [
759
+ {
760
+ value: 0,
761
+ },
762
+ {
763
+ value: 77,
764
+ },
765
+ {
766
+ value: 0,
767
+ },
768
+ {
769
+ value: 0,
770
+ },
771
+ {
772
+ value: 0,
773
+ },
774
+ {
775
+ value: 0,
776
+ },
777
+ {
778
+ value: 0,
779
+ },
780
+ {
781
+ value: 0,
782
+ },
783
+ {
784
+ value: 0,
785
+ },
786
+ {
787
+ value: 0,
788
+ },
789
+ ],
790
+ rowTotals: [77],
791
+ anomalyAnnotations: [],
792
+ },
793
+ {
794
+ dimensionValues: [],
795
+ dimensionCompoundValues: [
796
+ {
797
+ value: 'US',
798
+ },
799
+ {
800
+ value: 'm.facebook.com',
801
+ },
802
+ ],
803
+ metricValues: [],
804
+ metricCompoundValues: [
805
+ {
806
+ value: 0,
807
+ },
808
+ {
809
+ value: 0,
810
+ },
811
+ {
812
+ value: 0,
813
+ },
814
+ {
815
+ value: 0,
816
+ },
817
+ {
818
+ value: 0,
819
+ },
820
+ {
821
+ value: 0,
822
+ },
823
+ {
824
+ value: 0,
825
+ },
826
+ {
827
+ value: 0,
828
+ },
829
+ {
830
+ value: 0,
831
+ },
832
+ {
833
+ value: 0,
834
+ },
835
+ ],
836
+ rowTotals: [83],
837
+ anomalyAnnotations: [],
838
+ },
839
+ {
840
+ dimensionValues: [],
841
+ dimensionCompoundValues: [
842
+ {
843
+ value: 'KR',
844
+ },
845
+ {
846
+ value: '(direct)',
847
+ },
848
+ ],
849
+ metricValues: [],
850
+ metricCompoundValues: [
851
+ {
852
+ value: 0,
853
+ },
854
+ {
855
+ value: 0,
856
+ },
857
+ {
858
+ value: 0,
859
+ },
860
+ {
861
+ value: 0,
862
+ },
863
+ {
864
+ value: 0,
865
+ },
866
+ {
867
+ value: 0,
868
+ },
869
+ {
870
+ value: 0,
871
+ },
872
+ {
873
+ value: 0,
874
+ },
875
+ {
876
+ value: 0,
877
+ },
878
+ {
879
+ value: 0,
880
+ },
881
+ ],
882
+ rowTotals: [45],
883
+ anomalyAnnotations: [],
884
+ },
885
+ {
886
+ dimensionValues: [],
887
+ dimensionCompoundValues: [
888
+ {
889
+ value: 'VN',
890
+ },
891
+ {
892
+ value: 'CDP',
893
+ },
894
+ ],
895
+ metricValues: [],
896
+ metricCompoundValues: [
897
+ {
898
+ value: 45,
899
+ },
900
+ {
901
+ value: 47,
902
+ },
903
+ {
904
+ value: 0,
905
+ },
906
+ {
907
+ value: 0,
908
+ },
909
+ {
910
+ value: 0,
911
+ },
912
+ {
913
+ value: 0,
914
+ },
915
+ {
916
+ value: 0,
917
+ },
918
+ {
919
+ value: 0,
920
+ },
921
+ {
922
+ value: 0,
923
+ },
924
+ {
925
+ value: 0,
926
+ },
927
+ ],
928
+ rowTotals: [92],
929
+ anomalyAnnotations: [],
930
+ },
931
+ {
932
+ dimensionValues: [],
933
+ dimensionCompoundValues: [
934
+ {
935
+ value: 'KH',
936
+ },
937
+ {
938
+ value: '(direct)',
939
+ },
940
+ ],
941
+ metricValues: [],
942
+ metricCompoundValues: [
943
+ {
944
+ value: 0,
945
+ },
946
+ {
947
+ value: 0,
948
+ },
949
+ {
950
+ value: 0,
951
+ },
952
+ {
953
+ value: 0,
954
+ },
955
+ {
956
+ value: 0,
957
+ },
958
+ {
959
+ value: 0,
960
+ },
961
+ {
962
+ value: 0,
963
+ },
964
+ {
965
+ value: 0,
966
+ },
967
+ {
968
+ value: 0,
969
+ },
970
+ {
971
+ value: 0,
972
+ },
973
+ ],
974
+ rowTotals: [50],
975
+ anomalyAnnotations: [],
976
+ },
977
+ {
978
+ dimensionValues: [],
979
+ dimensionCompoundValues: [
980
+ {
981
+ value: 'VN',
982
+ },
983
+ {
984
+ value: 'gdn',
985
+ },
986
+ ],
987
+ metricValues: [],
988
+ metricCompoundValues: [
989
+ {
990
+ value: 40,
991
+ },
992
+ {
993
+ value: 63,
994
+ },
995
+ {
996
+ value: 0,
997
+ },
998
+ {
999
+ value: 0,
1000
+ },
1001
+ {
1002
+ value: 0,
1003
+ },
1004
+ {
1005
+ value: 0,
1006
+ },
1007
+ {
1008
+ value: 0,
1009
+ },
1010
+ {
1011
+ value: 0,
1012
+ },
1013
+ {
1014
+ value: 0,
1015
+ },
1016
+ {
1017
+ value: 0,
1018
+ },
1019
+ ],
1020
+ rowTotals: [103],
1021
+ anomalyAnnotations: [],
1022
+ },
1023
+ {
1024
+ dimensionValues: [],
1025
+ dimensionCompoundValues: [
1026
+ {
1027
+ value: '(not set)',
1028
+ },
1029
+ {
1030
+ value: 'google',
1031
+ },
1032
+ ],
1033
+ metricValues: [],
1034
+ metricCompoundValues: [
1035
+ {
1036
+ value: 0,
1037
+ },
1038
+ {
1039
+ value: 0,
1040
+ },
1041
+ {
1042
+ value: 0,
1043
+ },
1044
+ {
1045
+ value: 0,
1046
+ },
1047
+ {
1048
+ value: 0,
1049
+ },
1050
+ {
1051
+ value: 0,
1052
+ },
1053
+ {
1054
+ value: 0,
1055
+ },
1056
+ {
1057
+ value: 0,
1058
+ },
1059
+ {
1060
+ value: 0,
1061
+ },
1062
+ {
1063
+ value: 0,
1064
+ },
1065
+ ],
1066
+ rowTotals: [104],
1067
+ anomalyAnnotations: [],
1068
+ },
1069
+ {
1070
+ dimensionValues: [],
1071
+ dimensionCompoundValues: [
1072
+ {
1073
+ value: 'VN',
1074
+ },
1075
+ {
1076
+ value: 'FB_Ads',
1077
+ },
1078
+ ],
1079
+ metricValues: [],
1080
+ metricCompoundValues: [
1081
+ {
1082
+ value: 70,
1083
+ },
1084
+ {
1085
+ value: 38,
1086
+ },
1087
+ {
1088
+ value: 0,
1089
+ },
1090
+ {
1091
+ value: 0,
1092
+ },
1093
+ {
1094
+ value: 0,
1095
+ },
1096
+ {
1097
+ value: 0,
1098
+ },
1099
+ {
1100
+ value: 0,
1101
+ },
1102
+ {
1103
+ value: 0,
1104
+ },
1105
+ {
1106
+ value: 0,
1107
+ },
1108
+ {
1109
+ value: 0,
1110
+ },
1111
+ ],
1112
+ rowTotals: [108],
1113
+ anomalyAnnotations: [],
1114
+ },
1115
+ {
1116
+ dimensionValues: [],
1117
+ dimensionCompoundValues: [
1118
+ {
1119
+ value: 'VN',
1120
+ },
1121
+ {
1122
+ value: 'popup',
1123
+ },
1124
+ ],
1125
+ metricValues: [],
1126
+ metricCompoundValues: [
1127
+ {
1128
+ value: 65,
1129
+ },
1130
+ {
1131
+ value: 43,
1132
+ },
1133
+ {
1134
+ value: 0,
1135
+ },
1136
+ {
1137
+ value: 0,
1138
+ },
1139
+ {
1140
+ value: 0,
1141
+ },
1142
+ {
1143
+ value: 0,
1144
+ },
1145
+ {
1146
+ value: 0,
1147
+ },
1148
+ {
1149
+ value: 0,
1150
+ },
1151
+ {
1152
+ value: 0,
1153
+ },
1154
+ {
1155
+ value: 0,
1156
+ },
1157
+ ],
1158
+ rowTotals: [106],
1159
+ anomalyAnnotations: [],
1160
+ },
1161
+ ],
1162
+ totalsRow: {
1163
+ dimensionValues: [],
1164
+ dimensionCompoundValues: [
1165
+ {
1166
+ value: 'RESERVED_TOTAL',
1167
+ },
1168
+ ],
1169
+ metricValues: [],
1170
+ metricCompoundValues: [
1171
+ {
1172
+ value: 193734,
1173
+ },
1174
+ {
1175
+ value: 186150,
1176
+ },
1177
+ {
1178
+ value: 64842,
1179
+ },
1180
+ {
1181
+ value: 63239,
1182
+ },
1183
+ {
1184
+ value: 51637,
1185
+ },
1186
+ {
1187
+ value: 39924,
1188
+ },
1189
+ {
1190
+ value: 37958,
1191
+ },
1192
+ {
1193
+ value: 30653,
1194
+ },
1195
+ {
1196
+ value: 30365,
1197
+ },
1198
+ {
1199
+ value: 26308,
1200
+ },
1201
+ ],
1202
+ rowTotals: [690901],
1203
+ anomalyAnnotations: [],
1204
+ },
1205
+ pivotHeaders: [
1206
+ {
1207
+ names: ['__segment0__', '1028581', 'Vietnam'],
1208
+ },
1209
+ {
1210
+ names: ['__segment0__', '1028580', 'Vietnam'],
1211
+ },
1212
+ {
1213
+ names: ['__segment1__', '1028580', 'Vietnam'],
1214
+ },
1215
+ {
1216
+ names: ['__segment1__', '1028581', 'Vietnam'],
1217
+ },
1218
+ {
1219
+ names: ['__segment0__', '(not set)', 'Vietnam'],
1220
+ },
1221
+ {
1222
+ names: ['__segment0__', '9040371', 'Vietnam'],
1223
+ },
1224
+ {
1225
+ names: ['__segment0__', '9040334', 'Vietnam'],
1226
+ },
1227
+ {
1228
+ names: ['__segment0__', '9040333', 'Vietnam'],
1229
+ },
1230
+ {
1231
+ names: ['__segment0__', '9040346', 'Vietnam'],
1232
+ },
1233
+ {
1234
+ names: ['__segment0__', '9040341', 'Vietnam'],
1235
+ },
1236
+ ],
1237
+ storageIds: [],
1238
+ segmentKeyMap: [
1239
+ {
1240
+ key: '__segment0__',
1241
+ id: 'segment_mobile',
1242
+ name: 'Mobile traffic',
1243
+ },
1244
+ {
1245
+ key: '__segment1__',
1246
+ id: 'segment_direct',
1247
+ name: 'Direct traffic',
1248
+ },
1249
+ ],
1250
+ overallRowCount: 1,
1251
+ numberOfSamplesRead: [9932651],
1252
+ samplingSpaceSize: [17863505],
1253
+ metadata: {
1254
+ performance: {
1255
+ f1QueryLatencyMs: '3851',
1256
+ reportRequestLatencyMs: '4024',
1257
+ f1GcuSecs: 1.512,
1258
+ },
1259
+ classification: {
1260
+ identityBlendingStrategy: 4,
1261
+ numDaysInDateRange: 28,
1262
+ externalWideningSources: [],
1263
+ storageType: [6],
1264
+ largestDailyNumRowsInSelectedTables: '0',
1265
+ },
1266
+ venusRequestId: '13795147893373125057_1684378557958002350_0',
1267
+ dataTruncationReasons: [],
1268
+ isBehavioralModelingEnabledByUser: true,
1269
+ isBehavioralModelingApplied: false,
1270
+ },
1271
+ isThresholded: true,
1272
+ },
1273
+ ];
1274
+ export const columns = [
1275
+ {
1276
+ title: 'Segment',
1277
+ key: 'segment',
1278
+ align: 'right',
1279
+ children: [
1280
+ {
1281
+ title: 'City ID',
1282
+ key: 'city_id',
1283
+ align: 'right',
1284
+ children: [
1285
+ {
1286
+ title: 'Country',
1287
+ key: 'country',
1288
+ align: 'right',
1289
+ children: [
1290
+ {
1291
+ title: 'Country Id',
1292
+ key: 'country_id',
1293
+ dataIndex: 'country_id',
1294
+ },
1295
+ {
1296
+ title: 'First user source',
1297
+ key: 'first_user_source',
1298
+ dataIndex: 'first_user_source',
1299
+ },
1300
+ ],
1301
+ },
1302
+ ],
1303
+ },
1304
+ ],
1305
+ },
1306
+ {
1307
+ title: 'Mobile Traffic',
1308
+ key: 'segment_mobile',
1309
+ children: [
1310
+ {
1311
+ title: '1028581',
1312
+ key: '1028581',
1313
+ children: [
1314
+ {
1315
+ title: 'Vietnam',
1316
+ children: [
1317
+ {
1318
+ title: 'Active Users',
1319
+ key: 'active_users_0',
1320
+ dataIndex: 'active_users_0',
1321
+ },
1322
+ ],
1323
+ },
1324
+ ],
1325
+ },
1326
+ {
1327
+ title: '1028580',
1328
+ key: '1028580',
1329
+ children: [
1330
+ {
1331
+ title: 'Vietnam',
1332
+ children: [
1333
+ {
1334
+ title: 'Active Users',
1335
+ key: 'active_users_1',
1336
+ dataIndex: 'active_users_1',
1337
+ },
1338
+ ],
1339
+ },
1340
+ ],
1341
+ },
1342
+ ],
1343
+ },
1344
+ {
1345
+ title: 'Direct Traffic',
1346
+ key: 'segment_direct',
1347
+ children: [
1348
+ {
1349
+ title: '1028580',
1350
+ key: '1028580',
1351
+ children: [
1352
+ {
1353
+ title: 'Vietnam',
1354
+ children: [
1355
+ {
1356
+ title: 'Active Users',
1357
+ key: 'active_users_2',
1358
+ dataIndex: 'active_users_2',
1359
+ },
1360
+ ],
1361
+ },
1362
+ ],
1363
+ },
1364
+ {
1365
+ title: '1028581',
1366
+ key: '1028581',
1367
+ children: [
1368
+ {
1369
+ title: 'Vietnam',
1370
+ children: [
1371
+ {
1372
+ title: 'Active Users',
1373
+ key: 'active_users_3',
1374
+ dataIndex: 'active_users_3',
1375
+ },
1376
+ ],
1377
+ },
1378
+ ],
1379
+ },
1380
+ ],
1381
+ },
1382
+ {
1383
+ title: 'Mobile Traffic',
1384
+ key: 'segment_mobile',
1385
+ children: [
1386
+ {
1387
+ title: '(not set)',
1388
+ key: '(not set)',
1389
+ children: [
1390
+ {
1391
+ title: 'Vietnam',
1392
+ children: [
1393
+ {
1394
+ title: 'Active Users',
1395
+ key: 'active_users_4',
1396
+ dataIndex: 'active_users_4',
1397
+ },
1398
+ ],
1399
+ },
1400
+ ],
1401
+ },
1402
+ ],
1403
+ },
1404
+ {
1405
+ title: 'Totals',
1406
+ children: [
1407
+ {
1408
+ title: '',
1409
+ children: [
1410
+ {
1411
+ title: '',
1412
+ children: [
1413
+ {
1414
+ key: 'active_users_5',
1415
+ dataIndex: 'active_users_5',
1416
+ title: 'Active Users',
1417
+ },
1418
+ ],
1419
+ },
1420
+ ],
1421
+ },
1422
+ ],
1423
+ },
1424
+ ];
1425
+ export const data = [
1426
+ {
1427
+ key: '1',
1428
+ country_id: 'MN',
1429
+ first_user_source: 'google',
1430
+ active_users_0: 0,
1431
+ active_users_1: 0,
1432
+ active_users_2: 0,
1433
+ active_users_3: 0,
1434
+ active_users_4: 0,
1435
+ active_users_5: 38,
1436
+ },
1437
+ {
1438
+ key: '2',
1439
+ country_id: 'GB',
1440
+ first_user_source: 'google',
1441
+ active_users_0: 0,
1442
+ active_users_1: 0,
1443
+ active_users_2: 0,
1444
+ active_users_3: 0,
1445
+ active_users_4: 0,
1446
+ active_users_5: 40,
1447
+ },
1448
+ {
1449
+ key: '3',
1450
+ country_id: 'MY',
1451
+ first_user_source: 'google',
1452
+ active_users_0: 0,
1453
+ active_users_1: 0,
1454
+ active_users_2: 0,
1455
+ active_users_3: 0,
1456
+ active_users_4: 0,
1457
+ active_users_5: 43,
1458
+ },
1459
+ {
1460
+ key: '3',
1461
+ country_id: 'NL',
1462
+ first_user_source: '(direct)',
1463
+ active_users_0: 0,
1464
+ active_users_1: 0,
1465
+ active_users_2: 0,
1466
+ active_users_3: 0,
1467
+ active_users_4: 0,
1468
+ active_users_5: 43,
1469
+ },
1470
+ {
1471
+ key: '4',
1472
+ country_id: 'VN',
1473
+ first_user_source: 'aax.amazon-adsystem.com',
1474
+ active_users_0: 43,
1475
+ active_users_1: 0,
1476
+ active_users_2: 0,
1477
+ active_users_3: 0,
1478
+ active_users_4: 0,
1479
+ active_users_5: 43,
1480
+ },
1481
+ {
1482
+ key: '5',
1483
+ country_id: '(not set)',
1484
+ first_user_source: 'KP_Paid_GG',
1485
+ active_users_0: 0,
1486
+ active_users_1: 0,
1487
+ active_users_2: 0,
1488
+ active_users_3: 0,
1489
+ active_users_4: 0,
1490
+ active_users_5: 45,
1491
+ },
1492
+ {
1493
+ key: '6',
1494
+ country_id: 'EG',
1495
+ first_user_source: 'google',
1496
+ active_users_0: 0,
1497
+ active_users_1: 0,
1498
+ active_users_2: 0,
1499
+ active_users_3: 0,
1500
+ active_users_4: 0,
1501
+ active_users_5: 45,
1502
+ },
1503
+ {
1504
+ key: '7',
1505
+ country_id: 'VN',
1506
+ first_user_source: 'bing',
1507
+ active_users_0: 0,
1508
+ active_users_1: 45,
1509
+ active_users_2: 0,
1510
+ active_users_3: 0,
1511
+ active_users_4: 0,
1512
+ active_users_5: 45,
1513
+ },
1514
+ {
1515
+ key: '8',
1516
+ country_id: 'BD',
1517
+ first_user_source: 'google',
1518
+ active_users_0: 0,
1519
+ active_users_1: 45,
1520
+ active_users_2: 0,
1521
+ active_users_3: 0,
1522
+ active_users_4: 0,
1523
+ active_users_5: 49,
1524
+ },
1525
+ ];