@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/CHANGELOG.md +8 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +124 -124
- package/dist/json/web-types.json +13 -1
- package/dist/vuetify-labs.css +2350 -2344
- package/dist/vuetify-labs.d.ts +24 -3
- package/dist/vuetify-labs.esm.js +11 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2542 -2536
- package/dist/vuetify.d.ts +66 -45
- package/dist/vuetify.esm.js +11 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.css +6 -0
- package/lib/components/VBtn/VBtn.sass +6 -0
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +8 -0
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +24 -3
- package/lib/components/index.d.mts +24 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +42 -42
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.6-master.2024-05-
|
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-
|
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-
|
30358
|
+
const version = "3.6.6-master.2024-05-17";
|
30351
30359
|
|
30352
30360
|
/* eslint-disable local-rules/sort-imports */
|
30353
30361
|
|