@vue-interface/btn-dropdown 2.0.0-beta.22 → 2.0.0-beta.24
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/btn-dropdown.js +104 -97
- package/dist/btn-dropdown.js.map +1 -1
- package/dist/btn-dropdown.umd.cjs +1 -1
- package/dist/btn-dropdown.umd.cjs.map +1 -1
- package/dist/src/BtnDropdown.vue.d.ts +28 -29
- package/dist/src/BtnDropdownAction.vue.d.ts +4 -4
- package/dist/src/BtnDropdownSingle.vue.d.ts +216 -31
- package/dist/src/BtnDropdownSplit.vue.d.ts +166 -28
- package/dist/src/dropdown.d.ts +5 -5
- package/package.json +21 -21
package/dist/src/dropdown.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export declare function useBtnDropdown<Props extends BtnDropdownProps, Emits ext
|
|
|
23
23
|
[x: string]: boolean;
|
|
24
24
|
btn: true;
|
|
25
25
|
}>;
|
|
26
|
-
button: import("vue").Ref<Element | ComponentPublicInstance>;
|
|
26
|
+
button: import("vue").Ref<Element | ComponentPublicInstance, Element | ComponentPublicInstance>;
|
|
27
27
|
$button: any;
|
|
28
28
|
classes: ComputedRef<{
|
|
29
29
|
[x: string]: boolean;
|
|
@@ -33,9 +33,9 @@ export declare function useBtnDropdown<Props extends BtnDropdownProps, Emits ext
|
|
|
33
33
|
dropleft: boolean;
|
|
34
34
|
expanded: boolean;
|
|
35
35
|
}>;
|
|
36
|
-
expanded: import("vue").Ref<boolean>;
|
|
37
|
-
menu: import("vue").Ref<Element | ComponentPublicInstance>;
|
|
38
|
-
target: import("vue").Ref<Element | ComponentPublicInstance>;
|
|
36
|
+
expanded: import("vue").Ref<boolean, boolean>;
|
|
37
|
+
menu: import("vue").Ref<Element | ComponentPublicInstance, Element | ComponentPublicInstance>;
|
|
38
|
+
target: import("vue").Ref<Element | ComponentPublicInstance, Element | ComponentPublicInstance>;
|
|
39
39
|
toggleClasses: ComputedRef<{
|
|
40
40
|
[x: string]: boolean;
|
|
41
41
|
btn: true;
|
|
@@ -43,7 +43,7 @@ export declare function useBtnDropdown<Props extends BtnDropdownProps, Emits ext
|
|
|
43
43
|
'dropdown-toggle': boolean;
|
|
44
44
|
'dropdown-toggle-split': boolean;
|
|
45
45
|
}>;
|
|
46
|
-
triggerAnimation: import("vue").Ref<boolean>;
|
|
46
|
+
triggerAnimation: import("vue").Ref<boolean, boolean>;
|
|
47
47
|
hide: () => void;
|
|
48
48
|
show: () => void;
|
|
49
49
|
toggle: () => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue-interface/btn-dropdown",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.24",
|
|
4
4
|
"description": "A Vue button dropdown component.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -43,35 +43,35 @@
|
|
|
43
43
|
},
|
|
44
44
|
"homepage": "https://github.com/vue-interface/btn-dropdown",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@popperjs/core": "^2.11.
|
|
47
|
-
"@vue-interface/btn": "^3.0.0-beta.
|
|
48
|
-
"@vue-interface/btn-group": "^2.0.0-beta.
|
|
49
|
-
"@vue-interface/dropdown-menu": "^2.0.0-beta.
|
|
46
|
+
"@popperjs/core": "^2.11.8",
|
|
47
|
+
"@vue-interface/btn": "^3.0.0-beta.26",
|
|
48
|
+
"@vue-interface/btn-group": "^2.0.0-beta.10",
|
|
49
|
+
"@vue-interface/dropdown-menu": "^2.0.0-beta.21"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"vue": "^3.3.4"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@commitlint/config-conventional": "^17.
|
|
55
|
+
"@commitlint/config-conventional": "^17.8.1",
|
|
56
56
|
"@semantic-release/changelog": "^6.0.3",
|
|
57
57
|
"@semantic-release/git": "^10.0.1",
|
|
58
|
-
"@semantic-release/npm": "^10.0.
|
|
59
|
-
"@types/color": "^3.0.
|
|
60
|
-
"@vitejs/plugin-vue": "^4.
|
|
61
|
-
"@vue-interface/eslint-config": "^1.0.0-beta.
|
|
62
|
-
"autoprefixer": "^10.4.
|
|
58
|
+
"@semantic-release/npm": "^10.0.6",
|
|
59
|
+
"@types/color": "^3.0.6",
|
|
60
|
+
"@vitejs/plugin-vue": "^4.6.2",
|
|
61
|
+
"@vue-interface/eslint-config": "^1.0.0-beta.4",
|
|
62
|
+
"autoprefixer": "^10.4.20",
|
|
63
63
|
"change-case": "^4.1.2",
|
|
64
|
-
"commitlint": "^17.
|
|
65
|
-
"dotenv": "^16.
|
|
66
|
-
"eslint": "^8.
|
|
64
|
+
"commitlint": "^17.8.1",
|
|
65
|
+
"dotenv": "^16.4.7",
|
|
66
|
+
"eslint": "^8.57.1",
|
|
67
67
|
"husky": "^8.0.3",
|
|
68
68
|
"pascalcase": "^2.0.0",
|
|
69
|
-
"postcss": "^8.4.
|
|
70
|
-
"semantic-release": "^21.
|
|
71
|
-
"tailwindcss": "^3.
|
|
72
|
-
"typescript": "
|
|
73
|
-
"vite": "^4.
|
|
74
|
-
"vue": "^3.
|
|
75
|
-
"vue-tsc": "^1.
|
|
69
|
+
"postcss": "^8.4.49",
|
|
70
|
+
"semantic-release": "^21.1.2",
|
|
71
|
+
"tailwindcss": "^3.4.16",
|
|
72
|
+
"typescript": "~5.6.0",
|
|
73
|
+
"vite": "^4.5.5",
|
|
74
|
+
"vue": "^3.5.13",
|
|
75
|
+
"vue-tsc": "^2.1.10"
|
|
76
76
|
}
|
|
77
77
|
}
|