@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.
package/dist/vuetify.js CHANGED
@@ -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
  */
@@ -18204,12 +18204,20 @@
18204
18204
  }, null)]);
18205
18205
  return vue.createVNode(vue.Fragment, null, [slots.default?.({
18206
18206
  model: internalModel,
18207
+ save,
18208
+ cancel,
18209
+ isPristine: isPristine.value,
18207
18210
  get actions() {
18208
18211
  actionsUsed = true;
18209
18212
  return actions;
18210
18213
  }
18211
18214
  }), !actionsUsed && actions]);
18212
18215
  });
18216
+ return {
18217
+ save,
18218
+ cancel,
18219
+ isPristine
18220
+ };
18213
18221
  }
18214
18222
  });
18215
18223
 
@@ -28004,7 +28012,7 @@
28004
28012
  goTo
28005
28013
  };
28006
28014
  }
28007
- const version$1 = "3.6.6-master.2024-05-15";
28015
+ const version$1 = "3.6.6-master.2024-05-17";
28008
28016
  createVuetify$1.version = version$1;
28009
28017
 
28010
28018
  // Vue's inject() can only be used in setup
@@ -28029,7 +28037,7 @@
28029
28037
  ...options
28030
28038
  });
28031
28039
  };
28032
- const version = "3.6.6-master.2024-05-15";
28040
+ const version = "3.6.6-master.2024-05-17";
28033
28041
  createVuetify.version = version;
28034
28042
 
28035
28043
  exports.blueprints = index;