@vuetify/nightly 3.6.6-master.2024-05-15 → 3.6.6-master.2024-05-17

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.6-master.2024-05-15
2
+ * Vuetify v3.6.6-master.2024-05-17
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17971,12 +17971,20 @@
17971
17971
  }, null)]);
17972
17972
  return vue.createVNode(vue.Fragment, null, [slots.default?.({
17973
17973
  model: internalModel,
17974
+ save,
17975
+ cancel,
17976
+ isPristine: isPristine.value,
17974
17977
  get actions() {
17975
17978
  actionsUsed = true;
17976
17979
  return actions;
17977
17980
  }
17978
17981
  }), !actionsUsed && actions]);
17979
17982
  });
17983
+ return {
17984
+ save,
17985
+ cancel,
17986
+ isPristine
17987
+ };
17980
17988
  }
17981
17989
  });
17982
17990
 
@@ -30094,7 +30102,7 @@
30094
30102
  goTo
30095
30103
  };
30096
30104
  }
30097
- const version$1 = "3.6.6-master.2024-05-15";
30105
+ const version$1 = "3.6.6-master.2024-05-17";
30098
30106
  createVuetify$1.version = version$1;
30099
30107
 
30100
30108
  // Vue's inject() can only be used in setup
@@ -30347,7 +30355,7 @@
30347
30355
 
30348
30356
  /* eslint-disable local-rules/sort-imports */
30349
30357
 
30350
- const version = "3.6.6-master.2024-05-15";
30358
+ const version = "3.6.6-master.2024-05-17";
30351
30359
 
30352
30360
  /* eslint-disable local-rules/sort-imports */
30353
30361