@tagplus/components 2.0.13 → 2.0.14

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/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "email": "bruno@tagplus.com.br"
9
9
  }
10
10
  ],
11
- "version": "2.0.13",
11
+ "version": "2.0.14",
12
12
  "main": "./dist/tp.common.js",
13
13
  "directories": {
14
14
  "lib": "src/lib"
@@ -306,6 +306,9 @@ export default {
306
306
  if (!Object.keys(newVal).length) { return {} }
307
307
  if (!this.value[this.valueKey]) {
308
308
  if (process.env.DEBUG === 'true') {
309
+ console.error(
310
+ `formatedValue this.value '${this.value}'`
311
+ )
309
312
  console.error(
310
313
  `Autosuggest '${this.$options.name}' option doesn't have a valueKey '${this.valueKey}' key`
311
314
  )
@@ -492,6 +495,9 @@ export default {
492
495
  if (!Object.keys(val).length) { return {} }
493
496
  // Se val for Object converte para outro tipo
494
497
  if (!this.value[this.valueKey]) {
498
+ console.error(
499
+ ` getOption this.value '${this.value}'`
500
+ )
495
501
  console.error(
496
502
  `Autosuggest '${this.$options.name}' option doesn't have a valueKey '${this.valueKey}' key`
497
503
  )