@vuetify/v0 0.0.20 → 0.0.22
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/README.md +4 -1
- package/dist/browser/index.js +6043 -4758
- package/dist/components/index.d.mts +4 -4
- package/dist/components/index.mjs +5 -5
- package/dist/{components-D590hSY0.mjs → components-mxRTI3xB.mjs} +336 -26
- package/dist/composables/index.d.mts +4 -4
- package/dist/composables/index.mjs +4 -5
- package/dist/constants/index.d.mts +1 -1
- package/dist/constants/index.mjs +2 -2
- package/dist/{globals-exvZ8fiO.mjs → globals-B0yp-n-D.mjs} +2 -1
- package/dist/{index-Gr6XPRWt.d.mts → index-Bby5ljat.d.mts} +57 -57
- package/dist/{index-CjzlIAtF.d.mts → index-D3xuqKI0.d.mts} +6 -28
- package/dist/{index-DahjxaTj.d.mts → index-DF1O-1ZO.d.mts} +614 -164
- package/dist/{index-BYyEPh1S.d.mts → index-Dr-ge3ZA.d.mts} +182 -55
- package/dist/index.d.mts +7 -7
- package/dist/index.mjs +6 -7
- package/dist/types/index.d.mts +1 -1
- package/dist/useClickOutside-bbFXLr1p.mjs +6750 -0
- package/dist/utilities/index.d.mts +3 -3
- package/dist/utilities/index.mjs +2 -2
- package/dist/{utilities-BrFKLHFS.mjs → utilities-CKvM4p7S.mjs} +28 -9
- package/package.json +1 -19
- package/dist/composables-FE6B8JUW.mjs +0 -2832
- package/dist/useStep-Dw7XloDM.mjs +0 -2968
- /package/dist/{constants-DypzAkYp.mjs → constants-3l8TGg5J.mjs} +0 -0
- /package/dist/{index-B9mKi4pr.d.mts → index-DMQJJUrv.d.mts} +0 -0
- /package/dist/{index-4jSy8KIt.d.mts → index-DYSwiS9k.d.mts} +0 -0
package/README.md
CHANGED
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
</div>
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
9
|
+
<a href="https://codecov.io/github/vuetifyjs/0">
|
|
10
|
+
<img src="https://img.shields.io/codecov/c/github/vuetifyjs/0" alt="Coverage">
|
|
11
|
+
</a>
|
|
9
12
|
<a href="https://www.npmjs.com/package/@vuetify/v0">
|
|
10
13
|
<img src="https://img.shields.io/npm/dt/@vuetify/v0.svg" alt="Downloads">
|
|
11
14
|
</a>
|
|
@@ -130,8 +133,8 @@ Selection management composables built on `useRegistry`:
|
|
|
130
133
|
#### Observers & Events
|
|
131
134
|
|
|
132
135
|
- **`useEventListener`** - Lifecycle-managed event listeners
|
|
136
|
+
- **`useHotkey`** - Hotkey combinations and sequences
|
|
133
137
|
- **`useIntersectionObserver`** - Intersection observer with auto-cleanup
|
|
134
|
-
- **`useKeydown`** - Keyboard event handling
|
|
135
138
|
- **`useMutationObserver`** - DOM mutation observation
|
|
136
139
|
- **`useResizeObserver`** - Resize observer utilities
|
|
137
140
|
|