@vuetify/nightly 3.9.3-master.2025-08-02 → 3.9.3-master.2025-08-03

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.9.3-master.2025-08-02
2
+ * Vuetify v3.9.3-master.2025-08-03
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -7100,9 +7100,14 @@
7100
7100
  // Utilities
7101
7101
  const RulesSymbol = Symbol.for('vuetify:rules');
7102
7102
  function useRules(fn) {
7103
- const resolveRules = vue.inject(RulesSymbol, null);
7104
- if (!resolveRules) return vue.toRef(fn);
7105
- return resolveRules(fn);
7103
+ const rules = vue.inject(RulesSymbol, null);
7104
+ if (!fn) {
7105
+ if (!rules) {
7106
+ throw new Error('Could not find Vuetify rules injection');
7107
+ }
7108
+ return rules.aliases;
7109
+ }
7110
+ return rules?.resolve(fn) ?? vue.toRef(fn);
7106
7111
  }
7107
7112
 
7108
7113
  // Composables
@@ -35282,7 +35287,7 @@
35282
35287
  };
35283
35288
  });
35284
35289
  }
35285
- const version$1 = "3.9.3-master.2025-08-02";
35290
+ const version$1 = "3.9.3-master.2025-08-03";
35286
35291
  createVuetify$1.version = version$1;
35287
35292
 
35288
35293
  // Vue's inject() can only be used in setup
@@ -35580,7 +35585,7 @@
35580
35585
 
35581
35586
  /* eslint-disable local-rules/sort-imports */
35582
35587
 
35583
- const version = "3.9.3-master.2025-08-02";
35588
+ const version = "3.9.3-master.2025-08-03";
35584
35589
 
35585
35590
  /* eslint-disable local-rules/sort-imports */
35586
35591