directix 1.4.0 → 1.4.1
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 +1 -0
- package/dist/index.cjs +1201 -68
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +865 -0
- package/dist/index.iife.js +1201 -68
- package/dist/index.iife.js.map +1 -1
- package/dist/index.iife.min.js +2 -2
- package/dist/index.mjs +1201 -68
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,6 +18,7 @@ A comprehensive, easy-to-use, and high-performance Vue custom directives library
|
|
|
18
18
|
- 📦 **Multiple Formats** - ESM, CJS, and IIFE (CDN) formats available
|
|
19
19
|
- ⚡ **Zero Dependencies** - Lightweight with minimal bundle size
|
|
20
20
|
- 🎨 **Composables** - Every directive has a corresponding composable for Composition API
|
|
21
|
+
- 🔧 **Utility Exports** - Export `configurePermission`, `getPermissionConfig` and other utilities for advanced usage
|
|
21
22
|
|
|
22
23
|
## Online Demo
|
|
23
24
|
|