@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.
@@ -4499,7 +4499,7 @@ function formatDatePickerHeader(date) {
4499
4499
  const [year, month] = date.split('-');
4500
4500
  return `${month ? monthNumberToMonthName[month] + ' ' : ''}${year}`;
4501
4501
  }
4502
- // CONCATENATED MODULE: ./src/helpers/calculateMainZindex.js
4502
+ // CONCATENATED MODULE: ./src/helpers/calculateMainZindex.ts
4503
4503
 
4504
4504
  /* harmony default export */ var calculateMainZindex = (() => {
4505
4505
  const all_z = [];