@burh/nuxt-core 1.0.234 → 1.0.236

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.
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div
3
3
  :class="{ 'card-footer-bottom': length <= 3 }"
4
- class="card-footer py-4 d-flex justify-content-center"
4
+ class="card-footer pt-4 d-flex justify-content-center"
5
5
  >
6
6
  <ul
7
7
  class="pagination"
@@ -11,7 +11,7 @@
11
11
  <base-input
12
12
  v-model="receiver"
13
13
  label="Para"
14
- v-mask="['(##) #####-####']"
14
+ v-mask="['(##) ####-####', '(##) #####-####']"
15
15
  placeholder="Adicionar um número de telefone"
16
16
  :class="'w-100'"
17
17
  @change="addNumber(receiver)"
@@ -261,7 +261,7 @@ export default {
261
261
  }
262
262
  },
263
263
  addNumber(number) {
264
- if(this.receiver.length < 15){
264
+ if(this.receiver.length < 14){
265
265
  return;
266
266
  }
267
267
 
@@ -90,7 +90,7 @@
90
90
  </el-table-column>
91
91
  </el-table>
92
92
 
93
- <div class="card-footer py-4 d-flex justify-content-end">
93
+ <div class="card-footer pt-4 d-flex justify-content-end">
94
94
  <base-pagination v-model="currentPage" :total="50"></base-pagination>
95
95
  </div>
96
96
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.234",
3
+ "version": "1.0.236",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {