@farm-investimentos/front-mfe-components 15.8.1 → 15.8.2

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": "@farm-investimentos/front-mfe-components",
3
- "version": "15.8.1",
3
+ "version": "15.8.2",
4
4
  "author": "farm investimentos",
5
5
  "private": false,
6
6
  "main": "./dist/front-mfe-components.common.js",
@@ -201,6 +201,9 @@ export default defineComponent({
201
201
  this.save();
202
202
  }
203
203
  },
204
+ pickerDate(newValue) {
205
+ this.internalPickerDate = newValue;
206
+ },
204
207
  },
205
208
  methods: {
206
209
  formatDateRange(date: string | string[]) {