@vuetify/nightly 3.7.6-master.2025-01-16 → 3.7.6-master.2025-01-19

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.7.6-master.2025-01-16
2
+ * Vuetify v3.7.6-master.2025-01-19
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -8957,7 +8957,7 @@
8957
8957
  isActivated: vue.computed(() => parent.root.activated.value.has(vue.toRaw(computedId.value))),
8958
8958
  select: (selected, e) => parent.root.select(computedId.value, selected, e),
8959
8959
  isSelected: vue.computed(() => parent.root.selected.value.get(vue.toRaw(computedId.value)) === 'on'),
8960
- isIndeterminate: vue.computed(() => parent.root.selected.value.get(computedId.value) === 'indeterminate'),
8960
+ isIndeterminate: vue.computed(() => parent.root.selected.value.get(vue.toRaw(computedId.value)) === 'indeterminate'),
8961
8961
  isLeaf: vue.computed(() => !parent.root.children.value.get(computedId.value)),
8962
8962
  isGroupActivator: parent.isGroupActivator
8963
8963
  };
@@ -28307,7 +28307,7 @@
28307
28307
  goTo
28308
28308
  };
28309
28309
  }
28310
- const version$1 = "3.7.6-master.2025-01-16";
28310
+ const version$1 = "3.7.6-master.2025-01-19";
28311
28311
  createVuetify$1.version = version$1;
28312
28312
 
28313
28313
  // Vue's inject() can only be used in setup
@@ -28332,7 +28332,7 @@
28332
28332
  ...options
28333
28333
  });
28334
28334
  };
28335
- const version = "3.7.6-master.2025-01-16";
28335
+ const version = "3.7.6-master.2025-01-19";
28336
28336
  createVuetify.version = version;
28337
28337
 
28338
28338
  exports.blueprints = index;