@burh/nuxt-core 1.0.404 → 1.0.406

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 (456) hide show
  1. package/.ebignore +25 -25
  2. package/.elasticbeanstalk/config.yml +18 -18
  3. package/.eslintrc.json +39 -39
  4. package/.gitlab-ci.yml +16 -16
  5. package/.vscode/settings.json +10 -10
  6. package/CHANGELOG.md +2 -2
  7. package/README.md +22 -22
  8. package/app.html +8 -8
  9. package/assets/css/font-awesome/css/font-awesome.css +2337 -2337
  10. package/assets/css/font-awesome/css/font-awesome.min.css +4 -4
  11. package/assets/css/font-awesome/fonts/fontawesome-webfont.svg +2671 -2671
  12. package/assets/css/nucleo/css/nucleo-svg.css +134 -134
  13. package/assets/css/nucleo/css/nucleo.css +572 -572
  14. package/assets/css/nucleo/fonts/nucleo-icons.svg +312 -312
  15. package/assets/css/variables.css +2 -2
  16. package/assets/images/burhCv.svg +6 -6
  17. package/assets/images/facebookCv.svg +3 -3
  18. package/assets/images/icons/facebook.svg +14 -14
  19. package/assets/images/icons/historicCv.svg +3 -3
  20. package/assets/images/icons/icon3.svg +3 -3
  21. package/assets/images/icons/icon4.svg +3 -3
  22. package/assets/images/icons/linkedin.svg +14 -14
  23. package/assets/images/icons/notesCv.svg +3 -3
  24. package/assets/images/icons/twitter.svg +14 -14
  25. package/assets/images/icons/whatsapp.svg +14 -14
  26. package/assets/images/linkedinCv.svg +3 -3
  27. package/assets/images/webCv.svg +4 -4
  28. package/assets/sass/argon.scss +104 -104
  29. package/assets/sass/burh-ds/_components.scss +142 -142
  30. package/assets/sass/burh-ds/_functions.scss +29 -29
  31. package/assets/sass/burh-ds/_helpers.scss +18 -18
  32. package/assets/sass/burh-ds/_mixins.scss +17 -17
  33. package/assets/sass/burh-ds/_transitions.scss +12 -12
  34. package/assets/sass/burh-ds/_utilities.scss +31 -31
  35. package/assets/sass/burh-ds/_variables.scss +963 -963
  36. package/assets/sass/burh-ds/_vendors.scss +38 -38
  37. package/assets/sass/burh-ds/atoms/_badge.scss +5 -5
  38. package/assets/sass/burh-ds/atoms/_buttons.scss +222 -222
  39. package/assets/sass/burh-ds/atoms/_forms.scss +416 -416
  40. package/assets/sass/burh-ds/atoms/_tables.scss +31 -31
  41. package/assets/sass/burh-ds/atoms/_type.scss +147 -147
  42. package/assets/sass/burh-ds/mixins/_badge.scss +37 -37
  43. package/assets/sass/burh-ds/mixins/_breakpoints.scss +39 -39
  44. package/assets/sass/burh-ds/mixins/_grid-framework.scss +66 -66
  45. package/assets/sass/burh-ds/mixins/_grid.scss +51 -51
  46. package/assets/sass/burh-ds/molecules/_box.scss +282 -282
  47. package/assets/sass/burh-ds/molecules/_breadcrumb.scss +8 -8
  48. package/assets/sass/burh-ds/molecules/_modal.scss +175 -175
  49. package/assets/sass/burh-ds/molecules/_navbar.scss +262 -262
  50. package/assets/sass/burh-ds/molecules/_notifications.scss +1 -1
  51. package/assets/sass/burh-ds/molecules/_steps-profile.scss +67 -67
  52. package/assets/sass/burh-ds/molecules/_testimonial.scss +53 -53
  53. package/assets/sass/burh-ds/organisms/_banner.scss +51 -51
  54. package/assets/sass/burh-ds/organisms/_cards.scss +228 -228
  55. package/assets/sass/burh-ds/organisms/_carousel.scss +113 -113
  56. package/assets/sass/burh-ds/organisms/_footer.scss +115 -115
  57. package/assets/sass/burh-ds/organisms/_profile-bar.scss +130 -130
  58. package/assets/sass/burh-ds/organisms/_search.scss +17 -17
  59. package/assets/sass/burh-ds/organisms/_subheader.scss +773 -773
  60. package/assets/sass/burh-ds/organisms/_tabs-setting.scss +123 -123
  61. package/assets/sass/burh-ds/organisms/banners/_banner.scss +62 -62
  62. package/assets/sass/burh-ds/organisms/cards/_featured-company.scss +17 -17
  63. package/assets/sass/burh-ds/organisms/cards/_opportunity.scss +16 -16
  64. package/assets/sass/burh-ds/pages/_error.scss +124 -124
  65. package/assets/sass/burh-ds/pages/_jobs.scss +424 -424
  66. package/assets/sass/burh-ds/pages/_testes.scss +350 -350
  67. package/assets/sass/burh-ds/variables/_colors.scss +350 -350
  68. package/assets/sass/burh-ds/variables/_global_settings.scss +39 -39
  69. package/assets/sass/core/alerts/_alert-dismissible.scss +48 -48
  70. package/assets/sass/core/alerts/_alert-notify.scss +47 -47
  71. package/assets/sass/core/alerts/_alert.scss +49 -49
  72. package/assets/sass/core/avatars/_avatar-group.scss +22 -22
  73. package/assets/sass/core/avatars/_avatar.scss +59 -59
  74. package/assets/sass/core/badges/_badge-circle.scss +29 -29
  75. package/assets/sass/core/badges/_badge-dot.scss +42 -42
  76. package/assets/sass/core/badges/_badge-floating.scss +18 -18
  77. package/assets/sass/core/badges/_badge.scss +67 -67
  78. package/assets/sass/core/breadcrumbs/_breadcrumb.scss +42 -42
  79. package/assets/sass/core/buttons/_button-brand.scss +12 -12
  80. package/assets/sass/core/buttons/_button-group.scss +79 -79
  81. package/assets/sass/core/buttons/_button-icon.scss +92 -92
  82. package/assets/sass/core/buttons/_button.scss +90 -90
  83. package/assets/sass/core/cards/_card-animations.scss +10 -10
  84. package/assets/sass/core/cards/_card-blockquote.scss +17 -17
  85. package/assets/sass/core/cards/_card-money.scss +27 -27
  86. package/assets/sass/core/cards/_card-pricing.scss +26 -26
  87. package/assets/sass/core/cards/_card-profile.scss +49 -49
  88. package/assets/sass/core/cards/_card-stats.scss +16 -16
  89. package/assets/sass/core/cards/_card.scss +70 -70
  90. package/assets/sass/core/charts/_chart.scss +69 -69
  91. package/assets/sass/core/close/_close.scss +47 -47
  92. package/assets/sass/core/collapse/_accordion.scss +38 -38
  93. package/assets/sass/core/content/_main-content.scss +17 -17
  94. package/assets/sass/core/custom-forms/_custom-checkbox.scss +47 -47
  95. package/assets/sass/core/custom-forms/_custom-control.scss +58 -58
  96. package/assets/sass/core/custom-forms/_custom-form.scss +45 -45
  97. package/assets/sass/core/custom-forms/_custom-radio.scss +38 -38
  98. package/assets/sass/core/custom-forms/_custom-toggle.scss +122 -122
  99. package/assets/sass/core/dropdowns/_dropdown.scss +89 -89
  100. package/assets/sass/core/footers/_footer.scss +159 -159
  101. package/assets/sass/core/forms/_form-extend.scss +38 -38
  102. package/assets/sass/core/forms/_form-validation.scss +78 -78
  103. package/assets/sass/core/forms/_form.scss +125 -125
  104. package/assets/sass/core/forms/_input-group.scss +136 -136
  105. package/assets/sass/core/grid/_grid.scss +31 -31
  106. package/assets/sass/core/headers/_header.scss +7 -7
  107. package/assets/sass/core/icons/_icon-actions.scss +57 -57
  108. package/assets/sass/core/icons/_icon-shape.scss +48 -48
  109. package/assets/sass/core/icons/_icon.scss +88 -88
  110. package/assets/sass/core/list-groups/_list-check.scss +52 -52
  111. package/assets/sass/core/list-groups/_list-group.scss +46 -46
  112. package/assets/sass/core/maps/_map.scss +10 -10
  113. package/assets/sass/core/masks/_mask.scss +33 -33
  114. package/assets/sass/core/medias/_media-comment.scss +33 -33
  115. package/assets/sass/core/medias/_media.scss +3 -3
  116. package/assets/sass/core/mixins/_alert.scss +22 -22
  117. package/assets/sass/core/mixins/_background-variant.scss +30 -30
  118. package/assets/sass/core/mixins/_badge.scss +12 -12
  119. package/assets/sass/core/mixins/_buttons.scss +105 -105
  120. package/assets/sass/core/mixins/_custom-forms.scss +47 -47
  121. package/assets/sass/core/mixins/_forms.scss +127 -127
  122. package/assets/sass/core/mixins/_icon.scss +10 -10
  123. package/assets/sass/core/mixins/_modals.scss +25 -25
  124. package/assets/sass/core/mixins/_popover.scss +35 -35
  125. package/assets/sass/core/modals/_modal.scss +31 -31
  126. package/assets/sass/core/navbars/_navbar-collapse.scss +37 -37
  127. package/assets/sass/core/navbars/_navbar-dropdown.scss +121 -121
  128. package/assets/sass/core/navbars/_navbar-floating.scss +17 -17
  129. package/assets/sass/core/navbars/_navbar-search.scss +216 -216
  130. package/assets/sass/core/navbars/_navbar-top.scss +58 -58
  131. package/assets/sass/core/navbars/_navbar-vertical.scss +507 -507
  132. package/assets/sass/core/navbars/_navbar.scss +368 -368
  133. package/assets/sass/core/navs/_nav-pills.scss +66 -66
  134. package/assets/sass/core/navs/_nav.scss +33 -33
  135. package/assets/sass/core/paginations/_pagination.scss +49 -49
  136. package/assets/sass/core/popovers/_popover.scss +21 -21
  137. package/assets/sass/core/progresses/_progress.scss +89 -89
  138. package/assets/sass/core/reboot/_reboot.scss +13 -13
  139. package/assets/sass/core/sections/_nucleo-icons.scss +117 -117
  140. package/assets/sass/core/separators/_separator.scss +54 -54
  141. package/assets/sass/core/shortcuts/_shortcut.scss +30 -30
  142. package/assets/sass/core/tables/_table-actions.scss +25 -25
  143. package/assets/sass/core/tables/_table-sortable.scss +28 -28
  144. package/assets/sass/core/tables/_table.scss +153 -153
  145. package/assets/sass/core/timeline/_timeline.scss +182 -182
  146. package/assets/sass/core/type/_article.scss +22 -22
  147. package/assets/sass/core/type/_display.scss +14 -14
  148. package/assets/sass/core/type/_heading.scss +65 -65
  149. package/assets/sass/core/type/_type.scss +27 -27
  150. package/assets/sass/core/utilities/_backgrounds.scss +51 -51
  151. package/assets/sass/core/utilities/_blurable.scss +37 -37
  152. package/assets/sass/core/utilities/_floating.scss +64 -64
  153. package/assets/sass/core/utilities/_helper.scss +18 -18
  154. package/assets/sass/core/utilities/_image.scss +9 -9
  155. package/assets/sass/core/utilities/_opacity.scss +35 -35
  156. package/assets/sass/core/utilities/_overflow.scss +11 -11
  157. package/assets/sass/core/utilities/_position.scss +25 -25
  158. package/assets/sass/core/utilities/_shadows.scss +28 -28
  159. package/assets/sass/core/utilities/_sizing.scss +7 -7
  160. package/assets/sass/core/utilities/_spacing.scss +107 -107
  161. package/assets/sass/core/utilities/_text.scss +49 -49
  162. package/assets/sass/core/utilities/_transform.scss +13 -13
  163. package/assets/sass/core/vendors/_bootstrap-datepicker.scss +279 -279
  164. package/assets/sass/core/vendors/_bootstrap-tagsinput.scss +67 -67
  165. package/assets/sass/core/vendors/_chartjs.scss +22 -22
  166. package/assets/sass/core/vendors/_dropzone.scss +74 -74
  167. package/assets/sass/core/vendors/_element-checkbox.scss +26 -26
  168. package/assets/sass/core/vendors/_element-tables.scss +61 -61
  169. package/assets/sass/core/vendors/_flatpickr.scss +72 -72
  170. package/assets/sass/core/vendors/_fullcalendar.scss +256 -256
  171. package/assets/sass/core/vendors/_headroom.scss +25 -25
  172. package/assets/sass/core/vendors/_lavalamp.scss +157 -157
  173. package/assets/sass/core/vendors/_nouislider.scss +413 -413
  174. package/assets/sass/core/vendors/_quill.scss +280 -280
  175. package/assets/sass/core/vendors/_scrollbar.scss +949 -949
  176. package/assets/sass/core/vendors/_select.scss +70 -70
  177. package/assets/sass/core/vendors/_sweet-alert-2.scss +22 -22
  178. package/assets/sass/core/vendors/_tags.scss +32 -32
  179. package/assets/sass/core/vendors/_vectormap.scss +16 -16
  180. package/assets/sass/custom/_components.scss +142 -142
  181. package/assets/sass/custom/_functions.scss +29 -29
  182. package/assets/sass/custom/_mixins.scss +15 -15
  183. package/assets/sass/custom/_transitions.scss +12 -12
  184. package/assets/sass/custom/_utilities.scss +31 -31
  185. package/assets/sass/custom/_variables.scss +1077 -1077
  186. package/assets/sass/custom/_vendors.scss +38 -38
  187. package/components/argon-core/Badge.vue +56 -56
  188. package/components/argon-core/Banners/Banner.vue +28 -28
  189. package/components/argon-core/Banners/BannerItem.vue +13 -13
  190. package/components/argon-core/BaseAlert.vue +74 -74
  191. package/components/argon-core/BaseButton.vue +81 -81
  192. package/components/argon-core/BaseHeader.vue +21 -21
  193. package/components/argon-core/BasePagination.vue +172 -172
  194. package/components/argon-core/BaseProgress.vue +121 -121
  195. package/components/argon-core/BaseSlider.vue +96 -96
  196. package/components/argon-core/BaseSwitch.vue +46 -46
  197. package/components/argon-core/BaseTable.vue +70 -70
  198. package/components/argon-core/Breadcrumb/Breadcrumb.vue +26 -26
  199. package/components/argon-core/Breadcrumb/BreadcrumbItem.vue +16 -16
  200. package/components/argon-core/Breadcrumb/RouteBreadcrumb.vue +45 -45
  201. package/components/argon-core/ButtonCheckbox.vue +39 -39
  202. package/components/argon-core/ButtonRadioGroup.vue +47 -47
  203. package/components/argon-core/Cards/Card.vue +71 -71
  204. package/components/argon-core/Cards/OpportunityCard.vue +39 -39
  205. package/components/argon-core/Cards/StatsCard.vue +49 -49
  206. package/components/argon-core/Charts/BarChart.js +30 -30
  207. package/components/argon-core/Charts/DoughnutChart.js +30 -30
  208. package/components/argon-core/Charts/LineChart.js +30 -30
  209. package/components/argon-core/Charts/PieChart.js +30 -30
  210. package/components/argon-core/Charts/config.js +491 -491
  211. package/components/argon-core/Charts/globalOptionsMixin.js +7 -7
  212. package/components/argon-core/Charts/optionHelpers.js +10 -10
  213. package/components/argon-core/CloseButton.vue +35 -35
  214. package/components/argon-core/Collapse/Collapse.vue +84 -84
  215. package/components/argon-core/Collapse/CollapseItem.vue +91 -91
  216. package/components/argon-core/Feed/Comment.vue +50 -50
  217. package/components/argon-core/Inputs/BaseCheckbox.vue +79 -79
  218. package/components/argon-core/Inputs/BaseInput.vue +242 -242
  219. package/components/argon-core/Inputs/BaseRadio.vue +68 -68
  220. package/components/argon-core/Inputs/DropzoneFileUpload.vue +138 -138
  221. package/components/argon-core/Inputs/DropzoneVideoUpload.vue +138 -138
  222. package/components/argon-core/Inputs/FileInput.vue +54 -54
  223. package/components/argon-core/Inputs/HtmlEditor.vue +105 -105
  224. package/components/argon-core/Inputs/IconCheckbox.vue +45 -45
  225. package/components/argon-core/Inputs/TagsInput.vue +100 -100
  226. package/components/argon-core/Modal.vue +183 -183
  227. package/components/argon-core/Navbar/BaseNav.vue +122 -122
  228. package/components/argon-core/Navbar/NavbarProgress.vue +19 -19
  229. package/components/argon-core/Navbar/NavbarProgressItem.vue +17 -17
  230. package/components/argon-core/Navbar/NavbarToggleButton.vue +21 -21
  231. package/components/argon-core/NavbarToggleButton.vue +29 -29
  232. package/components/argon-core/NotificationPlugin/Notification.vue +207 -207
  233. package/components/argon-core/NotificationPlugin/Notifications.vue +55 -55
  234. package/components/argon-core/NotificationPlugin/index.js +66 -66
  235. package/components/argon-core/SidebarPlugin/SideBar.vue +119 -119
  236. package/components/argon-core/SidebarPlugin/SidebarItem.vue +184 -184
  237. package/components/argon-core/SidebarPlugin/index.js +79 -79
  238. package/components/argon-core/Tabs/Tab.vue +33 -33
  239. package/components/argon-core/Tabs/Tabs.vue +170 -170
  240. package/components/argon-core/Timeline/TimeLine.vue +17 -17
  241. package/components/argon-core/Timeline/TimeLineItem.vue +30 -30
  242. package/components/argon-core/WorldMap/AsyncWorldMap.vue +28 -28
  243. package/components/argon-core/WorldMap/WorldMap.vue +127 -127
  244. package/components/argon-core/index.js +82 -82
  245. package/components/burh-ds/Avatar/AvatarLink.vue +40 -40
  246. package/components/burh-ds/Avatar/BusinessAvatar.vue +38 -38
  247. package/components/burh-ds/Banners/BannerHero.vue +23 -23
  248. package/components/burh-ds/Banners/BannerItem.vue +14 -14
  249. package/components/burh-ds/Button/ExportButton.vue +20 -20
  250. package/components/burh-ds/Button/SwitchStateButton.vue +165 -165
  251. package/components/burh-ds/Capsules/SearchSlug.vue +860 -860
  252. package/components/burh-ds/Capsules/UserProfile.vue +1938 -1938
  253. package/components/burh-ds/Cards/CampaignCard.vue +40 -40
  254. package/components/burh-ds/Cards/CompanyCard.vue +39 -39
  255. package/components/burh-ds/Cards/CourseInfoCard.vue +72 -72
  256. package/components/burh-ds/Cards/FunctionalityItem.vue +35 -35
  257. package/components/burh-ds/Cards/OpportunityCard.vue +115 -115
  258. package/components/burh-ds/Cards/PerformanceItem.vue +65 -65
  259. package/components/burh-ds/Cards/PlanCard.vue +192 -192
  260. package/components/burh-ds/Cards/ProductCard.vue +142 -142
  261. package/components/burh-ds/Cards/PurchaseCard.vue +58 -58
  262. package/components/burh-ds/Cards/PurchaseCardSimple.vue +58 -58
  263. package/components/burh-ds/Cards/TestCard.vue +192 -192
  264. package/components/burh-ds/Cards/TrainingCard.vue +151 -151
  265. package/components/burh-ds/Cards/WelcomeCard.vue +106 -106
  266. package/components/burh-ds/Carousel/FeedCarousel.vue +47 -47
  267. package/components/burh-ds/Carousel/ImageCarousel.vue +111 -111
  268. package/components/burh-ds/Collapse/DefaultCollapse.vue +70 -70
  269. package/components/burh-ds/Crop/Crop.vue +121 -121
  270. package/components/burh-ds/Curriculum/UserCurriculum/UpgradePlan.vue +74 -74
  271. package/components/burh-ds/Curriculum/UserCurriculum/UserCvLeftSide.vue +516 -516
  272. package/components/burh-ds/Curriculum/UserCurriculum/UserCvMiddle.vue +599 -512
  273. package/components/burh-ds/Curriculum/UserCurriculum/UserCvRightSide.vue +819 -819
  274. package/components/burh-ds/Curriculum/UserCurriculum/index.vue +249 -249
  275. package/components/burh-ds/Dropdown/AppLinkArea.vue +132 -132
  276. package/components/burh-ds/Dropdown/DropdownItem.vue +26 -26
  277. package/components/burh-ds/Dropdown/DropdownSection.vue +38 -38
  278. package/components/burh-ds/Dropdown/FaqVideoArea.vue +88 -88
  279. package/components/burh-ds/Dropdown/SignOutItem.vue +11 -11
  280. package/components/burh-ds/Dropdown/UserMenuDropdown.vue +63 -63
  281. package/components/burh-ds/FeaturedCompanies/FeaturedCompanies.vue +11 -11
  282. package/components/burh-ds/FeaturedCompanies/FeaturedCompanyCard.vue +16 -16
  283. package/components/burh-ds/Filters/FilterWithDropdown.vue +248 -248
  284. package/components/burh-ds/Groups/ProductItem.vue +62 -62
  285. package/components/burh-ds/Groups/SimpleProductItem.vue +145 -129
  286. package/components/burh-ds/Headings/BaseHeader.vue +24 -24
  287. package/components/burh-ds/Headings/Profile.vue +66 -66
  288. package/components/burh-ds/Headings/ProfileHeader.vue +105 -105
  289. package/components/burh-ds/Headings/SettingsHeader.vue +48 -48
  290. package/components/burh-ds/Headings/StepHeader.vue +122 -122
  291. package/components/burh-ds/Input/AutoComplete.vue +136 -136
  292. package/components/burh-ds/Inputs/BaseCheckbox.vue +73 -73
  293. package/components/burh-ds/Inputs/BaseSwitch.vue +43 -43
  294. package/components/burh-ds/Inputs/BaseSwitchSecondary.vue +84 -84
  295. package/components/burh-ds/Inputs/DoubleInputWithIcon.vue +100 -100
  296. package/components/burh-ds/Inputs/HtmlEditor.vue +64 -64
  297. package/components/burh-ds/Inputs/SearchInput.vue +79 -64
  298. package/components/burh-ds/InterfaceSpa/InterfaceSpa.vue +83 -83
  299. package/components/burh-ds/Jobs/JobDetail.vue +432 -432
  300. package/components/burh-ds/Jobs/JobDetailDesign.vue +151 -151
  301. package/components/burh-ds/Jobs/JobDetailEmpty.vue +27 -27
  302. package/components/burh-ds/Labels/LabelContextIcon.vue +58 -58
  303. package/components/burh-ds/Link/DefaultLink.vue +30 -30
  304. package/components/burh-ds/Lists/ListAvatarCheckbox.vue +157 -157
  305. package/components/burh-ds/Lists/ListNavLinks.vue +54 -54
  306. package/components/burh-ds/Lists/VagasSimple.vue +404 -404
  307. package/components/burh-ds/Loadings/Basics.vue +80 -80
  308. package/components/burh-ds/Loadings/InfiniteLoading.vue +21 -21
  309. package/components/burh-ds/Loadings/LoadingFullPage.vue +68 -68
  310. package/components/burh-ds/Loadings/NewLoading.vue +119 -119
  311. package/components/burh-ds/Loads/LoadingBar.vue +83 -83
  312. package/components/burh-ds/Modals/AddCustomerModal.vue +527 -527
  313. package/components/burh-ds/Modals/AddMember.vue +301 -301
  314. package/components/burh-ds/Modals/AddRoleModal.vue +185 -185
  315. package/components/burh-ds/Modals/AppConfigModal.vue +390 -390
  316. package/components/burh-ds/Modals/CourseMessageModal.vue +66 -66
  317. package/components/burh-ds/Modals/DocsModal.vue +111 -111
  318. package/components/burh-ds/Modals/DropzoneModal.vue +123 -123
  319. package/components/burh-ds/Modals/InviteToRole.vue +272 -272
  320. package/components/burh-ds/Modals/MobileModal.vue +65 -65
  321. package/components/burh-ds/Modals/ModalTests.vue +167 -167
  322. package/components/burh-ds/Modals/PlanModal.vue +286 -286
  323. package/components/burh-ds/Modals/RequestModal.vue +281 -281
  324. package/components/burh-ds/Modals/SendCourse.vue +369 -369
  325. package/components/burh-ds/Modals/SendDisc.vue +230 -230
  326. package/components/burh-ds/Modals/SendTest.vue +393 -349
  327. package/components/burh-ds/Modals/ShareModal.vue +228 -228
  328. package/components/burh-ds/Modals/SmsModal.vue +325 -327
  329. package/components/burh-ds/Modals/SubModal.vue +41 -41
  330. package/components/burh-ds/Modals/UniversityAccessModal.vue +133 -133
  331. package/components/burh-ds/Modals/VideoModal.vue +80 -80
  332. package/components/burh-ds/Modals/WhatsappModal.vue +143 -143
  333. package/components/burh-ds/Navbar/BaseNav.vue +132 -132
  334. package/components/burh-ds/Notifications/Notification.vue +215 -215
  335. package/components/burh-ds/Notifications/Notifications.vue +55 -55
  336. package/components/burh-ds/Notifications/index.js +66 -66
  337. package/components/burh-ds/Pagination/NamedPagination.vue +176 -176
  338. package/components/burh-ds/Questions/Question.vue +183 -183
  339. package/components/burh-ds/Questions/QuestionAttach.vue +13 -13
  340. package/components/burh-ds/Questions/QuestionRadio.vue +122 -122
  341. package/components/burh-ds/Questions/QuestionRadioItem.vue +83 -83
  342. package/components/burh-ds/Questions/QuestionText.vue +66 -66
  343. package/components/burh-ds/Questions/index.js +13 -13
  344. package/components/burh-ds/Skeleton/BaseCardTest.vue +51 -51
  345. package/components/burh-ds/Skeleton/BaseTraining.vue +29 -29
  346. package/components/burh-ds/Skeleton/BufferFolderSkeleton.vue +41 -41
  347. package/components/burh-ds/Skeleton/BufferUserSkeleton.vue +142 -142
  348. package/components/burh-ds/Skeleton/Home.vue +100 -100
  349. package/components/burh-ds/Skeleton/RecruitmentCard.vue +203 -169
  350. package/components/burh-ds/Tabs/Tab.vue +56 -56
  351. package/components/burh-ds/Tabs/Tabs.vue +188 -188
  352. package/components/burh-ds/Video/MuxVideo.vue +39 -39
  353. package/components/burh-ds/index.js +20 -20
  354. package/components/layouts/argon/Content.vue +17 -17
  355. package/components/layouts/argon/navbar/BlankLayout.vue +61 -61
  356. package/components/layouts/argon/navbar/DashboardNavbar.vue +307 -307
  357. package/components/layouts/burh-ds/ContentFooter.vue +45 -45
  358. package/components/layouts/burh-ds/footer/FooterSimple.vue +20 -20
  359. package/components/layouts/burh-ds/footer/ProductsFooter.vue +330 -330
  360. package/components/layouts/burh-ds/footer/StatusFooter.vue +105 -105
  361. package/components/layouts/burh-ds/footer/StoreFooter.vue +54 -54
  362. package/components/layouts/burh-ds/navbar/AppNavbar.vue +97 -97
  363. package/components/layouts/burh-ds/navbar/BusinessGlobalNavbar.vue +435 -435
  364. package/components/layouts/burh-ds/navbar/CarreirasNavbar.vue +363 -363
  365. package/components/layouts/burh-ds/navbar/CompanyGlobalNavbar.vue +244 -244
  366. package/components/layouts/burh-ds/navbar/EmpresasNavbar.vue +374 -374
  367. package/components/layouts/burh-ds/navbar/EmpresasNavbarLogado.vue +388 -388
  368. package/components/layouts/burh-ds/navbar/GlobalNavbar.vue +535 -535
  369. package/components/layouts/burh-ds/navbar/MobileNavbar.vue +431 -431
  370. package/components/layouts/burh-ds/navbar/SimpleNavbar.vue +129 -129
  371. package/components/layouts/burh-ds/navbar/UserNavbar.vue +346 -346
  372. package/components/layouts/burh-ds/navbar/UserNavbarLogin.vue +253 -253
  373. package/components/pages/UserProfile/EditProfileForm.vue +142 -142
  374. package/components/pages/UserProfile/UserCard.vue +61 -61
  375. package/components/pages/dashboard/ActivityFeed.vue +102 -102
  376. package/components/pages/dashboard/LightTable.vue +194 -194
  377. package/components/pages/dashboard/PageVisitsTable.vue +107 -107
  378. package/components/pages/dashboard/ProgressTrackList.vue +82 -82
  379. package/components/pages/dashboard/SocialTrafficTable.vue +101 -101
  380. package/components/pages/dashboard/TaskList.vue +56 -56
  381. package/components/pages/dashboard/UserList.vue +72 -72
  382. package/components/pages/forms/BrowserDefaultsValidation.vue +106 -106
  383. package/components/pages/forms/CustomStylesValidation.vue +130 -130
  384. package/components/pages/forms/ServerSideValidation.vue +128 -128
  385. package/components/pages/register/FailedRegistration.vue +29 -29
  386. package/components/pages/register/SuccessfulRegistration.vue +29 -29
  387. package/components/tables/PaginatedTables/clientPaginationMixin.js +86 -86
  388. package/components/tables/RegularTables/CheckboxColoredTable.vue +112 -112
  389. package/components/tables/RegularTables/CheckboxTable.vue +101 -101
  390. package/components/tables/RegularTables/DarkTable.vue +114 -114
  391. package/components/tables/RegularTables/InlineActionsTable.vue +94 -94
  392. package/components/tables/RegularTables/LightTable.vue +117 -117
  393. package/components/tables/RegularTables/StripedTable.vue +94 -94
  394. package/components/tables/RegularTables/TranslucentTable.vue +114 -114
  395. package/components/tables/projects.js +75 -75
  396. package/components/tables/users.js +42 -42
  397. package/components/tables/users2.js +474 -474
  398. package/components/widgets/CalendarWidget.vue +119 -119
  399. package/components/widgets/CreditCard.vue +66 -66
  400. package/components/widgets/MembersCard.vue +99 -99
  401. package/components/widgets/PaypalCard.vue +45 -45
  402. package/components/widgets/ProgressTrackList.vue +76 -76
  403. package/components/widgets/StatsCards.vue +70 -70
  404. package/components/widgets/TaskList.vue +67 -67
  405. package/components/widgets/TimelineCard.vue +66 -66
  406. package/components/widgets/VectorMapCard.vue +139 -139
  407. package/components/widgets/VisaCard.vue +51 -51
  408. package/data/ListVideoLinksMock.json +21 -21
  409. package/dictionary.js +38 -38
  410. package/environment.env.md +34 -34
  411. package/eslint.config.json +12 -12
  412. package/layouts/AuthLayout.vue +191 -191
  413. package/layouts/BurhCarreirasLayout.vue +63 -63
  414. package/layouts/BurhEmpresasLayout.vue +64 -64
  415. package/layouts/BurhNoHeader.vue +63 -63
  416. package/layouts/BurhPublicLayout.vue +67 -67
  417. package/layouts/BurhUserLayout.vue +231 -231
  418. package/layouts/DashboardLayout.vue +226 -226
  419. package/layouts/error.vue +119 -119
  420. package/metadata.json +30 -30
  421. package/middleware/README.md +8 -8
  422. package/middleware/decodeUrl.js +8 -8
  423. package/middleware/maintenance.js +9 -9
  424. package/middleware/new-account.js +6 -6
  425. package/middleware/redirect.js +13 -13
  426. package/middleware/user-agent-error.js +28 -28
  427. package/package.json +114 -114
  428. package/plugins/README.md +7 -7
  429. package/plugins/analytics/ga.js +28 -28
  430. package/plugins/auth/auth.js +210 -210
  431. package/plugins/axios.js +32 -32
  432. package/plugins/carousel/owl-carousel.js +3 -3
  433. package/plugins/crop/crop.js +4 -4
  434. package/plugins/dashboard/dashboard-plugin.js +29 -29
  435. package/plugins/dashboard/directives/click-outside.js +15 -15
  436. package/plugins/dashboard/eventBus.js +1 -1
  437. package/plugins/dashboard/globalComponents.js +41 -41
  438. package/plugins/dashboard/globalDirectives.js +7 -7
  439. package/plugins/dom/loader.js +76 -76
  440. package/plugins/localstorage.js +20 -20
  441. package/plugins/location/location.js +41 -41
  442. package/plugins/pagination/pagination.js +3 -3
  443. package/plugins/qrcode/qrcode.js +4 -4
  444. package/plugins/router.js +8 -8
  445. package/plugins/social-media/fb-sdk.js +44 -44
  446. package/plugins/social-media/share-link-facebook.js +32 -32
  447. package/plugins/social-media/share-link-linkedin.js +30 -30
  448. package/plugins/social-media/share-link-twitter.js +30 -30
  449. package/plugins/social-media/share-link-whatsapp.js +31 -31
  450. package/polyfills.js +96 -96
  451. package/util/common.js +189 -189
  452. package/util/cookie.js +28 -28
  453. package/util/dom.js +63 -63
  454. package/util/getPrefixes.js +12 -12
  455. package/util/request.js +46 -46
  456. package/util/throttle.js +15 -15
@@ -1,474 +1,474 @@
1
- export default [
2
- {
3
- id: 1,
4
- name: "Tiger Nixon",
5
- position: "System Architect",
6
- city: "Edinburgh",
7
- age: "61",
8
- createdAt: "2011/04/25",
9
- salary: "$320,800",
10
- },
11
- {
12
- id: 2,
13
- name: "Garrett Winters",
14
- position: "Accountant",
15
- city: "Tokyo",
16
- age: "63",
17
- createdAt: "2011/07/25",
18
- salary: "$170,750",
19
- },
20
- {
21
- id: 3,
22
- name: "Ashton Cox",
23
- position: "Junior Technical Author",
24
- city: "San Francisco",
25
- age: "66",
26
- createdAt: "2009/01/12",
27
- salary: "$86,000",
28
- },
29
- {
30
- id: 4,
31
- name: "Cedric Kelly",
32
- position: "Senior Javascript Developer",
33
- city: "Edinburgh",
34
- age: "22",
35
- createdAt: "2012/03/29",
36
- salary: "$433,060",
37
- },
38
- {
39
- id: 5,
40
- name: "Airi Satou",
41
- position: "Accountant",
42
- city: "Tokyo",
43
- age: "33",
44
- createdAt: "2008/11/28",
45
- salary: "$162,700",
46
- },
47
- {
48
- id: 6,
49
- name: "Brielle Williamson",
50
- position: "Integration Specialist",
51
- city: "New York",
52
- age: "61",
53
- createdAt: "2012/12/02",
54
- salary: "$372,000",
55
- },
56
- {
57
- id: 7,
58
- name: "Herrod Chandler",
59
- position: "Sales Assistant",
60
- city: "San Francisco",
61
- age: "59",
62
- createdAt: "2012/08/06",
63
- salary: "$137,500",
64
- },
65
- {
66
- id: 8,
67
- name: "Rhona Davidson",
68
- position: "Integration Specialist",
69
- city: "Tokyo",
70
- age: "55",
71
- createdAt: "2010/10/14",
72
- salary: "$327,900",
73
- },
74
- {
75
- id: 9,
76
- name: "Colleen Hurst",
77
- position: "Javascript Developer",
78
- city: "San Francisco",
79
- age: "39",
80
- createdAt: "2009/09/15",
81
- salary: "$205,500",
82
- },
83
- {
84
- id: 10,
85
- name: "Sonya Frost",
86
- position: "Software Engineer",
87
- city: "Edinburgh",
88
- age: "23",
89
- createdAt: "2008/12/13",
90
- salary: "$103,600",
91
- },
92
- {
93
- id: 11,
94
- name: "Jena Gaines",
95
- position: "Office Manager",
96
- city: "London",
97
- age: "30",
98
- createdAt: "2008/12/19",
99
- salary: "$90,560",
100
- },
101
- {
102
- id: 12,
103
- name: "Quinn Flynn",
104
- position: "Support Lead",
105
- city: "Edinburgh",
106
- age: "22",
107
- createdAt: "2013/03/03",
108
- salary: "$342,000",
109
- },
110
- {
111
- id: 13,
112
- name: "Charde Marshall",
113
- position: "Regional Director",
114
- city: "San Francisco",
115
- age: "36",
116
- createdAt: "2008/10/16",
117
- salary: "$470,600",
118
- },
119
- {
120
- id: 14,
121
- name: "Haley Kennedy",
122
- position: "Senior Marketing Designer",
123
- city: "London",
124
- age: "43",
125
- createdAt: "2012/12/18",
126
- salary: "$313,500",
127
- },
128
- {
129
- id: 15,
130
- name: "Tatyana Fitzpatrick",
131
- position: "Regional Director",
132
- city: "London",
133
- age: "19",
134
- createdAt: "2010/03/17",
135
- salary: "$385,750",
136
- },
137
- {
138
- id: 16,
139
- name: "Michael Silva",
140
- position: "Marketing Designer",
141
- city: "London",
142
- age: "66",
143
- createdAt: "2012/11/27",
144
- salary: "$198,500",
145
- },
146
- {
147
- id: 17, name: "Paul Byrd",
148
- position: "Chief Financial Officer (CFO)",
149
- city: "New York",
150
- age: "64",
151
- createdAt: "2010/06/09",
152
- salary: "$725,000",
153
- },
154
- {
155
- id: 18, name: "Gloria Little",
156
- position: "Systems Administrator",
157
- city: "New York",
158
- age: "59",
159
- createdAt: "2009/04/10",
160
- salary: "$237,500",
161
- },
162
- {
163
- id: 19, name: "Bradley Greer",
164
- position: "Software Engineer",
165
- city: "London",
166
- age: "41",
167
- createdAt: "2012/10/13",
168
- salary: "$132,000",
169
- },
170
- {
171
- id: 20, name: "Dai Rios",
172
- position: "Personnel Lead",
173
- city: "Edinburgh",
174
- age: "35",
175
- createdAt: "2012/09/26",
176
- salary: "$217,500",
177
- },
178
- {
179
- id: 21, name: "Jenette Caldwell",
180
- position: "Development Lead",
181
- city: "New York",
182
- age: "30",
183
- createdAt: "2011/09/03",
184
- salary: "$345,000",
185
- },
186
- {
187
- id: 22, name: "Yuri Berry",
188
- position: "Chief Marketing Officer (CMO)",
189
- city: "New York",
190
- age: "40",
191
- createdAt: "2009/06/25",
192
- salary: "$675,000",
193
- },
194
- {
195
- id: 23, name: "Caesar Vance",
196
- position: "Pre-Sales Support",
197
- city: "New York",
198
- age: "21",
199
- createdAt: "2011/12/12",
200
- salary: "$106,450",
201
- },
202
- {
203
- id: 24, name: "Doris Wilder",
204
- position: "Sales Assistant",
205
- city: "Sidney",
206
- age: "23",
207
- createdAt: "2010/09/20",
208
- salary: "$85,600",
209
- },
210
- {
211
- id: 25, name: "Angelica Ramos",
212
- position: "Chief Executive Officer (CEO)",
213
- city: "London",
214
- age: "47",
215
- createdAt: "2009/10/09",
216
- salary: "$1,200,000",
217
- },
218
- {
219
- id: 26, name: "Gavin Joyce",
220
- position: "Developer",
221
- city: "Edinburgh",
222
- age: "42",
223
- createdAt: "2010/12/22",
224
- salary: "$92,575",
225
- },
226
- {
227
- id: 27, name: "Jennifer Chang",
228
- position: "Regional Director",
229
- city: "Singapore",
230
- age: "28",
231
- createdAt: "2010/11/14",
232
- salary: "$357,650",
233
- },
234
- {
235
- id: 28, name: "Brenden Wagner",
236
- position: "Software Engineer",
237
- city: "San Francisco",
238
- age: "28",
239
- createdAt: "2011/06/07",
240
- salary: "$206,850",
241
- },
242
- {
243
- id: 29, name: "Fiona Green",
244
- position: "Chief Operating Officer (COO)",
245
- city: "San Francisco",
246
- age: "48",
247
- createdAt: "2010/03/11",
248
- salary: "$850,000",
249
- },
250
- {
251
- id: 30, name: "Shou Itou",
252
- position: "Regional Marketing",
253
- city: "Tokyo",
254
- age: "20",
255
- createdAt: "2011/08/14",
256
- salary: "$163,000",
257
- },
258
- {
259
- id: 31, name: "Michelle House",
260
- position: "Integration Specialist",
261
- city: "Sidney",
262
- age: "37",
263
- createdAt: "2011/06/02",
264
- salary: "$95,400",
265
- },
266
- {
267
- id: 32, name: "Suki Burks",
268
- position: "Developer",
269
- city: "London",
270
- age: "53",
271
- createdAt: "2009/10/22",
272
- salary: "$114,500",
273
- },
274
- {
275
- id: 33, name: "Prescott Bartlett",
276
- position: "Technical Author",
277
- city: "London",
278
- age: "27",
279
- createdAt: "2011/05/07",
280
- salary: "$145,000",
281
- },
282
- {
283
- id: 34, name: "Gavin Cortez",
284
- position: "Team Leader",
285
- city: "San Francisco",
286
- age: "22",
287
- createdAt: "2008/10/26",
288
- salary: "$235,500",
289
- },
290
- {
291
- id: 35, name: "Martena Mccray",
292
- position: "Post-Sales support",
293
- city: "Edinburgh",
294
- age: "46",
295
- createdAt: "2011/03/09",
296
- salary: "$324,050",
297
- },
298
- {
299
- id: 36, name: "Unity Butler",
300
- position: "Marketing Designer",
301
- city: "San Francisco",
302
- age: "47",
303
- createdAt: "2009/12/09",
304
- salary: "$85,675",
305
- },
306
- {
307
- id: 37, name: "Howard Hatfield",
308
- position: "Office Manager",
309
- city: "San Francisco",
310
- age: "51",
311
- createdAt: "2008/12/16",
312
- salary: "$164,500",
313
- },
314
- {
315
- id: 38, name: "Hope Fuentes",
316
- position: "Secretary",
317
- city: "San Francisco",
318
- age: "41",
319
- createdAt: "2010/02/12",
320
- salary: "$109,850",
321
- },
322
- {
323
- id: 59, name: "Vivian Harrell",
324
- position: "Financial Controller",
325
- city: "San Francisco",
326
- age: "62",
327
- createdAt: "2009/02/14",
328
- salary: "$452,500",
329
- },
330
- {
331
- id: 39, name: "Timothy Mooney",
332
- position: "Office Manager",
333
- city: "London",
334
- age: "37",
335
- createdAt: "2008/12/11",
336
- salary: "$136,200",
337
- },
338
- {
339
- id: 40, name: "Jackson Bradshaw",
340
- position: "Director",
341
- city: "New York",
342
- age: "65",
343
- createdAt: "2008/09/26",
344
- salary: "$645,750",
345
- },
346
- {
347
- id: 41, name: "Olivia Liang",
348
- position: "Support Engineer",
349
- city: "Singapore",
350
- age: "64",
351
- createdAt: "2011/02/03",
352
- salary: "$234,500",
353
- },
354
- {
355
- id: 42, name: "Bruno Nash",
356
- position: "Software Engineer",
357
- city: "London",
358
- age: "38",
359
- createdAt: "2011/05/03",
360
- salary: "$163,500",
361
- },
362
- {
363
- id: 43, name: "Sakura Yamamoto",
364
- position: "Support Engineer",
365
- city: "Tokyo",
366
- age: "37",
367
- createdAt: "2009/08/19",
368
- salary: "$139,575",
369
- },
370
- {
371
- id: 44, name: "Thor Walton",
372
- position: "Developer",
373
- city: "New York",
374
- age: "61",
375
- createdAt: "2013/08/11",
376
- salary: "$98,540",
377
- },
378
- {
379
- id: 45, name: "Finn Camacho",
380
- position: "Support Engineer",
381
- city: "San Francisco",
382
- age: "47",
383
- createdAt: "2009/07/07",
384
- salary: "$87,500",
385
- },
386
- {
387
- id: 46, name: "Serge Baldwin",
388
- position: "Data Coordinator",
389
- city: "Singapore",
390
- age: "64",
391
- createdAt: "2012/04/09",
392
- salary: "$138,575",
393
- },
394
- {
395
- id: 47, name: "Zenaida Frank",
396
- position: "Software Engineer",
397
- city: "New York",
398
- age: "63",
399
- createdAt: "2010/01/04",
400
- salary: "$125,250",
401
- },
402
- {
403
- id: 48, name: "Zorita Serrano",
404
- position: "Software Engineer",
405
- city: "San Francisco",
406
- age: "56",
407
- createdAt: "2012/06/01",
408
- salary: "$115,000",
409
- },
410
- {
411
- id: 49, name: "Jennifer Acosta",
412
- position: "Junior Javascript Developer",
413
- city: "Edinburgh",
414
- age: "43",
415
- createdAt: "2013/02/01",
416
- salary: "$75,650",
417
- },
418
- {
419
- id: 50, name: "Cara Stevens",
420
- position: "Sales Assistant",
421
- city: "New York",
422
- age: "46",
423
- createdAt: "2011/12/06",
424
- salary: "$145,600",
425
- },
426
- {
427
- id: 51, name: "Hermione Butler",
428
- position: "Regional Director",
429
- city: "London",
430
- age: "47",
431
- createdAt: "2011/03/21",
432
- salary: "$356,250",
433
- },
434
- {
435
- id: 52, name: "Lael Greer",
436
- position: "Systems Administrator",
437
- city: "London",
438
- age: "21",
439
- createdAt: "2009/02/27",
440
- salary: "$103,500",
441
- },
442
- {
443
- id: 53, name: "Jonas Alexander",
444
- position: "Developer",
445
- city: "San Francisco",
446
- age: "30",
447
- createdAt: "2010/07/14",
448
- salary: "$86,500",
449
- },
450
- {
451
- id: 54, name: "Shad Decker",
452
- position: "Regional Director",
453
- city: "Edinburgh",
454
- age: "51",
455
- createdAt: "2008/11/13",
456
- salary: "$183,000",
457
- },
458
- {
459
- id: 55, name: "Michael Bruce",
460
- position: "Javascript Developer",
461
- city: "Singapore",
462
- age: "29",
463
- createdAt: "2011/06/27",
464
- salary: "$183,000",
465
- },
466
- {
467
- id: 56, name: "Donna Snider",
468
- position: "Customer Support",
469
- city: "New York",
470
- age: "27",
471
- createdAt: "2011/01/25",
472
- salary: "$112,000",
473
- },
474
- ]
1
+ export default [
2
+ {
3
+ id: 1,
4
+ name: "Tiger Nixon",
5
+ position: "System Architect",
6
+ city: "Edinburgh",
7
+ age: "61",
8
+ createdAt: "2011/04/25",
9
+ salary: "$320,800",
10
+ },
11
+ {
12
+ id: 2,
13
+ name: "Garrett Winters",
14
+ position: "Accountant",
15
+ city: "Tokyo",
16
+ age: "63",
17
+ createdAt: "2011/07/25",
18
+ salary: "$170,750",
19
+ },
20
+ {
21
+ id: 3,
22
+ name: "Ashton Cox",
23
+ position: "Junior Technical Author",
24
+ city: "San Francisco",
25
+ age: "66",
26
+ createdAt: "2009/01/12",
27
+ salary: "$86,000",
28
+ },
29
+ {
30
+ id: 4,
31
+ name: "Cedric Kelly",
32
+ position: "Senior Javascript Developer",
33
+ city: "Edinburgh",
34
+ age: "22",
35
+ createdAt: "2012/03/29",
36
+ salary: "$433,060",
37
+ },
38
+ {
39
+ id: 5,
40
+ name: "Airi Satou",
41
+ position: "Accountant",
42
+ city: "Tokyo",
43
+ age: "33",
44
+ createdAt: "2008/11/28",
45
+ salary: "$162,700",
46
+ },
47
+ {
48
+ id: 6,
49
+ name: "Brielle Williamson",
50
+ position: "Integration Specialist",
51
+ city: "New York",
52
+ age: "61",
53
+ createdAt: "2012/12/02",
54
+ salary: "$372,000",
55
+ },
56
+ {
57
+ id: 7,
58
+ name: "Herrod Chandler",
59
+ position: "Sales Assistant",
60
+ city: "San Francisco",
61
+ age: "59",
62
+ createdAt: "2012/08/06",
63
+ salary: "$137,500",
64
+ },
65
+ {
66
+ id: 8,
67
+ name: "Rhona Davidson",
68
+ position: "Integration Specialist",
69
+ city: "Tokyo",
70
+ age: "55",
71
+ createdAt: "2010/10/14",
72
+ salary: "$327,900",
73
+ },
74
+ {
75
+ id: 9,
76
+ name: "Colleen Hurst",
77
+ position: "Javascript Developer",
78
+ city: "San Francisco",
79
+ age: "39",
80
+ createdAt: "2009/09/15",
81
+ salary: "$205,500",
82
+ },
83
+ {
84
+ id: 10,
85
+ name: "Sonya Frost",
86
+ position: "Software Engineer",
87
+ city: "Edinburgh",
88
+ age: "23",
89
+ createdAt: "2008/12/13",
90
+ salary: "$103,600",
91
+ },
92
+ {
93
+ id: 11,
94
+ name: "Jena Gaines",
95
+ position: "Office Manager",
96
+ city: "London",
97
+ age: "30",
98
+ createdAt: "2008/12/19",
99
+ salary: "$90,560",
100
+ },
101
+ {
102
+ id: 12,
103
+ name: "Quinn Flynn",
104
+ position: "Support Lead",
105
+ city: "Edinburgh",
106
+ age: "22",
107
+ createdAt: "2013/03/03",
108
+ salary: "$342,000",
109
+ },
110
+ {
111
+ id: 13,
112
+ name: "Charde Marshall",
113
+ position: "Regional Director",
114
+ city: "San Francisco",
115
+ age: "36",
116
+ createdAt: "2008/10/16",
117
+ salary: "$470,600",
118
+ },
119
+ {
120
+ id: 14,
121
+ name: "Haley Kennedy",
122
+ position: "Senior Marketing Designer",
123
+ city: "London",
124
+ age: "43",
125
+ createdAt: "2012/12/18",
126
+ salary: "$313,500",
127
+ },
128
+ {
129
+ id: 15,
130
+ name: "Tatyana Fitzpatrick",
131
+ position: "Regional Director",
132
+ city: "London",
133
+ age: "19",
134
+ createdAt: "2010/03/17",
135
+ salary: "$385,750",
136
+ },
137
+ {
138
+ id: 16,
139
+ name: "Michael Silva",
140
+ position: "Marketing Designer",
141
+ city: "London",
142
+ age: "66",
143
+ createdAt: "2012/11/27",
144
+ salary: "$198,500",
145
+ },
146
+ {
147
+ id: 17, name: "Paul Byrd",
148
+ position: "Chief Financial Officer (CFO)",
149
+ city: "New York",
150
+ age: "64",
151
+ createdAt: "2010/06/09",
152
+ salary: "$725,000",
153
+ },
154
+ {
155
+ id: 18, name: "Gloria Little",
156
+ position: "Systems Administrator",
157
+ city: "New York",
158
+ age: "59",
159
+ createdAt: "2009/04/10",
160
+ salary: "$237,500",
161
+ },
162
+ {
163
+ id: 19, name: "Bradley Greer",
164
+ position: "Software Engineer",
165
+ city: "London",
166
+ age: "41",
167
+ createdAt: "2012/10/13",
168
+ salary: "$132,000",
169
+ },
170
+ {
171
+ id: 20, name: "Dai Rios",
172
+ position: "Personnel Lead",
173
+ city: "Edinburgh",
174
+ age: "35",
175
+ createdAt: "2012/09/26",
176
+ salary: "$217,500",
177
+ },
178
+ {
179
+ id: 21, name: "Jenette Caldwell",
180
+ position: "Development Lead",
181
+ city: "New York",
182
+ age: "30",
183
+ createdAt: "2011/09/03",
184
+ salary: "$345,000",
185
+ },
186
+ {
187
+ id: 22, name: "Yuri Berry",
188
+ position: "Chief Marketing Officer (CMO)",
189
+ city: "New York",
190
+ age: "40",
191
+ createdAt: "2009/06/25",
192
+ salary: "$675,000",
193
+ },
194
+ {
195
+ id: 23, name: "Caesar Vance",
196
+ position: "Pre-Sales Support",
197
+ city: "New York",
198
+ age: "21",
199
+ createdAt: "2011/12/12",
200
+ salary: "$106,450",
201
+ },
202
+ {
203
+ id: 24, name: "Doris Wilder",
204
+ position: "Sales Assistant",
205
+ city: "Sidney",
206
+ age: "23",
207
+ createdAt: "2010/09/20",
208
+ salary: "$85,600",
209
+ },
210
+ {
211
+ id: 25, name: "Angelica Ramos",
212
+ position: "Chief Executive Officer (CEO)",
213
+ city: "London",
214
+ age: "47",
215
+ createdAt: "2009/10/09",
216
+ salary: "$1,200,000",
217
+ },
218
+ {
219
+ id: 26, name: "Gavin Joyce",
220
+ position: "Developer",
221
+ city: "Edinburgh",
222
+ age: "42",
223
+ createdAt: "2010/12/22",
224
+ salary: "$92,575",
225
+ },
226
+ {
227
+ id: 27, name: "Jennifer Chang",
228
+ position: "Regional Director",
229
+ city: "Singapore",
230
+ age: "28",
231
+ createdAt: "2010/11/14",
232
+ salary: "$357,650",
233
+ },
234
+ {
235
+ id: 28, name: "Brenden Wagner",
236
+ position: "Software Engineer",
237
+ city: "San Francisco",
238
+ age: "28",
239
+ createdAt: "2011/06/07",
240
+ salary: "$206,850",
241
+ },
242
+ {
243
+ id: 29, name: "Fiona Green",
244
+ position: "Chief Operating Officer (COO)",
245
+ city: "San Francisco",
246
+ age: "48",
247
+ createdAt: "2010/03/11",
248
+ salary: "$850,000",
249
+ },
250
+ {
251
+ id: 30, name: "Shou Itou",
252
+ position: "Regional Marketing",
253
+ city: "Tokyo",
254
+ age: "20",
255
+ createdAt: "2011/08/14",
256
+ salary: "$163,000",
257
+ },
258
+ {
259
+ id: 31, name: "Michelle House",
260
+ position: "Integration Specialist",
261
+ city: "Sidney",
262
+ age: "37",
263
+ createdAt: "2011/06/02",
264
+ salary: "$95,400",
265
+ },
266
+ {
267
+ id: 32, name: "Suki Burks",
268
+ position: "Developer",
269
+ city: "London",
270
+ age: "53",
271
+ createdAt: "2009/10/22",
272
+ salary: "$114,500",
273
+ },
274
+ {
275
+ id: 33, name: "Prescott Bartlett",
276
+ position: "Technical Author",
277
+ city: "London",
278
+ age: "27",
279
+ createdAt: "2011/05/07",
280
+ salary: "$145,000",
281
+ },
282
+ {
283
+ id: 34, name: "Gavin Cortez",
284
+ position: "Team Leader",
285
+ city: "San Francisco",
286
+ age: "22",
287
+ createdAt: "2008/10/26",
288
+ salary: "$235,500",
289
+ },
290
+ {
291
+ id: 35, name: "Martena Mccray",
292
+ position: "Post-Sales support",
293
+ city: "Edinburgh",
294
+ age: "46",
295
+ createdAt: "2011/03/09",
296
+ salary: "$324,050",
297
+ },
298
+ {
299
+ id: 36, name: "Unity Butler",
300
+ position: "Marketing Designer",
301
+ city: "San Francisco",
302
+ age: "47",
303
+ createdAt: "2009/12/09",
304
+ salary: "$85,675",
305
+ },
306
+ {
307
+ id: 37, name: "Howard Hatfield",
308
+ position: "Office Manager",
309
+ city: "San Francisco",
310
+ age: "51",
311
+ createdAt: "2008/12/16",
312
+ salary: "$164,500",
313
+ },
314
+ {
315
+ id: 38, name: "Hope Fuentes",
316
+ position: "Secretary",
317
+ city: "San Francisco",
318
+ age: "41",
319
+ createdAt: "2010/02/12",
320
+ salary: "$109,850",
321
+ },
322
+ {
323
+ id: 59, name: "Vivian Harrell",
324
+ position: "Financial Controller",
325
+ city: "San Francisco",
326
+ age: "62",
327
+ createdAt: "2009/02/14",
328
+ salary: "$452,500",
329
+ },
330
+ {
331
+ id: 39, name: "Timothy Mooney",
332
+ position: "Office Manager",
333
+ city: "London",
334
+ age: "37",
335
+ createdAt: "2008/12/11",
336
+ salary: "$136,200",
337
+ },
338
+ {
339
+ id: 40, name: "Jackson Bradshaw",
340
+ position: "Director",
341
+ city: "New York",
342
+ age: "65",
343
+ createdAt: "2008/09/26",
344
+ salary: "$645,750",
345
+ },
346
+ {
347
+ id: 41, name: "Olivia Liang",
348
+ position: "Support Engineer",
349
+ city: "Singapore",
350
+ age: "64",
351
+ createdAt: "2011/02/03",
352
+ salary: "$234,500",
353
+ },
354
+ {
355
+ id: 42, name: "Bruno Nash",
356
+ position: "Software Engineer",
357
+ city: "London",
358
+ age: "38",
359
+ createdAt: "2011/05/03",
360
+ salary: "$163,500",
361
+ },
362
+ {
363
+ id: 43, name: "Sakura Yamamoto",
364
+ position: "Support Engineer",
365
+ city: "Tokyo",
366
+ age: "37",
367
+ createdAt: "2009/08/19",
368
+ salary: "$139,575",
369
+ },
370
+ {
371
+ id: 44, name: "Thor Walton",
372
+ position: "Developer",
373
+ city: "New York",
374
+ age: "61",
375
+ createdAt: "2013/08/11",
376
+ salary: "$98,540",
377
+ },
378
+ {
379
+ id: 45, name: "Finn Camacho",
380
+ position: "Support Engineer",
381
+ city: "San Francisco",
382
+ age: "47",
383
+ createdAt: "2009/07/07",
384
+ salary: "$87,500",
385
+ },
386
+ {
387
+ id: 46, name: "Serge Baldwin",
388
+ position: "Data Coordinator",
389
+ city: "Singapore",
390
+ age: "64",
391
+ createdAt: "2012/04/09",
392
+ salary: "$138,575",
393
+ },
394
+ {
395
+ id: 47, name: "Zenaida Frank",
396
+ position: "Software Engineer",
397
+ city: "New York",
398
+ age: "63",
399
+ createdAt: "2010/01/04",
400
+ salary: "$125,250",
401
+ },
402
+ {
403
+ id: 48, name: "Zorita Serrano",
404
+ position: "Software Engineer",
405
+ city: "San Francisco",
406
+ age: "56",
407
+ createdAt: "2012/06/01",
408
+ salary: "$115,000",
409
+ },
410
+ {
411
+ id: 49, name: "Jennifer Acosta",
412
+ position: "Junior Javascript Developer",
413
+ city: "Edinburgh",
414
+ age: "43",
415
+ createdAt: "2013/02/01",
416
+ salary: "$75,650",
417
+ },
418
+ {
419
+ id: 50, name: "Cara Stevens",
420
+ position: "Sales Assistant",
421
+ city: "New York",
422
+ age: "46",
423
+ createdAt: "2011/12/06",
424
+ salary: "$145,600",
425
+ },
426
+ {
427
+ id: 51, name: "Hermione Butler",
428
+ position: "Regional Director",
429
+ city: "London",
430
+ age: "47",
431
+ createdAt: "2011/03/21",
432
+ salary: "$356,250",
433
+ },
434
+ {
435
+ id: 52, name: "Lael Greer",
436
+ position: "Systems Administrator",
437
+ city: "London",
438
+ age: "21",
439
+ createdAt: "2009/02/27",
440
+ salary: "$103,500",
441
+ },
442
+ {
443
+ id: 53, name: "Jonas Alexander",
444
+ position: "Developer",
445
+ city: "San Francisco",
446
+ age: "30",
447
+ createdAt: "2010/07/14",
448
+ salary: "$86,500",
449
+ },
450
+ {
451
+ id: 54, name: "Shad Decker",
452
+ position: "Regional Director",
453
+ city: "Edinburgh",
454
+ age: "51",
455
+ createdAt: "2008/11/13",
456
+ salary: "$183,000",
457
+ },
458
+ {
459
+ id: 55, name: "Michael Bruce",
460
+ position: "Javascript Developer",
461
+ city: "Singapore",
462
+ age: "29",
463
+ createdAt: "2011/06/27",
464
+ salary: "$183,000",
465
+ },
466
+ {
467
+ id: 56, name: "Donna Snider",
468
+ position: "Customer Support",
469
+ city: "New York",
470
+ age: "27",
471
+ createdAt: "2011/01/25",
472
+ salary: "$112,000",
473
+ },
474
+ ]