@vuetify/nightly 2.6.12-master-20221018.0 → 2.6.12
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 +2 -2
- package/dist/json/web-types.json +5 -5
- package/dist/vuetify.js +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/framework.js +1 -1
- package/lib/framework.js +1 -1
- package/package.json +1 -1
- package/src/components/VDialog/__tests__/VDialog.spec.ts +1 -1
package/es5/framework.js
CHANGED
|
@@ -79,7 +79,7 @@ var Vuetify = /*#__PURE__*/function () {
|
|
|
79
79
|
exports.default = Vuetify;
|
|
80
80
|
Vuetify.install = _install.install;
|
|
81
81
|
Vuetify.installed = false;
|
|
82
|
-
Vuetify.version = "2.6.12
|
|
82
|
+
Vuetify.version = "2.6.12";
|
|
83
83
|
Vuetify.config = {
|
|
84
84
|
silent: false
|
|
85
85
|
};
|
package/lib/framework.js
CHANGED
package/package.json
CHANGED
|
@@ -152,7 +152,7 @@ describe('VDialog.ts', () => {
|
|
|
152
152
|
expect(input).toHaveBeenCalledWith(true)
|
|
153
153
|
})
|
|
154
154
|
|
|
155
|
-
it('not should open
|
|
155
|
+
it('not should open disabled dialog on activator click', async () => {
|
|
156
156
|
const input = jest.fn()
|
|
157
157
|
const wrapper = mountFunction({
|
|
158
158
|
propsData: {
|