@nixweb/nixloc-ui 0.0.65 → 0.0.66

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nixweb/nixloc-ui",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "description": "Componentes UI",
5
5
  "author": "Fábio Ávila <fabio@nixweb.com.br>",
6
6
  "private": false,
@@ -78,7 +78,11 @@ export default {
78
78
  this.valor = this.value;
79
79
  },
80
80
  methods: {
81
- ...mapMutations("validation", ["insereValidacao", "removeValidacao"]),
81
+ ...mapMutations("validation", [
82
+ "insereValidacao",
83
+ "removeValidacao",
84
+ "insereFormSujo",
85
+ ]),
82
86
  ...mapMutations("generic", ["insereFiltro"]),
83
87
  valida() {
84
88
  this.notificacoes = [];
@@ -112,6 +116,7 @@ export default {
112
116
  valor() {
113
117
  this.valida();
114
118
  this.formSujo = true;
119
+ this.insereFormSujo(true);
115
120
  this.$emit("input", this.valor);
116
121
  },
117
122
  value() {