@burh/nuxt-core 1.0.21 → 1.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/css/variables.css +3 -0
- package/assets/sass/argon-panna.scss +106 -0
- package/assets/sass/argon-test-online.scss +106 -0
- package/assets/sass/burh-ds/_variables.scss +1 -0
- package/assets/sass/burh-ds/organisms/_cards.scss +36 -4
- package/assets/sass/burh-ds/variables/_colors-panna.scss +303 -0
- package/assets/sass/burh-ds/variables/_colors-test-online.scss +303 -0
- package/assets/sass/burh-ds/variables/_colors.scss +0 -1
- package/assets/sass/custom/_variables.scss +1 -0
- package/components/argon-core/BaseDropdown.vue +1 -1
- package/components/argon-core/Modal.vue +1 -1
- package/components/burh-ds/Avatar/AvatarLink.vue +24 -18
- package/components/burh-ds/Button/ExportButton.vue +3 -8
- package/components/burh-ds/Cards/TestCard.vue +181 -0
- package/components/burh-ds/Cards/WelcomeCard.vue +48 -42
- package/components/burh-ds/Dropdown/AppLinkArea.vue +125 -39
- package/components/burh-ds/Dropdown/DropdownItem.vue +21 -16
- package/components/burh-ds/Dropdown/DropdownSection.vue +26 -26
- package/components/burh-ds/Dropdown/FaqVideoArea.vue +79 -65
- package/components/burh-ds/Dropdown/SignOutItem.vue +6 -6
- package/components/burh-ds/Dropdown/UserMenuDropdown.vue +54 -48
- package/components/burh-ds/Groups/SimpleProductItem.vue +26 -11
- package/components/burh-ds/Headings/AppHeader.vue +46 -47
- package/components/burh-ds/Headings/StepHeader.vue +95 -51
- package/components/burh-ds/Link/DefaultLink.vue +31 -0
- package/components/burh-ds/Lists/ListNavLinks.vue +47 -34
- package/components/burh-ds/Modals/AppConfigModal.vue +158 -156
- package/components/burh-ds/Modals/SendTest.vue +170 -0
- package/components/burh-ds/Modals/VideoModal.vue +15 -5
- package/components/burh-ds/Navbar/BaseNav.vue +2 -2
- package/components/burh-ds/Pagination/NamedPagination.vue +179 -0
- package/components/burh-ds/Questions/Question.vue +76 -36
- package/components/burh-ds/Questions/QuestionAttach.vue +1 -1
- package/components/burh-ds/Questions/QuestionRadio.vue +79 -73
- package/components/burh-ds/Questions/QuestionRadioItem.vue +25 -18
- package/components/burh-ds/Questions/QuestionText.vue +53 -22
- package/components/burh-ds/Tabs/TesteTab.vue +100 -0
- package/components/layouts/burh-ds/navbar/AppNavbar.vue +73 -35
- package/components/layouts/burh-ds/navbar/BusinessGlobalNavbar.vue +385 -242
- package/package.json +2 -2
- package/components/burh-ds/Cards/RecentTestCard.vue +0 -51
- package/data/ListNavLinksMock.json +0 -113
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burh/nuxt-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.23",
|
|
4
4
|
"description": "Design System and Components.",
|
|
5
5
|
"author": "Burh",
|
|
6
6
|
"scripts": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"datamaps": "^0.5.9",
|
|
36
36
|
"date-fns": "^1.30.1",
|
|
37
37
|
"dropzone": "^5.5.1",
|
|
38
|
-
"element-ui": "
|
|
38
|
+
"element-ui": "2.13.0",
|
|
39
39
|
"es6-promise": "^4.2.6",
|
|
40
40
|
"file-loader": "^6.0.0",
|
|
41
41
|
"flag-icon-css": "^3.4.5",
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="card--container d-flex flex-column w-25" @click="$emit('more')">
|
|
3
|
-
<div class="card card--small">
|
|
4
|
-
<div class="row m-auto">
|
|
5
|
-
<i class="display-1" :class="iconColor + ' ' + Icon" v-if="isIcon"></i>
|
|
6
|
-
<img :src=Image alt="Imagem do Card" class="w-75 m-auto" v-else>
|
|
7
|
-
</div>
|
|
8
|
-
</div>
|
|
9
|
-
<h3 class="small font-weight-bold m-auto">{{testName}}</h3>
|
|
10
|
-
</div>
|
|
11
|
-
</template>
|
|
12
|
-
<script>
|
|
13
|
-
export default {
|
|
14
|
-
props:{
|
|
15
|
-
iconColor:{
|
|
16
|
-
type: String,
|
|
17
|
-
default: () => 'text-primary',
|
|
18
|
-
description: 'Cor do icone. Normalmente Azul'
|
|
19
|
-
},
|
|
20
|
-
isIcon:{
|
|
21
|
-
type: Boolean,
|
|
22
|
-
default: false
|
|
23
|
-
},
|
|
24
|
-
Image:{
|
|
25
|
-
type: String,
|
|
26
|
-
default: () => '/img/brand/burh-imagotipo.svg',
|
|
27
|
-
description: 'Imagem do card'
|
|
28
|
-
},
|
|
29
|
-
Icon:{
|
|
30
|
-
type: String,
|
|
31
|
-
default: () => 'fas fa-plus',
|
|
32
|
-
description: 'Icone do card'
|
|
33
|
-
},
|
|
34
|
-
testName:{
|
|
35
|
-
type: String,
|
|
36
|
-
default: 'Testes',
|
|
37
|
-
description: 'Nome do teste'
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
</script>
|
|
42
|
-
<style lang="scss">
|
|
43
|
-
@media screen and (max-width: 768px){
|
|
44
|
-
.card--container{
|
|
45
|
-
width: 50% !important;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
.card--small{
|
|
49
|
-
min-height: 10rem;
|
|
50
|
-
}
|
|
51
|
-
</style>
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"id" : "Inicio",
|
|
4
|
-
"name" : "inicio2",
|
|
5
|
-
"link" : "burh.com.br",
|
|
6
|
-
"children" : []
|
|
7
|
-
},
|
|
8
|
-
{
|
|
9
|
-
"id" : "Busca",
|
|
10
|
-
"name" : "Busca",
|
|
11
|
-
"link" : "burh.com.br",
|
|
12
|
-
"children" : [
|
|
13
|
-
{
|
|
14
|
-
"id" : "Buscar",
|
|
15
|
-
"name" : "Buscar",
|
|
16
|
-
"link" : "burh.com.br",
|
|
17
|
-
"disabled" : "false"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"id" : "Busca-Avançada",
|
|
21
|
-
"name" : "Busca Avançada",
|
|
22
|
-
"link" : "burh.com.br",
|
|
23
|
-
"disabled" : "false"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"id" : "Buscar-Estágio",
|
|
27
|
-
"name" : "Buscar Estágio",
|
|
28
|
-
"link" : "burh.com.br",
|
|
29
|
-
"disabled" : "false"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"id" : "Buscar-PCD",
|
|
33
|
-
"name" : "Buscar PCD",
|
|
34
|
-
"link" : "burh.com.br",
|
|
35
|
-
"disabled" : "false"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"id" : "Buscar-Terceira-Idade",
|
|
39
|
-
"name" : "Buscar Terceira Idade",
|
|
40
|
-
"link" : "burh.com.br",
|
|
41
|
-
"disabled" : "false"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"id" : "Buscar-Jovem-Aprendiz",
|
|
45
|
-
"name" : "Buscar Jovem Aprendiz",
|
|
46
|
-
"link" : "burh.com.br",
|
|
47
|
-
"disabled" : "false"
|
|
48
|
-
}
|
|
49
|
-
]
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"id" : "Recrutamento",
|
|
53
|
-
"name" : "Recrutamento",
|
|
54
|
-
"link" : "burh.com.br",
|
|
55
|
-
"children" : [
|
|
56
|
-
{
|
|
57
|
-
"id" : "Abrir-Vaga",
|
|
58
|
-
"name" : "Abrir Vaga",
|
|
59
|
-
"link" : "burh.com.br",
|
|
60
|
-
"disabled" : "false"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"id" : "Abrir-Vaga-Avançada",
|
|
64
|
-
"name" : "Abrir Vaga Avançada",
|
|
65
|
-
"link" : "burh.com.br",
|
|
66
|
-
"disabled" : "false"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"id" : "Gerenciar-Vagas",
|
|
70
|
-
"name" : "Gerenciar Vagas",
|
|
71
|
-
"link" : "burh.com.br",
|
|
72
|
-
"disabled" : "false"
|
|
73
|
-
}
|
|
74
|
-
]
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"id" : "Universidades",
|
|
78
|
-
"name" : "Universidades",
|
|
79
|
-
"link" : "burh.com.br",
|
|
80
|
-
"children" : []
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"id" : "Loja",
|
|
84
|
-
"name" : "Loja",
|
|
85
|
-
"link" : "burh.com.br",
|
|
86
|
-
"children" : [
|
|
87
|
-
{
|
|
88
|
-
"id" : "Teste-DISC",
|
|
89
|
-
"name" : "Teste Disc",
|
|
90
|
-
"link" : "burh.com.br",
|
|
91
|
-
"disabled" : "false"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"id" : "Teste-Personalizado",
|
|
95
|
-
"name" : "Teste Personalizado",
|
|
96
|
-
"link" : "burh.com.br",
|
|
97
|
-
"disabled" : "false"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"id" : "Teste-Proeficiencia",
|
|
101
|
-
"name" : "Teste de proeficiência",
|
|
102
|
-
"link" : "burh.com.br",
|
|
103
|
-
"disabled" : "false"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"id" : "Enviar-SMS",
|
|
107
|
-
"name" : "Enviar SMS",
|
|
108
|
-
"link" : "burh.com.br",
|
|
109
|
-
"disabled" : "false"
|
|
110
|
-
}
|
|
111
|
-
]
|
|
112
|
-
}
|
|
113
|
-
]
|