impact-ui 3.7.25 → 4.0.0-alpha.10
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.
- package/MIGRATION_GUIDE.md +328 -0
- package/README.md +154 -15
- package/bin/migrate-image-paths.cjs +127 -0
- package/bin/migrate.js +293 -0
- package/codemods/component-map.js +153 -0
- package/codemods/image-paths-transform.js +69 -0
- package/codemods/transform.js +136 -0
- package/dist/components/Accordion/index.js +2 -1
- package/dist/components/AccordionModern/index.js +2 -1
- package/dist/components/Alert/index.js +2 -1
- package/dist/components/Avatar/index.js +2 -1
- package/dist/components/Badge/filled/filledIconLabelBadges/index.js +2 -1
- package/dist/components/Badge/filled/filledOnlyIconBadges/index.js +2 -1
- package/dist/components/Badge/filled/filledOnlyLabelBadges/index.js +2 -1
- package/dist/components/Badge/index.js +3 -2
- package/dist/components/Badge/stroke/strokeIconLabelBadges/index.js +2 -1
- package/dist/components/Badge/stroke/strokeOnlyIconBadges/index.js +2 -1
- package/dist/components/Badge/stroke/strokeOnlyLabelBadges/index.js +2 -1
- package/dist/components/Badge/subtle/subtleIOnlyIconBadges/index.js +2 -1
- package/dist/components/Badge/subtle/subtleIconLabelBadges/index.js +2 -1
- package/dist/components/Badge/subtle/subtleOnlyLabelBadges/index.js +2 -1
- package/dist/components/BottomSheet/index.js +2 -1
- package/dist/components/Breadcrumbs/index.js +2 -1
- package/dist/components/Button/index.js +2 -1
- package/dist/components/ButtonGroup/index.js +2 -1
- package/dist/components/Card/index.js +2 -1
- package/dist/components/Chart/index.js +2 -1
- package/dist/components/Chatbot/index.js +2 -1
- package/dist/components/Checkbox/index.js +2 -1
- package/dist/components/Chips/index.js +2 -1
- package/dist/components/CreateItemFlow/index.js +2 -1
- package/dist/components/DatePicker/datePickerDropdown.js +2 -1
- package/dist/components/DatePicker/index.js +3 -2
- package/dist/components/DateRangePicker/dateRangePickerDropdown.js +2 -1
- package/dist/components/DateRangePicker/index.js +3 -2
- package/dist/components/DynamicLayout/index.js +2 -1
- package/dist/components/EmptyState/EmptyStateImage.d.ts.map +1 -1
- package/dist/components/EmptyState/EmptyStateImage.js +3 -2
- package/dist/components/EmptyState/index.js +2 -1
- package/dist/components/FileUpload/index.js +2 -1
- package/dist/components/FilterPanel/index.js +2 -1
- package/dist/components/FiltersStrip/index.js +2 -1
- package/dist/components/Header/index.js +2 -1
- package/dist/components/HomePage/index.js +2 -1
- package/dist/components/Input/index.js +2 -1
- package/dist/components/Loader/index.js +2 -1
- package/dist/components/Menu/IconMenuItem.js +2 -1
- package/dist/components/Menu/MenuHeaderInfo.js +2 -1
- package/dist/components/Menu/NestedMenuItem.js +2 -1
- package/dist/components/Menu/index.js +2 -1
- package/dist/components/Menu/nestedMenuItemsFromObject.js +2 -1
- package/dist/components/Modal/index.js +2 -1
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.js +2 -1
- package/dist/components/Notification/index.js +2 -1
- package/dist/components/Panel/index.js +2 -1
- package/dist/components/Popover/index.js +2 -1
- package/dist/components/ProgressBar/index.js +2 -1
- package/dist/components/Prompt/index.js +2 -1
- package/dist/components/RadioButtonGroup/index.js +2 -1
- package/dist/components/Select/index.js +2 -1
- package/dist/components/Sidebar/index.js +2 -1
- package/dist/components/Slider/index.js +2 -1
- package/dist/components/Stepper/index.js +2 -1
- package/dist/components/Switch/index.js +2 -1
- package/dist/components/Table/TableImpl.js +4 -3
- package/dist/components/TableChat/EmptyContainer.js +2 -1
- package/dist/components/TableChat/TableChatSidePanel.js +2 -1
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatFooterSkeleton.js +2 -1
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatHeaderSkeleton.js +2 -1
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatMessageListSkeleton.js +2 -1
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatSkeleton.js +2 -1
- package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.js +2 -1
- package/dist/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessageAvatar/ChatMessageAvatar.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/DateSeparator/DateSeparator.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.js +2 -1
- package/dist/components/TableChat/components/TextEditor/EditorToolbar.js +2 -1
- package/dist/components/TableChat/components/TextEditor/Mention.js +2 -1
- package/dist/components/TableChat/components/TextEditor/MentionList.js +2 -1
- package/dist/components/Tabs/index.js +2 -1
- package/dist/components/Tag/index.js +2 -1
- package/dist/components/TagGroup/index.js +2 -1
- package/dist/components/TextArea/index.js +2 -1
- package/dist/components/Toast/index.js +2 -1
- package/dist/components/Tooltip/index.js +2 -1
- package/dist/components/common/HelperText/index.js +2 -1
- package/dist/components/index.d.ts +0 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +0 -1
- package/dist/mcp-component-registry.json +1 -1
- package/dist/styles/entry.d.ts +2 -0
- package/dist/styles/entry.d.ts.map +1 -0
- package/dist/styles/entry.js +1 -0
- package/dist/styles/style.css +1 -1
- package/eslint-plugin/index.js +91 -0
- package/eslint-plugin/rules/no-barrel-import.js +224 -0
- package/package.json +153 -89
- package/dist/0db32db10ae1525f.svg +0 -9
- package/dist/2bc76319b1fa572e.svg +0 -9
- package/dist/39d49e4daed1a992.svg +0 -9
- package/dist/44beedf64dc29d19.svg +0 -9
- package/dist/49a4f914058314f1.svg +0 -9
- package/dist/6fc8a59d621a04a1.svg +0 -13
- package/dist/78f845dcfc981491.svg +0 -9
- package/dist/b31c0c2a19c1c19a.svg +0 -9
- package/dist/index.js +0 -308
- package/dist/index.js.map +0 -1
- package/src/components/Accordion/Accordion.styles.scss +0 -118
- package/src/components/Accordion/index.js +0 -104
- package/src/components/AccordionModern/AccordionModern.styles.scss +0 -121
- package/src/components/AccordionModern/SortableAccordionComp.js +0 -156
- package/src/components/AccordionModern/index.js +0 -103
- package/src/components/Alert/Alert.styles.scss +0 -131
- package/src/components/Alert/index.js +0 -71
- package/src/components/Avatar/Avatar.styles.scss +0 -25
- package/src/components/Avatar/index.js +0 -58
- package/src/components/Badge/Badges.style.scss +0 -55
- package/src/components/Badge/filled/filledIconLabelBadges/filledIconLabelBadges.styles.scss +0 -32
- package/src/components/Badge/filled/filledIconLabelBadges/index.js +0 -38
- package/src/components/Badge/filled/filledOnlyIconBadges/filledOnlyIconBadges.styles.scss +0 -26
- package/src/components/Badge/filled/filledOnlyIconBadges/index.js +0 -31
- package/src/components/Badge/filled/filledOnlyLabelBadges/filledOnlyLabelBadges.styles.scss +0 -66
- package/src/components/Badge/filled/filledOnlyLabelBadges/index.js +0 -31
- package/src/components/Badge/filled/index.js +0 -30
- package/src/components/Badge/index.js +0 -53
- package/src/components/Badge/stroke/index.js +0 -43
- package/src/components/Badge/stroke/strokeIconLabelBadges/index.js +0 -38
- package/src/components/Badge/stroke/strokeIconLabelBadges/strokeIconLabelBadges.styles.scss +0 -33
- package/src/components/Badge/stroke/strokeOnlyIconBadges/index.js +0 -31
- package/src/components/Badge/stroke/strokeOnlyIconBadges/strokeOnlyIconBadges.styles.scss +0 -27
- package/src/components/Badge/stroke/strokeOnlyLabelBadges/index.js +0 -31
- package/src/components/Badge/stroke/strokeOnlyLabelBadges/strokeOnlyLabelBadges.styles.scss +0 -89
- package/src/components/Badge/styles.css +0 -52
- package/src/components/Badge/subtle/index.js +0 -41
- package/src/components/Badge/subtle/subtleIOnlyIconBadges/index.js +0 -31
- package/src/components/Badge/subtle/subtleIOnlyIconBadges/subtleIOnlyIconBadges.scss +0 -26
- package/src/components/Badge/subtle/subtleIconLabelBadges/index.js +0 -38
- package/src/components/Badge/subtle/subtleIconLabelBadges/subtleIconLabelBadges.scss +0 -56
- package/src/components/Badge/subtle/subtleOnlyLabelBadges/index.js +0 -31
- package/src/components/Badge/subtle/subtleOnlyLabelBadges/subtleOnlyLabelBadges.scss +0 -70
- package/src/components/BottomSheet/BottomSheet.styles.scss +0 -46
- package/src/components/BottomSheet/index.js +0 -60
- package/src/components/Breadcrumbs/Breadcrumbs.styles.scss +0 -65
- package/src/components/Breadcrumbs/index.js +0 -121
- package/src/components/Button/Button.styles.scss +0 -345
- package/src/components/Button/index.js +0 -171
- package/src/components/ButtonGroup/ButtonGroup.styles.scss +0 -125
- package/src/components/ButtonGroup/index.js +0 -84
- package/src/components/Card/Card.styles.scss +0 -33
- package/src/components/Card/index.js +0 -21
- package/src/components/Chart/Chart.style.scss +0 -142
- package/src/components/Chart/index.js +0 -752
- package/src/components/ChatBot/bookMarkPanel.js +0 -74
- package/src/components/ChatBot/chatBot.style.scss +0 -1295
- package/src/components/ChatBot/chatBotFooter.js +0 -14
- package/src/components/ChatBot/chatBotLandingScreen.js +0 -26
- package/src/components/ChatBot/chatInput.js +0 -206
- package/src/components/ChatBot/chatbotModuleMenu.js +0 -278
- package/src/components/ChatBot/constant.js +0 -32
- package/src/components/ChatBot/conversationScreen.js +0 -281
- package/src/components/ChatBot/customScreen.js +0 -69
- package/src/components/ChatBot/historyPanel.js +0 -579
- package/src/components/ChatBot/index.js +0 -473
- package/src/components/ChatBot/newChatComponent.js +0 -105
- package/src/components/ChatBot/utils.js +0 -27
- package/src/components/Checkbox/Checkbox.styles.scss +0 -232
- package/src/components/Checkbox/dashed/index.js +0 -34
- package/src/components/Checkbox/default/index.js +0 -70
- package/src/components/Checkbox/index.js +0 -50
- package/src/components/Checkbox/withDropDown/index.js +0 -96
- package/src/components/Checkbox/withoutFormLabel/index.js +0 -46
- package/src/components/Chips/Chip.style.scss +0 -134
- package/src/components/Chips/index.js +0 -34
- package/src/components/CreateItemFlow/CreateItemFlow.styles.scss +0 -37
- package/src/components/CreateItemFlow/index.js +0 -145
- package/src/components/DatePicker/DatePicker.styles.scss +0 -519
- package/src/components/DatePicker/datePickerDropdown.js +0 -282
- package/src/components/DatePicker/datePickerFooter.js +0 -76
- package/src/components/DatePicker/datePickerInput.js +0 -333
- package/src/components/DatePicker/index.js +0 -288
- package/src/components/DatePicker/showMonthYearSelect.js +0 -119
- package/src/components/DateRangePicker/DateRangePicker.styles.scss +0 -635
- package/src/components/DateRangePicker/dateRangePickerCustom.js +0 -22
- package/src/components/DateRangePicker/dateRangePickerDropdown.js +0 -320
- package/src/components/DateRangePicker/dateRangePickerFooter.js +0 -50
- package/src/components/DateRangePicker/dateRangePickerInput.js +0 -544
- package/src/components/DateRangePicker/index.js +0 -393
- package/src/components/DateRangePicker/showMonthYearSelect.js +0 -103
- package/src/components/DateRangePicker/utils.js +0 -71
- package/src/components/DynamicLayout/DynamicLayout.styles.scss +0 -153
- package/src/components/DynamicLayout/index.js +0 -73
- package/src/components/EmptyState/EmptyState.styles.scss +0 -88
- package/src/components/EmptyState/EmptyStateImageComponent.jsx +0 -36
- package/src/components/EmptyState/index.js +0 -54
- package/src/components/FileUpload/FileUpload.styles.scss +0 -449
- package/src/components/FileUpload/index.js +0 -641
- package/src/components/FilterPanel/FilterPanel.styles.scss +0 -241
- package/src/components/FilterPanel/FilterPanelHeader.js +0 -15
- package/src/components/FilterPanel/PanelFooter.js +0 -65
- package/src/components/FilterPanel/PanelSidebar.js +0 -85
- package/src/components/FilterPanel/index.js +0 -147
- package/src/components/FiltersStrip/FiltersStrip.styles.scss +0 -343
- package/src/components/FiltersStrip/Slider/FilterSlider.styles.scss +0 -85
- package/src/components/FiltersStrip/Slider/Portal.js +0 -59
- package/src/components/FiltersStrip/Slider/index.js +0 -233
- package/src/components/FiltersStrip/appliedFilter.js +0 -180
- package/src/components/FiltersStrip/filterDropDown.js +0 -96
- package/src/components/FiltersStrip/index.js +0 -127
- package/src/components/FiltersStrip/mockData.js +0 -227
- package/src/components/Header/Header.styles.scss +0 -223
- package/src/components/Header/index.js +0 -156
- package/src/components/HomePage/HomePage.styles.scss +0 -1638
- package/src/components/HomePage/constant.js +0 -331
- package/src/components/HomePage/index.js +0 -675
- package/src/components/Input/Input.styles.scss +0 -318
- package/src/components/Input/helperText.js +0 -19
- package/src/components/Input/index.js +0 -60
- package/src/components/Input/inputWithIcon.js +0 -134
- package/src/components/Input/vanilaInput.js +0 -68
- package/src/components/Loader/Loader.styles.scss +0 -90
- package/src/components/Loader/index.js +0 -69
- package/src/components/Menu/IconMenuItem.js +0 -100
- package/src/components/Menu/Menu.styles.scss +0 -190
- package/src/components/Menu/MenuHeader.jsx +0 -84
- package/src/components/Menu/MenuHeaderInfo.jsx +0 -319
- package/src/components/Menu/MenuHeaderInfo.styles.scss +0 -123
- package/src/components/Menu/NestedMenuItem.js +0 -189
- package/src/components/Menu/index.js +0 -254
- package/src/components/Menu/nestedMenuItemsFromObject.js +0 -100
- package/src/components/Modal/Modal.styles.scss +0 -129
- package/src/components/Modal/index.js +0 -141
- package/src/components/MonthPicker/MonthPicker.styles.scss +0 -255
- package/src/components/MonthPicker/constant.js +0 -1
- package/src/components/MonthPicker/index.js +0 -373
- package/src/components/MonthRangePicker/MonthRangePicker.styles.scss +0 -383
- package/src/components/MonthRangePicker/constant.js +0 -1
- package/src/components/MonthRangePicker/index.js +0 -574
- package/src/components/Notification/Notification.styles.scss +0 -594
- package/src/components/Notification/NotificationBody/NotificationInfoList/chipsLists.js +0 -144
- package/src/components/Notification/NotificationBody/NotificationInfoList/index.js +0 -128
- package/src/components/Notification/NotificationBody/NotificationInfoList/notificationList.js +0 -165
- package/src/components/Notification/NotificationBody/NotificationPanels/chipsLists.js +0 -85
- package/src/components/Notification/NotificationBody/NotificationPanels/index.js +0 -259
- package/src/components/Notification/NotificationBody/NotificationPanels/notificationList.js +0 -637
- package/src/components/Notification/NotificationBody/index.js +0 -117
- package/src/components/Notification/index.js +0 -128
- package/src/components/Notification/mockData.js +0 -389
- package/src/components/Notification/notificationFooter.js +0 -31
- package/src/components/Notification/notificationHeader.js +0 -28
- package/src/components/Panel/Panel.styles.scss +0 -71
- package/src/components/Panel/index.js +0 -144
- package/src/components/Popover/Popover.styles.scss +0 -52
- package/src/components/Popover/index.js +0 -71
- package/src/components/Portal/index.js +0 -31
- package/src/components/ProgressBar/ProgressBar.styles.scss +0 -62
- package/src/components/ProgressBar/index.js +0 -40
- package/src/components/Prompt/Prompt.styles.scss +0 -107
- package/src/components/Prompt/index.js +0 -107
- package/src/components/RadioButtonGroup/RadioButtonGroup.styles.scss +0 -136
- package/src/components/RadioButtonGroup/index.js +0 -107
- package/src/components/Select/SearchFilter.js +0 -72
- package/src/components/Select/Select.styles.scss +0 -748
- package/src/components/Select/customGroupHeading.js +0 -24
- package/src/components/Select/dropdown.js +0 -65
- package/src/components/Select/hooks/index.js +0 -2
- package/src/components/Select/hooks/useClickOutside.js +0 -61
- package/src/components/Select/hooks/useMenuPosition.js +0 -288
- package/src/components/Select/index.js +0 -1307
- package/src/components/Select/menuList.js +0 -119
- package/src/components/Select/optionList.js +0 -215
- package/src/components/Select/selected-option-tags.js +0 -99
- package/src/components/Select/utils.js +0 -232
- package/src/components/Sidebar/Menus/childMenu.js +0 -88
- package/src/components/Sidebar/Menus/index.js +0 -130
- package/src/components/Sidebar/Menus/parentMenu.js +0 -173
- package/src/components/Sidebar/Sidebar.styles.scss +0 -411
- package/src/components/Sidebar/actions.js +0 -31
- package/src/components/Sidebar/index.js +0 -84
- package/src/components/Sidebar/mock.js +0 -202
- package/src/components/Slider/Sliders.styles.scss +0 -260
- package/src/components/Slider/index.js +0 -314
- package/src/components/Stepper/Stepper.styles.scss +0 -355
- package/src/components/Stepper/index.js +0 -101
- package/src/components/Switch/Switch.styles.scss +0 -96
- package/src/components/Switch/index.js +0 -59
- package/src/components/Table/AdvanceSearchModalItem.js +0 -392
- package/src/components/Table/AdvanceSortModal.js +0 -332
- package/src/components/Table/AgGridHeader.js +0 -1009
- package/src/components/Table/CommentsPortal.js +0 -428
- package/src/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.js +0 -323
- package/src/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.js +0 -476
- package/src/components/Table/NoComments.js +0 -295
- package/src/components/Table/Table.styles.scss +0 -3859
- package/src/components/Table/actionBar.js +0 -43
- package/src/components/Table/advanceSearchModal.js +0 -797
- package/src/components/Table/commentPanel.js +0 -421
- package/src/components/Table/filterUtils.js +0 -850
- package/src/components/Table/index.js +0 -2175
- package/src/components/Table/mockData.js +0 -1344
- package/src/components/Table/tableFunctions.js +0 -1676
- package/src/components/Table/tableHeader.js +0 -476
- package/src/components/Table/tableIcons.js +0 -61
- package/src/components/Table/tableMoreOptions.js +0 -293
- package/src/components/Table/tablePagination.js +0 -63
- package/src/components/Table/tableSettings.js +0 -287
- package/src/components/Table/withCommentIcon.js +0 -107
- package/src/components/TableChat/EmptyContainer.jsx +0 -13
- package/src/components/TableChat/README.md +0 -588
- package/src/components/TableChat/TableChatSidePanel.jsx +0 -832
- package/src/components/TableChat/TableChatSidePanel.styles.scss +0 -57
- package/src/components/TableChat/components/ChatMessageSkeleton/ChatFooterSkeleton.jsx +0 -43
- package/src/components/TableChat/components/ChatMessageSkeleton/ChatHeaderSkeleton.jsx +0 -55
- package/src/components/TableChat/components/ChatMessageSkeleton/ChatMessageListSkeleton.jsx +0 -94
- package/src/components/TableChat/components/ChatMessageSkeleton/ChatSkeleton.jsx +0 -22
- package/src/components/TableChat/components/ChatMessageSkeleton/ChatSkeleton.scss +0 -179
- package/src/components/TableChat/components/SkeletonList.jsx +0 -12
- package/src/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.jsx +0 -171
- package/src/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.styles.scss +0 -37
- package/src/components/TableChat/components/TableChatLeftSection/ChannelCheckbox/ChannelCheckbox.jsx +0 -28
- package/src/components/TableChat/components/TableChatLeftSection/ChatChannelItem.jsx +0 -116
- package/src/components/TableChat/components/TableChatLeftSection/ChatChannelList.jsx +0 -89
- package/src/components/TableChat/components/TableChatLeftSection/ChatHeaderButton/ChatHeaderButton.jsx +0 -27
- package/src/components/TableChat/components/TableChatLeftSection/ChatHeaderNavigation.jsx +0 -191
- package/src/components/TableChat/components/TableChatLeftSection/ChatIconButton/ChatIconButton.jsx +0 -23
- package/src/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.jsx +0 -117
- package/src/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.styles.scss +0 -469
- package/src/components/TableChat/components/TableChatLeftSection/UnreadBadge/UnreadBadge.jsx +0 -16
- package/src/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.jsx +0 -119
- package/src/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.styles.scss +0 -87
- package/src/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.jsx +0 -216
- package/src/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.styles.scss +0 -291
- package/src/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.jsx +0 -19
- package/src/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/DeletedMessage.styles.scss +0 -55
- package/src/components/TableChat/components/TableChatRightSection/ChatEditedMessageType/ChatEditedMessageType.jsx +0 -61
- package/src/components/TableChat/components/TableChatRightSection/ChatEditedMessageType/ChatEditedMessageType.styles.scss +0 -13
- package/src/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.jsx +0 -432
- package/src/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderAction.jsx +0 -365
- package/src/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderInfo.jsx +0 -42
- package/src/components/TableChat/components/TableChatRightSection/ChatHeader/chatHeader.styles.scss +0 -323
- package/src/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.jsx +0 -793
- package/src/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.styles.scss +0 -394
- package/src/components/TableChat/components/TableChatRightSection/ChatMessageActions/ChatMessageActions.jsx +0 -61
- package/src/components/TableChat/components/TableChatRightSection/ChatMessageActions/ChatMessageActions.styles.scss +0 -28
- package/src/components/TableChat/components/TableChatRightSection/ChatMessageAvatar/ChatMessageAvatar.jsx +0 -11
- package/src/components/TableChat/components/TableChatRightSection/ChatMessageAvatar/ChatMessageAvatar.styles.scss +0 -3
- package/src/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.jsx +0 -220
- package/src/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.styles.scss +0 -128
- package/src/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.jsx +0 -246
- package/src/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.styles.scss +0 -210
- package/src/components/TableChat/components/TableChatRightSection/DateSeparator/DateSeparator.jsx +0 -52
- package/src/components/TableChat/components/TableChatRightSection/DateSeparator/DateSeparator.styles.scss +0 -34
- package/src/components/TableChat/components/TableChatRightSection/EmojiPicker/EmojiPicker.jsx +0 -31
- package/src/components/TableChat/components/TableChatRightSection/FileUploader/FileUploader.jsx +0 -170
- package/src/components/TableChat/components/TableChatRightSection/ImageUploader/ImageUploader.jsx +0 -165
- package/src/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChat.styles.scss +0 -587
- package/src/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.jsx +0 -244
- package/src/components/TableChat/components/TableChatRightSection/ReplyBadge/ReplyBadge.jsx +0 -29
- package/src/components/TableChat/components/TableChatRightSection/ReplyBadge/ReplyBadge.styles.scss +0 -47
- package/src/components/TableChat/components/TableChatRightSection/TableChatRightSection.jsx +0 -1340
- package/src/components/TableChat/components/TableChatRightSection/TableChatRightSection.styles.scss +0 -147
- package/src/components/TableChat/components/TextEditor/EditorToolbar.jsx +0 -209
- package/src/components/TableChat/components/TextEditor/EditorToolbar.styles.scss +0 -61
- package/src/components/TableChat/components/TextEditor/Mention.jsx +0 -234
- package/src/components/TableChat/components/TextEditor/MentionList.jsx +0 -118
- package/src/components/TableChat/components/TextEditor/MentionList.scss +0 -146
- package/src/components/TableChat/components/TextEditor/styles.scss +0 -278
- package/src/components/TableChat/components/TextEditor/suggestion.js +0 -124
- package/src/components/TableChat/components/chatConfig.js +0 -64
- package/src/components/TableChat/hooks/useInfiniteScroll.js +0 -256
- package/src/components/TableOld/AgGridHeader.js +0 -545
- package/src/components/TableOld/Table.styles.scss +0 -2192
- package/src/components/TableOld/actionBar.js +0 -43
- package/src/components/TableOld/index.js +0 -598
- package/src/components/TableOld/mockData.js +0 -1344
- package/src/components/TableOld/tableFunctions.js +0 -1734
- package/src/components/TableOld/tableHeader.js +0 -251
- package/src/components/TableOld/tableIcons.js +0 -61
- package/src/components/TableOld/tablePagination.js +0 -64
- package/src/components/TableOld/tableSettings.js +0 -166
- package/src/components/Tabs/Tabs.styles.scss +0 -120
- package/src/components/Tabs/index.js +0 -91
- package/src/components/Tabs/tabPanel.js +0 -38
- package/src/components/Tag/Tags.styles.scss +0 -71
- package/src/components/Tag/filled.js +0 -48
- package/src/components/Tag/index.js +0 -54
- package/src/components/Tag/solid.js +0 -47
- package/src/components/Tag/stroke.js +0 -47
- package/src/components/Tag/utils.js +0 -12
- package/src/components/TagGroup/TagGroup.styles.scss +0 -7
- package/src/components/TagGroup/index.js +0 -6
- package/src/components/TextArea/TextArea.styles.scss +0 -158
- package/src/components/TextArea/index.js +0 -121
- package/src/components/Toast/Toast.styles.scss +0 -66
- package/src/components/Toast/index.js +0 -35
- package/src/components/Tooltip/Tooltips.styles.scss +0 -111
- package/src/components/Tooltip/index.js +0 -68
- package/src/components/common/HelperText/HelperText.styles.scss +0 -18
- package/src/components/common/HelperText/index.js +0 -44
- package/src/components/common/MentionEditor/MentionEditor.styles.scss +0 -301
- package/src/components/common/MentionEditor/MentionList/MentionList.styles.scss +0 -146
- package/src/components/common/MentionEditor/MentionList/index.js +0 -130
- package/src/components/common/MentionEditor/index.js +0 -246
- package/src/components/common/MentionEditor/suggestion.js +0 -124
- package/src/components/index.js +0 -53
- package/src/stories/Accordion.stories.js +0 -151
- package/src/stories/AccordionModern.stories.js +0 -263
- package/src/stories/Alert.stories.js +0 -103
- package/src/stories/Avatar.stories.js +0 -79
- package/src/stories/Badge.stories.js +0 -112
- package/src/stories/BottomSheet.stories.js +0 -224
- package/src/stories/Breadcrumbs.stories.js +0 -143
- package/src/stories/Button.stories.js +0 -190
- package/src/stories/ButtonGroup.stories.js +0 -123
- package/src/stories/Card.stories.js +0 -73
- package/src/stories/Changelog.mdx +0 -1006
- package/src/stories/Chart.stories.js +0 -2017
- package/src/stories/ChatBot.stories.js +0 -668
- package/src/stories/Checkbox.stories.js +0 -209
- package/src/stories/Chips.stories.js +0 -106
- package/src/stories/CreateItemFlow.stories.js +0 -255
- package/src/stories/DatePicker.stories.js +0 -311
- package/src/stories/DateRangePicker.stories.js +0 -364
- package/src/stories/EmptyState.stories.js +0 -110
- package/src/stories/FileUpload.stories.js +0 -169
- package/src/stories/FilterPanel.stories.js +0 -309
- package/src/stories/FiltersStrip.stories.js +0 -244
- package/src/stories/GettingStarted.mdx +0 -153
- package/src/stories/Header.stories.js +0 -185
- package/src/stories/HomePage.stories.js +0 -201
- package/src/stories/Input.stories.js +0 -165
- package/src/stories/Loader.stories.js +0 -33
- package/src/stories/Menu.stories.js +0 -309
- package/src/stories/Modal.stories.js +0 -185
- package/src/stories/MonthPicker.stories.js +0 -313
- package/src/stories/MonthRangePicker.stories.js +0 -255
- package/src/stories/Notification.stories.js +0 -500
- package/src/stories/Panel.stories.js +0 -179
- package/src/stories/Popover.stories.js +0 -125
- package/src/stories/ProgressBar.stories.js +0 -93
- package/src/stories/Prompt.stories.js +0 -120
- package/src/stories/RadioButtonGroup.stories.js +0 -83
- package/src/stories/Select.stories.js +0 -753
- package/src/stories/Sidebar.stories.js +0 -177
- package/src/stories/Slider.stories.js +0 -226
- package/src/stories/Stepper.stories.js +0 -158
- package/src/stories/Switch.stories.js +0 -72
- package/src/stories/Table.stories.js +0 -4323
- package/src/stories/TableChat.mdx +0 -992
- package/src/stories/TableChat.stories.js +0 -1712
- package/src/stories/TableOld.stories.js +0 -954
- package/src/stories/Tabs.stories.js +0 -253
- package/src/stories/Tag.stories.js +0 -92
- package/src/stories/TagGroup.stories.js +0 -39
- package/src/stories/TextArea.stories.js +0 -148
- package/src/stories/Toast.stories.js +0 -113
- package/src/stories/Tooltip.stories.js +0 -86
- package/src/stories/storybookLinks.mdx +0 -20
|
@@ -1,1344 +0,0 @@
|
|
|
1
|
-
export const carsData = [
|
|
2
|
-
{
|
|
3
|
-
make: "Tesla",
|
|
4
|
-
model: "Model Y",
|
|
5
|
-
price: 64950,
|
|
6
|
-
electric: true,
|
|
7
|
-
electric0: true,
|
|
8
|
-
electric1: "himanshu",
|
|
9
|
-
electric2: "Patel",
|
|
10
|
-
electric3: "Bangalore",
|
|
11
|
-
electric4: "Karnataka",
|
|
12
|
-
electric5: "India",
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
make: "Ford",
|
|
16
|
-
model: "F-Series",
|
|
17
|
-
price: 33850,
|
|
18
|
-
electric: true,
|
|
19
|
-
electric0: true,
|
|
20
|
-
electric1: "himanshu",
|
|
21
|
-
electric2: "Patel",
|
|
22
|
-
electric3: "Bangalore",
|
|
23
|
-
electric4: "Karnataka",
|
|
24
|
-
electric5: "India",
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
make: "maruti",
|
|
28
|
-
model: "dhoni",
|
|
29
|
-
price: 29600,
|
|
30
|
-
electric: true,
|
|
31
|
-
electric0: true,
|
|
32
|
-
electric1: "himanshu",
|
|
33
|
-
electric2: "Patel",
|
|
34
|
-
electric3: "Bangalore",
|
|
35
|
-
electric4: "Karnataka",
|
|
36
|
-
electric5: "India",
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
make: "Toyota",
|
|
40
|
-
model: "dhoni",
|
|
41
|
-
price: 29600,
|
|
42
|
-
electric: true,
|
|
43
|
-
electric0: true,
|
|
44
|
-
electric1: "kunal",
|
|
45
|
-
electric2: "Patel",
|
|
46
|
-
electric3: "Bangalore",
|
|
47
|
-
electric4: "Karnataka",
|
|
48
|
-
electric5: "India",
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
make: "Toyota",
|
|
52
|
-
model: "dhoni",
|
|
53
|
-
price: 29600,
|
|
54
|
-
electric: true,
|
|
55
|
-
electric0: true,
|
|
56
|
-
electric1: "kunal",
|
|
57
|
-
electric2: "Patel",
|
|
58
|
-
electric3: "Bangalore",
|
|
59
|
-
electric4: "Karnataka",
|
|
60
|
-
electric5: "India",
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
make: "Toyota",
|
|
64
|
-
model: "Corolla",
|
|
65
|
-
price: 29600,
|
|
66
|
-
electric: true,
|
|
67
|
-
electric0: true,
|
|
68
|
-
electric1: "kunal",
|
|
69
|
-
electric2: "Patel",
|
|
70
|
-
electric3: "Bangalore",
|
|
71
|
-
electric4: "Karnataka",
|
|
72
|
-
electric5: "India",
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
make: "Toyota",
|
|
76
|
-
model: "Corolla",
|
|
77
|
-
price: 29600,
|
|
78
|
-
electric: true,
|
|
79
|
-
electric0: true,
|
|
80
|
-
electric1: "kunal",
|
|
81
|
-
electric2: "Patel",
|
|
82
|
-
electric3: "Bangalore",
|
|
83
|
-
electric4: "Karnataka",
|
|
84
|
-
electric5: "India",
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
make: "Toyota",
|
|
88
|
-
model: "Corolla",
|
|
89
|
-
price: 29600,
|
|
90
|
-
electric: true,
|
|
91
|
-
electric0: true,
|
|
92
|
-
electric1: "kunal",
|
|
93
|
-
electric2: "Patel",
|
|
94
|
-
electric3: "Bangalore",
|
|
95
|
-
electric4: "Karnataka",
|
|
96
|
-
electric5: "India",
|
|
97
|
-
},
|
|
98
|
-
];
|
|
99
|
-
|
|
100
|
-
export const olympicData = [
|
|
101
|
-
{
|
|
102
|
-
athlete: "Michael Phelps",
|
|
103
|
-
age: 23,
|
|
104
|
-
country: "United States",
|
|
105
|
-
year: 2008,
|
|
106
|
-
date: "24/08/2008",
|
|
107
|
-
sport: "Swimming",
|
|
108
|
-
gold: 8,
|
|
109
|
-
silver: 0,
|
|
110
|
-
bronze: 0,
|
|
111
|
-
total: 8,
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
athlete: "Michael Phelps",
|
|
115
|
-
age: 19,
|
|
116
|
-
country: "United States",
|
|
117
|
-
year: 2004,
|
|
118
|
-
date: "29/08/2004",
|
|
119
|
-
sport: "Swimming",
|
|
120
|
-
gold: 6,
|
|
121
|
-
silver: 0,
|
|
122
|
-
bronze: 2,
|
|
123
|
-
total: 8,
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
athlete: "Michael Phelps",
|
|
127
|
-
age: 27,
|
|
128
|
-
country: "United States",
|
|
129
|
-
year: 2012,
|
|
130
|
-
date: "12/08/2012",
|
|
131
|
-
sport: "Swimming",
|
|
132
|
-
gold: 4,
|
|
133
|
-
silver: 2,
|
|
134
|
-
bronze: 0,
|
|
135
|
-
total: 6,
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
athlete: "Natalie Coughlin",
|
|
139
|
-
age: 25,
|
|
140
|
-
country: "United States",
|
|
141
|
-
year: 2008,
|
|
142
|
-
date: "24/08/2008",
|
|
143
|
-
sport: "Swimming",
|
|
144
|
-
gold: 1,
|
|
145
|
-
silver: 2,
|
|
146
|
-
bronze: 3,
|
|
147
|
-
total: 6,
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
athlete: "Aleksey Nemov",
|
|
151
|
-
age: 24,
|
|
152
|
-
country: "Russia",
|
|
153
|
-
year: 2000,
|
|
154
|
-
date: "01/10/2000",
|
|
155
|
-
sport: "Gymnastics",
|
|
156
|
-
gold: 2,
|
|
157
|
-
silver: 1,
|
|
158
|
-
bronze: 3,
|
|
159
|
-
total: 6,
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
athlete: "Alicia Coutts",
|
|
163
|
-
age: 24,
|
|
164
|
-
country: "Australia",
|
|
165
|
-
year: 2012,
|
|
166
|
-
date: "12/08/2012",
|
|
167
|
-
sport: "Swimming",
|
|
168
|
-
gold: 1,
|
|
169
|
-
silver: 3,
|
|
170
|
-
bronze: 1,
|
|
171
|
-
total: 5,
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
athlete: "Missy Franklin",
|
|
175
|
-
age: 17,
|
|
176
|
-
country: "United States",
|
|
177
|
-
year: 2012,
|
|
178
|
-
date: "12/08/2012",
|
|
179
|
-
sport: "Swimming",
|
|
180
|
-
gold: 4,
|
|
181
|
-
silver: 0,
|
|
182
|
-
bronze: 1,
|
|
183
|
-
total: 5,
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
athlete: "Ryan Lochte",
|
|
187
|
-
age: 27,
|
|
188
|
-
country: "United States",
|
|
189
|
-
year: 2012,
|
|
190
|
-
date: "12/08/2012",
|
|
191
|
-
sport: "Swimming",
|
|
192
|
-
gold: 2,
|
|
193
|
-
silver: 2,
|
|
194
|
-
bronze: 1,
|
|
195
|
-
total: 5,
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
athlete: "Allison Schmitt",
|
|
199
|
-
age: 22,
|
|
200
|
-
country: "United States",
|
|
201
|
-
year: 2012,
|
|
202
|
-
date: "12/08/2012",
|
|
203
|
-
sport: "Swimming",
|
|
204
|
-
gold: 3,
|
|
205
|
-
silver: 1,
|
|
206
|
-
bronze: 1,
|
|
207
|
-
total: 5,
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
athlete: "Natalie Coughlin",
|
|
211
|
-
age: 21,
|
|
212
|
-
country: "United States",
|
|
213
|
-
year: 2004,
|
|
214
|
-
date: "29/08/2004",
|
|
215
|
-
sport: "Swimming",
|
|
216
|
-
gold: 2,
|
|
217
|
-
silver: 2,
|
|
218
|
-
bronze: 1,
|
|
219
|
-
total: 5,
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
athlete: "Ian Thorpe",
|
|
223
|
-
age: 17,
|
|
224
|
-
country: "Australia",
|
|
225
|
-
year: 2000,
|
|
226
|
-
date: "01/10/2000",
|
|
227
|
-
sport: "Swimming",
|
|
228
|
-
gold: 3,
|
|
229
|
-
silver: 2,
|
|
230
|
-
bronze: 0,
|
|
231
|
-
total: 5,
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
athlete: "Dara Torres",
|
|
235
|
-
age: 33,
|
|
236
|
-
country: "United States",
|
|
237
|
-
year: 2000,
|
|
238
|
-
date: "01/10/2000",
|
|
239
|
-
sport: "Swimming",
|
|
240
|
-
gold: 2,
|
|
241
|
-
silver: 0,
|
|
242
|
-
bronze: 3,
|
|
243
|
-
total: 5,
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
athlete: "Cindy Klassen",
|
|
247
|
-
age: 26,
|
|
248
|
-
country: "Canada",
|
|
249
|
-
year: 2006,
|
|
250
|
-
date: "26/02/2006",
|
|
251
|
-
sport: "Speed Skating",
|
|
252
|
-
gold: 1,
|
|
253
|
-
silver: 2,
|
|
254
|
-
bronze: 2,
|
|
255
|
-
total: 5,
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
athlete: "Nastia Liukin",
|
|
259
|
-
age: 18,
|
|
260
|
-
country: "United States",
|
|
261
|
-
year: 2008,
|
|
262
|
-
date: "24/08/2008",
|
|
263
|
-
sport: "Gymnastics",
|
|
264
|
-
gold: 1,
|
|
265
|
-
silver: 3,
|
|
266
|
-
bronze: 1,
|
|
267
|
-
total: 5,
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
athlete: "Marit Bjørgen",
|
|
271
|
-
age: 29,
|
|
272
|
-
country: "Norway",
|
|
273
|
-
year: 2010,
|
|
274
|
-
date: "28/02/2010",
|
|
275
|
-
sport: "Cross Country Skiing",
|
|
276
|
-
gold: 3,
|
|
277
|
-
silver: 1,
|
|
278
|
-
bronze: 1,
|
|
279
|
-
total: 5,
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
athlete: "Sun Yang",
|
|
283
|
-
age: 20,
|
|
284
|
-
country: "China",
|
|
285
|
-
year: 2012,
|
|
286
|
-
date: "12/08/2012",
|
|
287
|
-
sport: "Swimming",
|
|
288
|
-
gold: 2,
|
|
289
|
-
silver: 1,
|
|
290
|
-
bronze: 1,
|
|
291
|
-
total: 4,
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
athlete: "Kirsty Coventry",
|
|
295
|
-
age: 24,
|
|
296
|
-
country: "Zimbabwe",
|
|
297
|
-
year: 2008,
|
|
298
|
-
date: "24/08/2008",
|
|
299
|
-
sport: "Swimming",
|
|
300
|
-
gold: 1,
|
|
301
|
-
silver: 3,
|
|
302
|
-
bronze: 0,
|
|
303
|
-
total: 4,
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
athlete: "Libby Lenton-Trickett",
|
|
307
|
-
age: 23,
|
|
308
|
-
country: "Australia",
|
|
309
|
-
year: 2008,
|
|
310
|
-
date: "24/08/2008",
|
|
311
|
-
sport: "Swimming",
|
|
312
|
-
gold: 2,
|
|
313
|
-
silver: 1,
|
|
314
|
-
bronze: 1,
|
|
315
|
-
total: 4,
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
athlete: "Ryan Lochte",
|
|
319
|
-
age: 24,
|
|
320
|
-
country: "United States",
|
|
321
|
-
year: 2008,
|
|
322
|
-
date: "24/08/2008",
|
|
323
|
-
sport: "Swimming",
|
|
324
|
-
gold: 2,
|
|
325
|
-
silver: 0,
|
|
326
|
-
bronze: 2,
|
|
327
|
-
total: 4,
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
athlete: "Inge de Bruijn",
|
|
331
|
-
age: 30,
|
|
332
|
-
country: "Netherlands",
|
|
333
|
-
year: 2004,
|
|
334
|
-
date: "29/08/2004",
|
|
335
|
-
sport: "Swimming",
|
|
336
|
-
gold: 1,
|
|
337
|
-
silver: 1,
|
|
338
|
-
bronze: 2,
|
|
339
|
-
total: 4,
|
|
340
|
-
},
|
|
341
|
-
];
|
|
342
|
-
|
|
343
|
-
export const masterData = [
|
|
344
|
-
{
|
|
345
|
-
name: "Nora Thomas",
|
|
346
|
-
account: 177000,
|
|
347
|
-
calls: 24,
|
|
348
|
-
minutes: 25.65,
|
|
349
|
-
callRecords: [
|
|
350
|
-
{
|
|
351
|
-
name: "susan",
|
|
352
|
-
callId: 555,
|
|
353
|
-
duration: 72,
|
|
354
|
-
switchCode: "SW3",
|
|
355
|
-
direction: "Out",
|
|
356
|
-
number: "(00) 88542069",
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
name: "susan",
|
|
360
|
-
callId: 556,
|
|
361
|
-
duration: 61,
|
|
362
|
-
switchCode: "SW3",
|
|
363
|
-
direction: "In",
|
|
364
|
-
number: "(01) 7432576",
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
name: "susan",
|
|
368
|
-
callId: 557,
|
|
369
|
-
duration: 90,
|
|
370
|
-
switchCode: "SW5",
|
|
371
|
-
direction: "In",
|
|
372
|
-
number: "(09) 76105491",
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
name: "susan",
|
|
376
|
-
callId: 558,
|
|
377
|
-
duration: 83,
|
|
378
|
-
switchCode: "SW5",
|
|
379
|
-
direction: "In",
|
|
380
|
-
number: "(03) 72020613",
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
name: "susan",
|
|
384
|
-
callId: 559,
|
|
385
|
-
duration: 94,
|
|
386
|
-
switchCode: "SW1",
|
|
387
|
-
direction: "In",
|
|
388
|
-
number: "(04) 98295709",
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
name: "susan",
|
|
392
|
-
callId: 560,
|
|
393
|
-
duration: 102,
|
|
394
|
-
switchCode: "SW2",
|
|
395
|
-
direction: "Out",
|
|
396
|
-
number: "(07) 96771309",
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
name: "susan",
|
|
400
|
-
callId: 561,
|
|
401
|
-
duration: 22,
|
|
402
|
-
switchCode: "SW3",
|
|
403
|
-
direction: "Out",
|
|
404
|
-
number: "(08) 38428058",
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
name: "susan",
|
|
408
|
-
callId: 562,
|
|
409
|
-
duration: 88,
|
|
410
|
-
switchCode: "SW2",
|
|
411
|
-
direction: "Out",
|
|
412
|
-
number: "(02) 70137438",
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
name: "susan",
|
|
416
|
-
callId: 563,
|
|
417
|
-
duration: 77,
|
|
418
|
-
switchCode: "SW5",
|
|
419
|
-
direction: "In",
|
|
420
|
-
number: "(06) 48756154",
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
name: "susan",
|
|
424
|
-
callId: 564,
|
|
425
|
-
duration: 85,
|
|
426
|
-
switchCode: "SW5",
|
|
427
|
-
direction: "Out",
|
|
428
|
-
number: "(00) 11319412",
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
name: "susan",
|
|
432
|
-
callId: 565,
|
|
433
|
-
duration: 82,
|
|
434
|
-
switchCode: "SW1",
|
|
435
|
-
direction: "In",
|
|
436
|
-
number: "(02) 37557264",
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
name: "susan",
|
|
440
|
-
callId: 566,
|
|
441
|
-
duration: 75,
|
|
442
|
-
switchCode: "SW4",
|
|
443
|
-
direction: "In",
|
|
444
|
-
number: "(00) 94729563",
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
name: "susan",
|
|
448
|
-
callId: 567,
|
|
449
|
-
duration: 46,
|
|
450
|
-
switchCode: "SW0",
|
|
451
|
-
direction: "In",
|
|
452
|
-
number: "(09) 20489000",
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
name: "susan",
|
|
456
|
-
callId: 568,
|
|
457
|
-
duration: 90,
|
|
458
|
-
switchCode: "SW0",
|
|
459
|
-
direction: "In",
|
|
460
|
-
number: "(04) 90652096",
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
name: "susan",
|
|
464
|
-
callId: 569,
|
|
465
|
-
duration: 49,
|
|
466
|
-
switchCode: "SW2",
|
|
467
|
-
direction: "In",
|
|
468
|
-
number: "(00) 73342113",
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
name: "susan",
|
|
472
|
-
callId: 570,
|
|
473
|
-
duration: 40,
|
|
474
|
-
switchCode: "SW0",
|
|
475
|
-
direction: "Out",
|
|
476
|
-
number: "(01) 79831695",
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
name: "susan",
|
|
480
|
-
callId: 571,
|
|
481
|
-
duration: 105,
|
|
482
|
-
switchCode: "SW8",
|
|
483
|
-
direction: "In",
|
|
484
|
-
number: "(03) 28694433",
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
name: "susan",
|
|
488
|
-
callId: 572,
|
|
489
|
-
duration: 64,
|
|
490
|
-
switchCode: "SW9",
|
|
491
|
-
direction: "In",
|
|
492
|
-
number: "(03) 8705515",
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
name: "susan",
|
|
496
|
-
callId: 573,
|
|
497
|
-
duration: 44,
|
|
498
|
-
switchCode: "SW7",
|
|
499
|
-
direction: "In",
|
|
500
|
-
number: "(01) 180304",
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
name: "susan",
|
|
504
|
-
callId: 574,
|
|
505
|
-
duration: 24,
|
|
506
|
-
switchCode: "SW4",
|
|
507
|
-
direction: "In",
|
|
508
|
-
number: "(05) 33983060",
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
name: "susan",
|
|
512
|
-
callId: 575,
|
|
513
|
-
duration: 40,
|
|
514
|
-
switchCode: "SW1",
|
|
515
|
-
direction: "In",
|
|
516
|
-
number: "(02) 4129807",
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
name: "susan",
|
|
520
|
-
callId: 576,
|
|
521
|
-
duration: 24,
|
|
522
|
-
switchCode: "SW9",
|
|
523
|
-
direction: "Out",
|
|
524
|
-
number: "(01) 89806499",
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
name: "susan",
|
|
528
|
-
callId: 577,
|
|
529
|
-
duration: 36,
|
|
530
|
-
switchCode: "SW5",
|
|
531
|
-
direction: "In",
|
|
532
|
-
number: "(09) 13139104",
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
name: "susan",
|
|
536
|
-
callId: 578,
|
|
537
|
-
duration: 46,
|
|
538
|
-
switchCode: "SW6",
|
|
539
|
-
direction: "In",
|
|
540
|
-
number: "(06) 8486087",
|
|
541
|
-
},
|
|
542
|
-
],
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
name: "Mila Smith",
|
|
546
|
-
account: 177001,
|
|
547
|
-
calls: 24,
|
|
548
|
-
minutes: 26.216666666666665,
|
|
549
|
-
callRecords: [
|
|
550
|
-
{
|
|
551
|
-
name: "susan",
|
|
552
|
-
callId: 579,
|
|
553
|
-
duration: 23,
|
|
554
|
-
switchCode: "SW5",
|
|
555
|
-
direction: "Out",
|
|
556
|
-
number: "(02) 47485405",
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
name: "susan",
|
|
560
|
-
callId: 580,
|
|
561
|
-
duration: 52,
|
|
562
|
-
switchCode: "SW3",
|
|
563
|
-
direction: "In",
|
|
564
|
-
number: "(02) 32367069",
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
name: "susan",
|
|
568
|
-
callId: 581,
|
|
569
|
-
duration: 39,
|
|
570
|
-
switchCode: "SW7",
|
|
571
|
-
direction: "Out",
|
|
572
|
-
number: "(07) 13532649",
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
name: "susan",
|
|
576
|
-
callId: 582,
|
|
577
|
-
duration: 51,
|
|
578
|
-
switchCode: "SW6",
|
|
579
|
-
direction: "Out",
|
|
580
|
-
number: "(08) 45645627",
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
name: "susan",
|
|
584
|
-
callId: 583,
|
|
585
|
-
duration: 33,
|
|
586
|
-
switchCode: "SW3",
|
|
587
|
-
direction: "In",
|
|
588
|
-
number: "(07) 40017516",
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
name: "susan",
|
|
592
|
-
callId: 584,
|
|
593
|
-
duration: 22,
|
|
594
|
-
switchCode: "SW4",
|
|
595
|
-
direction: "In",
|
|
596
|
-
number: "(01) 92370908",
|
|
597
|
-
},
|
|
598
|
-
{
|
|
599
|
-
name: "susan",
|
|
600
|
-
callId: 585,
|
|
601
|
-
duration: 68,
|
|
602
|
-
switchCode: "SW3",
|
|
603
|
-
direction: "In",
|
|
604
|
-
number: "(05) 30156166",
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
name: "susan",
|
|
608
|
-
callId: 586,
|
|
609
|
-
duration: 119,
|
|
610
|
-
switchCode: "SW6",
|
|
611
|
-
direction: "In",
|
|
612
|
-
number: "(01) 52582587",
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
name: "susan",
|
|
616
|
-
callId: 587,
|
|
617
|
-
duration: 21,
|
|
618
|
-
switchCode: "SW8",
|
|
619
|
-
direction: "In",
|
|
620
|
-
number: "(05) 10830657",
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
name: "susan",
|
|
624
|
-
callId: 588,
|
|
625
|
-
duration: 109,
|
|
626
|
-
switchCode: "SW9",
|
|
627
|
-
direction: "In",
|
|
628
|
-
number: "(05) 10815312",
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
name: "susan",
|
|
632
|
-
callId: 589,
|
|
633
|
-
duration: 39,
|
|
634
|
-
switchCode: "SW7",
|
|
635
|
-
direction: "Out",
|
|
636
|
-
number: "(05) 89618828",
|
|
637
|
-
},
|
|
638
|
-
{
|
|
639
|
-
name: "susan",
|
|
640
|
-
callId: 590,
|
|
641
|
-
duration: 108,
|
|
642
|
-
switchCode: "SW3",
|
|
643
|
-
direction: "Out",
|
|
644
|
-
number: "(09) 15893215",
|
|
645
|
-
},
|
|
646
|
-
{
|
|
647
|
-
name: "susan",
|
|
648
|
-
callId: 591,
|
|
649
|
-
duration: 33,
|
|
650
|
-
switchCode: "SW9",
|
|
651
|
-
direction: "Out",
|
|
652
|
-
number: "(03) 24536100",
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
name: "susan",
|
|
656
|
-
callId: 592,
|
|
657
|
-
duration: 93,
|
|
658
|
-
switchCode: "SW9",
|
|
659
|
-
direction: "Out",
|
|
660
|
-
number: "(02) 80845157",
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
name: "susan",
|
|
664
|
-
callId: 593,
|
|
665
|
-
duration: 114,
|
|
666
|
-
switchCode: "SW6",
|
|
667
|
-
direction: "In",
|
|
668
|
-
number: "(03) 3221324",
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
name: "susan",
|
|
672
|
-
callId: 594,
|
|
673
|
-
duration: 26,
|
|
674
|
-
switchCode: "SW2",
|
|
675
|
-
direction: "Out",
|
|
676
|
-
number: "(03) 15136907",
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
name: "susan",
|
|
680
|
-
callId: 595,
|
|
681
|
-
duration: 109,
|
|
682
|
-
switchCode: "SW2",
|
|
683
|
-
direction: "In",
|
|
684
|
-
number: "(08) 36133013",
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
name: "susan",
|
|
688
|
-
callId: 596,
|
|
689
|
-
duration: 82,
|
|
690
|
-
switchCode: "SW2",
|
|
691
|
-
direction: "In",
|
|
692
|
-
number: "(09) 25025760",
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
name: "susan",
|
|
696
|
-
callId: 597,
|
|
697
|
-
duration: 100,
|
|
698
|
-
switchCode: "SW3",
|
|
699
|
-
direction: "Out",
|
|
700
|
-
number: "(02) 2011270",
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
name: "susan",
|
|
704
|
-
callId: 598,
|
|
705
|
-
duration: 49,
|
|
706
|
-
switchCode: "SW4",
|
|
707
|
-
direction: "Out",
|
|
708
|
-
number: "(09) 37470979",
|
|
709
|
-
},
|
|
710
|
-
{
|
|
711
|
-
name: "susan",
|
|
712
|
-
callId: 599,
|
|
713
|
-
duration: 43,
|
|
714
|
-
switchCode: "SW8",
|
|
715
|
-
direction: "In",
|
|
716
|
-
number: "(01) 56297516",
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
name: "susan",
|
|
720
|
-
callId: 600,
|
|
721
|
-
duration: 99,
|
|
722
|
-
switchCode: "SW2",
|
|
723
|
-
direction: "In",
|
|
724
|
-
number: "(00) 30313801",
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
name: "susan",
|
|
728
|
-
callId: 601,
|
|
729
|
-
duration: 95,
|
|
730
|
-
switchCode: "SW4",
|
|
731
|
-
direction: "In",
|
|
732
|
-
number: "(01) 75205393",
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
name: "susan",
|
|
736
|
-
callId: 602,
|
|
737
|
-
duration: 46,
|
|
738
|
-
switchCode: "SW0",
|
|
739
|
-
direction: "In",
|
|
740
|
-
number: "(09) 48865412",
|
|
741
|
-
},
|
|
742
|
-
],
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
name: "Evelyn Taylor",
|
|
746
|
-
account: 177002,
|
|
747
|
-
calls: 25,
|
|
748
|
-
minutes: 30.633333333333333,
|
|
749
|
-
callRecords: [
|
|
750
|
-
{
|
|
751
|
-
name: "susan",
|
|
752
|
-
callId: 603,
|
|
753
|
-
duration: 80,
|
|
754
|
-
switchCode: "SW8",
|
|
755
|
-
direction: "Out",
|
|
756
|
-
number: "(05) 35713044",
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
name: "susan",
|
|
760
|
-
callId: 604,
|
|
761
|
-
duration: 33,
|
|
762
|
-
switchCode: "SW2",
|
|
763
|
-
direction: "Out",
|
|
764
|
-
number: "(01) 66861341",
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
name: "susan",
|
|
768
|
-
callId: 605,
|
|
769
|
-
duration: 118,
|
|
770
|
-
switchCode: "SW4",
|
|
771
|
-
direction: "Out",
|
|
772
|
-
number: "(03) 97264924",
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
name: "susan",
|
|
776
|
-
callId: 606,
|
|
777
|
-
duration: 48,
|
|
778
|
-
switchCode: "SW7",
|
|
779
|
-
direction: "In",
|
|
780
|
-
number: "(06) 737384",
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
name: "susan",
|
|
784
|
-
callId: 607,
|
|
785
|
-
duration: 58,
|
|
786
|
-
switchCode: "SW4",
|
|
787
|
-
direction: "Out",
|
|
788
|
-
number: "(03) 64513785",
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
name: "susan",
|
|
792
|
-
callId: 608,
|
|
793
|
-
duration: 100,
|
|
794
|
-
switchCode: "SW3",
|
|
795
|
-
direction: "In",
|
|
796
|
-
number: "(04) 83820843",
|
|
797
|
-
},
|
|
798
|
-
{
|
|
799
|
-
name: "susan",
|
|
800
|
-
callId: 609,
|
|
801
|
-
duration: 32,
|
|
802
|
-
switchCode: "SW2",
|
|
803
|
-
direction: "In",
|
|
804
|
-
number: "(00) 98227161",
|
|
805
|
-
},
|
|
806
|
-
{
|
|
807
|
-
name: "susan",
|
|
808
|
-
callId: 610,
|
|
809
|
-
duration: 47,
|
|
810
|
-
switchCode: "SW7",
|
|
811
|
-
direction: "Out",
|
|
812
|
-
number: "(05) 79915723",
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
name: "susan",
|
|
816
|
-
callId: 611,
|
|
817
|
-
duration: 108,
|
|
818
|
-
switchCode: "SW1",
|
|
819
|
-
direction: "Out",
|
|
820
|
-
number: "(03) 21154598",
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
name: "susan",
|
|
824
|
-
callId: 612,
|
|
825
|
-
duration: 116,
|
|
826
|
-
switchCode: "SW5",
|
|
827
|
-
direction: "Out",
|
|
828
|
-
number: "(01) 59298612",
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
name: "susan",
|
|
832
|
-
callId: 613,
|
|
833
|
-
duration: 36,
|
|
834
|
-
switchCode: "SW7",
|
|
835
|
-
direction: "Out",
|
|
836
|
-
number: "(07) 20546944",
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
name: "susan",
|
|
840
|
-
callId: 614,
|
|
841
|
-
duration: 94,
|
|
842
|
-
switchCode: "SW9",
|
|
843
|
-
direction: "Out",
|
|
844
|
-
number: "(08) 86946147",
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
name: "susan",
|
|
848
|
-
callId: 615,
|
|
849
|
-
duration: 38,
|
|
850
|
-
switchCode: "SW2",
|
|
851
|
-
direction: "In",
|
|
852
|
-
number: "(09) 44359896",
|
|
853
|
-
},
|
|
854
|
-
{
|
|
855
|
-
name: "susan",
|
|
856
|
-
callId: 616,
|
|
857
|
-
duration: 63,
|
|
858
|
-
switchCode: "SW9",
|
|
859
|
-
direction: "In",
|
|
860
|
-
number: "(08) 53677055",
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
name: "susan",
|
|
864
|
-
callId: 617,
|
|
865
|
-
duration: 85,
|
|
866
|
-
switchCode: "SW3",
|
|
867
|
-
direction: "Out",
|
|
868
|
-
number: "(03) 93644296",
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
name: "susan",
|
|
872
|
-
callId: 618,
|
|
873
|
-
duration: 53,
|
|
874
|
-
switchCode: "SW1",
|
|
875
|
-
direction: "In",
|
|
876
|
-
number: "(07) 62469867",
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
name: "susan",
|
|
880
|
-
callId: 619,
|
|
881
|
-
duration: 55,
|
|
882
|
-
switchCode: "SW4",
|
|
883
|
-
direction: "In",
|
|
884
|
-
number: "(09) 34894361",
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
name: "susan",
|
|
888
|
-
callId: 620,
|
|
889
|
-
duration: 80,
|
|
890
|
-
switchCode: "SW2",
|
|
891
|
-
direction: "Out",
|
|
892
|
-
number: "(04) 73077815",
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
name: "susan",
|
|
896
|
-
callId: 621,
|
|
897
|
-
duration: 75,
|
|
898
|
-
switchCode: "SW5",
|
|
899
|
-
direction: "In",
|
|
900
|
-
number: "(05) 9811378",
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
name: "susan",
|
|
904
|
-
callId: 622,
|
|
905
|
-
duration: 100,
|
|
906
|
-
switchCode: "SW5",
|
|
907
|
-
direction: "Out",
|
|
908
|
-
number: "(09) 15120539",
|
|
909
|
-
},
|
|
910
|
-
{
|
|
911
|
-
name: "susan",
|
|
912
|
-
callId: 623,
|
|
913
|
-
duration: 114,
|
|
914
|
-
switchCode: "SW6",
|
|
915
|
-
direction: "In",
|
|
916
|
-
number: "(00) 95177099",
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
name: "susan",
|
|
920
|
-
callId: 624,
|
|
921
|
-
duration: 78,
|
|
922
|
-
switchCode: "SW7",
|
|
923
|
-
direction: "In",
|
|
924
|
-
number: "(08) 69263227",
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
name: "susan",
|
|
928
|
-
callId: 625,
|
|
929
|
-
duration: 71,
|
|
930
|
-
switchCode: "SW8",
|
|
931
|
-
direction: "In",
|
|
932
|
-
number: "(04) 65395799",
|
|
933
|
-
},
|
|
934
|
-
{
|
|
935
|
-
name: "susan",
|
|
936
|
-
callId: 626,
|
|
937
|
-
duration: 117,
|
|
938
|
-
switchCode: "SW5",
|
|
939
|
-
direction: "In",
|
|
940
|
-
number: "(02) 7721832",
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
name: "susan",
|
|
944
|
-
callId: 627,
|
|
945
|
-
duration: 39,
|
|
946
|
-
switchCode: "SW8",
|
|
947
|
-
direction: "In",
|
|
948
|
-
number: "(04) 83980663",
|
|
949
|
-
},
|
|
950
|
-
],
|
|
951
|
-
},
|
|
952
|
-
{
|
|
953
|
-
name: "Harper Johnson",
|
|
954
|
-
account: 177003,
|
|
955
|
-
calls: 24,
|
|
956
|
-
minutes: 26.483333333333334,
|
|
957
|
-
callRecords: [
|
|
958
|
-
{
|
|
959
|
-
name: "susan",
|
|
960
|
-
callId: 628,
|
|
961
|
-
duration: 43,
|
|
962
|
-
switchCode: "SW6",
|
|
963
|
-
direction: "In",
|
|
964
|
-
number: "(03) 99309192",
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
name: "susan",
|
|
968
|
-
callId: 629,
|
|
969
|
-
duration: 117,
|
|
970
|
-
switchCode: "SW5",
|
|
971
|
-
direction: "Out",
|
|
972
|
-
number: "(08) 59342105",
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
name: "susan",
|
|
976
|
-
callId: 630,
|
|
977
|
-
duration: 31,
|
|
978
|
-
switchCode: "SW9",
|
|
979
|
-
direction: "Out",
|
|
980
|
-
number: "(08) 12325526",
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
name: "susan",
|
|
984
|
-
callId: 631,
|
|
985
|
-
duration: 47,
|
|
986
|
-
switchCode: "SW3",
|
|
987
|
-
direction: "Out",
|
|
988
|
-
number: "(05) 95756786",
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
name: "susan",
|
|
992
|
-
callId: 632,
|
|
993
|
-
duration: 88,
|
|
994
|
-
switchCode: "SW9",
|
|
995
|
-
direction: "Out",
|
|
996
|
-
number: "(08) 57663903",
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
name: "susan",
|
|
1000
|
-
callId: 633,
|
|
1001
|
-
duration: 48,
|
|
1002
|
-
switchCode: "SW9",
|
|
1003
|
-
direction: "In",
|
|
1004
|
-
number: "(05) 2223124",
|
|
1005
|
-
},
|
|
1006
|
-
{
|
|
1007
|
-
name: "susan",
|
|
1008
|
-
callId: 634,
|
|
1009
|
-
duration: 87,
|
|
1010
|
-
switchCode: "SW5",
|
|
1011
|
-
direction: "In",
|
|
1012
|
-
number: "(03) 91770582",
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
name: "susan",
|
|
1016
|
-
callId: 635,
|
|
1017
|
-
duration: 33,
|
|
1018
|
-
switchCode: "SW6",
|
|
1019
|
-
direction: "Out",
|
|
1020
|
-
number: "(05) 18642775",
|
|
1021
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
name: "susan",
|
|
1024
|
-
callId: 636,
|
|
1025
|
-
duration: 29,
|
|
1026
|
-
switchCode: "SW8",
|
|
1027
|
-
direction: "Out",
|
|
1028
|
-
number: "(02) 8142481",
|
|
1029
|
-
},
|
|
1030
|
-
{
|
|
1031
|
-
name: "susan",
|
|
1032
|
-
callId: 637,
|
|
1033
|
-
duration: 98,
|
|
1034
|
-
switchCode: "SW2",
|
|
1035
|
-
direction: "In",
|
|
1036
|
-
number: "(02) 60222030",
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
name: "susan",
|
|
1040
|
-
callId: 638,
|
|
1041
|
-
duration: 31,
|
|
1042
|
-
switchCode: "SW9",
|
|
1043
|
-
direction: "Out",
|
|
1044
|
-
number: "(05) 61042088",
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
name: "susan",
|
|
1048
|
-
callId: 639,
|
|
1049
|
-
duration: 54,
|
|
1050
|
-
switchCode: "SW5",
|
|
1051
|
-
direction: "In",
|
|
1052
|
-
number: "(02) 81673712",
|
|
1053
|
-
},
|
|
1054
|
-
{
|
|
1055
|
-
name: "susan",
|
|
1056
|
-
callId: 640,
|
|
1057
|
-
duration: 57,
|
|
1058
|
-
switchCode: "SW6",
|
|
1059
|
-
direction: "In",
|
|
1060
|
-
number: "(05) 53777339",
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
name: "susan",
|
|
1064
|
-
callId: 641,
|
|
1065
|
-
duration: 38,
|
|
1066
|
-
switchCode: "SW3",
|
|
1067
|
-
direction: "In",
|
|
1068
|
-
number: "(02) 19669515",
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
name: "susan",
|
|
1072
|
-
callId: 642,
|
|
1073
|
-
duration: 108,
|
|
1074
|
-
switchCode: "SW7",
|
|
1075
|
-
direction: "Out",
|
|
1076
|
-
number: "(08) 94952980",
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
name: "susan",
|
|
1080
|
-
callId: 643,
|
|
1081
|
-
duration: 84,
|
|
1082
|
-
switchCode: "SW9",
|
|
1083
|
-
direction: "Out",
|
|
1084
|
-
number: "(07) 27865463",
|
|
1085
|
-
},
|
|
1086
|
-
{
|
|
1087
|
-
name: "susan",
|
|
1088
|
-
callId: 644,
|
|
1089
|
-
duration: 85,
|
|
1090
|
-
switchCode: "SW7",
|
|
1091
|
-
direction: "In",
|
|
1092
|
-
number: "(04) 4150028",
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
name: "susan",
|
|
1096
|
-
callId: 645,
|
|
1097
|
-
duration: 41,
|
|
1098
|
-
switchCode: "SW3",
|
|
1099
|
-
direction: "Out",
|
|
1100
|
-
number: "(00) 34497134",
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
name: "susan",
|
|
1104
|
-
callId: 646,
|
|
1105
|
-
duration: 56,
|
|
1106
|
-
switchCode: "SW1",
|
|
1107
|
-
direction: "In",
|
|
1108
|
-
number: "(02) 14349051",
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
name: "susan",
|
|
1112
|
-
callId: 647,
|
|
1113
|
-
duration: 101,
|
|
1114
|
-
switchCode: "SW3",
|
|
1115
|
-
direction: "In",
|
|
1116
|
-
number: "(09) 72617109",
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
name: "susan",
|
|
1120
|
-
callId: 648,
|
|
1121
|
-
duration: 90,
|
|
1122
|
-
switchCode: "SW2",
|
|
1123
|
-
direction: "Out",
|
|
1124
|
-
number: "(04) 34028257",
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
name: "susan",
|
|
1128
|
-
callId: 649,
|
|
1129
|
-
duration: 47,
|
|
1130
|
-
switchCode: "SW5",
|
|
1131
|
-
direction: "In",
|
|
1132
|
-
number: "(00) 585245",
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
name: "susan",
|
|
1136
|
-
callId: 650,
|
|
1137
|
-
duration: 117,
|
|
1138
|
-
switchCode: "SW8",
|
|
1139
|
-
direction: "Out",
|
|
1140
|
-
number: "(08) 70074008",
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
name: "susan",
|
|
1144
|
-
callId: 651,
|
|
1145
|
-
duration: 59,
|
|
1146
|
-
switchCode: "SW0",
|
|
1147
|
-
direction: "In",
|
|
1148
|
-
number: "(06) 32750750",
|
|
1149
|
-
},
|
|
1150
|
-
],
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
name: "Addison Wilson",
|
|
1154
|
-
account: 177004,
|
|
1155
|
-
calls: 23,
|
|
1156
|
-
minutes: 24.4,
|
|
1157
|
-
callRecords: [
|
|
1158
|
-
{
|
|
1159
|
-
name: "susan",
|
|
1160
|
-
callId: 652,
|
|
1161
|
-
duration: 32,
|
|
1162
|
-
switchCode: "SW9",
|
|
1163
|
-
direction: "Out",
|
|
1164
|
-
number: "(04) 77524120",
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
name: "susan",
|
|
1168
|
-
callId: 653,
|
|
1169
|
-
duration: 44,
|
|
1170
|
-
switchCode: "SW3",
|
|
1171
|
-
direction: "Out",
|
|
1172
|
-
number: "(06) 477252",
|
|
1173
|
-
},
|
|
1174
|
-
{
|
|
1175
|
-
name: "susan",
|
|
1176
|
-
callId: 654,
|
|
1177
|
-
duration: 86,
|
|
1178
|
-
switchCode: "SW1",
|
|
1179
|
-
direction: "In",
|
|
1180
|
-
number: "(01) 15955397",
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
name: "susan",
|
|
1184
|
-
callId: 655,
|
|
1185
|
-
duration: 85,
|
|
1186
|
-
switchCode: "SW4",
|
|
1187
|
-
direction: "Out",
|
|
1188
|
-
number: "(07) 25298377",
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
name: "susan",
|
|
1192
|
-
callId: 656,
|
|
1193
|
-
duration: 71,
|
|
1194
|
-
switchCode: "SW5",
|
|
1195
|
-
direction: "In",
|
|
1196
|
-
number: "(07) 63477321",
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
name: "susan",
|
|
1200
|
-
callId: 657,
|
|
1201
|
-
duration: 72,
|
|
1202
|
-
switchCode: "SW6",
|
|
1203
|
-
direction: "Out",
|
|
1204
|
-
number: "(03) 22235015",
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
name: "susan",
|
|
1208
|
-
callId: 658,
|
|
1209
|
-
duration: 109,
|
|
1210
|
-
switchCode: "SW2",
|
|
1211
|
-
direction: "Out",
|
|
1212
|
-
number: "(09) 82619737",
|
|
1213
|
-
},
|
|
1214
|
-
{
|
|
1215
|
-
name: "susan",
|
|
1216
|
-
callId: 659,
|
|
1217
|
-
duration: 100,
|
|
1218
|
-
switchCode: "SW1",
|
|
1219
|
-
direction: "Out",
|
|
1220
|
-
number: "(09) 8153754",
|
|
1221
|
-
},
|
|
1222
|
-
{
|
|
1223
|
-
name: "susan",
|
|
1224
|
-
callId: 660,
|
|
1225
|
-
duration: 28,
|
|
1226
|
-
switchCode: "SW4",
|
|
1227
|
-
direction: "Out",
|
|
1228
|
-
number: "(04) 25341354",
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
name: "susan",
|
|
1232
|
-
callId: 661,
|
|
1233
|
-
duration: 50,
|
|
1234
|
-
switchCode: "SW2",
|
|
1235
|
-
direction: "Out",
|
|
1236
|
-
number: "(01) 76439655",
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
name: "susan",
|
|
1240
|
-
callId: 662,
|
|
1241
|
-
duration: 62,
|
|
1242
|
-
switchCode: "SW3",
|
|
1243
|
-
direction: "In",
|
|
1244
|
-
number: "(09) 66176396",
|
|
1245
|
-
},
|
|
1246
|
-
{
|
|
1247
|
-
name: "susan",
|
|
1248
|
-
callId: 663,
|
|
1249
|
-
duration: 65,
|
|
1250
|
-
switchCode: "SW8",
|
|
1251
|
-
direction: "In",
|
|
1252
|
-
number: "(04) 90800721",
|
|
1253
|
-
},
|
|
1254
|
-
{
|
|
1255
|
-
name: "susan",
|
|
1256
|
-
callId: 664,
|
|
1257
|
-
duration: 66,
|
|
1258
|
-
switchCode: "SW9",
|
|
1259
|
-
direction: "In",
|
|
1260
|
-
number: "(04) 91569849",
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
name: "susan",
|
|
1264
|
-
callId: 665,
|
|
1265
|
-
duration: 63,
|
|
1266
|
-
switchCode: "SW5",
|
|
1267
|
-
direction: "Out",
|
|
1268
|
-
number: "(07) 33873629",
|
|
1269
|
-
},
|
|
1270
|
-
{
|
|
1271
|
-
name: "susan",
|
|
1272
|
-
callId: 666,
|
|
1273
|
-
duration: 62,
|
|
1274
|
-
switchCode: "SW9",
|
|
1275
|
-
direction: "In",
|
|
1276
|
-
number: "(06) 66194544",
|
|
1277
|
-
},
|
|
1278
|
-
{
|
|
1279
|
-
name: "susan",
|
|
1280
|
-
callId: 667,
|
|
1281
|
-
duration: 34,
|
|
1282
|
-
switchCode: "SW8",
|
|
1283
|
-
direction: "In",
|
|
1284
|
-
number: "(03) 32839115",
|
|
1285
|
-
},
|
|
1286
|
-
{
|
|
1287
|
-
name: "susan",
|
|
1288
|
-
callId: 668,
|
|
1289
|
-
duration: 106,
|
|
1290
|
-
switchCode: "SW8",
|
|
1291
|
-
direction: "Out",
|
|
1292
|
-
number: "(01) 91033174",
|
|
1293
|
-
},
|
|
1294
|
-
{
|
|
1295
|
-
name: "susan",
|
|
1296
|
-
callId: 669,
|
|
1297
|
-
duration: 76,
|
|
1298
|
-
switchCode: "SW6",
|
|
1299
|
-
direction: "Out",
|
|
1300
|
-
number: "(06) 57975290",
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
name: "susan",
|
|
1304
|
-
callId: 670,
|
|
1305
|
-
duration: 44,
|
|
1306
|
-
switchCode: "SW0",
|
|
1307
|
-
direction: "In",
|
|
1308
|
-
number: "(01) 59390834",
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
name: "susan",
|
|
1312
|
-
callId: 671,
|
|
1313
|
-
duration: 96,
|
|
1314
|
-
switchCode: "SW2",
|
|
1315
|
-
direction: "In",
|
|
1316
|
-
number: "(07) 44947033",
|
|
1317
|
-
},
|
|
1318
|
-
{
|
|
1319
|
-
name: "susan",
|
|
1320
|
-
callId: 672,
|
|
1321
|
-
duration: 57,
|
|
1322
|
-
switchCode: "SW4",
|
|
1323
|
-
direction: "In",
|
|
1324
|
-
number: "(00) 71164015",
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
name: "susan",
|
|
1328
|
-
callId: 673,
|
|
1329
|
-
duration: 21,
|
|
1330
|
-
switchCode: "SW4",
|
|
1331
|
-
direction: "In",
|
|
1332
|
-
number: "(01) 35648857",
|
|
1333
|
-
},
|
|
1334
|
-
{
|
|
1335
|
-
name: "susan",
|
|
1336
|
-
callId: 674,
|
|
1337
|
-
duration: 35,
|
|
1338
|
-
switchCode: "SW4",
|
|
1339
|
-
direction: "Out",
|
|
1340
|
-
number: "(06) 44609564",
|
|
1341
|
-
},
|
|
1342
|
-
],
|
|
1343
|
-
},
|
|
1344
|
-
];
|