@vuetify/nightly 3.6.1-dev.2024-05-01 → 3.6.1-master.2024-05-01

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.1-dev.2024-05-01
2
+ * Vuetify v3.6.1-master.2024-05-01
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17528,6 +17528,7 @@
17528
17528
  }
17529
17529
  function addMonths(date, amount) {
17530
17530
  const d = new Date(date);
17531
+ d.setDate(1);
17531
17532
  d.setMonth(d.getMonth() + amount);
17532
17533
  return d;
17533
17534
  }
@@ -21862,9 +21863,9 @@
21862
21863
  });
21863
21864
  const text = vue.computed(() => {
21864
21865
  let date = adapter.date();
21865
- date = adapter.setYear(date, year.value);
21866
- date = adapter.setMonth(date, month.value);
21867
21866
  date = adapter.setDate(date, 1);
21867
+ date = adapter.setMonth(date, month.value);
21868
+ date = adapter.setYear(date, year.value);
21868
21869
  return adapter.format(date, 'monthAndYear');
21869
21870
  });
21870
21871
  // const headerIcon = computed(() => props.inputMode === 'calendar' ? props.keyboardIcon : props.calendarIcon)
@@ -29761,7 +29762,7 @@
29761
29762
  goTo
29762
29763
  };
29763
29764
  }
29764
- const version$1 = "3.6.1-dev.2024-05-01";
29765
+ const version$1 = "3.6.1-master.2024-05-01";
29765
29766
  createVuetify$1.version = version$1;
29766
29767
 
29767
29768
  // Vue's inject() can only be used in setup
@@ -30014,7 +30015,7 @@
30014
30015
 
30015
30016
  /* eslint-disable local-rules/sort-imports */
30016
30017
 
30017
- const version = "3.6.1-dev.2024-05-01";
30018
+ const version = "3.6.1-master.2024-05-01";
30018
30019
 
30019
30020
  /* eslint-disable local-rules/sort-imports */
30020
30021