@burh/nuxt-core 1.0.501 → 1.0.503

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 (493) 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/icon5.svg +3 -3
  23. package/assets/images/icons/icon6.svg +3 -3
  24. package/assets/images/icons/icon7.svg +3 -3
  25. package/assets/images/icons/icon8.svg +7 -7
  26. package/assets/images/icons/linkedin.svg +14 -14
  27. package/assets/images/icons/notesCv.svg +3 -3
  28. package/assets/images/icons/twitter.svg +14 -14
  29. package/assets/images/icons/whatsapp.svg +14 -14
  30. package/assets/images/linkedinCv.svg +3 -3
  31. package/assets/images/webCv.svg +4 -4
  32. package/assets/sass/argon.scss +104 -104
  33. package/assets/sass/burh-ds/_components.scss +142 -142
  34. package/assets/sass/burh-ds/_functions.scss +29 -29
  35. package/assets/sass/burh-ds/_global.scss +327 -327
  36. package/assets/sass/burh-ds/_helpers.scss +18 -18
  37. package/assets/sass/burh-ds/_mixins.scss +17 -17
  38. package/assets/sass/burh-ds/_transitions.scss +12 -12
  39. package/assets/sass/burh-ds/_utilities.scss +31 -31
  40. package/assets/sass/burh-ds/_variables.scss +963 -963
  41. package/assets/sass/burh-ds/_vendors.scss +38 -38
  42. package/assets/sass/burh-ds/atoms/_badge.scss +5 -5
  43. package/assets/sass/burh-ds/atoms/_buttons.scss +222 -222
  44. package/assets/sass/burh-ds/atoms/_forms.scss +419 -419
  45. package/assets/sass/burh-ds/atoms/_tables.scss +31 -31
  46. package/assets/sass/burh-ds/atoms/_type.scss +147 -147
  47. package/assets/sass/burh-ds/content/_interface-spa.scss +306 -306
  48. package/assets/sass/burh-ds/content/_main-content.scss +25 -25
  49. package/assets/sass/burh-ds/mixins/_badge.scss +37 -37
  50. package/assets/sass/burh-ds/mixins/_breakpoints.scss +39 -39
  51. package/assets/sass/burh-ds/mixins/_grid-framework.scss +66 -66
  52. package/assets/sass/burh-ds/mixins/_grid.scss +51 -51
  53. package/assets/sass/burh-ds/molecules/_box.scss +282 -282
  54. package/assets/sass/burh-ds/molecules/_breadcrumb.scss +8 -8
  55. package/assets/sass/burh-ds/molecules/_modal.scss +176 -176
  56. package/assets/sass/burh-ds/molecules/_navbar.scss +262 -262
  57. package/assets/sass/burh-ds/molecules/_notifications.scss +1 -1
  58. package/assets/sass/burh-ds/molecules/_steps-profile.scss +67 -67
  59. package/assets/sass/burh-ds/molecules/_testimonial.scss +53 -53
  60. package/assets/sass/burh-ds/organisms/_banner.scss +51 -51
  61. package/assets/sass/burh-ds/organisms/_cards.scss +228 -228
  62. package/assets/sass/burh-ds/organisms/_carousel.scss +113 -113
  63. package/assets/sass/burh-ds/organisms/_footer.scss +115 -115
  64. package/assets/sass/burh-ds/organisms/_profile-bar.scss +130 -130
  65. package/assets/sass/burh-ds/organisms/_search.scss +17 -17
  66. package/assets/sass/burh-ds/organisms/_subheader.scss +773 -773
  67. package/assets/sass/burh-ds/organisms/_tabs-setting.scss +123 -123
  68. package/assets/sass/burh-ds/organisms/banners/_banner.scss +62 -62
  69. package/assets/sass/burh-ds/organisms/cards/_featured-company.scss +17 -17
  70. package/assets/sass/burh-ds/organisms/cards/_opportunity.scss +16 -16
  71. package/assets/sass/burh-ds/pages/_error.scss +124 -124
  72. package/assets/sass/burh-ds/pages/_jobs.scss +424 -424
  73. package/assets/sass/burh-ds/pages/_testes.scss +350 -350
  74. package/assets/sass/burh-ds/variables/_colors.scss +358 -356
  75. package/assets/sass/burh-ds/variables/_global_settings.scss +39 -39
  76. package/assets/sass/core/alerts/_alert-dismissible.scss +48 -48
  77. package/assets/sass/core/alerts/_alert-notify.scss +47 -47
  78. package/assets/sass/core/alerts/_alert.scss +49 -49
  79. package/assets/sass/core/avatars/_avatar-group.scss +22 -22
  80. package/assets/sass/core/avatars/_avatar.scss +59 -59
  81. package/assets/sass/core/badges/_badge-circle.scss +29 -29
  82. package/assets/sass/core/badges/_badge-dot.scss +42 -42
  83. package/assets/sass/core/badges/_badge-floating.scss +18 -18
  84. package/assets/sass/core/badges/_badge.scss +67 -67
  85. package/assets/sass/core/breadcrumbs/_breadcrumb.scss +42 -42
  86. package/assets/sass/core/buttons/_button-brand.scss +12 -12
  87. package/assets/sass/core/buttons/_button-group.scss +79 -79
  88. package/assets/sass/core/buttons/_button-icon.scss +92 -92
  89. package/assets/sass/core/buttons/_button.scss +90 -90
  90. package/assets/sass/core/cards/_card-animations.scss +10 -10
  91. package/assets/sass/core/cards/_card-blockquote.scss +17 -17
  92. package/assets/sass/core/cards/_card-money.scss +27 -27
  93. package/assets/sass/core/cards/_card-pricing.scss +26 -26
  94. package/assets/sass/core/cards/_card-profile.scss +49 -49
  95. package/assets/sass/core/cards/_card-stats.scss +16 -16
  96. package/assets/sass/core/cards/_card.scss +70 -70
  97. package/assets/sass/core/charts/_chart.scss +69 -69
  98. package/assets/sass/core/close/_close.scss +47 -47
  99. package/assets/sass/core/collapse/_accordion.scss +38 -38
  100. package/assets/sass/core/content/_main-content.scss +17 -17
  101. package/assets/sass/core/custom-forms/_custom-checkbox.scss +47 -47
  102. package/assets/sass/core/custom-forms/_custom-control.scss +58 -58
  103. package/assets/sass/core/custom-forms/_custom-form.scss +45 -45
  104. package/assets/sass/core/custom-forms/_custom-radio.scss +38 -38
  105. package/assets/sass/core/custom-forms/_custom-toggle.scss +122 -122
  106. package/assets/sass/core/dropdowns/_dropdown.scss +89 -89
  107. package/assets/sass/core/footers/_footer.scss +159 -159
  108. package/assets/sass/core/forms/_form-extend.scss +38 -38
  109. package/assets/sass/core/forms/_form-validation.scss +78 -78
  110. package/assets/sass/core/forms/_form.scss +125 -125
  111. package/assets/sass/core/forms/_input-group.scss +136 -136
  112. package/assets/sass/core/grid/_grid.scss +31 -31
  113. package/assets/sass/core/headers/_header.scss +7 -7
  114. package/assets/sass/core/icons/_icon-actions.scss +57 -57
  115. package/assets/sass/core/icons/_icon-shape.scss +48 -48
  116. package/assets/sass/core/icons/_icon.scss +88 -88
  117. package/assets/sass/core/list-groups/_list-check.scss +52 -52
  118. package/assets/sass/core/list-groups/_list-group.scss +46 -46
  119. package/assets/sass/core/maps/_map.scss +10 -10
  120. package/assets/sass/core/masks/_mask.scss +33 -33
  121. package/assets/sass/core/medias/_media-comment.scss +33 -33
  122. package/assets/sass/core/medias/_media.scss +3 -3
  123. package/assets/sass/core/mixins/_alert.scss +22 -22
  124. package/assets/sass/core/mixins/_background-variant.scss +30 -30
  125. package/assets/sass/core/mixins/_badge.scss +12 -12
  126. package/assets/sass/core/mixins/_buttons.scss +105 -105
  127. package/assets/sass/core/mixins/_custom-forms.scss +47 -47
  128. package/assets/sass/core/mixins/_forms.scss +127 -127
  129. package/assets/sass/core/mixins/_icon.scss +10 -10
  130. package/assets/sass/core/mixins/_modals.scss +25 -25
  131. package/assets/sass/core/mixins/_popover.scss +35 -35
  132. package/assets/sass/core/modals/_modal.scss +31 -31
  133. package/assets/sass/core/navbars/_navbar-collapse.scss +37 -37
  134. package/assets/sass/core/navbars/_navbar-dropdown.scss +121 -121
  135. package/assets/sass/core/navbars/_navbar-floating.scss +17 -17
  136. package/assets/sass/core/navbars/_navbar-search.scss +216 -216
  137. package/assets/sass/core/navbars/_navbar-top.scss +58 -58
  138. package/assets/sass/core/navbars/_navbar-vertical.scss +507 -507
  139. package/assets/sass/core/navbars/_navbar.scss +368 -368
  140. package/assets/sass/core/navs/_nav-pills.scss +66 -66
  141. package/assets/sass/core/navs/_nav.scss +33 -33
  142. package/assets/sass/core/paginations/_pagination.scss +49 -49
  143. package/assets/sass/core/popovers/_popover.scss +21 -21
  144. package/assets/sass/core/progresses/_progress.scss +89 -89
  145. package/assets/sass/core/reboot/_reboot.scss +13 -13
  146. package/assets/sass/core/sections/_nucleo-icons.scss +117 -117
  147. package/assets/sass/core/separators/_separator.scss +54 -54
  148. package/assets/sass/core/shortcuts/_shortcut.scss +30 -30
  149. package/assets/sass/core/tables/_table-actions.scss +25 -25
  150. package/assets/sass/core/tables/_table-sortable.scss +28 -28
  151. package/assets/sass/core/tables/_table.scss +153 -153
  152. package/assets/sass/core/timeline/_timeline.scss +182 -182
  153. package/assets/sass/core/type/_article.scss +22 -22
  154. package/assets/sass/core/type/_display.scss +14 -14
  155. package/assets/sass/core/type/_heading.scss +65 -65
  156. package/assets/sass/core/type/_type.scss +27 -27
  157. package/assets/sass/core/utilities/_backgrounds.scss +51 -51
  158. package/assets/sass/core/utilities/_blurable.scss +37 -37
  159. package/assets/sass/core/utilities/_floating.scss +64 -64
  160. package/assets/sass/core/utilities/_helper.scss +18 -18
  161. package/assets/sass/core/utilities/_image.scss +9 -9
  162. package/assets/sass/core/utilities/_opacity.scss +35 -35
  163. package/assets/sass/core/utilities/_overflow.scss +11 -11
  164. package/assets/sass/core/utilities/_position.scss +25 -25
  165. package/assets/sass/core/utilities/_shadows.scss +28 -28
  166. package/assets/sass/core/utilities/_sizing.scss +7 -7
  167. package/assets/sass/core/utilities/_spacing.scss +107 -107
  168. package/assets/sass/core/utilities/_text.scss +49 -49
  169. package/assets/sass/core/utilities/_transform.scss +13 -13
  170. package/assets/sass/core/vendors/_bootstrap-datepicker.scss +279 -279
  171. package/assets/sass/core/vendors/_bootstrap-tagsinput.scss +67 -67
  172. package/assets/sass/core/vendors/_chartjs.scss +22 -22
  173. package/assets/sass/core/vendors/_dropzone.scss +74 -74
  174. package/assets/sass/core/vendors/_element-checkbox.scss +26 -26
  175. package/assets/sass/core/vendors/_element-tables.scss +61 -61
  176. package/assets/sass/core/vendors/_flatpickr.scss +72 -72
  177. package/assets/sass/core/vendors/_fullcalendar.scss +256 -256
  178. package/assets/sass/core/vendors/_headroom.scss +25 -25
  179. package/assets/sass/core/vendors/_lavalamp.scss +157 -157
  180. package/assets/sass/core/vendors/_nouislider.scss +413 -413
  181. package/assets/sass/core/vendors/_quill.scss +280 -280
  182. package/assets/sass/core/vendors/_scrollbar.scss +949 -949
  183. package/assets/sass/core/vendors/_select.scss +70 -70
  184. package/assets/sass/core/vendors/_sweet-alert-2.scss +22 -22
  185. package/assets/sass/core/vendors/_tags.scss +32 -32
  186. package/assets/sass/core/vendors/_vectormap.scss +16 -16
  187. package/assets/sass/custom/_components.scss +142 -142
  188. package/assets/sass/custom/_functions.scss +29 -29
  189. package/assets/sass/custom/_mixins.scss +15 -15
  190. package/assets/sass/custom/_transitions.scss +12 -12
  191. package/assets/sass/custom/_utilities.scss +31 -31
  192. package/assets/sass/custom/_variables.scss +1077 -1077
  193. package/assets/sass/custom/_vendors.scss +38 -38
  194. package/components/argon-core/Badge.vue +56 -56
  195. package/components/argon-core/Banners/Banner.vue +28 -28
  196. package/components/argon-core/Banners/BannerItem.vue +13 -13
  197. package/components/argon-core/BaseAlert.vue +74 -74
  198. package/components/argon-core/BaseButton.vue +81 -81
  199. package/components/argon-core/BaseDropdown.vue +114 -114
  200. package/components/argon-core/BaseHeader.vue +21 -21
  201. package/components/argon-core/BasePagination.vue +172 -172
  202. package/components/argon-core/BaseProgress.vue +121 -121
  203. package/components/argon-core/BaseSlider.vue +96 -96
  204. package/components/argon-core/BaseSwitch.vue +46 -46
  205. package/components/argon-core/BaseTable.vue +70 -70
  206. package/components/argon-core/Breadcrumb/Breadcrumb.vue +26 -26
  207. package/components/argon-core/Breadcrumb/BreadcrumbItem.vue +16 -16
  208. package/components/argon-core/Breadcrumb/RouteBreadcrumb.vue +45 -45
  209. package/components/argon-core/ButtonCheckbox.vue +39 -39
  210. package/components/argon-core/ButtonRadioGroup.vue +47 -47
  211. package/components/argon-core/Cards/Card.vue +71 -71
  212. package/components/argon-core/Cards/OpportunityCard.vue +39 -39
  213. package/components/argon-core/Cards/StatsCard.vue +49 -49
  214. package/components/argon-core/Charts/BarChart.js +30 -30
  215. package/components/argon-core/Charts/DoughnutChart.js +30 -30
  216. package/components/argon-core/Charts/LineChart.js +30 -30
  217. package/components/argon-core/Charts/PieChart.js +30 -30
  218. package/components/argon-core/Charts/config.js +491 -491
  219. package/components/argon-core/Charts/globalOptionsMixin.js +7 -7
  220. package/components/argon-core/Charts/optionHelpers.js +10 -10
  221. package/components/argon-core/CloseButton.vue +35 -35
  222. package/components/argon-core/Collapse/Collapse.vue +84 -84
  223. package/components/argon-core/Collapse/CollapseItem.vue +91 -91
  224. package/components/argon-core/Feed/Comment.vue +50 -50
  225. package/components/argon-core/Inputs/BaseCheckbox.vue +79 -79
  226. package/components/argon-core/Inputs/BaseInput.vue +270 -270
  227. package/components/argon-core/Inputs/BaseRadio.vue +68 -68
  228. package/components/argon-core/Inputs/DropzoneFileUpload.vue +138 -138
  229. package/components/argon-core/Inputs/DropzoneVideoUpload.vue +138 -138
  230. package/components/argon-core/Inputs/FileInput.vue +54 -54
  231. package/components/argon-core/Inputs/HtmlEditor.vue +105 -105
  232. package/components/argon-core/Inputs/IconCheckbox.vue +45 -45
  233. package/components/argon-core/Inputs/TagsInput.vue +100 -100
  234. package/components/argon-core/LoadingPanel.vue +26 -26
  235. package/components/argon-core/Modal.vue +180 -180
  236. package/components/argon-core/Navbar/BaseNav.vue +122 -122
  237. package/components/argon-core/Navbar/NavbarProgress.vue +19 -19
  238. package/components/argon-core/Navbar/NavbarProgressItem.vue +17 -17
  239. package/components/argon-core/Navbar/NavbarToggleButton.vue +21 -21
  240. package/components/argon-core/NavbarToggleButton.vue +29 -29
  241. package/components/argon-core/NotificationPlugin/Notification.vue +207 -207
  242. package/components/argon-core/NotificationPlugin/Notifications.vue +55 -55
  243. package/components/argon-core/NotificationPlugin/index.js +66 -66
  244. package/components/argon-core/SidebarPlugin/SideBar.vue +119 -119
  245. package/components/argon-core/SidebarPlugin/SidebarItem.vue +184 -184
  246. package/components/argon-core/SidebarPlugin/index.js +79 -79
  247. package/components/argon-core/Tabs/Tab.vue +33 -33
  248. package/components/argon-core/Tabs/Tabs.vue +170 -170
  249. package/components/argon-core/Timeline/TimeLine.vue +17 -17
  250. package/components/argon-core/Timeline/TimeLineItem.vue +30 -30
  251. package/components/argon-core/WorldMap/AsyncWorldMap.vue +28 -28
  252. package/components/argon-core/WorldMap/WorldMap.vue +127 -127
  253. package/components/argon-core/index.js +82 -82
  254. package/components/burh-ds/Aboutme/Profile.vue +111 -0
  255. package/components/burh-ds/Avatar/AvatarLink.vue +44 -44
  256. package/components/burh-ds/Avatar/BusinessAvatar.vue +38 -38
  257. package/components/burh-ds/Banners/BannerHero.vue +23 -23
  258. package/components/burh-ds/Banners/BannerItem.vue +14 -14
  259. package/components/burh-ds/Button/ExportButton.vue +20 -20
  260. package/components/burh-ds/Button/SwitchStateButton.vue +165 -165
  261. package/components/burh-ds/Capsules/SearchSlug.vue +860 -860
  262. package/components/burh-ds/Capsules/UserProfile.vue +1938 -1938
  263. package/components/burh-ds/Cards/BaseCard.vue +195 -195
  264. package/components/burh-ds/Cards/CampaignCard.vue +40 -40
  265. package/components/burh-ds/Cards/CompanyCard.vue +39 -39
  266. package/components/burh-ds/Cards/CourseInfoCard.vue +267 -267
  267. package/components/burh-ds/Cards/FeatureBusinessCard.vue +74 -74
  268. package/components/burh-ds/Cards/FunctionalityItem.vue +35 -35
  269. package/components/burh-ds/Cards/OpportunityCard.vue +115 -115
  270. package/components/burh-ds/Cards/PerformanceCard.vue +81 -81
  271. package/components/burh-ds/Cards/PerformanceItem.vue +65 -65
  272. package/components/burh-ds/Cards/PlanCard.vue +192 -192
  273. package/components/burh-ds/Cards/ProductCard.vue +142 -142
  274. package/components/burh-ds/Cards/PurchaseCard.vue +58 -58
  275. package/components/burh-ds/Cards/PurchaseCardSimple.vue +58 -58
  276. package/components/burh-ds/Cards/TestCard.vue +192 -192
  277. package/components/burh-ds/Cards/TrainingCard.vue +151 -151
  278. package/components/burh-ds/Cards/WelcomeCard.vue +106 -106
  279. package/components/burh-ds/Carousel/FeedCarousel.vue +47 -47
  280. package/components/burh-ds/Carousel/ImageCarousel.vue +111 -111
  281. package/components/burh-ds/Chart/DoughnutChart.vue +20 -20
  282. package/components/burh-ds/Collapse/DefaultCollapse.vue +70 -70
  283. package/components/burh-ds/Crop/Crop.vue +121 -121
  284. package/components/burh-ds/Curriculum/UserCurriculum/UpgradePlan.vue +71 -71
  285. package/components/burh-ds/Curriculum/UserCurriculum/UserCvLeftSide.vue +542 -523
  286. package/components/burh-ds/Curriculum/UserCurriculum/UserCvMiddle.vue +590 -590
  287. package/components/burh-ds/Curriculum/UserCurriculum/UserCvRightSide.vue +1266 -1266
  288. package/components/burh-ds/Curriculum/UserCurriculum/UserCvRightSideNotAuth.vue +496 -496
  289. package/components/burh-ds/Curriculum/UserCurriculum/index.vue +258 -258
  290. package/components/burh-ds/Dropdown/AppLinkArea.vue +132 -132
  291. package/components/burh-ds/Dropdown/DropdownItem.vue +26 -26
  292. package/components/burh-ds/Dropdown/DropdownSection.vue +38 -38
  293. package/components/burh-ds/Dropdown/FaqVideoArea.vue +88 -88
  294. package/components/burh-ds/Dropdown/SignOutItem.vue +11 -11
  295. package/components/burh-ds/Dropdown/UserMenuDropdown.vue +63 -63
  296. package/components/burh-ds/FeaturedCompanies/FeaturedCompanies.vue +11 -11
  297. package/components/burh-ds/FeaturedCompanies/FeaturedCompanyCard.vue +16 -16
  298. package/components/burh-ds/Filters/BaseFilterContainer.vue +138 -138
  299. package/components/burh-ds/Filters/FilterWithDropdown.vue +289 -289
  300. package/components/burh-ds/Groups/ProductItem.vue +62 -62
  301. package/components/burh-ds/Groups/SimpleProductItem.vue +164 -162
  302. package/components/burh-ds/Headings/AppHeader.vue +373 -373
  303. package/components/burh-ds/Headings/BaseHeader.vue +24 -24
  304. package/components/burh-ds/Headings/Profile.vue +66 -66
  305. package/components/burh-ds/Headings/ProfileHeader.vue +105 -105
  306. package/components/burh-ds/Headings/SettingsHeader.vue +48 -48
  307. package/components/burh-ds/Headings/StepHeader.vue +122 -122
  308. package/components/burh-ds/Img/ImageWithFallback.vue +67 -67
  309. package/components/burh-ds/Input/AutoComplete.vue +136 -136
  310. package/components/burh-ds/Inputs/BaseCheckbox.vue +73 -73
  311. package/components/burh-ds/Inputs/BaseSwitch.vue +43 -43
  312. package/components/burh-ds/Inputs/BaseSwitchSecondary.vue +84 -84
  313. package/components/burh-ds/Inputs/DoubleInputWithIcon.vue +100 -100
  314. package/components/burh-ds/Inputs/HtmlEditor.vue +60 -60
  315. package/components/burh-ds/Inputs/SearchInput.vue +88 -88
  316. package/components/burh-ds/InterfaceSpa/InterfaceSpa.vue +83 -83
  317. package/components/burh-ds/Jobs/JobDetail.vue +432 -432
  318. package/components/burh-ds/Jobs/JobDetailDesign.vue +151 -151
  319. package/components/burh-ds/Jobs/JobDetailEmpty.vue +27 -27
  320. package/components/burh-ds/Labels/LabelContextIcon.vue +58 -58
  321. package/components/burh-ds/Link/DefaultLink.vue +30 -30
  322. package/components/burh-ds/Lists/ListAvatarCheckbox.vue +157 -157
  323. package/components/burh-ds/Lists/ListNavLinks.vue +54 -54
  324. package/components/burh-ds/Lists/VagasSimple.vue +404 -404
  325. package/components/burh-ds/Loadings/Basics.vue +80 -80
  326. package/components/burh-ds/Loadings/InfiniteLoading.vue +21 -21
  327. package/components/burh-ds/Loadings/LoadingFullPage.vue +68 -68
  328. package/components/burh-ds/Loadings/NewLoading.vue +119 -119
  329. package/components/burh-ds/Loads/LoadingBar.vue +83 -83
  330. package/components/burh-ds/Modals/AddCustomerModal.vue +484 -484
  331. package/components/burh-ds/Modals/AddMember.vue +255 -255
  332. package/components/burh-ds/Modals/AddRoleModal.vue +139 -139
  333. package/components/burh-ds/Modals/AppConfigModal.vue +643 -643
  334. package/components/burh-ds/Modals/CourseMessageModal.vue +66 -66
  335. package/components/burh-ds/Modals/DocsModal.vue +111 -111
  336. package/components/burh-ds/Modals/DropzoneModal.vue +125 -125
  337. package/components/burh-ds/Modals/InviteToRole.vue +287 -287
  338. package/components/burh-ds/Modals/MobileModal.vue +65 -65
  339. package/components/burh-ds/Modals/ModalTests.vue +167 -167
  340. package/components/burh-ds/Modals/NewUserModal.vue +87 -87
  341. package/components/burh-ds/Modals/PlanModal.vue +327 -327
  342. package/components/burh-ds/Modals/RequestModal.vue +237 -237
  343. package/components/burh-ds/Modals/SendCourse.vue +448 -448
  344. package/components/burh-ds/Modals/SendDisc.vue +230 -230
  345. package/components/burh-ds/Modals/SendTest.vue +362 -362
  346. package/components/burh-ds/Modals/ShareModal.vue +228 -228
  347. package/components/burh-ds/Modals/SharedModal.vue +230 -230
  348. package/components/burh-ds/Modals/SmsModal.vue +329 -329
  349. package/components/burh-ds/Modals/SubModal.vue +41 -41
  350. package/components/burh-ds/Modals/UniversalShareModal.vue +216 -216
  351. package/components/burh-ds/Modals/UniversalWhatsappModal.vue +93 -93
  352. package/components/burh-ds/Modals/UniversityAccessModal.vue +135 -135
  353. package/components/burh-ds/Modals/VideoModal.vue +80 -80
  354. package/components/burh-ds/Modals/WhatsappModal.vue +92 -92
  355. package/components/burh-ds/Navbar/BaseNav.vue +119 -119
  356. package/components/burh-ds/Notifications/Notification.vue +215 -215
  357. package/components/burh-ds/Notifications/Notifications.vue +55 -55
  358. package/components/burh-ds/Notifications/index.js +66 -66
  359. package/components/burh-ds/Pagination/NamedPagination.vue +187 -187
  360. package/components/burh-ds/Questions/Question.vue +243 -243
  361. package/components/burh-ds/Questions/QuestionAttach.vue +13 -13
  362. package/components/burh-ds/Questions/QuestionRadio.vue +122 -122
  363. package/components/burh-ds/Questions/QuestionRadioItem.vue +83 -83
  364. package/components/burh-ds/Questions/QuestionText.vue +66 -66
  365. package/components/burh-ds/Questions/index.js +13 -13
  366. package/components/burh-ds/Skeleton/AppHeader.vue +173 -173
  367. package/components/burh-ds/Skeleton/BaseCardTest.vue +51 -51
  368. package/components/burh-ds/Skeleton/BaseCardUniversity.vue +79 -79
  369. package/components/burh-ds/Skeleton/BaseCardUser.vue +84 -84
  370. package/components/burh-ds/Skeleton/BaseCourseInfo.vue +116 -116
  371. package/components/burh-ds/Skeleton/BaseTraining.vue +29 -29
  372. package/components/burh-ds/Skeleton/BufferFolderSkeleton.vue +45 -45
  373. package/components/burh-ds/Skeleton/BufferUserSkeleton.vue +142 -142
  374. package/components/burh-ds/Skeleton/Cards.vue +86 -86
  375. package/components/burh-ds/Skeleton/ChartCard.vue +114 -114
  376. package/components/burh-ds/Skeleton/Home.vue +100 -100
  377. package/components/burh-ds/Skeleton/RecruitmentCard.vue +203 -203
  378. package/components/burh-ds/Skeleton/SkeletonAnimate.vue +146 -146
  379. package/components/burh-ds/Tabs/Tab.vue +56 -56
  380. package/components/burh-ds/Tabs/Tabs.vue +188 -188
  381. package/components/burh-ds/Tabs/TesteTab.vue +132 -132
  382. package/components/burh-ds/Video/MuxVideo.vue +39 -39
  383. package/components/burh-ds/index.js +20 -20
  384. package/components/layouts/argon/Content.vue +17 -17
  385. package/components/layouts/argon/navbar/BlankLayout.vue +61 -61
  386. package/components/layouts/argon/navbar/DashboardNavbar.vue +307 -307
  387. package/components/layouts/burh-ds/ContentFooter.vue +45 -45
  388. package/components/layouts/burh-ds/footer/FooterSimple.vue +20 -20
  389. package/components/layouts/burh-ds/footer/ProductsFooter.vue +330 -330
  390. package/components/layouts/burh-ds/footer/StatusFooter.vue +105 -105
  391. package/components/layouts/burh-ds/footer/StoreFooter.vue +54 -54
  392. package/components/layouts/burh-ds/navbar/AppNavbar.vue +97 -97
  393. package/components/layouts/burh-ds/navbar/BusinessGlobalNavbar.vue +435 -435
  394. package/components/layouts/burh-ds/navbar/CarreirasNavbar.vue +363 -363
  395. package/components/layouts/burh-ds/navbar/CompanyGlobalNavbar.vue +244 -244
  396. package/components/layouts/burh-ds/navbar/EmpresasNavbar.vue +374 -374
  397. package/components/layouts/burh-ds/navbar/EmpresasNavbarLogado.vue +388 -388
  398. package/components/layouts/burh-ds/navbar/GlobalNavbar.vue +535 -535
  399. package/components/layouts/burh-ds/navbar/MobileNavbar.vue +431 -431
  400. package/components/layouts/burh-ds/navbar/PublicNavbar.vue +168 -168
  401. package/components/layouts/burh-ds/navbar/SimpleNavbar.vue +129 -129
  402. package/components/layouts/burh-ds/navbar/UserNavbar.vue +346 -346
  403. package/components/layouts/burh-ds/navbar/UserNavbarLogin.vue +253 -253
  404. package/components/organismos/atomos/Deslike.vue +26 -26
  405. package/components/organismos/atomos/Like.vue +26 -26
  406. package/components/organismos/emptyChart/index.vue +39 -39
  407. package/components/pages/UserProfile/EditProfileForm.vue +142 -142
  408. package/components/pages/UserProfile/UserCard.vue +61 -61
  409. package/components/pages/dashboard/ActivityFeed.vue +102 -102
  410. package/components/pages/dashboard/LightTable.vue +194 -194
  411. package/components/pages/dashboard/PageVisitsTable.vue +107 -107
  412. package/components/pages/dashboard/ProgressTrackList.vue +82 -82
  413. package/components/pages/dashboard/SocialTrafficTable.vue +101 -101
  414. package/components/pages/dashboard/TaskList.vue +56 -56
  415. package/components/pages/dashboard/UserList.vue +72 -72
  416. package/components/pages/forms/BrowserDefaultsValidation.vue +106 -106
  417. package/components/pages/forms/CustomStylesValidation.vue +130 -130
  418. package/components/pages/forms/ServerSideValidation.vue +128 -128
  419. package/components/pages/register/FailedRegistration.vue +29 -29
  420. package/components/pages/register/SuccessfulRegistration.vue +29 -29
  421. package/components/tables/PaginatedTables/clientPaginationMixin.js +86 -86
  422. package/components/tables/RegularTables/CheckboxColoredTable.vue +112 -112
  423. package/components/tables/RegularTables/CheckboxTable.vue +101 -101
  424. package/components/tables/RegularTables/DarkTable.vue +114 -114
  425. package/components/tables/RegularTables/InlineActionsTable.vue +94 -94
  426. package/components/tables/RegularTables/LightTable.vue +117 -117
  427. package/components/tables/RegularTables/StripedTable.vue +94 -94
  428. package/components/tables/RegularTables/TranslucentTable.vue +114 -114
  429. package/components/tables/projects.js +75 -75
  430. package/components/tables/users.js +42 -42
  431. package/components/tables/users2.js +474 -474
  432. package/components/widgets/CalendarWidget.vue +119 -119
  433. package/components/widgets/CreditCard.vue +66 -66
  434. package/components/widgets/MembersCard.vue +99 -99
  435. package/components/widgets/PaypalCard.vue +45 -45
  436. package/components/widgets/ProgressTrackList.vue +76 -76
  437. package/components/widgets/StatsCards.vue +70 -70
  438. package/components/widgets/TaskList.vue +67 -67
  439. package/components/widgets/TimelineCard.vue +66 -66
  440. package/components/widgets/VectorMapCard.vue +139 -139
  441. package/components/widgets/VisaCard.vue +51 -51
  442. package/data/ListVideoLinksMock.json +21 -21
  443. package/dictionary.js +38 -38
  444. package/environment.env.md +34 -34
  445. package/environment.js +221 -221
  446. package/eslint.config.json +12 -12
  447. package/layouts/AuthLayout.vue +191 -191
  448. package/layouts/BurhCarreirasLayout.vue +63 -63
  449. package/layouts/BurhEmpresasLayout.vue +64 -64
  450. package/layouts/BurhNoHeader.vue +63 -63
  451. package/layouts/BurhPublicLayout.vue +67 -67
  452. package/layouts/BurhUserLayout.vue +231 -231
  453. package/layouts/DashboardLayout.vue +226 -226
  454. package/layouts/error.vue +119 -119
  455. package/metadata.json +30 -30
  456. package/middleware/README.md +8 -8
  457. package/middleware/decodeUrl.js +8 -8
  458. package/middleware/maintenance.js +9 -9
  459. package/middleware/new-account.js +6 -6
  460. package/middleware/redirect.js +13 -13
  461. package/middleware/user-agent-error.js +28 -28
  462. package/nuxt.config.js +207 -207
  463. package/package.json +119 -119
  464. package/plugins/README.md +7 -7
  465. package/plugins/analytics/ga.js +28 -28
  466. package/plugins/auth/auth.js +210 -210
  467. package/plugins/axios.js +32 -32
  468. package/plugins/carousel/owl-carousel.js +3 -3
  469. package/plugins/crop/crop.js +4 -4
  470. package/plugins/dashboard/dashboard-plugin.js +31 -31
  471. package/plugins/dashboard/directives/click-outside.js +15 -15
  472. package/plugins/dashboard/eventBus.js +1 -1
  473. package/plugins/dashboard/globalComponents.js +44 -44
  474. package/plugins/dashboard/globalDirectives.js +7 -7
  475. package/plugins/dom/loader.js +76 -76
  476. package/plugins/localstorage.js +20 -20
  477. package/plugins/location/location.js +41 -41
  478. package/plugins/pagination/pagination.js +3 -3
  479. package/plugins/qrcode/qrcode.js +4 -4
  480. package/plugins/router.js +8 -8
  481. package/plugins/social-media/fb-sdk.js +44 -44
  482. package/plugins/social-media/share-link-facebook.js +32 -32
  483. package/plugins/social-media/share-link-linkedin.js +30 -30
  484. package/plugins/social-media/share-link-twitter.js +30 -30
  485. package/plugins/social-media/share-link-whatsapp.js +31 -31
  486. package/plugins/vClickOutside.js +4 -4
  487. package/polyfills.js +96 -96
  488. package/util/common.js +189 -189
  489. package/util/cookie.js +28 -28
  490. package/util/dom.js +63 -63
  491. package/util/getPrefixes.js +12 -12
  492. package/util/request.js +46 -46
  493. package/util/throttle.js +15 -15
@@ -1,643 +1,643 @@
1
- <template>
2
- <modal
3
- :show.sync="openModal"
4
- modalContentClasses="container-fluid"
5
- headerClasses="row px-4 pt-5"
6
- bodyClasses="row px-4"
7
- size="lg"
8
- class="modal"
9
- >
10
- <template slot="">
11
- <div class="pl-3 mt-5 text-right">
12
- <h2 class="display-4">{{ title }}</h2>
13
- </div>
14
- </template>
15
-
16
- <validation-observer ref="appConfigModal" tag="div">
17
- <validation-provider
18
- tag="div"
19
- class="col-12 mt-5"
20
- :vid="`name`"
21
- name="name"
22
- rules="required"
23
- v-slot="{ errors }"
24
- >
25
- <base-input
26
- :label="name"
27
- :placeholder="inputPlaceholders.firstInput"
28
- required
29
- v-model="configInfo.title"
30
- :error="errors[0]"
31
- :valid="errors.length ? true : false"
32
- >
33
- </base-input>
34
- </validation-provider>
35
-
36
- <div class="col-12 mb-4">
37
- <label for="description" class="form-control-label">{{
38
- textAreaTitle
39
- }}</label>
40
- <textarea
41
- id="description"
42
- class="form-control"
43
- :placeholder="inputPlaceholders.secondInput"
44
- v-model="configInfo.textarea"
45
- ></textarea>
46
- </div>
47
-
48
- <div
49
- class="col-12 mb-4 d-flex flex-column"
50
- v-if="!isCourse && categories && categories.length"
51
- >
52
- <label for="category" class="form-control-label"
53
- >Categoria</label
54
- >
55
- <el-select
56
- filterable
57
- class="select-danger"
58
- id="category"
59
- :empty="'Nenhuma categoria foi encontrada'"
60
- v-model="configInfo.category"
61
- :placeholder="''"
62
- >
63
- <el-option
64
- v-for="(category, index) in categories"
65
- :key="category.id"
66
- :label="category.name"
67
- :value="category.id"
68
- :selected="index == 0 && configInfo.category == null"
69
- >
70
- </el-option>
71
- </el-select>
72
- </div>
73
-
74
- <div class="col-12 mb-4" v-if="isCourse">
75
- <base-input
76
- v-mask="['##:##:##']"
77
- :label="'Carga horária'"
78
- :placeholder="inputPlaceholders.thirdInput"
79
- v-model="configInfo.workload"
80
- ></base-input>
81
- </div>
82
-
83
- <slot name="testes"></slot>
84
-
85
- <slot name="nota"></slot>
86
-
87
- <slot name="email"></slot>
88
-
89
- <div class="col-12 mb-4">
90
- <label class="mb-0 form-control-label mb-3">{{
91
- buttonAreaTitle
92
- }}</label>
93
-
94
- <div class="row">
95
- <div
96
- class="col-6 col-lg-3"
97
- v-for="(buttons, index) in buttons"
98
- :key="index"
99
- >
100
- <div v-if="haveCustomTime">
101
- <button
102
- v-if="buttons.id != 8"
103
- role="button"
104
- class="tag tag-outline-primary-teste-online d-block w-100 buttons"
105
- :value="buttons.value"
106
- :class="
107
- buttons.id == currentSelectedButton
108
- ? 'active-teste-online'
109
- : ''
110
- "
111
- @click="timeSelection(buttons.id)"
112
- >
113
- <i
114
- v-if="buttons.id == currentSelectedButton"
115
- class="fas fa-check mr-1"
116
- ></i>
117
- <small>{{ buttons.time }}</small>
118
- </button>
119
- <div :class="
120
- buttons.id == currentSelectedButton
121
- ? 'active-time'
122
- : ''" class="custom-time-div">
123
- <i
124
- v-if="buttons.id == currentSelectedButton && buttons.value"
125
- class="fas fa-check mr-1"
126
- :class="[currentSelectedButton == 8 ? 'custom-icon': 'custom-time-icon']"
127
- ></i>
128
- <div v-if="buttons.id == 8" @click="setInitValue(buttons.id)">
129
- <el-time-picker
130
- format="HH:mm:ss"
131
- value-format="HH:mm:ss"
132
- v-model="buttons.value"
133
- @change="setValueChange()"
134
- :class="currentSelectedButton == buttons.id ? 'active-custom': 'not-active-custom' "
135
- class="w-100"
136
- placeholder="Tempo personalizado"
137
- />
138
- </div>
139
- </div>
140
- </div>
141
- <div v-else-if="!haveCustomTime">
142
- <button
143
- role="button"
144
- class="tag tag-outline-primary d-block w-100 buttons"
145
- :value="buttons.value"
146
- :class="
147
- buttons.id == currentSelectedButton
148
- ? 'active'
149
- : ''
150
- "
151
- @click="timeSelection(buttons.id)"
152
- >
153
- <i
154
- v-if="buttons.id == currentSelectedButton"
155
- class="fas fa-check mr-1"
156
- ></i>
157
- <small>{{ buttons.time }}</small>
158
- </button>
159
- </div>
160
- </div>
161
- </div>
162
- </div>
163
- <div class="col-12 d-flex pb-4">
164
- <base-button
165
- size="md"
166
- type="primary"
167
- role="button"
168
- @click="sendConfig()"
169
- class="ml-auto"
170
- :disabled="!configInfo.title"
171
- >{{ configAppButton }}
172
- </base-button>
173
- </div>
174
- </validation-observer>
175
-
176
- <span class="tool tool-close" @click="$emit('close-modal')">
177
- Fechar
178
- <i class="fas fa-times text-white ml-1"/>
179
- </span>
180
- </modal>
181
- </template>
182
- <script>
183
- import { mask } from 'vue-the-mask';
184
- import swal from 'sweetalert2';
185
- import { Select, Option, TimePicker } from 'element-ui';
186
- import lang from 'element-ui/lib/locale/lang/pt-br';
187
- import locale from 'element-ui/lib/locale';
188
-
189
- locale.use(lang);
190
-
191
- export default {
192
- components: {
193
- [Select.name]: Select,
194
- [Option.name]: Option,
195
- [TimePicker.name]: TimePicker,
196
- },
197
- directives: { mask },
198
- data() {
199
- return {
200
- configInfo: {
201
- title: this.titleValue,
202
- textarea: this.textAreaValue,
203
- selectedTime: '',
204
- workload: this.workloadValue,
205
- category: this.testCategories
206
- },
207
- currentSelectedButton: String,
208
- value: ''
209
- };
210
- },
211
- model: {
212
- prop: 'show'
213
- },
214
- props: {
215
- isCourse: {
216
- type: Boolean,
217
- default: false
218
- },
219
- inputPlaceholders: {
220
- type: Object,
221
- default: () => ({
222
- firstInput: 'Insira o nome do teste',
223
- secondInput: 'Insira a descrição do teste',
224
- thirdInput: 'Insira a carga horária do curso'
225
- })
226
- },
227
- haveCustomTime:{
228
- type:Boolean,
229
- default:false
230
- },
231
- deadLineTime:{
232
- type:Number,
233
- default:0
234
- },
235
- show: {
236
- type: Boolean,
237
- default: false
238
- },
239
- name: {
240
- type: String,
241
- default: 'Nome'
242
- },
243
- defaultButtonSelected: {
244
- type: Number,
245
- default: 6
246
- },
247
- testId: {
248
- type: Number,
249
- default: null
250
- },
251
- buttons: {
252
- type: Array,
253
- default: () => [
254
- { id: '1', time: '5 minutos', value: '00:05:00', custom: false },
255
- { id: '2', time: '10 minutos', value: '00:10:00', custom: false },
256
- { id: '3', time: '15 minutos', value: '00:15:00', custom: false },
257
- { id: '4', time: '30 minutos', value: '00:30:00', custom: false },
258
- { id: '5', time: '45 minutos', value: '00:45:00', custom: false },
259
- { id: '6', time: '60 minutos', value: '01:00:00', custom: false },
260
- { id: '7', time: '2 horas', value: '02:00:00', custom: false },
261
- { id: '8', time: 'Outro', value: null, custom: true }
262
- ],
263
- description: 'Botoes de tempo'
264
- },
265
- title: {
266
- type: String,
267
- default: 'Criar Teste',
268
- description: 'Titulo do Modal'
269
- },
270
- workloadTitle: {
271
- type: String,
272
- default: 'Carga horária',
273
- description:
274
- 'Carga horária do curso, apenas se o modal for usado para a pagina de cursos'
275
- },
276
- textAreaTitle: {
277
- type: String,
278
- default: 'Descrição',
279
- description: 'Titulo da text area'
280
- },
281
- buttonAreaTitle: {
282
- type: String,
283
- default: 'Tempo Limite',
284
- description: 'Titulo da area de botões'
285
- },
286
- configAppButton: {
287
- type: String,
288
- default: 'Salvar',
289
- description: 'Botão de envio'
290
- },
291
- titleValue: {
292
- type: String,
293
- default: ''
294
- },
295
- textAreaValue: {
296
- type: String,
297
- default: ''
298
- },
299
- workloadValue: {
300
- type: String,
301
- default: '00:00:00'
302
- },
303
- time: {
304
- type: String,
305
- default: ''
306
- },
307
- testCategories: {
308
- type: Number,
309
- default: null
310
- },
311
- categories: {
312
- type: Array,
313
- default: () => []
314
- }
315
- },
316
- watch: {
317
- titleValue(newValue) {
318
- this.configInfo.title = newValue;
319
- },
320
- textAreaValue(newValue) {
321
- this.configInfo.textarea = newValue;
322
- },
323
- workloadValue(newValue) {
324
- this.configInfo.workload = newValue;
325
- },
326
- deadLineTime(){
327
- this.loadTime();
328
- },
329
- time(newValue) {
330
- this.configInfo.selectedTime = newValue;
331
- },
332
- testCategories(newValue) {
333
- this.configInfo.category = newValue;
334
- },
335
- show(value) {
336
- const isCategoryInitialized = this.configInfo.category
337
- ? true
338
- : false;
339
- if (value && !this.isCourse && !isCategoryInitialized) {
340
- this.configInfo.category = this.categories[0].id;
341
- }
342
- }
343
- },
344
- mounted() {
345
- this.loadTime();
346
- },
347
- computed: {
348
- openModal: {
349
- get() {
350
- return this.show;
351
- },
352
- set(show) {
353
- this.$emit('input', show);
354
- }
355
- },
356
- },
357
- methods: {
358
- setInitValue(id){
359
- this.currentSelectedButton = id;
360
- let getIndex = this.buttons.findIndex((e)=>e.custom == true);
361
- if(!this.buttons[getIndex].value){
362
- this.buttons[getIndex].value = null;
363
- }
364
- },
365
- setValueChange(){
366
- this.configInfo.selectedTime = this.buttons.find((e)=>e.custom == true).value;
367
- },
368
- loadTime() {
369
- let time = null;
370
- let deadLineTime = null;
371
- if(this.deadLineTime == 0){
372
- deadLineTime = this.buttons.find(e => e.value == 'null');
373
- }
374
- if(this.deadLineTime){
375
- deadLineTime = this.buttons.find(e => e.value == this.deadLineTime);
376
- }
377
- if(deadLineTime != null){
378
- this.currentSelectedButton = deadLineTime.id;
379
- this.configInfo.selectedTime = this.deadLineTime;
380
- return;
381
- }
382
- if(this.time && this.time != 'null'){
383
- time = this.buttons.find(e => e.value === this.time);
384
- if(!time){
385
- time = this.buttons.find(e => e.custom === true);
386
- time.value = this.time;
387
- }
388
- }
389
- if (time != null) {
390
- this.currentSelectedButton = time.id;
391
- this.configInfo.selectedTime = this.time;
392
- } else {
393
- time = this.buttons.find(
394
- e => e.id == this.defaultButtonSelected
395
- );
396
- this.currentSelectedButton = time.id;
397
- this.configInfo.selectedTime = time.value;
398
- }
399
- },
400
- timeSelection(buttonId) {
401
- let btn = this.buttons.find((e)=>e.id == buttonId);
402
- if(this.haveCustomTime && buttonId){
403
- if(buttonId != 8 ){
404
- this.buttons[7].value = null;
405
- }
406
- }
407
- this.configInfo.selectedTime = btn.value;
408
- this.currentSelectedButton = buttonId;
409
- },
410
- async sendConfig() {
411
- let customButton = this.buttons.find((e) => e.custom == true);
412
- const pass = await this.$refs.appConfigModal.validate();
413
- if (!pass) {
414
- return;
415
- }
416
- let config;
417
- if(this.haveCustomTime && this.currentSelectedButton == customButton.id){
418
- if(!customButton.value){
419
- return this.showMessage('É necessário selecionar um tempo');
420
- }
421
- let timeReplaced = customButton.value.replaceAll(':', '');
422
-
423
- if(timeReplaced == '000000' || timeReplaced.length < 6){
424
- return this.showMessage('Tempo inválido');
425
- }
426
- if(timeReplaced > 240000){
427
- return this.showMessage('O tempo não pode ser maior que 24 horas');
428
- }
429
- }
430
- if (!this.isCourse) {
431
- config = {
432
- title: this.configInfo.title,
433
- textarea: this.configInfo.textarea,
434
- selectedTime: this.configInfo.selectedTime,
435
- category: this.configInfo.category
436
- };
437
- } else if (this.isCourse) {
438
- config = {
439
- title: this.configInfo.title,
440
- textarea: this.configInfo.textarea,
441
- selectedTime: this.configInfo.selectedTime,
442
- workload: this.configInfo.workload
443
- };
444
- }
445
- this.$emit('send-config-info', config);
446
- this.openModal = false;
447
- },
448
- showMessage(title, type = 'error'){
449
- const Toast = swal.mixin({
450
- toast: true,
451
- position: 'top-end',
452
- showConfirmButton: false,
453
- timer: 3100,
454
- });
455
-
456
- return Toast.fire({
457
- type: type,
458
- title: title
459
- });
460
- }
461
- }
462
- };
463
- </script>
464
- <style lang="scss">
465
- @import 'node_modules/@burh/nuxt-core/assets/sass/burh-ds/variables/_colors.scss';
466
-
467
- .el-time-panel{
468
- width: 161px;
469
- .el-scrollbar__view:not(.el-autocomplete-suggestion__list) {
470
- border: 1px solid #fff;
471
- border-radius: 0.25rem;
472
- }
473
- .el-time-panel__btn.cancel{
474
- display: none;
475
- }
476
- .el-time-panel__btn.confirm {
477
- font-weight: 200;
478
- color: #00B388;
479
- }
480
- .el-scrollbar__wrap{
481
- margin-bottom: 0 !important;
482
- overflow-x: hidden;
483
- }
484
- }
485
- .fixed-button {
486
- .btn {
487
- font-size: 0.775rem;
488
- @media screen and (max-width: 992px) {
489
- &:last-child {
490
- margin-right: 1rem !important;
491
- }
492
- }
493
- width: 10rem;
494
- }
495
- }
496
-
497
- .buttons:focus {
498
- outline: 0;
499
- }
500
-
501
- .tool {
502
- position: absolute;
503
- top: 1rem;
504
- z-index: 10;
505
- color: $primary;
506
- cursor: pointer;
507
-
508
- &-close {
509
- position: absolute;
510
- width: 88px;
511
- height: 27px;
512
- right: 7px;
513
- top: 7px;
514
- display: flex;
515
- justify-content: center;
516
- align-items: center;
517
-
518
- font-size: 11px;
519
-
520
- font-weight: 500;
521
- background: rgba(0, 0, 0, 0.2);
522
- border-radius: 17.5px;
523
- color: #fff;
524
- }
525
- }
526
- </style>
527
- <style lang="scss" scoped>
528
- .tag-outline-primary-teste-online:active{
529
- background-color: #00b388;
530
- color: #fff;
531
- border: #00b388;
532
- height: 51.39px;
533
- }
534
- .tag-outline-primary-teste-online{
535
- background-color: #fff;
536
- color: #00b388;
537
- border: 2px solid #00b388;
538
- height: 51.39px;
539
- }
540
- .active-teste-online{
541
- background-color: #00b388;
542
- color: #fff;
543
- border: #00b388;
544
- height: 51.39px;
545
- i{
546
- color:#fff;
547
- }
548
- small{
549
- color: #fff;
550
- }
551
- }
552
- .custom-time::placeholder{
553
- font-size: 80%;
554
- color:#00b388;
555
- }
556
- /deep/
557
- .custom-time:hover::placeholder{
558
- color: #fff;
559
- }
560
- .active-time{
561
- background-color:#00B388;
562
- }
563
- .custom-time-div{
564
- position: relative;
565
- .custom-time-icon{
566
- position:absolute;
567
- top:1rem;
568
- left:1.5rem;
569
- color:#fff;
570
- }
571
- .custom-icon{
572
- position:absolute;
573
- top:1rem;
574
- z-index: 3;
575
- left:1.5rem;
576
- color:#fff;
577
- }
578
- }
579
- /deep/ .active-custom{
580
- .el-time-panel{
581
- width: 15.5%;
582
- }
583
- .el-input__inner{
584
- background-color: #00b388;
585
- border: 2px solid #00b388;
586
- display: block;
587
- height: 51.39px;
588
- color:#fff;
589
- text-align: center;
590
- &::placeholder{
591
- color:#fff;
592
- }
593
- }
594
- .el-input__prefix{
595
- .el-icon-time:before{
596
- display: none;
597
- }
598
- }
599
- .el-input__suffix{
600
- .el-input__suffix-inner{
601
- .el-icon-circle-close{
602
- display: none;
603
- }
604
- }
605
- }
606
- }
607
- /deep/ .not-active-custom{
608
- .el-time-panel{
609
- width: 15.5%;
610
- }
611
- .el-input__inner{
612
- border: 2px solid #00b388;
613
- display: block;
614
- height: 51.39px;
615
- font-size: 0.8rem;
616
- padding: 0;
617
- color:#00b388;
618
- text-align: center;
619
- &::placeholder{
620
- color:#00b388;
621
- }
622
- &:hover{
623
- border: 2px solid #00b388;
624
- background-color: #00b388;
625
- &::placeholder{
626
- color:#fff;
627
- }
628
- }
629
- }
630
- .el-input__prefix{
631
- .el-icon-time:before{
632
- display: none;
633
- }
634
- }
635
- .el-input__suffix{
636
- .el-input__suffix-inner{
637
- .el-icon-circle-close{
638
- display: none;
639
- }
640
- }
641
- }
642
- }
643
- </style>
1
+ <template>
2
+ <modal
3
+ :show.sync="openModal"
4
+ modalContentClasses="container-fluid"
5
+ headerClasses="row px-4 pt-5"
6
+ bodyClasses="row px-4"
7
+ size="lg"
8
+ class="modal"
9
+ >
10
+ <template slot="">
11
+ <div class="pl-3 mt-5 text-right">
12
+ <h2 class="display-4">{{ title }}</h2>
13
+ </div>
14
+ </template>
15
+
16
+ <validation-observer ref="appConfigModal" tag="div">
17
+ <validation-provider
18
+ tag="div"
19
+ class="col-12 mt-5"
20
+ :vid="`name`"
21
+ name="name"
22
+ rules="required"
23
+ v-slot="{ errors }"
24
+ >
25
+ <base-input
26
+ :label="name"
27
+ :placeholder="inputPlaceholders.firstInput"
28
+ required
29
+ v-model="configInfo.title"
30
+ :error="errors[0]"
31
+ :valid="errors.length ? true : false"
32
+ >
33
+ </base-input>
34
+ </validation-provider>
35
+
36
+ <div class="col-12 mb-4">
37
+ <label for="description" class="form-control-label">{{
38
+ textAreaTitle
39
+ }}</label>
40
+ <textarea
41
+ id="description"
42
+ class="form-control"
43
+ :placeholder="inputPlaceholders.secondInput"
44
+ v-model="configInfo.textarea"
45
+ ></textarea>
46
+ </div>
47
+
48
+ <div
49
+ class="col-12 mb-4 d-flex flex-column"
50
+ v-if="!isCourse && categories && categories.length"
51
+ >
52
+ <label for="category" class="form-control-label"
53
+ >Categoria</label
54
+ >
55
+ <el-select
56
+ filterable
57
+ class="select-danger"
58
+ id="category"
59
+ :empty="'Nenhuma categoria foi encontrada'"
60
+ v-model="configInfo.category"
61
+ :placeholder="''"
62
+ >
63
+ <el-option
64
+ v-for="(category, index) in categories"
65
+ :key="category.id"
66
+ :label="category.name"
67
+ :value="category.id"
68
+ :selected="index == 0 && configInfo.category == null"
69
+ >
70
+ </el-option>
71
+ </el-select>
72
+ </div>
73
+
74
+ <div class="col-12 mb-4" v-if="isCourse">
75
+ <base-input
76
+ v-mask="['##:##:##']"
77
+ :label="'Carga horária'"
78
+ :placeholder="inputPlaceholders.thirdInput"
79
+ v-model="configInfo.workload"
80
+ ></base-input>
81
+ </div>
82
+
83
+ <slot name="testes"></slot>
84
+
85
+ <slot name="nota"></slot>
86
+
87
+ <slot name="email"></slot>
88
+
89
+ <div class="col-12 mb-4">
90
+ <label class="mb-0 form-control-label mb-3">{{
91
+ buttonAreaTitle
92
+ }}</label>
93
+
94
+ <div class="row">
95
+ <div
96
+ class="col-6 col-lg-3"
97
+ v-for="(buttons, index) in buttons"
98
+ :key="index"
99
+ >
100
+ <div v-if="haveCustomTime">
101
+ <button
102
+ v-if="buttons.id != 8"
103
+ role="button"
104
+ class="tag tag-outline-primary-teste-online d-block w-100 buttons"
105
+ :value="buttons.value"
106
+ :class="
107
+ buttons.id == currentSelectedButton
108
+ ? 'active-teste-online'
109
+ : ''
110
+ "
111
+ @click="timeSelection(buttons.id)"
112
+ >
113
+ <i
114
+ v-if="buttons.id == currentSelectedButton"
115
+ class="fas fa-check mr-1"
116
+ ></i>
117
+ <small>{{ buttons.time }}</small>
118
+ </button>
119
+ <div :class="
120
+ buttons.id == currentSelectedButton
121
+ ? 'active-time'
122
+ : ''" class="custom-time-div">
123
+ <i
124
+ v-if="buttons.id == currentSelectedButton && buttons.value"
125
+ class="fas fa-check mr-1"
126
+ :class="[currentSelectedButton == 8 ? 'custom-icon': 'custom-time-icon']"
127
+ ></i>
128
+ <div v-if="buttons.id == 8" @click="setInitValue(buttons.id)">
129
+ <el-time-picker
130
+ format="HH:mm:ss"
131
+ value-format="HH:mm:ss"
132
+ v-model="buttons.value"
133
+ @change="setValueChange()"
134
+ :class="currentSelectedButton == buttons.id ? 'active-custom': 'not-active-custom' "
135
+ class="w-100"
136
+ placeholder="Tempo personalizado"
137
+ />
138
+ </div>
139
+ </div>
140
+ </div>
141
+ <div v-else-if="!haveCustomTime">
142
+ <button
143
+ role="button"
144
+ class="tag tag-outline-primary d-block w-100 buttons"
145
+ :value="buttons.value"
146
+ :class="
147
+ buttons.id == currentSelectedButton
148
+ ? 'active'
149
+ : ''
150
+ "
151
+ @click="timeSelection(buttons.id)"
152
+ >
153
+ <i
154
+ v-if="buttons.id == currentSelectedButton"
155
+ class="fas fa-check mr-1"
156
+ ></i>
157
+ <small>{{ buttons.time }}</small>
158
+ </button>
159
+ </div>
160
+ </div>
161
+ </div>
162
+ </div>
163
+ <div class="col-12 d-flex pb-4">
164
+ <base-button
165
+ size="md"
166
+ type="primary"
167
+ role="button"
168
+ @click="sendConfig()"
169
+ class="ml-auto"
170
+ :disabled="!configInfo.title"
171
+ >{{ configAppButton }}
172
+ </base-button>
173
+ </div>
174
+ </validation-observer>
175
+
176
+ <span class="tool tool-close" @click="$emit('close-modal')">
177
+ Fechar
178
+ <i class="fas fa-times text-white ml-1"/>
179
+ </span>
180
+ </modal>
181
+ </template>
182
+ <script>
183
+ import { mask } from 'vue-the-mask';
184
+ import swal from 'sweetalert2';
185
+ import { Select, Option, TimePicker } from 'element-ui';
186
+ import lang from 'element-ui/lib/locale/lang/pt-br';
187
+ import locale from 'element-ui/lib/locale';
188
+
189
+ locale.use(lang);
190
+
191
+ export default {
192
+ components: {
193
+ [Select.name]: Select,
194
+ [Option.name]: Option,
195
+ [TimePicker.name]: TimePicker,
196
+ },
197
+ directives: { mask },
198
+ data() {
199
+ return {
200
+ configInfo: {
201
+ title: this.titleValue,
202
+ textarea: this.textAreaValue,
203
+ selectedTime: '',
204
+ workload: this.workloadValue,
205
+ category: this.testCategories
206
+ },
207
+ currentSelectedButton: String,
208
+ value: ''
209
+ };
210
+ },
211
+ model: {
212
+ prop: 'show'
213
+ },
214
+ props: {
215
+ isCourse: {
216
+ type: Boolean,
217
+ default: false
218
+ },
219
+ inputPlaceholders: {
220
+ type: Object,
221
+ default: () => ({
222
+ firstInput: 'Insira o nome do teste',
223
+ secondInput: 'Insira a descrição do teste',
224
+ thirdInput: 'Insira a carga horária do curso'
225
+ })
226
+ },
227
+ haveCustomTime:{
228
+ type:Boolean,
229
+ default:false
230
+ },
231
+ deadLineTime:{
232
+ type:Number,
233
+ default:0
234
+ },
235
+ show: {
236
+ type: Boolean,
237
+ default: false
238
+ },
239
+ name: {
240
+ type: String,
241
+ default: 'Nome'
242
+ },
243
+ defaultButtonSelected: {
244
+ type: Number,
245
+ default: 6
246
+ },
247
+ testId: {
248
+ type: Number,
249
+ default: null
250
+ },
251
+ buttons: {
252
+ type: Array,
253
+ default: () => [
254
+ { id: '1', time: '5 minutos', value: '00:05:00', custom: false },
255
+ { id: '2', time: '10 minutos', value: '00:10:00', custom: false },
256
+ { id: '3', time: '15 minutos', value: '00:15:00', custom: false },
257
+ { id: '4', time: '30 minutos', value: '00:30:00', custom: false },
258
+ { id: '5', time: '45 minutos', value: '00:45:00', custom: false },
259
+ { id: '6', time: '60 minutos', value: '01:00:00', custom: false },
260
+ { id: '7', time: '2 horas', value: '02:00:00', custom: false },
261
+ { id: '8', time: 'Outro', value: null, custom: true }
262
+ ],
263
+ description: 'Botoes de tempo'
264
+ },
265
+ title: {
266
+ type: String,
267
+ default: 'Criar Teste',
268
+ description: 'Titulo do Modal'
269
+ },
270
+ workloadTitle: {
271
+ type: String,
272
+ default: 'Carga horária',
273
+ description:
274
+ 'Carga horária do curso, apenas se o modal for usado para a pagina de cursos'
275
+ },
276
+ textAreaTitle: {
277
+ type: String,
278
+ default: 'Descrição',
279
+ description: 'Titulo da text area'
280
+ },
281
+ buttonAreaTitle: {
282
+ type: String,
283
+ default: 'Tempo Limite',
284
+ description: 'Titulo da area de botões'
285
+ },
286
+ configAppButton: {
287
+ type: String,
288
+ default: 'Salvar',
289
+ description: 'Botão de envio'
290
+ },
291
+ titleValue: {
292
+ type: String,
293
+ default: ''
294
+ },
295
+ textAreaValue: {
296
+ type: String,
297
+ default: ''
298
+ },
299
+ workloadValue: {
300
+ type: String,
301
+ default: '00:00:00'
302
+ },
303
+ time: {
304
+ type: String,
305
+ default: ''
306
+ },
307
+ testCategories: {
308
+ type: Number,
309
+ default: null
310
+ },
311
+ categories: {
312
+ type: Array,
313
+ default: () => []
314
+ }
315
+ },
316
+ watch: {
317
+ titleValue(newValue) {
318
+ this.configInfo.title = newValue;
319
+ },
320
+ textAreaValue(newValue) {
321
+ this.configInfo.textarea = newValue;
322
+ },
323
+ workloadValue(newValue) {
324
+ this.configInfo.workload = newValue;
325
+ },
326
+ deadLineTime(){
327
+ this.loadTime();
328
+ },
329
+ time(newValue) {
330
+ this.configInfo.selectedTime = newValue;
331
+ },
332
+ testCategories(newValue) {
333
+ this.configInfo.category = newValue;
334
+ },
335
+ show(value) {
336
+ const isCategoryInitialized = this.configInfo.category
337
+ ? true
338
+ : false;
339
+ if (value && !this.isCourse && !isCategoryInitialized) {
340
+ this.configInfo.category = this.categories[0].id;
341
+ }
342
+ }
343
+ },
344
+ mounted() {
345
+ this.loadTime();
346
+ },
347
+ computed: {
348
+ openModal: {
349
+ get() {
350
+ return this.show;
351
+ },
352
+ set(show) {
353
+ this.$emit('input', show);
354
+ }
355
+ },
356
+ },
357
+ methods: {
358
+ setInitValue(id){
359
+ this.currentSelectedButton = id;
360
+ let getIndex = this.buttons.findIndex((e)=>e.custom == true);
361
+ if(!this.buttons[getIndex].value){
362
+ this.buttons[getIndex].value = null;
363
+ }
364
+ },
365
+ setValueChange(){
366
+ this.configInfo.selectedTime = this.buttons.find((e)=>e.custom == true).value;
367
+ },
368
+ loadTime() {
369
+ let time = null;
370
+ let deadLineTime = null;
371
+ if(this.deadLineTime == 0){
372
+ deadLineTime = this.buttons.find(e => e.value == 'null');
373
+ }
374
+ if(this.deadLineTime){
375
+ deadLineTime = this.buttons.find(e => e.value == this.deadLineTime);
376
+ }
377
+ if(deadLineTime != null){
378
+ this.currentSelectedButton = deadLineTime.id;
379
+ this.configInfo.selectedTime = this.deadLineTime;
380
+ return;
381
+ }
382
+ if(this.time && this.time != 'null'){
383
+ time = this.buttons.find(e => e.value === this.time);
384
+ if(!time){
385
+ time = this.buttons.find(e => e.custom === true);
386
+ time.value = this.time;
387
+ }
388
+ }
389
+ if (time != null) {
390
+ this.currentSelectedButton = time.id;
391
+ this.configInfo.selectedTime = this.time;
392
+ } else {
393
+ time = this.buttons.find(
394
+ e => e.id == this.defaultButtonSelected
395
+ );
396
+ this.currentSelectedButton = time.id;
397
+ this.configInfo.selectedTime = time.value;
398
+ }
399
+ },
400
+ timeSelection(buttonId) {
401
+ let btn = this.buttons.find((e)=>e.id == buttonId);
402
+ if(this.haveCustomTime && buttonId){
403
+ if(buttonId != 8 ){
404
+ this.buttons[7].value = null;
405
+ }
406
+ }
407
+ this.configInfo.selectedTime = btn.value;
408
+ this.currentSelectedButton = buttonId;
409
+ },
410
+ async sendConfig() {
411
+ let customButton = this.buttons.find((e) => e.custom == true);
412
+ const pass = await this.$refs.appConfigModal.validate();
413
+ if (!pass) {
414
+ return;
415
+ }
416
+ let config;
417
+ if(this.haveCustomTime && this.currentSelectedButton == customButton.id){
418
+ if(!customButton.value){
419
+ return this.showMessage('É necessário selecionar um tempo');
420
+ }
421
+ let timeReplaced = customButton.value.replaceAll(':', '');
422
+
423
+ if(timeReplaced == '000000' || timeReplaced.length < 6){
424
+ return this.showMessage('Tempo inválido');
425
+ }
426
+ if(timeReplaced > 240000){
427
+ return this.showMessage('O tempo não pode ser maior que 24 horas');
428
+ }
429
+ }
430
+ if (!this.isCourse) {
431
+ config = {
432
+ title: this.configInfo.title,
433
+ textarea: this.configInfo.textarea,
434
+ selectedTime: this.configInfo.selectedTime,
435
+ category: this.configInfo.category
436
+ };
437
+ } else if (this.isCourse) {
438
+ config = {
439
+ title: this.configInfo.title,
440
+ textarea: this.configInfo.textarea,
441
+ selectedTime: this.configInfo.selectedTime,
442
+ workload: this.configInfo.workload
443
+ };
444
+ }
445
+ this.$emit('send-config-info', config);
446
+ this.openModal = false;
447
+ },
448
+ showMessage(title, type = 'error'){
449
+ const Toast = swal.mixin({
450
+ toast: true,
451
+ position: 'top-end',
452
+ showConfirmButton: false,
453
+ timer: 3100,
454
+ });
455
+
456
+ return Toast.fire({
457
+ type: type,
458
+ title: title
459
+ });
460
+ }
461
+ }
462
+ };
463
+ </script>
464
+ <style lang="scss">
465
+ @import 'node_modules/@burh/nuxt-core/assets/sass/burh-ds/variables/_colors.scss';
466
+
467
+ .el-time-panel{
468
+ width: 161px;
469
+ .el-scrollbar__view:not(.el-autocomplete-suggestion__list) {
470
+ border: 1px solid #fff;
471
+ border-radius: 0.25rem;
472
+ }
473
+ .el-time-panel__btn.cancel{
474
+ display: none;
475
+ }
476
+ .el-time-panel__btn.confirm {
477
+ font-weight: 200;
478
+ color: #00B388;
479
+ }
480
+ .el-scrollbar__wrap{
481
+ margin-bottom: 0 !important;
482
+ overflow-x: hidden;
483
+ }
484
+ }
485
+ .fixed-button {
486
+ .btn {
487
+ font-size: 0.775rem;
488
+ @media screen and (max-width: 992px) {
489
+ &:last-child {
490
+ margin-right: 1rem !important;
491
+ }
492
+ }
493
+ width: 10rem;
494
+ }
495
+ }
496
+
497
+ .buttons:focus {
498
+ outline: 0;
499
+ }
500
+
501
+ .tool {
502
+ position: absolute;
503
+ top: 1rem;
504
+ z-index: 10;
505
+ color: $primary;
506
+ cursor: pointer;
507
+
508
+ &-close {
509
+ position: absolute;
510
+ width: 88px;
511
+ height: 27px;
512
+ right: 7px;
513
+ top: 7px;
514
+ display: flex;
515
+ justify-content: center;
516
+ align-items: center;
517
+
518
+ font-size: 11px;
519
+
520
+ font-weight: 500;
521
+ background: rgba(0, 0, 0, 0.2);
522
+ border-radius: 17.5px;
523
+ color: #fff;
524
+ }
525
+ }
526
+ </style>
527
+ <style lang="scss" scoped>
528
+ .tag-outline-primary-teste-online:active{
529
+ background-color: #00b388;
530
+ color: #fff;
531
+ border: #00b388;
532
+ height: 51.39px;
533
+ }
534
+ .tag-outline-primary-teste-online{
535
+ background-color: #fff;
536
+ color: #00b388;
537
+ border: 2px solid #00b388;
538
+ height: 51.39px;
539
+ }
540
+ .active-teste-online{
541
+ background-color: #00b388;
542
+ color: #fff;
543
+ border: #00b388;
544
+ height: 51.39px;
545
+ i{
546
+ color:#fff;
547
+ }
548
+ small{
549
+ color: #fff;
550
+ }
551
+ }
552
+ .custom-time::placeholder{
553
+ font-size: 80%;
554
+ color:#00b388;
555
+ }
556
+ /deep/
557
+ .custom-time:hover::placeholder{
558
+ color: #fff;
559
+ }
560
+ .active-time{
561
+ background-color:#00B388;
562
+ }
563
+ .custom-time-div{
564
+ position: relative;
565
+ .custom-time-icon{
566
+ position:absolute;
567
+ top:1rem;
568
+ left:1.5rem;
569
+ color:#fff;
570
+ }
571
+ .custom-icon{
572
+ position:absolute;
573
+ top:1rem;
574
+ z-index: 3;
575
+ left:1.5rem;
576
+ color:#fff;
577
+ }
578
+ }
579
+ /deep/ .active-custom{
580
+ .el-time-panel{
581
+ width: 15.5%;
582
+ }
583
+ .el-input__inner{
584
+ background-color: #00b388;
585
+ border: 2px solid #00b388;
586
+ display: block;
587
+ height: 51.39px;
588
+ color:#fff;
589
+ text-align: center;
590
+ &::placeholder{
591
+ color:#fff;
592
+ }
593
+ }
594
+ .el-input__prefix{
595
+ .el-icon-time:before{
596
+ display: none;
597
+ }
598
+ }
599
+ .el-input__suffix{
600
+ .el-input__suffix-inner{
601
+ .el-icon-circle-close{
602
+ display: none;
603
+ }
604
+ }
605
+ }
606
+ }
607
+ /deep/ .not-active-custom{
608
+ .el-time-panel{
609
+ width: 15.5%;
610
+ }
611
+ .el-input__inner{
612
+ border: 2px solid #00b388;
613
+ display: block;
614
+ height: 51.39px;
615
+ font-size: 0.8rem;
616
+ padding: 0;
617
+ color:#00b388;
618
+ text-align: center;
619
+ &::placeholder{
620
+ color:#00b388;
621
+ }
622
+ &:hover{
623
+ border: 2px solid #00b388;
624
+ background-color: #00b388;
625
+ &::placeholder{
626
+ color:#fff;
627
+ }
628
+ }
629
+ }
630
+ .el-input__prefix{
631
+ .el-icon-time:before{
632
+ display: none;
633
+ }
634
+ }
635
+ .el-input__suffix{
636
+ .el-input__suffix-inner{
637
+ .el-icon-circle-close{
638
+ display: none;
639
+ }
640
+ }
641
+ }
642
+ }
643
+ </style>