@burh/nuxt-core 1.0.458 → 1.0.459
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/.vscode/settings.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
ambiente único de Recrutamento e Seleção.
|
|
19
19
|
Treinamentos e Página de Carreiras para sua empresa.
|
|
20
20
|
</p>
|
|
21
|
-
<h4 class="plan__information__title">
|
|
21
|
+
<h4 class="plan__information__title">Soluções Disponíveis</h4>
|
|
22
22
|
<div class="plan__information__solutions">
|
|
23
23
|
<ul>
|
|
24
24
|
<li><i class="fas fa-check"></i>Acessos Ilimitados</li>
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<li><i class="fas fa-check"></i>Robô de Triagem</li>
|
|
34
34
|
<li><i class="fas fa-check"></i>Plataforma EAD</li>
|
|
35
35
|
<li><i class="fas fa-check"></i>Anotações e Laudo</li>
|
|
36
|
-
<li><i class="fas fa-check"></i>
|
|
36
|
+
<li><i class="fas fa-check"></i>Customer Success</li>
|
|
37
37
|
<li><i class="fas fa-check"></i>E muito mais!</li>
|
|
38
38
|
</ul>
|
|
39
39
|
</div>
|
|
@@ -11,14 +11,6 @@
|
|
|
11
11
|
Enviar Passaporte
|
|
12
12
|
</h2>
|
|
13
13
|
</template>
|
|
14
|
-
<div class="row p-2 px-4">
|
|
15
|
-
<div class="col-6">
|
|
16
|
-
<label for="name">Nome Completo</label>
|
|
17
|
-
</div>
|
|
18
|
-
<div class="col-6">
|
|
19
|
-
<label for="email">E-mail</label>
|
|
20
|
-
</div>
|
|
21
|
-
</div>
|
|
22
14
|
<validation-observer ref="sendDisc">
|
|
23
15
|
<div class="row px-4" v-for="(slot, idx) in slots" :key="idx">
|
|
24
16
|
<validation-provider
|
|
@@ -31,6 +23,8 @@
|
|
|
31
23
|
>
|
|
32
24
|
<base-input
|
|
33
25
|
v-model="slot.name"
|
|
26
|
+
label="Nome Completo"
|
|
27
|
+
placeholder="Nome Completo"
|
|
34
28
|
:error="errors[0]"
|
|
35
29
|
:valid="errors.length ? true : false"
|
|
36
30
|
/>
|
|
@@ -46,12 +40,14 @@
|
|
|
46
40
|
>
|
|
47
41
|
<base-input
|
|
48
42
|
v-model="slot.email"
|
|
43
|
+
label="E-mail"
|
|
44
|
+
placeholder="E-mail"
|
|
49
45
|
:error="errors[0]"
|
|
50
46
|
:valid="errors.length ? true : false"
|
|
51
47
|
/>
|
|
52
48
|
</validation-provider>
|
|
53
49
|
|
|
54
|
-
<div class="col-1
|
|
50
|
+
<div class="col-1 new-item-icon">
|
|
55
51
|
<i
|
|
56
52
|
v-if="idx !== slots.length - 1"
|
|
57
53
|
class="fa fa-trash pointer"
|
|
@@ -215,6 +211,10 @@ export default {
|
|
|
215
211
|
cursor: pointer;
|
|
216
212
|
}
|
|
217
213
|
|
|
214
|
+
.new-item-icon {
|
|
215
|
+
padding-top: 42px;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
218
|
#credits-amount {
|
|
219
219
|
min-width: 8em;
|
|
220
220
|
margin: 1rem 1rem 1rem 0;
|
|
@@ -13,23 +13,24 @@
|
|
|
13
13
|
<h5>Insira o e-mail que deseja enviar o teste</h5>
|
|
14
14
|
</div>
|
|
15
15
|
<validation-observer ref="sendTest">
|
|
16
|
-
|
|
17
16
|
<div class="row mt-3 send send-form">
|
|
18
17
|
<div class="col-6">
|
|
19
|
-
<
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
18
|
+
<span for="vaga" class="form-control-label d-block mb-1">Selecione a vaga
|
|
19
|
+
<badge
|
|
20
|
+
rounded
|
|
21
|
+
size="md"
|
|
22
|
+
type="primary"
|
|
23
|
+
class="ml-auto badge-bg-color badge-font">
|
|
24
|
+
opcional
|
|
25
|
+
</badge>
|
|
26
|
+
</span>
|
|
27
27
|
<el-select
|
|
28
28
|
filterable
|
|
29
29
|
clearable
|
|
30
30
|
no-match-text="Nenhuma vaga encontrada"
|
|
31
31
|
no-data-text="Nenhuma vaga encontrada"
|
|
32
32
|
placeholder="Escolha a vaga"
|
|
33
|
+
id="vaga"
|
|
33
34
|
v-model="jobid"
|
|
34
35
|
class="w-100"
|
|
35
36
|
>
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
rules="required"
|
|
51
52
|
v-slot="{ errors }"
|
|
52
53
|
>
|
|
53
|
-
<
|
|
54
|
+
<span for="teste" class="form-control-label d-block mb-1">Selecione o teste</span>
|
|
54
55
|
<el-select
|
|
55
56
|
filterable
|
|
56
57
|
required
|
|
@@ -60,8 +61,9 @@
|
|
|
60
61
|
placeholder="Escolha o teste"
|
|
61
62
|
:class="{'is-invalid': errors[0]}"
|
|
62
63
|
rules="required"
|
|
64
|
+
id="teste"
|
|
63
65
|
v-model="testid"
|
|
64
|
-
class="w-100"
|
|
66
|
+
class="w-100 fix-input"
|
|
65
67
|
>
|
|
66
68
|
<el-option
|
|
67
69
|
v-for="test in allTests"
|
|
@@ -100,14 +102,13 @@
|
|
|
100
102
|
rules="required|alpha_spaces|regex:\w+\s+\w+"
|
|
101
103
|
v-slot="{ errors }"
|
|
102
104
|
>
|
|
103
|
-
<label for="email">Nome</label>
|
|
104
105
|
<base-input
|
|
105
106
|
v-model="slot.name"
|
|
106
107
|
:error="errors[0]"
|
|
107
108
|
:valid="errors.length ? true : false"
|
|
108
109
|
class="w-100"
|
|
109
|
-
|
|
110
|
-
|
|
110
|
+
label="Nome Completo"
|
|
111
|
+
placeholder="Nome Completo"
|
|
111
112
|
/>
|
|
112
113
|
</validation-provider>
|
|
113
114
|
</div>
|
|
@@ -120,14 +121,13 @@
|
|
|
120
121
|
rules="required|email"
|
|
121
122
|
v-slot="{ errors }"
|
|
122
123
|
>
|
|
123
|
-
<label for="email">E-mail</label>
|
|
124
124
|
<base-input
|
|
125
125
|
v-model="slot.email"
|
|
126
126
|
:error="errors[0]"
|
|
127
127
|
:valid="errors.length ? true : false"
|
|
128
128
|
class="w-100"
|
|
129
|
-
|
|
130
|
-
placeholder="E-mail
|
|
129
|
+
label="E-mail"
|
|
130
|
+
placeholder="E-mail"
|
|
131
131
|
/>
|
|
132
132
|
<div class="send send-icon">
|
|
133
133
|
<i
|
|
@@ -304,6 +304,10 @@ export default {
|
|
|
304
304
|
font-size: 10px !important;
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
+
.fix-input{
|
|
308
|
+
margin-top: 4px;
|
|
309
|
+
}
|
|
310
|
+
|
|
307
311
|
.send {
|
|
308
312
|
&-test {
|
|
309
313
|
h5 {
|