@frankhoodbs/dropdown-cmp
Advanced tools
+3
-5
@@ -1,2 +0,2 @@ | ||
| import { App } from 'vue'; | ||
| import { Plugin } from 'vue'; | ||
| declare const DropdownCmp: { | ||
@@ -53,6 +53,4 @@ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./DropdownCmp').Props> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, { | ||
| }); | ||
| declare const _default: { | ||
| install: (app: App) => boolean; | ||
| }; | ||
| export default _default; | ||
| declare const DropdownPlugin: Plugin; | ||
| export default DropdownPlugin; | ||
| export { DropdownCmp }; |
+1
-1
@@ -1,1 +0,1 @@ | ||
| import{defineAsyncComponent as o}from"vue";let p=o(()=>import("./DropdownCmp.js")),n={install:o=>(o.component("DropdownCmp",p),!0)};export{p as DropdownCmp,n as default}; | ||
| import{defineAsyncComponent as o}from"vue";let p=o(()=>import("./DropdownCmp.js")),n={install:o=>{o.component("DropdownCmp",p)}};export{p as DropdownCmp,n as default}; |
+8
-8
@@ -13,3 +13,3 @@ { | ||
| "license": "ISC", | ||
| "version": "4.0.4", | ||
| "version": "4.0.6", | ||
| "type": "module", | ||
@@ -51,5 +51,5 @@ "exports": { | ||
| "devDependencies": { | ||
| "@frankhoodbs/eslint-config-vue": "^4.0.0", | ||
| "@frankhoodbs/eslint-config-vue": "^4.0.1", | ||
| "@frankhoodbs/prettier-config": "^3.0.0", | ||
| "@frankhoodbs/uglify-js": "^4.0.0", | ||
| "@frankhoodbs/uglify-js": "^4.0.1", | ||
| "@vitejs/plugin-vue": "^6.0.1", | ||
@@ -61,14 +61,14 @@ "@vue/tsconfig": "^0.8.1", | ||
| "typescript": "~5.9.3", | ||
| "vite": "^7.1.12", | ||
| "vite": "^7.2.2", | ||
| "vite-plugin-dts": "^4.5.4", | ||
| "vite-plugin-lib-inject-css": "^2.2.2", | ||
| "vue-tsc": "^3.1.1" | ||
| "vue-tsc": "^3.1.3" | ||
| }, | ||
| "dependencies": { | ||
| "@floating-ui/vue": "^1.1.9", | ||
| "@frankhoodbs/a11y-support": "^4.0.0", | ||
| "@frankhoodbs/a11y-support": "^4.0.1", | ||
| "@vueuse/core": "^14.0.0", | ||
| "vue": "^3.5.22" | ||
| "vue": "^3.5.24" | ||
| }, | ||
| "gitHead": "31d68992b6f8713abb35ceeaa3b641e01be76214" | ||
| "gitHead": "c158ce70d8095ab5b34fe43d1c9681a5947cfe8e" | ||
| } |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2
-33.33%28192
-0.08%139
-1.42%Updated