@farm-investimentos/front-mfe-components-vue3 0.0.11 → 0.0.13

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.
@@ -4508,7 +4508,7 @@ function formatDatePickerHeader(date) {
4508
4508
  const [year, month] = date.split('-');
4509
4509
  return `${month ? monthNumberToMonthName[month] + ' ' : ''}${year}`;
4510
4510
  }
4511
- // CONCATENATED MODULE: ./src/helpers/calculateMainZindex.js
4511
+ // CONCATENATED MODULE: ./src/helpers/calculateMainZindex.ts
4512
4512
 
4513
4513
  /* harmony default export */ var calculateMainZindex = (() => {
4514
4514
  const all_z = [];